﻿@import url('Prem.css?v=1.0');

html,
span.badge {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

.ProImage,
.bannar,
.menu-cart-item,
.schedule-item,
.schedule-item.header {
    overflow: hidden
}

.cont_img_back_>img,
.cont_img_back_grey>img {
    animation-name: animar_fondo;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 12px;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 0
}

body {
    background: no-repeat fixed #eef1f5;
    background-size: 100%
}

.gray-bg {
    background-color: #f3f3f4
}

/*::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background-color: #e26a50;
    outline: #ff6543 solid 1px
}*/

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

.breadcrumb,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

li>ol,
li>ul {
    margin-bottom: 0
}

table {
    width: 100%
}

a {
    color: #ffffff;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #000000;
    text-decoration: none;
    outline: 0
}

.breadcrumb {
    background: 0 0
}

.breadcrumb li {
    display: inline-block;
    list-style: none
}

.breadcrumb li a {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    -webkit-transition: all .15s ease-in-out
}

.breadcrumb li a:hover {
    color: #e1674c
}

.breadcrumb li.active {
    font-size: 18px;
    color: #fff;
    line-height: 24px
}

.page-header-content .breadcrumb>li+li:before {
    content: '\f105';
    font-family: FontAwesome
}

.txt-rt {
    text-align: right
}

.txt-lt {
    text-align: left
}

.box,
.event-schedule-inner,
.section-head,
.txt-center {
    text-align: center
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.clear {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.vertical-base {
    vertical-align: baseline
}

.vertical-top {
    vertical-align: top
}

nav.vertical ul li {
    display: block
}

nav.horizontal ul li {
    display: inline-block
}

img {
    max-width: 100%
}

.ThemeBackground {
    /* background-color: #e26a50 !important */
    /* background: linear-gradient(135deg, #541e54 60%, #317070); */
    background-color: #fff;
    /* background: linear-gradient(to right, rgb(137 2 0) 1%, rgb(168 84 84) 72%, rgb(202 153 153) 100%) !important; */
}

.ThemeColor {
    color: #e26a50 !important
}

#primary-menu {
    transition: .05s ease-in-out;
    background: rgba(255, 255, 255, .32)
}

#primary-menu.CustumBgHeader {
    /* background: #de3b16;
    background: -moz-linear-gradient(left, rgba(222, 59, 22, 1) 1%, rgba(208, 53, 20, 1) 72%, rgba(254, 122, 92, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 59, 22, 1) 1%, rgba(208, 53, 20, 1) 72%, rgba(254, 122, 92, 1) 100%);
    background: linear-gradient(to right, rgba(222, 59, 22, 1) 1%, rgba(208, 53, 20, 1) 72%, rgba(254, 122, 92, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de3b16', endColorstr='#fe7a5c', GradientType=1) */
}

.transparent-bg-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999
}

#primary-menu.transparent-bg-menu .scroll-logo {
    display: none !important
}

#primary-menu.transparent-bg-menu .logo {
    display: block !important
}

#primary-menu .logo,
#primary-menu.fixed-top-menu .logo {
    display: none
}

#primary-menu.fixed-top-menu .scroll-logo {
    display: block
}

.primary-menu.fixed-top-menu1 {
    top: -100px;
    position: absolute
}

.primary-menu-inner {
    /* height: 110px */
}

#primary-menu.fixed-top-menu .primary-menu-inner {
    /* background: #e26a50 !important; */
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
    background-color: #9b0301;
    /* background: linear-gradient(to right, rgb(137 2 0) 1%, rgb(168 84 84) 72%, rgb(202 153 153) 100%) !important; */
}

#primary-menu.fixed-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999
}

.menu-area {
    position: relative
}

.menu-area .navbar-brand {
    padding: 5px 15px;
    height: auto
}

.menu-area .navbar-brand>img {
    max-height: 65px
}

.navbar-default .navbar-brand>img {
    max-height: 45px
}

.menu-area .navbar-nav {
    float: right;
    margin-right: 0;
    margin-top: 20px;
}

.transparent-bg-menu .menu-area .navbar-nav>li>a {
    color: #fff;
    background: 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.menu-shopping-cart .cart-icon>span,
.schedule-item .event-time span {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

#primary-menu.fixed-top-menu .primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:before {
    color: #363636
}

.menu-area .navbar-nav>li>a {
    padding: 20px 15px;
    font-size: 16px;
    color: #707070;
    cursor: pointer
}

.menu-area .navbar-nav>li.menu-item-has-children>a {
    padding-right: 20px
}

#primary-menu.fixed-top-menu .primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:focus:before,
#primary-menu.fixed-top-menu .primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:hover:before,
#primary-menu.fixed-top-menu.transparent-bg-menu .menu-area .navbar-nav>li>a:focus,
#primary-menu.fixed-top-menu.transparent-bg-menu .menu-area .navbar-nav>li>a:hover,
.transparent-bg-menu .primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:focus:before,
.transparent-bg-menu .primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:hover:before {
    text-decoration: none;
    background-color: transparent
}

.menu-area .nav>li>a i.mdi {
    color: #fff;
    margin-right: 5px
}

.menu-area .nav>li>a:hover i.mdi {
    color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #363636
}

.menu-sub-content {
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 230px;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.primary-menu-inner .menu-area .navbar-nav ul {
    background-color: #fff;
    border-top: 4px solid #ff6f50;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 0;
    padding-bottom: 0
}

.primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:before {
    content: "\f0d7";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #707070
}

.primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:hover:before {
    color: #ff6f50
}

.transparent-bg-menu .primary-menu-inner .menu-area .navbar-nav li.menu-item-has-children>a:before {
    color: #fff
}

.menu-sub-content:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #ff6f50 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    left: 15%
}

.primary-menu-inner .menu-area .navbar-nav ul li a {
    font-size: 15px;
    width: 100%;
    color: #707070;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #ebebeb
}

.primary-menu-inner .menu-area .navbar-nav ul li a:hover {
    background-color: #363636;
    border-bottom: 1px solid #363636;
    color: #fff
}

.primary-menu-inner .menu-area .navbar-nav ul li:last-child a {
    border-bottom: none
}

#primary-menu.fixed-top-menu .primary-menu-inner .menu-area .navbar-nav li.active.menu-item-has-children>a:before,
#primary-menu.fixed-top-menu .primary-menu-inner .menu-area .navbar-nav li.active>a,
.primary-menu-inner .menu-area .navbar-nav li.active.menu-item-has-children>a:before,
.primary-menu-inner .menu-area .navbar-nav li.active>a {
    color: #ff6f50
}

.primary-menu-inner .menu-area .navbar-nav ul li.active-child-menu>a {
    background-color: #ff6f50;
    color: #fff;
    border-color: #ff6f50
}

.navbar-toggle .icon-bar {
    background: #000!important;
}

.menu-shopping-cart {
    position: initial;
    /* right: -20px;
    top: 3px */
}

.menu-shopping-cart .cart-icon {
    margin: 15px 0;
    cursor: pointer;
    position: relative
}

.menu-shopping-cart .cart-icon>span {
    font-size: 16px;
    color: #363636;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-shopping-cart .cart-icon>span i {
    font-size: 18px
}

.transparent-bg-menu .menu-shopping-cart .cart-icon>span {
    color: #fff
}

.menu-shopping-cart .cart-icon .item-counter {
    position: absolute;
    right: -9px;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #e1674c;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-weight: 700
}

.MarginTop20 {
    margin-top: 20px
}

.Height80 {
    height: 80px !important
}

.menu-cart-content {
    box-shadow: 0 2px 2px 1px #c2c2c2;
    position: absolute;
    top: 45px;
    right: -14px;
    background-color: #fff;
    min-width: 260px;
    padding: 10px;
    border-top: 4px solid #ff6f50;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.bannar,
.bannar-img {
    position: relative
}

.menu-shopping-cart:hover .menu-cart-content {
    transform: scaleY(1);
    opacity: 1
}

.menu-cart-item .menu-cart-img {
    float: left
}

.menu-cart-desc {
    display: block;
    float: left;
    font-size: 13px;
    padding: 10px 0;
    margin-left: 0
}

.menu-cart-desc>p {
    font-size: 14px;
    font-weight: 400
}

.menu-cart-desc>p span {
    font-size: 12px;
    font-weight: 400
}

.menu-cart-bottom .sub-total p,
.menu-cart-btn {
    font-size: 11px
}

.menu-cart-desc>p a {
    color: #00bcd5
}

.menu-cart-btn {
    display: block;
    float: right;
    padding: 16px 0
}

.menu-cart-btn a {
    margin-right: 2px
}

.menu-cart-btn .fa-times {
    color: #ff6f50
}

.menu-cart-bottom {
    margin-top: 10px
}

.menu-cart-bottom .sub-total {
    float: left;
    padding: 6px 13px
}

.menu-cart-bottom .sub-total p>span {
    font-size: 14px
}

.menu-cart-bottom .menu-cart-action {
    float: right
}

.menu-cart-bottom .menu-cart-action button {
    background-color: #ff6f50;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 5px 10px
}

.bannar-img img {
    width: 100%
}

.bannar-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 54, 54, .76)
}

.bannar-conent-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.bannar-header h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px
}

.bannar-header h3 {
    color: #fff
}

.bannar-header .meta-post li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 10px
}

.bannar-content {
    position: absolute;
    margin-top: 0;
    z-index: 1021;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width:992px) {
    .mt-md-80 {
        margin-top: 80px
    }

    .mt-md-20P {
        margin-top: 20%
    }

    .mt-md-8P {
        margin-top: 8%
    }
}

.bannar-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #e1674c;
    opacity: .9
}

.bannar-btn a {
    padding: 8px 20px;
    border: 2px solid #fff;
    display: inline-block;
    margin: 23px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff
}

.bannar-btn a:hover {
    color: #e1674c
}

.bannar-btn .hvr-bounce-to-bottom:before {
    background-color: #fff
}

.countdwon {
    margin-top: -50px
}

.time_circles>div>h4 {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px !important;
    font-weight: 700
}

.time_circles>div>span {
    margin-top: .6em;
    color: #fff;
    line-height: 0 !important
}

.time_circles>div {
    z-index: 9
}

.time_circles>div:before {
    content: "";
    position: absolute;
    left: 18px;
    top: -26px;
    width: 89px;
    height: 89px;
    background-color: #693932;
    border-radius: 100%;
    z-index: -1
}

.hover-fold,
.hover-fold .back {
    background: #e8c63d;
    width: 100%
}

.hover-fold {
    border: 2px solid #a94442;
    height: 310px;
    margin: 10px auto;
    -moz-perspective: 1500;
    -webkit-perspective: 1500;
    perspective: 1500;
    position: relative
}

.hover-fold h2 {
    border-bottom: 1px solid #333;
    margin: 0 40px;
    padding: 110px 0 2px
}

.hover-fold .top {
    height: 50%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.hover-fold .top .face {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.hover-fold:hover .top {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.front img {
    width: 100%
}

.hover-fold .front {
    height: 300px;
    width: 100%
}

.hover-fold .back {
    height: 100%;
    padding: 0 40px;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hover-fold .back p {
    margin: 0
}

.hover-fold .bottom {
    background: url(../assets/images/1img.jpg?v=1.0) bottom;
    height: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0
}

.advance {
    background: #eee;
    /*padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 150px;*/
    background-image: url(https://themewagon.github.io/wed/assets/img/gallery/section_bg1.png);
}

.box {
    padding-bottom: 35px
}

.box .mdi {
    color: #df5c45;
    font-size: 80px
}

.box svg {
    width: 50px;
    max-width: 80px;
    margin: 0 auto 20px
}

.event-schedule {
    padding-top: 25px;
    padding-bottom: 120px;
    /* background-color: #eef1f5;
    border-top: 0 solid #ebebeb;
    border-bottom: 0 solid #ebebeb; */
    background-image: url(https://themewagon.github.io/wed/assets/img/gallery/section_bg1.png);
}

.section-head {
    margin-bottom: 50px;
    position: relative
}

.section-head .header-title {
    font-size: 36px;
    color: #363636;
    font-weight: 400;
    position: relative
}

.section-head .header-title:before {
    content: '';
    background: #999;
    height: 2px;
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: -20px;
    left: 40%;
    right: 40%
}

.section-head .header-title:after {
    content: '';
    background-color: #f6f8fa;
    height: 20px;
    width: 45px;
    position: absolute;
    bottom: -29px;
    display: block;
    left: 50%;
    margin-left: -22px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:426px) {
    .section-head .header-title:before {
        left: 30%;
        right: 30%
    }
    .advance{
        margin-top: 0px !important;
    }
}

.section-head .header-title.icon:after {
    background-image: url(../images/icon.png?v=1.0)
}

.section-head .header-title.sicon:after {
    background-image: url(../images/sicon.png?v=1.0)
}

.section-head .header-desc {
    font-size: 18px;
    color: #959595
}

.event-schedule-inner .nav-tab {
    display: inline-block;
    padding: 6px 6px 0;
    border: 1px solid #ebebeb;
    background-color: #f8f7f7;
    margin-bottom: 50px
}

.event-schedule.homepage2 .event-schedule-inner .nav-tab {
    background-color: #fff;
    padding-bottom: 6px
}

.event-schedule-inner .nav-tab li {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    margin-right: 5px;
    border-radius: 3px
}

.event-schedule-inner .nav-tab li.active {
    background-color: #363636;
    color: #fff
}

.event-schedule-inner .nav-tab li.active a,
.event-schedule-inner .nav-tab li.active a>strong {
    color: #fff
}

.event-schedule-inner .nav-tab li:last-child {
    margin-right: 0
}

.event-schedule-inner .nav-tab li a {
    display: block;
    padding: 15px 30px
}

.event-schedule-inner .nav-tab li a:hover {
    background-color: #ff6f50;
    color: #fff
}

.event-schedule-inner .nav-tab li a:hover strong {
    color: #fff
}

.event-schedule-inner .nav-tab li a strong {
    float: left;
    display: block;
    font-size: 38px;
    line-height: 42px;
    color: #959595
}

.event-schedule-inner .nav-tab li a .date {
    margin-left: 50px;
    display: table;
    text-align: left;
    line-height: 18px;
    margin-top: 3px
}

.schedule-item.header {
    background-color: #fff !important
}

.schedule-item.header .item-inner {
    color: #fff;
    font-size: 18px;
    padding: 9px 0;
    text-align: left
}

.schedule-item.header .item-inner span {
    margin-right: 5px
}

.schedule-item .event-time {
    text-align: left
}

.schedule-item .event-time span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #363636;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.schedule-item {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#dvSearchResult .schedule-item {
    padding-top: 0;
    padding-bottom: 0
}

#dvSearchResult .schedule-item>div[class*=col-]:nth-child(3) {
    padding: 10px 0 !important
}

#TabMyMatches .schedule-item .ProHead,
#dvSearchResult .schedule-item .ProHead {
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 3px double #ccd2da
}

.schedule-item:nth-child(even),
.schedule-item:nth-child(odd) {
    background-color: #fff
}

#TabMyMatches .schedule-item {
    padding-top: 0
}

.item-inner.event-session,
.item-inner.vanue {
    margin: 5px 0
}

.item-inner {
    text-align: left
}

.schedule-item:hover {
    box-shadow: 0 0 10px 0 #cdd9e8
}

.schedule-item.header {
    box-shadow: 0 2px 8px 0 #ecf2fb
}

.schedule-item:hover .event-time>span {
    background-color: #e1674c;
    color: #fff
}

.schedule-item:hover .item-inner>a.btn-outline-themeColor {
    color: #e1674c
}

.schedule-item:hover .item-inner>a.btn-themeColor {
    color: #fff
}

.item-inner.event-schedule-speaker img {
    margin-right: 10px
}

.ProImage {
    min-height: 150px;
    max-height: 160px;
    margin: 0 auto;
    border: 1px solid #abb5c1
}

.ProImage .owl-controls .owl-buttons {
    width: 100%;
    display: flex;
    position: relative;
    height: 25px;
    margin-top: 2px;
    background: #e0e0e0
}

.ProImage .owl-controls .owl-buttons .owl-prev::after {
    content: "\f04d";
    left: 0
}

.ProImage .owl-controls .owl-buttons .owl-next::after {
    content: "\f054";
    right: 0
}

.ProImage .owl-controls .owl-buttons .owl-next::after,
.ProImage .owl-controls .owl-buttons .owl-prev::after {
    font: normal normal normal 20px/1 "Material Design Icons";
    position: absolute;
    background: 0 0;
    color: #e26a50;
    top: 0;
    transform: inherit;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    margin: 0
}

.ProImageSlide .owl-wrapper .owl-item {
    cursor: pointer
}

.ProImage .owl-controls .owl-buttons .owl-next:hover::after,
.ProImage .owl-controls .owl-buttons .owl-prev:hover::after {
    background: 0 0;
    color: #e26a50
}

.ProImage .owl-controls .owl-pagination {
    position: absolute;
    z-index: 999;
    left: 30px;
    right: 30px;
    text-align: center
}

.ProImage .owl-controls .owl-pagination .owl-page {
    width: 20px;
    margin: 2.5px 2px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #e26a50;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    font-weight: 500;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    color: #e26a50
}

.speak-wrapper,
.speaker-item {
    border-radius: 3px;
    overflow: hidden
}

.ProImage .owl-controls .owl-pagination .owl-page.active {
    background: #e26a50;
    color: #fff;
    border-color: #fff
}

.event-speaker {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover
}

.event-speaker .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .5
}

.event-speaker .section-head .header-title {
    color: #000
}

.speak-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px
}

.speaker-item {
    height: 250px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 90px;
    position: relative;
    transition: .5s
}

.speaker-item .speaker-thumb,
.speaker-item img {
    transition: all .2s ease-in-out
}

.speaker-item .speaker-thumb {
    width: 160px;
    height: 160px;
    margin: auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff
}

.speaker-item .speaker-thumb>a {
    display: block;
    overflow: hidden
}

.social-media,
.social-media li {
    display: inline-block
}

.speaker-item .speaker-content,
.speaker-social {
    position: absolute;
    width: 100%;
    transition: .5s;
    text-align: center;
    left: 0
}

.speaker-item .speaker-content {
    bottom: 20px
}

.speaker-item .speaker-content .speaker-name {
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase
}

.speaker-item .speaker-content .designation {
    font-size: 15px;
    color: #959595;
    text-transform: uppercase
}

.speaker-social {
    bottom: -60px
}

.social-media li {
    margin-right: 3px
}

.social-media li a {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    color: #363636;
    display: block;
    background-color: #fff;
    line-height: 35px;
    font-size: 16px;
    transition: .3s
}

.small-post-list .small-post-item .content .title,
.tag li a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.social-media li a:hover {
    background-color: #55acee;
    color: #fff
}

.speaker-item:hover {
    background-color: #e1674c
}

.speaker-item:hover .speaker-thumb {
    overflow: hidden;
    border: 4px solid #fff
}

.speaker-item:hover .speaker-content {
    bottom: 70px;
    opacity: 0
}

.speaker-item:hover .speaker-social {
    bottom: 30px
}

.sponsor {
    background: #fff;
    display: block;
    padding-top: 120px;
    padding-bottom: 70px
}

.sponsor-wrapper {
    text-align: center;
    overflow: hidden
}

.ccr-sponsor {
    margin-bottom: 50px
}

.sponsor-title {
    font-size: 24px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    clear: both
}

.sponsor-title h3 {
    font-size: inherit
}

.sponsor-item {
    overflow: hidden;
    display: block;
    width: 150px;
    margin: 0 auto
}

/*.contact-section .contact-item, .modal-header {
    display: flex
}*/
.contact-section .contact-item {
    display: flex;
    flex-direction: column
}

.sponsor-item img {
    width: 100%
}

.silver-item {
    width: 20%;
    float: left
}

.silver-item .silver-item-inner {
    margin-left: 15px;
    margin-right: 15px
}

.modal-title,
.silver-item .silver-item-inner img {
    width: 100%
}

.contact-section {
    /*padding: 30px 0;*/
    padding: 30px;
    overflow: hidden
}


.contact-section-inner {
    padding: 0px 180px;
    box-shadow: 0px 1px 7px gray;
}

.contact-section .contact-item-outer {
    width: 100%;
    text-align: left;
    padding: 30px 40px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: '1px 1px 1px 1px #ccca6;'
}

.contact-section a {
    cursor: pointer
}

.contact-section .contact-item span {
    display: inline-block;
    font-size: 48px;
    line-height: 36px;
    color: #fff;
    float: left;
    margin-top: 0;
    margin-right: 15px;
    width: 100px
}

.contact-section .contact-item .content {
    width: 100%;
    color: #363636;
    text-align: left;
    padding: 10px 0
}

/* succusse story*/
.forever,
.memory {
    padding: 5px;
    text-align: center
}

.success-story {
    width: 50%;
    margin: auto;
    padding: 20px 0px;
}

.contact-section .contact-item .content .ccr-name {
    font-size: 22px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 30px
}

.bold {
    font-weight: 600
}

.contact-section .contact-item .content .ccr-detail {
    font-size: 15px;
    color: #a2a2a2;
    line-height: 25px
}

.contact-section .newsletter {
    padding: 42px
}

.contact-section .newsletter label {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #fff
}

.contact-section .newsletter .input {
    width: 75%;
    display: inline-block;
    position: relative;
    margin-left: 30px
}

.contact-section .newsletter .input input {
    width: 100%;
    padding: 20px !important;
    margin: 0 !important;
    border: 3px solid #f25736;
    border-radius: 5px
}

.contact-section .newsletter .input button.submit {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -26px;
    padding: 15px 20px;
    background-color: #ff6f50;
    color: #fff;
    outline: 0;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px
}

#map {
    height: 620px
}

/*.footer-top {
    background-image: url(../Images/stage-decoration.jpg?v=1.0);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}*/
.footer-top {
    position: relative;
    width: 100%;
    /* display: flex; */
    /* background-image: url(../Images/footer-crackers.jfif?v=1.0); */
    /* background-size: cover; */
    padding: 30px 0px;
    /* background: linear-gradient(0deg, rgba(105,222,89,1) 0%, rgba(0,102,34,1) 100%); */
}

.footer-header {
    border-bottom: 2px solid;
    background-image: linear-gradient(#836969, black);
}

.footer-social-icon {
    display: flex;
    justify-content: space-evenly;
    padding: 15px;
    align-items: center;

}

.footer-social-icon p {
    font-size: 20px;
    color: #fff;
}

.footer-top::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* background-color: rgba(0, 0, 0, 0.60); */
}

.footer-top .footer-bg .footer-link ul li a {
    background-color: chartreuse;
    display: none
}

.footer-top .footer-logo {
    margin-top: 25px;
    display: block
}

.footer-top .footer-logo img {
    width: 60%
}

.footer-top .excerpt {
    color: #000;
    margin-bottom: 25px;
    font-size: 14px;
    /* color: #fffc9 */
}

.footer-top .excerpt b {
    font-size: 20px;
    color: #fff
}

.footer-top .social-media li a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    color: #000;
    border: 1px solid #3e3e3e;
    border-radius: 25px;
}

.footer-top .social-media li a:hover {
    background-color: #e91e63
}

.widget-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

.small-post-list .small-post-item {
    border-bottom: 1px solid #3e3e3e;
    padding: 10px 0
}

.small-post-list .small-post-item:last-child {
    border-bottom: none
}

.small-post-list .small-post-item .post-thumb {
    float: left
}

.small-post-list .small-post-item .content {
    margin-left: 95px;
    display: table
}

.small-post-list .small-post-item .content .title {
    font-size: 15px;
    font-weight: 700;
    color: #bbb;
    display: block;
    line-height: 23px;
    margin-bottom: 0;
    transition: all .25s ease-in-out
}

.small-post-list .small-post-item .content .title:hover {
    color: #ff6f50
}

.small-post-list .small-post-item .content .meta-post a,
.small-post-list .small-post-item .content .meta-post span {
    color: #7f7f7f
}

.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px
}

.tag li a {
    font-size: 15px;
    padding: 8px 15px;
    background-color: #282828;
    color: #bbb;
    display: block;
    border-radius: 3px;
    transition: all .25s ease-in-out
}

.tag li a:hover {
    background-color: #ff6f50;
    color: #fff
}

.footer-bottom {
    /* text-align: center;
    padding: 15px 0;
    background-color: #fff*/
}

.footer-bottom p {
    font-size: 15px;
    color: #7f7f7f
}

.footer-bottom p a {
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.speaker-content-h2-out-side,
.speaker-content-header-h2 .speaker-name {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.footer-bottom p a:hover {
    color: #ff6f50
}

.homepage2 .tab-content {
    width: 80%;
    float: right
}

.homepage2 .nav-tab {
    width: 16%;
    float: left;
    padding: 0;
    border: none
}

.homepage2 .event-schedule-inner .nav-tab li a strong {
    float: none;
    font-size: 48px;
    line-height: 50px
}

.homepage2 .event-schedule-inner .nav-tab li a .date {
    margin-left: 0;
    display: table
}

.homepage2 .event-schedule-inner .nav-tab li {
    border: 1px solid #ebebeb;
    margin-bottom: 0;
    overflow: visible;
    background: #fafafa;
    margin-left: 6px;
    margin-top: 6px
}

.homepage2 .event-schedule-inner .nav-tab li a {
    padding: 30px
}

.homepage2 .event-schedule-inner .nav-tab li:last-child {
    margin-left: 0
}

.homepage2 .event-schedule-inner .nav-tab li.active {
    background-color: #363636;
    color: #fff
}

.homepage2 .event-schedule-inner .nav-tab li.active>a {
    position: relative
}

.homepage2 .event-schedule-inner .nav-tab li.active>a:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 25px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #363636 transparent;
    transform: rotate(-90deg);
    display: block;
    width: 0;
    z-index: 1
}

.homepage2 .event-schedule-inner .nav-tab li.active>a:hover:after {
    border-color: #ff6f50 transparent
}

.homepage2 .tab-pane {
    background: #fff;
    padding: 6px
}

.homepage2 .schedule-item:nth-child(even),
.speaker-content-bg {
    background-color: #fafafa
}

.homepage2 .schedule-item:last-child {
    margin-bottom: 0
}

.page-sidebar .widget,
.speaker-item-h2 {
    margin-bottom: 50px
}

.event-speaker.homepage2 .section-head .header-title {
    color: #363636
}

.event-speaker.homepage2 .section-head .header-desc {
    color: #959595
}

.event-speaker.homepage2 {
    background-image: none
}

.speaker-item-h2 {
    position: relative;
    overflow: hidden
}

.speaker-pic {
    overflow: hidden
}

.speaker-pic img {
    width: 100%;
    -webkit-transition: all .2s ease-in-out
}

.speaker-item-h2:hover .speaker-pic>img {
    transform: scale(1.1)
}

.speaker-content-bg {
    height: 90px;
    position: relative
}

.speaker-content-bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #fafafa;
    z-index: 1
}

.speaker-content-h2-out-side {
    width: 100%;
    padding: 6px;
    position: absolute;
    left: 0;
    bottom: -92px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.speaker-content-h2 {
    background: #fff;
    border-radius: 3px
}

.speaker-item-h2:hover .speaker-content-h2-out-side {
    bottom: 0
}

.speaker-item-h2:hover .designation,
.speaker-item-h2:hover .speaker-name {
    color: #fff
}

.speaker-item-h2:hover .speaker-content-header-h2 {
    background-color: #ff6f50;
    color: #fff;
    border-radius: 3px;
    border-color: #ff6f50
}

.speaker-content-header-h2 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out
}

.speaker-content-header-h2 .speaker-name {
    font-size: 20px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.speaker-content-header-h2 .designation {
    font-size: 15px;
    color: #959595;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.speaker-social-h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px
}

.speaker-social-h2 .social-media li a {
    border: 1px solid #ebebeb;
    border-radius: 3px
}

.accordion-heading {
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    display: block
}

.accordion-heading.collapsed:after,
.accordion-heading:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center
}

.accordion-heading.collapsed:after {
    content: "\f103";
    font: normal normal normal 16px/1 FontAwesome;
    background-color: #fafafa;
    line-height: 29px;
    color: #363636
}

.accordion-heading:after {
    content: "\f102";
    font: normal normal normal 16px/1 FontAwesome;
    background-color: #ff6f50;
    line-height: 29px;
    padding-left: 1px;
    color: #fff
}

.accordion-heading img {
    display: inline-block;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-right: 6px
}

.accordion-heading h3 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #ff6f50;
    text-transform: uppercase;
    margin-right: 5px
}

.accordion-heading h3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #959595
}

.page-header-content {
    background-image: url(../../assets/images/bannar.jpg?v=1.0);
    position: relative;
    padding: 100px 0
}

.page-header-content .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.page-header-content-inner,
.widget.search form {
    position: relative
}

.blog-page .post-item .content .title a {
    font-size: 20px;
    text-transform: uppercase
}

.widget.search form input {
    width: 100%;
    padding: 15px 45px 13px 15px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    border-radius: 4px
}

.widget.search form span i {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    font-size: 18px;
    color: #c2c2c2;
    cursor: pointer
}

.widget .widget-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #363636;
    margin-bottom: 15px;
    text-transform: uppercase
}

.widget.catagory .catagory-list li a,
.widget.catagory .catagory-list li>span {
    background-color: #fafafa;
    border-radius: 3px;
    color: #707070;
    -webkit-transition: all .15s ease-in-out
}

ul.widget-nav-tabs.widget-title {
    margin-bottom: 30px
}

.widget.catagory .catagory-list li {
    padding: 6px 0
}

.widget.catagory .catagory-list li a {
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block
}

.widget.catagory .catagory-list li>span {
    float: right;
    padding: 5px 8px
}

.widget.catagory .catagory-list li:hover>a,
.widget.catagory .catagory-list li:hover>span {
    background-color: #ff6f50;
    color: #fff
}

.widget.catagory .catagory-list li a i {
    margin-right: 6px;
    color: #c9c9c9
}

.twitter-widget-item:first-child {
    padding-top: 0
}

.twitter-widget-item {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1
}

.twitter-widget-item .post-thumb {
    width: 46px;
    height: 46px;
    float: left;
    margin-top: 6px
}

.post-thumb img {
    width: 100%
}

.twitter-widget-item .content {
    margin-left: 60px
}

.twitter-widget-item .content p {
    font-size: 15px;
    color: #636363;
    line-height: 24px
}

.twitter-widget-item .content p a {
    color: #363636;
    font-weight: 700;
    -webkit-transition: all .15s ease-in-out
}

.twitter-widget-item .twitter-link {
    font-size: 15px;
    color: #00aced;
    line-height: 24px
}

.tag-area .tag li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.tag-area .tag li a:hover {
    background: #ff6f50;
    color: #fff
}

.tag-area .tag li a {
    padding: 8px 15px;
    background: #fafafa;
    color: #606060;
    font-size: 15px;
    display: block;
    -webkit-transition: all .15s ease-in-out
}

.widget-nav-tabs li {
    display: inline-block
}

.widget-nav-tabs li a {
    font-size: 15px;
    border: 1px solid #ebebeb;
    padding: 9px 15px;
    border-radius: 3px
}

.widget-nav-tabs li.active a {
    background-color: #ff6f50;
    color: #fff;
    border-color: #ff6f50
}

.widget-tab .small-post-list .post-item .post-thumb {
    width: 90px;
    height: 80px;
    float: left
}

.widget-tab .small-post-list .small-post-item {
    border-bottom: none;
    padding: 10px 0;
    overflow: hidden
}

.widget-tab .small-post-list .small-post-item .content {
    margin-left: 105px;
    display: table
}

#wrap {
    display: inline-block;
    height: 60px;
    padding: 0;
    position: relative
}

#wrap:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 1px;
    bottom: 0
}

#wrap input[type=text] {
    height: 30px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    border: none;
    outline: 0;
    color: #fff;
    padding: 3px 60px 3px 3px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    z-index: 3;
    transition: width .4s cubic-bezier(0, .795, 0, 1);
    cursor: pointer;
    margin: 15px 0
}

#wrap input[type=text]:focus:hover {
    border-bottom: 1px solid #BBB
}

#wrap input[type=text]:focus {
    width: 400px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text
}

#wrap input[type=submit] {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: red;
    float: right;
    background: 0 0;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: .4;
    cursor: pointer;
    transition: opacity .4s ease;
    margin: 15px 0
}

#wrap input[type=submit]:hover {
    opacity: .8
}

.cotn_principal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfd8dc;
    background: -moz-linear-gradient(-45deg, #cfd8dc 0, #607d8b 100%, #b0bec5 100%);
    background: -webkit-linear-gradient(-45deg, #cfd8dc 0, #607d8b 100%, #b0bec5 100%);
    background: linear-gradient(135deg, #cfd8dc 0, #607d8b 100%, #b0bec5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cfd8dc', endColorstr='#b0bec5', GradientType=1)
}

.cont_back_info,
.cont_forms {
    height: 280px;
    overflow: hidden
}

.cont_centrar {
    position: relative;
    float: left;
    width: 100%
}

.cont_back_info,
.cont_login {
    position: relative;
    width: 640px
}

.cont_login {
    left: 50%;
    margin-left: -320px
}

.cont_forms,
.cont_forms_active_login {
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.cont_back_info {
    float: left;
    background-color: #fff;
    margin-top: 100px;
    box-shadow: 1px 10px 30px -10px rgba(0, 0, 0, .5)
}

.cont_forms {
    position: absolute;
    top: 100px;
    width: 320px;
    background-color: #eee;
    transition: all .5s
}

.cont_forms_active_login,
.cont_forms_active_sign_up {
    box-shadow: 1px 10px 30px -10px rgba(0, 0, 0, .5);
    height: 420px;
    top: 20px
}

.cont_forms_active_login {
    transition: all .5s
}

.cont_forms_active_login>.cont_img_back_,
.cont_forms_active_sign_up {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.cont_forms_active_sign_up {
    left: 320px;
    transition: all .5s
}

.btn_login,
.btn_sign_up {
    box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, .4);
    display: block;
    cursor: pointer
}

.cont_img_back_,
.cont_img_back_grey {
    top: -80px;
    left: -116px;
    position: absolute
}

.cont_img_back_grey {
    width: 950px
}

.cont_img_back_grey>img {
    width: 100%;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    opacity: .5
}

.cont_img_back_ {
    width: 950px
}

.cont_img_back_>img {
    width: 100%;
    opacity: .6
}

.cont_forms_active_login>.cont_img_back_ {
    top: 0;
    transition: all .5s
}

.cont_form_login,
.cont_forms_active_sign_up>.cont_img_back_ {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.cont_forms_active_sign_up>.cont_img_back_ {
    top: 0;
    left: -435px;
    transition: all .5s
}

.cont_info_log_sign_up {
    position: absolute;
    width: 640px;
    height: 280px;
    top: 100px;
    z-index: 1
}

.cont_forms_active_login,
.cont_forms_active_sign_up {
    z-index: 2
}

.col_md_login {
    position: relative;
    float: left;
    width: 50%
}

.col_md_login>h2 {
    font-weight: 400;
    margin-top: 70px;
    color: #757575
}

.col_md_login>p {
    font-weight: 400;
    margin-top: 15px;
    width: 80%;
    color: #37474F
}

.btn_login {
    background-color: #e3227c;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    color: #fff;
    margin: 10px auto 0
}

.col_md_sign_up {
    position: relative;
    float: left;
    width: 50%
}

.cont_ba_opcitiy>h2 {
    font-weight: 400;
    color: #fff;
    font-size: 25px;
    text-align: center
}

.cont_ba_opcitiy>p {
    font-weight: 400;
    margin-top: 15px;
    color: #fff
}

.cont_ba_opcitiy {
    position: relative;
    background-color: rgba(120, 144, 156, .55);
    width: 80%;
    border-radius: 3px;
    margin: 60px auto 0;
    text-align: center;
    padding: 15px 0
}

.btn_sign_up {
    background-color: #ef5350;
    border: none;
    padding: 15px;
    width: 30%;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto 0
}

.cont_form_login,
.cont_form_sign_up {
    position: absolute;
    width: 320px;
    opacity: 0;
    display: none
}

.btn_sign_up a,
.btn_sign_up a:active,
.btn_sign_up a:hover {
    color: #fff
}

@-webkit-keyframes animar_fondo {
    from {
        -webkit-transform: scale(1) translate(0);
        -moz-transform: scale(1) translate(0);
        -ms-transform: scale(1) translate(0);
        -o-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }

    to {
        -webkit-transform: scale(1.5) translate(50px);
        -moz-transform: scale(1.5) translate(50px);
        -ms-transform: scale(1.5) translate(50px);
        -o-transform: scale(1.5) translate(50px);
        transform: scale(1.5) translate(50px)
    }
}

@-o-keyframes identifier {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-moz-keyframes identifier {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes identifier {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.cont_form_login {
    transition: all .5s
}

.cont_form_sign_up {
    float: left;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cont_form_sign_up .nice-select,
.cont_form_sign_up>input,
.cont_form_sign_up>select,
input,
select {
    font-size: 13px;
    width: 90%;
    border: none;
    background: rgba(255, 255, 255, .58);
    color: #757575
}

.cont_form_sign_up .nice-select {
    padding: 3px 15px;
    margin: 20px 5% 0;
    text-align: left
}

.cont_form_sign_up>input,
.cont_form_sign_up>select {
    text-align: left;
    padding: 10px;
    margin: 20px 5% 0
}

.cont_form_sign_up>h2 {
    margin-top: 20px;
    font-weight: 400;
    color: #757575;
    text-align: center
}

/*input,
select {
    padding: 15px;
    margin: 20px 5% 5%;
    text-align: left
}*/

.cont_form_login>h2 {
    margin-top: 80px;
    font-weight: 400;
    color: #757575;
    text-align: center
}

.cont_form_login>a,
.cont_form_sign_up>a {
    color: #757575;
    position: relative;
    float: left;
    margin: 10px 10px 10px 30px
}

@media(max-width:600px) {
    .advance{
        margin-top: 0px !important;
    }
    .cont_info_log_sign_up,
    .cont_login {
        width: 350px
    }

    .cont_login {
        position: relative;
        left: inherit;
        margin: 0 auto
    }

    .col_md_login,
    .col_md_sign_up {
        width: 100%
    }

    .cont_ba_opcitiy {
        width: 90%;
        margin-top: 10px
    }

    .cont_back_info {
        width: 350px;
        height: 200px
    }

    .cont_form_login,
    .cont_form_sign_up,
    .cont_forms {
        width: 350px
    }

    .cont_forms_active_sign_up {
        left: 0;
        top: 50px
    }

    .cont_form_sign_up>h2 {
        font-size: 16px
    }

    .btn_sign_up {
        width: 55% !important;
    }
}

@media(max-width:375px) {

    .cont_info_log_sign_up,
    .cont_login {
        width: 300px
    }

    .cont_login {
        position: relative;
        left: 0;
        margin-left: 0
    }

    .col_md_login,
    .col_md_sign_up {
        width: 100%
    }

    .cont_ba_opcitiy {
        width: 90%;
        margin-top: 10px
    }

    .cont_back_info {
        width: 300px;
        height: 200px
    }

    .cont_form_login,
    .cont_form_sign_up,
    .cont_forms {
        width: 300px
    }

    .cont_forms_active_sign_up {
        left: 0;
        top: 50px
    }

    .cont_form_sign_up>h2 {
        font-size: 16px
    }
    .btn_sign_up {
        width: 55% !important;
    }
}

.schedule-item div[class*=col-] {
    padding: 0 10px 8px !important
}

.schedule-item div[class*=col-].ProImage .img {
    width: 100%;
    border: 2px solid #e26a50;
    margin-top: 5px
}

.schedule-item div[class*=col-].ProImage .img img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    max-height: 120px
}

.schedule-item div[class*=col-].ProImage a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 3px 2px;
    background: rgba(225, 103, 76, .98);
    text-align: center
}

.schedule-item div[class*=col-].ProImage .item a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 3px 2px;
    background: 0 0;
    text-align: center
}

.RowClear {
    width: 100%;
    clear: both
}

.RowClear label.label {
    width: 120px;
    float: left;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    position: relative
}

.RowClear label.label:before {
    content: ":";
    position: absolute;
    right: 8px;
    font-size: 13px;
    font-weight: 600;
    top: 1px
}

.RowClear label:hover:before {
    border: 0 !important
}

.RowClear .info {
    width: auto;
    letter-spacing: .3px;
    font-size: 13px;
    float: left
}

.item-inner.event-session .RowClear:last-child .info,
.item-inner.event-session .RowClear:last-child label {
    font-weight: 600
}

.schedule-item.header {
    padding: 5px 15px;
    z-index: 999
}

.schedule-item.header.CustomHed {
    height: 40px;
    margin-top: 0px
}

.schedule-item.header.CustomHed h2 {
    line-height: 30px
}

.schedule-item.header h2 {
    font-size: 25px;
    color: #600712;
    text-align: left;
    text-shadow: 1px 1px #b78f48;
}

.schedule-wrapper .search_for span i {
    font-size: 15px
}

.schedule-wrapper .search_for {
    text-align: left;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 13px
}

.schedule-wrapper .search_for a {
    color: #771f0c;
    font-weight: 600;
    font-size: 12px;
    float: right
}

.schedule-wrapper .search_for span {
    color: #363636;
    font-weight: 500
}

.cursor {
    cursor: pointer
}

.UpPhotoBody {
    background: #fff;
    padding: 15px 0;
    margin-top: 10px
}

.mdi-17:before {
    font-size: 17px
}

.search_for_more {
    background: #fff;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    color: #363636;
    margin-bottom: 10px;
    display: none
}

.search_for_more .search_detail {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    padding: 5px
}

.search_for_more .search_detail .RowClear {
    width: calc(100% / 2)
}

.TopBannerCommn {
    height: 200px;
    width: 100%;
    position: relative;
    background: url(../images/Bg-2.jpg?v=1.0) top center fixed;
    background-size: 100%;
    display: flex;
    flex-flow: column-reverse
}

.BgOverly {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5
}

.cluster_wrap {
    text-align: left;
    padding: 5px 0
}

.bgWhite {
    background: #fff
}

.refine_title {
    padding: 5px 10px;
    background: #e26a50;
    color: #fff;
    font-size: 15px
}

.rsearch1 {
    margin-bottom: 4px
}

.rsearch1 .rsearch-header.pos_rel {
    padding: 2px 5px;
    background: #fff;
    border-bottom: 2px solid #e26a508c;
    cursor: pointer;
    position: relative;
    font-size: 14px
}

.rsearch1 .rsearch-option {
    padding: 10px 5px 5px;
    background: #fff
}

.RformS .RowClear label,
.rsearch1 .rsearch-option ul form li label {
    margin: 0;
    font-weight: 400;
    outline: 0
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 1.3em;
    line-height: .8;
    color: #e26a50;
    transition: all .2s
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type=checkbox]:disabled:checked+label:before,
[type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type=checkbox]:disabled:checked+label:after {
    color: #999
}

[type=checkbox]:disabled+label {
    color: #aaa
}

[type=checkbox]:checked:focus+label:before,
[type=checkbox]:not(:checked):focus+label:before {
    border: 2px dotted #e26a50
}

.RformS .RowClear label:hover:before,
label:hover:before {
    border: 2px solid #e7a293 !important
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e26a50;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.AddVerColBody {
    width: 100%
}

.AddVerImgSec {
    width: 100px;
    margin-right: 10px;
    float: left
}

.AddVertiseSec img {
    margin: 2px;
    padding: 4px;
    width: 100%;
    height: 100%;
    border: 1px solid #e26a50
}

.AddVertiseSec {
    margin-top: 10px !important
}

.AddVertiseSec .RowClear {
    display: flex;
    padding: 5px 10px;
    background: #fff;
    margin-bottom: 5px;
    text-align: left
}

.AddVertiseSec h1,
.ServicesSectionBody h1 {
    font-size: 16px;
    text-transform: capitalize;
    padding: 3px 5px;
    background: #fff;
    border-bottom: 3px double #ccc;
    text-align: left
}

.tab-content .tab-pane {
    display: none
}

.tab-content .active {
    display: block
}

.stepper .nav-tabs {
    position: relative
}

.stepper .nav-tabs>li {
    width: 100%;
    position: relative;
    /* background: #fff; */
    padding: 10px 15px;
    display: none
}

.stepper .nav-tabs>li .tooltip {
    display: none !important
}

.stepper .nav-tabs>li:after {
    content: '';
    position: absolute;
    /* background: #ff6f50; */
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    z-index: 1
}

.stepper .nav-tabs>li.completed.active a {
    color: #34bc9b
}

.stepper .nav-tabs>li.completed::after {
    background: #34bc9b
}

.stepper .nav-tabs>li:last-child::after {
    background: 0 0
}

.stepper .nav-tabs>li.active:last-child .round-tab {
    background: #34bc9b
}

.stepper .nav-tabs>li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block
}

.stepper .nav-tabs [data-toggle=tab] {
    width: auto;
    height: 25px;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    color: #f1f1f1;
    background: 0 0;
    line-height: 23px;
    font-size: 18px;
    font-weight: 500;
    text-align: left
}

.stepper .nav-tabs [data-toggle=tab]:hover {
    background: 0 0;
    border: none
}

.stepper .nav-tabs>.active>[data-toggle=tab],
.stepper .nav-tabs>.active>[data-toggle=tab]:focus,
.stepper .nav-tabs>.active>[data-toggle=tab]:hover {
    color: #8e5c17;
    cursor: default;
    border: none;
    /* text-align: center; */
    font-size: x-large;
    text-shadow: 1px 1px #000000;
}

.stepper .tab-pane {
    position: relative;
    padding-top: 10px
}

.stepper .nav-tabs>li[class*=disabled],
.stepper .nav-tabs>li[class*=completed] {
    display: none
}

.stepper .nav-tabs>li[class*=active] {
    display: block
}

.stepper .round-tab {
    line-height: 22px;
    display: inline-block;
    background: 0 0;
    color: #34bc9b;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px
}

.stepper .completed .round-tab {
    background: #34bc9b
}

.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block
}

.SectionHeading,
.ServicesSectionBody .RowClear {
    margin-bottom: 10px
}

.stepper .active .round-tab::after,
.stepper .disabled .round-tab::after {
    display: none
}

.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b
}

.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1
}

.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3
}

.SectionHeading {
    background: #e26a50;
    padding: 5px 10px;
    text-align: left
}

.SectionHeading h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 500
}

.DisplyFlex {
    display: flex !important
}

#ServicesSection {
    background: #eef1f5;
    width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -325px;
    z-index: 99999999;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
    -webkit-transition: right 1s;
    transition: right 1s;
    -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
    border: 1px solid rgba(23, 24, 26, .15);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 2px solid #ff6f50
}

.ServicesSectionContainer {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1
}

#ServicesSection .style-toggle {
    width: 40px;
    height: 150px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px 0 0 2px;
    position: absolute;
    top: 50%;
    text-shadow: 0 0 0;
    font-weight: 400;
    opacity: 1;
    z-index: 0;
    color: #333;
    box-shadow: -3px 0 5px -2px rgba(0, 0, 0, .14)
}

.style-toggle.close {
    left: -42px
}

.style-toggle.open {
    left: -45px
}

.ServicesSectionHeading h1 {
    font-size: 25px;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    color: #000
}

.ServicesSectionBody {
    width: 100%;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 99vh !important;
    display: block !important
}

.ServicesSectionBody .AddVerColBody {
    background: #fff;
    padding: 10px;
    text-align: justify
}

.DescSec {
    font-size: 13px;
    padding: 5px;
    width: 100%
}

.gallery {
    width: 100%;
    height: auto
}

.gallery li.item {
    width: calc(100% / 4 - 1.5%);
    height: 300px;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 6px;
    display: flex
}

.gallery li.item a,
.gallery li.item a div {
    width: 100%
}

.transform {
    -webkit-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    -moz-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    -o-transition: all .25s cubic-bezier(.2, .31, .36, 1);
    transition: all .25s cubic-bezier(.2, .31, .36, 1)
}

.gallery img {
    position: relative;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 100%
}

.gallery .info {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: #000;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.AfterSearchIcon,
.gallery .title {
    position: relative
}

.gallery .info:before {
    content: '';
    background: url(../../images/sep-1.png?v=1.0)
}

.gallery .title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    top: 45%
}

.navbar-default .navbar-brand {
    color: #fff;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin: 3px 0;
    height: auto
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    color: #000;
    transition: .3s ease
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #D32F2F!important;
        background-color: transparent !important;
    }

.SearchInputHeader {
    width: 200px;
    padding: 3px 5px 3px 30px;
    margin: 10px 0;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #e26a50;
    border-radius: 20px;
    background: rgba(255, 255, 255, .36);
    outline: 0
}

.AfterSearchIcon:before {
    content: "\F349";
    font: normal normal normal 18px/1 "Material Design Icons";
    position: absolute;
    color: #fff;
    top: 17px;
    left: 9px
}

.navbar-nav input::-webkit-input-placeholder {
    color: #fff
}

.navbar-nav input::-moz-placeholder {
    color: #fff
}

.navbar-nav input:-ms-input-placeholder {
    color: #fff
}

.navbar-nav input:-moz-placeholder {
    color: #fff
}

.navbar-nav>li>a.HeaderProfileImgThumb {
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px 0 5px 10px
}

.navbar-nav>li>a.HeaderProfileImgThumb img {
    width: 100%;
    height: 100%
}

.navbar-default .navbar-nav.NextRowPaddingAnc>li>a {
    color: #363636;
    padding: 10px
}

.navbar-default .navbar-nav.FontSize20>li>a {
    font-size: 20px;
    color: rgba(226, 106, 80, .69)
}

.Bg-eef1f5 {
    background: #eef1f5
}

.BoxShadowLightBlue {
    box-shadow: 0 1px 2px 0 #eef1f5
}

.ThemeColorBoxShadow {
    box-shadow: 0 1px 2px 0 #e26a50
}

.dropdown-menu .list-details {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
    position: relative
}

li.list-details {
    line-height: 22px;
    transition: background-color .3s
}

ul.dropdown-menu.Notify li a {
    padding: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.list-details>a>.pro-images>img {
    border: 1px double grey;
    margin-right: 7px
}

.img-circle {
    border-radius: 50%
}

.list-details>a>h5 {
    font-weight: 700;
    margin: 0 0 5px;
    clear: none
}

.indigo-text {
    color: #3f51b5 !important
}

.list-details>a>p {
    font-size: 11px;
    font-weight: 600;
    color: #222
}

nav ul a span.badge {
    line-height: 17px;
    margin: 5px 0 0
}

span.badge {
    font-weight: 300;
    background-color: #26a69a;
    border-radius: 2px;
    height: 17px;
    margin-top: 5px
}

.dropdown-menu.Notify {
    height: 260px;
    min-width: 235px;
    padding: 0;
    border: 0;
    box-shadow: 0 0 0 1px rgba(39, 44, 48, .05), 0 2px 7px 1px rgba(39, 44, 48, .16);
    -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, .05), 0 2px 7px 1px rgba(39, 44, 48, .16)
}

span.badge {
    min-width: 3rem;
    padding: 0 8px;
    text-align: center;
    font-size: 11px;
    line-height: inherit;
    color: #fcfcfc;
    position: static;
    right: 15px
}

.dropdown-menu.Notify>li>a:focus,
.dropdown-menu.Notify>li>a:hover {
    background-color: #eef1f5;
    color: #04295a
}

li.list-details>a>.tasks>i.fa {
    line-height: 25px;
    float: left;
    width: 27px;
    height: 27px;
    margin: 3px 5px 0 0;
    border-radius: 50px;
    font-size: 17px;
    background: #26a69a;
    color: #fff;
    text-align: center
}

.blue-grey {
    background-color: #607d8b !important
}

body.ParnerProfile {
    /*padding-top: 100px*/
}

.ParnerProfile .navbar-fixed-bottom,
.ParnerProfile .navbar-fixed-top {
    position: fixed !important
}

.ParnerProfile .PartnerProfileHeader {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    box-shadow: 0 0 1px 0 #eef1f5
}

.ParnerProfile .PartnerProfileHeader.spBottom {
    padding: 12px;
    margin: 10px;
    box-shadow: 3px 3px 3px 3px #e9eaee;
}

.ParnerProfile .PartnerProfileHeader.spBottom div div .ManProBtnSet li {
    display: inline-block
}

.ParnerProfile .PartnerProfileHeader.spBottom div div .btnSetHead {
    font-size: 15px;
    line-height: 30px;
    color: #ff6f50
}

.ParnerProfile .PartnerProfileHeader .ProfileImage {
    width: 150px;
    min-height: 160px;
    max-height: 160px;
    background: #fff;
    float: left;
    border: 2px solid #eef1f5;
    position: relative;
    top: -35px;
    overflow: hidden;
    box-shadow: none;
    align-items: center;
    margin: 0 auto;
    left: 5%;
    display: flex
}

.ParnerProfile .PartnerProfileHeader .ProfileImage.MyProfileImg {
    top: 0;
    width: 130px
}

.AboutHerSec {
    min-height: 50px;
    padding: 10px 0
}

.AboutHerSec .RowSmAbout {
    line-height: 25px;
    font-size: 13px
}

.ParnerProfile .PartnerProfileHeader.spBottom div .btn-row {
    padding: 0 2px
}

.ParnerProfile .PartnerProfileHeader .ProfileInfo {
    width: auto;
    float: left;
    padding-left: 10px;
    margin-top: 20px
}

.ParnerProfile .PartnerProfileHeader .ProfileInfo .PartnerName {
    display: block;
    padding: 5px 0 0 5px;
    width: 100%;
    font-size: 19px;
    color: #311008
}

.PartnerProfileHeader div .ProfileHeadRow:after {
    content: '';
    /* height: 5px; */
    background: #eef1f5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px
}

.PartnerProfileHeader div .ProfileHeadRow {
    padding: 5px 0 5px 18%;
    margin-bottom: 5px
}

.max-height125px {
    max-height: 125px
}

.PartnerProfileHeader div .ProfileHeadRow .PartnerName {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700
}

.PartnerID {
    padding-left: 5px
}

.PartnerProfileHeader div .ProfileHeadRow .text-info-sm {
    padding: 0 5px;
    font-size: 13px;
    border-right: 2px solid #eef1f5;
    color: #07d507
}

.btn.btn-themeColor,
.btn.btn-themeColor:active,
.btn.btn-themeColor:focus,
.btn.btn-themeColor:hover,
.btn.btn-themeColor:visited {
    color: #fff;
    outline: 0
}

.PartnerProfileHeader div .ProfileHeadRow .text-info-sm:last-child {
    border: 0
}

.ParnerProfile .PartnerProfileHeader div[class*=col-] .btn-outline-themeColor,
.ParnerProfile .PartnerProfileHeader div[class*=col-] .btn-themeColor,
.event-schedule-speaker .btn.btn-outline-themeColor,
.event-schedule-speaker .btn.btn-themeColor {
    width: 49%;
    margin: 10px .5% 0;
    /*border-radius: 50px*/
}

.btnPartnerProfilePicUpload,
.btnPartnerProfilePicUpload:hover:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.btn.btn-themeColor {
    background-color: #e26a50;
    border-color: #e26a50
}

.btn-outline-themeColor {
    color: #e26a50;
    background-color: transparent;
    background-image: none;
    border-color: #e26a50;
    outline: 0
}

.m0 {
    margin: 0
}

.btn-outline-themeColor:hover {
    color: #fff !important;
    background-color: #e26a50;
    border-color: #e26a50
}

.btn-outline-themeColor.focus,
.btn-outline-themeColor:focus {
    outline: 0
}

.btn-outline-themeColor:not([disabled]):not(.disabled).active,
.btn-outline-themeColor:not([disabled]):not(.disabled):active,
.show>.btn-outline-themeColor.dropdown-toggle {
    color: #fff;
    background-color: #e26a50;
    border-color: #e26a50;
    outline: 0
}

.btnPartnerProfilePicUpload:hover:before {
    content: "\F100";
    font: normal normal normal 30px/1 "Material Design Icons";
    color: #fff;
    text-align: center;
    line-height: 100px;
    background: rgba(0, 0, 0, .25)
}

.txtPartnerProfilePicUpload {
    display: none !important
}

.NextRowPaddingAnc li a i {
    position: relative
}

.NextRowPaddingAnc li a i span {
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 20px;
    height: 20px;
    background-color: #FF6B6B;
    position: absolute;
    top: -6px;
    right: -10px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    font-family: Roboto, sans-serif;
    color: #FFF;
    font-weight: 700;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.navbar-default .navbar-nav.NextRowPaddingAnc>.active>a,
.navbar-default .navbar-nav.NextRowPaddingAnc>.active>a:hover,
.navbar-default .navbar-nav.NextRowPaddingAnc>li>a:focus,
.navbar-default .navbar-nav.NextRowPaddingAnc>li>a:hover {
    color: #e26a50
}

.NextRowPaddingAnc li a:hover i span.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.NextRowPaddingAnc li a:hover i span.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes rubberBand {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.ProfileCard {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}

.ProfileCard .CardBody {
    padding: 15px
}

.PRNone {
    padding-right: 0 !important
}

.PaddingLeftNone {
    padding-left: 0 !important;
    padding-right: 5px
}

.PaddingRightNone {
    padding-right: 0 !important;
    padding-left: 5px
}

.ProfileCard .CardBody .media img {
    width: 60px;
    margin: 0;
    height: 60px;
    border-radius: 50px;
    float: left
}

.ProfileCard .CardBody .media .price {
    float: left;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    color: #4765AB;
    padding-left: 10px
}

.ProfileCard .CardBody .media .price span {
    display: block
}

.ProfileCard .CardBody .media .price span.CardProfileName {
    line-height: 20px
}

.ProfileCard .CardBody .media .price span.CardProfileReligin,
.ProfileCard .CardBody .media .price span.CarfProfileLive {
    font-size: 13px;
    line-height: 16px;
    color: #363636
}

.ProfileCard .CardBody .media .price a {
    font-size: 12px;
    position: absolute;
    bottom: 3px;
    right: 8px
}

.AdvCard {
    height: 185px;
    background: #fff;
    margin-bottom: 10px;
    transition: box-shadow .3s ease
}

.AdvCard:hover {
    box-shadow: 0 0 8px 4px #eef1f5
}

.ProfileCard .NTitle {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #e26a50;
    position: relative;
    background: #fff;
    padding: 6px 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProfileCard .NTitle .NTitleBorder {
    content: '';
    position: absolute;
    background: #cccccc;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 1
}

.ProfileCard .NTitle a {
    font-size: 12px
}

.TabPanel {
    margin-bottom: 20px
}

.PageHeading h5 {
    font-size: 17px;
    line-height: 30px;
    color: #ff6341;
    border-bottom: 2px solid #cbd1da;
    padding-left: 10px;
    margin-top: 5px
}

.TabPanel .nav-pills>li+li {
    margin: 0
}

.TabPanel .nav-pills>li>a {
    border-bottom: 2px solid #cbd1da;
    border-radius: 0 !important;
    padding: 6px 15px;
    font-size: 15px
}

.TabPanel .nav-pills>li>a:focus,
.TabPanel .nav-pills>li>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #8a0402;
}

.TabPanel .nav-pills > li.active > a,
.TabPanel .nav-pills > li.active > a:focus,
.TabPanel .nav-pills > li.active > a:hover {
    color: #fff;
    /* border-bottom: 2px solid #ff6f50; */
    /* background: 0 0; */
    font-size: 15px;
    background: #D32F2F;
}

.TabPanel .nav-pills {
    position: relative;
    background-color: #f75050;
}

.TabPanel .nav-pills:before {
    position: absolute;
    bottom: 0;
    background: #cbd1da;
    width: 100%;
    height: 2px
}

.CardBody .personal-info {
    margin-top: 20px
}

.CardBody .personal-info li label {
   /*  width: 25%; */
    color: #000;
    float: left;
    padding: 4px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
    font-weight: 500;
    font-size:12px;
    display:block;
   width:100%;
}

.CardBody .personal-info li label span {
    display: inline-block;
    float: right;
    padding-top: 0
}

.CardBody .personal-info li span {
    float: left;
    width: auto;
    display: block;
    font-weight: 400;
    color: #000
}

.CardBody .personal-info li {
    margin-bottom: 2px
}

.CardBody .personal-info li input,
.CardBody .personal-info li select {
    margin: 0;
    padding: 3px 6px;
    border: 1px solid #eef1f5;
    width: 63%
}

.CardBody .personal-info li {
    font-size: 13px;
    overflow: hidden;
    padding: 0 5px
}

.btnDataEdit {
    /*width: 100px;
    line-height: 25px;
    height: 25px;*/
    display: block;
    float: right;
    text-align: center;
    transition: all .3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.btnDataEdit:hover {
    /* background: rgba(226, 106, 80, .27); */
    color: #000000;
    /* border-radius: 2px */
}

.btnDataEdit:before {
    line-height: 28px
}

.TabMyMatches .schedule-item {
    margin-bottom: 10px
}

.TabMyMatches .schedule-item .item-inner.event-session {
    margin: 0
}

.TabMyMatches .schedule-item .item-inner.event-session .RowClear label.label {
    padding: 3px 5px
}

.card {
    position: relative
}

.media .fav-box {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 4px;
    color: #E74C3C
}

.media .fav-box .FontIconHeart::before {
    content: "\F2D5";
    font: normal normal normal 24px/1 "Material Design Icons";
    transition: .3s ease
}

.media .fav-box .FontIconHeart.active::before,
.media .fav-box:hover .FontIconHeart::before {
    content: "\F2D1";
    font: normal normal normal 24px/1 "Material Design Icons";
    transition: .3s ease
}

.ProfileCard .CardBody .media.card {
    transition: all .3s ease
}

.ProfileCard .CardBody .media.card:hover,
.TabMyMatches .schedule-item:hover {
    box-shadow: 0 0 8px 4px #f9ece9
}

.navbar-nav>li:focus {
    outline: 0
}

.NextRowPaddingAnc li a i.ndropUserImg {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 40px;
    height: 40px;
    background-color: #d8dce6;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
    position: inherit;
    vertical-align: top
}

.display-flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.labelIdSearch {
    display: block;
    float: left;
    padding: 10px;
    font-size: 15px;
    margin: 0;
    width: 20%
}

.width80per {
    width: 80%
}

.width70per {
    width: 70%
}

.width30per {
    width: 30%
}

.mb5 {
    margin-bottom: 5px
}

.txtIdSearch {
    border: 1px solid;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 500
}

.txtIdSearch::placeholder {
    color: #ddd;
    font-size: 13px;
    font-weight: 500
}

.display-inline-block {
    display: inline-block
}

.TextBlock p {
    font-size: 12px
}

.TextBlock .NotyName {
    font-size: 14px;
    color: #e26a50;
    font-weight: 600
}

.spnMsgTime {
    position: absolute;
    top: 10px;
    right: 15px
}

.dropdown-menu>li>a {
    padding: 5px 20px
}

.dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #cc2400;
    text-decoration: none;
    background-color: #efcec6;
    outline: 0
}

.ui-tooltip {
    display: none !important
}

.p-0 {
    padding: 0 !important
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 20px;
    margin-bottom: 50px
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    width: 4px;
    background: #d7e4ed
}

@media only screen and (min-width:1170px) {
    #cd-timeline::before {
        left: 5%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1170px) {
    .cd-timeline-block {
        margin: 4em 0
    }

    .cd-timeline-block:first-child {
        margin-top: 0
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

.cd-timeline-img {
    position: absolute;
    top: 10px;
    left: 5%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}

.cd-timeline-img img,
.cd-timeline-img span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -10px
}

.cd-timeline-img span {
    line-height: 20px;
    text-align: center;
    font-size: 24px;
    color: #fff
}

.cd-timeline-img.cd-picture {
    background: #75ce66
}

.cd-timeline-img.cd-movie {
    background: #c03b44
}

.cd-timeline-img.cd-location {
    background: #f0ca45
}

@media only screen and (min-width:1170px) {
    .cd-timeline-img {
        width: 40px;
        height: 40px;
        left: 6%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: .25em;
    padding: 0;
    box-shadow: 0 3px 0 #d7e4ed
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff
}

@media only screen and (min-width:1170px) {
    .cd-timeline-content {
        margin-left: 10%;
        padding: 0;
        float: left;
        width: 90%;
        min-height: 100px
    }

    .cd-timeline-content::before {
        top: 24px
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent #fff transparent transparent
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }
}

.ContainerWithChat {
    width: 75%;
    float: left;
    margin-left: 7%
}

#footer {
    clear: both !important
}

.m-0 {
    margin: 0 !important
}

.image-holder {
    margin-bottom: 30px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2)
}

.contact-link,
.image-content .item-menu {
    margin-bottom: 10px
}

.image-holder .image-box {
    position: relative
}

.image-holder .image-box img {
    width: 100%;
    vertical-align: middle
}

.image-holder .date-box {
    position: absolute;
    bottom: 0;
    left: 29px;
    width: 75px;
    height: 85px;
    text-align: center;
    background: #e6296a
}

.contact-link,
.left-side,
.section-heading {
    background: #fff
}

.image-holder .date-box h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    line-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif
}

.contact-link .contact-menu li a,
.image-content h5,
.image-holder .date-box span,
.news-section.style-three .image-content p {
    font-weight: 400;
    font-family: Roboto, sans-serif
}

.image-holder .date-box span {
    font-size: 14px;
    color: #fff;
    line-height: 0
}

.image-content {
    padding: 30px
}

.image-content h5 {
    font-size: 24px;
    color: #2f323c;
    line-height: 40px
}

.image-content .item-menu li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #848484;
    line-height: 26px;
    padding-right: 15px;
    margin-right: 5px
}

.image-content .item-menu li:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    height: 11px;
    content: '';
    border-right: 1px solid #e5e5e5
}

.image-content .item-menu li span {
    color: #e6296a
}

.news-section.style-three .image-content p {
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    padding-top: 10px;
    padding-bottom: 5px
}

.contact-link {
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 35px;
    border: 1px solid #e5e5e5
}

.contact-link .contact-menu li a.active {
    color: #e6296a;
    transition: all .5s ease
}

.contact-link .contact-menu li a {
    color: #2f323c;
    font-size: 15px;
    line-height: 38px;
    margin-right: 5px;
    transition: all .5s ease
}

.contact-link li {
    display: inline-block
}

.section-heading {
    padding: 20px 0;
    margin-bottom: 20px
}

.heading-content h2 {
    position: relative;
    font-size: 25px;
    color: #363636;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 1px
}

.modal-body input[type=text] {
    margin: 0
}

.modal-body .bootstrap-select {
    width: 100%
}

.modal-body.dsl-flex-wrap {
    display: flex;
    flex-wrap: wrap
}

.full-width {
    width: 100% !important
}

.ulModal li {
    padding: 3px 23px;
    font-size: 13px;
    text-transform: capitalize;
    position: relative
}

.ulModal li:before {
    content: "\F68C";
    font-family: Material Design Icons;
    font-size: 5px;
    position: absolute;
    left: 10px;
    top: 8px;
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

.ulSoftwareService li,
.ulTermCondition li {
    font-size: 13px;
    text-transform: capitalize;
    position: relative
}

.ulCaptcha {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    display: block;
    text-align: center
}

.liCaptcha {
    width: 140px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: inline-block
}

.ulCaptcha li:last-child {
    margin-left: 0;
    padding: 5px 0 0;
    width: 200px;
    display: inline-block
}

.ulCaptcha li:last-child p {
    text-align: center;
    line-height: 10px
}

.txtCaptcha {
    padding: 3px;
    width: 100%;
    margin-bottom: 5px !important;
    border: 1px solid #ccc
}

.divModal div[class*=col-] {
    padding: 0 10px !important
}

.divModal div[class*=col-] label {
    margin-bottom: 2px;
    margin-top: 3px
}

.ulTermCondition {
    margin-left: 10px;
    margin-top: 20px;
    align-items: center;
    clear: both
}

.ulTermCondition li {
    padding-left: 25px
}

.ulModal,
.ulSoftwareService {
    margin-left: 5px
}

.ulSoftwareService li {
    padding: 2px 25px;
    cursor: pointer
}

.btn.livecht,
.custom-btn {
    text-transform: uppercase
}

.ulSoftwareService {
    margin-left: 10px
}

.ulSoftwareService li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.ulSoftwareService li:after {
    content: '✔';
    position: absolute;
    top: .2em;
    left: .2em;
    font-size: 1.4em;
    line-height: .8;
    color: #09ad7e;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
    opacity: 0;
    transform: scale(0)
}

.ulSoftwareService li.isChecked:after {
    opacity: 1;
    transform: scale(1)
}

.ulSoftwareService li:hover:before {
    border: 2px solid #4778d9 !important
}

.upPhotoBox .upImage {
    width: 120px;
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    border: 1px solid #ecebeb;
    box-shadow: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: 0 0
}

.upPhotoBox .upbtn {
    width: 120px;
    margin: 15px auto;
    border: 1px solid #f73a11;
    background: #e26a50;
    line-height: 24px;
    display: flex;
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    cursor: pointer
}

.upPhotoBox .upbtn label {
    margin: 0;
    white-space: nowrap
}

.upPhotoBox .upbtn span {
    margin-right: 8px;
    margin-left: 5px
}

input[type=file] {
    display: none
}

.upPhotoBox {
    margin: 0 20px;
    position: relative
}

.fileup-file.image .preview {
    width: 120px;
    min-height: 130px;
    max-height: 140px;
    display: flex
}

.fileup-file.image .data,
img.loading {
    display: none
}

.fileup-file {
    background-color: #fff;
    border: 0 solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 12px Verdana, Geneva, sans-serif;
    margin-top: 0;
    max-width: 120px;
    padding: 0;
    position: relative;
    overflow: hidden
}

.fileup-file.image .preview img {
    min-height: 130px;
    max-height: 140px;
    min-width: 120px
}

.upImage.queue {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.upload-info {
    padding-top: 40px;
    border-top: 1px solid #ccc
}

.info-text h3 {
    padding-bottom: 20px
}

.info-text ul li {
    padding-bottom: 17px;
    font-size: 13px
}

.map-head,
.photo-info h3 {
    padding-bottom: 20px
}

.photo {
    width: 60px;
    margin-right: 40px;
    margin-bottom: 9px;
    box-shadow: 0 1px 1px 1px #ccc
}

.google-map {
    margin-top: 40px
}

.info-text ul li i {
    margin-right: 5px
}

@media (max-width:425px) {
    .container {
        padding-right: 30px;
        padding-left: 30px
    }
    .advance{
        margin-top: 0px !important;
    }
    .ProfileCard {
        margin-top: 0px !important;
    }
    .btn_sign_up {
        width: 55% !important;
    }
}

.ProImageSlide .owl-wrapper-outer .item {
    min-height: 150px;
    max-height: 160px;
    display: flex
}

.ProImageSlide .owl-wrapper-outer .item a {
    display: flex;
    align-items: center
}

.become-sponsor.Adv {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999
}

.become-sponsor.Adv .become-sponsor-item h2 {
    line-height: 80px;
    color: #363636;
    font-size: 20px
}

.become-sponsor.Adv .custom-btn {
    border: 2px solid #ebebeb
}

#txtFChildrenCnt,
#txtLName {
    float: right;
    margin-right: 2%;
    margin-top: 2px
}

.CardBody .personal-info li input::placeholder {
    color: #ccc
}

.MainProImg {
    min-width: 19%
}

.owl-controls {
    opacity: 0
}

.ProImage:hover .owl-controls {
    opacity: 1
}

.MemberShipFeature {
    min-height: 80px;
    background: #fff;
    margin-bottom: 20px;
    padding: 8px 15px 15px
}

.MemberShipFeature .FeatureHeading {
    font-size: 18px
}

#largeModal .modal-content {
    position: inherit
}

.gOhTRd {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    left: 2px;
    width: 61px;
    height: 19px;
    background-color: #f24010d4;
    color: #fff;
    font-weight: 700;
    padding-left: 10px
}

.card {
    margin: .5rem 0 1rem;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    border: 6px solid #fff;
    width: auto
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out
}

.waves-block {
    display: block
}

.card .card-image {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px
}

.card .card-title.activator {
    cursor: pointer
}

.grey-text.text-darken-4 {
    color: #212121 !important
}

.card .card-content .card-title {
    line-height: 48px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase
}

.card-reveal {
    color: #fff;
    background-color: rgba(0, 0, 0, .7) !important
}

.card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none
}

.card .card-action+.card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

div.card-reveal span.card-title {
    color: #fff !important
}

.card .card-title {
    font-size: 20px;
    font-weight: 500
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: inline-block
}

.SectionBankDetails {
    margin-top: 80px
}

.BankDetailsWarap {
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 15px
}

.BankDetailsPara {
    font-size: 14px;
    margin-bottom: 10px
}

.BankDetailsList {
    padding-left: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0
}

.BankDetailsList li {
    padding: 0
}

.BankDetailsPanel .panel-body img {
    width: 70%;
    display: block;
    margin: 0 auto
}

.BankDetailsPanel .panel-heading {
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 600
}

.BankDetailsPanel .panel-body .flex {
    display: flex;
    align-items: center
}

.BankDetailsPanel .panel-body p {
    font-size: 14px;
    margin-bottom: 10px
}

.ListAccountDetails li * {
    margin: 0;
    letter-spacing: .5px
}

.ListAccountDetails li {
    padding: 5px;
    display: flex
}

.ListAccountDetails li:nth-child(odd) {
    background: #f5f5f5
}

.ListAccountDetails li label:first-child {
    flex: 20% 0 0
}


.btn.livecht {
    align-items: center;
    display: flex
}

.ListAccountDetails li span {
    font-weight: 700
}

.ListAccountDetails li label:last-child {
    margin-left: 10px;
    font-weight: 500
}

.clsBlur {
    -webkit-filter: blur(5px)
}

.RightForm {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
}
    .RightForm .container {
        background: rgb(255 166 166 / 70%);
        padding: 30px 20px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
        border-radius: 10px;
    }
.RightForm label{
    font-size:initial;
    color:#000;
    font-weight:500;
    margin:0 0 6px;
}
.RightForm>div>div {
    /* background: linear-gradient(#a7783b00, #af843c);
    border: 1px #ba9045 ridge; */
    /* padding-bottom: 20px;
        border-radius: 5px; */
        /*background: linear-gradient(#a7783b00, #890200);*/
    /* border: 1px #8b080600 ridge; */
}

/*.RightForm>div>div .form-control {
    margin: 10px 0;
    height: 40px !important
}*/

.RightForm>div>div h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px
}

.btn-circle {
    width: 56px;
    height: 56px;
    min-width: 56px
}

.btn.livecht {
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #03a9f4;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: inherit;
    color: rgba(255, 255, 255, .87);
    position: fixed;
    bottom: 20px;
    right: 20px;
    justify-content: center;
    z-index: 1021
}

.SeePlan,
.clsDPNote {
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    background: 0 0
}

.btn.btn-circle {
    padding: 0;
    border-radius: 50%
}

@media (max-width:600px) {
    .RightForm {
        position: inherit;
        padding: 20px 0
    }
    .RightForm .container{
        background:#fff;
        margin:0 15px;
    }
    .advance{
        margin-top: 0px !important;
    }
    .ProfileCard {
        margin-top: 0px !important;
    }
    .btn_sign_up {
        width: 55% !important;
    }
}

.clsDPNote {
    text-align: center;
    position: absolute;
    z-index: 9999999;
    top: 0;
    display: flex;
    justify-content: center;
    font-size: 14px;
    width: 100px;
    margin: 0px auto;
}

.clsDPNote::after {
    content: '\f33e';
    font-family: Material Design Icons;
    position: absolute;
    display: block;
    top: 30px;
    font-size: 22px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #e26a50;
    border: 1px solid #e26a50;
    border-bottom-color: transparent
}

.SeePlan {
    position: absolute;
    top: 0;
    display: none;
    justify-content: center;
    font-size: 15px;
    color: #000
}

.ProImageSlide .owl-wrapper-outer .item a:hover .SeePlan {
    display: flex
}

.gallery li.item .card>a {
    width: 100%;
    display: flex;
   /* height: 285px;*/
    align-items: center
}

.custom-btn {
    font-size: 15px;
    color: #363636;
    padding: 6px 15px;
    margin-right: 7px;
    border: 2px solid #ebebeb;
    background: #19506b;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.custom-btn:hover {
    border-color: #04405e !important;
    color: #084360 !important;
}

.event-schedule {
    display: block !important
}

.loginModal input[type=password].form-control,
.loginModal input[type=text].form-control {
    margin: 15px 0;
    height: 40px !important
}

.loginModal .modal-body {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap
}

.loginModal .modal-body div[class*=col-] {
    padding: 0 !important
}

.loginModal .modal-content {
    border-radius: 0
}

.loginModal .modal-content .modal-header {
    display: flex;
    background: #003d5b;
    color: #fff
}

@media (max-width: 768px) {
    .menu-shopping-cart {
        position: static;
    }
    .advance{
        margin-top: 0px !important;
    }
    .ProfileCard {
        margin-top: 0px !important;
    }
    .btn_sign_up {
        width: 55% !important;
    }
}

@media (max-width: 500px) {
    .menu-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .advance{
        margin-top: 0px !important;
        }

    .menu-area .navbar-brand>img {
        max-height: 40px;
    }
    .ProfileCard {
        margin-top: 0px !important;
    }
    .btn_sign_up {
        width: 55% !important;
    }
}

/*-------------------------------------
	12  Pricing Table  section
--------------------------------------*/
.pricing-table {
    padding: 20px 0;
}

.pricing-table-wrapper {}

.pricing-table-wrapper .price-item-outer {
    background-color: #fafafa;
    padding: 6px;
    margin-bottom: 25px;
}

.pricing-table-wrapper .price-item {}

.pricing-table-wrapper .price-item .price {
    text-align: center;
    padding: 20px 10px 20px 10px;
    border: 1px solid #ebebeb;
    position: relative;
    background-color: #fff;
}

.pricing-table-wrapper .price-item .booking-cat {
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 100%;
    text-align: center;
}

.pricing-table-wrapper .price-item .booking-cat span {
    display: inline-block;
    border: 1px solid #ebebeb;
    padding: 8px 30px;
    border-radius: 30px;
    color: #ff6f50;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pricing-table-wrapper .price p {
    font-family: 'Poppins', sans-serif;
    color: #707070;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.pricing-table-wrapper .price p>span {
    font-size: 33px;
    color: #363636;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pricing-table-wrapper .price p::first-letter {
    color: #363636;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pricing-table-wrapper .price-item ul.price-detail {
    padding-left: 40px;
    border: 1px solid #ebebeb;
    margin-top: 6px;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
    min-height: 360px;
}


.pricing-table-wrapper .price-item ul.price-detail li {
    padding: 10px 0;
    font-size: 15px;
    color: #707070;
}

.pricing-table-wrapper .price-item ul.price-detail li .price-list-icon {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: #ff6f50;
    float: left;
    line-height: 17px;
    text-align: center;
    margin-right: 12px;
    color: #fff;
    font-size: 11px;
    padding-left: 1px;
    margin-top: 3px;
}

.pricing-table-wrapper .price-item ul.price-detail li .price-list-icon.closed {
    background-color: #c9c9c9;
}

.pricing-table-wrapper .price-item .price-btn {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.pricing-table-wrapper .price-item .price-btn:hover {
    color: #ff6f50;
}

.pricing-table-wrapper .price-item:hover>.price>p::first-letter {
    color: #ff6f50;
}

.pricing-table-wrapper .price-item:hover>.price>p::first-letter {
    color: #ff6f50;
}

.pricing-table-wrapper .price-item:hover>.price p>span {
    color: #ff6f50;
}

.pricing-table-wrapper .price-item:hover .booking-cat>span {
    background-color: #ff6f50;
    color: #fff;
}

.modal-dialog {
    margin: 100px 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 100px auto;
    }
}

#divservicebody img:hover {
    -webkit-filter: blur(4px);
    /* Chrome, Safari, Opera */
    filter: blur(4px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ProImageSlide img {
    width: 123px;
    height: 160px;
}

.ProImage {
    max-width: 125px;
}
