body {
    margin: 0;
    font-size: 14px;
    background: #ffffff1a;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none!important;
    color: #4d4d4d;
}

p {
    margin: 0px;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.add ul li {
    list-style: none;
    font-size: 13px;
}

.add {
    padding: 10px;
    color: #fff;
}

.add-icon {
    float: left;
    margin-right: 15px;
}

.header-strip {
    background: #007aff;
    padding: 0px 0 1px 0;
}

p.phonenum {
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: 3%;
}

p.phonenum a {
    color: #fff;
}

@media (max-width: 768px) {
    p.phonenum {
        float: left;
        width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
    }
}

p.phonenum span {
    padding: 16px 16px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 5px 0px #000;
}

.menu {
    z-index: 99!important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-brand img {
        width: 190px
}

@media(max-width:768px) and (min-width:350px) {
    .navbar-brand {
        width: 200px;
        padding: 15px;
    }
    .link span::before,
    .link span::after {
        display: none;
    }
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #2d5a8c;
    font-weight: 600;
    padding: 8px;
}

nav.navbar.bootsnav ul.nav > li {
    margin-right: 10px;
}

nav.navbar.bootsnav ul.nav > li > a {
   
    font-size: 14px;
    color: #000;
    text-align: center!important;
    font-weight: 600;
}
nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover{
    background-color: #f3073e;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    background-color: #2d5a8c;
    color: #fff;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    font-size: 12px!important;
    font-weight: 600;
    padding-left: 10px;
}
@media (max-width: 992px){
nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #fffefe;
}
}

/*boot-slider*/

.carousel-inner .item::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background: #000000b8;*/
    z-index: 1;
}

.my-carousel .carousel-inner .item img {
    height: inherit;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.carousel-caption p {
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.carousel-caption {
    position: absolute;
    /* right: 15%; */
    bottom: 0px;
    /* left: 15%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 80%;
    /*text-align: left;*/
}

.carousel-control {
    width: 5%;
}

@media (max-width: 992px) {
    .carousel-caption h2 {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 600;
        font-family: cursive;
    }
    .carousel-caption p {
        color: #fff;
        font-weight: 600;
        font-size: 10px;
    }
    .my-carousel .carousel-inner .item {
        height: 300px;
    }
    .test-info2 a {
        padding: 5px 12px!important;
        font-size: 12px!important;
    }
}

/*@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item > img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
}*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*boot-slider*/

.test-info a {
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 11px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
}

.heading-title {
    margin-top: 50px;
}

.heading-title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Yeseva One';
    /*font-family: 'Anton', sans-serif;*/
    letter-spacing: 1px;
    color: #404040;
}

.divider {
    height: 5px;
    background: #404040;
    width: 150px;
    margin: 0px auto 15px;
    margin-top: 10px;
}

.social-fb:hover {
    color: #3B5998;
}

.social-tw:hover {
    color: #4099FF;
}

.social-gp:hover {
    color: #d34836;
}

.social-rss:hover {
    color: red;
}

.social-li:hover {
    color: blue;
}


/*service*/

.well {
    background-color: #ce0f0f;
}

#loginForm label {
    color: #fff!important;
}

.help-block {
    font-size: 9px;
    color: #fff;
}

ul.social-network {
    list-style: none;
    display: block;
    margin-left: 0 !important;
    padding: 0;
    margin-top: 8px;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoTwitter {
    background-color: #33ccff;
}

.social-network a.icoGoogle {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.social-circle li i {
    margin: 0;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.main-title-text {
    padding: 7em 0em;
}

.py-lg-5 {
    padding-top: 3rem!important;
}

.mt-lg-4,
.my-lg-4 {
    margin-top: 2.5rem!important;
}

h3.title {
    font-size: 67px;
    color: #424141;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

.ser-fashion-grid {
    padding: 1.5em 1.5em;
    background: #1183c5;
    box-shadow: 1px 0px 7px #d2d2d2;
    border-radius: 10px;
}

.ser-sevice-grid h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
}

.ser-sevice-grid p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem!important;
}

.about-icon i {
    font-size: 60px;
    color: #fff;
}

.about-section p {
    text-align: justify;
}


/*service*/


/*package*/

.tour-package {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.tour-under {
    position: relative;
}

.tour-under img {
    height: 200px;
}

.tour-detail {
    bottom: 0px;
    width: 100%;
    padding: 5px 0px
}

.tour-detail ul li {
    list-style: none;
    display: inline-block;
}

.tour-detail ul {
    display: inline-block;
}

.timing {
    display: inline-block;
    font-size: 13px;
    float: right;
    color: #1183c5;
    font-family: 'Anton', sans-serif;
}

.package-price {
    position: absolute;
    top: 0px;
    left: 0px;
}

.package-price p {
    width: 50px;
    height: 60px;
    background-color: #f3073e;
    color: #fff;
    /* border-radius: 100px; */
    text-align: center;
    position: relative;
    font-size: 11px;
    padding: 4px;
}

.package-price p::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid #f3073e;
    border-right: 25px solid transparent;
    bottom: -25px;
    left: 0px;
}

.package-price p::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid #f3073e;
    border-left: 25px solid transparent;
    bottom: -25px;
    right: 0px;
}

.package-name {
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px dotted #ccc;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    color: #f3073e;
    font-size: 20px;
}

.rating .star-rating {
    color: #f3073e;
    display: inline-block;
    padding-right: 20px;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
}

.morelink,
.morelink:focus {
    color: #ff6024;
}

.rating {
    padding: 15px 0px;
}


/*package*/

#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    border-radius: 4px;
    top: 50px;
}

.modal-body {
    padding: 15px;
}

.footer-bottom {
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.footer-bottom a {
    color: #4690e7;
    font-size: 18px;
}

.footer-bottom a:hover {
    color: #d34205;
}

.about-us h2 {
    text-align: center;
}

.about-us p {
    text-align: center;
}

.quiry-form {
    text-align: center;
}

#box {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    border-radius: 4px;
    top: 50px;
}

.wrap {
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

@media(max-width:1217px) {
    .navi {
        margin-right: 0px;
    }
}

@media(max-width:1117px) {
    .navi {
        padding: 10px 0px;
    }
}

@media(max-width:991px) {
    .navi li a {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .headdd {
        padding: 20px 0px;
    }
}

@media(max-width:768px) {
    .navi {
        float: none!important;
    }
}

@media(max-width:768px) {
    .navbar-brand img {
        width: 150px;
    }
}

@media(max-width:768px) {
    .navbar-brand {
        margin-left: 0px!important;
        margin-top: -30px;
    }
}

.thank {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info ul li a {
    color: #fff!important;
}

.bgtop-header {
    background: url(../images/banner-bg.png) no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 380px;
}

.toptxt-head form {
    background: rgba(0, 0, 0, 0.64);
    display: block;
    float: left;
}

.toptxt-head form .smallformtitle {
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.toptxt-head form .form-control::placeholder {
    color: #fff;
}

.toptxt-head form .form-control {
    height: 36px;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 30px;
    color: #fff;
}

.toptxt-head form .form-control option {
    background: #000;
}

.toptxt-head .toptxt-head-caption {
    padding: 117px 0px 101px 0px;
    background: rgba(0, 0, 0, 0.64);
    height: 92%;
}

.toptxt-head .toptxt-head-caption h3 {
    font-size: 36px;
    color: #fff;
}

.toptxt-head .toptxt-head-caption span {
    color: #fff;
    font-size: 16px;
}

.toptxt-head {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 425px) {
    .bgtop-header {
        height: 337px;
    }
}

.copyright {
    background-color: #2d5a8c;
    color: #fff;
}

.copyright a strong{
    color: #000;
}

.butt {
    float: right;
    display: inline-block;
}

.btn-info {
    color: #fff;
    background-color: #2d5a8c!important;
    border-color: #fff!important;
    font-weight: 600;
    border-radius: 0px;
    display: inline-block;
    font-size: 10px;
    margin-top: 10px;
}

footer {
    background-color: #2d5a8c;
}

.footer {
    padding: 30px 0px;
}

.footer-section {
    color: #fff;
    margin: 20px 0px;
}

.footer-section h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.footer-section ul li {
    list-style: none;
}

.footer-section ul li a {
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: baseline;
}
.footer-section ul li a i{
    margin-right: 5px;
    font-size: 14px;
}
.about-content {
    color: #fff;
    font-size: 12px;
    text-align: justify;
        line-height: 28px;
}

.copyright {
    padding: 10px;
}

.copyright p a {
    color: #ff6600;
}

@media(max-width:425px) {
    .copyright p {
        text-align: center!important;
    }
}

.amazingslider-arrow-right-1 {
    right: 20px!important;
}

.amazingslider-bottom-shadow-1 {
    display: block;
    position: absolute;
    left: 0%!important;
    top: 98%;
    width: 100%!important;
    height: auto;
}

#amazingslider-1 {
    height: auto!important;
}


/*testimonial*/

.wthree_testimonials_grid_main {
    margin: 0px auto 0px;
    background: #fff;
    padding: 1em 1em;
    border: 1px solid #ccc;
    border-radius: 10px;
}




.wthree_testimonials_grid p {
    margin: 1em 0 0;
    font-size: 1em;
    font-weight: 400;
    color: #838383;
    line-height: 2em;
    letter-spacing: 1px;
}

.wthree_testimonials_grid_pos img {
    border-radius: 50%;
}
.wthree_testimonials_grid1{
    text-align: center;
}
.wthree_testimonials_grid1 h5 {
    font-size: 1em;
    color: #f65a3a;
    margin: 0.5em 0 0.5em;
}

.wthree_testimonials_grid1 p {
    color: #838383;
}
.grid-test-w3l img{
    width: 100px!important;
        height: 100px;
}

/*theme*/

.grid {
    position: relative;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 5px;
}

.grid figure img {
    position: relative;
    display: block;
    height: 300px;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption a {
    font-size: 10px;
    opacity: 0;
    color: #000;
    border: 1px solid;
    padding: 8px 10px;
    font-family: 'Yeseva One';
   background-color: #fff;
        
}

figure.effect-lily:hover a {
    opacity: 0.9;
}

.grid figure h2 {
    font-weight: 300;
    font-size: 16px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/* Individual effects */


/*---------------*/


/***** Lily *****/


/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 22px;
    font-family: 'Yeseva One';
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    padding: 5px 0px;
}

figure.effect-lily:hover img {
    opacity: 0.4;
}

figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    transition: transform 0.35s;
    font-size: 10px;
     font-weight: 600; 
    /*font-family: 'Yeseva One';*/
    color: #fff;
}

.gallery {
    margin-bottom: 20px;
}

.g1 img {
    height: 520px!important;
}

.gallery img {
    height: 250px;
}

@media (max-width: 992px) {
    .para-content{
       padding: 10px 10px;
    }
    nav.navbar.bootsnav .navbar-brand{
            padding: 0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        display: block;
        width: 100%;
        /* border-bottom: solid 1px #e0e0e0;*/
        padding: 10px 0;
        color: #000;
        text-align: center;
    }
    .navbar-brand img {
        width: 110px;
        margin-top: -5px;
    }
    nav.navbar.bootsnav ul.nav > li {
        margin: 0px!important;
    }
    .main-title-text {
        padding: 0em 0em;
    }
    h3.title {
        font-size: 26px;
    }
}

.cal_whatsapp {
    position: fixed;
    width: 60px;
    right: 0;
    top: 60%;
    padding: 5px;
    z-index: +99;
}

.feature_icon {
    width: 40px;
    margin-bottom: 20px;
    transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
}

.whatsapp_content {
    display: none;
    position: absolute;
    width: 240px;
    right: 20px;
    z-index: +1;
    background: #000;
    padding: 10px 17px;
}

.whatsapp_content p {
    color: #fff;
    text-align: justify;
}

.book-button {
    position: fixed;
    bottom: 30px;
    /* right: 0px; */
    z-index: 99;
    left: 0px;
}

.book-button2 {
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 99;
}

.contact-left-w3ls {
    position: relative;
}

.visit,
.mail,
.call {
    border-bottom: 2px solid #000;
}

span.fa {
    background: #d95550;
}

.contact-left-w3ls .fa {
    font-size: 1em;
    padding: 1em;
    color: #fff;
}

.mail {
    margin: 30px 0px;
}

input[type="text"],
input[type="tel"] {
    margin-bottom: 20px;
}

input[type="submit"] {
    background: #d95550;
    color: #fff;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    outline: none;
    margin-bottom: 15px;
}

.destination {
    background-color: #f9f5f5;
    padding-bottom: 40px;
}

.heading-title22 h2 {
    color: #404040;
}
.main-heading{
        margin-top: 20px;
    text-align: center;
}
.para-content{
    margin-bottom: 20px;
}
/*********************************call-whatsapp*****************************************/
 .call-back-1 {
    position: fixed;
     bottom: 0;
    left: 10px;
    z-index: +9999;
     animation-name: mover1;
  -webkit-animation: mover1 1s infinite alternate;
  animation: mover1 1s infinite alternate;
    
}
@-webkit-keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.call-back-1 img{
           width: 50px;
    margin-bottom: 5px;
    display: block;
    
}
/*********************************call-whatsapp*****************************************/
.cap-img-hgfs{
    float: left;
    margin: 20px;
    width: 250px;
}
.para-jhg-jkh{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tour_container{
    padding: 5px;
    border: 1px solid #ede6e6;
    margin-bottom: 20px;
}
.tour_container a img{
        width: 100%;
    height: 250px;
}
.tour_container .tour_title{
    
}
.tour_container .dinblock {
    margin-bottom: 10px;
}
.tour_container .dinblock li{
        display: inline-block;
    margin-left: 10px;
}
.view-fv-dv{
    text-align: center;
    display: block;
    background: #f3073e;
    width: 160px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0px;
}
.view-fv-dv:hover{
    text-decoration: none;
        color: #fff;
               background: linear-gradient(135deg, var(--primary) 0%, #2d5a8c 100%);
}