
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Lato:300,400,700');

body{
    font-family: 'Lato', sans-serif;
    font-weight:400;
}

a:hover{
    text-decoration:none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.btn{
    white-space: nowrap;
}

.btn,
.btn.focus,
.btn:focus, 
.btn:hover{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;    
}

.owl-carousel,
.owl-controls{
    background:none ;
    margin:0 ;
}
.paddleft{
    padding-left:0px;
}
.padd0{
    padding:0px;
}
.btn-theme-alt{
    background:#fff;
    color:#e54c2a;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
    border-radius:4px;
    border:1px solid #e54c2a;; 
    height:50px;
    line-height: 34px;
}
.btn-md{
    height: 40px;
    line-height: 24px;
}
.btn-wide{
    padding-left: 25px;
    padding-right: 25px;
}
.btn-primary{
    background:transparent;
    color:#000;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
    border-radius:4px;
    border:1px solid #000; 
    height:50px;
    line-height: 34px;
}
.btn-primary:hover,
.btn-primary:active:hover, 
.btn-primary:focus{
    background:#e54c2a;
    border:1px solid #e54c2a; 
}
.des{
    font-size:15px;
    font-weight:400;
    color:#757575;
    line-height:26px;
}
.bottom-top:hover .icofont{
    color:#fff;
}
.bottom-top:hover {
    transition-duration: 1s;
    transition-timing-function: linear;
}
.bottom-top {
    display: none;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 60px;
    border-radius:4px;
    padding:8px;
}
.bottom-top .icofont{
    font-size:20px;
    color:#fff;
}
.bottom-top{
    background:#e54c2a;
}
.divider {
    position: relative;
}
.divider.style-1 {
    width: 90px;
}
.divider.style-1.left {
    width: 47px;
    margin: 15px 0 15px 0;
    padding-bottom: 1px;
}
.divider.style-1.center {
    margin: 10px auto 15px auto;
    padding-bottom: 1px;
}
.divider .hr-simple {
    position:absolute;
    height: 1px;
    width: 30px;
    background-color: #e54c2a;
}
.divider .hr-simple.left{
    left: 0;
}
.divider .hr-simple.right{
    right: 0;
}
.divider .hr-icon {
    position: absolute;
    font-size: 6px;
    top: -3px;
    left: 0;
    color: #e54c2a;
}
.divider.center .hr-icon {
    right: 0;
    top: -2px;
}
.dropdown-menu{
    padding: 0;
}

.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #ffa41f;
}
.loader h4 {
    position: relative;
    margin: 0 auto;
    top: 20vh;
    width: 100vw;
    text-align: center;
    font-size: 6vh;
    color: #333;
    opacity: .75;
    animation: pulse 2.5s linear infinite;
}
.wrapper {
    background: #fff;
}

header{
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;	
}
.top{
    border-bottom:1px solid #63625E;
}


.top .icon, 
.top .social{
    margin:0;
}
.top .icon{
    padding:8px 0;
}
.top .icon li{
    line-height:14px;
    padding:0 22px 0 0;
}
.top .icon li i{
    margin-right:8px;
}
.top .icon li a,
.top .social li a{
    color:#fff;
    font-size:14px;
}
.top .social li{
    padding:0 14px 0 0;
    line-height:14px;
    margin: 0;
}
.top .social li:last-child,
.top .icon li:last-child {
    padding:0 0px 0 0;
}
.top .social li i{
    margin-right:0px;
}
.top .social li a:hover i{
    color:#e54c2a;
}
.top .icon li a:focus, 
.top .social li a:focus,
.top .icon li a:hover, 
.top .social li a:hover{
    color:#e54c2a;
    text-decoration: none;
}
.top .icon li.dropdown ul li{
    padding: 0;
}
.top .icon li.dropdown ul li a{
    color: #757575;
    display: block;
    padding: 5px 15px;
    line-height: 22px;
}
.top .icon li.dropdown ul li a:hover{
    color:#e54c2a;
}
header #logo{
    margin:15px 0;
}
header #logo img{
    max-height: 60px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#menu .navbar{
    margin:20px 0;
    min-height:0;
    padding-left: 0;
    padding-right: 0;
    border: 0px solid transparent;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#menu .nav > li{
    margin:0 34px 0 0;
}
#menu .nav > li:last-child{
    margin:0 0px 0 0;
}
#menu .nav > li > a{
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding:0;
    line-height: 14px;
    text-transform:uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}
#menu .nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 20px;
    background: #e54c2a;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#menu .nav > li > a:hover:before,
#menu .nav > li > a:focus:before,
#menu .nav > li > a:active:before {
    left: 0;
}
#menu .nav > li > a:hover, 
#menu .navbar-nav > .active > a, 
#menu .navbar-nav > .active > a:hover, 
#menu .navbar-nav > .active > a:focus {
    color:#e54c2a;
}

#menu .dropdown-menu{
    padding:0;
    border-radius:0px;
    min-width:230px;
    margin:29px 0 0 0;
}
#menu .dropdown .dropdown-menu {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
}
#menu .dropdown.show .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
}
.navbar-nav .dropdown-menu{
    margin-top: 10px;
}
#menu .dropdown-menu li{
    padding:5px 15px;
    border-bottom:1px solid #ddd;
}
#menu .dropdown-menu li:last-child{
    border-bottom:none;
}
#menu .dropdown-menu li a{
    color:#000;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}
#menu .dropdown-menu li a:hover{
    color:#e54c2a;
    padding-left:10px;
}
.button-top .btn-primary{
    margin:18px 0;
    width:100%;   
}

/*** HEADER 1 ***/

.header-1 .top,
.header-2 .top{
    border-color:rgba(255,255,255,0.5); 
}
.header-1 .top .icon li a:focus, 
.header-1 .top .social li a:focus, 
.header-1 .top .icon li a:hover, 
.header-1 .top .social li a:hover,
.header-2 .top .icon li a:focus, 
.header-2 .top .social li a:focus, 
.header-2 .top .icon li a:hover, 
.header-2 .top .social li a:hover,
.header-1 #menu .nav > li > a:hover, 
.header-1 #menu .navbar-nav > .active > a, 
.header-1 #menu .navbar-nav > .active > a:hover, 
.header-1 #menu .navbar-nav > .active > a:focus,
.header-2 #menu .nav > li > a:hover, 
.header-2 #menu .navbar-nav > .active > a, 
.header-2 #menu .navbar-nav > .active > a:hover, 
.header-2 #menu .navbar-nav > .active > a:focus{
    color: #fff;
}
.header-1 #menu .nav > li > a::before,
.header-2 #menu .nav > li > a::before {
    background: #fff;
}


/*** HEADER 2 ***/
.header-2 header{
    background: #e54c2a;
}
.header-2 header.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header-2 header.fixed-header .top{
    display: none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.header-2 header.fixed-header #logo{
    margin: 10px 0;
}
.header-2 header.fixed-header #logo img{
    max-height: 50px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.header-2 header.fixed-header #menu .navbar{
    margin: 15px 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.header-2 header.fixed-header .button-top .btn-primary{
    margin: 10px 0;
}

/*---------------------------------------------------------------------*/
/*  BANNER SLIDER
/*---------------------------------------------------------------------*/
.slide{
    position:relative;
}
.slideshow img{
    width:100%;
}
.slide-detail{
    left: 0;
    position: absolute;
    right: 0;
    z-index:1;
    top:auto;
    bottom:13%;
    text-align:center;
}


/*---------------------------------------------------------------------*/
/*  COMMON TITLE
/*---------------------------------------------------------------------*/
.commontop h4{
    font-family: "Great Vibes",cursive;
    font-size:36px;
    font-weight:400;
    color:#333;
    text-transform:capitalize;
    margin:50px 0 10px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.9);
}
.commontop p{
    font-size:15px;
    font-weight:400;
    color:#757575;
    margin:0 10% 24px;
    line-height:26px; 
}
.commontop.white h4{
    color:#fff;
}

/*---------------------------------------------------------------------*/
/*  ABOUT SECTION
/*---------------------------------------------------------------------*/
.about{
    background:#fff;
    width:100%;
    padding-bottom: 50px;
}
.about .commontop p{
    margin:0 0 24px;
}
.about .owl-carousel{
    margin-top: 50px;
}
.about .owl-carousel .owl-item img{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/*---------------------------------------------------------------------*/
/* BLOG SECTION
/*---------------------------------------------------------------------*/
.blog{
    background: #f5f5f5 url(../images/background/bg-2.png) no-repeat scroll right top;
}

.blog .box{
    margin-bottom:50px;
}
.blog .box img{
    border-radius:4px 4px 0 0;
}
.blog .box .caption{
    background:#fff;
    border:1px solid #E5E5E5;
    border-top:0;
    border-radius:0 0 4px 4px;
    padding:30px 20px;
}
.blog .box .caption h4{
    font-size:18px;
    font-weight:600;
    color:#e54c2a;
    margin:0 0 10px;
}
.blog .box .caption .text{
    font-size:14px;
    font-weight:400;
    color:#000;
    margin:0 0 15px;
}
.blog .box .caption .des{
    color:#757575;
    margin:0 0 30px;
}

/*---------------------------------------------------------------------*/
/* FOOTER SECTION
/*---------------------------------------------------------------------*/
footer{
    background:#f6f6f6;
}
footer .inner{
    padding:60px 0 60px;
}
footer .inner h5{
    color:#333;
    font-size:20px;
    font-weight:600;
    margin:0 0 30px;
    text-transform:uppercase;
    line-height:12px;
}
footer .inner ul{
    margin:0;
}
footer .inner li{
    padding:0 0 20px;
}
footer .inner li:last-child{
    padding:0 0 0px;
}
footer .inner li a,
footer .inner li{
    font-size:14px;
    color:#333;
    line-height:14px;
}
footer .inner .contact li{
    line-height:22px;
}
footer .inner .contact li i{
    color:#e54c2a;
    margin-right:15px;
    float:left;
    line-height: 24px;
}
footer .footer-bottom{
    background: #e54c2a;
    padding: 10px 0;
}
footer .powered p{
    color:#fff;
    font-size:14px;
    margin:17px 0 0 ;
}
footer .powered .social{
    margin:22px 0 0;
}
footer .powered .social li{
    line-height:14px;
    margin: 0;
}
footer .powered .social li:last-child{
    padding:0 0px 0 0;
}
footer .powered .social li a{
    color: #fff;
    font-size: 20px;
    width: 35px;
    display: block;
    text-align: center;
}
/*---------------------------------------------------------------------*/
/* BREADCRUMB SECTION
/*---------------------------------------------------------------------*/
.bread-crumb{
    background: url(../images/background/bread-crumb-bg1.jpg) no-repeat center center;
    position:relative;
    min-height: 250px;
}
.bread-crumb img{
    width:100%;
    height:235px;
}
.bread-crumb .matter{
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    text-align:center;
    margin:0 auto;
    width:244px;
    background: rgba(0, 0, 0, 0.35);
    padding:15px 0;
}
.bread-crumb .matter h2{
    font-family: "Great Vibes",cursive;
    color:#fff;
    font-size:30px;
    font-weight:400;
    margin:0;
    text-transform:capitalize;
}
.bread-crumb .matter ul{
    margin:0;
}
.bread-crumb .matter li{
    padding:0px;
    text-transform:uppercase;
    margin-right: 0;
}
.bread-crumb .matter li:after {
    content: '>';
    padding: 0 2px 0 6px;
    color:#fff;
}
.bread-crumb .matter li:last-child:after {
    content: '';
}
.bread-crumb .matter  li a{
    color:#fff;
    font-size:15px;
    font-weight:600; 
}
/*---------------------------------------------------------------------*/
/* FUN FACTOR SECTION
/*---------------------------------------------------------------------*/
.fun-factor{
    background: #f6f6f6 url('../images/background/fun-factor.jpg') no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.fun-factor .single-box{
    text-align: center;
    padding: 15px 0;
}
.fun-factor .single-box span{
    font-size: 60px;
}
.fun-factor .single-box .number{
    font-size: 30px;
    font-weight: 700;
}
.fun-factor .single-box h3{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
}

/*---------------------------------------------------------------------*/
/* TESTIMONIALS SECTION
/*---------------------------------------------------------------------*/
.testimonials{
    background: url(../images/background/tesi-bg.jpg) no-repeat center center;
    padding: 1px 0;
}
.testimonials-inner{
    background: #161d27;
    color: #fff;
    text-align: center; 
    margin: 115px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
.testimonials span{
    text-transform: uppercase;
    color: #e54c2a
}
.testimonials .item{
    padding: 0 200px 40px 200px;
}

/*---------------------------------------------------------------------*/
/* TEAM SECTION
/*---------------------------------------------------------------------*/
.team{
    background: #f6f6f6 url(../images/background/team-right.png) no-repeat scroll right center;
    padding-bottom:50px;
}
.team .box img{
    width: 100%;
}
.team .box .caption{
    border:1px solid #e5e5e5;
    border-top:0;
    padding:20px 10px;
    background: #fff;
}
.team .box .caption h4{
    font-size:18px;
    font-weight:600;
    color:#000;
    margin:0 0 20px;
}
.team .box .caption p{
    font-size:15px;
    font-weight:400;
    color:#757575;
    margin:0;
    line-height:26px; 
}
.team ul{
    margin:0 0 24px;
}
.team ul li{
    margin-right:10px;
    padding:0px;
    border-radius:50%;
    background:#ccc;
    width:38px;
    height:38px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team ul li:last-child{
    margin-right:0px;
}
.team ul li a{
    color:#fff;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    font-size: 22px;
    border-radius:50%;
}
.team ul li:first-child:hover{
    background: #3b5997;
}
.team ul li:nth-child(2):hover{
    background: #1da1f3;
}
.team ul li:nth-child(3):hover{
    background: #de4b39;
}
.team ul li:last-child:hover{
    background: #8039b3;
}

/*---------------------------------------------------------------------*/
/* CONTACTUS SECTION
/*---------------------------------------------------------------------*/
.contactus{
   
    padding-bottom: 50px;
}
.contactus iframe{
    width:100%;
    height:485px;
    border:0;
    /*margin-bottom: 30px;*/
}
.contactus form .form-group{
    margin-bottom:30px;
}
.contactus img{
    border-radius:4px;
}
.contactus form .form-control {
    background:rgba(245,245,245,0.5);
    text-transform:uppercase;
    height:45px;
    color:#757575;
    padding:0 40px 0 20px;
}
.contactus form textarea.form-control{
    height:180px ;
    padding:6px 0 0 20px;
    resize: none;
}
.contactus form .form-control:focus {
    box-shadow: none;
    border-color: #e54c2a;
}
.contactus form .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #e54c2a;
}
.contactus-2 iframe,
.contactus-3 iframe{
    margin-bottom: 30px;
}

/*---------------------------------------------------------------------*/
/* ADDRESS SECTION
/*---------------------------------------------------------------------*/
.address{
    background: #F6F6F6;
    padding: 50px 0 20px 0;
}
.address-box{
    margin-bottom: 30px;
}
.address-box .box{
    background: #fff;
    border:1px solid #e5e5e5;
    padding:20px 15px;
    height:215px;
}
.address-box .box .icon{
    background:#e54c2a;
    border-radius:50%;
    width:60px;
    height:60px;
    padding:18px;
    margin:0 auto 20px;
}
.address-box .box .icon i{
    font-size:24px;
    color:#fff;	
}
.address-box .box h4{
    font-size:18px;
    font-weight:600;
    color:#333;
    margin:0 0 10px;
}
.address-box .box p{
    font-size:14px;
    font-weight:400;
    color:#696969;
    margin:0;
}
.address-box .box p a{
    color:#696969;
}
.address-box .social{
    padding:19px 21px;
}
.address-box .social h4{
    text-align:center;
    margin:0 0 24px;
}
.address-box .social ul{
    margin:52px;
    text-align: center;
}
.address-box .social ul li {
    width:40px;
    height:40px;
    margin:0 5px 10px 5px;
    padding: 0;
    border-radius:50%;
    text-align: center;
}
.address-box .social ul li a{  
    color:#fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
}
.address-box .social ul li a i{  
    font-size:20px;
}
.address-box .social ul li:first-child {
    background:#3b5999;
}
.address-box .social ul li:nth-child(2) {
    background:#1da1f3;
}
.address-box .social ul li:nth-child(3) {
    background:#de4b39;
}
.address-box .social ul li:nth-child(4) {
    background:#843ab5;
}
.address-box .social ul li:nth-child(5) {
    background:#be071d;
}
.address-box .social ul li:nth-child(6) {
    background:#eb4724;
}
.address-box .social ul li:nth-child(7) {
    background:#cf2120;
}
.address-box .social ul li:last-child {
    background:#c41200;
}

/*---------------------------------------------------------------------*/
/* BLOG DETAILS SECTION
/*---------------------------------------------------------------------*/
.blog-detail{
    margin:50px 0;
}
.blog-detail .blogs .image img{
    margin:0 0 30px;
    border-radius:4px;
    width:100%; 
}
.blog-detail .blogs h4{
    margin:0 0 13px;
    font-size:20px;
    font-weight:600;
    color:#000;
    line-height:26px;
}
.blog-detail .blogs .text{
    margin:0 0 24px;
    font-size:14px;
    font-weight:600;
    color:#000;
}
.blog-detail .blogs .des{
    margin:0 0 30px;
    color:#757575;
    text-align: justify;
}
.blog-detail .blogs blockquote {
    padding:20px;
    font-size:16px;
    font-weight:700;
    font-style:italic;
    color:#000;
    margin:0 0 30px;
    border:1px solid #e5e5e5;
    border-left:4px solid #e54c2a;
}
.blog-detail .blogs .link{
    margin:0 0 30px;
    height:52px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding:14px 0;
}
.blog-detail .blogs .link .social,
.blog-detail .blogs .link .icon{
    margin:0;
}
.blog-detail .blogs .link .social li{
    color:#000;
    font-size:14px;
    font-weight:600;
    padding:0;
}
.blog-detail .blogs .link .social li a{
    color:#757575;
    font-size:16px;
    margin:0 6px;
}
.blog-detail .blogs .link .social li a:hover{
    color: #e54c2a;
}
.blog-detail .blogs .link .social li:last-child a{
    margin-right:0px;
}
.blog-detail .blogs .link .icon li{
    padding:0;
    font-size:14px;
    font-weight:600;
    color:#000;
}
.blog-detail .blogs .link .icon li a{
    font-weight:400;
    color:#757575;
}
.blog-detail .blogs .link .icon li a:hover{
    color: #e54c2a;
}
.blog-detail .blogs{
    margin:0 0 122px;
}
.blog-detail .comment{
    margin:80px 0 0;
}
.blog-detail .comment h3{
    font-size:18px;
    font-weight:600;
    padding-bottom:18px;
    border-bottom:1px solid #E3E3E3;
    margin:0 0 20px;	
    color:#000;
}
.blog-detail .comment ul{
    margin:0;	
}
.blog-detail .comment ul li{
    padding:30px 0;
    border-bottom:1px solid #e5e5e5;
}
.blog-detail .comment ul li:last-child{
    border-bottom:0px solid #e5e5e5;
    padding:30px 0 80px;
}
.blog-detail .comment ul li:nth-child(2){
    padding: 30px 0 30px 100px;
}
.blog-detail .comment ul li img{
    float:left;
    margin-right:30px;	
    border-radius:4px;
    max-width: 80px;
}
.blog-detail .comment ul li .caption{
    margin-left:110px;	
}
.blog-detail .comment ul li .caption h5{
    font-size:16px;
    font-weight:600;
    margin:0;
    color:#333;
}
.blog-detail .comment ul li .caption span{
    font-size:14px;
    font-weight:400;
    color:#999;
}
.blog-detail .comment ul li .caption span a{
    font-size:16px;
    font-weight:600;
    color:#333;	
}
.blog-detail .comment ul li .caption span a:hover{
    color:#e54c2a;	
}
.blog-detail .comment ul li .caption p{
    font-size:14px;
    margin:13px 0 0;
    color:#757575;
}
.blog-detail .comment form{
    margin-top:30px;
}
.blog-detail .comment .form-group{
    margin-bottom:0;
}
.blog-detail .comment .form-control{
    margin:0 0 30px;
    color:#b2b2b2;
    height:40px;
}
.blog-detail .comment .form-control:focus{
    border-color: #e54c2a;
    box-shadow: none;
}
.blog-detail .comment textarea.form-control{
    height:150px;
}
.blog-detail .comment .btn-primary {
    width:190px;
    background:#e54c2a;
    border:1px solid #e54c2a;
}

/*---------------------------------------------------------------------*/
/* BLOG SIDEBAR SECTION
/*---------------------------------------------------------------------*/
.sidebar-box {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    border-radius:4px;
    background:#fff; 
}
.sidebar-box h6 {
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 2px;
    padding: 20px 15px;
    margin: 0;
    font-size: 24px;
    font-weight:600;
    color: #e54c2a;
    font-family: "Great Vibes",cursive;
}
.sidebar-box .search{
    position: relative;
}
.sidebar-box .search .form-group {
    margin: 0;
}
.sidebar-box .search input {
    color: #b1b1b1;
    height: 40px;
    border-color: #fff;
    box-shadow: none;
}
.sidebar-box .search input:focus {
    border-color: #e54c2a;
    box-shadow: none;
}
.sidebar-box .search .btn {
    position: absolute;
    background: none;
    bottom: 9px;
    right: 15px;
    border-radius: 0;
    padding: 0;
}
.sidebar-box .search .btn i {
    color: #e54c2a;
    font-size: 18px;
}
.sidebar-box .latest ul,
.sidebar-box .gallery ul,
.sidebar-box .tag ul{
    margin: 0;
}
.sidebar-box .latest ul li{
    padding: 15px;
    border-bottom:1px solid #e5e5e5;
    height:101px;
}
.sidebar-box .latest ul li:last-child{
    border-bottom:0px solid #e5e5e5;
}
.sidebar-box .latest img{
    float: left;
    margin-right: 15px;
}
.sidebar-box .latest .caption h3{
    font-size:16px;
    font-weight:600;
    margin:0 0 6px;
    line-height:12px;
    color:#000;
}
.sidebar-box .latest .caption .test {
    margin: 0 0 5px; 
    font-size: 12px;
    color: #666;
    font-weight:400;
}
.sidebar-box .latest .caption .desc {
    margin: 0;
    font-size: 15px;
    color: #757575;
    font-weight:400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar-box .gallery ul, 
.sidebar-box .tag ul{
    padding:15px;
}
.sidebar-box .gallery ul li{
    padding:4px 3px;
    width:32.1%;
    margin: 0;
}
.sidebar-box .gallery ul li img{
    width: 100%;
}
.sidebar-box .tag li{
    border:1px solid #e5e5e5;
    margin:0 10px 10px 0;
    border-radius:4px;
}
.sidebar-box .tag li:last-child{
    margin:0 10px 0px 0;
}
.sidebar-box .tag li a{
    font-size:15px;
    font-weight:400;
    color:#757575;
    padding:8px 15px;
    display: block;
}
.sidebar-box .tag li:hover a{
    color:#fff;
}
.sidebar-box .tag li:hover{
    background:#e54c2a;
    border:1px solid #e54c2a;
}

/*---------------------------------------------------------------------*/
/* VIDEO BACKGROUND
/*---------------------------------------------------------------------*/

.banner-bg{
    background: url(../images/background/banner-4.jpg) no-repeat center center;
    position:relative;
}

.banner-detail{
    padding: 250px 0 120px 0;
    text-align:center;
    background: rgba(0,0,0,0.5);
}
.banner-detail img{
    margin:0 auto;
    width:11.5%;
}
.banner-detail h4{
    font-size:50px;
    color:#fff;
    font-weight:700;
    margin:10px 0;
    text-transform:uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.banner-detail p{
    font-size:16px;
    color:#fff;
    margin: 0 10% 25px;
    line-height: 26px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/*---------------------------------------------------------------------*/
/* 404 PAGE
/*---------------------------------------------------------------------*/
.page-not-found{
    background: url(../images/background/cup-coffee-left.png) no-repeat left bottom;
    padding-bottom: 50px;
}
.page-not-found .error-content{
    text-align: center;
}
.page-not-found .error-content h2{
    font-size: 200px;
    font-weight: 900;
    letter-spacing: 10px;
    color: #e54c2a;
    text-shadow: 7px 6px 0 #dadada, 0 -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.page-not-found .error-content p{
    max-width: 340px;
    margin: 0 auto 25px auto;
}



/*---------------------------------------------------------------------*/
/* RESPONSIVE
/*---------------------------------------------------------------------*/
@media (max-width:1500px){
    .boxed-layout .wrapper {
        width: 1180px;
    }
    .boxed-layout header.fixed-header{
        width: 1180px;
    }

}
@media (max-width:1200px){
    .boxed-layout header.fixed-header,
    .boxed-layout .wrapper {
        width: 100%;
    }
    .commontop h4 {
        font-size: 32px;
    }
    #menu .nav > li {
        margin: 0 15px 0 0;
    }
    .button-top .btn-primary{
        font-size:13px;
    }
    .order ul li {
        padding: 0 66px 0 0;
    }
    .menu .nav-tabs > li {
        padding: 0 7px 0 0;
    }
    .menu .box .caption .des {
        font-size: 12px;
    }
    .slide-detail{
        bottom: 8%; 
    }
    .banner-detail img,
    .slide-detail img{
        width:8%;
    }
    .banner-detail h4,
    .slide-detail h4 {
        font-size: 36px;
    }
    .slide-detail p{
        margin-bottom: 15px;
    }
    .blog{
        background: #f5f5f5;
    }
    .blog .box .caption .text {
        font-size: 13px;
    }	
    #newsletter .news {
        font-size: 28px;
    }
    #newsletter p {
        font-size: 13px;
    }
    footer .inner li a,
    footer .inner li {
        font-size: 14px;
    }
    footer .powered .social li {
        padding: 0 10px 0 0;
    }
    footer .powered .social li a{
        width: 24px;
    }
    footer .inner .contact li:first-child i{
        height: 50px;
    }
    footer .inner .insta li a img{
        max-width: 62px;
    }
    #newsletter .input-group input {
        width: 70%;
    }
    .about .des, 
    .abouts .des {
        font-size: 14px;
    }
    .service{
        background: #fff;
    }
    .team ul li {
        margin-right: 5px;
    }
    .sidebar-box .latest img {
        margin-right: 8px;
    }
    .sidebar-box .latest .caption h3 {
        font-size: 14px;
    }
    .sidebar-box .gallery ul li {
        width: 31.1%;
    }
    .sidebar-box .tag li{
        margin: 0 5px 5px 0;
    }
    .sidebar-box .tag li a{
        padding: 4px 8px;
        font-weight:400;
    }
    .address-box .social ul li {
        width: 36px;
        height: 36px;
        margin: 0 2px 10px 0;
    }
    .menu .box .caption .price {
        font-size: 17px;
    }
    footer .inner h5{
        font-size: 19px;
    }
    .shop .product-list .caption{
        padding: 10px 15px 15px;
    }
    .shopdetail .common .qtypara{
        margin-bottom: 15px;    
    }
    .shopdetail .common .buttons{
        display: inline-block;
    }



}

@media (max-width:992px){
    .btn-theme-alt,
    .btn-theme,
    .btn-primary{
        height: 46px;
        font-size: 14px;
    }
    .btn-md {
        height: 36px;
        line-height: 22px;
    }
    .bloggs{
        height:auto;
    }
    .top .icon {
        padding: 2px 0;
    }
    .top .icon li {
        padding: 0 10px 0 0;
    }
    .top .icon li a,
    .top .social li a {
        font-size: 10px;
    }
    .top .icon li i {
        margin-right: 2px;
    }
    .top .social li {
        padding: 0 10px 0 0;
    }
    .top .icon li.dropdown ul li a{
        font-size: 14px;
    }
    header #logo img{
        max-height: 40px;
    }
    #menu .nav > li {
        margin: 0 10px 0 0;
    }
    #menu .nav > li > a {
        font-size: 11px;
    }
    .button-top .btn-primary {
        font-size: 9px;
    }
    .slide-detail{
        bottom: 8%;
    }
    .banner-detail{
        padding: 200px 0 100px 0;
    }
    .banner-detail h4,
    .slide-detail h4 {
        font-size: 36px;
        margin:0;
    }
    .slide-detail p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 8% 10px;
    }
    .commontop h4 {
        font-size: 28px;
    }
    .commontop p {
        font-size: 14px;
        line-height: 24px;
    }
    .order .search-icon .btn {
        right: 0;
    }
    .order ul li {
        padding: 0 50px 0 0;
    }
    .order ul li p {
        font-size: 14px;
    }
    .order .search-icon input{
        height: 46px;
    }
    .menu .nav-tabs{
        padding: 15px 15px;
    }
    .menu .nav-tabs > li > a {
        font-size: 12px;
        padding: 12px 18px;
    }
    .menu .box .caption{
        padding-right: 75px;
    }
    .menu .box .caption span{
        font-size: 14px;
        line-height: 1.4;
    }
    .menu .box .caption .des {
        font-size: 10px;
    }
    .blog .box .caption {
        padding: 25px 15px;
    }
    .blog .box .caption .text,
    .blog .box .caption .des  {
        font-size: 12px;
        line-height: 20px;
    }
    .blog .box .caption .text {
        margin-bottom: 10px;
    }
    .blog .box .caption .des  {
        margin-bottom: 20px;
    }
    #newsletter .news {
        font-size: 22px;
    }
    #newsletter p {
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 5px;
    }
    #newsletter .input-group input {
        width: 61%;
        height: 46px;
    }
    #newsletter .input-group .btn-news{
        padding: 10px 25px;
        vertical-align: top;
    }
    footer .inner{
        padding: 50px 0 10px;
    }
    footer .inner h5 {
        font-size: 16px;
    }
    footer .inner ul{
        margin-bottom: 50px;
    }
    footer .powered p {
        font-size: 11px;
    }
    footer .inner li{
        padding-bottom:15px; 
    }
    footer .powered .social{
        margin-top: 15px;
    }
    footer .powered .social li {
        padding: 0 5px 0 0px;
    }
    footer .powered .social li a{
        font-size: 18px;
        width: 18px;
    }
    footer .inner .insta li a img{
        max-width: 68px;
    }
    .service .box span{
        font-size: 65px;
    }
    
    .testimonials-inner{
        margin: 125px 0;
    }
    .testimonials .item {
        padding: 0 80px 40px 80px;
    }
    .sidebar-box h6 {
        font-size: 18px;
    }
    .sidebar-box .latest ul li {
        height: auto;
    }
    .sidebar-box .latest img {
        margin: 0 auto 5px;
        float: none ;
        display: block;
    }
    .sidebar-box .latest .caption{
        text-align:center;
    }
    .address-box .box {
        margin-bottom: 30px;
        text-align: center;
    }	
    .address-box .box h4 {
        font-size: 15px;
    }
    .pagination li a {
        font-size: 12px;
    }
    .header-2 header.fixed-header #logo,
    header #logo {
        margin:5px 0 0;
    }
    .header-2 header.fixed-header .button-top .btn-primary,
    .button-top .btn-primary {
        margin: 5px 0;
        height: 36px;
        line-height: 20px;
    }
    .header-2 header.fixed-header #menu .navbar,
    #menu .navbar {
        margin: 0px 0 3px 0;
    }
    .bread-crumb{
        min-height: 152px;
    }
    .bread-crumb .matter{
        padding:5px 0;
        bottom: 10px;
    }
    .bread-crumb .matter h2 {
        font-size:18px;
    }
    .bread-crumb .matter li a{
        font-size:10px;
    }
    .fun-factor{
        padding: 30px 0;
    }
    .fun-factor .single-box .number{
        font-size: 24px;
    }
    .fun-factor .single-box h3{
        font-size: 18px;
    }
    .fun-factor .single-box span{
        font-size: 50px;
    }
    .contactus-3 form .form-control{
        margin-bottom: 30px;
        background: rgba(0,0,0,0.2);
    }
    .contactus form .form-control{
        height:40px; 
    }
    .contactus form .icofont{
        padding-top: 13px;
        padding-bottom:13px; 
    }
    .dish .box .caption p{
        font-size:22px; 
    }
    .reservation form .form-control{
        height: 40px;
    }
    .blog-detail .blogs{
        margin-bottom:80px; 
    }
    .blog-detail .blogs .des{
        margin-bottom:20px; 
    }
    

}

@media (max-width:767px){
    .btn-theme-alt,
    .btn-theme{
        font-size: 14px;
        height: 34px;
        line-height: 18px;
    }
    .banner-detail{
        padding: 80px 0 80px 0;
    }
    .banner-detail img{
        width: 20%;
    }
    .banner-detail h4{
        font-size: 24px;
        margin: 10px 0;
    }
    .slide-detail h4{
        font-size:20px;
        margin:5px;
    }
    .banner-detail p{
        font-size: 14px;
        line-height: 22px;
    }
    .slide-detail p {
        font-size: 13px;
        line-height: 15px;
        margin:0 5px 5px;
    }
    .slideshow img{
        min-height: 190px;
    }
    .slide-detail .btn-primary{
        height: auto;
        width: auto;
        font-size: 14px;
        padding: 5px 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .commontop h4{
        font-size: 24px;
        margin: 30px 0 10px;
    }
    .reservation,
    .about{
        padding-bottom: 30px;   
    }
    .dishes{
        margin-bottom:30px; 
    }
    .menu-inner{
        padding-bottom: 0;
    }
    .order img {
        margin:10px auto 30px;
        max-width: 235px;
    }
    .order ul {
        margin: 0px 0 0;
    }
    header {
        position: relative;
        background:#000;
    }
    .top .icon li a,
    .top .social li a {
        font-size: 14px;
    }
    .top .pull-left,
    .top .pull-right{
        float:none ;
        text-align:center;
    }
    .top .icon li {
        padding: 0px 6px 0 0;
    }
    header #logo{
        margin-top: 15px;
        text-align: center;
    }
    header #logo img{
        margin: 0 auto;
    }
    .paddleft {
        padding-left: 15px;
    }
    #menu .navbar {
        margin: 0px 0;
    }
    #menu .navbar-header{
        width: 100%;    
    }
    #menu .menutext {
        float: left;
        padding:10px 15px;
        font-size: 18px;
        color: #fff;
    }	
    #menu .navbar-toggler{
        color:#fff;
        border:1px solid #e54c2a;
        padding:8px 12px;
        float: right;
        margin-top: 10px;
    }
    #menu .navbar-nav {
        margin: 7.5px 0;
        text-align: left;
    }
    #menu .nav > li {
        margin: 10px 0;
    }
    #menu .nav > li:last-child{
        margin: 10px 0;
    }
    #menu .nav > li > a {
        font-size: 14px;
        display: block;
    }
    #menu .dropdown-menu{
        background: #000;
        margin:12px 0 0 0
    }
    #menu .dropdown-menu li a {
        color: #fff;
        display: block;
    }
    #menu .dropdown .dropdown-menu {
        display: none;
    }
    #menu .dropdown.show .dropdown-menu{
        display: block;
    }
    .padd0{
        padding:0 15px;
    }
    .slide-detail {
        padding:20px 0;
        top:0%;
    }
    .button-top .btn-primary {
        font-size: 16px;
    }
    .dish .box .caption h4{
        font-size: 16px;
    }
    .dish .box .caption p{
        font-size: 20px;
    }
    .about .des, 
    .about .commontop p,
    .blog .box .caption .des,
    .blog .box .caption .text {
        font-size: 14px;
    }
    .menu .nav-tabs {
        padding: 10px 10px;
    }
    .menu .nav-tabs > li {
        padding:2px 0;
        width: 100%;
    }
    .menu .nav-tabs > li > a {
        font-size: 14px;
    }
    .menu .box .image{
        float: none;
        display: block;
        text-align: center;
    }
    .menu .box .image img{
        margin-left: auto;
        margin-right: auto;
    }
    .menu .box .caption{
        margin-left: 0;
        padding: 15px;
        text-align: center;
    }
    .menu .box .caption .price{
        position: static;
        text-align: center;
        margin-top: 10px;
    }
    .commontop p {
        margin: 0 0 24px;
    }
    .blog .box{
        margin-bottom:30px; 
    }
    .blog .box .caption{
        padding: 15px;
        text-align: center;
    }
    .blog .box .caption .des{
        margin-bottom: 20px
    }
    .blog .box img {
        width:100%;
    }
    .blog{
        background: #f5f5f5;
    }
    .bloggs {
        height: auto;
    }
    #newsletter .news {
        float: none;
        font-size: 24px;
        text-align: center;
        display: block;
        margin: 0;
    }
    #newsletter p{
        margin: 10px 0 10px 0;
        font-size: 14px;
        padding: 0;
        text-align: center;
        border: none;
    }
    #newsletter .input-group{
        text-align: center;
    }
    #newsletter .input-group input{
        height: 34px;
        padding: 5px 12px;
    }
    #newsletter .input-group .btn-news{
        height: 34px;
        padding: 5px 15px;
        vertical-align: top;
        line-height: 20px;
    }
    footer .inner {
        padding: 15px 0;
        text-align: center;
    }
    footer .inner h5 {
        margin: 30px 0 15px 0;
    }
    footer .inner li a, 
    footer .inner li, 
    footer .powered p {
        font-size: 14px;
    }
    footer .powered .text-right,
    footer .powered .text-center{
        text-align:center; 	
    }
    footer .powered img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    footer .inner ul{
        margin-bottom: 10px;
    }
    footer .inner .contact li i{
        float: none;
    }
    footer .powered .social{
        text-align: center;
    }
    footer .powered .social li:last-child,
    footer .powered .social li{
        padding: 0 10px;
    }
    footer .powered .social li a{
        font-size: 17px;
        width: 17px;
    }
    .bottom-top{
        display: none !important;
    }
    .order ul li p{
        margin:0px 0 0 0;
    }
    .bread-crumb {
        min-height: 70px;
    }
    .commontop p,
    .team .box .caption p {
        font-size: 14px;
    }
    .team ul li {
        margin-right: 10px;
    }
    .team .box {
        margin:0 0 20px; 
    }
    .team .box img{
        width:100%; 
    }
    .menu .box .caption .des {
        font-size: 14px;
    }
    .sidebar-box .latest img{
        margin: 0 8px 0 0px;
        float: left;
    }
    .sidebar-box .latest .caption{
        text-align: left;
    }
    .sidebar-box .gallery ul li {
        width: 32.1%;
    }
    .sidebar-box .gallery ul li img{
        width:100%;
    }
    .sidebar-box .tag li a {
        font-size: 14px;
    }
    .blog-detail .blogs h4{
        font-size:18px; 
    }
    .blog-detail .blogs .text{
        margin-bottom:15px; 
    }
    .blog-detail .blogs .link {
        height:auto;
    }
    .blog-detail .blogs .link .float-left,
    .blog-detail .blogs .link .float-right {
        float:none!important;
    }
    .blog-detail .blogs .link .float-right{
        margin:20px 0 0;
    }
    .blog-detail .comment h3{
        font-size: 16px;
    }
    .blog-detail .comment ul li{
        padding: 20px 0;
    }
    .blog-detail .comment ul li:nth-child(2) {
        padding: 30px 0 30px 0px;
    }
    .blog-detail .comment ul li .caption span a{
        font-size: 14px;
    }
    .blog-detail .comment ul li .caption {
        margin-left: 90px;
    }
    .blog-detail .comment ul li img{
        margin-right: 20px;
        max-width: 70px;
    }
    .blog-detail .comment form .btn{
        margin-bottom: 30px;
    }
    .address-box .box {
        margin:0 0 20px;
    }
    .address-box .box p {
        font-size: 14px;
    }
    .address-box .social ul li {
        width: 40px;
        height: 40px;
        margin: 0 5px 10px 0;
    }
    .address-box .social ul li a i {
        font-size: 18px;
    }
    .order ul li {
        padding: 0 15px 0 0;
        vertical-align: top;
    }
    .order ul li:last-child{
        max-width: 90px;
    }
    .contactus form .form-group {
        margin-bottom: 0px;
    }
    .contactus form .form-control {
        margin-bottom: 30px;
    }
    .contactus form .buttons{
        margin-bottom: 30px;
    }
    .order .search-icon .form-group {
        display: inline-block;
    }
    .order .search-icon .form-group input{
        margin:0 0 20px;
        height: 34px;
    }
    .order .search-icon .btn{
        margin-left:0;
    }
    footer .inner .contact li:first-child a i {
        margin-bottom: 15px;
    }
    .pagination li:first-child a,
    .pagination li:last-child a {
        padding: 5px;
    }
    .pagination li{
        padding: 0;
    }
    .pagination li a{
        padding: 8px;
    }
    .top .icon li .dropdown-menu{
        left:0;
    }
    .fun-factor .single-box .number {
        font-size: 20px;
    }
    .fun-factor .single-box h3 {
        font-size: 16px;
    }
    .video {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service{
        background: #fff;
    }
    .service .box{
        margin-bottom: 30px;
    }
    .service .box span{
        font-size: 60px;
    }
    .testimonials-inner{
        margin: 70px 0;
    }
    .testimonials .item {
        padding: 0 15px 30px 15px;
    }
    .page-not-found .error-content h2{
        font-size: 100px;
    }
    .shop{
        margin-top: 30px;
    }
    .sort {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .sort .form-group {
        margin-bottom: 20px;
    }
    .shopdetail .image{
        margin: 20px auto;
    }
    .shopdetail .price,
    .shopdetail h2{
        font-size: 20px;
    }
    .shopdetail .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
    .shopdetail .nav-tabs > li a{
        font-size: 14px;
    }
    .mycart{
        margin: 30px 0;
    }
    .mycart #tab-cart tbody tr td:nth-child(1){
        min-width: 185px;
    }
    .mycart #tab-cart tbody tr td h3,
    .mycart #tab-cart tbody tr td:nth-child(2), 
    .mycart #tab-cart tbody tr td:nth-child(4){
        font-size: 16px;
    }
    .mycart #tab-info,
    .mycart #tab-payment{
        padding: 20px 15px;
    }
    .mycart #tab-payment .form-control,
    .mycart #tab-info .form-control{
        height: 34px;
        margin-bottom: 20px;
    }
    .mycart #tab-info .buttons{
        float: none !important;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .mycart #tab-payment .buttons .btn{
        margin-bottom: 10px;
    }
    .mycart #tab-payment form .link li{
        padding: 12px 5px;
        margin-right: 5px;
    }
    .mycart #tab-payment form .link li img {
        max-width: 35px;
    }
    .thanks-content h3{
        font-size:20px; 
    }
    .thanks-content h3 i{
        font-size: 70px;
    }
    .page-not-found{
        background: #fff;
    }
    .login{
        background: #ffffff;
    }
    .loginnow {
        padding: 20px;
        height: auto;
        margin-bottom: 30px;
    }
    .loginnow h5{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .loginnow .form-control{
        height: 34px;
    }
    .loginnow .form-group .icofont{
        padding: 10px;
    }
    .loginto ul li a{
        font-size: 14px;
    }
    .dashboard .user-profile{
        margin-top: 10px;
    }
    .user-profile .brief-info .media{
        display: block;
        text-align: center;
    }
    .user-profile .brief-info img{
        margin: 5px auto !important;
        display: block;
    }
    .user-profile .most-recent-order .field-entry .col-5{
        max-width: 100%;
        flex: 100%;
        margin-bottom: 10px;
    }
    .user-profile .user-profile-offer .offer-body .offer-entry{
        text-align: center;
    }
    .user-profile .user-profile-offer .offer-left p{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .user-profile .notification-entry p span{
        float: none;
        display: block;
        text-align: right;
    }
    .user-profile .item-body p{
        display: inline;
        margin-left: 10px;
    }
    .user-profile .item-footer strong{
        margin-left: 5px;
    }



}

@media (max-width:576px){



}


@media (min-width:320px) and  (max-width:670px){
    .top .icon li a, 
    .top .social li a,
    #form-language .btn-link {
        font-size: 10px;
    }
}
@media (min-width:320px) and  (max-width:414px){

    .slide-detail p {
        height: 29px;
        overflow: hidden;
    }
    .order .search-icon input {
        width: 185px;
    }
    .order .search-icon .btn i {
        margin-right: 5px;
    }

}
/*added by vikas*/
/* Style the header */
.header-2 header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}