/*=======================
Designer: Momika Shrestha;
E-mail:shr.momika@gmail.com;
=========================*/
html{
    overflow-x: hidden;
}
:root{
    /*--indigo:#00796b;*/
    --indigo:#00796b;
    --logored:#c62828;
    --deepred:#e53935;
    --indigo:#1a237e;
}

a:hover{
    text-decoration: none;
}

ul{margin:0px;}

ul li{
    list-style-type: none;
    display: inline-block;
}
body{
    color: #666666;
    font-family: 'Poppins', sans-serif;
    /*letter-spacing: 1px;*/
}
.pt-5{
    padding-top: 80px !important;
}
.pb-5{
    padding-bottom: 80px !important;
}
.top-navigation{
    background: var(--indigo);
    padding: 5px 0px;
}
.top-navigation a{
    color: #efefef;
}
.top-navigation a:hover{
    color: #fff;
}
.top-navigation .contact-list{
    text-align: right;
    font-size: 14px;
}
.top-navigation .social-icons li a{
    padding: 0 5px;
    display: inline-block;
    color: #efefef;
}
.top-navigation .contact-list li a{
    padding: 0 8px;
}
.top-navigation .social-icons li a:hover{
    color: #fff;
}
.top-navigation .contact-list li a span{
    font-weight: bold;
}
.logo p{
    margin-bottom: 0px;
        margin-top: 55px;
}

.logo{
    padding: 5px 0px;
}
.search-form{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}
input#search-input {
    padding: 5px 10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #efefef;
    width: 	320px;
}
button.search-btn {
    padding: 5px 15px;
    border: none;
    background: var(--deepred);
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: -4px;
    border: 1px solid var(--deepred);
}
button.search-btn:hover{
    cursor: pointer;
}
input#search-input:focus{
    border-color:var(--deepred);
    box-shadow:0px 0px 5px #efd0cf;
    outline: none;
}
.bg-dark{
    background: var(--indigo) !important;
}
.navbar{
    padding: 0px;
    border-top: 1px solid #eee;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
}
.navbar-dark .navbar-nav .nav-link{
    color: var(--indigo);
    padding: 15px 25px;
    margin-right: 2px;

}
.navbar-nav li a{
    color: #fff;
    padding: 15px 30px;
    display:inline-block;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,.navbar-nav li a:hover, .navbar-nav li.active, .navbar-nav li.active a{
    background: var(--deepred);
    color: 	#fff;
}
.no-padding{
    padding: 0px;
}
.slider-wrap{
    height: 520px;
    background: #000;
}
.slider-wrap figure{
    margin-bottom:0px;
    height: 100%;
}
.slider-wrap figure img{
    opacity: 0.7;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-slider.owl-theme .owl-nav, .main-slider.owl-theme .owl-dots{
    display: none;
}
.banner {
    position: relative;
}
.banner .main-slider-content{
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 150px;
    transform: translateY(-50%);
}
.banner .main-slider-content h1{
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.banner .main-slider-content h1, .banner .main-slider-content p{
    color: #fff;
}
a.btn.btn-contact {
    padding: 5px 25px;
    background: var(--indigo);
    color: #fff;
    border-radius: 0px;
}
.intro-sec{
    text-align: center;
}
.btn {
    padding: 5px 25px;
    border-radius: 0px;
    background: var(--deepred);
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0);
}
.btn:hover{
    background: #d42d29;
    border-color: #d42d29;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.title{
    position: relative;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.2);
    display: inline-block;
    padding-bottom: 10px;
    color: #111;
}
.title:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 70px;
    height: 3px;
    background: var(--indigo);
    transform: translateX(-50%);
}
.grey-bg{
    background: #f9f9f9;
}
.btn-transparent{
    background: #fff;
    color: var(--deepred);
    font-weight: 600;
    border:2px solid var(--deepred);
}
.image-wrap {
    position: relative;
    border: 5px solid #fff;
    transition: .4s ease-in-out;;
}
.image-wrap figure{
    background: #000;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
}
.image-wrap figure{
    overflow:hidden;
}

.image-wrap figure img{
    opacity: 0.9;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition:0.4s ease-in-out;
}
/*.image-wrap:hover {
	border-color:#efefef;
}*/
.image-wrap:hover img{

    opacity: 1;
}
.image-wrap:hover figcaption{
    background: var(--indigo);
}
.visit-us-feature .image-wrap figure {
    background: #000;
    height: 499px;
    overflow:hidden;
}
.image-wrap figcaption {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background: rgba(21, 101, 192, 0.51);
    transition: .4s;
}
.sm-feature .image-wrap{
    height: 260px;
    margin-bottom: 20px;
}
.sm-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
}
.image-wrap figcaption p{
    margin-bottom: 0px;
}
p.package-duration{
    font-size: 14px;
}
.package-name{
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}
.featured-image .package-name{
    margin-bottom: 5px;
    font-size: 24px;
}
p.package-duration span{
    margin-right: 	5px;
}
.sm-images .image-wrap{
    height:245px;
}
.visit-us-feature .owl-nav{
    display:none;
}
.owl-dots{
    padding-top: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--indigo);
}
.owl-theme .owl-dots .owl-dot span{
    margin: 0px 4px;
    width: 10px;
    height: 10px;
}
.owl-carousel .owl-nav button.owl-next:hover ,.owl-carousel .owl-nav button.owl-prev:hover{
    background:rgba(0, 121, 107,0.75);
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: 40px;
    color: var(--indigo);
}
.video-sec iframe{
    width: 100%;
    height: 480px;
    box-shadow: 10px 10px 35px rgba(0,0,0,0.5);
    border: 5px solid #fff;
}
.latest-article{
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 10px rgba(0,0,0,0);
    transition: .4s;
    margin-bottom: 30px;
}
.latest-article figure{
    height: 220px;
    margin-bottom: 0px;
}
.latest-article figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.latest-article .content{
    padding: 20px;
}
p.blog-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}
p.blog-date span {
    margin-right: 5px;
}
p.blog-title {
    font-weight: 600;
    font-size: 20px;;
    color: #111;
    margin-bottom: 20px;
}
.latest-article:hover{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
.news-letter{
    background: url('../image/gyanni-resized/resized (5).png');
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-attachment: fixed;
}
.news-letter .overlay{
    background: rgba(0,0,0,0.5);
}
.news-letter .title{
    color: #fff;
    text-transform: uppercase;
}
.news-letter .title:after{
    background:#fff;
}
.news-letter p{
    color: #fff;
}
.suscribtion-form input[type="email"] {
    width: 75%;
    border: 1px solid #efefef;
    width: 75%;
    padding: 7px 15px;
}
.suscribtion-form  input:focus {
    border-color: #1565c0;
    box-shadow: 0px 0px 5px #1565c0;
    outline: none;
}
.suscribtion-form button{
    width: 25%;
    width: 25%;
    padding: 7px;
    background: var(--indigo);
    border: 1px solid var(--indigo);
    color: #fff;
    transition: .4s;
}
.suscribtion-form button:hover{
    cursor: pointer;
    background: #1256a3;
    border: 1px solid #1256a3;
}
.top-footer{
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f9f9f9;
    font-size: 14px;
}
.top-footer ul {
    padding: 0px;
}
.top-footer .footer-title{
    font-size: 20px;
    color: var(--indigo);
}
.top-footer ul li{
    line-height: 20px;
    word-break: break-all;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.top-footer ul li a{
    font-size: 14px;
    color: #666;
    word-break:auto-phrase;
}
.top-footer .social-icons li {display: inline-block;}
.footer-contact-list li span{
    margin-right: 5px;
}
.top-footer .social-icons a{
    font-size: 30px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    transition: .4s;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.top-footer .social-icons a.fb{
    color: #3b5998;
}
.top-footer .social-icons a.insta{
    color: #e1306c;
}
.top-footer .social-icons a.yt{
    color: #ff0000;
}
.top-footer .social-icons a.lin{
    color: #00a0dc;
}
.top-footer .social-icons a:hover{
    color: var(--indigo);
}
footer p{
    margin-bottom: 0px;
}
footer {
    padding: 20px 0px;
    background: #dfdfdf;
    color: #000;
    font-size: 14px;
}
footer span{
    color: red;
}
.top-footer ul li a:hover{
    color: var(--indigo);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color: #fff;
    background:var(--indigo);
}
.navbar-nav .dropdown-menu {

    float: none;
    margin: 0px;
    top: 99%;
    border-radius: 0px;
    border-top: 2px solid var(--indigo);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.navbar-nav li:hover > .dropdown-menu{
    display: block;
}
.dropdown-menu a {
    padding: 8px 10px !important;
    color: var(--indigo) !important;
    width:250px;
}


/*sticky header*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.dropdown-menu li a:hover{
    background:#efefef;
}
.sticky + main {
    padding-top: 60px;
}
/*sticky header style end here*/

.tiwtter,.facebook , .instagram{
    background: #f6f6f6;
    padding: 10px;
}
.social-wrap .title:after{
    width: 100%;
}


/*sm-banner*/
.sm-banner-title{
    color: #fff;
}
.overlay{
    /*background: rgba(0,0,0,0.5);*/
    background-image: linear-gradient(to bottom right,rgba(0,0,0,0.8),rgba(0,0,0,0.5),rgba(0,0,0,0.3),rgba(0,0,0,0.1));
}
.bread-crumb a{
    font-weight: bold;
}
.bread-crumb a:hover{
    color: var(--indigo);
}
.bread-crumb a, .bread-crumb p{
    color: #e9e9e9;
}
.bread-crumb span{
    margin-right: 5px;
    margin-left: 5px;
}

.title.side-border:after{
    left: 0px;
    transform: translateX(0%);
}


/*slider*/
div#carousel-thumb{
    border-radius: 5px;
    border: 3px solid white;
}
.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    opacity: 0.9;
}

.carousel-item{
    height: 430px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.carousel-item img{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 5px solid #fff;
}
.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;

    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    border-bottom: 2px solid #fff;
}
.carousel-thumbnails .carousel-indicators li.active{
    border-bottom: 2px solid var(--red);
}
.carousel-thumbnails .carousel-indicators li.active img{
    opacity:1;
}
.detail-content .nav-tabs a{
    padding: 10px 25px;
    display: inline-block;
    background: #f2f2f2;
    color: #838383;
    font-weight: 400;
    border-right:1px solid #e7e7e7;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.detail-content .nav-tabs a:after{
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.detail-content .nav-tabs a.active{
    background: var(--indigo);
    color: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    border-right:1px solid var(--indigo);
    border-radius: 5px;

    text-transform: uppercase;
}
.detail-content .nav-tabs a.active:after{
    border-top: 10px solid var(--indigo);
}
.detail-content .nav-tabs {
    padding-top:40px;
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-bottom: 0px;
}
.detail-content .nav-tabs li{
    flex-grow: 1;
}

/*itenary*/
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 0;
}
ul.timeline > li {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--indigo);
    left: -9px;
    width: 22px;
    height: 22px;
    z-index: 401;
}
ul.timeline > li:after{
    content: ' ';

    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 2px;
    height: 100%;
    z-index: 400;
    border-right: 2px dotted #e6e6e6;
}
ul.timeline h5{
    color:var(--indigo);
}
#map{
    width: 100%;
}
.trip-facts {
    padding-left: 10px;
}
.trip-facts table{
    margin-top: 20px;
}
.table td, .table th{
    width: 50%;
}
.table-striped tbody tr:nth-of-type(odd){
    background: #f6f6f6;
}
tbody{
    border: 1px solid #efefef;
}
.enquiry-form-wrap{
    padding-left: 10px;
}
#enquiry-form{
    margin-top: 20px;
}

.logo{
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}
.logo .img{
    height: 120px;
}
.logo .img img{
    height: 100%;
    object-fit: contain;
}
.logo a{
    color: var(--deepred);
}
.logo-content h1{
    font-size: 28px;
}
.similar-package .owl-nav{
    display: none;
}
.similar-package{
    background: #f9f9f9;
}
.photo-sm{
    margin-bottom: 30px;
}
.partner-wrap p{
    font-size: 14px;
    color:#124c96;
}
.partner-wrap figure{
    height: 100px;
    background:#fff;
    padding: 5px 25px;
    border: 1px solid #efefef;
}
.partner-wrap figure img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.partner-row{
    padding-top: 30px;
}
.blog-wrap .latest-article figure{
    height: 360px;
}
.pagination{
    margin-top: 30px;
}
.pagination ul{
    padding: 0px;
}
.pagination ul li a{
    padding: 5px 10px;
    color: var(--indigo);
    font-size: 18px;
}
.pagination ul li a.active, .pagination ul li a:hover{
    font-weight: bold;
    color: #00796b;
}


/*sideblogs*/
.side-blog-wrap a{
    display: inline-block;
    padding:20px 0px;
    border-bottom:  1px dashed #efefef;
}
.side-blog-wrap a:hover p.blog-title{
    color: var(--indigo);
}
.side-blog-wrap p.blog-title{
    font-size: 16px;
    margin-bottom: 10px;
}
.sidebar {
    padding: 0px 20px;
    margin-bottom: 40px;
}
.sidebar  .enquiry-form-wrap{
    padding:0px;
}
.blog-detail-sec .latest-article{
    box-shadow: none;
}


.list-wrap{
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 10px rgba(0,0,0,0);
    transition: .4s;
    border-radius: 6px;
    margin-bottom: 30px;
}
.list-wrap figure{
    height: 220px;
    margin-bottom: 0px;
}
.list-wrap figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.list-wrap .content{
    padding: 20px;
}
.list-wrap:hover{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.15);
}
p.list-title{
    font-weight: 600;
    font-size: 20px;;
    color: #111;
    margin-bottom: 20px;
}

/*faq*/
.faq ul li{
    padding:10px;
    border-bottom:1px solid #eee;
    list-style-type:none;
    display: block;
}
.faq ul li h6{
    position: relative;
    color: var(--indigo);
    font-size: 18px;
}
.faq span.faq-icon{
    float: right;

}
.faq ul li h6:hover{
    cursor: pointer;
}
.faq ul li h6.on .faq-icon{
    transform: rotate(90deg);

}
.faq ul li p{
    line-height: 25px;
    font-size:16px;
    padding-top: 20px;
    display: none;
    color: #5b5b5b;
    font-family: sans-serif;
}

/*video section*/
.video-sec {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.video-sec .video-wrapper {
    color: green;
    width: 100vw;
}
.video-sec .video-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom right,rgba(0,0,0,0.8),rgba(0,0,0,0.5),rgba(0,0,0,0.3),rgba(0,0,0,0.1));
}
.video-sec video {
    width: 100vw;
}
.v-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    color: white;
    text-align: center;
    transform: translate(-50%,-50%);
}
.v-content h1{
    font-size: 42px;
    font-weight: bold;
}
.company-name{
    text-shadow:3px 3px 0px var(--deepred);
}
.v-content .btn{
    padding: 10px 25px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.product{

}
.product figure{
    margin-bottom: 0px;
    background: var(--indigo);
}
.product .product-name-wrap{
    padding: 10px;
    background: #fff;
    border: 1px solid #efefef;
}
.product{
    padding:10px;
    position: relative;
    overflow: hidden;
}
.product .product-name-wrap p{
    margin-bottom: 5px;
}
.product .product-name-wrap .product-category{
    font-size: 14px;
    color:var(--indigo);
}
.product .product-name-wrap .product-name{
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.product figure{
    overflow: hidden;
}
.product figure img{
    height: 160px;
    object-fit: cover;
    opacity: 0.9;
    transition: .4s;
}
.product .product-desc{
    position: absolute;
    /*background: rgba(0, 121, 107,0.75);*/
    background: rgba(26, 35, 126,0.8);
    /*background: #71c36b;*/
    color: #efefef;
    padding: 10px 20px;
    left: 0;
    right: 0;
    bottom: -100%;

    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition:    all 0.4s ease;
    -o-transition:      all 0.4s ease;
}
.product:hover .product-desc{
    opacity: 1;
    bottom: 0;
    color: #fff;
}
.product .product-desc a{
    color: #fff;
}
.product .product-desc .btn-read-more{
    padding:0px;
    background:transparent;
    font-size: 14px;
}
.product .product-desc .btn-read-more:hover{
    box-shadow: none;
    border-color:transparent;
}
.product .product-desc .btn-read-more span{
    transition: .4s;
}
.product .product-desc .btn-read-more:hover span{
    margin-left: 5px;
}
.product:hover img{
    opacity: 1;
    transform: scale(1.2);
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.parallax{
    color: #fff;
}
.parallax .title{
    color: #fff;
}
.parallax .title:after{
    background:#fff;
}
.footer-logo figure{
    height: 120px;
}
.footer-logo figure img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*image magnifier*/
.img-magnifier-container {
    position: relative;
}
.img-magnifier-container img{
    height: 420px;
    width: 100%;
    object-fit: cover;
}

.img-magnifier-glass {
    position: absolute;

    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

/*product-detail*/
p.product-name {
    font-size: 22px;
    color: var(--indigo);
}
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list li {
    margin-bottom: 5px;
    display: block;
}
.list li a {
    font-size: 14px;
    font-weight: normal;
    color: #555555;
}
.list li a.active{
    color:orange;
}
.list li a.active span{
    color: #555;
}
.list li a span {
    width: 100px;
    display: inline-block;
}
.breif-description {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
    text-align: justify;
}
.detail-content {
    width: 100%;
    padding-top: 50px;
}
.icon{
    margin-bottom: 15px;
}
.icon span {
    font-size: 20px;
    color: var(--indigo);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 2px solid var(--indigo);
    display: inline-block;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}
.listing-wrap .product{
    padding: 0px;
    margin-bottom: 30px;
}
.listing-wrap .product figure{
    height: 180px;
}
.listing-wrap .product figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listing-wrap .product .product-desc{height: 100%;}
.listing-wrap .product .poduct-name{
    color: #111;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}
.modal-dialog{
    margin-top: 100px;
}
.map iframe {
    width: 100%;
}
/*for contact form*/
.screen-reader-response {
    display: none;
}

/*for pagination*/
.pagination{
    width: 100%;
    text-align: center;
}
.pagination ul {
    display: block;
    text-align: center;
    width: 100%;
}
.pagination ul li{
    list-style-type:none;
    display: inline-block;
    margin-bottom: 15px;
}
.pagination ul li a{
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #aaa;margin-bottom: 10px;
    display: inline-block;
}
.pagination .nav-links .page-numbers.current{
    background: #00796b;
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;

}
nav.navigation.pagination h2 {
    display: none;
}

/*for search form*/
header.page-header h2 {
    text-align: center;
    padding-top: 10px;
}
.page-content p {
    text-align: center;
    font-size: 20px;
}

ul.dropdown-menu li {
    padding: 0;
    display:block;
}
ul.dropdown-menu li a {
    display: block;
}

h4.modal-title-1 {
    margin-bottom: 0;
    line-height: 1.5;
    color: #787878;
}

div#enquiry-form-1 {
    color: #787878;
    margin-top: 20px;
    text-align: left;
}
