@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;1,400;1,500&display=swap');
@import @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,600i,700,800,900|Playball');
*{
	margin:0;
	padding:0;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
	line-height:25px;
    color: #626a72;
	background:#fff;
    font-weight: 300;
}
.floatleft {float:left}
.floatright {float:right}
img {
	max-width:100%;
	height:auto
}
.fix {overflow:hidden}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height:auto;
    font-weight: 700;
}
input:focus,select:focus{
	outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
	-webkit-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	text-decoration:none;
	color:#222;
    font-size: 12px;
    font-weight: 700;
}
a:hover{
	color:#ee1d23;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration:none;
}
button:focus{
	outline:none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
:before,:after{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity{
    position: relative;
    z-index: 9;
}
.black-opacity:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#2222228f;
    content: "";
    opacity: .90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-img-1{background: url(../images/biryani-banner.jpg) no-repeat center center / cover;
 background-attachment: fixed;
}
.bg-img-2{background: url(../images/bg/4.jpg) no-repeat center center / cover}
.bg-img-3{background: url(../images/bg/5.jpg) no-repeat center center / cover}

.ptb-100{padding: 18px 0px 30px;}
.mb-50{margin-bottom: 50px;}
.mb-30{margin-bottom: 30px;}
/*--------------header-area start------------*/
.header-area{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    background-color: #040404c2;
    z-index: 999;
}
.header-top-right{
    background: #ee1d23;
    margin-bottom: 10px;
    padding: 0px 45px;
    display: inline-block;
    float: right;
}
.header-top-right ul{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 0px;
}
.header-top-right ul li{
    position: relative;
    margin-right: 20px;
    font-size: 12px;
}
.header-top-right ul li:last-child{
    margin-right: 0px;
}
.header-top-right ul li,.header-top-right ul li a{
    font-weight: 700;
    color: #fff;
}
.header-top-right ul li a{
    font-size: 17px;
    position: relative;
}
.header-top-right ul li a span {
    position: absolute;
    left: 10px;
    top: -3px;
    font-size: 8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #222;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
}
.mainmenu ul li{
    display: inline-block;
    margin-left: 40px;
    position: relative;
}
.mainmenu ul li:first-child{
    margin-left: 0px;
}
.mainmenu ul li a{
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding: 30px 8px;
}
.mainmenu ul li:hover > a,.mainmenu ul li.active > a{
    color: #ee1d23;
}
.mainmenu ul li > ul{
    position: absolute;
    left: 0;
    top: 120%;
    width: 160px;
    text-align: left;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9999999;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
}
.mainmenu ul li > ul.right{
    left: auto;
    right: 0;
}
.mainmenu ul li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.mainmenu ul li > ul li{
    margin: 0px;
    display: block;
}
.mainmenu ul li > ul li a{
    text-transform: capitalize;
    padding: 7px 10px;
    color: #222;
    font-weight: 500;
}
.mainmenu ul > li > ul li.active  > a  {
    background: #ee1d23;
    color: #fff;
}
.mainmenu ul li > ul li > ul {
    left: 100%;
    top: 0px !important;
}
/*--------------header-area end------------*/
/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
	position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0px 0;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    background: #ee1d23;
}
.slicknav_menu .slicknav_icon {
	margin: 2px 12px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
	display: none;
}
.responsive-menu-wrap .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	font-size: 15px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #ee1d23 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 10px;
    width: 570px;
    right: 0px;
    z-index: 9999999;
    position: relative;
}
.slicknav_nav a {
	color: #f1f1f1;
	text-decoration: none;
	text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-shadow:0px 3px 5px rgba(0,0,0,.5);
	color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
	background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
	font-size: 10px;
	margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/
/*--------------slider-area start------------*/
.slider-items{
    position: relative;
    z-index: 99;
        padding: 100px;
}
.slider-items img{
    visibility: hidden;
}
.slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000054;
    content: "";
    z-index: 99;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.slider-contents{
    position: absolute;
    left: 0;
    padding-top: 105px;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
    text-align: center;
}
.slider-contents h2{
    font-family: 'Playball', cursive;
    font-size: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}
.slider-contents h3{
    font-size: 46px;
    line-height: 58px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
}
a.booknow-btn{
    display: inline-block;
    padding: 12px 40px;
    text-transform: uppercase;
    color: #fff;
    background: #ee1d23;
}
a.booknow-btn:hover{
    background: #fff;
    color: #ee1d23;
}
.slider-active .owl-nav div{
    position: absolute;
    right: 20%;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
}
.slider-active .owl-nav div:hover{
    background: #ee1d23;
}
.slider-active .owl-nav div.owl-prev{
    right: 22.60%;
}
/*--------------slider-area end------------*/
/*--------------about-area start------------*/
.about-wrap{
    padding: 25px 0px;
}
.about-img img{
    visibility: hidden;
}
.about-wrap h2{
    font-size: 20px;
    line-height: 40px;
    font-family: 'Playball', cursive;
    font-weight: 400;
    color: #ee1d23;
}
.about-wrap h3{
  font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about-wrap p{
        margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    text-align: justify;
}
.about-wrap p:last-child{
    margin-bottom: 0px;
}
/*--------------about-area end------------*/

/*--------------quote-area start------------*/
.quote-area{
    padding: 60px 0px;
}
.quote-area.black-opacity:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.quote-wrap h2{
    font-family: 'Playball', cursive;
    line-height: 40px;
    font-size: 20px;
    color: #ee1d23;
}
.quote-wrap h3{
    font-size: 35px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}
.quote-wrap h4{
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}
/*--------------quote-area end------------*/

/*--------------menu-area strat------------*/
.menu-area{
   overflow: hidden;
    position: relative;
    padding: 17px 0px 9px;
    background-image: url(../images/pro-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-images{
    position: absolute;
    right: 0;
    top: 0;
}
.section-title{
    margin-bottom: 30px;
}
.section-title h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #ee1d23;
    font-family: 'Playball', cursive;
    margin-bottom: 0px;
}
.section-title h3{
    line-height: 40px;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0px;
}
.tabmenu{
    margin-bottom: 60px;
}
.tabmenu ul li{
    display: inline-block;
    margin: 0px 3px;
}
.tabmenu ul li a{
    height: 50px;
    width: 140px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
}
.tabmenu ul li.active a{
    background: #ee1d23;
}
.menu-wrap{
      position: relative;
    margin-left: 70px;
    margin-bottom: 50px;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    padding: 8px 12px 15px 75px;
    border-right: 4px solid transparent;
    border: 1px solid #ee1d23;
}
.menu-wrap:hover{
    border-color: #f1660e;
}
.menu-img {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  height: 135px;
    width: 142px;
    border-radius: 50%;
    overflow: hidden;
}
.menu-content h4{
        line-height: 40px;
    font-weight: 700;
    font-size: 22px;
    overflow: hidden;
    color: #ee1d23;
}
.menu-content h4 span{
    color: #ee1d23;
}
.menu-content p{
        margin-bottom: 3px;
    line-height: 23px;
    font-weight: 300;
    font-size: 15px;
}
.menu-content a{
    text-transform: uppercase;
    color: #ee1d23;
    text-decoration: underline;
}
/*--------------menu-area end------------*/
.quote-area2 .quote-wrap h3{
    font-size: 55px;
    margin-bottom: 30px;
    line-height: 25px;
    
}
.quote-area2 .quote-wrap h3 span{
    font-size: 25px;
}
/*---------------team-area start-------------*/
.team-area{
    padding: 100px 0px 70px;
}
.team-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.team-wrap:hover{
    background: url(../images/team/1.jpg);
}
.team-wrap:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    left: 0;
    top: 0;
    z-index: -9;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.team-wrap img{
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover img{
    border-color: #ee1d23;
}
.team-wrap h4{
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 700;
}
.team-wrap h4,.team-wrap span,.team-wrap p{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover h4,.team-wrap:hover p{
    color: #fff;
}
.team-wrap span{
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
}
.team-wrap:hover span{
    color: #ee1d23;
}
.team-wrap p{
    font-weight: 300;
}
/*---------------team-area end-------------*/

/*---------------booking-area start-------------*/
.booking-area{
    position: relative;
    overflow: hidden;
}
.booking-images{
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
}
.booking-images img{
    visibility: hidden;
}
.booking-wrap{
    padding: 85px 0;
}
.booking-wrap p{
    margin-bottom: 5px;
    color: #222;
}
.booking-wrap input,.booking-wrap select{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e3e3e3;
    font-weight: 300;
    margin-bottom: 30px;
}
.booking-wrap span{
    display: block;
}
.booking-wrap span em{
    display: block;
    color: #ee1d23;
}
.booking-wrap .booknow-btn:hover{
    background: #222;
    color: #fff;
}
.booking-wrap .section-title {
    margin-bottom: 40px;
}
.booking-image2{
    position: absolute;
    right: 0;
    top: 0;
}
/*---------------booking-area end-------------*/

/*---------------testmonial-area start-------------*/
.testmonial-thumbnil ul.thumb-img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}
.testmonial-thumbnil ul li{
    margin: 0px 25px;
}
.testmonial-thumbnil ul li a img{
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testmonial-thumbnil ul li.active a img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testmonial-thumbnil ul.thumb-img2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:3;
        -ms-flex:3;
            flex:3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.testmonial-content{
    position: relative;
    z-index: 9;
    margin: 35px 0px;
}
.testmonial-content:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 50px;
    color: #f1f1f1;
    z-index: -9;
}
.testmonial-content p{
    line-height: 26px;
    margin-bottom: 20px;
}
.testmonial-content h4{
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 700;
}
.testmonial-content span{
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
/*---------------testmonial-area end-------------*/

/*---------------newsletter-area start-------------*/
.newsletter-area{
    position: relative;
    z-index: 9;
}
.newsletter-wrap{
    background: #ee1d23;
    padding: 40px 70px;
}
.newsletter-content h2{
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    font-family: 'Playball', cursive;
    margin: 0px;
    font-weight: 400;
}
.newsletter-content h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin: 0px;
}
.newsletter-form form{
    position: relative;
    margin: 15px 0px;
}
.newsletter-form input{
    height: 50px;
    border: 1px solid #fff;
    background: #fff;
    padding:0px 180px 0px 20px;
    width: 100%;
}
.newsletter-form button{
    position: absolute;
    height: 50px;
    right: 0;
    top: 0;
    width: 180px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    letter-spacing: 1px;
}
.newsletter-form button:hover{
	background:#ee1d23;
	border-color:#fff;
}
/*---------------newsletter-area end-------------*/

/*---------------footer-area start-------------*/
.footer-area{
    margin-top: -70px;
}
.footer-top-area{
    position: relative;
    background: url(../images/footer.jpg)no-repeat center center / cover;
    padding: 98px 0px 16px;
}
.footer-img,.footer-img2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-img2{
    left: 0;
    right: auto;
}
.footer-logo{
    padding: 65px 0px;
    position: relative;
    text-align: center;
}
.footer-logo:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #474646;
    content: "";
}
.footer-contact{
    margin-left: 0px;
}
.footer-contact p{
    color: #fff;
    margin-bottom: 20px;
}
.footer-contact p span{
    display: block;
}
.footer-contact ul{
    margin-top: 30px;
}
.footer-contact ul li{
    display: inline-block;
    margin: 0px 2px;
}
.footer-contact ul li a{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    display: block;
}
.footer-contact ul li a:hover{
    background: #ee1d23;
    color: #fff;
}
.footer-menu {
    margin-left:17px;
}
.footer-menu h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-menu ul li a{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}
.footer-menu ul li a:hover{
    color: #ee1d23;
}
.footer-bottom-area{
    padding: 10px 0px;
    background: #ee1d23;
    border-top: 1px solid #fff;
    color: #fff;
}
.footer-bottom-area span{
    color: #222;
}
/*---------------footer-area end-------------*/


/*===================================================
            home page2 stayle here
====================================================*/
.social-media-icon ul li{
    display: inline-block;
    margin: 0px 2px;
}
.social-media-icon ul li a{
    display: block;
    height: 30px;
    width: 30px;
    background: #222;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}
.social-media-icon ul li a:hover{
    background: #ee1d23;
}
.header-area2 .header-top-right ul{
    padding: 2px 0px;
}
.header-area2 .header-top-right {
    margin-bottom: 0px;
    padding: 0px 0px;
    background: transparent;
}
.header-area2 .header-top-area{
    background: #fff;
    padding: 10px 0px;
}
.header-area2 .header-top-right ul li a,.header-area2 .header-top-right ul li{
    color: #222;
}
.header-area2 .header-top-right ul li a span {
    color: #fff;
    background: #ee1d23;
}
.header-area2 .header-bottom-area{
    background: url(../images/bg/header.jpg) no-repeat center center / cover;
}
.header-area2 .logo{
    padding: 20px 0px;
}
.header-area2 .mainmenu ul li a {
    padding: 35px 0;
}
.header-area2 .mainmenu ul li> ul li a {
    padding: 7px 10px;
}
.slider-area2 .slider-items{
    overflow: hidden;
    height: 640px;
}
.slider-area2 .slider-items img {
    visibility: visible;
    position: absolute;
    top: 122%;
}
.slider-area2 .slider-items:before{
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slider-area2 .slider-contents h2{
    color: #ee1d23;
}
.slider-area2 .slider-contents h3{
    color: #222;
}
.slider-area2 .slider-contents a:hover{
    background: #222;
    color: #fff;
}
.slider-area2 .slider-contents{
    padding-top: 60px;
    display: block;
}
.slider-active2 .owl-nav div{
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.slider-active2 .owl-nav div:hover{
    background: #ee1d23;
}
.slider-active2 .owl-nav div.owl-next{
    left: auto;
    right: 110px;
}
/*------------service-area start-------------*/
.service-area{
    padding-top: 100px;
}
.service-wrap{
    padding: 55px 30px ;
    background: #ee1d23;
    position: relative;
    z-index: 9;
}
.service-wrap.active:before{
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -9;
    height: 90%;
    width: 90%;
    border: 3px solid #fff;
    content: "";
}
.service-wrap.active{
    background: #222;
}
.service-wrap span{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.service-wrap span:before{
    font-size: 70px;
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    color: #222;
}
.service-wrap.active span:before{
    color: #fff;
}
.service-wrap h2{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}
.service-wrap p{
    color: #fff;
}
/*------------service-area end-------------*/

/*------------blog-area start-------------*/
.blog-area{
    padding: 100px 0px 50px;
}
.blog-wrap{
    margin-bottom: 50px;
}
.blog-video{
    overflow: hidden;
    margin-bottom: -6px;
}
.blog-video iframe{
    height: 388px;
    width: 100%;
}
.blog-img img{
    width: 100%;
}
.blog-content{
    padding-top: 40px;
}
.blog-content span{
    display: block;
    color: #ee1d23;
    margin-bottom: 15px;
}
.blog-content a{
    font-weight: 600;
    font-size: 14px;
}
.blog-content h4 a{
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.blog-active .owl-nav div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 16px;
}
.blog-active .owl-nav div:hover{
    background: #ee1d23;
}
.blog-active .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
/*------------blog-area end-------------*/

/*===================================================
            home page Three stayle here
====================================================*/

/*-----------------------shop-area start-----------------------*/
.shop-area{
    padding: 100px 0px 70px;
    background: #fafafa;
}
.shop-wrap{
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.shop-wrap:hover{
    box-shadow: 0px 1px 15px rgba(0,0,0,.1);
}
.shop-img {
    overflow: hidden;
    position: relative;
}
.shop-img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    width: 100%;
}
.shop-wrap:hover .shop-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.shop-img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 9;
}
.shop-wrap:hover .shop-img:before{
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.shop-content{
    padding: 30px 40px;
}
.shop-content h4 a{
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}
.shop-content p{
    margin-bottom: 15px;
}
.shop-content p span{
    margin-right: 20px;
    font-size:16px;
    font-weight: 600;
}
.shop-content p del{
    color: #ee1d23;
    font-weight: 500;
}
.shop-content ul li{
    display: inline-block;
}
.shop-content ul.rating li{
    color: #ee1d23;
    margin-bottom: 25px;
}
.shop-content ul.shop li{}
.shop-content ul.shop li a{
    display: block;
    padding: 10px 20px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
}
.shop-content ul.shop li a i{
    font-size: 16px;
    margin-right: 2px;
}
.shop-content ul.shop li a:hover{
    background: #ee1d23;
}
/*-----------------------shop-area end-----------------------*/
.gallary-area2{
    background: #fafafa;
    padding: 100px 0px 70px;
    margin: 9px 0px 0;
}
/*------------breadcumb-area start-------------*/
.breadcumb-area.black-opacity:before{
    background: #000;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.breadcumb-area{
    padding: 170px 0px 80px;
}
.breadcumb-wrap h2{
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    color: #fff;
}
.breadcumb-wrap ul li.active{
    color: #ee1d23;
    font-weight: 700;
}
.breadcumb-wrap ul li a{
    font-size: 14px;
    color: #fff;
}
.breadcumb-wrap ul li a:hover{
    color: #ee1d23;
}
/*------------breadcumb-area end-------------*/
.testmonial-area2{
    padding-bottom:100px;
}
.about-page-wrap h2{
    line-height: 45px;
    font-weight: 800;
}
.about-page-wrap h2 span{
    display: block;
    margin-bottom: 30px;
}
.about-page-wrap p{
    margin-bottom: 25px;
}
.about-page-wrap em{
    font-weight: 600;
    color: #222;
}
.mb-70{
    margin-bottom: 70px;
}
.about-page-wrap2{
    padding: 70px 0px;
}
.pl-50{
    padding-left: 50px;
}
.about-page-img img{
    visibility: hidden;
}

.menu-area2{
    padding: 100px 0px;
}
/*-------------pagination-------------*/
.pagination-wrapper ul li {
    display: inline-block;
}
.pagination-wrapper ul li a,.pagination-wrapper ul li span{
    display: block;
    height: 35px;
    width: 35px;
    background: #222;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.pagination-wrapper ul li:hover a,.pagination-wrapper ul li span{
    background: #ee1d23;
}
.mb-40{
    margin-bottom: 40px;
}
/*-------------pagination-------------*/
.team-page-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    width: 275px;
    margin: 0px auto 30px;
}
.team-page-wrap span{
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 35px;
    color: #222;
    border-radius: 50%;
    background: #f0efef;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}
.team-page-wrap p{
    margin-bottom: 20px;
}
.team-page-wrap a{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    background: #ee1d23;
    text-transform: uppercase;
}
.team-page-wrap a:hover{
    background: #222;
}
.testmonial-area3{
    padding: 100px 0px 60px;
}
.testmonial-area3 .testmonial-content {
    margin: 10px 0px 40px;
}

.testmonial-area3 .testmonial-image{
    position: relative;
    margin-bottom: 40px;
}
.testmonial-area3 .testmonial-image img{
    width: 100%;
}
.testmonial-area3 .testmonial-image.black-opacity:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.testmonial-area3 .test-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.testmonial-area3 .test-content h4{
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.testmonial-area3 .test-content a{
    height: 50px;
    width: 180px;
    text-transform: uppercase;
    color: #fff;
    background: #ee1d23;
    line-height: 50px;
    margin: 0px auto;
}
.testmonial-area3 .test-content a:hover{
    color: #222;
    background: #fff;
}
/*----------faq-page-start-------------*/
.faq-area{
    padding: 100px 0px 50px;
}
.faq-wrap{
    margin-bottom: 50px;
}
.faq-wrap h4{
    background: #f7f7f7;
    padding: 15px 40px 15px 75px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.faq-wrap:hover h4{
    background: #ee1d23;
    color: #fff;
}
.faq-wrap h4 span{
    display: block;
    height: 100%;
    width: 45px;
    background: #ee1d23;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border: 2px solid transparent;
}
.faq-wrap:hover h4 span{
    color: #ee1d23;
    border-color: #ee1d23;
    background: #fff;
}
.faq-wrap p{
    padding: 35px;
    background: #f7f7f7;
    line-height: 26px;
}
/*----------faq-page-end-------------*/
.blog-grid-area .blog-wrap{
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}
.blog-grid-area .blog-content{
    padding: 30px;
}
/*=========================================
        sidebar area start
=========================================*/
.category-wrap,.archive-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.sidebar-title{
    font-size: 18px;
    margin-bottom: 25px;
}
.category-wrap ul li a{
    display: block;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.category-wrap ul li:last-child a{
    margin-bottom: 0px;
}
.category-wrap ul li a:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f178";
    font-family: fontawesome;
    color: #ee1d23;
}
.category-wrap ul li a:hover:before{
    left: 5px;
}
.search-form{
    margin-bottom: 50px;
}
.search-form form{
    position: relative;
}
.search-form input{
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 20px;
    border: 1px solid #ee1d23;
    border-radius: 5px;
}
.search-form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: #ee1d23;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-form button:hover{
    background: #222;
}
.recent-post{
    margin-bottom: 50px
}
.recent-post ul li{
    margin-bottom: 20px;
}
.recent-post ul li a{
    display:inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    line-height: 28px;
    margin-bottom: 7px;
}
.recent-post ul li a:hover{
    color: #ee1d23;
}
.recent-post ul li:last-child{
    margin-bottom: 0px;
}
.recent-post ul li span{
    display: block;
    font-weight: 500;
}
.sidebar-menu li a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tag-wrap ul li{
    display:inline-block;
}
.tag-wrap ul li a{
    display: block;
    padding: 8px 13px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
}
.tag-wrap ul li a:hover{
    background: #ee1d23;
    border-color: #ee1d23;
    color: #fff;
}
/*===================================================
                blog-details-area start
=====================================================*/
.blog-details-wrap{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-details-img {
    position: relative;
    margin-bottom: 75px;
}
.blog-details-img img{
    width:100%;
}
.blog-details-img ul.blog-meta{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #ee1d23;
    padding: 15px 40px;
    display: inline-block;
    width: 430px;
    z-index: 9;
}
.blog-details-img ul.blog-meta li{
    display: inline-block;
    margin: 0px 6px;
    color: #fff;
    font-size: 13px;
}
.blog-details-img ul.blog-meta li:first-child{
    margin-right: 30px;
}
.blog-details-img ul.blog-meta li i{
    margin-right: 3px;
}
.blog-details-img ul.blog-meta li a{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.blog-details-wrap h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px;
}
.blog-details-wrap h3 span{
    display: block;
}
.blog-details-wrap p{
    line-height: 28px;
    margin-bottom: 30px;
}
.blog-details-wrap .text{
    color: #222;
    font-weight: 400;
    line-height: 28px;
}
.blog-details-wrap blockquote{
    padding: 40px;
    border: none;
    background: url(../images/blog/quot.jpg) no-repeat center center / cover;
    color: #fff;
    font-style: italic;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    z-index: 9;
    display: block;
    margin: 40px 0px;
}
.blog-details-wrap blockquote:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ee1d23;
    content: "";
    z-index: -9;
    opacity: .85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-tags ul{
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
.blog-tags ul:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
}
.blog-tags ul:first-child:before{
    display: none;
}
.blog-tags ul li{
    font-weight: 600;
    color: #222;
    display: inline-block;
}
.blog-tags ul li:first-child{
    margin-right: 15px;
}
.blog-tags ul li a{
    font-weight: 300;
    color: #626a72;
    font-size: 14px;
}
.blog-tags ul li a:hover{
    color: #ee1d23;
}
.comment-main{
	margin: 70px 0px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}
h3.blog-title {
    font-size: 28px;
    margin-bottom: 50px;
}
h3.blog-title span{
    color: #ee1d23;
}
ol{
	list-style:none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.comment-theme{
	float:left;
}
.comment-main-area {
    margin-left: 150px;
}
.comment-wrap1 {
    margin-left: 70px;
    margin-bottom: 0px;
}
.comment-wrap2{margin-left:84px;}
.sewl-comments-meta h4{
	margin-bottom: 3px;
}
.sewl-comments-meta span{
	font-size:12px;
	display:inline-block;
    margin-bottom: 10px;
}
.comment-area p{
    margin-bottom: 25px;
}
.comments-reply a{
    font-weight: 700;
    background: #ee1d23;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.comments-reply a i{
    margin-right: 5px;
}
.comments-reply a:hover{
    color: #222;
}
.comment.even.thread-even.depth-1{
    margin-top:40px;
}
.sewl-form-inputs input,.sewl-form-textarea textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input{
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.form-submit input:hover{
    background: #ee1d23;
}

/*=======================================
            gallary-area start
===========================================*/
.gallary-area{
    padding: 12px 0px 31px;
}
.galary-wrap{
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}
.galary-wrap:before{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9;
}
.galary-wrap:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.galary-wrap:after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.galary-wrap:hover:after{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrap a{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #ee1d23;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    display:block;
    z-index: 99;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.galary-wrap:hover a{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrap a:hover{
    background: #fff;
    color: #ee1d23;
}
/*=============================================
            contact-page start
=============================================*/
.contact-area{
    padding-top: 100px;
}
.contact-wrap{
    padding: 50px 70px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.3);
    border-bottom: 3px solid #222;
}
.contact-wrap h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 45px;
}
.contact-wrap input,.contact-wrap textarea{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 3px;
}
.contact-wrap textarea{
    height: 140px;
}
.contact-wrap button{
    padding: 12px 40px;
    background: #ee1d23;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.google-map{
    position: relative;
    z-index: 9;
    padding: 100px 0px;
    height: 480px;
    margin-top: 100px;
    overflow: hidden;
}
.google-map:before,.google-map:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    content: "";
    z-index: -9;
    height: 100%;
}
.google-map:before{
    background: url(../images/bg/contact.jpg) no-repeat center center / cover;
}
.google-map:after{
    background: #ee1d23;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.contact-info ul li{
    position: relative;
    padding-left: 110px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 45px;
}
.contact-info ul li:last-child{
    margin-bottom: 0px;
}
.contact-info ul li span{
    display: block;
}
.contact-info ul li i{
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 23px;
    border-radius: 3px;
    position: absolute;
    left: 0;
}
#googleMap{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.footer-area2{
    margin: 0px;
}
.footer-area2 .footer-top-area{
    padding-top: 100px;
}
/*=========================================
            404 page start
=============================================*/
.error-page-area{
    padding: 200px 0px;
}
.error-wrap {
    padding: 0px 70px;
}
.error-wrap img{
    margin-bottom: 30px;
}
.error-wrap p{
    margin-bottom: 30px;
}
.error-wrap a{
    display: block;
    padding: 12px 0px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
}
.error-wrap a:hover{
    background: #ee1d23;
}
.error-wrap a .fa-angle-left{
    margin-right: 20px;
}
.error-wrap a .fa-angle-right{
    margin-left: 20px;
}

.blog-details-video iframe{
    height: 455px;
    width: 100%;
    overflow: hidden;
}

/*====================================
            shop page start
====================================*/
.shop-list-area .shop-wrap{
    overflow: hidden;
}
.shop-list-area .shop-img{
    float: left;
    width: 50%;
}
.shop-list-area .shop-img img{
    visibility: hidden;
}
.shop-list-area .shop-content{
    float: right;
    width: 50%;
    padding: 30px;
}
.shop-list-area .shop-content ul.shop li a {
    padding: 8px 12px;
}
.shop-list-area .shop-content h4 a {
    font-size: 16px;
}
/*----------- cart-area start --------------------*/
.cart-area .table-responsive {
	background:#fff;
}
.cart-area .table-responsive tr th {
  background: #ee1d23;
  color: #fff;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 189px;
  border-right:1px solid #f1f1f1;
}
.cart-area .table-responsive tr th:last-child{
	border-right:none;
}
.cart-area .table-responsive tr td {
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  height: 115px;
  text-align: center;
}
.cart-area .table-responsive tr td a {
  background: #ee1d23 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 20px;
  line-height: 19px;
  width: 20px;
}
.cart-area .table-responsive tr td a:hover{background:#ee1d23}
.cart-area .table-responsive tr td p {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-area .table-responsive tr td span{
	font-size:16px;
	color:#ee1d23;
}
.cart-area .table-responsive tr td input {
  border: 1px solid #eee;
  height: 45px;
  padding: 10px;
  width: 80px;
}
.cart-area .cart-btn{
	margin-top:30px;
}
.cart-btn ul li{
	display:inline-block;
	margin-left:20px;
}
.cart-btn ul li a{
	display:block;
	padding:10px 35px;
	color:#fff;
	background:#ee1d23;
	font-weight:700;
	text-transform:uppercase;
}
.cart-btn ul li a:hover{
	background:#222;
}
.total-cart tr td {
  border: 1px solid #f1f1f1;
  font-size: 16px;
  height: 50px;
  width: 569px;
  font-weight:600;
}
.cart-area .table-responsive tr td span.stok {
  font-size: 14px;
  font-weight: 400;
}
.cart-area .table-responsive button {
	background: #222 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	height: 40px;
	text-transform: uppercase;
	width: 120px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.cart-area .table-responsive button:hover{
	background:#ee1d23;
}
/*----------- cart-area end --------------------*/

/*-------- checkout-area start ----------*/
.checkout-title{
	padding:20px 0;
	background:#ee1d23;
	color:#fff;
	font-size:20px;
	font-weight:600;
	margin-bottom:0px;
	text-align:center;
	text-transform:uppercase;
}
.checkout-form{
	background:#fff;
	padding:30px 30px 30px;
    border: 1px solid #e1e1e1;
}
.checkout-form input, .checkout-form select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	color: #6a6a6a;
	font-weight: 400;
	height: 50px;
	margin-bottom: 25px;
	padding-left: 15px;
	width: 100%;
}
.checkout-form input[type="checkbox"]{
	width:auto;
	margin:0px 5px 25px 0px;
	height:auto;
}
.checkout-form ul li{
	overflow:hidden;
	color:#606060;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
.checkout-form ul li.last{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:transparent;
}
.checkout-form ul li strong {
    color: #ee1d23;
    float: right;
    font-weight: 600;
}
.checkout-form ul li b{
	font-size:16px;
	font-weight:500;
}
.checkout-form p span{
	color:#ee1d23;
}
/*-------- checkout-area end ----------*/

a#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}
a#scrollUp:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	background:#ee1d23;
}

.logo img{
    height: 84px;
}