body{
    font-family: 'Roboto', sans-serif;
    outline:0;
}
input, select{
    outline:0;
}
.headers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.header {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 50px;
}
.banner {
    width: 100%;
    float: left;
    background: #232323;
    position: relative;
    height: 100vh;
}

.banner:before {content: '';position: absolute;background: #232323;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;opacity: 0.5;}
.logo {
    float: left;
    width: 70%;
}

.logo a {
    display: inline-block;
    float: left;
}

.logo a img {
    width: 100%;
}

.headerrgt {
    width: 100%;
    float: left;
    padding: 0;
    justify-content: flex-end;
    position: static;
}

.headerlft {
    width: 30%;
    float: left;
}

.menu {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.menu ul li {
    padding: 0 12px;
}

.menu ul li a {
    color: #ededed;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.banner video {
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: 0 !important;
    left: 0;
    width: 100%;
}

.banner video source {
    z-index: 2;
}
/* Deepak Code Start */
.birthday {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
.birthdaybox {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
    align-items: center;
    background: #e4e4e457;
    padding: 10px;
    border-radius: 0px;
    flex-direction: column;
}
.birthdayimg {
    width: 100%;
    text-align: center;
    float: left;
}
.birthdayimg img {
    border-radius: 10px;
    height: auto;
    object-fit: cover;
}
.birthdaycontent {
    float: right;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
}
.birthdaycontent h2 {
    font-size: 19px;
    letter-spacing: .3px;
    text-align: left;
    float: left;
}
.birthdaycontent h3 {
    font-size: 15px;
    line-height: 1rem;
    font-weight: normal;
}
.birthdaycontent p {
    font-size: 11px;
    text-align: left;
    color: #25d366;
    font-weight: bold;
    letter-spacing: .5px;
}
.birthdaycontent p span {
    padding-right: 5px;
}
/* Deepak code end */



.search {
    width: 100%;
    float: left;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.search input[type="search"] {
    background: transparent;
    border: none;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    padding-left: 1.125em;
    padding-right: 1.125em;
    height: 52px;
    width: 100%;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
    font-size: 15px;
}
form.form--merge {
    width: 74%;
    display: flex;
    margin: 35px auto;
    position: relative;
}
input[type="search"]::placeholder {
    color: #fff;
}

form.form--merge button {
    border: none;
    background: transparent;
    border-radius: 0px 50px 50px 0px;
    outline: 0;
    cursor: pointer;
}

.search select {
    background: transparent;
    border: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    color: #fff;
    font-family: 'Lora', serif;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-right: solid 1px rgb(237 237 237 / 29%);
    padding: 0 10px;
    outline: 0;
    border-radius: 50px 0 0 50px;
    margin-right: 1px;
    width: 33%;
    padding-right: 0;
}
form.form--merge button img {
    margin-right: 12px;
}

.search select option {
    color: #000;
    border: none;
    padding: 5px 0;
    float: left;
    width: 100%;
    line-height: 40px;
    margin: 25px 0;
}
.menu ul li:last-child {
    padding-right: 0;
}
section {
    width: 100%;
    float: left;
}
.reference, .external_links{
    width: 100%;
}
.feature {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.heading {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
}

.heading h1 {
    font-family: 'Lora', serif;
    letter-spacing: 2px;
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    color: rgb(8 8 8 / 74%);
    font-weight: normal;
    text-transform: lowercase;
}

.heading span {
    font-size: 14px;
    font-family: 'Lora', serif;
    letter-spacing: 0.2px;
    color: rgb(8 8 8 / 74%);
    line-height: 20px;
}
.ftrbox {
    width: 31%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ftricon {width: 25%;position: relative;}
.ftrsbox {
    width: 70%;
    float: left;
    text-align: left;
}

.ftricon i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 50px;
    background: 0 0;
    text-align: center;
    border-radius: 50% 10px 50% 50%;
    z-index: 1;
    background-color: #425cbb;
    color: #fff;
    margin: 0;
    font-size: 36px;
}
.ftrsbox h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgb(56 56 56 / 74%);
    font-weight: bold;
    margin: 0;
}
.ftrsbox p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #565a6f;
}
.famous {
    width: 31%;
    float: left;
    text-align: center;
    -webkit-box-shadow: 3px 3px 15px rgb(0 0 0 / 7%);
    box-shadow: 3px 3px 15px rgb(0 0 0 / 7%);
    overflow: hidden;
    background-color: #031634;
    background-image: url('../images/birthday-bg.jpg');
    margin: 0 1% 30px;
    position: relative;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.famous .heading {
    text-align: center;
}

.heading h4, .heading h2 {
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 45px;
    margin: 0;
    color: rgb(8 8 8 / 74%);
    font-weight: 600;
    font-family: 'Lora', serif;
}
.features {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.famousstn {width: 100%;float: left;padding: 50px 0;background: #ededde;}

.famousbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

.fambnr {
    width: 100%;
    float: left;
}

.fambnr img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: top;
}
.t_achieve p {
    margin: 0;
    font-size: 11px;
    background: #b38a3b;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
}
.t_achieve {
    text-align: left;
    margin-top: 30px;
}
.t_achieve font {
 display: flex;
    text-align: right;
    font-weight: bold;
}
.famimg {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: 60px;
}

.famimg img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.famname {
    width: 90%;
    float: left;
    margin: 10px 5% 0 5%;
}

.famname h3 {
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.famname span {
    font-size: 13px;
    color: #fff;
    float: left;
    width: 100%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    line-height: 20px;
}

.famvpro {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.famvpro a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border: solid 1px #ddd;
    width: 175px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
}
.famname  ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0;
    padding: 10px 0;
    height: 56px;
}

.famname ul li {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: solid 1px #888da8;
    border-radius: 100%;
    margin: 0 2px;
}

.famname ul li a {
    color: #fff;
    font-size: 13px;
    float: left;
    width: 100%;
}

.famname ul li:hover {
    background: #425cbb !important;
    border-color: #425cbb !important;
}

.famname ul li:hover a {
    color: #fff;
}
.directory {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.directorystn {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.direcbox {
    width: 40%;
    float: left;
    position: relative;
    margin: 2%;
}

.directimg {
    width: 100%;
    float: left;
    position: relative;
}

.directimg img {
    width: 100%;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.directcont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 81%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    padding: 15px 25px;
    overflow: hidden;
}

.directcont h4 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 21px;
    line-height: 28px;
}

.directcont ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.directcont ul li {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #b5b5b5;
    letter-spacing: 0.3px;
}

.directcont ul li i {
    width: 40px;
    float: left;
    color: #fff;
}

.profile {
    width: 100%;
    float: left;
}

.profile img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.directcont span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #d0d0d0;
}

.directcont ul li i img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0;
    padding: 6px;
    border: solid 1px #656565;
}
.digitalcards {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #d0d6e2;
    position: relative;
    height: 65vh;
}
.digimg {
    position: absolute;
    right: 0;
    bottom: 8%;
}

.digcontent {
    width: 60%;
    margin-top: 35px;
}

.digcontent h3 {
    font-weight: 100;
    font-size: 60px;
    line-height: 60px;
}

.digcontent p {
    font-size: 15px;
    float: left;
    width: 100%;
    color: #5a5a5a;
    letter-spacing: 0.1px;
    padding-right: 100px;
}

.btns {
    width: 100%;
    float: left;
}

.btns a {
    background: #113a90;
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    color: #d0d6e2;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: none;
    opacity: 0.9;
}
.btns a:hover {
    opacity: 1;
}
.testimonial {
    width: 100%;
    float: left;
    margin: 50px 0 0px 0;
}
.post-slide {
    width: 94%;
    float: left;
    position: relative;
    padding: 50px 30px;
    background: #f9f9f9;
    border: solid 1px #f9f9f9;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 7%);
    margin: 10px 0;
}

.post-slide p {
    margin: 10px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.post-slide:before {content: "\f10d";isplay: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 72px;opacity: 0.05;}
.post-slide h5 {
    margin: 0;
    color: #6b6b6b;
    font-size: 19px;
}

.post-slide h5 span {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #656565;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.footer {
    width: 100%;
    background: #2A4E70DE;
    position: relative;
    margin-top: 50px;
    padding-top: 180px;
    padding-bottom: 50px;
}
path.elementor-shape-fill {
    fill: #ffffff;
}
.ftrstn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.elementor-shape.elementor-shape-top {z-index: 1;}

.ftrssbox {
    width: 25%;
    float: left;
    border-bottom: 0;
}
.ftrssbox h4 {
    color: #dadada;
    margin-bottom: 15px;
}

.ftrssbox ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftrssbox ul li a {
    color: rgb(255 255 255 / 66%);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.elementor-shape-top {
    top: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: 50px;
}
.elementor-5193 .elementor-element.elementor-element-6c994989 > .elementor-shape-top svg {
    height: 88px;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
section#footer {
    position: relative;
    /* margin-top: -50px; */
}
.join-button a {
    background-color: #385877;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0px 18px 0px 0px;
    border-radius: 40px;
    line-height: 47px;
    margin-top: 10px;
    display: block;
    width: 60%;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
}
.join-button a i {
    float: left;
    width: 47px;
    height: 47px;
    color: #333;
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    padding: 12px 0px 0px 0px;
    margin-right: 15px;
    color:#fff;
}

.join-button .facebook:hover,
.join-button a .fa-facebook{background:#4468c0;}
.join-button .instagram:hover,
.join-button a .fa-instagram{background:#3f729b ;}
.join-button .linkedin:hover,
.join-button a .fa-linkedin{background:#0e76a8 ;}
.join-button .youtube:hover,
.join-button a .fa-youtube{background: #d61616;}
.copycont {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    gap: 10px;
}

.copycont p {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #b9b8b8;
    /* width: 100%; */
}

.copyright {
    background: #466583;
    width: 100%;
    float: left;
    border-top: solid 1px #385877;
}

.copycont p a {
    color: #b9b8b8;
}
.menu ul li.login {
    background: #425cbb;
    border-radius: 3px;
    margin: 0 8px;
}

.search ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 74%;
    margin: 0 13%;
}

.search ul li {
    background: #425cbb;
    padding: 10px 20px;
    border-radius: 20px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 39%);
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 6px;
}
.search ul li a{
    color:#fff;
}
.web-container {
    width: 80%;
    margin: 0px auto;
}

.search ul li:hover {
    background: #000;
}

.searchbox {
    width: 100%;
    text-align: center;
}

.searchbox h2, .searchbox h1 {
    color: #fff;
    margin: 25px 0;
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 54px;
    font-weight: 100;
    padding: 0 50px;
}
.location {
    width: 100%;
    float: left;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ccc5c5 url(../images/signup.jpg);
    background-size: 30%;
    background-attachment: fixed;
    }
.location:before{
    content:'';
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    background: rgb(0 0 0 / 66%);
}
.innerheader {
    background: #3c3c3c;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 9;
}
.locafrm {
    width: 36%;
    margin: 50px auto;
    background: #fff;
    text-align: center;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.locafrm h4 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    float: left;
}

.locafrm span {
    color: #9c9c9c;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.locafrm ul {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.locafrm ul li {
    width: 100%;
    float: left;
    display: flex;
    border: solid 1px #e2e2e2;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #f5f5f5;
    height: 45px;
    line-height: 45px;
}

.locafrm ul li span {
    width: 50px;
    border-right: solid 1px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locafrm ul li span img {
    padding: 5px 0;
    width: 22px;
    opacity: 0.4;
}

.locafrm ul li input[type="text"], .locafrm ul li input[type="password"], .locafrm ul li input[type="number"] {
    border: none;
    width: 100%;
    padding-left: 0;
    background: #f5f5f5;
    font-size: 14px;
    color: #9c9c9c;
    outline: 0;
    text-indent: 10px;
}

.locafrm ul li:last-child {
    margin-bottom: 0;
    background: #1157a5eb;
    text-align: center;
    margin-top: 10px;
}
.locafrm ul li.pwsd {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}

.locafrm ul li.pwsd span, .locafrm ul li.pwsd span a {
    width: auto;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #8c8c8c;
    border: none;
    display: flex;
}

.locafrm ul li.pwsd span input[type="checkbox"] {
    margin-right: 5px;
}
.locafrm ul li:last-child input[type="submit"] {
    width: 100%;
    background: transparent;
    border: none;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
.locafrm ul li select {
    width: 100%;
    float: left;
    border: none;
    background: #f5f5f5;
    font-size: 14px;
    padding-left: 5px;
    color: #9c9c9c;
    border-radius: 5px;
    outline: 0;
}
.locafrm ul.signup li {
    position: relative;
}

.locafrm ul.signup li select {
    padding: 0;
}
.locafrm ul.signup li:last-child {
    padding: 0;
}

.locafrm ul.signup input[type="file"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    font-size: 13px;
    background: transparent;
    border: none;
    opacity: 0;
    z-index: 99;
    width: 100%;
    right: 0;
    height: 100%;
}
.locafrm ul.signup li.profile:before {content: '';width: 30px;height: 30px;background: url(../images/upload-icon.png);background-size: cover;position: absolute;top: 50%;left: 8px;z-index: 99;transform: translateY(-50%);opacity: 0.6;}
.locafrm ul.signup li.profile:after {
    content: 'upload profile';
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    font-size: 14px;
    text-transform: capitalize;
}
.locafrm p {
    margin-top: 15px;
    font-size: 14px;
    color: #9c9c9c;
    letter-spacing: 0.3px;
}

.locafrm p a {
    color: #2464ac;
}
.headers .header {
    box-shadow: 0px 1px 0px 0px #555;
}
img {
    max-width: 100%;
}

.portbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -60px;
    z-index: 9;
    position: relative;
}

.portfolio {
    width: 100%;
    float: left;
}

.portimg {
    width: 100%;
    float: left;
    text-align: center;
    height: 150px;
    position:relative;
}

.portimg img {
    border-radius: 100%;
    width: 120px !important;
    height: 120px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: top;
    border: solid 1px rgb(221 221 221 / 41%);
}

.portname {
    width: 30%;
    float: left;
    text-align: center;
}

.portname ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portname ul li {
    margin: 0 20px;
}
.sociallinks {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -25px;
}

.socialmedia {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialmedia ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
    width: 100%;
    justify-content: flex-start;
}

.socialmedia ul li {
    margin: 0 4px;
    font-size: 26px;
}
.socialmedia ul li i.fa.fa-facebook {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
    
}

.socialmedia ul li i.fa.fa-instagram {
    background: #bc2a8d !important;
    border-color: #bc2a8d !important;
}

.socialmedia ul li i.fa.fa-linkedin {
    background: #0e76a8 !important;
    border-color: #0e76a8 !important;
}

.socialmedia ul li i.fa.fa-youtube {
    background: #FF0000 !important;
    border-color: #FF0000 !important;
}

.socialmedia ul li a i {
    color: #888da8;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #888da8;
}
.portname h4 {
    margin: 0;
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 29px;
    margin-bottom: 0;
}

.portname  span {
    font-size: 14px;
    color: #888da8;
    float: left;
    width: 100%;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 20px;
}
.socialmedia ul li i.fa.fa-twitter {
    background: #00acee !important;
    border-color: #00acee !important;
}

.socialmedia ul li i.fa.fa-web {
    background: #607d8b !important;
    border-color: #607d8b !important;
}
.socialmedia ul li i.fa.fa-globe {
    background: #009688 !important;
    border-color: #009688 !important;
}
.socialmedia ul li i.fa.fa-pinterest {
    background: #E60023 !important;
    border-color: #E60023 !important;
}
.socialmedia ul li i.fa.fa-whatsapp {
    background: #25D366 !important;
    border-color: #25D366 !important;
}
.socialmedia ul li a i {
    color:#fff !important;
}
a:hover {
    text-decoration: none;
}
.portbanner {
    width: 100%;
    float: left;
}

.portimg h4 {
    margin: 0;
    font-size: 26px;
    line-height: 24px;
    color: #050505;
}

.portimg span {
    font-size: 13px;
    color: #888da8;
    float: left;
    width: 100%;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 2px;
}
.tabs {
    width: 100%;
    float: left;
    padding: 15px;
    background: linear-gradient(to bottom, #ffffff, #f6f6f6);
    padding-top: 20px;
}

.tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.tabs li a {
    color: #000;
}

.tabs li {
    font-size: 12px;
    line-height: 20px;
}

.tabs li:last-child a i {
    /* margin-left: 2px; */
    /* color: #46508a; */
    /* font-size: 26px; */
    /* position: relative; */
    /* top: 5px; */
}
.portdetl {
    float: left;
    width: 100%;
    /* overflow: hidden; */
}

.portleft {
    width: 24%;
    text-align: center;
}

.portdtlcont {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}
.portrgt {
    width: 85%;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin-right: 1%;
}
.procont {
    width: 100%;
    float: left;
    margin-top: 0px;
}
.procontstn {
    width: 100%;
    float: left;
}

.procontstn h4 {
    font-size: 22px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #a2a9b1;
    line-height: 36px;
    margin-top: 1rem;
}

.proinfo {
    width: 100%;
    float: left;
}

.proinfo h5 {
    padding-bottom: 10px;
    border-bottom: solid 1px #e9f1fd;
    color: #000;
    margin: 5px 0;
    background: #b0c4de;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}

.info-list {
    padding: 0;
    list-style: none;
    width: auto;
    display: inline-block;
}
.info-list li, .info-list li a {
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 24px;
}

.info-list li span {
    width: auto;
    float: left;
    font-weight: 500;
    color: #000;
    border: none;
    letter-spacing: 0.2px;
    font-size: 14px;
    margin-right: 5px;
    /* white-space: nowrap; */
}
.info-list li {
    display: flex;
}

.info-list li p {
    margin: 0;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.proinfo:last-child {
    margin: 0;
}
.profil {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 33px;
}
.portfoimg {
    width: 100%;
    float: left;
}

.portfoimg img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: top;
}

.portfoimg h4 {
    margin: 0;
    font-size: 26px;
    line-height: 24px;
}
.portfoimg h4 {
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.portfoimg span {
    font-size: 13px;
    color: #888da8;
    float: left;
    width: 100%;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 2px;
}
.profil p {
    margin: 0;
    float: left;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    margin-top: 5px;
    color: #565656;
    letter-spacing: 0.3px;
}
.profil h5 {
    text-align: left;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9f1fd;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.repro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
    float: left;
    text-align: left;
}

.reimg {
    width: 30%;
    float: left;
}

.reimg img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.recont {
    width: 65%;
    float: left;
}

.recont h6 {
    margin: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #565656;
}

.recont span {
    color: #888da8;
    font-size: 12px;
    letter-spacing: 0.4px;
    float: left;
    width: 100%;
}
.procont p {
    font-size: 14px;
    line-height: 24px;
}

.procont h3 {
    font-size: 20px;
    color: #565656;
    letter-spacing: 0.5px;
}

.procont ul {
    margin: 0;
}

.procont ul li {
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #2d2d2d;
    line-height: 24px;
}
.pgallery {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.pgallery ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pgallery ul li {
    width: 24%;
    margin: 0.5%;
}

.pgallery ul li img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: top;
}
.profil .socialmedia {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    float: left;
    border-top: 1px solid #e9f1fd;
    flex-wrap: wrap;
}

.profil .socialmedia ul {
    top: 0;
    margin-top: 12px;
}

.profil .socialmedia ul li a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
}

.profil .socialmedia li {
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profil .socialmedia li a {
    width: 100%;
    float: left;
}
div#lightgallery.Photo-Gallery {
}

.lightbox {
}
.lightbox img.img-responsive:hover {
    transform: scale(1.1);
}
.lightbox img.img-responsive {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: ease all 0.5s;
    object-position: top;
}
.video {
    display: flex;
    width: 100%;
    float: left;
    flex-wrap: wrap;
    justify-content: space-around;
}

.videobox {
    width: 48%;
    margin-bottom: 1%;
}

.press-release .pressdetail {
    width: 100%;
    padding: 6px 0;
    background: #f7f7f7;
}

.press-release .lightbox {
    width: 32%;
    border-radius: 10px;
    box-shadow: 6px 6px 8px rgb(115 113 113 / 11%);
    margin-bottom: 20px;
    text-align: center;
    border: solid 3px #939598;
}

.press-release .pressdetail h4 {
    margin: 0;
    line-height: 17px;
    font-weight: 900;
    color: #46508a;
    font-size: 17px;
}

.press-release .pressdetail span {
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #989898;
}
.press-release .lightbox img.img-responsive {
    height: 150px;
    padding: 5px;
}
.contact {
    width: 100%;
    float: left;
    background: url(../images/contact-banner.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.contacfrom {
    position: absolute;
    top: 20%;
    right: 10%;
    background: #fff;
    padding: 30px;
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.controw {
    width: 100%;
    float: left;
}

.conttile {
    width: 100%;
    float: left;
}

.conttile input[type="tel"], .conttile input[type="text"], .conttile input[type="email"], .conttile input[type="phone"], .conttile input[type="password"]
    {width: 100%;
    float: left;
    margin: 5px 0;
    height: 40px;
    background: #fff;
    line-height: 36px;
    border: solid 1px #ededed;
    border-radius: 5px;
    text-indent: 8px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
}
.conttile textarea {
    height: 150px;
    float: left;
    border: solid 1px #ededed;
    border-radius: 5px;
    width: 100%;
    margin: 5px 0;
    outline: 0;
    resize: none;
    font-size: 14px;
    font-weight: 300;
    text-indent: 8px;
    padding-top: 5px;
    letter-spacing: 0.4px;
}
.controw h4 {
    font-size: 26px;
    line-height: 20px;
}

.controw .heading {margin-bottom: 16px;text-align: left;}
.btnd {
    overflow: hidden;
    width: 100%;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    float: left;
    display: block;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    color: #37474f;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0;
    border: solid 1px #ededed;
    height: 40px;
    line-height: 40px;
    background: #1157a5eb;
    border-radius: 5px;
}

.btnd:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.btnd:hover:before{
        opacity: 1;
    background-color: #3f51b5;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btnchild {width: 100%;float: left;background: transparent;border: none;text-transform: uppercase;font-size: 14px;letter-spacing: 1px;color: #fff;cursor: pointer;}
.famousstn.internalpage {
    background: #edf2f6;
    padding: 70px 0;
}

.famousstn.internalpage .row {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.famousstn.internalpage .procont {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: solid 1px #e9f1fd;
    font-size: 18px;
    color: #3f4451;
    margin: 0 0 20px 0;
    align-items: center;
}

.cotlft {
    width: auto;
}

.cotlrgt {
    width: auto;
    display: flex;
    justify-content: space-between;
}

.sort {
    width: auto;
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-right: 20px;
}

.cotlrgt .search {
    width: 100%;
    position: static;
    transform: inherit;
    z-index: 1;
}

.cotlrgt .search form.form--merge {
    margin: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: inherit;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: inherit;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.cotlrgt .search form.form--merge input[type="search"] {
    color: #565656;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0 9px;
    height: 100%;
    letter-spacing: 0.1px;
    font-size: 13px;
}

.cotlrgt .search form.form--merge input[type="search"]::placeholder {
    color: #565656;
}
.sort span {
    white-space: nowrap;
    font-size: 15px;
    margin-right: 10px;
    color: #3f4451;
    font-weight: 400;
}
.sort select {font-weight: 300;font-size: 13px;border: 1px solid #d8d8d8;padding: 3px 10px;border-radius: 3px;color: #737373;padding-left: 5px;height: 40px;}
.famousstn.internalpage .proinfo h5 {
    border: none;
    padding: 0;
    margin: 0;
}
.famousstn.internalpage form.form--merge button img {
    width: 15px;
    height: 15px;
    opacity: 0.5;
    position: relative;
    top: -2px;
}
.socialmedia ul li:first-child {
    font-size: 13px;
    color: #888da8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    white-space: nowrap;
}
.btnss {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
}

.btnss .btnd {
    width: auto;
    float: left;
    padding: 0 40px;
}

.btnss .btnd:hover .btnchild {color: #000;cursor: pointer;}
.famousstn.internalpage .direcbox {
    width: 32%;
    float: left;
    margin: 0 0.5% 1%;
}

.famousstn.internalpage .direcbox .profile img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.famousstn.internalpage .direcbox .directcont {
    padding: 10px;
}

.famousstn.internalpage .direcbox .directcont h4 {
    font-size: 17px;
    line-height: 20px;
}

.famousstn.internalpage .direcbox .directcont ul {
}

.famousstn.internalpage .direcbox .directcont ul li img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    padding: 4px;
    margin-bottom: 5px;
    background: transparent;
}

.famousstn.internalpage .direcbox .directcont ul li i {
    width: 32px;
}

.famousstn.internalpage .direcbox .directcont ul li {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
}

.famousstn.internalpage .direcbox .directcont .profile {
    display: flex;
    flex-wrap: wrap;
}

.famousstn.internalpage .direcbox .directcont .profile span {font-size: 13px;line-height: 13px;}
.portleft.mycard {
    width: 42%;
    margin: 0px auto;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    background: url(../images/bg-card2.png);
    background-color: #2e3135;
    flex-wrap: wrap;
}

.portleft.mycard .profil {
    padding: 0;
    margin: 0;
    width: 36%;
    background: transparent;
}
.portleft.mycard .socialmedia {
    margin: 0;
    padding: 0;
    border: none;
}

.portleft.mycard .socialmedia ul {
    margin: 0;
}
.portleft.mycard .profil h4 {
    font-size: 19px;
    white-space: nowrap;
    color: #888da8;
}
.profilcon {
    width: 64%;
    float: right;
}

.portleft.mycard ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.portleft.mycard ul li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 0 7px 0;
    color: #888da8;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.portleft.mycard ul li i {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}

.portleft.mycard .socialmedia ul li {
    margin: 5px;
}

.portleft.mycard .socialmedia ul li i {
    margin: 0;
}
.portleft.mycard ul li i img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.portleft.mycard ul li:last-child {
    margin-bottom: 0;
}

.portleft.mycard .socialmedia ul li {
    margin: 3px;
}

.portleft.mycard .socialmedia ul li i {
    margin: 0;
}
.portleft.mycard ul li:last-child img {
    width: 70px;
    border-radius: 3px;
}
.portleft.mycard ul.cardmenu {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0px;
    background: #9e9e9e;
    border-radius: 5px;
    width: 100%;
}

.portleft.mycard ul.cardmenu li {
    margin: 0;
    flex-direction: column;
    color: #e9e9e9;
    border-right: solid 1px #bbb6b6;
    width: 16.6%;
    transition: ease all 0.5s;
}

.portleft.mycard ul.cardmenu li i {
    margin: 0;
    width: auto;
    height: auto;
}

.portleft.mycard ul.cardmenu li span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-top: 2px;
}

.portleft.mycard ul.cardmenu li:last-child {
    border: none;
}
.portleft.mycard ul.cardmenu li:hover {
    color: #425cbb;
    cursor: pointer;
}
.portleft .btnd {
    padding: 0 15px;
    width: auto;
    height: auto;
    background: transparent;
    margin-top: 15px;
}

.portleft .btnd a.btnchild {
    font-size: 12px;
    line-height: 30px;
    color: #1157a5eb;
}
.menu ul li a:hover {
    color: #fff;
}

.menu ul li a:hover .fa.fa-facebook {
    color: #425cbb;
}

.menu ul li a:hover .fa.fa-instagram {
    color: #fbad50;
}

.menu ul li a:hover .fa.fa-linkedin {
    color: #0077b5;
}

.menu ul li a:hover i.fa.fa-youtube {
    color: #ca0303;
}
.famvpro a:hover {
    background: #e39124;
    border-color: #e39124;
}
.ftrssbox ul li a:hover {
    color: #fff !important;
}
.tabs li a:hover {
    color: #425cbb;
}
.socialmedia ul li.nolink {
    opacity: 0.2;
    cursor: default;
}

.socialmedia ul li.nolink :hover i {
    cursor: inherit;
}

.socialmedia ul li.nolink:hover a i.fa {
    background: #fff !important;
    color: rgb(0 0 0 / 70%) !important;
    border: 1px solid #a2a3a6 !important;
}
.socialmedia ul li.nolink a,
.socialmedia ul li.nolink a {
    cursor: default;
}
.fixed {
    box-shadow: 0 0.15rem 0.1rem 0 rgb(0 0 0 / 5%);
    width: 100%;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    background: #fff;
    margin: 0;
}
.container.navbar {
    padding: 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
.header.fixed {
    background: #3c3c3c;
    box-shadow: 1px 4px 3px rgb(85 85 85 / 55%);
}
.desktop-show{
    display:block;
}
.mobile-show{
    display:none;
}
.portbanner img {
    width: 100%;
}
.tabslayer {
    width: auto;
    float: left;
    background: #f7f7f7;
    border-right: 1px solid #a7d7f9;
    border-bottom: 1px solid #a7d7f9;
}
.tabs li:last-child {
    float: right;
    border: none;
    padding: 0;
    position: absolute;
    right: 0;
}
.location .container {
    align-items: center;
    justify-content: center;
    display: flex;
}
.locafrm ul li select {
    height: 100% !important;
    float: left;
    line-height: 45px;
    text-indent: 5px;
}
     .opacity-down {
        pointer-events: none !important;
    }
    .fltr_div {width: 100%;float: left;position: absolute;top: 0;display:none;}
.fltre {
    width: 100%;
    float: left;
    position: relative;
}
.inner_fltr {width: 100%;background: #fff;float: left;margin-top: 0px;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);border-radius: 30px;padding-top: 50px;}
.inner_fltr ul li:hover {
    background-color:#f8f8f8;
	cursor:pointer
}
.inner_fltr ul {
    text-align: left;
    padding: 1%;
    list-style: none;
    width: 100%;
    margin: 0;
}
.inner_fltr ul li{
    float: left;
    width: 100%;
    background: inherit;
    box-shadow: none;
    padding: 5px 0;
    margin: 0;
    border-bottom: solid 1px #f5f5f5;
    border-radius: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}
.inner_fltr ul li p {
    float:left;
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 10px !important;
}
.inner_fltr ul li img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
.inner_fltr ul li:hover
{
	background: #f3f3f3;
}
.fltre {
    width: 100%;
    float: left;
    position: relative;
}
.inner_fltr ul li p font {width: 100%;float: left;position: relative;top: -1px;letter-spacing: 0.2px;color: #80868B;font-size: 11px;font-weight: 400;}
.searchinput {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 99;
    border: solid 1px #d3d3d3;
    border-radius: 50px;
    /* box-shadow: 5px 1px 3px rgb(64 64 64); */
    background: #fff;
}
.search input[type="search"]:focus {
    color: #000;
}
.searchinput.shadow, .searchinput:focus {
    box-shadow: none;
}

.searchinput.shadow input.websearch {
    color: #000;
}
.menu ul li.active a {
    color: #627de2;
    font-weight: 600;
}
.inner_fltr ul li p b {
    font-weight: 600;
}

.inner_fltr ul li p:last-child {
    width: 70%;
    font-weight: 600;
}
.opacity-down {
    opacity: 0.2;
    cursor: default;
}
.at-share-btn-elements {
    display: flex;
}

/*.at-style-responsive .at-share-btn {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    color: #888da8;*/
/*    font-size: 11px;*/
/*    border: 1px solid #888da8;*/
/*    border-radius: 100% !important;*/
/*}*/
/*a.at-icon-wrapper.at-share-btn.at-svc-facebook, a.at-icon-wrapper.at-share-btn.at-svc-twitter, a.at-icon-wrapper.at-share-btn.at-svc-linkedin, a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share, a.at-icon-wrapper.at-share-btn.at-svc-compact, a.at-icon-wrapper.at-share-btn.at-svc-email {*/
/*    background: transparent !important;*/
/*    border: solid 1px #888da8 !important;*/
/*    position: relative;*/
/*    outline: 0 !important;*/
/*}*/

/*svg.at-icon.at-icon-facebook, svg.at-icon.at-icon-twitter, svg.at-icon.at-icon-linkedin, svg.at-icon.at-icon-pinterest_share, svg.at-icon.at-icon-addthis, svg.at-icon.at-icon-email {*/
/*    fill: #888da8 !important;*/
/*    width: 18px !important;*/
/*    height: 18px !important;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
/*.at-resp-share-element .at-share-btn .at-icon-wrapper {*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*}*/
.portbanner .banner-img {
        width: 100%;
        height: 318px;
        object-fit: cover;
    }   
    .socialmedia {
        justify-content: space-between;
    }
    .tabs li:last-child{
        float: none;
        position: static;
    }
    .profil .socialmedia {
        justify-content: center;
    }
    .profil .socialmedia ul {
        width: 100%;
        justify-content: center;
    }
    .lightbox {
    width: 24%;
    float: left;
    margin-bottom: 1.5%;
    margin-right: 1%;
}
div#lightgallery {
}
.page-wrap {float: left;width: 100%;margin-top: 20px;}

.page-wrap ul li a {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    color: #565656;
}

.page-wrap ul li.active a {color: #627de2;font-weight: bold;width: 30px;height: 30px;border: 1px solid #ddd;border-radius: 100%;line-height: 30px;position: relative;top: -3px;}
.opacity-down i {
    opacity: .7;
    pointer-events: none;
}

.opacity-down {
    pointer-events: none !important;
}
.tabs li:last-child{
    opacity: 1;
}
.tabs li.active a {
}
.tabs.fixed {z-index: 9;}
.procont ul li:nth-child(1) p a {
    text-transform: lowercase;
}
.locafrm ul li i {
    margin-right: 10px;
    cursor: pointer;
}
.locafrm ul li span label {
    margin: 0;
}
  #cfile:after {
    content: attr(data-content);
}
.locafrm ul li span.upload-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 400;
    color: #7a7a7a;
}
.locafrm ul.signup li.profile:after{
    display: none;
}
.locafrm ul li span.upload-label.Uploaded {
    text-transform: initial;
}
#header {
}
.locafrm ul.signup span {
    font-weight: 400;
    position: relative;
    top: -10px;
    float: right;
}
.tabs li.profiledit {position: absolute;}
a[href="#"] {
    cursor: default !important;
}
.repro:hover h6 {
    color: #425cbb;
}
.famname h3 a {
    color: #fff;
}

.famname span a {
    color: #cfcfcf;
}
.portleft.mycard ul.cardmenu li{
    position: relative;
}
.portleft.mycard ul.cardmenu li a {
display: flex;
flex-direction: column;
color: #e9e9e9;
}
.sharing-options {
    position: absolute;
    width: 150px;
    display: flex;
    top: 200%;
    right: 0;
    display: none;
}

.sharing-options .at-icon {
    float: left !important;
}
.portleft.mycard ul.cardmenu li.share-btn a {
    display: inline-block;
    border-radius: 5px !important;
}
.pp-wrap.rounded-rectangle img {
    border-radius: 5px !important;
}
.pp-wrap.rectangle img {
    border-radius: 0;
}
.pp-wrap.diamond img {
    border-radius: 0;
}

.pp-wrap.diamond:before {content: "";width: 100%;height: 100%;background-image: url(images/diamond-black.png);position: absolute;top: 0;left: 0;background-size: 100px;background-repeat: no-repeat;background-position: center;}

.pp-wrap {
    position: relative;
}

.pp-wrap.diamond:after {content: "";display: block;width: 100%;height: 10px;background: #2e3135;position: absolute;top: 0;left: 0;}
.pp-wrap.octogon img {
    border-radius: 0;
}

.pp-wrap.octogon:before {content: "";display: block;width: 100%;height: 100%;background-image: url(images/octogon-black.png);position: absolute;top: 0;left: 0;background-size: 100px;background-position: center 0px;background-repeat: no-repeat;}
.pp-wrap.dodecagon img {
    border-radius: 0;
}

.pp-wrap.dodecagon:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(images/dodecagon-black.png);
        position: absolute;
        top: 0;
        left: 0;
        background-size: 100px;
        background-position: center 0px;
        background-repeat: no-repeat;
}
.pp-wrap.irregular-dodecagon img {
    border-radius: 0;
}

.pp-wrap.irregular-dodecagon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/irregular-dodecagon-black.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100px;
    background-position: center 0px;
    background-repeat: no-repeat;
}
.portleft.mycard.mycard2 {
    background: url(images/card-bg-2.jpg);
    background-size: cover;
    background-position: center;
}

.portleft.mycard.mycard2:before {content: "";display: block;width: 100%;height: 100%;background: rgb(0 0 0 / 81%);position: absolute;top: 0;left: 0;border-radius: 5px;}

.portleft.mycard.mycard2 {
    position: relative;
}

.portleft.mycard.mycard2 .profil {
    position: relative;
}

.portleft.mycard.mycard2 .profil h4 {
    color: #fff;
}

.portleft.mycard.mycard2 .portfoimg span {
    color: #fff;
}


.portleft.mycard.mycard2 .profil .socialmedia ul li a i {
    color: #ededed;
    border: 1px solid #ededed;
}

.portleft.mycard.mycard2 .profilcon {
    position: relative;
}

.portleft.mycard.mycard2 .profilcon ul li {
    color: #ededed;
}

.portleft.mycard.mycard2 ul.cardmenu {
    position: relative;
    background: #195fad;
}

.portleft.mycard.mycard2 ul.cardmenu li {
    border-right: 1px solid #0264d2;
}

.portleft.mycard.mycard3 {
    background-image: radial-gradient( circle farthest-corner at 22.4% 21.7%,  rgb(0 87 195) 0%, rgba(2,83,185,1) 100.2% );
}

.portleft.mycard.mycard3 .profil h4 {
    color: #fff;
}
.portleft.mycard.mycard2 ul.cardmenu li a:hover {
    color: yellow;
}
.portleft.mycard.mycard2 ul.cardmenu li:hover {
    color: yellow;
}
.portleft.mycard.mycard3 ul.cardmenu li {
    border-right: 1px solid #1f1f1f;
}

.portleft.mycard.mycard3 ul.cardmenu li:hover,.portleft.mycard.mycard3 ul.cardmenu li:hover a {
    color: #08b79f;
}

.portleft.mycard.mycard3 .portfoimg span {
    color: #fff;
}

.portleft.mycard.mycard3 .socialmedia ul li i {
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.portleft.mycard.mycard3 ul li {
    color: #fff;
}

.portleft.mycard.mycard3 ul.cardmenu {
    background: #000;
}
.edit-btn-wrap a {
    color: #425cbb;
    font-size: 13px;
}

.edit-btn-wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.swiper-container {
    height: 50vh;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    width: 57px;
    height: 64px;
    background-size: 57px 64px;
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}


.slide-inner img {
    width: 100%;
    height: 100%;
}
.swiper-button-prev {
    background-image: url(../images/left-icon.png) !important;
      outline: 0;
    width: 25px;
    background-size: contain;
}
.swiper-button-next {
    background-image: url(../images/right-icon.png) !important;
    outline: 0;
    width: 25px;
    background-size: contain;
}
.profil .owl-theme .owl-controls {
    margin-top: -10px;
}

.profil .owl-theme .owl-controls span {
    width: 5px;
    height: 5px;
    margin: 2px;
}
.portdetl .container {
    max-width: 100%;
    padding: 0;
}
.proinfo.firstbox .proinfo.firstbox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    color: black;
    padding: 10px;
    clear: right;
    margin-left: 10px;
}
.procontstn h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}

.procontstn h1 span {
    font-size: 13px;
    font-weight: normal;
    color: #202122;
    letter-spacing: 0.2px;
    border-top: 1px solid #a2a9b1;
    line-height: 26px;
    display: inherit;
}
.procontstn p, .procontstn ul li {
    font-size: 14px;
    line-height: 23px;
    color: #202122;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.procontstn ul li {margin: 0;width: 100%;}

.procontstn ul {
    padding-left: 25px;
    margin: 0;
    display: inline-block;
}
.procontstn ul.info-list {
    padding: 0;
    width: 100%;
}
.procontstn a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.tabs h4 {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
    line-height: 20px;
    margin-top: 20px;
}
.proinfo.firstbox .procont {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    padding: 10px;
    clear: right;
    margin-left: 10px;
}

.proinfo.firstbox {
    width: 320px;
    float: right;
    background: #fff;
    padding: 25px;
    padding-right: 0;
    padding-top: 0;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.procontstn h4 span {
    font-weight: 500;
    text-decoration: underline;
    float: right;
}

.navbar .nav-toggle:hover  span:nth-child(2),
.navbar .nav-toggle:hover  span:nth-child(3){
    width: 55%;
}
.navbar .nav-toggle:hover span,
.navbar .nav-toggle.open:hover span {
    background-color: #425cbb;
}
.navbar .nav-toggle {
    display: block;
    width: 52px;
    height: 44px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    float: right;
    z-index: 9;
    right: 2px;
}

.navbar .nav-toggle span {
    display: block;
    width: 55%;
    height: 2px;
    border-radius: 1px;
    background: #000;
    /* -webkit-transition: .5s ease-in-out; */
    transition: .5s ease-in-out;
    margin-top: 5px;
    float: right;
    position: absolute;
    right: 0;
}

.navbar .nav-toggle span:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.navbar .nav-toggle span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 40%;
}

.navbar .nav-toggle span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 30%;
}

.navbar .nav-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    width: 52%;
}

.navbar .nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.navbar .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    width: 50%;
}

.navbar .nav-toggle.open span,
.innerheader .headerstrip .header-right .navbar a.nav-toggle.open span,
.headerstrip.fixed a.nav-toggle.open span {
    background: #7d7d7d;
}

.navbar .nav-layer {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.navbar .nav-layer.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.navbar .menu {
    width: auto;
    left: 0;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: -100vh;
    padding: 15px 30px;
    background: rgb(25 25 25 / 99%);
    height: auto;
    align-items: baseline;
    width: 100%;
    padding-top: 80px;
    top: 100%;
    height: 100vh;
}

.navbar .menu ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
}
.navbar .nav-toggle span {
    background-color: #fbf6f6;
}

.navbar .menu.open {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.menu ul li {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: solid 1px #525252;
    position: relative;
}

.menu.portmen {
}

.navbar .menu.portmen ul {
    width: 50%;
    margin: 0 25%;
}

.navbar .menu.portmen ul li.login {
    margin: 0;
    background: transparent;
    padding-bottom: 10px;
    border-bottom: solid 1px #353333;
}

.navbar .menu.portmen ul li {
    border-color: #353333;
}
.navbar .menu.portmen ul li.desktop-show {
    width: auto;
    border: none;
    padding: 10px 15px 0 0px;
}
.mainmen .nav-toggle.mobile-show {
    display: none;
}

.navbar.mainmen .menu {
    position: static;
    padding: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    background: transparent;
}

.navbar.mainmen .menu ul {
    width: auto;
}

.navbar.mainmen .menu ul li {
    padding: 0 8px;
    border: none;
    width: auto;
}
li.mtitle {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
    line-height: 20px;
    display: inline-block;
    margin: 10px 0;
}
#wowslider-container1{
    overflow:hidden;
}
#wowslider-container1, #wowslider-container1 .ws_images, #wowslider-container1 .ws_images > div > img{
    height:350px;
}
.navbar .menu.portmen ul.mobile-show {
    display: none;
}

.procontstn iframe {margin-right: 0.5%;width: 100%;height: 220px;}
.ftrssbox ul li:before {content: '\00BB';font-size: 19px;margin-right: 5px;color: rgb(255 255 255 / 66%);}

.ftrssbox ul li {
    width: 100%;
    float: left;
}
div#at4-share {
    right: 0 !important;
    left: auto;
}
#wowslider-container1 a[href="http://wowslider.com"] {
    display: none !important;
}
.famousstn.internalpage .proinfo h5.totalfind {
    background: transparent;
    padding: 0;
}
.portrgt h4 {font-weight: 500;}
.portdetl .ftrssbox.famname {
    padding: 20px;
}

.portdetl .ftrssbox.famname ul {
    display: inline-block;
}
.portdetl .ftrssbox.famname li {
    width: 35px;
    height: 35px;
    line-height: 8px;
}

.portdetl .ftrssbox.famname li a {
    color: #000;
}

.portdetl .ftrssbox.famname li::before {
    margin: 0;
}
.portdetl .ftrssbox.famname h4 {
    color: #000;
}
.lightbox.newsadd {
    position: relative;
}

.lightbox.newsadd h5 {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 56%);
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
}
.navbar.mainmen .menu ul li ul {
    position: absolute;
    width: 190px;
    float: left;
    left: 0;
    right: 0;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: ease all 0.5s;
    top: 300%;
}

.navbar.mainmen .menu ul li ul li {
    background: #f3f3f3;
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #ededed;
    transition: ease all 0.5s;
}

.navbar.mainmen .menu ul li ul li a {
    color: #000;
    width: 100%;
    float: left;
    line-height: 40px;
    padding: 0 10px;
    font-weight: normal;
}

.navbar.mainmen .menu ul li ul li:hover {
    background: #425cbb;
}

.navbar.mainmen .menu ul li ul li:hover a {
    color: #fff;
}

.navbar.mainmen .menu ul li ul li:last-child {
    border: none;
}
.navbar.mainmen .menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.direcbox.modifystn .directcont {
    position: static;
    height: 300px;
}

.direcbox.modifystn a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 1px #545353;
}

.famousstn.internalpage .direcbox.modifystn img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
}
.direcbox.modifystn a:hover {
    background: #425cbb;
    border-color: #425cbb;
    color: #000;
}
ul.info-list.contactsdtl {
    width: 50%;
}
.videogallery {
    display: flex;
    width: auto;
    overflow: auto;
}
.tabs li i {
    margin-right: 5px;
    color: #000;
}
.Referencess ul li a {
    font-weight: normal;
    text-transform: inherit;
}
.info-list li span i {
    margin-right: 10px;
}
.info-list li span i.fa.fa-user {
    color: #e13600;
}

.info-list li span i.fa.fa-birthday-cake {
    color: #dbc92a;
}

i.fa.fa-user i.fa.fa-hand-peace-o {}

.info-list li span i.fa.fa-hand-peace-o {
    color: #3f51b5;
}

.info-list li span i.fa.fa-signing {
    color: #f5912d;
}

.info-list li span i.fa.fa-life-ring {
    color: #7fc132;
}

.info-list li span i.fa.fa-arrows-v {
    color: #d35b30;
}


.info-list li span i.fa.fa-hourglass {
    color: #62a9e7;
}

.info-list li span i.fa.fa-female {
    color: #569b05;
}

.info-list li span i.fa.fa-television {
    color: #f44336;
}

.info-list li span i.fa.fa-rebel {
    color: #098;
}
.procontstn ul li.web a {
    text-transform: lowercase;
}
.info-list li span i.fa.fa-flag-checkered {
    color: #ff7865;
}

.info-list li span i.fa.fa-briefcase {
    color: #21bbaa;
}

.info-list li span i.fa.fa-child {
    color: #748a8d;
}

.info-list li span i.fa.fa-building {
    color: #673ab7;
}

.info-list li span i.fa.fa-sitemap {
    color: #065fd4;
}

.info-list li span i.fa.fa-area-chart {
    color: #fc114c;
}

.info-list li span i.fa.fa-globe {
    color: #009f00;
}
.procontstn h6, .careers {
}
.procontstn h4 {
    position: relative;
}

.procontstn h4:before {}
.rev_wrappper {
    float: left;
    width: 86%;
    margin: 25px 7%;
}

.no-reviews-heading {
    text-align: center;
    margin: 15px 0;
}

.submit-btn-wrapper {
    width: 100%;
    text-align: center;
    float: left;
}
.review-wrapper .review-box:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.star-rating-wrapper {
    border: 1px solid #ddd;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: 0px;
    position: relative;
}
.star-rating input {
    display: none;
}
.star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 32px;
    margin: 0;
}
.review-form .form-group:nth-child(3), .review-form .form-group:nth-child(4) {
    width: 100%;
    margin-right: 0;
}
.star-rating label:hover, .star-rating label:hover ~ label{
    color: #fc0;
}
.star-rating :checked ~ label {
  color:#f90;
}
.review-wrapper {
    margin-top: 0;
    width: 100%;
    float: left;
}

.review-descp h5 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 500;
}

.review-descp h6 {
    color: #626262;
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0;
}

.review-rating .checked {
    color: #f6a300;
}

.review-rating i {
    color: #ddd;
}

.review-text p {
    margin: 0;
}
@media(max-width: 640px){
        .review-img {
        }
        
        .review-img img {
            width: 50px;
            height: 50px;
        }
}
.forgot-wrap {
    display: flex;
    justify-content: flex-end;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
}
.review-rating {
    letter-spacing: 1px;
}
.review-wrapper .review-box:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.review-box {
}
.review-box {
    display: flex;
    border-radius: 3px;
    margin: 10px 0;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #ededed;
    margin-bottom: 0;
    float: left;
}

.review-img {
    width: auto;
    margin-right: 20px;
}

.review-descp {
    width: 90%;
}

.review-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}

.review-descp h5,.review-descp h6 {
    margin: 0;
}
form#reviewForm {
    width: 50%;
}

button.btn.btn-sm.btn-review.btnchild {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

form#reviewForm textarea.form-control {
    height: 100px;
    resize: none;
}
.review-box h6 {
    float: left;
    width: 100%;
}

.review-wrapper h6 {
    width: 100%;
    float: left;
    font-size: 20px;
    margin-top: 25px;
}

label.main-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 10px;
    letter-spacing: 0.5px;
    color: #425cbb;
}

#reviewForm .form-group {
    float: left;
    width: 100%;
}
.menu ul li a i.fa.fa-birthday-cake {
    margin-right: 5px;
    position: static;
    color: #fff;
}
.menu ul li.birthday {
    background: #e39124;
    border-radius: 3px;
}
.famous.birthday {width: 30%;}

.famous.birthday .famimg {
    margin: 0;
    display: flex;
    width: 100%;
    border: none;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}

.famous.birthday .fbirth {
    width: 30%;
}

.famous.birthday .famname {
    width: 65%;
    text-align: left;
    border: none;
    margin: 0;
}
.famous.birthday .searchtext {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px;
    font-size: 19px;
    background: #425cbb;
    margin: 0;
}

.famous.birthday .searchtext a {
    white-space: nowrap;
    color: #fff;
    width: 100%;
    float: left;
}
.famous.birthday .famvpro {
    background: #edf2f6;
    margin: 0;
    line-height: 30px;
}
.logo h1 {
    white-space: nowrap;
    color: #fff;
    font-size: 26px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    font-family: 'Lora', serif;
    font-style: italic;
}
.headerlft.cardhead, .headerlft.cardhead .logo, .famous.birthday .famname span i {
    width: 100%;
}
.famous.birthday .famname ul {
    padding: 0;
}
.famous.birthday .famname span {
    margin: 1px 0;
}
.famous.birthday .famname span i.fa.fa-birthday-cake {
    color: brown;
}

.famous.birthday .famname span i.fa.fa-map-marker {
    color: deepskyblue;
}
.famous.birthday .famname span i.fa.fa-map-marker em {
    font-style: normal;
    margin-left: 10px;
}
span.at4-share-count {
    display: none !important;
}
.info-list li span i.fa.fa-facebook {
    color: #3c5a98;
}

.info-list li span i.fa.fa-instagram {
    color: #F77737;
}

.info-list li span i.fa.fa-twitter {
    color: #1ea1f2;
}

.procontstn ul.menus {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.procontstn ul.menus li.mtitle {
    margin: 5px 0;
    color: #007bff;
    font-weight: 600;
    border-color: #007bff;
}

.procontstn ul.menus li {list-style: none;}

.procontstn ul.menus li a i {
    margin-right: 5px;
}
.procontstn ul.menus {
    padding: 0;
    margin: 0;
}

.procontstn ul.menus li {
    border: none;
    padding: 0;
}
.procontstn ul.menus li.mtitle {
    text-transform: capitalize;
}

.procontstn ul.menus li i {
    display: none;
}

.procontstn ul.menus li {line-height: 18px;}
.headerrgt i {
    color: #727272;
    position: absolute;
    right: 10px;
    top: 8px;
}
.searchboxport {
    width: 40%;
    position: relative;
}

.searchboxport input.websearch {
    background: transparent;
    border: none;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    color: #2d2d2d;
    padding-left: 1.125em;
    padding-right: 1.125em;
    height: 32px;
    width: 100%;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.procontstn ul li.socialm p a {
    text-transform: lowercase;
    margin: 0;
}
.proinfo.firstbox .procont ul li {
    display: inline-block;
}
.at-share-dock.at-shfs-medium .at4-count {
    display: none;
}
.searchboxport .searchinput {
    border: none;
    border-radius: 0;
    background: transparent;
}

.searchboxport .searchinput input.websearch {
    border: solid 1px #878787;
    border-radius: 50px;
    background: rgb(139 136 136 / 35%);
    height: 35px;
}
.famname span em {
    font-style: normal;
}
.portrgt table {background-color: #f8f9fa;color: #222;margin: 1em 0;border: 1px solid #a2a9b1;border-collapse: collapse;display: block;overflow: auto;max-height: 500px;}

.portrgt table tr td {font-size: 13px;line-height: 20px;}
.portrgt table th {
    background-color: #eaecf0;
    text-align: center;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    font-size: 16px;
    line-height: 26px;
}

.portrgt table td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    font-size: 14px;
    line-height: 30px;
}
h6.no-reviews-heading {
    color: #e5e4e4;
    font-weight: 100;
    font-size: 36px;
}
.reference ul li a, .external_links ul li a {
    text-transform: inherit;
}
.list-unstyled.lightgallery.glygas {
    width: 100%;
}

.list-unstyled.lightgallery.glyga .lightbox {
    width: 16%;
    margin: 0 0.5%;
    margin-bottom: 1%;
}
.list-unstyled.lightgallery.glygas .lightbox {
    width: 23%;
    margin: 0 0.2%;
    margin-bottom: 0.4%;
}
div#reviewResp {
    float: left;
    width: 100%;
}
.procontstn .subtitle {
    font-size: 24px;
    border-left: solid 4px #170c10;
    padding-left: 10px;
    line-height: 26px;
    color: #425cbb;
    margin-bottom: 25px;
    margin-top: 25px;
}
.famname span:nth-child(4) {
    color: #ff890e;
    margin: 2px 0;
}
.info-list li span i.fa.fa-linkedin {
    color: #0077b5;
}

.info-list li span i.fa.fa-whatsapp {
    color: #25D366;
}
.famousstn.portfolio .famous ul li:nth-child(1) {
    background: #3c5a98;
    border-color: #3c5a98;
}

.famousstn.portfolio .famous ul li:nth-child(2) {
    background: #F77737;
    border-color: #F77737;
}

.famousstn.portfolio .famous ul li:nth-child(3) {
    background: #0077b5;
    border-color: #0077b5;
}

.famousstn.portfolio .famous ul li:nth-child(4) {
    background: #25D366;
    border-color: #25D366;
}
.share {
    position: absolute;
    right: 5px;
    background: transparent;
    cursor: pointer;
}

.famousstn.internalpage .proinfo .share h5 {
    background: transparent;
    font-size: 11px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.shareslide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 1;
    transition: ease all 0.5s;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.shareslide .famname {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.shareslide.slow {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.banners img {
    width: 100%;
}
.famimg:before {
    content: '';
    border: solid 2px #ff890e;
    position: absolute;
    width: 115%;
    float: left;
    height: 115%;
    border-radius: 100%;
    left: -8%;
    top: -8%;
}

.famousbox .famname ul li {
    background: #ff890e;
    border: #ff890e;
}
.highlightdob {
    position: absolute;
    top: 5px;
    right: 5px;
}

.famname .highlightdob span {
    font-size: 30px;
    font-weight: bold;
    color: #ff890e;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}

.famousstn.portfolio .famous {
    width: 23%;
    padding: 0;
    background: #fff;
}

.famousstn.portfolio .famous .famimg:before {border: solid 2px #ededed;content: '';left: 0;right: 0;width: 100%;height: 100%;top: 0;}

.famousstn.portfolio .famous h3 a, .famousstn.portfolio .famvpro a {
    color: #000;
}

.portleft.mycard ul li a {
    display: flex;
    flex-direction: inherit;
    color: inherit;
}
.memorystn {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.memorybox {
    width: 32%;
    float: left;
    border: solid 1px #f5f5f5;
    padding: 20px;
    border-radius: 35px;
}

.memorytop {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.memorybody {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.memoryrow {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.memoryimage {
    width: auto;
    float: left;
}

.memoryname {
    float: left;
    width: 65%;
    margin-left: 5%;
}

.memorytimeline {
    width: 100%;
    float: left;
}

.memorytimeline h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
    color: #466583;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.memorytop h3 {
    font-size: 17px;
    line-height: 30px;
    border-bottom: solid 1px #ededed;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
}

.memoryname h3 {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    color: #0c68c1;
}

.memoryimage img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: solid 1px #ededed;
    padding: 5px;
    background: #edf2f6;
}

.timelinemenu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.timelinemenu span {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fcfdff;
    border-radius: 25px;
    text-transform: uppercase;
    color: #466583;
    border: solid 1px #deefff;
    font-size: 14px;
    letter-spacing: 1px;
}

.timelinemenu span img {
    width: 40px;
    margin-right: 10px;
}
.memoryname span {
    width: 100%;
    float: left;
    letter-spacing: 0.5px;
}

.memoryname span:last-child {
    color: #979494;
    font-weight: 300;
}

.myprofile .memoryrow {
    width: 20%;
    display: grid;
}

.myprofile .memoryrow .memoryimage {
    width: 100%;
}

.myprofile .memoryrow .memoryimage img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.myprofile .memoryrow .memoryname {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 10px;
}
.yeartabs span {
    margin: 0 5px;
    padding: 2px 10px;
    border-radius: 3px;
}
.yeartabs span.active {
    background: #425cbb;
    color: #fff;
}
.birthdaycategory {
    display: flex;
    gap: 10px;
}

.memoryinfo {
    width: 75%;
    float: left;
}

.yeartabs {
    margin-bottom: 20px;
}

.myprofile {
    display: flex;
    justify-content: space-between;
}

.boxcategory {
    width: 25%;
    float: left;
    position: relative;
}

.boxcategory img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.boxcategory:before {
    content: '';
    background: rgb(0 0 0 / 65%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.boxcategory h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    white-space: nowrap;
    font-size: 19px;
}
.birthdaystn {
    margin: 25px 0;
    width: 100%;
    float: left;
}

.memoryheading {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.memoryheading h4 {
    margin: 0;
    background: #004d97;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 19px;
}
.bmessage {
    width: 100%;
    float: left;
    position: relative;
}

.bmessage h1 {
    margin: 0;
    font-size: 46px;
    line-height: 50px;
    padding: 50px;
    position: relative;
    z-index: 1;
    font-family: fantasy;
}

.bmessage:before {
    content: '\201C';
    position: absolute;
    font-family: fantasy;
    font-size: 500px;
    line-height: 400px;
    color: #f1f1f1;
    z-index: 1;
}
.timelinemenu a {
    width: 100%;
}
.eventstn {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event {
    width: 49%;
    float: left;
    background: #fff7f7;
    margin-bottom: 20px;
    border: solid 1px #e7e7e7;
    border-radius: 50px;
}
.eventdetail {
    position: relative;
    width: 100%;
    padding: 25px;
    padding-bottom: 0;
}

.eventdetail h4 {
    font-size: 17px;
    line-height: 20px;
}
.directcont ul li a {
    color: inherit;
    display: flex;
    align-items: center;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
ul.breadcrumb {
    background: transparent;
}
.h-auto{
    height:auto !important;
}