﻿/* Center the loader */
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    color: #403b47;
    line-height: 22px;
    text-align: justify;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

Header {
    top: 0;
    width: 100%;
    padding: 0.2em 0;
    z-index: 999;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    background: #feffffab;
    transition: all ease .4s;
    border-bottom: 1px solid #ffffff85;
}

.desktop-nav {
    padding-top: 15px;
}

.menu {
    background: #fff;
}

/*.logo {
    position: relative;
    z-index: 9999;
}*/

    /*.logo img {
        position: relative;
        z-index: 9999;
        width: 130%;
    }*/

.art-nav {
    margin: 0;
    width: 100%;
    z-index: 3;
}

.art-nav-inner a {
    font-size: 15px;
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover {
    outline: none;
    position: relative;
    z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}

    ul.art-hmenu li {
        position: relative;
        z-index: 5;
        display: block;
        float: left;
        background: none;
        margin: 0;
        padding: 0;
        border: 0;
    }

span.tagline {
    font-size: 19px;
    color: #00913f !important;
}

ul.art-hmenu li a:hover {
    background: rgba(255, 255, 255, 0.39);
    color: #000;
}


ul.art-hmenu > li:last-child:after {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    right: -4px;
    width: 9px;
    height: 42px;
    background: url('../images/menuseparator.png') center center no-repeat;
}

ul.art-hmenu:after, ul.art-hmenu ul:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

ul.art-hmenu, ul.art-hmenu ul {
    min-height: 0;
}

ul.art-hmenu {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 0;
    padding-right: 0;
}

.art-nav-inner:before {
    content: ' ';
}

nav.art-nav {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.art-nav-inner {
    text-align: left;
}

.desktop-nav .art-nav-inner {
    padding: 3px;
    padding-top: 0px !important;
}

.desktop-nav.art-nav {
    padding-left: 0;
    padding-right: 0;
    display: block !important;
}

.art-hmenu-extra1 {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    background-position: center;
}

.art-hmenu-extra2 {
    position: relative;
    display: block;
    float: right;
    width: auto;
    height: auto;
    background-position: center;
}

.art-hmenu {
    float: left;
}

.art-menuitemcontainer {
    margin: 0 auto;
}

ul.art-hmenu > li {
    margin-left: 0;
}

    ul.art-hmenu > li > a margin-left: 0;
}

ul.art-hmenu > li:last-child, ul.art-hmenu > li.last-child {
    margin-right: 0;
}

ul.art-hmenu > li > a {
    padding: 0 13px;
    font-size: 1 em;
    color: #000;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
    line-height: 39px;
    text-align: center;
}

.green ul.art-hmenu > li > a {
    color: #fff;
    color: #666;
}

.art-hmenu a,
.art-hmenu a:link,
.art-hmenu a:visited,
.art-hmenu a.active,
.art-hmenu a:hover {
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

ul.art-hmenu > li {
    border: 5px solid transparent;
    margin-left: 0;
}

    ul.art-hmenu > li a:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        opacity: 0;
        border: 2px solid #a13569;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    }

    ul.art-hmenu > li a:hover:before {
        top: 0;
        left: 0;
        border-width: 2px 0 0 2px;
        -webkit-transform: translate3d(10px, 10px, 0);
        transform: translate3d(10px, 10px, 0);
    }

    ul.art-hmenu > li a:hover:before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    ul.art-hmenu > li a:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        opacity: 0;
        border: 2px solid  #a13569;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    }

    ul.art-hmenu > li a:after {
        right: 0;
        bottom: 0;
        border-width: 0 2px 2px 0;
        -webkit-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
    }

    ul.art-hmenu > li a:hover:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    ul.art-hmenu > li > a.active {
        margin: 0 auto;
        color: #000;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.39);
    }

    ul.art-hmenu > li > a:visited,
    ul.art-hmenu > li > a:hover,
    ul.art-hmenu > li:hover > a {
        text-decoration: none;
    }

    ul.art-hmenu > li > a:hover, .desktop ul.art-hmenu > li:hover > a {
        -webkit-transition: all 0.3s;
        transition: all 0.3s linear;
    }

ul.art-hmenu li li a {
    background: rgba(60, 164, 217, 0.7686274509803922);
    padding: 0 11px;
    margin: 0 auto;
    /* font-weight: 400; */
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    min-width: 195px;
}

ul.art-hmenu li li {
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.desktop-nav ul.art-hmenu li li ul > li:first-child {
    margin-top: 0;
}

ul.art-hmenu li li ul > li:last-child {
    margin-bottom: 0;
}

.art-hmenu ul a {
    display: block;
    white-space: nowrap;
    height: 40px;
    min-width: 7em;
    /* border: 1px solid transparent; */
    text-align: left;
    line-height: 24px;
    color: #0F1724;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
}


    .art-hmenu ul a:link,
    .art-hmenu ul a:visited,
    .art-hmenu ul a.active,
    .art-hmenu ul a:hover {
        text-align: left;
        line-height: 40px;
        /* line-height: 24px; */
        /* color: #0F1724; */
        text-decoration: none;
        margin: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover > a {
    margin: 0 auto;
    border-bottom: 1px dashed #01164c;
    color: #000000;
}

.art-hmenu ul li:hover a {
    color: #25660c;
}

.art-hmenu ul li:hover span {
    color: #25660c;
}

.art-hmenu ul li a.art-hmenu-before-hovered {
    border-bottom-width: 0 !important;
}

.slicknav_collapsed li:hover .slicknav_arrow {
    color: #000;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    color: #fff !important;
}


.topMenuUnderline {
    background-color: #c4cdcc;
    height: 6px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    top: 203px;
    z-index: 3;
    position: absolute;
}

ul.art-hmenu ul:before {
    /* background: #757575; */
    margin: 0 auto;
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
}

.desktop-nav ul.art-hmenu li:hover > ul {
    visibility: visible;
    top: 100%;
    opacity: 100;
    left: 0px;
}

.desktop-nav ul.art-hmenu li li:hover > ul {
    top: 0;
    left: 100%;
}

ul.art-hmenu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 100%;
    opacity: 0;
    background-image: url('images/spacer.gif');
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.desktop-nav ul.art-hmenu > li > ul {
    padding: 10px 1px 0px 0px;
    margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul ul {
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul {
    top: 0px;
    left: 270px;
}

.desktop-nav ul.art-hmenu ul.art-hmenu-left-to-right {
    right: auto;
    left: 0;
    margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul.art-hmenu-right-to-left {
    left: auto;
    right: 0;
    margin: -10px -30px 0 0;
}

.desktop-nav ul.art-hmenu li li:hover > ul.art-hmenu-left-to-right {
    right: auto;
    left: 100%;
}

.desktop-nav ul.art-hmenu li li:hover > ul.art-hmenu-right-to-left {
    left: auto;
    right: 100%;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right {
    right: auto;
    left: 0;
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left {
    left: auto;
    right: 0;
    padding: 30px 10px 30px 30px;
    margin: -30px -10px 0 0;
}

.desktop-nav ul.art-hmenu li ul > li:first-child {
    margin-top: 0;
}

.desktop-nav ul.art-hmenu li ul > li:last-child {
    margin-bottom: 0;
}

.desktop-nav ul.art-hmenu ul ul:before {
    border-radius: 0;
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 10px;
}

.desktop-nav ul.art-hmenu > li > ul:before {
    top: 10px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.desktop-nav ul.art-hmenu > li > ul.art-hmenu-left-to-right:before {
    right: 30px;
    left: 30px;
}

.desktop-nav ul.art-hmenu > li > ul.art-hmenu-right-to-left:before {
    right: 30px;
    left: 30px;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right:before {
    right: 30px;
    left: 10px;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left:before {
    right: 10px;
    left: 30px;
}

@media screen and (min-width: 846px) {

    .slicknav_menu {
        display: none !important;
    }
}

@media screen and (max-width: 846px) {
    /* #menu is the original menu */
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block !important;
        z-index: 9999;
        position: relative;
    }
}

.navbar-mini ul li {
    padding: 0 15px;
    border: solid 1px #fff;
}

.navbar-mini ul li {
    padding: 0 15px;
    border: solid 1px #fff;
    list-style: none;
}

.navbar-mini > ul > li {
    float: left;
    margin-left: 15px;
}

    .navbar-mini > ul > li > a {
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
    }

.navbar-mini ul li .social-call {
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    margin: 2px 0;
}

.navbar-mini > ul {
    line-height: 40px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

@media (max-width:991px) {

    .hidden-xs {
        display: none;
    }

    ul.art-hmenu > li > a {
        padding: 0 15px;
    }
}

h1.sp-layer {
    background: url(../images/footer.png);
    top: 45% !important;
    left: 0% !important;
    font-size: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
    font-weight: 900;
    padding: 19px;
}

    h1.sp-layer a {
        padding: 8px 19px;
        font-size: 11px;
        background: #ffb300;
    }

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ff0000;
        ;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 5px;
    }

    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white;
    }

#welcome p {
    font-size: 1.2em;
}

span.more a {
    background: #ffb300;
    padding: 10px 20px;
    color: #fff;
}

.green {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.2em 0;
    z-index: 999;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    background: #0d5c806e;
    background: #feffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kk {
    float: left;
}

.abouthead {
    width: 35%;
    margin: 1em auto 4em;
    text-align: center;
    padding: 0em 2em;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

    .abouthead h5 {
        text-transform: uppercase;
        font-size: 20px;
        color: #a13569;
        margin-top: 0px;
    }

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
}

a.more {
    padding: 4px 19px;
    font-size: 11px;
    background: #ffb300;
    border-radius: 5px;
}

.pack {
    margin-bottom: 20px;
}

    .pack img {
        width: 100%;
    }

.video {
    background: rgba(0, 0, 0, 0.45);
}

i.fa.fa-search-plus {
    position: absolute;
    right: 8%;
    background: rgba(0, 210, 190, 0.0);
    font-size: 20px;
    color: #fff;
    padding: 1em;
    border-radius: 50%;
    text-align: center;
    bottom: 30%;
}

.pack h3 {
    margin-top: 10px;
}

.bgg {
    background: url('../images/bg.jpg');
    background-size: cover;
}

.cb {
    Display: None;
    padding-top: 85px;
    padding-bottom: 85px;
    color: #fff;
}

.modal-content input {
    position: relative;
    width: 100%;
    border: 1px dashed #ffb300;
    margin-bottom: 17px;
    padding: 7px;
    box-shadow: 0px 0px 0px 4px rgba(189, 189, 187, 0.25);
}

.modal-content textarea {
    min-height: 150px;
    width: 100%;
    border: 1px dashed #ffb300;
    padding: 7px;
    box-shadow: 0px 0px 0px 4px rgba(189, 189, 187, 0.25);
}

input[type=submit] {
    border: none;
    box-shadow: none !important;
    width: 21% !important;
    background: #ffb300;
    color: #fff;
}

.modal-body {
    position: relative;
    padding: 44px;
    text-align: left;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e4b834;
    text-align: center;
    color: #ffb300;
    background: #fff;
}

    .modal-header .close {
        background: #ffb300;
        padding: 10px;
        opacity: 1;
    }
/*---------------btn------------*/
/*----------------youtube----------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*----------------youtube----------------*/

/*----------------FOOTER CSS----------------*/
#footer-sub {
    background-color: #A13569;
    border-top: 1px solid #A13569;
}

#footer-main {
    background-color: #A13569;
}

#footer-sub h3 {
    color: #fff;
    margin-top: 25px;
}

.txt {
    color: #fff;
    margin-top: 12px;
}

#footer-sub ul {
    list-style: none;
    margin-top: 20px;
}

#footer-sub hr {
    margin: 1px;
}

#footer-sub ul li {
    margin-left: -38px;
}

#footer-sub a:link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

#footer-sub a:visited {
    text-decoration: none;
    color: #fff;
}


#footer-sub a:hover {
    text-decoration: none;
    color: #c2c5cb;
}


#footer-sub a:active {
    text-decoration: none;
    color: #525153;
}
/*----------------FOOTER CSS----------------*/


.social .fa {
    font-size: 20px;
}

.social .fa {
    font-size: 20px;
    border: 1px solid #fff;
    padding: 13px;
    transition: all 0.2s linear;
}

    .social .fa:hover {
        transform: scale(20px);
    }

.footerbtm {
    background: #012e4f;
    text-align: center;
    color: #fff;
}

    .footerbtm p {
        margin-bottom: 0px;
    }

    .footerbtm a {
        color: #ffb300;
        text-decoration: none;
    }
/*.pb {
    padding-bottom: 15px;
    height: 300px;
   
    
}*/
h3 > .fa {
    border: none !important;
    */
}

.ceo {
}

    .ceo img {
        width: 61%;
        border: 14px solid #fff;
    }
/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


.quote {
    color: rgb(60, 164, 217);
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/*-----------Ribbon CSS-------------*/
*, *:before, *:after {
    box-sizing: border-box;
}

.card {
    position: relative;
}

.card-image {
    //position: relative;
}

    .card-image img {
        //box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
        //outline: 2px solid rgba(0,0,0,0.3);
    }

.ribbon-wrapper {
    z-index: 3;
    height: 88px;
    width: 88px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.card .ribbon-wrapper .ribbon {
    transform: rotate(-45deg);
    left: -28px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    color: white;
    font-size: 12.003px;
    font-weight: 400;
    //left: -5px;
    line-height: 24px;
    padding: 0.28571em;
    position: relative;
    text-align: center;
    top: 16px;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ribbon--success {
    //background-color: #73C44A;
    background-color: red;
}
/*-----------Ribbon CSS-------------*/









.test {
    display: None;
    background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../images/test.jpg);
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .test h3 {
        font-size: 40px;
        color: #fff;
        font-family: 'Cookie', cursive;
    }

.dest img {
    width: 100%;
}

.dest {
    padding: 0px;
    position: relative;
}

.agile-figcaption {
    padding: 0px;
    position: absolute;
    top: 0px;
    height: 0%;
    width: 100%;
    opacity: 0;
    transition: all 0.2s linear;
    /*background: rgba(49, 77, 234, 0.78);*/
    background: rgba(161, 53, 105, 0.78);
    color: #fff;
    padding-top: 45px;
}

    .agile-figcaption h3 {
        color: #fff;
    }

    .agile-figcaption p {
        color: #fff;
    }

.dest:hover .agile-figcaption {
    height: 100%;
    opacity: 1;
}

@media (max-width:1200px) {
    ul.art-hmenu > li > a {
        padding: 0 15px;
    }

    /*.logo img {
        position: relative;
        z-index: 9999;
        width: 86%;
    }*/
}

@media (max-width:991px) {
    ul.art-hmenu > li > a {
        padding: 0 8px;
    }

    ul.art-hmenu > li {
        border: 2px solid transparent;
        margin-left: 0;
    }

    .abouthead {
        width: 53%;
    }
}

@media (max-width:764px) {
    /*.logo img {
        position: relative;
        z-index: 9999;
        width: 12%;
    }*/

    .slider-pro h1.sp-layer {
        display: none;
    }

    .abouthead {
        width: 71%;
    }
}

@media (max-width:525px) {
    i.fa.fa-search-plus {
        position: absolute;
        right: 8%;
        font-size: 20px;
        color: #fff;
        padding: 1em;
        border-radius: 50%;
        text-align: center;
        bottom: 38%;
    }
}

@media (max-width:430px) {
    i.fa.fa-search-plus {
        position: absolute;
        right: 4%;
        background: rgba(0, 210, 190, 0.5);
        font-size: 15px;
        color: #fff;
        padding: 1em;
        border-radius: 50%;
        text-align: center;
        bottom: 70%;
    }
}

.kb {
    position: fixed;
    left: 0px;
    z-index: 999;
    top: 50%;
    background-color: #ff0000;
    border-color: #d07600;
    float: left;
    left: -60px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#wowslider-container1 {
    list-style: none;
    z-index: 2 !important;
}

    #wowslider-container1 .ws_images {
        z-index: 3;
    }

.sidebar {
    background: #fff;
    padding: 10px;
    text-align: center;
    padding-top: 50px;
}

    .sidebar .pack-caption {
        position: absolute;
        top: 100px;
        width: 100%;
        height: 100%;
        text-align: center;
        padding: 9%;
        transition: opacity 0.2s ease-in-out;
    }

.single-pack img {
    width: 100%;
    min-height: 310px;
    max-height: 380px;
}

.single-pack {
    position: relative;
    padding: 0px;
    overflow: hidden;
}

.pack-caption::before {
    border: 2px solid #fff;
    content: '';
    position: absolute;
}

.pack-caption:before {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    box-shadow: 0 0 0 30px rgba(255,255,255,.2);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.0, 1.1, 1);
}

.pack-caption h3 {
    color: #fff;
}

.pack-caption span {
    color: #ffffff;
    font-family: cookie;
    font-size: 25px;
    text-shadow: 1px 2px 4px #000;
}

.pack-caption p {
    color: #fff;
}

.pack-caption span {
    color: #ffffff;
    font-family: cookie;
    font-size: 25px;
    text-shadow: 1px 2px 4px #000;
}

.single-pack:hover .pack-caption {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6705882352941176);
}

    .single-pack:hover .pack-caption::before, .single-pack:hover p {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

.banner img {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.iner {
    padding-left: 0px;
}

.bdd {
    border: 1px dashed #ccc;
    box-shadow: -1px -1px 9px 0px #d4d1d1;
}

.galblock {
    padding-left: 0px;
    margin-left: 0px;
}

li.gal-item {
    list-style: none;
    padding: 4px;
}

.gal-item img {
    width: 100%;
    border: 1px dashed #a6015a;
    padding: 2px;
    /* border-radius: 23px; */
}

.iner h3 {
    font-size: 18px;
    color: #A13569;
}

.inner b {
    color: #000;
}

.sidebar span.more a {
    background: #ffb300;
    padding: 3px 19px;
    color: #fff;
}

.pack-caption span.more a {
    border: 1px solid #ffffff;
    color: #fff;
    background: #2d67b2bd;
    margin-top: 1px;
    position: absolute;
    text-align: center;
    left: 42%;
}

.top {
    background: #A13569;
    color: #fff;
    padding-top: 3px;
}

.name {
    width: 94%;
    /* margin: 0 auto; */
    padding: 9px 6px;
    border: 1px solid #146eb46e;
    margin-bottom: 16px;
    box-shadow: 0 0 0 5px #f3f3f3;
    display: block !Important;
    color: #484748 !important;
    font-size: 12px;
}

.msg {
    min-height: 200px;
}

.radPopupImage img {
    border-width: 0px;
    position: absolute;
    right: 64px;
    width: auto;
}

input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #383737 !important;
}

input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #383737 !important;
}

input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #383737 !important;
}

input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #383737 !important;
}

.msg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #383737 !important;
}

.msg::-moz-placeholder { /* Firefox 19+ */
    color: #383737 !important;
}

.msg:-ms-input-placeholder { /* IE 10+ */
    color: #383737 !important;
}

.msg:-moz-placeholder { /* Firefox 18- */
    color: #383737 !important;
}

.Over_Windows {
    width: 100% !important;
    color: #383737 !important;
    border: none !important;
    font-size: 12px !important;
    font-family: 'Slabo 27px',Arial, serif !important;
    background: none !important;
}

.Focus_Windows {
    width: 100% !important;
    font-size: 12px !important;
    color: #383737 !important;
    font-family: 'Slabo 27px',Arial, serif !important;
    border: none !important;
    background: none !important;
}

.date {
    width: 100% !important;
    font-size: 12px !important;
    color: #383737 !important;
    font-family: 'Slabo 27px',Arial, serif !important;
    border: none !important;
    background: none !important;
}

.iner h2 {
    text-align: left;
}

@media (max-width:430px) {
    #mycol[style] {
        min-width: 100%;
    }

    #mycol1[style] {
        min-width: 100%;
    }
}

@media (max-width:754px) {
    #mycol[style] {
        min-width: 100%;
    }

    #mycol1[style] {
        min-width: 100%;
    }



   









