/***
====================================================================
	Global CSS
====================================================================
 ***/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.9rem;
    font-weight: 400;
    color: #173446;
}

.bg-gray {
    background: #F1F1F1;
}

.form-group {
    margin-bottom: 1.5rem;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.form-control::placeholder {
    color: #454545;
}

a:hover {
    text-decoration: underline;
}

.form-group {
    position: relative !important;
}

.error-msg {
    position: absolute !important;
    left: 0.34rem;
    bottom: -1.1rem !important;
    font-size: 0.75rem !important;
    color: #BF1E2E;
    text-transform: capitalize;
}

a {
    text-decoration: none;
    cursor: pointer;
}

b {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}

ul {
    padding-left: 0;
    margin: 0;
}

li {
    display: inline;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    max-width: 100%;
}

textarea {
    overflow: hidden;
    appearance: none;
}

.btn.focus,
.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

 ::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #173446;
}

 ::selection {
    color: #fff;
    background: #173446;
}

.no-before::before {
    display: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #173446 !important;
}

textarea {
    resize: none;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid #dbdeea;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

form {
    margin: 0;
}

textarea {
    resize: none;
}

section {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text-yellow {
    color: #FFB300;
}

.text-green {
    color: #15AA8B;
}

.bg-primary {
    background-color: #173446;
}

.text-primary {
    color: #173446;
}

.btn-primary {
    color: #fff;
    background-color: #173446;
    border-color: #173446;
    font-size: 1rem;
    padding: 0.6rem 1rem;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0d1f2b !important;
    border-color: #0d1f2b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d1f2b !important;
    border-color: #0d1f2b;
}

.btn-primary:before:not(.remove-before) {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 1.25rem;
    height: 2px;
    margin-right: 0.625rem;
    background-color: rgb(255 255 255 / 17%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.btn:before:not(.remove-before) {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 1.25rem;
    height: 2px;
    margin-right: 0.625rem;
    background-color: #494848;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn:hover:after:not(.remove-before) {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.form-text {
    position: absolute;
}

.btn:not(.remove-before) {
    position: relative;
    z-index: 1;
    font-weight: 500;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    padding: 0 1rem;
    letter-spacing: 1px;
    border: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
}


/*======================================
                            Header
            ===================================*/

.top-header {
    padding: 0.51rem 0;
    display: inline-block;
    width: 100%;
}

.main-logo {
    padding-top: 0.4rem;
}

.header-social {
    margin-right: 1rem;
}

.header-social li {
    margin: 0 0.1rem;
}

.header-social li a {
    color: #173446;
    background-color: #fff;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 1.2rem;
    display: inline-block;
    text-align: center;
}

.header-social li a:hover {
    color: #ffffff;
    background-color: #FFB300;
}

.btn-subscribe {
    color: #15AA8B !important;
    float: left;
    position: relative;
    padding: 0;
    margin-right: 1rem;
}

.btn-subscribe::after {
    content: '';
    width: 1px;
    background: #7a90a1;
    height: 1rem;
    position: absolute;
    top: 3px;
    right: -11px;
}

.bottom-menu {
    background: #173446;
}

.btn-header-signup {
    color: #FFB300 !important;
    font-weight: 500;
}

.btn-header-login {
    font-weight: 500;
    color: #15AA8B !important;
    margin-right: 0.5rem;
}

.btn-header-login:hover,
.btn-header-signup:hover {
    text-decoration: underline;
}

.bottom-menu li {
    display: inline;
}

.main-navbar {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-navbar a {
    color: #ffffff;
    padding: 1.1rem;
    display: inline-block;
    font-size: 1rem;
}

.main-navbar a:hover {
    background: rgb(0 0 0 / 14%);
    text-decoration: none;
}
.main-navbar .active a:hover {
    background: rgba(1, 0, 4, 0.583);
    text-decoration: none;
}

.top-left-header {
    padding-top: 1rem;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0!important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .07);
    -webkit-animation: translateHeader .8s;
    animation: translateHeader .8s
}

.btn-menu::before {
    display: none;
}


/*=================================================
                       Mobile menu
     ===================================================*/

.mobile-navbar {
    background: #173446;
    color: #fff;
    position: fixed;
    z-index: 921;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    padding: 1rem;
    top: 4rem;
    transform: scale(0);
}

.mobile-navbar.show {
    transform: scale(1);
}

.mobile-navbar li {
    width: 100%;
    display: inline-block;
    padding: 1rem;
}

.btn-menu {
    background: #7a90a1;
    border-radius: 0;
    border: none;
    height: 3rem;
    width: 3rem;
    padding: 0;
    font-size: 1.2rem;
    color: #fff;
}


/*=================================================
                       Slider
     ===================================================*/

.slider-content h1 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 30px;
}

.slider-content .btn-form-search {
    background-color: #FFB300;
    color: #ffffff;
    border-top-left-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom-left-radius: 0;
}

.slider-content .btn-form-search::before {
    display: none;
}

.slider-content .search-form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 3.125rem;
    border: 0;
    padding-left: 1.3rem;
    font-size: 0.9rem;
    background-color: #ffffff;
}

.slider-content .where-form-control {
    background-color: #ffffff;
    height: 3.125rem;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 1.3rem;
    font-size: 0.9rem;
}

.slider-content .where-form-control:focus {
    border-color: #CED4DA !important;
}

.main-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0;
    color: #fff;
}


/*=================================================
                      Category Slider
     ===================================================*/

.category-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    text-align: center;
}

.category-slider .category-img {
    background: #F5F7F8;
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    text-align: center;
    display: inline-block;
    line-height: 8rem;
}

.category-slider .item {
    text-align: center;
    font-size: 1rem;
}

.category-slider .item h4 {
    font-size: 1rem;
    color: #173446;
    margin-top: 1rem;
}

.category-slider .owl-nav {
    position: absolute !important;
    width: 100%;
    top: 30%;
}

.category-slider .owl-next {
    position: absolute !important;
    right: 0;
}

.category-slider .owl-prev {
    position: absolute !important;
    left: 0;
}

.category-slider .owl-carousel .owl-nav .owl-prev,
.category-slider .owl-carousel .owl-nav .owl-next {
    width: 2.3rem;
    background: #7A90A1;
    color: #fff;
    height: 2.3rem;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 5rem;
    padding: 0;
    line-height: 2.3rem;
}


/*=================================================
                       Photographer
     ===================================================*/

.photographers .photographer {
    margin-bottom: 1.8rem;
}

.heading-subtitle {
    position: relative;
    font-size: 0.9rem;
    color: #173446;
    margin-bottom: 0.62rem;
}

.heading-title {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.photographer-img {
    height: 13rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5rem ease-in-out 0s;
}

.poses-img {
    height: 202px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5rem ease-in-out 0s;
}

.photographer {
    border: 1px solid #DDDDDD;
    position: relative;
    overflow: hidden;
}

.photographer-intro {
    padding: 0.6rem;
}

.photographer-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 .2rem 0;
}

.photographer-location {
    font-size: 0.9rem;
    margin: 0;
}

.photographer-price {
    padding: 0.5rem;
    border-top: 1px solid #dddddd;
    width: 100%;
    display: table;
}

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


.photographer .badge-info {
    color: #fff;
    background-color: #15AA8B;
    border-radius: 0;
    font-weight: 400;
    padding: 0.4rem 0.5rem;
    margin: 0.5rem;
    font-size: 0.8rem;
}

.photographer-slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.photographer-slider .owl-carousel .owl-nav .owl-prev,
.photographer-slider .owl-carousel .owl-nav .owl-next {
    width: 2.3rem;
    background: #7A90A1;
    color: #fff;
    height: 2.3rem;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 5rem;
    padding: 0;
    line-height: 2.3rem;
}

.pose-grid .owl-carousel .owl-nav .owl-prev,
.pose-grid .owl-carousel .owl-nav .owl-next {
    width: 2.3rem;
    background: #7A90A1;
    color: #fff;
    height: 2.3rem;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 5rem;
    padding: 0;
    line-height: 2.3rem;
}


/*=================================================
                     FAQ
     ===================================================*/

.accordion-item {
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 1.68rem 0 1.5rem;
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion-item .accordion-item-title {
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    display: block;
    position: relative;
}

.accordion-item .accordion-item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f067";
    font-family: fontawesome;
    color: #000000;
    font-size: 0.62rem;
    font-weight: 400;
    text-align: center;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
}

.accordion-item.opened .accordion-item-header:not(.collapsed) .accordion-item-title {
    color: #000000;
}

.accordion-item.opened .accordion-item-header:not(.collapsed) .accordion-item-title:after {
    color: #000000;
    content: "\f068"
}

.accordion-item .accordion-item-body {
    padding-top: 1.6rem;
}

.accordion-item .accordion-item-body p {
    margin-bottom: 0;
}


/*=================================================
                     Blog
     ===================================================*/

.post-item {
    position: relative;
    margin-bottom: 2.5rem;
}

.post-item .post-item-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.69rem;
}

.post-item-desc {
    color: #9B9B9B;
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.post-item .post-item-img img {
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.post-item .post-item-meta {
    margin-bottom: 0.44rem;
    font-size: 0.8rem;
}

.post-item .post-item-meta>* {
    position: relative;
    color: #222;
    padding-right: 0.625rem;
    margin-right: 0.625rem;
}

.post-item .post-item-meta>:after {
    content: '-';
    position: absolute;
    top: 0;
    right: -3px;
    color: #222;
}

.post-item .post-item-meta>:last-child {
    margin-right: 0;
    padding-right: 0.62rem;
}

.post-item .post-item-meta>:last-child:after {
    display: none
}

.post-item .post-item-title {
    font-size: 1.2rem;
    margin-bottom: 0.87rem;
    font-weight: 600;
    color: #000000;
}

.post-item .post-item-title a {
    color: #000000;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.post-item:hover .post-item-img img {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.post-item:hover .post-item-more .arrow-right {
    width: 3.75rem;
}


/*=================================================
                       Contact & Map
     ===================================================*/

.contact-form .form-control {
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 3.43rem;
    border-bottom: 1px solid #dddddd;
}


/*=================================================
                       Footer
     ===================================================*/

.footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #173446;
}

.footer .footer-widget {
    margin-bottom: 2.18rem;
}

.footer-widget_content {
    color: #738590;
}

.footer .footer-widget_title {
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 1.1rem;
}

.footer .footer-newsletter {
    margin-bottom: 4.06rem;
}

.footer .footer-newsletter_title span {
    color: #fff;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.81rem;
}

.footer .footer-newsletter_title a {
    border-bottom: 2px solid #fff
}

.footer .footer-newsletter_title a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .5)
}

.footer .footer-newsletter_form {
    position: relative
}

.footer .footer-newsletter_form .form-control {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding-left: 1.2rem;
    border-radius: 0;
    height: 3.43rem;
}

.footer .footer-newsletter_form .form-control:focus {
    background-color: transparent;
    border-color: #f9f9f9 !important;
}

.footer .footer-newsletter_form .form-control::-webkit-input-placeholder {
    color: #fff
}

.footer .footer-newsletter_form .form-control:-moz-placeholder {
    color: #fff
}

.footer .footer-newsletter_form .form-control::-moz-placeholder {
    color: #fff
}

.footer .footer-newsletter_form .form-control:-ms-input-placeholder {
    color: #fff
}

.footer .footer-newsletter_form .submit-btn {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-left: -2px;
    font-size: 1.12rem;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.footer .footer-newsletter_form .submit-btn:hover {
    color: #000000;
    background-color: #fff
}

.footer .social-icons li {
    margin-right: 1.2rem;
}

.footer .social-icons li a {
    color: #fff;
}

.footer .social-icons li a:hover {
    opacity: .6;
}

.footer .footer-copyright a,
.footer .footer-copyright {
    color: #738590
}


/*=================================================
                       scroll Top Btn
     ===================================================*/

button:focus {
    outline: none;
}

#scrollTopBtn {
    position: fixed;
    right: 0.63rem;
    bottom: 1.87rem;
    width: 2.8rem;
    height: 2.8rem;
    opacity: 0;
    z-index: 1000;
    border: none;
    font-size: 1.2rem;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #FFB300;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#scrollTopBtn:hover {
    background-color: #FFFFFF;
    color: #FFB300;
}

#scrollTopBtn.actived {
    right: 1.875rem;
    opacity: 1;
}


/*=================================================
                       Breadcrumb
     ===================================================*/

.main-breadcrumb .breadcrumb {
    width: max-content;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.text-muted {
    color: #7A90A1;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: #BCC7D0 !important;
}


/*=================================================
                       Blog
     ===================================================*/

.about-blog {
    position: relative;
    margin-bottom: 1.875rem;
}

.about-blog .about-blog-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.625rem;
    flex: 0 0 5.625rem;
    padding-right: 1.25rem;
}

.about-blog .about-blog-desc {
    line-height: 1.57rem;
    margin-bottom: 0;
}

.about-blog .about-blog-title {
    position: relative;
    font-size: 1rem;
    text-align: right;
    padding-bottom: 4px;
}

.about-blog .about-blog-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 1.25rem;
    height: 2px;
    background-color: #222;
}

.about-blog .about-blog-desc {
    line-height: 1.57rem;
    margin-bottom: 0;
    color: #9B9B9B;
}


/*=================================================
                       banner layout
     ===================================================*/

.banner-layout1 {
    margin-right: 5.625rem;
    background-size: cover;
    background-position: center center;
}

.banner-layout1 .banner-panel {
    background-color: #fff;
    padding: 5.625rem 0 5.625rem 5.625rem;
}

.banner-layout1 {
    margin-right: 5.625rem;
}


/*=================================================
                     counter
     ===================================================*/

.counter-item .counter {
    font-size: 3.125rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.counter-item .counter-item-desc {
    color: #173446;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    margin-bottom: 0;
}


/*=================================================
                     Team
     ===================================================*/

.member {
    position: relative;
    margin-bottom: 40px;
}

.member .member-img {
    position: relative;
    overflow: hidden;
}

.member .member-img img {
    width: 100%;
    -webkit-transition: -webkit-transform .9s linear, -webkit-filter .5s linear;
    transition: -webkit-transform .9s linear, -webkit-filter .5s linear;
    transition: transform .9s linear, filter .5s linear;
    transition: transform .9s linear, filter .5s linear, -webkit-transform .9s linear, -webkit-filter .5s linear
}

.member:hover .member-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg)
}

.member .member-info {
    padding-top: 27px
}

.member .member-info .member-name {
    font-size: 1.4rem;
    margin-bottom: .4rem;
    font-weight: 600;
}

.member .member-info .member-desc {
    margin-bottom: 0;
    color: #9B9B9B;
}

.member .social-icons li a {
    font-size: 1rem;
}

.member .member-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 35px;
    background-color: #1b1a1a;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.member .member-img-hover .social-icons li a {
    color: #fff;
}

.member .member-img-hover .social-icons li a:hover {
    color: #1b1a1a;
}

.member .member-img-hover .member-info .member-desc,
.member .member-img-hover .member-info .member-name {
    color: #fff;
}

.member:hover .member-img-hover {
    opacity: 1;
}


/*=================================================
                     testimonial
     ===================================================*/

.testimonials {
    padding: 5rem 0;
}

.testimonials .testimonials-title {
    background-color: #173446;
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    border-radius: 0.2rem;
    text-transform: capitalize;
    font-weight: 400;
}

.testimonial-item {
    position: relative
}

.testimonial-item .testimonial-item-desc {
    font-size: 1.625rem;
    line-height: 1.5;
    font-weight: 700;
    color: #1b1a1a;
    margin-bottom: 1.875rem
}

.testimonial-item-meta-title {
    font-size: 1.2rem;
    margin-bottom: 0.31rem;
    font-weight: 600;
}

.testimonial-item-meta-desc {
    margin-bottom: 0
}

.testimonial-item-thumb {
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 1.25rem
}

.testimonial-item-thumb img {
    max-width: 100%;
    border-radius: 50%
}

.testimonials .heading-title {
    font-size: 14px
}

.testimonials-owl .owl-nav .owl-prev {
    text-align: right;
    margin-right: 1rem !important;
}

.testimonials-owl .owl-nav .owl-next {
    text-align: left;
    margin-left: 1rem !important;
}

.testimonials-owl .owl-nav .owl-prev,
.testimonials-owl .owl-nav .owl-next {
    width: 69px;
    height: auto;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.testimonials-owl [class*=owl-]:hover {
    background: transparent !important;
}


/*=================================================
                     Blog details
     ===================================================*/

.blog-single .post-item {
    margin-bottom: 3.125rem
}

.blog-single .post-item .post-item-meta {
    margin-bottom: 21px
}

.blog-single .post-item .post-item-title {
    font-size: 29px;
    margin-bottom: 19px
}

.blog-single .post-item .post-item-desc {
    margin-bottom: 33px
}

.widget-tags ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: Heebo, sans-serif;
    color: #222;
    line-height: 1;
    text-transform: capitalize;
    padding-right: 10px;
    margin: 0 5px 9px 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.widget-tags ul li a:after {
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    color: #222
}

.widget-tags ul li a:hover {
    color: #000
}

.widget-tags ul li:last-child a {
    padding-right: 0
}

.widget-tags ul li:last-child a:after {
    display: none
}

.social-icons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-icons li {
    margin-right: 1.25rem
}

.social-icons li:last-of-type {
    margin-right: 0
}

.social-icons li a {
    font-size: 15px;
    color: #1b1a1a
}

.social-icons li a:hover {
    color: #1b1a1a
}

.social-icons-white li a {
    color: #fff
}

.social-icons-white li a:hover {
    color: #f9f9f9
}

.social-icons.flex-column li {
    margin-right: 0;
    margin-bottom: 10px
}

.social-icons.flex-column li:last-child {
    margin-bottom: 0
}

.posts-nav {
    border-top: 2px solid #e9e9e9
}

.posts-nav a {
    position: relative;
    color: #1b1a1a;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.posts-nav a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.125rem;
    height: 2px;
    background-color: #1b1a1a;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.posts-nav a:hover {
    color: #1b1a1a
}

.posts-nav a:hover:before {
    background-color: #1b1a1a
}

.posts-nav .nav-prev a:before {
    left: auto;
    right: 0
}

.widget {
    margin-bottom: 35px;
}

.widget:last-child {
    margin-bottom: 0
}

.widget .widget-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 17px
}

.widget-search .widget-search-form {
    position: relative
}

.widget-search .widget-search-form .form-control {
    padding-right: 1.875rem;
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 3.5rem;
    border-bottom: 2px solid #e9e9e9;
}

.widget-search .widget-search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    border: none;
    color: #1b1a1a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-about img {
    margin-bottom: 23px
}

.widget-categories li a {
    display: block;
    position: relative;
    font-family: Heebo, sans-serif;
    color: #1b1a1a;
    font-size: 15px;
    margin-bottom: 8px
}

.widget-categories li a:hover {
    color: #000
}

.widget-tags ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: Heebo, sans-serif;
    color: #222;
    line-height: 1;
    text-transform: capitalize;
    padding-right: 10px;
    margin: 0 5px 9px 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.widget-tags ul li a:after {
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    color: #222
}

.widget-tags ul li a:hover {
    color: #000
}

.widget-tags ul li:last-child a {
    padding-right: 0
}

.widget-tags ul li:last-child a:after {
    display: none
}

.instagram-images li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.625rem;
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
    margin: 5px
}

.instagram-images li img {
    max-width: 100%
}


/*=================================================
                     contact us
     ===================================================*/

.contact-box {
    position: relative;
    min-height: 4.4rem;
    margin-bottom: 1.875rem;
}

.contact-box .contact-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-box .contact-box-icon i {
    color: #e8e8e8;
    font-size: 4.06rem;
    line-height: 1
}

.contact-box .contact-box-content {
    padding-left: 1.25rem
}

.contact-box .contact-box-title {
    font-size: 1rem;
    margin-bottom: 0
}

.contact-box .contact-box-desc {
    margin-bottom: 0
}

.contact-info-layout2 .contact-box {
    min-height: auto
}


/*=================================================
                    photographer details
     ===================================================*/

.photogrpher-pick {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0 9.37rem;
    flex: 0 0 9.37rem;
    padding-right: 1.25rem;
    /* min-width: 160px !important; */
}

.photographer-rating {
    margin-top: 12px;
}

.photographer-rating li {
    font-size: 14px;
    padding-right: 5px;
}

.photographer-info .studio-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.studio-location {
    color: #173446;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.photographer-info .photographer-contact li {
    width: 100%;
    display: inline-block;
    font-size: 0.8rem;
}

.photographer-info ul {
    margin-bottom: 0.5rem;
}

.photographer-info .social-icons {
    width: 100%;
    margin-top: 0.31rem;
}

.btn-yellow {
    background: #FFB300;
    color: #fff;
}

.btn-yellow:hover {
    background: #E29F00;
    color: #fff;
}

.btn-hired {
    background: #15AA8B;
    color: #fff;
}

.btn-hired:hover {
    background: #0A987B;
    color: #fff;
}

.btn-save {
    background: #7A90A1;
    color: #fff;
}

.btn-save:hover {
    background: #56758D;
    color: #fff;
}

.btn-request-pricing {
    background: #2DBF02;
    color: #fff;
    margin-top: 0.5rem;
}

.btn-request-pricing:hover {
    background: #2AA805;
    color: #fff;
}

.photographer-tab {
    margin-top: 1rem;
}

.photographer-tab .tab-content {
    margin-top: 1rem;
}

.photographer-tab .nav-tabs .nav-item.show .nav-link,
.photographer-tab .nav-tabs .nav-link.active,
.photographer-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid;
}

.photographer-tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid;
    font-weight: bold;
    color: #000000;
    border-bottom-color: #000;
}

.request-form {
    background: #F1F1F1;
    padding: 1.2rem;
}

.request-form .form-control {
    min-height: 3rem;
    border: 0;
}

.request-form .form-control:focus {
    border: 1px solid #173446;
}

.request-form .btn-request-form {
    background-color: #15AA8B;
    color: #ffffff;
}

.request-form .btn-request-form:hover {
    background-color: #138F75;
}

.poses-group-owl .owl-carousel .owl-item .active {
    color: #276ef0 !important;
}
/*=================================================
                    Poses
     ===================================================*/
/* .badge .pose {
    font-size: .75rem !important;
    font-weight: 700 !important;
} */

/*.btn_text .studio-name{*/
/*    max-height: 30px;*/
/*    overflow: hidden;*/
/*}*/

 .psychics-detail {
     position: relative;
 }
.psychics-image {
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.psychics-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.psychics-content {
    padding: 0 20px 20px 20px;
    position: relative;
    margin-top: -160px;
}
.p-image {
    position: relative;
    top: -14px;
}
.profile-image {
    display: flex;
    max-width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
}
.profile-image img {

    border-radius: 50%;
    max-width: 100px;
    width: 100px;
    height: 100px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.psychics-content .photographer-name {
    font-size: 18px;
    margin-top: -6px;
    font-family: var(--questa-grande);
    font-style: 500;
    text-align:center;
}
.psychics-content p {
    font-size: 13px;
    text-align:center;
}
.psychics-star {
    margin: 10px 0;
}

.photographer-rating {
    /*display: flex;*/
    align-items: center;
    /*justify-content: space-between;*/
    gap: 0 15px;
}
.photographer-rating h4 {
    font-size:12px;
    font-weight:500;
    text-align:center;
}
.photographer-rating h3 {
    font-size:0.8rem;
    font-weight:500;
    text-align:center;
}

.owl-carousel:not(.owl-loaded){
    opacity: 0;
}

.poses-tags{
    max-height: 50px;
    width: 100%;
    overflow: auto;
}
