﻿
html {
    height: 100%;
}

body {
    font-size: 15px;
    line-height: 1.5;
    font-family: Calibri,Arial, sans-serif;
    position: relative;
    min-height: 100%;
}

.containtholder {
    min-height: 250px;
}

#wrapper {
    padding-bottom: 60px;
}
.ddsmoothmenu-v ul li a{
    position:relative;
}
.ddsmoothmenu-v ul li a::after{
    position:absolute;
    content:' ';
    right:0px;
    bottom:0px;
border-style: solid;
border-width: 0 0 40px 40px;
border-color: transparent transparent #d0d2d3 transparent;
}
#topfix {
    width: 100%;
    z-index: 999999;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.affix {
    border-bottom: 5px solid #3f658c;
}

    .affix header {
        padding: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.headertop {
    background: #eeeeee;
    height: 40px;
    color: #000000;
    line-height: 40px;
}

    .headertop a {
        color: #000000;
    }

.innerslider {
    height: 5px;
    background: #3f658c;
}

header {
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: #ffffff;
    color: #000;
    border-bottom: 1px solid rgb(162, 162, 162);
}

.headerlogo {
    float: left;
    margin-right: 30px;
    height: 80px;
}

.headerrightmenu {
    padding-top: 10px;
}

.datevenue {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    text-align: left;
    color: #a13569;
}

    .datevenue span {
        font-size: 16px;
    }

    .datevenue i {
        color: #848cc3;
    }

.headermenu {
    background: #606062;
    height: 40px;
    line-height: 40px;
}

    .headermenu .headermenu_list {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .headermenu .headermenu_list li {
            list-style: none;
            display: inline-block;
        }

            .headermenu .headermenu_list li a, .headermenu a {
                color: #ffffff;
                padding: 0 15px;
                border-left: 1px solid #414141;
            }

.noberder {
    border: none !important;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    color: #dd3270;
    /*border-bottom: 2px solid #2163c5;
    text-align:center;*/
    position: relative;
}

    h1:after {
        position: absolute;
        content: '';
        width: 50%;
        height: 2px;
        background: #a13569;
        bottom: 0px;
        left: 0px;
    }


.socialtop {
    margin-top: 2px;
}

    .socialtop a {
        border: 2px solid #ffffff;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
    }

        .socialtop a:hover {
            color: #ffffff;
            transition: 0.70s;
            -webkit-transition: 0.70s;
            -moz-transition: 0.70s;
            -ms-transition: 0.70s;
            -o-transition: 0.70s;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

.navbar-nav > li > a {
    font-weight: bold;
    font-size: 16px;
    color: #25313d;
    text-transform: uppercase;
    padding: 12px 20px;
}

    .navbar-nav > li > a:hover, .navbar-nav > li.open > a {
        color: #2163c5;
    }

.navbar {
    margin-bottom: 0;
    margin-top: 10px;
}

.dropdown-menu {
    background: #e0e0e0;
    border: 0px;
}

    .dropdown-menu li {
        border-bottom: 1px solid #cccccc;
    }

        .dropdown-menu li a {
            padding: 6px;
        }

            .dropdown-menu li a:hover {
                background: #2163c5;
                color: #ffffff;
            }


label {
    font-weight: normal;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

.leftpanel {
    width: 20%;
}

.rightpanel {
    width: 80%;
}


/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.serivesbox {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
}

    .serivesbox:hover {
        border: 1px solid #2163c4;
        background: #f1f1f1;
    }

    .serivesbox .icon {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
    }

    .serivesbox:hover .icon {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .serivesbox h4 {
        font-weight: bold;
    }

TABLE.gridCSS {
    border-color: #5da3a1 !important;
}

    TABLE.gridCSS th {
        /*font: bold 11px  Verdana, Arial, Helvetica, sans-serif;    
    border-right: 1px solid #0067AA;
    border-bottom: 1px solid #0067AA;
    border-top: 1px solid #0067AA; 
    border-left: 1px solid #0067AA;   
    text-align: left;*/
        color: #000;
        padding: 10px 6px 10px 6px !important;
        background: #cbd2dd;
        border-color: #cbd2dd !important;
    }

    TABLE.gridCSS td {
        border-color: #cbd2dd !important;
    }

.leftmenu {
    margin: 0px;
    padding: 0px;
}

    .leftmenu a {
        background: #2163c4;
        display: block;
        padding: 8px 10px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 5px;
    }

        .leftmenu a:hover {
            background: #134999;
            display: block;
            color: #fff;
        }


footer {
    background: #25313d;
    padding: 10px 15px;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}

    footer h2 {
        font-size: 20px;
    }

    footer a {
        color: #ffffff;
        font-size: 13px;
    }

.footerbottom {
    font-size: 13px;
    color: #6e6f71;
}

.hr {
    border-color: #3e5061;
}



/* ===================  for form box =======================*/
.circlebox {
    background: #378a88;
    padding: 20px 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background: linear-gradient(to bottom, #378a88 0%, #205150 100%);
}

a:hover .circlebox {
    background: #25313d;
    color: #ffffff;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

.formheader {
    padding: 10px 0;
    margin-bottom: 20px;
}

.returnday {
    color: #cc2d7f;
    font-weight: 700;
}

.formcontentbox {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    border-radius: 5px;
}

    .formcontentbox h2 {
        background: #cbd2dd;
        margin: 0px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

.formcontent {
    padding: 10px;
}

.formcontentboxbutton {
    border: 1px solid #aec4e4;
    margin-bottom: 20px;
    border-radius: 5px;
}

.modal-header {
    background: #2fa7e0;
    color: #ffffff;
}

.formnamebg {
    background: #eaeaea;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #a2a2a2;
    box-shadow: 0px 0px 6px 2px #ccc;
}

.formprofilebox {
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #b4c0d2;
}

    .formprofilebox h2 {
        background: #cbd2dd;
    }

.form-control {
    border-radius: 0px;
    border: 2px solid #cccccc;
}




.btnreset {
    background-image: url(../images/icon_reset.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.btncart {
    background-image: url(../images/icon_cart.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.btnsave {
    background-image: url(../images/icon_save.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.btnsaveasdraf {
    background-image: url(../images/icon_save_draft.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.sitemap h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .sitemap ul li {
        margin: 0 0 3px 3px;
    }

.msgbox {
    position: relative;
}

.msgcount {
    position: relative;
    width: 20px;
    height: 20px;
    background: #ff0000;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    border-radius: 50%;
    top: -7px;
    left: -2px;
    text-align: center;
}



/* =============================== right scroll menu =========================*/

.header-nav {
    background: #0C0C0C;
    color: rgba(255, 255, 255, 0.25);
    font-family: "montserrat-light", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

    .header-nav__close span::before,
    .header-nav__close span::after {
        content: "";
        display: block;
        height: 2px;
        width: 12px;
        background-color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 9px;
        margin-top: -1px;
    }

    .header-nav__close span::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-nav__close span::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

    .menu-is-open .header-nav .header-nav__content {
        opacity: 1;
        visibility: visible;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        left: 0;
        text-align: left;
    }

.header-nav__content h3 {
    /*font-size: 17px;
    
    color: #ffffff;
    margin:6px 0 0 0;*/
}

.header-nav__content h3 {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: #39b54a;
}

.header-nav__list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

    .header-nav__list li {
        margin-bottom: 14px;
    }

        .header-nav__list li a {
            font-size: 18px;
            color: #ffffff;
        }

            .header-nav__list li a:hover {
                color: #337ab7;
            }

.header-menu-text {
    /*display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 70px;
    padding-left: 12px;*/
    display: block;
    position: absolute;
    top: -2px;
    left: 19px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    background: #39b54a;
    overflow: hidden;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: auto;
    background-color: #337ab7;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .header-menu-icon::before, .header-menu-icon::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: inherit;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .header-menu-icon::before {
        top: -7px;
    }

    .header-menu-icon::after {
        bottom: -7px;
    }
/*.header-menu-toggle{
    font-size:20px;
    display:inline-block;
}*/


.header-menu-toggle {
    position: relative;
    /*right: 38px;
    top: 24px;*/
    height: 25px;
    width: 80px;
    /*background:url(../images/right_menu.jpg) no-repeat;*/
    line-height: 27px;
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #39b54a;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: right;
}

    .header-menu-toggle img {
        margin-top:;
    }

/*.modal-backdrop{
    z-index:9999;
}*/



.ddsmoothmenu-v i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*border: 1px solid #39b54a;*/
    border-radius: 20%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ddsmoothmenu-v li a:hover i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*border: 1px solid #39b54a;*/
    border-radius: 20%;
    /*background: #39b54a;*/
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a .panel-heading {
    background: #cbd2dd;
    color: #333;
}

    a .panel-heading .panel-title {
        position: relative;
        padding-right: 20px;
    }

a[aria-expanded="true"] .panel-heading .panel-title::after {
    font-family: "FontAwesome";
    position: absolute;
    content: '\f068';
    right: 0px;
}

a[aria-expanded="false"] .panel-heading .panel-title::after {
    font-family: "FontAwesome";
    position: absolute;
    content: '\f067';
    right: 0px;
}



.desc_wrapper {
    display: inline-block;
    text-align: center;
    border: 1px solid #337ab7;
    border-radius: 5px;
    padding: 0 25px;
}

    .desc_wrapper:hover {
        display: inline-block;
        background: #337ab7;
        color: #ffffff;
    }

.btnleft {
    font-size: 19px;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
}

    .btnleft img {
        height: 40px;
        float: left;
    }

/* ============================== pricing ======================*/

#pricing {
    background: #ecf0f3;
    margin-top: 0px;
    padding: 25px 0 50px 0;
    color: #000000;
}

    #pricing h2 {
        color: #000000;
        font-weight: bold;
    }

.price {
    font-weight: 900;
    font-size: 28px;
    color: #033fff;
}

#pricing .boxheading {
    font-weight: 900;
    font-size: 20px;
}

#pricing .registerp {
    background: #005aab;
    border-color: #005aab;
    border-radius: 3px;
    text-transform: none;
    padding: 10px;
    font-weight: normal;
    font-size: 16px;
}

    #pricing .registerp:hover {
        background: #c40216;
        border-color: #c40216;
        color: #fff;
    }

.pricebox {
    border: 2px solid #005aab;
    padding: 10px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    cursor: pointer;
}

    .pricebox:hover {
        background: #005aab;
        color: #ffffff;
    }

    .pricebox.introductory {
        border-color: #d2232a;
    }

        .pricebox.introductory:hover {
            background: #d2232a;
        }

        .pricebox.introductory .price {
            color: #d2232a;
        }

    .pricebox.early {
        border-color: #762a89;
    }

        .pricebox.early:hover {
            background: #762a89;
        }

        .pricebox.early .price {
            color: #762a89;
        }

    .pricebox.standard {
        border-color: #005aab;
    }

        .pricebox.standard:hover {
            background: #005aab;
        }

        .pricebox.standard .price {
            color: #005aab;
        }

    .pricebox.shop {
        border-color: #a43760;
    }

        .pricebox.shop:hover {
            background: #a43760;
        }

        .pricebox.shop .price {
            color: #a43760;
        }

    .pricebox:hover .price {
        color: #ffffff !important;
    }


