*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-size: 14px;
    line-height: normal;
    font-family: 'open-sans', sans-serif;
}
.top-head{
    border-top: 5px solid #ffca00;
    border-bottom: 1px solid #dbdbdb;
    background: #fafafa; 
    height: 5px;
}
ul.list{
    float: right;
    width: auto;
    margin:0;
    padding:0;
}
ul.list li{
    display: inline-block;
    line-height: 33px;
    margin-left: 5px;
    margin-right: 5px;  
    position: relative; 
}
ul.list li::after{
    content: "";
    position:absolute;
    z-index: 1;
    border-left: 1px solid #dbdbdb;
    display: block;
    top: 0%;
    left: -5px;
    height: 100%;
}
.head{
    position: relative;
}
.left{
    float: left;
    display: inline;
}
.logo{
    margin:5px;
    display: inline;
}
.text{
    display: inline;
}
img{
    max-width: 100%;
    height: auto;
}
.right{
    float: right;
}
.banner{
    position: relative;
    height: auto;
}
.banner-obj{
    position: absolute;
    left: 50%;
    bottom: -30%;
    width: auto;
    transform: translateX(-50%);
    z-index: 99;
}
.pd0{
   padding: 0 !important;
}
.icon-rupee{font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;}
.icon-rupee ::before{display: inline-block;text-decoration: inherit;}
.icon-rupee::before, .icon-inr::before {content: "";}
.wrapper{
    position: relative;
    background: #f1f1f3;
    min-height: 869px;
}
.main-content{
    position: relative;
    padding: 200px 40px; 
    background: #fff;
   
    }
.main-content p{
    font-size: 18px;
    margin-bottom:25px;
    line-height: 26px;
    font-weight: 300;
}
.shadow{
    position: relative;
}
.shadow::after{

    content: url(../images/lftshdw.gif);
    position: absolute;
    left: 0px;
    top: 0px;
}    
.shadow::before{

    content: url(../images/rhtshdw.gif);
    position: absolute;
    right: 0px;
    top: 0px;
} 
.column {
    float: left;
    width: 33.33%;
    padding: 15px;
    position:relative;
}
.column img{max-width: 100%;height: auto;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.tools .mb60_1 {
   /* margin-bottom: 25px;*/
    display: flex;
}
.caltxtbox {
    float: left;
    width: 31%;
    margin: 0px 2% 0 0;
    position: relative;
}
.caltxtbox select {
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    background: #e0e0e0 url(../images/dropdown.png) 100% center no-repeat;
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 28px;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.bg{
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: 26%; 
}
.resetval {
    text-decoration: none;
    color: #fff;
    background: #e68d19;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin-right: 10px;
    margin-top:15px; 
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.desc{
    margin: 10px 0 0 0;
    font-size: 14px;
    height:28px;
}
.links{margin-left: 0%;max-width: 450px}
        .links a{padding-right: 10px;font-size: 16px;}
strong{font-weight: bold;text-transform: capitalize;}
ul.simplePagerNav {
	padding: 0;
	margin-top: 10px;
	float: right
}
ul.simplePagerNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
    background: #000;
}
ul.simplePagerNav li {
	display: inline-block;
	height: auto;
	width: auto;
	min-height: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #626262;
	background-image: none;
	margin-left: 10px
}
ul.simplePagerNav li:hover {
	background: #666
}
ul.simplePagerNav li:first-child {
	margin-left: 0
}
li.currentPage {
	background: #fff;
    
}
ul.simplePagerNav li.currentPage a{
	color: #000;
	background: #fff;
	border: 1px solid #474747
}
.cons-voice-img{
    margin-top:0;
}
.content-gallery{
    margin-top:10px;
}
.cplay{
    position: absolute;
    width: 74px;
    height: 75px;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: 0 auto 0;
    top: 20%;
}
.title{
    font-size: 18px;
    line-height: normal;
    margin-top: 0px;
    text-align: center; 
}
#top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f0ad4e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#top:hover {
  background-color: #871115;
}

footer{
    background: #24252a;
    color: #c8dcc9;
    font-size: 15px;
   font-family: 'open-sans', sans-serif;
}
footer h2{color: #f8ce15;font-size: 14px}
.f-top{padding: 20px 0}
ul.left, ul.right{list-style-image: url(../images/double-arrow.jpg);}
ul.left li, ul.right li{line-height: 24px}
ul.left li a, ul.right li a{ color: #c8dcc9;}
ul.left li a:hover, ul.right li a:hover{ color: #c8dcc9;text-decoration: underline;}
.thin{border: 1px solid #292a2f}
.rd{color: #a72c2a;font-size: 14px;}
.rd:hover,.rd:active { color: #f8ce15 }
.fr{float: right; font-size: 24px; color: #fff}
.des p{line-height: 1.4;}
/* ------------------------------------------------------------------- 
 * ## Inner Video Page 18-12-18
 * ------------------------------------------------------------------- */
.ml4{margin-left:-4%}
.ml2{margin-left:-2%}
.header-menu{background:#f0f0f0 url(../images/header-menu-bg.gif) repeat-x center center; height:55px; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb}
.inner-left{padding-top:5%; width:50%}
.inner-right{padding-top:0;text-align: right;}
ul.inner-list{float: right;width:40rem;margin:0;padding:0;}
ul.inner-list li{display: inline-block;line-height:54px; margin-left:10px; padding:0 5px; position: relative; height:54px}
ul.inner-list li::after{content: "";position:absolute;z-index: 1;border-left: 1px solid #dbdbdb;display: block;top: 0%;left: -5px;height: 100%;}
.dropdown-toggle::after {display: inline-block;width: 0;height: 0;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent; border-bottom: 0;border-left: .3em solid transparent;}
.inner-list .btn{ padding:13px 26px; font-size:21px; color:#000; text-transform:uppercase}
.inner-list .btn-danger{background:#e6e6e6; border:none; border-radius:0}
.inner-list .dropdown-menu{min-width:206px; padding:5px 0; border-radius:0; background:#e6e6e6; text-align: center; margin:0}
.inner-list .dropdown-menu a{display:block; color:#000; font-size:18px; border-bottom:1px solid #b8b8b8}
.inner-list .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger{background:#e6e6e6 !important; color:#a51e23 !important}
.inner-list .btn-group, .inner-list .btn-group-vertical{margin:-2px 0 0 -9px}
.inner-list .form-control{padding:13px 26px; font-size:21px; color:#000; text-transform:uppercase;background:#e6e6e6; border:none; border-radius:0}
.inner-main-content{position: relative;padding:80px 40px;background: #fff}
.inner-pg-bg{background-image: url(../images/bg.jpg);background-attachment: fixed;background-position: 80% 100%;background-repeat: no-repeat;background-size: 26%;}
.mt10{margin-top:10px}
.thmb-box{width:30.333%; float:left}
.right-cont{position:relative}
.right-cont p{font-size:16px; font-family: "Open Sans", sans-serif;color:#303030; line-height:20px;}
.font-txt{font-size:18px; color:#303030; line-height:1.5; padding-top:15px}
.filter-box{position:relative; margin-top:16px}
.filter-box .filter-cont{background:#eaeaea url(../images/filter-btn-bg.gif) repeat-x center center;border:1px solid #c4c4c4; border-radius:4px; padding:5px 4px;-webkit-box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);
-moz-box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);}
.right-adj{margin-top: 0;padding: 0;margin-left: -5.5%;}
.filter-box-md{position:relative; margin-top:16px}
.filter-box-md .filter-cont-md{background:#eaeaea url(../images/filter-btn-bg.gif) repeat-x center center;border:1px solid #c4c4c4; border-radius:4px; padding:5px 4px;-webkit-box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);
-moz-box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56); margin-bottom: 10px;line-height: 22px;}
.filter-box-md .filter-cont-md a{display:block;background:#d8640a url(../images/filter-bt-inbg.gif) repeat-x center center;border:1px solid #ad6000;font-size:13px;font-family: "Open Sans", sans-serif; font-weight:600; color:#fff; text-align:center; text-transform:uppercase; padding:11px 4px}

.filter-box .filter-cont a{display:block;background:#d8640a url(../images/filter-bt-inbg.gif) repeat-x center center;border:1px solid #ad6000;font-size:21px;font-family: "Open Sans", sans-serif; font-weight:600; color:#fff; text-align:center; text-transform:uppercase; padding:11px 10px}
.filter-box .filter-cont-active{background:#871115 url(../images/filter-btn-active-bg.gif) repeat-x center center;border:1px solid #df791a; border-radius:4px; padding:5px 4px;-webkit-box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);
-moz-box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);box-shadow: 3px 13px 12px -3px rgba(223,223,223,0.56);}
.filter-box .filter-cont-active a{display:block;font-size:21px;font-family: "Open Sans", sans-serif; font-weight:600; color:#fff; text-align:center; text-transform:uppercase; padding:11px 10px}
.cat-box{position:relative; margin-top:38px}
.cat-box h3{font-size:24px; font-weight:600; color:#000; text-transform:uppercase; padding-bottom:15px}
.cat-box .brd{border:1px solid #d3d0d0; margin:30px 0}
.catog-business{background:url(../images/categ-bg.gif) repeat-x center center;padding:10px 8px}
.catog-business a{display:block; font-size:16px; color:#000;text-align:center;font-family: "Open Sans", sans-serif;}
.catog-business-active{background:url(../images/filter-btn-active-bg.gif) repeat-x center center;padding:10px 8px}
.catog-business-active a{display:block; font-size:15px;font-family: "Open Sans", sans-serif; color:#fff;text-align:center}
.icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right:0;z-index:1;display: none;}
.icon-bar a {display: block; text-align: center;padding:5px;transition: all 0.3s ease;color: white;font-size: 20px;}
.icon-bar a:hover {background-color: #8a1214;}
.share {background: #c48b47;color: white;}
.share-icon1 { position: absolute; right: 1%; bottom: 24%;display:none;}
.video-thmb1 p{ font-size: 16px}
.facebook {background: #bb6c0f;color: white;}
.twitter {background: #ff9f2e;color: white;}
.linkedin {background: #db7600;color: white;}
.youtube {background: #a86414;color: white;}
.video-thmb{position:relative; margin-top:1%;display: inline;}
.video-thmb .img{position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.video-thmb1{position:relative; margin-top:5%;display:inline;}
.video-thmb1 .img{position:absolute; top:50%; left:50%;transform: translate(-50%, -50%);}
.share-icon{position:absolute; right:68%; bottom:27%;display:none;}
.share-icon_lan{position:absolute; right:8.5%; bottom:23%;display:none;}
.share-icon1{position:absolute; right:1%; bottom:24%;display:none;}
.video-thmb p{font-size:16px; font-weight:600; color:#3f3f3f; padding-top:1rem}
.video-thmb span{display:inline-block;font-size:13px; font-weight:600; color:#3f3f3f}
.brd{border-bottom:1px solid #ddd; margin:5px 0}
#bustab .nav-tabs>li{ margin:12px 4px}
#bustab .nav-tabs>li>a{background:url(../images/categ-bg.gif) repeat-x center center;padding:6px 17px;font-family: "Open Sans", sans-serif; font-size: 19px;font-weight:600; color:#333; border-radius:0;background-size: contain;}
#bustab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background:url(../images/filter-btn-active-bg.gif) repeat-x center center; border:0; color:#fff}
#bustab .nav-tabs>li>a:hover{border-color:transparent; background:url(../images/filter-btn-active-bg.gif) repeat-x center center; color:#fff}
.food-cat{margin-top:15px; padding-bottom:15px; border-bottom:1px solid #ddd}
.video-thmb_lan .img{position:absolute; top:50%; left:50%;transform: translate(-50%, -50%);}
.video-thmb_lan{position:relative; margin-top:5%;display:inline;}
/* The Modal (background) */
@media screen and (min-width: 1681px) and (max-width: 1920px){

    .inner-right{padding-top: 5%}

}

@media screen and (max-width:1440px){

    .banner-obj{width:17%}

    .main-content {padding: 155px 40px;}

}

@media screen and (max-width:1366px){

    .banner-obj{width:16%}

    .main-content {padding: 155px 40px;}

	.inner-pg-bg{background-position: 92% 100%}

	.inner-right{padding-top:0}
	.right-adj{margin-top:0.1%; margin-left:-5.9%}	
	.right-cont p{font-size: 14px;line-height: 17px;}
}

@media screen and (max-width:1200px){

    .filter-box .filter-cont a{font-size: 18px;}

     .right{width: 50%}

     .share-icon_lan {right: 0.5%;bottom: 30%;}

     .video-thmb_lan p {font-size: 12px;}

     .filter-box .filter-cont-active a {font-size: 18px;}

     ul.left li a, ul.right li a{font-size: 11px}



}

@media screen and (max-width: 1199px) and (min-width: 992px){

  .share-icon1{bottom: 35%}



}



@media screen and (max-width: 1024px){

    .rhtlg{max-width: 22%} 

    .links a {padding-right: 5px;font-size: 12px}



}

@media (min-width: 768px){

.container {width: 670px;}

}

@media (min-width: 992px){

    .container {width: 890px;}

}

@media (min-width: 1200px){

  .container {width: 1100px;}

}



@media screen and (max-width: 991px) and (min-width: 768px){

 .share-icon_lan {right: 0.5%;bottom: 26%;}

  .share-icon1{bottom:26%}

}

@media screen and (max-width: 768px){

    ul.left li, ul.right li{margin-left: 20px;}

    #top{font-size: 14px;padding: 7px;right: 10px;bottom: 10px}

    .filter-box{margin-top: 0}

}

@media screen and (max-width: 767px){



    .filter-box .filter-cont-active a{

        font-size: 14px;

        padding: 0px 10px;

    }

    .filter-box .filter-cont a{

        font-size: 14px;

        padding: 2px 10px;

    }

    .inner-main-content{

        padding: 15px 40px;

    }

    #bustab h2{font-size: 18px}



    #bustab .nav-tabs>li {

    margin: 6px 4px;

    }

    #bustab .nav-tabs>li>a{

        font-size: 14px;

    }

    .icon-bar a{

        font-size: 14px

    }

    .share-icon_lan {right: 0.5%;bottom: 26%;}

    .shadow::after, .shadow::before{display: none;} 

    .share-icon1{bottom:26%}

    .right-adj{display: none;}

}

@media screen and (max-width: 991px) and (min-width: 725px){

    .thmb-box img{width: 100%}

}

/* ------------------------------------------------------------------- 

 * ## Tab content

 * ------------------------------------------------------------------- */

a:hover,a:focus{text-decoration: none;outline: none;}

.tab .nav-tabs{border: none;margin: 0;}

.tab .nav-tabs li a{padding: 10px;margin-right: 20px;font-size: 20px;font-weight: 600;color: #293241;text-transform: uppercase;border: none;border-radius: 0;background: transparent;z-index: 2;position: relative;transition: all 0.3s ease 0s;}

.tab .nav-tabs li a:hover,.tab .nav-tabs li.active a{ border: none; }

.tab .tab-content{padding: 5px 20px;margin-top: 5px;font-size: 17px;color: #000;letter-spacing: 1px;line-height: 30px;position: relative;}

@media only screen and (max-width: 479px){

    .tab .nav-tabs li{ width: 100%; text-align: center;margin-bottom: 15px;}

    .tab .tab-content{ margin-top: 0;  padding: 5px 2px; }

    .btn1 a{padding: 1px 3px;font-size: 12px}

    .right-cont p{font-size: 14px;padding-top: 10px}

    .text{font-size: 10px;}

    .text h2 {font-size: 11px;margin-top:0px;margin-bottom: 5px;font-weight: normal;    }

    .text h3 {font-size: 10px;margin-top: 2px;margin-bottom: 2px;}

}

@media screen and (max-width: 425px){

    .share-icon{bottom: 30%;}

    .share-icon1 {bottom: 28%;}

}

@media screen and (max-width: 375px){

    .share-icon {bottom: 35%;}

    .share-icon1 {bottom: 33%;}

}

@media screen and (max-width: 320px){

.share-icon {bottom: 50%;}

 .share-icon1 {bottom: 39%;}

}