@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700,900);
/* LOader */
.loader-wrap {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loader {
    width: 100px;
    height: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.loader > .loader-srink {
    width: 33%;
    height: 33%;
    background-color: transparent;
     background-image: url("../images/loader.png"); 
    float: left;
    -webkit-animation: loader-srinkGridScaleDelay 2s infinite ease-in-out;
    animation: loader-srinkGridScaleDelay 2s infinite ease-in-out;
}

.loader .loader-srink1 {
    background-position: top left;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader .loader-srink2 {
    background-position: top center;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader .loader-srink3 {
    background-position: right top;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader .loader-srink4 {
    background-position: left center;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader .loader-srink5 {
    background-position: center center;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader .loader-srink6 {
    background-position: right center;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader .loader-srink7 {
    background-position: left bottom;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loader .loader-srink8 {
    background-position: center bottom;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader .loader-srink9 {
    background-position: right bottom;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes loader-srinkGridScaleDelay {
    0% {
        -webkit-transform: rotate3D(1, 1, 1, 720deg);
        transform: rotate3D(1, 1, 1, 720deg);
    }
    70% {
        -webkit-transform: rotate3D(1, 1, 1, 0);
        transform: rotate3D(1, 1, 1, 0);
    }
}

@keyframes loader-srinkGridScaleDelay {
    0% {
        -webkit-transform: rotate3D(1, 1, 1, 720deg);
        transform: rotate3D(1, 1, 1, 720deg);
    }
    70% {
        -webkit-transform: rotate3D(1, 1, 1, 0);
        transform: rotate3D(1, 1, 1, 0);
    }
}



body {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.5 !important;
    background: #FFF;
    color: #777;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
    max-width: 100%
}

@media (max-width: 480px) {
    .navbar-collapse {
        box-shadow: inset 0 1px 0 rgb(90, 185, 207);
    }
}

@media (max-width: 480px) {
    .gallery-class {
        height: 250px;
    }

}

.gallery-class {
    background-size: cover;
    height: 400px;
    background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif
}

p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

a {
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.plugin-margin {
    margin-top: 25px;
}

.nav-image {
    margin-right: 15px;
    float: left;
    width:53px;
}

.maps {
    margin-bottom: -6px;
}

@media (max-width: 480px) {

    .item {

        height: 200px;

    }

    .carousel-caption h1 {
        font-size: 21px !important;
        line-height: 27px !important;
    }
}

.carousel-caption h1 {
    font-size: 45px;
    font-family: 'Titillium Web', sans-serif;
    line-height: 60px;
}

a:focus, a:hover {
    text-decoration: none
}

.slash {
    color: #2AAC14 !important
}

.dot-border {
    border-right: 1px dotted #0069ba;
}

.smallfont {
    font-size: 15px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.padding0 {
    padding: 0
}

.pad-top30 {
    padding-top: 30px
}

.pad-right10 {
    padding-right: 10px
}

.pad-bot30 {
    padding-bottom: 30px
}

.pad-bot50 {
    padding-bottom: 50px
}

.mar-bot30 {
    margin-bottom: 30px
}

.mar-top30 {
    margin-top: 30px
}

.mar-top50 {
    margin-top: 50px
}

.mar-bot50 {
    margin-bottom: 50px
}

.mar-top20 {
    margin-top: 20px
}

.mar-top10 {
    margin-top: 10px
}

.no-margin {
    margin-top: -30px
}

.mar-right10 {
    margin-right: 10px
}

.mar-top20 {
    margin-top: 20px
}

.fz-13 {
    font-size: 13px
}

.fz-12 {
    font-size: 12px
}

.fz-14 {
    font-size: 14px
}

.white {
    color: #fff
}

.title h1 {
    text-align: center;
    margin: 50px 0;
    font-weight: 700
}

.no-style {
    background: 0 0;
    border: transparent;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    margin-bottom: 40px
}

.no-style .more-button {
    padding: 10px 30px;
    background: #2AAC14;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .09em;
    box-shadow: 5px 5px 10px #999
}

.no-style .more-button:hover {
    background: #0069ba;
    box-shadow: none
}

.scrollup {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 25px;
    background: #fff;
    width: 40px;
    height: 40px;
    opacity: .9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer
}

.scrollup .fa {
    margin-top: 10px;
    color: #2AAC14;
    font-size: 20px
}

.green {
    color: #2AAC14
}

.carousel-indicators li li.active {
    background-color: #2AAC14
}

.headColor {
    background-color: #f5f5f5
}

.headColor .top-nav {
    margin-bottom: 0
}

.headColor .top-nav li a {
    line-height: 36px;
    padding: 0 15px;
    font-size: 11px;
    color: #777;
    text-transform: uppercase
}

.headColor .top-nav li a:hover {
    color: #2AAC14
}

.headColor .list-inline > li {
    padding-right: 0;
    padding-left: 0
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.row-eq-height .logo {
    position: relative
}

.row-eq-height .logo img {
    display: inline-block;
    position: absolute;
    left: 30%;
    z-index: 3;
    margin-top: 10px
}

.top-contact-details .border-r {
    border-right: 1px solid rgba(153, 153, 153, .5)
}

.top-contact-details .logo-details span {
    display: block;
    margin-top: 4px;
    float: left
}

.top-contact-details .logo-details .gray {
    color: #999
}

.main-nav {
    margin-top: 25px;
    text-transform: uppercase;
    background-color: #0069ba;
    position: relative
}

.main-nav nav.navbar.navbar-default {
    margin-bottom: 0;
    margin-left: 5px
}

.main-nav .navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0
}

.main-nav .navbar-default .nav.navbar-nav li {
    padding-left: 10px;
    padding-right: 12px
}

.main-nav .navbar-default .nav.navbar-nav li a {
    text-transform: uppercase;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 25px
}

.main-nav .navbar-default .nav.navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 10px 5px;
    clear: both;
    font-weight: 400;
    color: #000;
    white-space: nowrap
}

.main-nav .navbar-default .nav.navbar-nav .dropdown-menu > li > a:hover {
    background: 0 0 !important;
    color: #2AAC14
}

.main-nav:after {
    background: #fff none repeat scroll 0 0;
    content: " ";
    height: 65px;
    left: -15px;
    overflow: hidden;
    position: absolute;
    top: -17px;
    transform: skewX(-40deg);
    width: 45%
}

.nav.navbar-nav > li > a::after {
    background: 0 0;
    bottom: 0;
    content: " ";
    left: -100%;
    position: absolute;
    width: 100%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav.navbar-nav > li.active > a::after, .nav.navbar-nav > li > a:focus::after, .nav.navbar-nav > li > a:hover::after {
    left: 0;
    border-bottom: 3px solid #2aac14
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: transparent !important
}

#packages {
    background-color: #fafafa
}

.package-item {
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto
}

.package-item:hover {
    -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2)
}

.package-item .package-pic {
    position: relative;
    z-index: 1;
    width: 47%;
    height: 100%;
    float: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.package-item .package-pic .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0 -100px 60px -40px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 -100px 60px -40px rgba(0, 0, 0, .8);
    box-shadow: inset 0 -100px 60px -40px rgba(0, 0, 0, .8)
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2aac14;
    border-color: #2aac14;
}

.package-item .package-pic .location {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.package-item .package-pic:hover {
    width: 100%;
    z-index: 9
}

.package-item .package-details {
    width: 53%;
    padding: 30px 0 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff
}

.package-item .package-details:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-15deg) translateX(32px);
    -moz-transform: skew(-15deg) translateX(32px);
    -ms-transform: skew(-15deg) translateX(32px);
    -o-transform: skew(-15deg) translateX(32px);
    transform: skew(-15deg) translateX(32px);
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.package-item .package-details .blog-title {
    margin-top: 0;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.package-item .package-details .blog-title:hover {
    color: #2AAC14
}

.package-item .package-details .recom-time {
    margin-top: 10px
}

.package-item .package-details p {
    font-size: 13px;
    text-align: left;
}

.package-item .package-details .recom-time span {
    font-size: 26px;
    color: #424d58;
    font-weight: 700
}

.package-item .package-details .recom-button {
    line-height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9b5c1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.package-item .package-details .recom-button:hover {
    color: #424d58
}

.package-item .package-details .cws-button {
    min-width: initial;
    padding: 10px 34px;
    padding-right: 16px;
    padding-left: 24px;
    position: absolute;
    font-size: 13px;
    z-index: 1;
    bottom: 0;
    right: 0
}

.package-item .package-details .cws-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: -2px;
    width: 20px;
    background: #2AAC14;
    -webkit-transform: skew(-15deg) translateX(5px);
    -moz-transform: skew(-15deg) translateX(5px);
    -ms-transform: skew(-15deg) translateX(5px);
    -o-transform: skew(-15deg) translateX(5px);
    transform: skew(-15deg) translateX(5px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.package-item .package-details .alt {
    background-color: #2AAC14;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.package-item .package-details .alt:hover, .package-item .package-details .cws-button:hover:before {
    background: #0069ba
}

.package-item .package-details .discount {
    position: absolute;
    z-index: -2;
    top: 30px;
    right: -115px;
    color: #fff;
    background: #2AAC14;
    font-size: 16px;
    padding: 6px 15px 6px 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600
}

.package-item .package-details .discount:after {
    right: 0
}

#blog {
    background: url(../images/blog-background.jpg) no-repeat center;
    background-size: cover
}

#blog .regular {
    margin-bottom: 80px
}

.blog-item {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
    max-width: 770px
}

.blog-item.border {
    border: 1px solid #f5f5f5
}

.blog-item .blog-media {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
    float: left
}

.blog-item .blog-media:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15%;
    height: 100%;
    width: 30%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    background: #fff
}

.blog-item .blog-media .pic {
    position: relative;
    z-index: 1
}

.blog-item .blog-media .pic .links {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 80px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.blog-item .blog-media .pic .links .share-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #424d58;
    color: #fff;
    display: block
}

.blog-item .blog-media .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2AAC14;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.blog-item .blog-media .pic:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -90%;
    height: 100%;
    width: 100%;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
    background: #fff;
    opacity: .2;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.blog-item .blog-media .audio-wrapper {
    position: absolute;
    z-index: 15;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .4)
}

.blog-item .blog-media .audio-wrapper audio {
    width: 100%;
    max-width: 100%
}

.blog-item .blog-item-body {
    padding: 35px 40px 0 40px;
    overflow: hidden
}

.blog-item .blog-item-body .blog-title {
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-item .blog-item-body .blog-title:hover {
    color: #2AAC14
}

.blog-item .blog-item-body .blog-item-data {
    margin-bottom: 10px;
    color: #a9b5c1;
    font-size: 14px
}

.blog-item .blog-item-body .blog-button {
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #424d58;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog-item .blog-item-body .blog-button:hover {
    color: #2AAC14
}

.blog-item .post-info > span {
    font-size: 15px;
    color: #a9b5c1;
    font-weight: 600;
    margin-left: 10px
}

.blog-item .post-info .post-category {
    text-transform: uppercase;
    color: #424d58;
    font-weight: 700;
    font-size: 13px
}

.blog-item .post-info .post-category:hover {
    color: #2AAC14
}

.blog-item.boxed .blog-media {
    float: none
}

.blog-item.boxed .blog-media:before {
    display: none
}

.blog-item.boxed .blog-media .pic img {
    width: 100%
}

.blog-item.boxed .blog-media .pic:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -36%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -36%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -36%, 0)
}

.blog-item.boxed .blog-item-body {
    padding-bottom: 30px
}

.blog-item:hover {
    -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2)
}

.blog-item:hover .blog-media .pic:before {
    opacity: .3
}

.blog-item:hover .blog-media .pic:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, 130%, 0)
}

.blog-item:hover .blog-media .pic .links {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.blog-item.alt:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control:focus {
    border-color: #2aac14;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #2aac14, 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

textarea.form-control {
    height: auto !important
}

.btn-default {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    background: #2AAC14;
    color: #fff;
    border-radius: 0 !important;
    border: transparent
}

.btn-default:hover {
    background: #0069ba;
    color: #fff;
    box-shadow: none;
}

#cont {
    background: url(../images/pattern.png) #eee;
    padding-bottom: 50px
}

#cont .address .fa {
    color: #2AAC14;
    padding-right: 10px
}

#cont .address h5 {
    font-size: 15px
}

.middle-rocog {
    text-align: center
}

.recog-box {
    height: 190px;
    width: 190px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 0 -5px;
    overflow: hidden
}

.recog-box:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -36%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -36%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -36%, 0)
}

.recog-box:hover {
    -webkit-box-shadow: 10px 0 35px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 10px 0 35px 0 rgba(0, 0, 0, .2);
    box-shadow: 10px 0 35px 0 rgba(0, 0, 0, .2)
}

.recog-box .middle {
    vertical-align: middle;
    display: table-cell;
    height: 150px;
    overflow: hidden
}

.features-tours-full-width .features-tours-wrap .features-tours-item {
    float: left;
    width: 25%
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media {
    position: relative
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media:before {
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    background: rgba(0, 0, 0, .3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .35s;
    width: 100%;
    z-index: 1
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media img {
    width: 100%
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top {
    left: 20px;
    position: absolute;
    top: 0;
    width: -webkit-calc(90%);
    width: -moz-calc(90%);
    width: calc(90%);
    z-index: 1
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price {
    -moz-transform: translateY(40%);
    -moz-transition: all .35s;
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    -o-transition: all .35s;
    -webkit-transform: translateY(40%);
    -webkit-transition: all .35s;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    opacity: 0;
    transform: translateY(40%);
    transition: all .35s;
    width: 49%
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-price span {
    color: #2AAC14;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp {
    -moz-transform: translateY(10px);
    -moz-transition: all .35s;
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -o-transition: all .35s;
    -webkit-transform: translateY(10px);
    -webkit-transition: all .35s;
    color: #2AAC14;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    margin-top: 30px;
    text-align: right;
    transform: translateY(10px);
    transition: all .35s;
    width: 49%
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top .info-temp span {
    color: #fff;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-top p.info-text {
    -moz-transform: translateY(100%);
    -moz-transition: all .35s;
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -o-transition: all .35s;
    -webkit-transform: translateY(100%);
    -webkit-transition: all .35s;
    color: #fff;
    line-height: 1.55;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: all .35s
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    bottom: 10px;
    left: 20px;
    position: absolute;
    transition: all .2s;
    width: -webkit-calc(90%);
    width: -moz-calc(90%);
    width: calc(90%);
    z-index: 1
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title {
    color: #fff;
    display: inline-block;
    margin: 0;
    text-transform: uppercase
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .title span {
    color: #2AAC14;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .button {
    -moz-transform: translateY(20%);
    -moz-transition: all .35s;
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    -o-transition: all .35s;
    -webkit-transform: translateY(20%);
    -webkit-transition: all .35s;
    border: 1px solid #2AAC14;
    color: #2AAC14;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(20%);
    transition: all .35s;
    z-index: 1
}

.features-tours-full-width .features-tours-wrap .features-tours-item .features-media .features-info-bot .button:hover {
    background: #2AAC14;
    color: #fff
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media:before {
    background: rgba(0, 0, 0, .5)
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top {
    opacity: 1
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top .info-price {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top .info-temp {
    -moz-transform: translateY(0);
    -moz-transition-delay: .15s;
    -moz-transition: all .2s;
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -o-transition-delay: .15s;
    -o-transition: all .2s;
    -webkit-transform: translateY(0);
    -webkit-transition-delay: .15s;
    -webkit-transition: all .2s;
    transform: translateY(0);
    transition-delay: .15s;
    transition: all .2s
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-top p.info-text {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-bot {
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -webkit-transition-delay: .15s;
    bottom: 20px;
    transition-delay: .15s
}

.features-tours-full-width .features-tours-wrap .features-tours-item:hover .features-media .features-info-bot .button {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    transform: translateY(-50%)
}

#test {
    background-color: #fafafa
}

.testimonial-item {
    background: #fff;
    margin: 0 15px;
    padding-bottom: 35px;
    max-width: 370px
}

.testimonial-item .testimonial-top {
    position: relative;
    z-index: 1;
    height: 100px
}

.testimonial-item .testimonial-top .pic {
    position: relative;
    z-index: 1;
    height: 100px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-item .testimonial-top .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.testimonial-item .testimonial-top .pic img {
    position: absolute;
    z-index: -1;
    top: -35%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: none
}

.testimonial-item .testimonial-top .author {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-item .testimonial-top .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff
}

.testimonial-item .testimonial-body {
    text-align: center;
    margin-top: 90px
}

.testimonial-item .testimonial-body .title {
    font-weight: 400;
    margin-bottom: 0
}

.testimonial-item .testimonial-body .title span {
    font-weight: 700
}

.testimonial-item .testimonial-body p {
    padding: 0 13%;
    margin-bottom: 20px
}

.testimonial-item .testimonial-body .testimonial-button {
    color: #424d58;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 700
}

.testimonial-item .testimonial-body .testimonial-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #2AAC14;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.testimonial-item .testimonial-body .testimonial-button:hover {
    color: #a9b5c1
}

.testimonial-item .testimonial-body .testimonial-button:hover:before {
    width: 100%
}

.testimonial-item:hover .testimonial-top .pic {
    height: 180px
}

.testimonial-item:hover .testimonial-top .pic img {
    top: 0
}

.testimonial-item:hover .testimonial-top .author {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0)
}

.stars {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 11px;
    overflow: hidden;
    vertical-align: middle
}

.stars.stars-5:before {
    content: "\f005";
    font-family: fontAwesome;
    letter-spacing: 8px;
    color: #2AAC14
}

.stars:before {
    padding-left: 0;
    font-size: 10px;
    line-height: 1
}

.test-content {
    display: inline-block
}

footer .contact {
    text-align: center
}

footer .contact h3 {
    color: #2AAC14;
    margin-bottom: 20px
}

footer .contact .footer-contact {
    list-style-type: none
}

footer .contact .footer-contact li {
    margin-bottom: 10px;
    color: #fff
}

footer .social {
    text-align: center
}

footer .social h3 {
    color: #2AAC14
}

footer .social p {
    color: #fff;
    text-align: center
}

footer .social a {
    width: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .05);
    margin: 0 7px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff
}

footer .bottom-footer {
    background-color: #1B2024;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 10px 0
}

footer .bottom-footer p {
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 0
}

.faq ul {
    list-style-type: none;
    padding-left: 0
}

.faq ul li {
    margin-bottom: 15px;
    position: relative
}

.faq ul li a {
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
    padding-left: 30px;
    display: block;
    font-size: 14px;
}

.faq ul li a:hover {
    text-decoration: underline
}

.faq ul li a:before {
    content: "Q";
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #0069ba;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    position: absolute;
    left: 0
}

.faq ul li .ans {
    padding-left: 30px;
    display: block;
    font-size: 14px;
}

.faq ul li .ans:before {
    content: "A";
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #080;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    position: absolute;
    left: 0
}

.trip-fact {
    font-size: 14px;
}

.trip-fact h4 {
    background: #424d58;
    padding: 10px;
    margin: 0;
    border-bottom: 2px solid #2aac14;
    color: #fff;
    text-transform: uppercase
}

.trip-fact h4 span {
    color: #2AAC14
}

.trip-fact .list-group .list-group-item:first-child,
.trip-fact .list-group .list-group-item:last-child {
    border-radius: 0
}

#breadcrump {
    background: url(../images/bg-1.jpg) no-repeat;
    padding: 50px 0;
    background-position-y: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

#breadcrump .breadcrumbs-item {
    line-height: 24px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px
}

#breadcrump .breadcrumbs-item a {
    color: #fff
}

#breadcrump .breadcrumbs-item a:hover {
    color: #2AAC14
}

#breadcrump .breadcrumbs-item a.last {
    color: #939ea9
}

#breadcrump .breadcrumbs-item i {
    margin: 0 15px
}

#breadcrump .breadcrumbs-item h1 {
    margin: 0;
    text-transform: uppercase;
    color: #fff
}

#breadcrump .breadcrumbs-item h1 span {
    color: #2AAC14
}

.dest-package-box {
    border: 1px solid #b5b5b5;
    margin: 30px 0;
    background: #fafafa
}

.dest-package-box .box-title {
    background: #424d58;
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #2aac14
}

.dest-package-box .box-title h4 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase
}

.dest-package-box .box-title h4 span {
    color: #2AAC14;
    font-weight: 700
}

.dest-package-box .package-content {
    padding: 0 20px
}

.magic-lines {
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #e6eaed
}

.nav-tabs > li {
    padding: 10px;
    border-bottom: 2px solid transparent;
}

.nav-tabs > li a {
    color: #777;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px
}

.nav-tabs > li:before:after {
    -webkit-transition: border .6s;
    -moz-transition: border .6s;
    -ms-transition: border .6s;
    -o-transition: border .6s;
    transition: border .6s
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    border-color: transparent !important;
    color: #424d58
}

.nav-tabs > li.active, .nav-tabs > li:hover {
    border-bottom: 2px solid #2AAC14
}

.tab-content {
    padding: 15px;
    text-align: justify;
    border: 1px solid #ddd
}

.tab-content h2 {
    color: #0069ba
}

.price-box {
    background: #F0F4F7;
    padding: 25px;
    color: #424d58;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.price-box p {
    font-size: 14px
}

.price-box h2 {
    font-weight: 700;
    margin-top: 10px
}

.price-box button {
    margin-bottom: 20px
}

.price-box ul {
    margin-left: -20px
}

.price-box ul li {
    color: #8b9aa8
}

.price-box .book-border {
    border-top: 1px dotted #0069ba;
    border-bottom: 1px dotted #0069ba;
    padding-bottom: 7px;
    margin: 15px 0
}

.modal-header {
    background: #000;
    color: #fff;
    border-bottom: 2px solid #2aac14
}

.close {
    opacity: .4
}

.modal-footer button {
    margin-bottom: 0
}

.modal-backdrop {
    height: 100%;
    opacity: .5 !important
}

.flexslider {
    margin-bottom: 0 !important
}

#carousel.flexslider {
    width: 93%;
    max-height: 100px;
    margin: auto
}

.flex-direction-nav a:before {
    font-family: fontAwesome !important;
    content: '\f054' !important;
    font-size: 30px !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flex-direction-nav a.flex-prev:before {
    content: '\f053' !important
}

#carousel.flexslider .flex-viewport ul li {
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    transform: skew(-16deg);
    overflow: hidden
}

#carousel.flexslider .flex-viewport ul li.flex-active-slide:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2AAC14;
    opacity: .6
}

#carousel.flexslider .flex-viewport ul li img {
    -webkit-transform: skew(16deg) translateX(-10%);
    -moz-transform: skew(16deg) translateX(-10%);
    -ms-transform: skew(16deg) translateX(-10%);
    -o-transform: skew(16deg) translateX(-10%);
    transform: skew(16deg) translateX(-10%);
    max-width: none;
    width: 162px;
    height: 90px
}

#carousel.flexslider .flex-direction-nav .flex-nav-next a, #carousel.flexslider .flex-direction-nav .flex-nav-prev a {
    width: 40px;
    opacity: 1;
    margin: 0;
    font-size: 0;
    top: 0;
    height: 100%;
    background: #2AAC14;
    overflow: visible
}

#carousel.flexslider .flex-direction-nav .flex-nav-next a:before, #carousel.flexslider .flex-direction-nav .flex-nav-prev a:before {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 25%
}

#carousel.flexslider .flex-direction-nav .flex-nav-next a:after, #carousel.flexslider .flex-direction-nav .flex-nav-prev a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    transform: skew(-16deg);
    background: #2AAC14
}

#carousel.flexslider .flex-direction-nav .flex-prev {
    left: -40px
}

#carousel.flexslider .flex-direction-nav .flex-prev:before {
    left: 10px
}

#carousel.flexslider .flex-direction-nav .flex-prev:after {
    right: -16px;
    border-right: 5px solid #fff
}

#carousel.flexslider .flex-direction-nav .flex-next {
    right: -40px
}

#carousel.flexslider .flex-direction-nav .flex-next:before {
    right: 10px
}

#carousel.flexslider .flex-direction-nav .flex-next:after {
    left: -16px;
    border-left: 5px solid #fff
}

#carousel.flexslider:hover .flex-direction-nav .flex-prev {
    left: -40px;
    opacity: 1
}

#carousel.flexslider:hover .flex-direction-nav .flex-next {
    right: -40px;
    opacity: 1
}

.flex-control-nav {
    display: none
}

.gallery-box {
    color: #0069ba
}

.gallery-box .gallery-album {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 300px;
    background-size: cover;
    background-position: center center;
    border: 1px solid #e9eaed;
    position: relative
}

.gallery-box .gallery-album:after {
    content: '\A';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(42, 172, 20, .8);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s
}

.gallery-box .gallery-album:hover:after {
    opacity: 1
}

.gallery-box .gallery-title {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #e9eaed;
    border-top: none
}

.gallery-box:hover {
    color: #2AAC14
}

.gallery-photo {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 200px;
    background-size: cover;
    background-position: center center;
    border: 1px solid #e9eaed;
    position: relative;
    margin-bottom: 30px;
    cursor: -webkit-zoom-in
}

.gallery-photo:after {
    content: '\A';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(42, 172, 20, .8);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s
}

.gallery-photo:hover:after {
    opacity: 1
}

.carousel-indicators .active {
    background-color: #0069ba
}

.carousel-indicators li {
    border: 2px solid #0069ba
}

.variable-width .slick-slide {
    margin: 0 1px
}

.variable-width .slick-prev {
    position: absolute;
    background-color: #fff;
    border-radius: 70px;
    left: 24%;
    z-index: 1;
    background-image: url(../images/slider_next_prev.png);
    width: 61px;
    height: 61px;
    background-repeat: no-repeat
}

.variable-width .slick-prev:hover {
    background-image: url(../images/slider_next_prev.png);
    background-position: 50% 0
}

.variable-width .slick-prev:before {
    content: ''
}

.variable-width .slick-next {
    position: absolute;
    background-color: #fff;
    border-radius: 70px;
    right: 24%;
    z-index: 1;
    background-image: url(../images/slider_next_prev.png);
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: 50% 100%
}

.variable-width .slick-next:hover {
    background-image: url(../images/slider_next_prev.png);
    background-position: 50% 100%
}

.variable-width .slick-next:before {
    content: ''
}

.variable-width .item {
    position: relative
}

.variable-width .item .slider-caption {
    position: absolute;
    background-color: rgba(59, 53, 47, .9);
    padding: 10px;
    bottom: 5%;
    left: 5%;
    width: 70%;
    color: #fff
}

.variable-width .item .slider-caption h3 {
    margin: 0 0 10px;
    line-height: 1.25em;
    color: #0069ba;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase
}

.variable-width .item .slider-caption p {
    color: #fff;
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.4em
}

.variable-width .item .slider-caption h5 {
    color: #2AAC14;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.trip-search {
    padding: 30px 0 20px 0;
    background-color: #fafafa;
    display: block;
    box-shadow: 0 8px 21px 0 #ccc;
    margin-bottom: 30px;
    text-align: center
}

.trip-search form h2 {
    margin-bottom: 10px;
    margin-top: 5px
}

.alert-danger {
    color: #fff;
    border-radius: 0;
    background-color: #E02633
}

.alert-danger h3 {
    margin: 0
}

.about p.first-big:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px
}

.about .why-us {
    background-color: #0069ba;
    margin-top: 50px
}

.about .why-us .content {
    padding: 85px
}

.about .why-us .content h2 {
    font-weight: 700;
    color: #fff
}

.about .why-us .content p {
    margin-top: 20px;
    color: #fff
}

.about .abt-content {
    background-color: #F7F7F7;
    padding: 20px 0 50px 0
}

.about .abt-content .title {
    margin-bottom: 30px
}

.about .abt-content .big-quote {
    position: relative;
    padding-left: 60px
}

.about .abt-content .big-quote:after {
    content: "";
    background: url(../images/quote.png) no-repeat;
    display: inline-block;
    height: 42px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.sidebar-holder {
    position: absolute;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 47px;
    transition: .4s;
}

.sidebar-holder .sidebar {
    background-color: #2AAC14;
    padding: 0 10px 0 0;
    text-align: center;
}

.sidebar-holder .sidebar .fa {
    margin: 10px 12px;
    color: #fff;
}

.trans a {
    padding: 0 5px !important;
    font-weight: bold !important;
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple {
    height: 36px;
    display: inline !important;
    padding: 8px 0 !important;

    font-size: 12px !important;
    text-transform: uppercase;
}


.package-item .package-details .discount{
    right: -135px;
    background: rgba(0,104,186,0.7);
}

#blog .title h1{
  color:#fff;
}

.springtour{
    display: block;
    margin-top: 17px;
    text-align: center;
}
