/*
Theme Name:  
Theme URI:  
Author: Falcon Marketing
Author URI: https://www.falconmarketing.com
Description: Custom theme
Version: 1.0
License:  
License URI: 
Text Domain:  fm_theme

*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500|Questrial');
@import url('https://www.fontify.me/wf/ede9f3ad1fd7b20adf0e42c71882e703');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600');

@font-face {
    font-family: 'KozMinPr6N-Regular';
    src: url('fonts/KozMinPr6N-Regular-AlphaNum.woff2') format('woff2'), url('fonts/KozMinPr6N-Regular-AlphaNum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.fancybox-navigation {
    display: none !important;
}
@font-face {
    font-family: 'Circular Std Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Circular Std Bold'), url('fonts/CircularStd-Bold.woff') format('woff');
}

@font-face {
    font-family: 'KozMin-m';
    src: url('fonts/KozMinPr6N-Medium-AlphaNum.woff2') format('woff2'), url('fonts/KozMinPr6N-Medium-AlphaNum.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/*
font-family: 'Poppins', sans-serif;
font-family: 'Questrial', sans-serif;
*/
.contact-form #field_1_1,
.contact-form #field_1_2 {
	margin-bottom: 32px;
}
a.mobileonn{
    display: none;
}
.top-bar-sec{
    background-color: #a13b7a;
    height: 47px;
    line-height: 47px;
    position: relative;
    z-index: 1;
}
.top-bar-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar-sec ul li{
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-right: 30px;
}
.top-bar-sec ul li:hover,
.top-bar-sec span:hover,
.top-bar-sec a:hover{
    color: #fff !important;
}
.top-bar-sec span,
.top-bar-sec a{
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.top-bar-sec ul li img{
    margin-right: 15px;
    margin-top: -5px;
}
.top-bar-sec ul li:last-child{
    margin-right: 0;
}
.lc-font {
    text-transform: lowercase;
}

a {
    text-decoration: none;
}

a:hover {
    color: #a13b7a !important;
}

.quest-r16 {
    font-family: 'Questrial', sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 30px;
}
a.boxcard-color img{
    box-shadow: 0 0 41px 2px #d7d7d7db;
}
.quest-r15 {
    font-family: 'Questrial', sans-serif;
    color: #58585a;
    font-size: 15px;
}

.KozMin40 {
    color: #58585a;
    font-size: 40px;
    font-family: font86954;
}

.kozminpro {
    font-family: font86954 !important;
}

.quest-r18 {
    font-family: 'Questrial', sans-serif;
    color: #58585a;
    font-size: 18px;
}

.ssp-el {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
}

.ssp-l {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.ssp-mb {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.simi-btn {
    width: 245px;
    height: 48px;
    border: 1px solid #a13b7a;
    background: #a13b7a;
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.simi-btn:hover {
    transition: all 0.3s ease;
    background: #ffffff;
    color: #a13b7a;
}

.fa-angle-left:before {
    content: "\f104";
    top: 8px;
    position: absolute;
    left: 17px;
}

.fa-angle-left:before {
    top: 7px;
    position: absolute;
    left: 17px;
}

.fa-angle-right:before {
    top: 7px;
    position: absolute;
    right: 17px;
}

/* sidebar */

/*
.shortcode-widget-area{ 
    background: #f8f8f7;
}
*/
.textwidget .quest-r15 {
    padding: 15px;
}

.widget {
    margin-bottom: 35px;
    background: #f8f8f7;
    padding-bottom: 25px;
}

.widget .widget-title {
    font-size: 30px;
    font-family: font86954;
    padding-left: 15px;
    background: #a13b7a;
    height: 56px;
    line-height: 1.7;
    color: #ffffff;
    background-image: url(images/sidebar-curve.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.sidebar-readmore {
    margin-bottom: 25px;
    padding-left: 15px;
}

.sidebar-readmore a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #a13b7a;
}

.sidebar-readmore a:hover {
    color: #58585a;
}

.widget.widget_search {
    padding: 25px 15px;
}

.widget.widget_search .searchform input {
    height: 54px;
    font-size: 14px;
    color: #9f9f9f;
    font-family: font86954;
    background: #f8f8f7;
    border-radius: 0 !important;
    width: 77% !important;
    border: 1px solid #cccccb !important;
}

.widget.widget_search .searchform button {
    height: 54px;
    margin-top: -5px;
    width: 60px;
    background: #a13b7a;
}

.searchform button i {
    color: #ffffff;
}

.widget.widget_categories ul {
    list-style: none;
    padding: 15px 15px 0 15px;
}

.widget.widget_categories ul li {
    border-bottom: 1px solid #dadada;
}

.widget.widget_categories ul li:last-child {
    border-bottom: 0px !important;
}

.widget.widget_categories ul li a {
    font-family: 'Questrial', sans-serif;
    color: #58585a;
    font-size: 15px;
    color: #58585a;
    line-height: 2.5;
}

.widget.widget_categories ul li a:hover {
    color: #a13b7a;
}

/* blog page */
.p-blog-sec {
    padding: 60px 15px;
}

.thumb-blog,
.blog-title,
.blog-paragraph {
    margin-bottom: 25px;
}

.blog-paragraph p {
    font-size: 15px;
    font-family: 'Questrial', sans-serif;
    color: #58585a;
}

.thumb-blog img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.blog-title h3 {
    color: #58585a;
}

.read-more-button {
    margin-bottom: 70px;
}

.read-more-button a {
    width: 170px;
    height: 48px;
    border: 1px solid #a13b7a;
    background: #a13b7a;
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.read-more-button a:hover {
    transition: all 0.3s ease;
    background: #ffffff;
    color: #a13b7a;
    border: 1px solid #a13b7a;
}

.sub-pagenation-div {
    width: 100%;
    text-align: left;
}

.sub-pagenation-div ul {
    padding-left: 0;
    list-style: none;
}

.sub-pagenation-div ul li {
    float: left;
    margin-right: 15px;
    display: inline;
    text-align: center;
}

.sub-pagenation-div ul li.current a {
    background: #a13b7a;
    color: #ffffff;
}

.sub-pagenation-div ul li a:hover {
    transition: all 0.3s ease;
    background: #a13b7a;
    color: #ffffff;
}

.sub-pagenation-div ul li a {
    border-radius: 100%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    background: #eeeeee;
    font-family: font86954;
    font-weight: bold;
    font-size: 14px;
    color: #797979;
    line-height: 2.5;
}

.n-pagination-link a,
.p-pagination-link a {
    width: 80px !important;
    border-radius: 25px !important;
}

/* category page */
.cat-container {
    padding-top: 60px;
}

/* single page */
.single-post-sec {
    padding-top: 60px;
}

.single-page-meta .clearfix {
    float: left;
    width: 235px;
}

.single-page-meta .txt-pink {
    font-family: 'KozMin-m';
}

.comments-sec {
    padding-top: 30px;
}

.comments-sec .comment-box h1 {
    margin-bottom: 30px;
    font-family: 'KozMin-m';
    font-size: 28px;
}

.comment-reply-title,
.comment-form-url,
.comment-notes,
.comment-form label {
    display: none;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
    color: a0a0a0;
    font-family: 'KozMin-m';
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.comment-form-comment textarea {
    height: 50px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
    line-height: 3;
}

.comment-form .submit {
    width: 155px;
    border: 1px solid #a13b7a !important;
    background: #a13b7a;
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.comment-form .submit:hover {
    border: 1px solid #a13b7a;
    background: #ffffff;
    color: #a13b7a;
    text-align: center;
    transition: all 0.3s ease;
}

.comment-form .form-submit {
    margin-top: 30px;
}

/* services page */
.inner-service-sec {
    position: relative;
    margin-top: 15px;
    padding-top: 130px;
    background-position: left top;
    background: contain;
    background-repeat: no-repeat;
}

.inner-service-sec:before,
.hgallerylist-sec::before{
    background-size: 100% auto;
    content: "";
    background-image: url(images/inner-services-before.png);
    display: block;
    position: absolute;
    left: 0;
    top: 75px;
    background-repeat: no-repeat;
    width: 591px;
    height: 289px;
}
.inner-service-sec .col-sm-6, .inner-service-sec2 .col-sm-6 {
    flex: auto;
    max-width: 50%;
    margin-bottom: 30px;
}
.inner-service-sec,
.inner-service-sec2{
    padding: 60px 0 50px;
}
.inner-service-sec .s2-box,
.inner-service-sec2 .s2-box{
    box-shadow: 0 0 18px #f4f4f4;
    height: 100%;
    padding-bottom: 15px;
}
.inner-service-sec .s2-box h6,
.inner-service-sec2 .s2-box h6,
.inner-service-sec .s2-box p,
.inner-service-sec2 .s2-box p{
    padding: 0 30px;
}
.inner-service-sec .s2-box h6{
    text-transform: capitalize;
}
.s2-thumb-img img {
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.s2-icon-img {
    margin-bottom: 15px;
    margin-left: 10px;
    padding-top: 16px;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    background: #a13b7a;
    border: 5px solid #ffffff;
    margin-top: -50px;
    position: relative;
    text-align: center;
}
.s2-icon-img img {
    height: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(1%) hue-rotate(83deg) brightness(108%) contrast(100%);
}
.inner-service-sec2 {
    position: relative;
    padding: 50px 15px 0 15px;
}

.inner-service-sec2:before {
    background-size: 100% auto;
    content: "";
    background-image: url(images/inner-services-after.png);
    display: block;
    position: absolute;
    right: 0;
    top: -45px;
    background-repeat: no-repeat;
    width: 594px;
    height: 289px;
}
.s2-box ul {
    padding: 0 0 0 20px;
}
/* gallery page */
.gallery-portfolio {
    padding-top: 5px !important;
    padding-bottom: 50px;
}

/* about page */
.page-about-sec {
    position: relative;
    margin-top: 80px;
}

.page-about-sec2:after {
    z-index: -9;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(images/page-about-sec2-after.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.page-about-sec2 {
    z-index: -9;
    position: relative;
    background: #eeeeee;
    padding: 80px 15px 50px 15px;
    text-align: center;
}

.page-about-couple-col {
    padding-top: 45px;
}

.ap-srvs-col {
    padding: 0 !important;
}

.ap-r-title {
    margin-left: 10px;
    float: left;
    font-family: font86954;
    font-size: 20px;
    color: #58585a;
}

.page-about-sec2-logo {
    margin-bottom: 50px;
}

.page-about-sec2-desc {
    margin-top: 35px;
}

.txt-pink {
    color: #a13b7a;
}

.about-page-offer-sec {
    padding: 70px 15px;
    background: #ffffff;
    z-index: 999;
}

.about-page-offer-sec .KozMin40 {
    line-height: 1.2;
    margin-bottom: 0px !important;
}

.ap-os-couple-txt {
    padding: 30px 35px 0 0 !important;
}

.ap-os-couple-txt .quest-r16 {
    margin-top: 30px;
}

/* contact page */
.info-box-sec {
    padding: 80px 15px;
    position: relative;
}

.info-box-sec:after {
    z-index: -9;
    content: "";
    display: block;
    height: 205px;
    width: 545px;
    background-image: url(images/infox-page-after.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.pc-info-box {
    text-align: center;
    display: table;
    box-shadow: 0px 0px 10px 5px rgba(239, 239, 239, 1);
    width: 350px;
        height: 350px;
    border-radius: 100%;
    overflow: hidden;
}

.pc-info-box-content {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.pc-info-box-content i {
    display: none;
}

.pc-info-box-content h6 {
    font-family: 'Circular Std Bold' !important;
}

.brown-txt {
    color: #d7b06d;
}

.pc-info-box-p {
    font-size: 17px;
    height: 50px;
    margin: auto;
}

.pc-info-box-content img {
    margin-bottom: 20px;
}

.pc-info-box-p.ssp-l {
    width: 170px;
}

.c-adrs-link {
    color: #4f4f4f;
}

/* .csb{
     font-family: 'Circular Std Bold' !important;
} */
.pc-info-box-p.brown-txt.ssp-mb,
.cp-cin b {
    font-size: 17px;
    font-weight: 100;
}

.cp-info a,
.c-adrs-link {
    color: #a13b7a;
}

.cp-info a:hover,
.c-adrs-link:hover,
.ft-col a:hover {
    cursor: pointer;
    color: #000 !important;
}

.cp-info {
    margin: auto;
    text-align: center;
}

.pc-info-box-content h6 {
    font-size: 17px;
    margin-bottom: 20px;
}

.pc-info-box-p.mailto {
    color: #4f4f4f;
}

.pc-info-box-p.mailto:hover,
.pc-info-box-p.brown-txt.ssp-mb:hover {
    color: #a13b7a;
    cursor: pointer;
}

.pc-form-sec {
    z-index: 99;
    position: relative;
    padding: 50px 0;
}

#gform_3 {
    position: relative;
}

#gform_3 .cp-f-field input,
.cp-f-field textarea {
    background: #fbebf4 !important;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
}

#gform_3 .gform_footer.top_label {
    text-align: right;
}

#gform_3 .gform_footer.top_label input {
    text-transform: uppercase;
    font-family: 'Circular Std Bold';
    border-radius: 0;
    border: 1px solid #d7b06d;
    background: #d7b06d;
    bottom: 48px;
    position: absolute;
    right: 0;
}

#gform_3 .textarea.large {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
}

#gform_3 .gform_footer.top_label input:hover {
    border-radius: 0;
    border: 1px solid #d7b06d;
    background: #ffffff;
    color: #d7b06d;
}

#gform_3 label {
    display: none;
}

.map-sec {
    overflow: hidden;
    padding: 50px 15px;
    background: #eeeeee;
    position: relative;
}

.map-sec .entry-content {
    position: relative;
    z-index: 1;
}

.map-sec:after {
    content: "";
    display: block;
    height: 138px;
    width: 500px;
    background-image: url(images/pf-form-sec-after.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.textwidget p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

div#mapcanvas {
    height: 400px;
}

/*header*/
.inner-header {
    padding-top: 25px;
    height: 335px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(images/innerheader-bg.jpg);
}

.page-title {
    text-align: center;
}

.page-title h1 {
    line-height: 4;
    font-family: font86954;
    color: #58585a;
    font-size: 45px;
    padding-top: 75px;
    position: relative;
    display: inline-block;
}

.page-title h1::before {
    position: absolute;
    left: -40px;
    bottom: 80px;
    content: "";
    background-color: #58585a;
    width: 25px;
    height: 2px;
}

.page-title h1::after {
    position: absolute;
    right: -40px;
    bottom: 80px;
    content: "";
    background-color: #58585a;
    width: 25px;
    height: 2px;
}

.site-header.homebanner {

    /*    background: bisque;*/
    padding-top: 25px;
    margin-bottom: -9%;
    position: relative;
    z-index: 999;
}

.homebanner .page-title {
    display: none;
}

.logo-col {
    padding-left: 0px !important;
}

.nav-col {
    text-align: right;
}

.top-bar {
    text-align: right;
}

.top-bar p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #a13b7a;
    margin-bottom: 0px;
}

.top-bar a {
    padding: 0 23px;
    color: #a13b7a;
    font-weight: bold;
}

.top-bar a:first-child {
    font-weight: 300;
    font-size: 16px;
}

.top-bar a:last-child {
    padding-right: 0;
    border-left: 1px solid #a13b7a;
}

.top-bar a:hover {
    color: #000000;
}

/* main-sec */
.main-sec {
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 116px;
    padding-bottom: 14%;
    position: relative;
}

.main-sec:after {
    content: "";
    display: block;
    width: 100%;
    height: 260px;
    background-image: url(images/topcurve1920.png);
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -70px;
    left: 0;
    background-position: center;
}

.couple-col {
    left: 0;
    position: absolute;
    padding-top: 10px;
}

.couple-col img {
    position: absolute;
    left: 0;
    top: 20px !important;
}

.main-left-col {
    padding-top: 100px;
}

.main-left-col .simi-btn {
    position: relative;
    z-index: 99;
}

.main-left-col h1 {
    margin-bottom: 12px;
    font-family: font86954;
    color: #58585a;
    font-size: 61px;
    font-weight: 500;
}

.main-left-col h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #a13b7a;
    letter-spacing: 2px;
}

.main-left-col .quest-r18 {
    margin-bottom: 30px;
}

/* services-sec */
.services-sec {
    position: relative;
    padding: 50px 0 50px 0;
}

/*
.services-sec:before{
       z-index: 999;
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    background-image: url(images/c.png);
    position: absolute;
    background-repeat: no-repeat;
    bottom: 100%;
    left: 0;
}
*/
.services-col {
    text-align: center;
}

.services-col .KozMin40 {
    margin-bottom: 50px;
}

.service-circle {
    padding-top: 15px;
    padding-bottom: 15px;
}

.services-box-row {
    padding-left: 25px;
    padding-right: 60px;
}

.icon-box {
    text-align: center;/*    cursor: pointer; */
}

.icon-box:hover .services-box-title {
    color: #a13b7a !important;
}

.img-circle {
    display: flex;/*    padding-top: 30px;*/
    margin: auto;/*    padding-top: 35px;*/
    width: 125px;
    height: 125px;
    border: 1px solid #a13b7a;
    border-radius: 100%;
}

.services-img1 {
    text-align: center;
    margin: auto;
    display: block;
    width: 70px;
}

.services-box-title {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'Questrial', sans-serif;
}

/* about */
.about-sec {
    background-size: 65% auto;
    background-position: right 0;
    background-repeat: no-repeat;
}

.about-couple-col {
    position: relative;
}

.about-coupe-txt-col {
    padding-top: 15px;
}

.about-couple-col h1 {
    margin-bottom: 25px;
}

.about-desc {
    padding-right: 10%;
}

.about-desc .quest-r16 {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* work-sec */
.work-sec {
    background: #f4f4f4;
    text-align: center;
    padding: 110px 15% 110px 15%;
}

.work-sec .entry-content {
    text-align: center;
}

.work-sec h1,
.work-sec p {
    margin-bottom: 40px;
}

.work-sec img {
    margin-bottom: 30px;
}

.work-sec .entry-content .quest-r16 {
    line-height: 2;
}

.work-sec .simi-btn {
    margin: auto;
}

.work-desc .quest-r16 {
    padding: 0 25px;
    margin: auto;
    max-width: 914px;
    margin-bottom: 25px;
}

/* testimonial-sec */
.testimonial-sec {
    padding: 110px 0 30px;
}

.testimonial-col {
    text-align: center;
}

.testimonial-col .owl-item {
    text-align: center;
}

.testimonial-col .item {
    margin: auto;
    width: 75%;
}

.testimonial-col .item img {
    margin-bottom: 25px;
    width: 120px;
    height: 120px;
    border: 2px solid #a13b7a;
    border-radius: 100%;
    padding: 5px;
}

.testimonial-col .item .content p {
    margin-bottom: 15px;
    font-family: 'Questrial', sans-serif;
    color: #58585a;
    font-size: 16px;
    line-height: 30px;
}

.testi-title {
    color: #707e5d !important;
}

.owl-prev,
.owl-next {
    line-height: 58px;
    height: 50px;
    border-radius: 100%;
    background: #fafafa;
    width: 50px;
}

.owl-stage-outer {
    position: relative;
}

.owl-prev {
    position: absolute;
    top: 45%;
}

.owl-next {
    right: 0;
    position: absolute;
    top: 45%;
}

.owl-next i,
.owl-prev i {
    font-size: 34px;
    color: #a13b7a;
}

/* contact-sec */
.contact-sec {
    background-repeat: no-repeat;
    background-position: right+0% bottom+570px;
    padding: 50px 0;
    background-size: 50%;
}

.card-col img:first-child {
    display: block;
}

.card-col {
    text-align: center;
}

.card-col img {
    display: none;
    margin: auto;
}

.card-col .KozMin40 {
    text-transform: uppercase;
}

.contact-title-col {
    margin-bottom: 50px;
    text-align: center;
}

.form-col {
    padding-top: 35px;
}

.form-col h1 {
    text-align: left;
    color: #a13b7a;
}

.card-col {
    position: relative;
    text-align: center;
}

.card-type {
    text-align: right;
    padding-top: 124px;
}

.card-type img {
    display: none
}

.entry-content.card-msg-title {
    width: 50%;
    text-align: center;
}

.card-msg-title {
    top: 50px;
    position: absolute;
    left: 25%;
}

#field_1_1,
#field_1_2 {
    float: left;
    width: 50%;
    clear: none;
}

#field_1_4 {
    float: left;
    width: auto;
    clear: none;
}

.gform_footer.top_label {
    text-align: center;
}

.gform_body input,
.gform_body select {
    height: 55px;
}

.gform_body input,
.gform_body select,
.gform_body input::placehoder,
.gform_body select::placehoder {
    color: #5d5d5d !Important;
}

.gform_body input,
.gform_body select,
.gform_body textarea {
    background: #f4f4f4;
    width: 100% !Important;
    border: 0px !Important;
    padding: 15px !Important;
    font-size: 15px !important;
    font-weight: 300 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #5d5d5d;
}

.card-type img {
    display: none
}

.card-type img.active {
    display: inline-block;
    height: 450px;
    width: 669px;
    /* object-fit: contain; */
    max-width: 723px;
}

#input_1_1 option {
    color: #5d5d5d;
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
}

.gform_footer.top_label {

    /*  position: absolute !important;
        left: 25% !important;
        bottom: 20px !important;   */
}

.gform_footer .gform_button {
    width: 135px !important;
    height: 48px;
    border: 1px solid #a13b7a;
    background: #a13b7a;
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    line-height: normal !important;
}

.gform_footer .gform_button:hover {
    transition: all 0.3s ease;
    background: #ffffff;
    color: #a13b7a;
}

.cstm-success-msg {
    text-align: center;
}

.cstm-success-msg span {
    color: #a13b7a;
    font-size: 14px;
}

/* footer */

.ft-cntct-ul .ft-cntct-ul .left i:nth-child(4) {
    font-size: 16px !important;
}

.site-footer {
    background-image: url(images/footernewcurve.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1363px 169px;
    position: relative;
    padding: 215px 0 30px 0;
}

.site-footer .ft-col:nth-child(2) {
    padding-left: 0px !important;
}

.home .site-footer {
    margin-top: 0px;
}

/* .site-footer:before{
    z-index:-99;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/footernewcurve.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 187px;
    bottom: 50%;
    left: 0;
} */
.ft-cntct-ul {
    list-style: none;
    padding-left: 20px;
}

.ft-cntct-ul li {
    margin-bottom: 11px;
    list-style: none;
    padding-left: 0;
}

.ft-cntct-ul .left {
    margin-right: 10px;
    color: #544c48;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    width: 10%;
}

.ft-cntct-ul .right {
    color: #544c48;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    width: 80%;
}

.font-16 {
    font-size: 16px !important;
}

.ft-cntct-ul .left i,
.ft-cntct-ul .right i {
    font-size: 18px;
}

.social-div {
    text-align: right;
}

.ft-social {
    list-style: none;
    padding-left: 0;
}

.ft-social li {
    margin-left: 40px;
    display: inline-block;
}

.ft-social li a {
    color: #a13b7a;
}

.subscribe-btn {
    cursor: pointer;
    width: 40px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    content: "";
    background-image: url(images/sent-mail.png);
    display: block;
}

.cr-txt.quest-r16 {
    width: 100%;
    text-align: left;
    color: #49352c !important;
    line-height: 2;
    font-size: 12px !important;
    display: block;
    float: left;
}

.es_lablebox {
    display: none;
}

.es_textbox .es_textbox_class {
    color: #353535;
    background: #f8f8f7;
    border: 1px solid #f8f8f7;
    line-height: 2;
    padding: 5px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#es_txt_email::placeholder {
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.es_textbox {
    position: relative;
}

.es_button {
    right: 15px;
    top: 40px;
    position: absolute;
}

.ft-line:after {
    content: '';
    width: 0;
    height: 90%;
    position: absolute;
    border: 1px solid #cccccc;
    top: 0;
    right: 0;
}

.quest-r16.ft-line {
    line-height: 2;
}

/**/
a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: 0px !important
}

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.not-found {
    margin: 100px 0;
}

.not-found p {
    margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    float: right;
    width: 67%;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.card-col {
    padding-top: 60px;
}

.gform_wrapper .top_label .gfield_label {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 15px;
    color: #5d5d5d;
}

.nav-menu li {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin: 0 0 0 0 !important;
}

.nav-menu li a {
    color: #473c22;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1;
    padding: 15px 0 6px;
    text-decoration: none;
    font-weight: bold;
}

.nav-menu li.active a,
.nav-menu li a:hover {

    /*    border-bottom: 1px solid #fff;*/
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {

    /*  background-color: #220e10;*/
    color: #a13b7a;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #000;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #fff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #A13C7A;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.gform_wrapper .gform_footer {
    text-align: left;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #a13b7a;/*    border-bottom: 1px solid #fff;*/
}

.closebtn,
.openmenu,
.menu-toggle {
    display: none;
}

/*  Alignment  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* MAIN CSS  */
.blogdetail:after {
    content: '';
    clear: both;
    display: block;
}

.blogdetail {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-id-125 h6 {
    font-size: 20px;
	font-weight: bold;
}
.entry-content.about-btn-box-service .simi-btn {
    margin: 0 auto;
}

/* ContactPage */
.about_join_team{
	text-align:center;
}
.santa_defaut_btn.about_join_team a.fw-btn {
    margin: 0 0 0 !important;
}
.santefe_page_btns .santa_defaut_btn a {
    margin: 0 auto !important;
    text-transform: capitalize;
}

.factdiv {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px #ccc;
	border: 4px solid transparent;transition: all .5s;padding-bottom: 29px;cursor:pointer;
}
.factimg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.factdiv:hover{border-color: #a13b7a;}
.cardimg.active .factdiv{border-color: #a13b7a;}
.facttext {text-align: center;padding-top: 17px;}
.admincontact ul li h3,
.facttext h3 {
    font-weight: 500;
    font-size: 18px;
    color: #a13b7a;
    font-family: 'Lora', serif !important;
}
.facttext h4 {
	font-weight: 400;
	font-size: 14.63px;
	color: #58585a;
	margin-bottom: 17px;
}
.facttext ul li{display: inline-block;}
.facttext ul li a {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #a13b7a;
}
.facttext ul li a:hover{background-color: #c12887;color: #333445;}
.facilitydiv .col-lg-4 {
	height: 100%;
	margin-bottom: 25px;
}
.adminname {
	text-align: center;padding-top: 15px;
}
.adminname h2 {
    font-weight: 500;
    font-size: 30px;
    color: #a13b7a;
        font-family: 'Lora', serif !important;
}
.admincontact ul,
.assistantext ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.adminname h3,
.admincontact ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #58585a;
}

.admincontact ul li a:hover {
    color: #a13b7a;
}
.admincon {text-align: center;}

.adminfac {
	box-shadow: 0 0 20px #ccc;
	padding: 0 30px 30px;
	height: 100%;border-radius: 10px;
}
.col-lg-3.colright {
	margin-bottom: 0;
	height: auto;
}
.admincontact ul li {margin-bottom: 26px;}
.facilitydiv {padding-top: 89px;}
.imgcht {
    display: none;
    height: 100%;
}
.imgcht.active {
    display: block;
    height: 100%;
}
.formob {
    display: none;
}
.facttext ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#removcol {
    width: 0;
    height: 0;
    background-color: transparent;
    border: 0;
}
.santefe_content_us .santa_defaut_btn {
    text-align: center;
}
#facilitydiv{
	display:none;
}
.assistantext {
    margin-top: 30px;
}
.assistantext h3 {
    margin-bottom: 15px;
    font-family: 'Lora', serif !important;
	text-transform:uppercase;
}
.assistantext a, .assistantext p {
    color: #58585a;
	transition:0.3s all;
}
.assistantext a:hover{
	    color: #a13b7a;
}
.site_btn_wrap a.fw-btn {
    width: 245px;
    height: 48px;
    border: 1px solid #a13b7a;
    background: #a13b7a;
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}
.site_btn_wrap a.fw-btn:focus,
.site_btn_wrap a.fw-btn:active,
.site_btn_wrap a.fw-btn:hover {
    transition: all 0.3s ease;
    background: #ffffff;
	box-shadow:none;
    color: #a13b7a;
}
.site_btn_wrap.join_team {
    background: #eee;
    padding-top: 60px;
}
.join_team.site_btn_wrap a.fw-btn {
    margin: 15px auto 0;
}
#ContactBtn_wrapper.site_btn_wrap a.fw-btn {
    width: auto;
    text-transform: capitalize;
    height: auto;
    display: inline-block;
	padding: 10px 20px;
	    margin: 0 auto;
}
#ContactBtn_wrapper.site_btn_wrap .fw-row >div {
    text-align: center;
}
#ContactBtn_wrapper {
    padding-top: 80px;
}
.hgallerylist-sec{
    padding: 40px 0 35px;
    position: relative;
}
.gallery-list .row{
    margin-left: -9px;
    margin-right: -9px;
    justify-content: center;
}
.gallery-list .col-sm-12{
    padding-left: 9px;
    padding-right: 9px;
}
.gallery-list a {
    display: block;
    margin-bottom: 18px;
}
.gallery-list img {
    width: 100%;
    height: 248px;
    object-fit: cover;
    border-radius: 3px;
}
.brochbtncon {
    width: 52%;
    margin: 54px auto 39px;
    text-align: center;
    box-shadow: 0 0 20px #ccc;
    background-color: #fff;
    padding: 20px 15px 41px;
    border-radius: 10px;
}
.mylist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.brochbtncon li {
	display: inline-block;
	margin-right: 10px;
}
.brochbtncon li:last-child{margin-right:0;}
.brochbtncon li a {
	display: inline-block;
	background-color: #a13b7a;
	border: 2px solid #a13b7a;
	color: #fff;
	font-size: 22px;
	border-radius: 10px;
	padding: 6px 35px;
}
.brochbtncon li a:hover{background-color:transparent;color:#000;}
.brochbtncon h3 {
    font-weight: 400;
    font-size: 33px;
    color: #a13b7a;
    margin-bottom: 28px;
}
/* Popup Form */
.mymodalbox .modal-content {
	background-color: #a13b7a;
	color: #fff;
	padding: 31px 31px 0;
}
.modalboxcustom .modal-header {
	border-bottom: 0;
	justify-content: center;
	text-align: center;
}
.mymodalbox .modal-header h5::before {
	content: '';
	display: inline-block;
	width: 239px;
	height: 5px;
	background-color: #fff;
	margin: 0 auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
}
.mymodalbox .modal-header h5 {
	font-weight: 400;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.popupform .gform-body.gform_body input, .popupform .gform-body.gform_body textarea {
	width: 100%;
	font-size: 16px;
	color: #666666;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 23px 20px;
	border-radius: 5px;margin-bottom: 20px;
}
.popupform .gform-body.gform_body textarea {
	height: 150px;
}
.popupform .gform_footer.top_label {
	text-align: center;
}
.modalboxcustom .close {
	width: 70px;
	height: 70px;
	background-color: #fff;
	opacity: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -23px;
	top: -14px;
	font-size: 40px;
}
.modalboxcustom .close span {
	position: relative;
	top: -3px;
}
.popupform label {
	display: none;
}
.popupform .gform_footer.top_label .gform_button {
	margin: 0 auto;
	background-color: #fff;
	color: #a13b7a;
	padding: 15px 34px;
	width: auto !important;
	height: auto;
	border-radius: 50px;
}
@media (max-width:991px){
	.colright {
		margin: 0 auto;
	}
	.formob {
		display: block;
	}
	.fordesk {
		display: none;
	}
	#ContactBtn_wrapper.site_btn_wrap a.fw-btn {
		padding: 10px 10px;
		letter-spacing: 0;
		font-size: 14px;
	}
	.brochbtncon {width:100%;}
	.mymodalbox .modal-header h5{font-size:32px;}
}
@media (max-width:767px){
	.facilitydiv {
		padding-top: 45px;
	}
	.adminname h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#ContactBtn_wrapper.site_btn_wrap a.fw-btn {
		padding: 10px 15px;
		letter-spacing: 1px;
		font-size: 16px;
		        margin: 7px 0 !important;
        display: inline-block;
	}
	.adminfac {
		padding: 0 20px 20px;
		height: 100%;
	}
	.admincontact ul li {
		margin-bottom: 15px;
	}
    .inner-service-sec .col-sm-6, .inner-service-sec2 .col-sm-6 {
        margin-bottom: 20px;
    }
}
@media (max-width:480px){
	.adminname h3, .admincontact ul li a {
		font-size: 14px;
	}
	#ContactBtn_wrapper.site_btn_wrap a.fw-btn {
		letter-spacing: 0px;
		font-size: 14px;
	}
}
/* ContactPage */

/*  Media Query  */
@media(min-width:1700px) {
    .couple-col img {
        position: absolute;
        left: 0;
        top: 62px !important;
    }

}

@media(min-width:1900px) {
    .main-sec {

        /*    background-position: center -91px;*/
    }

    .couple-col img {
        top: 147px !important;
        left: 83px;
        transform: scale(1.15);
    }

    .main-left-col {
        padding-top: 170px;
    }

    .main-sec {

        /*     background-image: url('images/header_background.jpg') !important; */
    }

    .services-sec {
        padding: 0 0 20px 0;
    }

    .about-sec {
        background-size: 944px 223px;
        background-position: top right+20%;
        padding: 50px 0 0 0;
        background-repeat: no-repeat;
    }

    .contact-sec {
        background-position: right+0% bottom+430px;
        background-size: 51%;
    }

}

@media(min-width:2100px) {
    .main-sec:after {
        bottom: 0;
    }

    .main-left-col {
        padding-top: 200px;
    }

    .couple-col img {
        top: 183px !important;
        left: 83px;
        transform: scale(1.15);
    }

}

@media(min-width:2248px) {
    .main-sec {
        padding-bottom: 10%;
        padding-top: 10%;
    }

    .couple-col img {
        top: 94px !important;
        left: 176px;
        transform: scale(1.4);
    }

    .main-sec:after {
        bottom: 0;
    }

}

@media (min-width:1921px) {
    .main-sec:after {
        bottom: 0;
        background-size: 100% 260px;
    }

}

@media (max-width:1920px) {
    .main-sec:after {
        bottom: -5px;
    }

    .main-sec {
        background-position: -120px 55px;
    }

}

@media (max-width:1600px) {
    .main-sec {
        background-position: -215px top;
    }

    .card-col {
        text-align: right;
    }

}

@media (max-width:1440px) {
    .main-sec:after {
        bottom: -50px;
    }

    .main-sec {
        background-position: -250px top;
    }

    .site-footer:before {
        background-size: cover;
        bottom: 75%;
        height: 200px;
    }

}

@media (min-width:1400px) {
    .main-sec:after {

        /*        background-size: 100% 187px;*/
    }

}

@media (max-width:1248px) {
    .page-about-sec2 .ap-srvs-col:nth-child(1) {
        padding-left: 15px !important;
    }

    .page-about-sec2 .ap-srvs-col:nth-child(4) {
        padding-right: 15px !important;
    }

    .main-sec:after {
        top: 75%;
    }

    .site-footer:before {
        bottom: 45%;
        height: 187px;
    }

    .contact-sec {
        padding: 50px 0 50px 0;
    }

    .site-footer {
        padding: 150px 0 0px 0;
    }

}
@media (max-width:1199px){
	.pc-info-box {
		width: 290px;
		height: 290px;
	}
}
@media (max-width:1112px){
    .top-bar-sec ul li {
        margin-right: 10px;
    }
    .top-bar-sec span,
    .top-bar-sec a,
    .top-bar-sec ul li{
        font-size: 14px;
    }
    .site-header.homebanner{
        margin-bottom: -11%;
    }
}
@media (max-width:1024px) {
    .contact-form canvas,
    .contact-form #input_1_4_Container,
    .contact-form #input_1_4_toolbar {
        width: 425px !important;
    }

   .pc-info-box {
		width: 235px;
		height: 235px;
	}

    .ap-r-title {
        font-size: 16px;
    }

    .inner-service-sec2 {
        padding-bottom: 0;
    }

    .about-couple-col img {
        top: -20px;
        width: 80%;
    }

    .ft-social li {
        margin-left: 20px;
    }

    .site-header.homebanner {
        margin-bottom: -124px;
    }

    .main-sec:after {
        top: 74%;
    }

    .couple-col img {
        top: 40px !important;
    }

    .gform_footer.top_label {
        left: 35% !important;
    }

    .site-footer:before {
        bottom: 53%;
        background-position: center;
    }

}

@media(max-width:992px) {
    .about-page-offer-sec .KozMin40 {
        font-size: 32px;
    }

    .ap-r-title {
        margin-left: 7px;
    }

    .ft-social li {
        margin-left: 20px;
    }

}

@media(max-width:980px) {
    .top-bar-sec {
        height: auto;
        line-height: normal;
        padding: 15px 0;
    }
    .top-bar-sec ul li.mobileofff{
        display: none;
    }
    a.mobileonn{
        display: block;
        margin-top: 10px;
    }
    .top-bar-sec ul li{
        display: block;
        margin-bottom: 10px;
    }
    .top-bar-sec ul li:nth-child(3){
        margin-bottom: 0;
    }
    a.mobileonn img,
    .top-bar-sec ul li img{
        margin-right: 10px;
        margin-top: -5px;
    }
    .card-type {
        text-align: center;
    }
    .widget.widget_search .searchform button {
        width: 20%;
    }

    #gform_3 .gform_footer.top_label input {
        bottom: 22px;
    }

    .about-page-offer-sec {
        padding-bottom: 0;
    }

    .about-page-offer-sec .KozMin40 {
        font-size: 24px;
    }

    .ap-os-couple-txt .quest-r16 {
        margin-top: 15px;
    }

    .ap-r-title {
        float: left !important;
        width: 67% !important;
    }
    .main-left-col h2 {
        font-size: 34px;
    }

    .site-header.homebanner {
        margin-bottom: -136px;
    }

    .nav-bar {
        width: 100%;
    }

    .top-bar p {
        margin-bottom: 0px;
    }

    .main-left-col h1 {
        font-size: 50px;
    }

    .couple-col img {
        top: 135px !important;
    }

    .about-couple-col img {
    }

    .gform_footer.top_label {
        position: relative;
    }

    .gform_footer.top_label {
        position: relative !important;
        bottom: auto !important;
        text-align: left;
    }

    .gform_footer.top_label {
        left: 0 !important;
    }

    .gform_fields li {
        margin-top: 0px !important;
        width: 100% !important;
    }

    .entry-content.card-msg-title {
        width: auto;
        text-align: center;
        left: 23%;
    }

    /*  .card-col h1 {
            font-size: 23px;
        } */
    .form-col h1 {
        font-size: 25px !important;
    }

    .form-col {
        padding-top: 0px;
    }

    .gform_wrapper .gform_footer {
        padding: 0 !important;
    }

    /*
        #input_1_4{  width:330px !important;  }
        #input_1_4_Container canvas {
            width:330px important;
        }
    */
    .card-col {
        padding-top: 50px;
    }

    .entry-content.card-msg-title {
        top: 20%;
    }

    .site-footer {
        padding: 100px 0 0px 0;
    }

    .site-footer:before {
        bottom: 60%;
        margin-bottom: 25px;
    }

    .ft-line:after {
        display: none;
    }

}

@media(max-width:830px) {
    .gallery-list img {
        height: 165px;
    }
    .couple-col img {
        top: 160px !important;
    }

    .ap-os-couple-txt {
        padding-top: 0 !important;
    }

    .main-sec:after {
        top: 79%;
    }

    .nav-menu {
        text-align: left;
    }

    .nav-menu li a {
        color: #ffffff;
    }

    .nav-bar li {
        display: block;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #a13b7a;
        float: right;
    }

    .nav-bar.open {
        right: 0;
    }

    .nav-bar {
        background-color: #333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        transition: all 0.3s;
        width: 320px;
        z-index: 999;
    }

    .closebtn {
        display: block;
        float: right;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px
    }

}

@media (max-width:767px) {
    .top-bar-sec ul li{
        margin-right: 0 !important;
    }
    .ap-srvs-col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /*
        .sign-field #input_1_4_Container{
            width: 100% !important;
        }
        .sign-field #input_1_4_Container canvas{
                width: 100% !important;
        }
        .sign-field #input_1_4_toolbar{
            width:100% !important;
        }
    */
    .main-sec:after {
        background-position: -340px top;
    }

    .couple-col {
        text-align: center;
    }

    .blogpostsec {
        margin-bottom: 50px;
    }

    .pc-info-box {
		margin: 0 auto 30px;
		width: 300px;
		height: 300px;
	}

    .about-page-offer-sec .KozMin40 {
        font-size: 40px;
    }

    .ap-r-title {
        width: auto !important;
        margin-left: 10px;
    }

    .ap-srvs-col {
        float: left;
        width: 50% !important;
    }

    .couple-col img {
        top: 60px !important;
        position: relative !important;
    }
    .inner-service-sec, .inner-service-sec2 {
        padding: 30px 10px 10px;
    }
    .s2-thumb-img img,
    .inner-service-sec .s2-box, .inner-service-sec2 .s2-box{
        height: auto;
    }
    .hgallerylist-sec {
        padding: 20px 0 15px;
    }
    .gallery-list {
        padding: 0 5px;
    }
    .gallery-list .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
    .gallery-list img {
        height: 240px;
    }
}

@media(max-width:736px) {
    .sidebar {
        margin-top: 50px;
    }

    .site-footer:before {
        bottom: 70% !important;
    }

    .site-footer {
        padding: 200px 0 0px 0 !important;
    }

    .entry-content.card-msg-title {
        width: auto;
        left: 35%;
    }

    .social-div {
        text-align: center;
    }

    .ft-col {
        margin-bottom: 25px;
    }

    .site-footer {
        padding: 150px 0 0px 0;
    }

    .contact-sec {
        background-position: right 80%;
    }

    .about-sec {
        background-size: 100% auto;
        background-position: right 200px;
    }

    .about-couple-col img {
        position: initial;
    }

    .about-couple-col {
        margin-bottom: 25px;
        text-align: center;
    }

    .main-sec {
        padding-bottom: 0;
    }

    .couple-col {
        text-align: center;
    }

    .couple-col img {
        position: initial;
    }

    .main-sec:after {
        top: 83%;
    }

    .cstm-container {
        max-width: 100% !important;
    }

}

@media(max-width:667px) {
    .KozMin40 {
        font-size: 36px;
    }

    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }

}

@media(max-width:667px) {
    .KozMin40 {
        font-size: 32px;
    }

}

@media (max-width:640px) {
    #gform_3 .gform_footer.top_label input {
        bottom: 6px;
    }

    .about-desc {
        padding-right: 0;
    }

    .services-box-row {
        padding-left: 25px;
        padding-right: 25px;
    }

    .about-sec {
        text-align: center;
    }

/*     .simi-btn {
        display: inline-block;
    } */

}

@media(max-width:570px) {
    .gallery-list img {
        height: 170px;
    }
    .top-bar-sec span, .top-bar-sec a, .top-bar-sec ul li {
        font-size: 14px;
        text-align: center !important;
        display: block;
    }
    .top-bar-sec span{
        margin-top: 10px;
    }
    .site-logo {
        width: 150px;
    }

    .inner-service-sec2:before {
        top: -30px;
    }

    .main-sec:after {
        top: 83%;
    }

    .inner-service-sec::before {
        width: 100%;
    }
    .inner-service-sec:before,
    .hgallerylist-sec::before{
        display: none;
    }
}
@media(max-width:480px) {
    .gallery-list .col-sm-12 {
        max-width: 100%;
    }
    .gallery-list img {
        height: auto;
    }
    .top-bar a {
        padding: 0 10px;
    }
    .contact-form canvas,
    .contact-form #input_1_4_Container,
    .contact-form #input_1_4_toolbar {
        width: 100% !important;
    }

    .top-bar p {
        font-size: 15px;
    }

    .main-sec:after {
        top: 86%;
        background-position: -450px top;
    }

    .pc-form-sec {
        overflow: hidden;
    }

    .ap-srvs-col {
        width: 100% !important;
    }

    .owl-prev,
    .owl-next {
        line-height: 2.5;
        height: 40px;
        border-radius: 100%;
        background: #fafafa;
        width: 40px;
    }

    .entry-content.card-msg-title {
        left: 30%;
    }

    .work-sec {
        padding: 50px 15px 50px 15px;
    }

    .main-left-col h1 {
        font-size: 40px;
    }

    .main-left-col h2 {
        font-size: 34px;
    }

    .main-left-col {
        padding-top: 50px;
    }

    .main-left-col h2 {
        font-size: 30px;
    }

}

@media(max-width:414px) {
    .top-bar a:last-child {
        border: 0;
    }
    .site-logo {
        padding-top: 20px;
    }
    .top-bar a {
        display: block;
        padding: 0;
    }
    .card-type img.active {
        height: 230px;
		object-fit: contain;
		max-width: 330px;
    }
    .ap-os-couple-txt {
        padding-right: 15px !important;
    }

    .entry-content.card-msg-title {
        left: 25%;
    }

}

@media (max-width:375px) {
    .nav-bar {
        width: 80%;
    }

    .main-left-col h2 {
        font-size: 24px;
    }

}

@media (max-width:360px) {
    .site-logo {
        padding-top: 10px;
        width: 130px;
    }
    .top-bar-sec span, .top-bar-sec a, .top-bar-sec ul li {
        font-size: 13px;
    }

}

@media (max-width:320px) {
    .site-logo {
        padding-top: 25px;
    }

    #input_1_4 {
        width: 290px !important;
    }

}