* {
    box-sizing: border-box
}

img {
    pointer-events: none
}

body {
    font-family: 'Open Sans', sans-serif
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999
}

.preloader-img1 {
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 100px;
    margin-top: 15%
}

.preloader-img2 {
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto
}

.heading {
   font-family: 'Sofia' !important;
    text-align: center
}

.heading small {
    display: block;
    color: #333
}

.heading2 {
    text-align: left;
    font-family: 'Roboto Slab', serif !important
}

.heading2 small {
    display: block;
    color: #333
}

.line {
    width: 70px;
    height: 5px;
    background-color: #cdc8c8
}

.txtcolor1 {
    color: #b10a02
}

.txtcolor2 {
    color: #f60
}

.text-desc {
    font-size: 14px;
    margin: 20px auto;
    text-align: center;
    color: #3e3e3e
}

.outer-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.bg-gray {
    background-color: #f5f5f5
}

.text-justify {
    text-align: justify
}

.float-panel {
    width: 100%;
    z-index: 9;
    transform: translateZ(0);
    transition: all .5s
}

.fixed {
    box-shadow:0 8px 164px rgba(0, 0, 0, .2);
    animation: slide-down .7s;
    background: #ffffff !important
}

.fixed .header-wrapper {
    margin: 0;
    background: 0 0
}

.fixed .header-wrapper .navbar {
    margin: 0
}

.fixed .fa-gg {
    transform: rotate(360deg)
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        transform: translateY(0)
    }
}

.slideanim {
    visibility: hidden
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s
}

.slideanim::after {
    content: "";
    display: table;
    clear: both
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

header {
    width: 100%;
    position: absolute;
    z-index: 99;
   
}

.header-wrapper {
    background: rgba(255, 255, 255, .8);
    height: auto;
    margin: 25px 15px
}

.header-wrapper .navbar-brand {
    padding: 0;
    height: auto
}

.header-wrapper .navbar-nav {
    float: right
}

.header-wrapper .navbar {
    padding: 1px 5px
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
    border-radius: 0;
    border: none
}

.caret-down {
    font-size: 12px;
    line-height: 23px;
    margin-left: 5px
}

.navbar-default {
    background-color: #fff;
    border: hidden
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
     text-shadow: 1px 1px #FF0000;
    /*padding: 16px 8px*/
}

.navbar-default .navbar-nav > li > a:hover {
    color: #f30
}

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

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: rgba(255, 255, 255, 1);
    margin-top: 0 !important
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu > li > ul > li {
    list-style: none
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    border-left: solid 2px #f90;
    margin-bottom: 5px;
    background-color: #f7f7f7
}

.header-wrapper .dropdown-menu {
    padding: 10px
}

.header-wrapper .dropdown-menu > li > a {
    border-left: solid 2px red;
    border-right: solid 2px red;
    margin-bottom: 5px;
    background-color: #f7f7f7
}

.header-wrapper .dropdown-menu > li > a:focus,
.header-wrapper .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #fc812e
}

.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a:hover {
    text-decoration: none;
    color: #fc812e
}

.mega-dropdown-menu .dropdown-header {
    color: #b10a02;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    display: block
}

.mega-dropdown-menu form {
    margin: 3px 20px
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px
}

.occupation li {
    display: inline-block
}

.login-btn {
    color: #fff !important;
    background-color: #f53100;
    padding: 7px 15px !important;
    margin: 9px
}

.login-btn:focus,
.login-btn:hover {
    color: #fff !important;
    background-color: #a32100 !important;
    text-decoration: none
}

.fixed .header-wrapper {
    padding: 0 15px
}

.carousel-inner {
    position: static !important
}

.bs-slider {
    overflow: hidden;
    position: relative;
    background: #000
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.bs-slider > .carousel-inner > .item > a > img,
.bs-slider > .carousel-inner > .item > img {
    margin: auto
}

.fade {
    opacity: 1
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.fade .item:first-child {
    top: auto;
    position: relative
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.control-round:hover .carousel-control {
    opacity: 1
}

.control-round .carousel-control.left {
    left: 1%
}

.control-round .carousel-control.right {
    right: 1%
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, .5);
    border: 0 transparent
}

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%
}

.indicators-line > .carousel-indicators {
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
    transition: all .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.slide_style_left {
    text-align: left !important
}

.slide_style_right {
    text-align: right !important
}

.slide_style_center {
    text-align: center !important
}

.slide-text {
    left: 0;
    position: absolute;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    padding-top: 100px
}

.slide-text-outer {
    width: 1024px;
    height: auto;
    z-index: 9;
    top: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0
}

.slide-text > h1 {
    padding: 0;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-aniation-delay: 1.1s;
    animation-delay: 1.1s;
    font-size: 36px;
    line-height: 45px;
    text-shadow: 1px 2px 3px #000;
    background: rgba(0, 0, 0, .5);
    padding: 0 5px;
    border-radius: 10px
}

.slide-text > a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text > a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #f30;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    display: none
}

.slide-text > a:active,
.slide-text > a:hover {
    color: #fff;
    background: #222;
    -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
    transition: background .5s ease-in-out, color .5s ease-in-out
}

@media (max-width:991px) {
    .slide-text > h1 {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .slide-text {
        padding: 10px 50px
    }

    .slide-text > h1 {
        font-size: 21px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .control-round .carousel-control {
        display: none
    }
}

@media (max-width:480px) {
    .slide-text {
        padding: 10px 30px;
        top: 8%
    }

    .slide-text > h1 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        text-align: center
    }

    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px
    }

    .indicators-line > .carousel-indicators {
        display: none
    }
}

.banner-registrtion-form-outer {
    position: absolute;
    top: 95px;
    z-index: 9;
    left: -1600px;
    right: 0
}

.search-profile-wrapper {
    margin: auto;
    padding: 10px 0 10px 0
}

.search-bx {
    background-color: #fcfcfc;
    width: auto;
    margin: auto;
    margin: 20px auto;
    padding: 20px;
    color: #000000;
    border:1px solid #000000;
    border-radius:25px;
    padding:20px;
}

.btn-search {
    background: #ff3817;
    font-size: 15px;
    margin: 24px 0 0 0;
    padding: 5px 10px
}

.text-typography {
    box-shadow: inset 0 11px 30px -10px #ccc, inset 0 -11px 30px -10px #ccc;
    text-align: center;
    padding: 50px 0 50px 0
}

.f30 {
    font-size: 26px;
    font-family: 'Roboto Slab', serif
}

.f17 {
    font-size: 17px;
    color: #3e3e3e;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}

.text-typography a {
    background-color: #ff3817;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}

.text-typography a:hover {
    background-color: #f60;
    color: #fff
}

.whyus-wrapper {
    padding: 30px 0 60px 0
}

.why-us-block-outer {
    margin: 20px auto
}

.why-us-block-outer .box {
    padding: 30px 20px 20px 20px;
    min-height: 210px
}

.why-us-block-outer .box i {
    font-size: 100px;
    color: #f60;
    display: block;
    text-align: center;
    transition: transform;
    margin-bottom: 20px
}

.why-us-block-outer .box strong {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    transition: transform
}

.why-us-block-outer .box p {
    font-size: 13px;
    color: #3e3e3e;
    text-align: center
}

.why-us-block-outer .box:hover {
    background: #ff2f2f;
    -webkit-transition: 1s;
    -moz-transition: 1s
}

.why-us-block-outer .box:hover i {
    font-size: 100px;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    transform: scale(1.2)
}

.why-us-block-outer .box:hover strong {
    font-size: 19px;
    color: #fff !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    font-weight: 600
}

.why-us-block-outer .box:hover p {
    font-size: 13px;
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s
}

.counter-wrapper {
    background: url(../images/counter-bg.jpg);
    width: 100%;
    background-size: auto;
    background-position: center center;
    min-height: 420px;
    background-attachment: fixed;
    position: relative
}

.counter-wrapper .tlayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.counter-block-outer {
    padding: 25px 0 25px 0
}

.counter-wrapper .box {
    padding: 30px 20px 20px 20px
}

.counter-wrapper .box i {
    font-size: 100px;
    color: #f2f2f2;
    display: block;
    text-align: center
}

.counter-wrapper .box strong {
    font-size: 45px;
    color: #f30;
    font-weight: 600
}

.counter-wrapper .box p {
    font-size: 20px;
    color: #fff;
    text-align: center
}

.success-stories-wrapper {
    padding: 30px 0 60px 0;
    background-color: #fff
}

#mixedSlider {
    position: relative
}

#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%
}

#mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px
}

#mixedSlider .MS-content .item .imgTitle img {
    width: 100%
}

@media (max-width:991px) {
    #mixedSlider .MS-content .item {
        width: 50%
    }
}

@media (max-width:767px) {
    #mixedSlider .MS-content .item {
        width: 100%
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: center;
    color: #252525;
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    bottom: 0;
    font-family: 'Roboto Slab', serif;
    padding: 5px 0
}

#mixedSlider .MS-content .item .imgTitle .blogTitle h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

#mixedSlider .MS-content .item .imgTitle .blogTitle h4 {
    margin: 5px auto;
    font-size: 14px
}

#mixedSlider .MS-content .item .imgTitle p {
    height: auto;
    width: 100%
}

#mixedSlider .MS-content .item p {
    font-size: 14px;
    margin: 5px auto;
    text-align: justify;
    color: #3e3e3e
}

#mixedSlider .MS-content .item p a {
    color: #09f
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, .4);
    transition: .15s linear
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, .8)
}

@media (max-width:992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px
    }
}

@media (max-width:767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0
}

@media (max-width:767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0
}

@media (max-width:767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px
    }
}

.assisted-service-wrapper {
    width: 100%;
    min-height: 420px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 100%
}

.assisted-service-wrapper .tlayer {
    position: absolute;
    width: 45%;
    min-height: 420px;
    background: rgba(0, 0, 0, .7)
}

.assisted-service-wrapper .tlayer::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 420px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 220px solid rgba(0, 0, 0, .7)
}

.assisted-service-wrapper::before {
    width: 18%;
    position: absolute;
    left: 0;
    top: 0;
    height: 79px;
    background: #893d00
}

.assisted-service-desc {
    padding: 20px 0
}

.assisted-service-desc h3 {
    color: #ff9;
    font-size: 45px;
    margin-bottom: 40px
}

.assisted-service-desc .txt1 {
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px
}

.assisted-service-desc .txt2 {
    font-size: 18px;
    color: #ccc;
    font-family: 'Open Sans', sans-serif
}

.assisted-service-desc a {
    font-size: 20px;
    background-color: #e82e00;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 20px
}

.assisted-service-desc a:hover {
    background-color: #601300;
    color: #ffffff
}

.browse-matrimonial-wrapper {
    padding: 30px 0 60px 0
}

.browse-matrimonial-wrapper p {
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

.browse-matrimonial-wrapper p a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 10px
}

.registration-form-wrapper {
    width: 350px;
    background: rgba(255, 255, 255, .7);
    height: auto;
    border-radius: 5px;
    font-family: 'Roboto Slab', serif;
    float: right
}

.registration-form-wrapper .top-strip {
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 23px;
    padding: 8px 0
}

.registration-form-wrapper .form-group {
    margin-bottom: 7px
}

.registration-form-wrapper .form-control {
    font-size: 13px;
    border: solid 1px #a7a7a7
}

.terms-notes {
    margin: 0;
    text-align: center;
    font-size: 12px
}

.terms-notes p {
    margin: 0
}

.accept-btn .btn {
    width: 97%;
    margin: 5px;
    background-color: #ed3000;
    color: #efefef;
    padding: 5px;
    font-size: 20px;
    border-radius: 0 0 5px 5px !important
}

.form-dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #ccc;
    transition: all .5s ease;
    position: relative;
    height: 100%;
    text-align: left
}

.form-dropdown .select {
    cursor: pointer;
    display: block;
    padding: 4px
}

.form-dropdown .select > i {
    font-size: 11px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.form-dropdown:hover {
    box-shadow: 0 0 4px #ccc
}

.form-dropdown:active {
    background-color: #f8f8f8
}

.form-dropdown.active,
.form-dropdown.active:hover {
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}

.form-dropdown.active .select > i {
    transform: rotate(180deg)
}

.form-dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.form-dropdown .dropdown-menu li {
    padding: 5px;
    font-size: 13px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.form-dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.form-dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.form-dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

footer {
    background-color: #eee;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    font-family: 'Open Sans', sans-serif;
    padding: 30px 0 20px 0
}

.footer-block strong {
    font-size: 16px;
    font-weight: 600
}

.footer-block h3 {
    margin-top: 10px
}

.footer-block ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px
}

.footer-block li {
    margin: 5px 0;
    font-size: 14px
}

.footer-block li a {
    color: #3e3e3e
}

.footer-block li a:hover {
    color: #333;
    text-decoration: none
}

.footer-block li i {
    font-size: 24px;
    margin-right: 10px
}

.footer-block .number {
    text-align: center;
    font-size: 28px
}

.footer-block img {
    margin: auto
}

.copyright {
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    border-top: solid 1px #ccc
}

.copyright a {
    font-weight: 600
}

.copyright .copy {
    text-align: left
}

.copyright .design {
    text-align: right
}

.footer-block li a.facebook:hover {
    color: #06c
}

.footer-block li a.twitter:hover {
    color: #0cf
}

.footer-block li a.gplus:hover {
    color: #c00
}

.footer-block li a.linkedin:hover {
    color: #069
}

.footer-block li a.instagram:hover {
    color: #960
}

.footer-block li a.youtube:hover {
    color: #c00
}

.page-title-bx {
    margin-bottom: 20px
}

.inner-search-profile-wrapper {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 100px
}

.inner-search-profile-wrapper .search-bx {
    margin: 0;
    background: 0 0;
    padding: 10px
}

.inner-search-profile-wrapper .search-profile-wrapper {
    padding: 0
}

.inner-search-profile-wrapper .col-md-12 {
    padding: 0 10px
}

.inner-search-profile-wrapper .nav-tabs {
    border: none
}

.inner-search-profile-wrapper .tab-content {
    background: rgba(0, 0, 0, .6);
    margin-top: 1px
}

.inner-search-profile-wrapper .nav-tabs > li > a {
    background-color: #f90;
    border: none;
    color: #fff;
    font-weight: 600
}

.inner-search-profile-wrapper .nav-tabs > li.active a {
    background-color: #090;
    border: none;
    color: #fff
}

.inner-search-profile-wrapper #profile .btn-search {
    margin: 0;
    padding: 5px 10px
}

.banner {
    background: url(../images/inner-bg.png) no-repeat 0 0;
    min-height: 250px;
    width: 100%;
    background-size: cover
}

.content-wrapper {
    padding: 30px 0 60px 0
}

#team {
    margin-top: 30px
}

#team .btn-primary:focus,
#team .btn-primary:hover {
    background-color: #f60;
    border-color: #f60;
    box-shadow: none;
    outline: 0
}

#team .btn-primary {
    color: #fff;
    background-color: #f60;
    border-color: #f60
}

#team .card {
    border: none;
    background: #faebd7;
    padding: 20px 40px
}

.image-flip.hover .backside,
.image-flip:hover .backside {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    border-radius: .25rem
}

.image-flip.hover .frontside,
.image-flip:hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
    margin-bottom: 30px
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
    -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
    box-shadow: 5px 7px 9px -4px #9e9e9e
}

.backside,
.frontside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d
}

.backside .card,
.frontside .card {
    min-height: 312px
}

.backside .card a {
    font-size: 18px;
    color: #f60 !important
}

.backside .card .card-title,
.frontside .card .card-title {
    color: #b10a02 !important
}

.frontside .card .card-body img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff
}

.success-bg {
    background-color: #900;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    height: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 20px
}

.register-bg {
    background-color: #ff0048 !important;
    padding: 20px 0
}

.register-note {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 600
}

.register-note strong {
    color: #ff9;
    font-family: 'Roboto Slab', serif;
    font-size: 26px
}

.register-note p {
    margin: 0
}

.register-note-transparent {
    background: #f60;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    height: 100%;
    padding: 20px 0
}

.btn-register {
    color: #ff0;
    font-size: 20px
}

.btn-register:focus,
.btn-register:hover {
    text-decoration: underline;
    color: #ff0
}

.btn-login {
    color: #ff0;
    font-size: 20px
}

.btn-login:focus,
.btn-login:hover {
    text-decoration: underline;
    color: #ff0
}

.float-panel.fixed .register-note-transparent {
    background-color: #f60;
    color: #fff
}

.float-panel.fixed .register-note-transparent .btn-register {
    color: #ff0
}

.float-panel.fixed .register-note-transparent .btn-login {
    color: #ff0
}

.popup-alert .modal-content {
    border-radius: 0 !important
}

.popup-alert .modal-header {
    background-color: #ffd
}

.popup-alert .modal-dialog {
    max-width: 400px !important;
    font-family: 'Roboto Slab', serif;
    text-align: center
}

.popup-alert .modal-header h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    font-weight: 600
}

.popup-alert .modal-header h5 {
    font-size: 18px
}

.back-home {
    margin-top: 10px
}

.register-form .modal-header {
    background-color: #ff0048;
    color: #fff;
    text-align: center
}

.register-form .modal-dialog {
    min-width: 320px !important;
    max-width: 320px !important;
    height: 470px
}

.register-form .modal-body {
    height: 470px
}

.register-form .modal-header h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 600
}

.login-form .modal-header {
    background-color: #ff0048;
    color: #fff;
    text-align: center
}

.login-form .modal-dialog {
    min-width: 320px !important;
    max-width: 320px !important;
    min-height: 470px
}

.login-form .modal-body {
    height: 470px
}

.login-form .modal-header h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 600
}

.contact-box {
    border: solid 1px #f30;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 161px
}

.contact-box i {
    color: #f30;
    display: block;
    font-size: 50px
}

.contact-box strong {
    font-size: 16px;
    font-weight: 600
}

.query-form strong {
    font-family: 'Roboto Slab', serif;
    font-size: 30px
}

.query-form form {
    border: solid 1px #ccc;
    padding: 48px;
    margin-top: 20px;
    background: #f5f5f5
}

.membership-plan-bx {
    margin-bottom: 20px
}

.membership-plan-wrapper {
    margin-bottom: 20px
}

.package-bx {
    border: #e0e0e0 solid 1px;
    padding: 0;
    margin-top: 10px;
    border-radius: 3px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.package-bx .package-name {
    background: #c30;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    padding-left: 20px
}

.package-bx .package-name .caret-right {
    position: absolute;
    z-index: 9;
    right: -10px;
    top: 25px
}

.package-bx .package-name h2 {
    font-size: 20px;
    color: #ff9;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    display: inherit
}

.package-bx .package-name h2 i {
    font-size: 35px;
    display: inline-block;
    margin-right: 10px
}

.package-bx .contacts {
    background: #e3e3e3;
    color: #494948;
    display: flex;
    text-align: center
}

.package-bx .contacts .contacts-detail {
    width: 100%;
    padding: 7px
}

.package-bx .contacts p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #494948
}

.package-bx .contacts h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #f30;
    font-weight: 700
}

.package-bx .validity {
    background: #f1f1f1;
    color: #494948
}

.package-bx .validity .validity-detail {
    width: 100%;
    padding: 5px;
    text-align: center
}

.package-bx .validity .validity-detail p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #494948
}

.package-bx .validity .validity-detail h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #f30;
    font-weight: 700
}

.price-bx {
    background: #fff;
    color: #656565;
    line-height: 35px
}

.price-bx .price-detail {
    width: 100%
}

.price-bx .price-detail p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #989898;
    text-transform: uppercase;
    color: #b90000
}

.price-bx .price-detail h3 {
    padding: 0;
    margin: 0;
    font-size: 23px;
    color: #060;
    font-weight: 700
}

.price-bx .custom-radio {
    width: 20px;
    -moz-width: 20px;
    height: 20px;
    -moz-height: 20px;
    float: right;
    top: 0;
    margin-top: -22px
}

.plan-price-count-bx {
    border: solid 1px #ccc;
    margin-top: 10px
}

.plan-price-count-bx .title {
    background-color: #090;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 8px 0
}

.highlighter-plan-bx {
    background-color: #e6ffec;
    margin: 10px
}

.highlighter-plan-bx strong {
    background-color: #090;
    color: #ff9;
    display: block;
    padding: 5px 10px
}

.highlighter-plan-bx ul {
    font-size: 20px;
    list-style-type: square;
    padding: 10px 30px
}

.highlighter-plan-bx p {
    text-align: right;
    border-top: dotted 1px #ccc;
    padding: 5px;
    font-weight: 600
}

.highlighter-plan-bx p input[type=checkbox] {
    border: solid 1px #999;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0
}

.total-price-bx {
    background-color: #f60;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    display: flex
}

.total-price-bx small {
    display: block
}

.total-price-bx label {
    display: block;
    font-size: 24px
}

.total-price-bx button {
    display: block;
    margin: auto;
    background-color: #fc0;
    color: #333;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 10px
}

.total-price-bx button:hover {
    background-color: #ff0
}

.stories-wrapper {
    margin: 0 -15px
}

.stories-block-outer {
    min-height: inherit;
    margin-bottom: 20px
}

.stories-block {
    border: solid 1px #ccc;
    min-height: 360px
}

.stories-block img {
    width: 100%
}

.stories-block .client-name {
    text-align: center;
    font-size: 20px
}

.stories-block h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 5px 5px 5px
}

.stories-block small {
    color: #b10a02;
    text-align: center;
    font-size: 13px
}

.comment {
    color: #666;
    border-top: solid 1px #ccc;
    padding: 5px 8px;
    font-size: 13px;
    text-align: justify;
    margin-top: 5px
}

.morecontent span {
    display: none
}

.stories-desc h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0
}

.stories-desc small {
    color: #f90;
    font-size: 13px;
    border: solid 1px;
    padding: 2px 4px
}

.stories-desc p {
    margin: 10px 0 !important
}

.pagination_div {
    margin: 0 15px;
    clear: both
}

.gridtab-4 .stories-block-outer {
    min-height: inherit;
    margin-bottom: 0
}

.gridtab-4 .stories-block {
    border: solid 1px #ccc;
    min-height: 360px
}

.gridtab-4 .stories-block img {
    width: 100%
}

.gridtab-4 .stories-block a {
    font-weight: 600
}

.gridtab-4 .stories-block .client-name {
    text-align: center;
    font-size: 20px
}

.gridtab-4 .stories-block h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 10px 5px 10px
}

.gridtab-4 .stories-block small {
    color: #f90;
    text-align: center;
    font-size: 13px
}

.gridtab-4 .comment {
    color: #666;
    border-top: solid 1px #ccc;
    padding: 5px 8px;
    font-size: 13px;
    text-align: justify;
    margin-top: 5px
}

.gridtab-4 .morecontent span {
    display: none
}

.gridtab-4 p {
    font-weight: 100;
    text-align: justify;
    margin: 15px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
    font-size: 13px
}

.browse-profiles-section {
    background-color: #f1f1f1
}

.browse-profiles-section strong {
    background-color: #900;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 17px
}

.panel-group .panel {
    border-radius: 0;
    border-color: #ccc;
    border-top-color: #fff;
    padding: 0
}

.panel-default > .panel-heading {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #eee;
    border-radius: 0
}

.panel-title {
    font-size: 14px
}

.panel-title > a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600
}

.short-full {
    float: right
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0
}

.panel-group .panel + .panel {
    margin-top: 0
}

.browse-profiles-section .browse-link {
    list-style: none;
    padding: 0;
    margin: 0
}

.browse-profiles-section .browse-link a {
    color: #444
}

.browse-profiles-section .browse-link a:hover {
    text-decoration: none;
    color: #000;
    font-weight: 600
}

.browse-profiles-section .browse-link li {
    padding: 5px 10px;
    border-bottom: solid 1px #ccc
}

.browse-profiles-section .browse-link li:hover {
    background-color: #ddd
}

.profiles-section .nav-tabs {
    border-bottom: 0;
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 20px
}

.profiles-section .nav-tabs strong {
    line-height: 40px;
    margin-right: 10px
}

.profiles-section .nav-tabs > li > a {
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
    background-color: #666;
    color: #fff
}

.profiles-section .nav-tabs > li.active > a,
.profiles-section .nav-tabs > li.active > a:focus,
.profiles-section .nav-tabs > li.active > a:hover {
    background-color: #f63;
    color: #fff
}

.matrimonial-profile-outer .profile-bx {
    border: solid 1px #ccc;
    padding: 0;
    margin-bottom: 20px;
    transition: transform 1s;
    background-color: #f9f6f5;
    position: relative;
    min-height: 237px
}

.matrimonial-profile-outer .profile-bx img {
    display: block;
    margin: auto;
    max-width: 230px;
    max-height: 180px
}

.matrimonial-profile-outer .profile-bx .profile-desc-txt {
    padding: 5px 2px;
    background-color: #333;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0
}

.matrimonial-profile-outer .profile-bx .profile-desc-txt h3 {
    color: #ff9;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
    font-weight: 600
}

.matrimonial-profile-outer .profile-bx .profile-desc-txt p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0
}

@media screen and (min-width:300px) and (max-width:991px) {
    .matrimonial-profile-outer .profile-bx img {
        display: block;
        margin: auto;
        max-width: 140px;
        man-height: 180px
    }
}

@media screen and (min-width:992px) and (max-width:1023px) {
    .matrimonial-profile-outer .profile-bx img {
        display: block;
        margin: auto;
        max-width: 180px;
        man-height: 180px
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .matrimonial-profile-outer .profile-bx img {
        display: block;
        margin: auto;
        max-width: 130px;
        man-height: 180px
    }
}

.top-bar-wrapper {
    background: rgba(255, 255, 255, .8)
}

.top-bar-wrapper .header-wrapper {
    background: 0 0;
    margin: 0
}

.top-bar-wrapper .header-wrapper .navbar {
    padding: 0;
    margin-bottom: 0
}

.top-bar-wrapper .header-wrapper .navbar-nav a i {
    color: #f30
}

.top-bar-wrapper .header-wrapper .navbar-nav a:hover {
    background: 0 0
}

.top-bar-wrapper .dropbtn {
    background-color: #900;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    border: none
}

.top-bar-wrapper .dropdown {
    position: relative;
    display: inline-block
}

.top-bar-wrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fed;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 999
}

.top-bar-wrapper .dropdown-content a {
    color: #000;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: solid 1px #ccc
}

.top-bar-wrapper .dropdown-content a:hover {
    background-color: #ff9122 !important;
    color: #fff !important
}

.top-bar-wrapper .dropdown:hover .dropdown-content {
    display: block
}

.top-bar-wrapper .dropdown:hover .dropbtn {
    background-color: #903
}

.top-bar-wrapper .dropdown-content a i {
    color: #333 !important;
    width: 20px
}

.top-bar-wrapper .dropdown-content a:hover i {
    color: #fff !important
}

.inner-menu {
    margin: 20px 0;
    position: relative;
    z-index: -1
}

.inner-menu .col-md-12 {
    padding: 0 10px
}

.inner-menu .menu-wrapper {
    background: rgba(255, 0, 72, .8) !important
}

.inner-menu .menu-wrapper .navbar {
    position: inherit !important
}

.inner-menu .menu-wrapper .navbar-nav {
    float: none
}

.inner-menu .menu-wrapper .navbar-nav > li > a {
    color: #fff
}

.inner-menu .menu-wrapper .navbar-nav > li > a:focus,
.inner-menu .menu-wrapper .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #fbb40b !important
}

.inner-menu .menu-wrapper .nav .open > a,
.inner-menu .menu-wrapper .nav .open > a:focus,
.inner-menu .menu-wrapper .nav .open > a:hover {
    color: #fff;
    background-color: #fbb40b !important
}

.inner-menu .menu-wrapper .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    background: rgba(255, 0, 72, .9) !important
}

.inner-menu .menu-wrapper .navbar-nav > li > .dropdown-menu a {
    color: #fff
}

.inner-menu .menu-wrapper .navbar-nav > li > .dropdown-menu a:hover {
    color: #fff;
    background-color: #fbb40b
}

.member-panel .inner-search-profile-wrapper {
    top: 140px
}

.member-panel .banner {
    min-height: 280px
}

nav {
    position: relative
}

#cssmenu,
#cssmenu #head-mobile,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    background: rgba(255, 0, 72, .8) !important
}

#cssmenu > ul {
    margin-bottom: 0;
    padding: 0
}

#cssmenu > ul > li {
    float: left
}

#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    min-height: 52px !important
}

#cssmenu ul li.active a,
#cssmenu > ul > li:hover > a {
    color: #fff
}

#cssmenu ul li.active,
#cssmenu ul li.active:hover,
#cssmenu ul li.has-sub.active:hover,
#cssmenu > ul > li:hover {
    background: #fbb40b !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    padding: 0
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fbb40b !important;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {
    background: rgba(255, 0, 72, 1) !important
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: auto
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-top: 1px solid #f90;
    padding: 11px 15px;
    width: 225px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

#cssmenu ul ul li.last-item > a,
#cssmenu ul ul li:last-child > a {
    border-bottom: 0
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul li.has-sub ul li.has-sub ul li:hover,
#cssmenu ul ul li.has-sub:hover {
    background: #363636
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul ul > li.has-sub > ul > li.active > a,
#cssmenu > ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

.inner-menu .badge {
    background-color: #090 !important
}

@media screen and (max-width:1000px) {
    nav {
        width: 100%
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul li:hover {
        background: #363636
    }

    #cssmenu li:hover > ul > li,
    #cssmenu ul ul li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu > ul > li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: 0 0
    }

    #cssmenu ul ul li.active > a,
    #cssmenu ul ul li:hover > a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before,
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 17px;
        color: #fff;
        font-size: 14px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 48px;
        width: 48px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

my account page css-- > .my-profiles-section .profile-img {
    width: auto;
    min-height: 300px;
    padding-bottom: 10px !important;
    border: solid 1px #ccc !important;
    border-radius: 10px !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important
}

.my-profiles-section .profile-img .bg-gray {
    height: 100px;
    border-bottom: solid 1px #ccc;
    border-radius: 10px 10px 0 0;
    position: relative
}

.my-profiles-section .profile-img .bg-gray .profile-pic {
    width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: -50px;
    border: solid 1px #ccc
}

.my-profiles-section .profile-id-details h2 {
    color: #f60;
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto Slab', serif !important
}

.my-profiles-section .profile-id-details p {
    text-align: center
}

.my-profiles-section .panel-heading a {
    font-weight: 600
}

.profiles-section #preferred-matches {
    margin-bottom: 20px
}

.profiles-section .title-bar {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 10px
}

.search-profile-outer .profile-img-section p {
    font-weight: 600
}

.list {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff
}

.scroller-right {
    float: right
}

.scroller-left {
    float: left
}

.profile-link .btn {
    background-color: #555;
    color: #fff;
    font-size: 15px;
    text-align: left;
    padding: 13px;
    border-radius: 0 !important
}

.profile-link .btn:hover {
    background-color: #333;
    color: #fff
}

.profile-link .btn:focus {
    outline: 0
}

.profile-link .active {
    background-color: #333;
    color: #fff;
    outline: 0
}

.title-decription h1 {
    font-family: 'Roboto Slab', serif !important;
    font-size: 22px
}

.title-decription p {
    margin-bottom: 5px
}

.title-decription span {
    color: #f60;
    font-size: 24px
}

.filter .browse-link {
    padding: 10px
}

.filter .browse-link .btn {
    margin-bottom: 10px
}

.search-profile-outer {
    float: left;
    width: 100%;
    border: solid 1px #ccc
}

.search-profile-outer .profile-img-section {
    background-color: #f8f8f8;
    padding: 0
}

.search-profile-outer .profile-img-section img {
    width: 210px;
    height: 180px
}

.search-profile-outer .profile-img-section p {
    font-size: 11px;
    padding: 9px;
    margin: 0
}

.search-profile-outer .profile-img-section p span {
    color: #f60
}

.search-profile-outer .profile-details-section {
    padding: 0;
    overflow: hidden
}

.profile-title-section-bg {
    width: 100%;
    height: auto;
    background-color: #f60;
    margin: 0;
    padding: 0
}

.profile-title strong {
    font-size: 22px;
    margin-right: 15px;
    vertical-align: middle;
    color: #ff9;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 400
}

.profile-details-section .profile-details {
    padding: 10px
}

.profile-details-section .profile-details p {
    margin: 0
}

.profile-details-section .about-profile {
    padding: 10px
}

.profile-details-section .profile-details p {
    margin: 0
}

.pd0 {
    padding: 0
}

.profile-details-section .profile-link {
    width: 100%
}

.profile-details-section .profile-link .btn {
    border-bottom: solid 2px #999
}

.profile-details-section .profile-link .btn:hover {
    z-index: 0
}

.profile-details-section .profile-link .btn:last-child {
    border-bottom: none
}

.profile-link-btn-section {
    background-color: #f8f8f8;
    padding: 7px;
    border-left: solid 1px #ccc
}

.profile-description-outer {
    background-color: #fff8f0;
    display: none;
    border: solid 1px #ffedd9;
    margin: 10px auto;
    padding: 20px
}

.profile-description-outer h2 {
    color: #f60;
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    font-size: 20px
}

.edit-profiles-section #accordion .panel-heading {
    padding: 0
}

.edit-profiles-section #accordion .panel-title a {
    display: block;
    padding: 25px 40px;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #f90;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-left: 3px solid #f90;
    position: relative;
    transition: all .3s ease 0s
}

.edit-profiles-section #accordion .panel-title a.collapsed {
    color: #333
}

.edit-profiles-section #accordion .panel-title a.collapsed:before,
.edit-profiles-section #accordion .panel-title a:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    position: absolute;
    top: 23px;
    right: 25px
}

.edit-profiles-section #accordion .panel-title a.collapsed:before {
    content: "\f106"
}

.edit-profiles-section #accordion .panel-title a.collapsed:hover,
.edit-profiles-section #accordion .panel-title a:before,
.edit-profiles-section #accordion .panel-title a:hover,
.edit-profiles-section #accordion .panel-title a:hover:before {
    color: #f90
}

.edit-profiles-section #accordion .panel-body {
    padding: 15px 27px;
    font-size: 14px;
    color: #333;
    line-height: 23px;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: 3px solid #eaeaea
}

.edit-profiles-section #accordion .panel-body p {
    margin-bottom: 0
}

.upload-from-bx .panel-heading i {
    font-size: 30px !important;
    vertical-align: middle
}

.upload-from {
    margin: auto;
    text-align: center
}

.upload-from img {
    margin: auto;
    width: 96px
}

.upload-from strong {
    text-align: center;
    font-size: 16px
}

.upload-from a:hover {
    text-decoration: none
}

.note ul {
    font-size: 13px;
    padding: 0;
    list-style: none
}

.upload-photo-way {
    margin: auto;
    text-align: center
}

.upload-photo-way img {
    margin: auto;
    text-align: center
}

.photo-gallery-bx {
    border: solid 1px #ccc;
    padding: 10px
}

.photo-item p {
    background: #333;
    height: auto;
    padding: 5px;
    text-align: center
}

.photo-item p a {
    color: #ff9;
    margin: 0 5px
}

.bid {
    border: none
}

.bid .col-md-4,
.bid .col-md-9 {
    width: auto !important
}

.bid tr td {
    border-top: none !important;
    width: 200px !important
}

.forms {
    padding: 0;
    width: 70% !important;
    margin: auto;
    background: #f1f1f1
}

#search-form-page .forms {
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 70% !important;
    margin: auto;
    background: #f1f1f1
}

#search-form-page .forms h1 {
    padding: 0 0 20px 0;
    font-size: 26px;
    color: #666;
    font-weight: lighter;
    text-align: center
}

#search-form-page .forms form {
    padding: 30px
}

#search-id {
    display: none
}

#search-form-page .forms .tab-group {
    list-style: none;
    padding: 0;
    margin: 0
}

#search-form-page .forms .tab-group:after {
    content: "";
    display: table;
    clear: both
}

#search-form-page .forms .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #f9f9f9;
    color: #333;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    border-top: 3px solid transparent;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#search-form-page .forms .tab-group .active a {
    background: #404955;
    color: #fff
}

#search-form-page .forms input {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #a7a7a7;
    color: #555;
    border-radius: 0;
    margin-bottom: 10px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#search-form-page .forms select {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #a7a7a7;
    color: #555;
    border-radius: 0;
    margin-bottom: 10px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: auto !important
}

#search-form-page .forms input:focus {
    outline: 0
}

#search-form-page .forms label {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    display: block
}

#search-form-page .forms .button {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    background: #f90;
    color: #fff;
    cursor: pointer;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100px;
    margin: auto
}

#search-form-page .forms .button:hover,
.button:focus {
    background: #f96
}

#search-form-page .text-p {
    text-align: right
}

#search-form-page .text-p a {
    color: #1383ea
}

#search-form-page .age-width {
    width: 48% !important
}

#login {
    display: none
}

#forgotpw {
    margin-top: 70px !important
}

.error-label {
    color: #e74c3c;
    font-size: 12px
}

li a.current {
    background-color: #337ab7;
    color: #fff
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 0
}

.terms-rules li {
    margin-bottom: 20px
}

.mega-dropdown-menu2 {
    width: auto !important;
    left: auto !important
}

.popover.top {
    border: solid 1px #900
}

.popover.top > .arrow {
    border-top-color: #900 !important
}

.popover-content {
    padding: 4px 8px;
    color: #900;
    font-size: 12px;
    font-weight: 600
}

.landing-bg {
    background: #fdfad9
}

.reg-landing-page {
    padding: 20px 0
}

.reg-landing-page .text-typography {
    padding: 10px 0
}

.reg-landing-page .text-typography .f30 {
    font-size: 22px
}

.reg-landing-page .registration-form-wrapper {
    float: none;
    margin: auto;
    width: 40%;
    border: solid 1px #ccc
}

.reg-landing-page .registration-form-wrapper .top-strip {
    background-color: #a80f22;
    padding: 5px;
    color: #ffc;
    font-size: 18px
}

.reg-landing-page .registration-form-wrapper .field-panel {
    padding: 8px 0 0 0
}

.reg-landing-page .support {
    text-align: center;
    margin: 10px auto;
    font-weight: 600
}

.landing-bg .search-profile-wrapper {
    background: #fff
}

.landing-bg .search-profile-wrapper .heading {
    margin: 10px 0
}

.landing-bg .search-profile-wrapper .line {
    margin: 10px auto
}

.landing-bg .search-profile-wrapper .heading {
    margin: 10px 0
}

.landing-bg .counter-block-outer {
    padding: 0
}

.morecontent span {
    display: none
}

.morelink {
    font-size: 12px !important;
    background: 0 0 !important;
    color: #09c !important;
    text-decoration: none
}

.bottom-highlighted-txt {
    font-size: 22px;
    color: #d01e89
}

.btn-orange {
    background-color: #f30;
    border-color: #f30;
    color: #fff
}

.btn-orange:hover {
    background-color: #f60;
    border-color: #f30;
    color: #fff
}

.overlay {
    height: 0%;
    width: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 5%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    overflow-y: hidden;
    transition: .5s;
    margin: 0 15px;
    left: 0;
    right: 0
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: justify;
    color: #fff;
    padding: 50px 15px 10px;
    max-height: 335px;
    overflow-y: auto;
    font-size: 13px
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    background-color: #a80e22;
    display: block;
    transition: .3s
}

.overlay a:focus,
.overlay a:hover {
    color: #f1f1f1
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 6px;
    margin: 7px 17px;
    z-index: 999 !important
}

@media screen and (max-height:450px) {
    .overlay {
        overflow-y: auto
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.overlay-height {
    height: 95% !important
}

.stories-block hr {
    margin: 5px 0
}

.stories-block p {
    padding: 0 10px;
    font-size: 13px
}

.view-more-btn {
    background-color: #f60;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    text-decoration: none;
    display: block;
    width: 89%;
    bottom: 21px;
    position: absolute
}

.view-more-btn:focus,
.view-more-btn:hover,
.view-more-btn:visited {
    text-decoration: none;
    color: #fff
}

.fb-btn:hover {
    text-decoration: none
}

.sign-up-fb {
    background-color: #3b5998 !important;
    border-radius: 3px;
    margin: 0 15px 5px
}

.sign-up-fb .input-group-addon {
    background: #293e6a;
    color: #fff;
    border: none
}

.sign-up-fb p {
    margin: 0;
    padding: 4px 13px;
    font-size: 13px;
    color: #fff
}

#awards {
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0 20px 0
}

#news {
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0 20px 0
}

.gallery img,
.owl-carousel .item img {
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    transition: transform .2s
}

.owl-carousel .owl-item {
    padding: 10px 10px
}

.owl-carousel .owl-item h4 {
    text-align: center
}

.owl-carousel .owl-dots {
    display: none
}

.owl-carousel .owl-nav {
    text-align: center
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background-color: #666 !important;
    color: #fff !important;
    font-size: 20px;
    margin: 2px
}

.gallery {
    margin: auto;
    width: auto
}

.gallery a {
    display: inline-block;
    margin-bottom: 20px
}