body{
	font-size: 14px;
	font-family: 'Merriweather', serif;
	color: #000;
	padding-top: 85px;
	background: #f9f9f9;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
.form-control:focus{
 box-shadow: none!important;
}
*:focus{
 outline: 0;
}
.pr{position: relative;}
.pad0{padding: 0;}
.margin0{margin: 0;}
.spacer{
	height: 3em;
}
a,.btn{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover{text-decoration: none;color: #000;}
.clearfix{
	clear: both;
}
.mt40{
	margin-top: 40px;
}
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
/*header*/
.palette {
    padding: 0 !important;
    margin-left: -3px;
    display: table-cell;
}
#topnav {
	background: #eee;
	border-bottom: 1px solid #ddd;
}
#topnav  .nav-item {
    border-right: 1px solid #e5e5e5;
}
#topnav.navbar-light .navbar-nav li a {
	padding: 12px 10px;
	font-size: .75rem;
	color: #3a3a3a;
	line-height: 1;
}
/*#topnav .form-control {
	background: #fff;
	border-color: #4285f4;
	color: #000;
	border-radius: 4px 0 0 4px;
}*/
#topnav .btn {
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
#topnav.navbar-light .navbar-nav .font-slection a {
    border: 1px solid #c7c7c7;
    background: #fff;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    padding: 0;
    line-height: 25px;
    margin-top: 6px;
    margin-right: 2px;
    border-radius: 3px;
    font-size: 13px;
    color: #3e3e3e;
}
#navigation .navbar-nav li a {
	display: block;
}
#navigation {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#navigation .navbar-nav li.active a{
	background: rgba(255, 255, 255, 0.1);
}

#navigation .navbar-nav .dropdown-menu li a{
	/*white-space: nowrap;*/
	color: #000;
	font-size: .82rem;
	padding: 8px 15px;
}
#navigation .navbar-nav .dropdown-menu li+li a{
	border-top: 1px solid rgba(240, 240, 240, 0.24);
}
#navigation .dropdown-menu li a:hover,
#navigation .dropdown-menu li a:focus,
.fix-dd  .dropdown-menu li a:hover{
	background: #f2f2f2;
	color: #000;
}

.logo-wrapper {
	padding: 12px 0;
	background: #fff;
}
.logo-title {
   height: 100%;
}
.logo-title h1 {
	font-size: 1.24rem;
	font-weight: 600;
	text-transform: capitalize;
}
.logo-title p {
    margin-top: 6px;
}
.logo-right img{
	float: right;
	max-height: 80px;
}
.mp-tourism-logo {
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: 250px;
    left: 0;
    padding-top: 15px;
    background: linear-gradient(rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
    padding-bottom: 0;
}
.mp-tourism-logo img{max-width: 100%;}
/*banner*/
.home-fixed-slider {
	position: relative;
	background: #000;
}
.holder {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.57);
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
	padding: 8px 0;
}
.newsticker li a{
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ticker-controls i {
	height: 24px;
	display: inline-block;
	width: 24px;
	background: rgb(183, 144, 60);
	line-height: 24px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 16px;
	border-radius: 50%;
	margin-left: 5px;
	cursor: pointer;
}
.main-slider.slick-initialized.slick-slider.slick-dotted { margin: 0; }
.main-slider .slick-slide img {
	height: 80vh;
	width: 100%;
	object-fit: cover;
}
.main-slider .slick-arrow{
	background: rgba(255, 255, 255, 0.8) !important;
	border-radius: 4px;
}
/*.holder {
	position: absolute;
	z-index: 9;
	left:0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom,rgba(255,0,0,0),rgba(0,0,0,0.85));
}*/

/*testimonial*/
.testimonial-slider{
	padding: 0 50px;
}
.msg{
	font-style: italic;
	position: relative;
	padding-top: 8px;
}
.test-box img {
    display: inline-block;
    background: #e9e9e9;
    height: 140px;
    width: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 12px;
}
.msg p:before {
	content: '\f756';
	font-family: Material Design Icons;
	font-size: 27px;
	font-style: normal;
	color: #b7903c;
	height: 32px;
	width: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
}
.name{
	display: inline-block;
	color: #c28e1f;
	margin-top: 10px;
}
/*.msg-right:before{
	content: '';
	position: absolute;
	background: transparent url('../img/msg-border.png') no-repeat left bottom;
	height: 300px;
	width: 300px;
}*/
/*.links a:first-child{
	background: #4285f4;
}
.links a:nth-child(3){
	background: #aa1c12;
}
.links a:nth-child(2){
	background: #be3d34;
}*/
.links a {
	width: 100%;
	border-radius: 8px;
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 0 5px;
	margin-bottom: 0px;
	border: 4px solid #fff;
	box-shadow: 0 0 10px #0000001a;
	color: #4285f4;
	margin-bottom: 4px;
}
.links a i{
	font-size: 28px;
	vertical-align: middle;
	margin-right: 10px;
}
.links a:hover{
	background: #ddd;
	color: #000;
}
/*partners*/
.partners{
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.img-box {
	height: 110px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 15px 0;
	border: 1px dotted #e6e6e6;
}
.img-box img {
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.logo-slider .slick-arrow {
    background: transparent;
    color: #24232f;
    border: 1px solid #808080;
    height: 35px;
    width: 35px;
}
.logo-slider .slick-arrow:hover{
	border: 1px solid #c01d2e;
}
.logo-slider .slick-prev{
    left: -55px;
}
.logo-slider .slick-next{
    right: -55px;
}
.logo-slider .slick-prev::before, .logo-slider .slick-next::before{
	color: #000;
}

/*about*/
.h100{
	height: 100%;
}
.theme-box {
    background: #fff;
    background-size: 100%;
    padding: 20px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}
.theme-box > div{
	position: relative;
	border: 3px dotted #dcdcdc;
    padding: 20px;
    height: 100%;
}
.theme-box > div:before{
	content: '';
    background: #fff url(../img/border1.svg) no-repeat center;
	position: absolute;
	left: 0;
	top:0;
	height: 80px;
	width: 80px;
}
.theme-box > div:after{
	content: '';
    background: #fff url(../img/border2.svg) no-repeat center;
	position: absolute;
	right: 0;
	bottom:0;
	height: 80px;
	width: 80px;
}

.theme-box p {
	position: relative;
	z-index: 9
}


.f-social li a{
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.about{
	position: relative;
	/*background: #fff8f8;*/
}
.about p{
	line-height: 1.8;
}
.section-title{
	font-size: 2.5rem;
	line-height: 1.4em;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Tangerine', cursive;
	font-weight: bold;
	color: #000;
	/*text-shadow: 0 1px #ff1e1e;*/

}
.section-title::before {
    content: '';
    background: transparent url(../img/separator.png) no-repeat;
    width: 200px;
    height: 15px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
}
.sec-pad{
	padding: 40px 0;
}
.profile{
	border-radius: 2px;
	text-align: center;
	height: 100%;
}
.bgh1 {
	background: #bd599c;
}
.bgh2 {
	background: #ff6a4c;
}
.bgh3 {
    background: #28cdc3;
}
.bgg {
    background: #2ee18d;
}
.bgp {
    background: #f96887;
}
.bgc {
    background: #43b6d4;
}
.box-header:before{
	background-color: transparent;
	background-repeat: no-repeat;
	content: '';
	height: 50px;
	width: 30px;
	left: -25px;
	top:0;
	position: absolute;
}
.box-header:after{
	background-color: transparent;
	background-repeat: no-repeat;
	content: '';
	height: 50px;
	width: 34px;
	right: -25px;
	top:0;
	position: absolute;
}
.bgh3:before{
    background-image: url(../img/b3.png);
}
.bgh3:after{
    background-image: url(../img/b4.png);
}
.bgh1:before{
    background-image: url(../img/b1.png);
}
.bgh1:after{
    background-image: url(../img/b2.png);
}
.bgh2:before{
    background-image: url(../img/b5.png);
}
.bgh2:after{
    background-image: url(../img/b6.png);
}
.bgg:before{
    background-image: url(../img/bgl.png);
}
.bgg:after{
    background-image: url(../img/bgr.png);
}
.bgp:before{
    background-image: url(../img/bpl.png);
}
.bgp:after{
    background-image: url(../img/bpr.png);
}
.bgc:before{
    background-image: url(../img/bcl.png);
}
.bgc:after{
    background-image: url(../img/bcr.png);
}

.box-header {
	text-align: center;
	font-size: 15px;
	position: relative;
	margin: 0 auto 20px;
	width: 75%;
	color: #fff;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	background-image: url(../img/s1.png);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
}

.box-header i {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	margin-right: 10px;
}

.logo-xs {
    position: absolute;
    width: 44px;
    left: calc(50% - 22px);
    top: 12px;
}
.box-body{
	position: relative;
	height: 230px;
	padding: 25px 15px 15px;
}
.profile img{
	height: 135px;
}
.more {
	position: relative;
	display: inline-block;
	color: #b7903c;
	border-radius: 21px;
	font-style: italic;
}
.more::after {
    content: '\f178';
    font-family: 'Fontawesome';
    position: absolute;
    left:auto;
    font-weight: 400;
    margin-left: 6px;
    font-style: normal;
}
/*list*/
.bg-light {
    background-color: #efefef !important;
}
.weather-div{background: #eee;border-top: 1px solid #ddd;}
.listing h4{
	font-size: 18px;
	margin-top: 15px;
	color: #3a3a3a;
	margin-bottom: 25px;
	display: flex;
}
.listing h4 img{margin-right: 10px;align-self: flex-start;}
.listing ul li a{
	color: #111;
	margin-bottom: 10px;
	font-size: .845rem;
	display: block;
	position: relative;
	padding-left: 15px;
}
.listing ul li a::before {
	content: '\f101 ';
	font-family: 'Fontawesome';
	position: absolute;
	left: 0;
	color: #8e8e8e;
}
.listing ul li a:hover{
	/*text-decoration: underline;*/
}
/*gallery*/
.flow{
	position: absolute;
	right: 75%;
	bottom: -35%;
	height: 400px;
	width: 400px;
}
.gallery{
	position: relative;
    background: #fff url(../img/flower2.svg) scroll no-repeat top right;
    padding-top: 40px;
}
.gallery a{
	display: block;
	width: 100%;
}
.desp{
	padding: 15px;
	color: #fff;
	position: absolute;
	text-align: center;
	z-index: 9;
	left:0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom,rgba(255,0,0,0),rgba(0,0,0,0.85));
}
.btn-main {
	background: #b7903c;
	color: #fff;
	padding: 0.5em 1.5em 0.5em 1.5em;
	font-size: 13px;
	text-transform: capitalize;
	border: 4px double #fff;
	border-radius: 0;
}
.btn-main:hover{
	color: #b7903c;
	border-color:#b7903c;
	background: #fff;
}
.btn-secondary{
	background-color: #515454;
	border-color: #484a4a;
	border-radius: 0;
}
.gallery-item {
	width: 100%;
	display: block;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.gallery-item .gallery-img img {
    height: 145px;
    width: 100%;
    object-fit: cover;
}
.gallery-item:hover img {
	filter: grayscale(1);
}
/*footer*/
.more:hover {
    opacity: .8;
}
.footer{
	background: #1f1e23;
	padding: 40px 0 0;
	position: relative;
	color: #eee;
	font-size: .82rem;
}
.footer h6 {
	color: #cca248;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
}
.footer h6:before {
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    left: 0;
    position: absolute;
    top: 100%;
    background: #cca248;
    z-index: 1;
}
.footer-links li a{
	display: table;
	padding: 0 0 0 12px;
	color: #eee;
	font-size: .82rem;
	position: relative;
	margin-bottom: 6px;
}
.footer-links li a:hover {
   color: #b7903c;
}
.address p{
	margin-bottom: 8px;
	line-height: 1.6;
}
.listing ul li a:hover {
   color: #b7903c;
}
.footer-links li a:before {
	left: 0;
	position: absolute;
	color: #eee;
	content: '\f105 ';
	font-family: 'Fontawesome';
}
.footer-links li{width: 50%;}
.footer-bottom {
    padding: 10px 0;
    margin-top: 15px;
    background: #25242b;
    color: #c0c0c0;
}
.f-social li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	font-size: 15px;
	margin-right: 10px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
    box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998; } 
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39; }
.btn-twitter {
  color: #fff;
  background-color: #55acee; }

.btn-youtube {
  color: #fff;
  background-color: #bb0000; }
.validation img{
	margin-top: 10px;
}
.update-info{
	display: inline-block;
	padding: 10px;
	border: 1px solid #454545;
}
.back-top {
	position: absolute;
	display: inline-block;
	bottom: 7px;
	right: 7px;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	z-index: 1;
	background: #f8f8f8;
	color: #b7903c;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	line-height: 28px;
	font-size: 24px;
}
.back-top:hover{
	background: #fff;
	color: #4285f4;

}
/*block*/
.newsletter{
	background: #fff8cd  url(../img/news.jpg) scroll center no-repeat;
	background-size: cover;
	position: relative;
}
.cir-top:before, .gallery:before{
    content: '';
    position: absolute;
    background: url(../img/circle.png) repeat-x;
    height: 40px;
    width: 100%;
    display: block;
    left: 0;
    top: -5px;
    background-size: 22px;
}
.subs-div{
	background: rgba(183, 144, 60, 0.7);
	padding: 20px;
}
.subs-div .bordered{
	border: 1px dashed #ebc166;
	padding: 20px;
}
.heading{
	font-family: 'Tangerine', cursive;
	color: #fff;
}
.newsletter .input-group {
    position: relative;
    background: rgba(165, 146, 146, 0.14);
}
.event-item{
	overflow: hidden;
	display: block;
	width: 100%;
	position :relative;
	border-radius: 3px;

}
.event-item  img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.event-item:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*inner*/
.innerbg {
    background: transparent url(../img/bg5.jpg) 100% no-repeat;
        background-size: auto auto;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
   padding: 80px 0 25px;
    position: relative;
}
.innerbg:before{
	position: absolute;
	content: '';
	background-color: #0006;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.titlediv {
    display: table-cell;
    position: relative;
    width: 100%;
    z-index: 10;
    vertical-align: bottom;
    color: #fff;
}
.breads{
	display: table;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.61);
	padding: 8px 20px;
	border-radius: 30px;
	margin-top: 10px;
	border: 1px solid #fff;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb-item.active {
    color: #000;
}
.title {
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.5;
}
.title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #c01d2e;
    top: 100%;
    left: 0;
    margin-top: 15px;
    display: block;
}
label{font-weight: 600;}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    content: "\f101";
    font-family: fontawesome;
}
.breadcrumb a{
	color: #000;
}
.sidebar .card{
	/*box-shadow: 0 0px 15px #0000001a;*/
	    border: 1px solid #976d1238;
    background: rgba(255, 248, 248, 0.69);
}
.sidebar .card-header{
	background-image: url(../img/s1.png);
	font-weight: 600;
	background-color: #976d12;
	border-top: 2px dotted #e4b756;
	border-bottom: 2px dotted #e4b756;
	font-size: 15px;
	border-radius: 4px 4px 0 0;
}
.sidebar ul li a{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	font-size: .84rem;
}
.sidebar .listing ul li a::before {
    color: #b7903c;
}
.leftbar:before, .leftbar:after{display: none;}
.left-header i{
	height: 36px;
	width: 36px;
	display: inline-block;
	background: #b7903c;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 21px;
	border-radius: 50%;
	border: 4px double #fff;
	z-index: 2;
	margin-right: 5px;
}
.left-header {
	position: relative;
	background: #f1f1f1;
	display: inline-block;
	z-index: 2;
	padding: 9px 16px;
	font-size: 16px;
	margin-bottom: 18px;
}
.shaper{
	position: absolute;
	height: 4px;
	background: #b7903c;
	left: 0;
	top: 45px;
	z-index: 1;
	width: 100%;
	display: block;
}
.form-control {
    border-radius: 0;
    font-size: .933em;
}
/*quick link*/
.bg1 {
    background: #d67534   url(../img/s1.png) scroll right repeat;
}
.bg2 {
    background: #ea6615 url(../img/s1.png) scroll right repeat;
}
.quicklinks{
	background: #fff url(../img/pattern.png) repeat center;
	position: relative;
	padding-top: 50px;
}
.quicklinks .theme-box > div::before {
    height: 60px;
    width: 60px;
}
.link-list li{
	width: 20%;
	position: relative;
}
.link-box {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #333;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 40px 15px 15px;
	margin: 20px 6px 20px;
	position: relative;
}
.link-box i {
	font-size: 26px;
	color: #666;
	background: #fff;
	position: absolute;
	top: -24px;
	left: calc(50% - 27px);
	width: 54px;
	border-radius: 50%;
	height: 54px;
	line-height: 45px;
	border: 3px dotted #ddd;
	box-shadow: 0 0 0px 6px #9999991a;
}
.link-box span {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Tangerine', cursive;
}

.navbar-toggle{
	color: #000 !important;
	border: 0;
	outline: none !important;
	background: transparent;
	font-size: 18px;
}
.navbar-brand img{width: 140px;}
.shrink .navbar-brand img, .shrink .bootsnav:before{transition: all 0.3s ease-in-out;}
.dropdown-submenu .dropdown-toggle::after {
    display:none;
}


@media (min-width: 1077px){
#navigation .navbar-toggle{display: none;}
}

@media (min-width: 768px){

.shrink .bootsnav:before{height: 40px;}

.shrink .navbar-brand img{width: 100px;}
#navigation  .navbar-nav > li > a:hover{
	color: #b48e3b;
}
#topnav.navbar-light .navbar-nav .nav-link:hover {
	background: rgba(0, 0, 0, 0.06);
	color: #000;
}
#navigation .dropdown-menu{
	border-radius: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: absolute;
}
}
/*responsive*/
@media (min-width: 1600px){
	.main-slider .slick-slide img {
		height: 60vh;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.box-body:after{background-size: 60%;}
	.container{max-width: 100%;}
	#topnav.navbar-light .navbar-nav li a {
	    padding: 12px 5px;
	    font-size: 12px;
	}
}
@media (max-width: 767px){
	.container{max-width: 100%;}
	#navigation .navbar-nav li a{font-size: 12px;}
	#topnav .navbar-collapse {background: #24232F;}
	#topnav.navbar-light .navbar-nav li a{color: #fff;}
	.link-list li {
	    width: 50%;
	}
	#topnav { background-color: #b7903c; }
	.shape::before{display: none;}
	.shape  .col-sm-6{padding-top: 110px;}
	.mp-tourism-logo img{max-width: 100px;}
}
@media (max-width: 576px){
	body{font-size: 13px;}
	.sec-pad {
	    padding: 30px 0;
	}
	.profile, .listing{margin-bottom: 20px;height: auto;}
	.main-slider .slick-slide img{height: 50vh; }
	.titlediv h1{font-size: 28px;}
	.section-title{font-size: 20px;}
	.logo-title {margin-top: 0;}
	.logo-title h1 {font-size: 15px;}
	.logo-title p {font-size: 12px;display: none;}
	.logo img{max-width: 70px;}
	.logo-right img { max-width: 30px;}
	.logo-slider .slick-next{right: 0;}
	.logo-slider .slick-prev{left: 0;}
	.validation img {max-width: 75px;}
	.logo-wrapper img{max-width: 100%; height: auto;}
	.tab-content table tr td {  display: block; }
	.testimonial-slider { padding: 0 10px;}
	.mp-tourism-logo{width: 120px;bottom: 50px;}
}

@media (max-width: 480px){
	.titlediv h1{font-size: 20px;}
}
.table-responsive {
    display: table;
}

@media (max-width: 768px) {
    .about.sec-pad p > a, .about.sec-pad div > a, .about.sec-pad p span > a {
        word-break: break-word;
    }

    .table-responsive {
        display: block;
    }

    .ticker-controls {
        position: relative;
        top: 15px;
    }

    .navbar-nav .nav-item > div {
        padding-left: 10px;
    }

    body > .wrapper {
        overflow-x: hidden;
    }
}