body {
font-family: 'Roboto', sans-serif;
background-color:#fff;
}
.container{
   max-width: 1200px;
}
.bg-dark {
	background-color: #e2d5ca!important;
}
.logo_style {
    width: 284px!important;
    height: 74px!important;
}
.font_style {
	margin-left:auto;
	font-family: cursive;
	font-weight: 600;
}
.navbar-nav li{
    padding: 0 5px;
}
.navbar-nav li a{
	text-decoration:none;
	padding: 8px 15px;
	color: #000;
	border-radius: 25px;
	font-family: 'Marmelad', sans-serif;
}
.navbar-nav li a:hover, .navbar-nav li a.active_style {
	color: #fff!important;
    background-color: #d62220;
   
	
}

.carousel-indicators li {
	width: 20px;
    height: 20px;
	border-radius:50%;
}
.carousel-indicators .active {
    background-color: #d62220;
}
.icon_style {
	font-size: 30px;
    background-color: #d62220;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 7px;
}
.carousel-control-next, .carousel-control-prev {
	opacity:2.5;
}


.bg {
	background-color:#f5f5f5;
	    padding-top: 50px;
		padding-bottom: 50px;
}
.text1 {
	color: #d62220;
    font-weight: 500;
    font-size: 25px;
}
.text2 {
	font-weight: 700;
    font-size: 30px;
}


.bg1 {
	background-color:#fb8100;
}
.text3 {
	font-size: 35px;
    font-style: italic;
	padding-bottom: 10px;
    font-weight: 700;
    padding-top: 35px;
}
.para {
	color: #fff;
    line-height: 1.8;
}
.rt_style {
	background-color: #feedd7;
	/* position: relative; */
	/* left: 104px; */
	padding: 0 60px;
}
.list_style1 {
	list-style-type: none;
	line-height: 1.9;
	color: #555555;
	font-weight:700;
	padding: 0;
}
.list_style2 {
	list-style-type: none;
	line-height: 1.9;
	color: #777777;
	padding: 0;
}
.bg2 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.text4 {
	color:#d62220;
}
.para1 {
	color: #777777;
    font-weight: 500;
}
.bg3 {
	background-color:#333333;
	text-align:center;
	padding-top: 20px;
    padding-bottom: 2px;
    color: #fff;
}

.bg4 {
	padding-top: 55px;
    padding-bottom: 70px;
}
.clrd-font{
	background: #FF512F;
	background: -webkit-linear-gradient(to right, #F09819, #FF512F);
	background: linear-gradient(to right, #F09819, #FF512F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-primary {
	background-color:transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size:20px;
	text-transform: uppercase;
	border-radius: 0px;	
}
.btn-primary:hover {
	background-color:transparent;
	border-color: #d6962c;
	color: #d6962c;
	border-radius: 20px;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}
.single_portfolio_text img{
	width: 100%;
    height: 270px;
        object-fit: cover;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top:5%;
	left: 5%;
}

.portfolio_images_overlay{
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 0 auto;
	top: -100%;
	left: 5%;
	position: absolute;
	transition:.6s;
	
}
.portfolio_images_overlay h6{
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	border: 2px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.portfolio_images_overlay .product_price{
	font-size: 35px;
	color: #fff;
	font-weight:800;
	
}
.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}






a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    /* position: relative; */
    border-bottom: 0 none;
    margin: 0 -15px;
    justify-content: center;
    -webkit-justify-content: center;
}
.tab .nav-tabs li{
    text-align: center;
    /* margin-right: 0; */
    padding: 0 15px;
}
.tab .nav-tabs li a{
    font-size: 19px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #fff;
    /* margin-right: 18px; */
    border-radius: 0;
    border: 1px solid #ddd;
    /* position: relative; */
    transition: all 0.5s ease 0s;
    display: block;
    font-family: overlock,Roboto Slab,Georgia;
}
.tab .nav-tabs li:last-child a,
.tab .nav-tabs li:last-child.active a,
.tab .nav-tabs li:last-child a:hover{
    border-right: 1px solid #ddd;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
        color: #ec195c;
    border-bottom: 2px solid #ec195c;
    
}
.tab .tab-content{
    font-size: 14px;
    color: #6f6c6c;
    line-height: 25px;
    padding: 30px 3px;
    /* margin-top: 15px; */
    text-align: left;
}
.tab .tab-content h3{
    font-size: 24px;
    color: #6f6c6c;
    margin-top: 0;
}


li.rd {
	background-color:#ccc;
}
.position_style {
    position: absolute;
    bottom: -60px;
    left: -550px;
}
.test {
	background-color: #d5221e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 14px;
    margin-top: 40px;
}

.text5 {
	color: #000;
    padding-top: 14px;
}
.box_style {
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    background-color: #fff;
    padding: 16px 22px;
    margin-bottom: 22px;
}
.pad_style {
	padding-bottom:50px;
	height: 80vh;
}
.cnt-left{
    padding-left:95px;
}
.navbar-nav li .dropdown-item{
    border-radius:0;
}
.dropdown-menu{
    margin-top:5px;
}

.about_style {
    margin-top: 43px;
    width: 100% !important;
    margin-bottom: 33px;
    border-radius: 25px;
}
.cont_style {
    text-align: center;
    background-color: gainsboro;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.icon1 {
    color: #d62220;
    font-size: 36px;
    padding-bottom: 13px;
}
.pdf_style {
    background-color: #fff;
    border-radius: 10px;
    padding:12px;
    /*width: 65%;*/
    margin: auto;
    box-shadow: 0 6px 6px -6px #777;
}
.download_style {
    width: 43px;
}
.pad_style3 {
    padding-top: 25px;
    padding-bottom: 30px;
   text-align:center;
}
.check {
    padding-top: 25px;
    color: #d5221e;
}
.tp_style {
    background-color: #f7f7f780;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 15px;
}
