/*
Theme Name: Unique Brows
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Text Domain: uniquebrows


*/

*{
    margin:0;
    padding:0;
}
.theme-btn .elementor-button {
    position: relative;
    background-color: transparent !important;
}

.theme-btn .elementor-button:after {
    content: '';
    background-color: #f67ca1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scaleX(1);
    transition: 0.5s;
}

.theme-btn .elementor-button:hover:after {
    transform: scaleX(0);
}

.theme-btn .elementor-button:hover {
    color: #f67ca1 !important;
    fill: #f67ca1 !important;
}
.newsletter input {
    background-color: transparent;
    border-color: rgba(255,255,255,.2);
    height: 60px;
    margin: 0;
    padding: 15px 25px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    font-size: 17px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.newsletter button {
    top: 26px;
    right: 6px;
    position: absolute;
    width: 45px;
    height: 48px;
    background: #f67ca1;
    border: 0;
    color: #fff;
}

.newsletter {
    position: relative;
}

.newsletter input::placeholder {
    color: #9E9E9E;
}
.bg-text span.elementor-heading-title {
    font-size: 200px;
    font-family: "Dancing Script",cursive;
    transform: translate(-38px,-50%);
    color: rgba(0,0,0,.04);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 400;
}
.bg-text {
    position: relative;
}
.bg-text-2 span.elementor-heading-title {
    font-size: 180px;
    transform: translate(-25px,-25%);
    width: 100%;
    text-align: center;
}

.portfolio img {
    height: 420px!important;
    object-fit: cover;
}
.portfolio .elementskit-box-body {
    padding: 20px!important;
    background: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: translateX(0px);
    opacity: 0;
}
.portfolio .elementskit-info-image-box:hover .elementskit-box-body {
	opacity:1;
}
.portfolio img {
    height: 420px!important;
    object-fit: cover;
    margin-bottom: 10px!important;
}
.cta span.elementor-heading-title {
    font-size: 85px;
}
.service_box .ekit_position_top_center {
    top: 53%!important;
    transform: translate(-50%,-50%)!important;
}
.service_box .ekit-badge {
    font-size: 75px!important;
    color: rgba(0,0,0,.04)!important;
    font-family: "Dancing Script",cursive;
    text-transform: capitalize;
}
.service_box .elementskit-btn {
    display: flex!important;
    justify-content: center;
}
.service_box  .elementskit-infobox::before, .elementskit-infobox::after {
    content: '';
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: absolute;
    background: #242424;
    width: 1px;
    height: 0;
    right: 0;
}
.service_box .elementskit-infobox::after {
	right: 0;bottom: 0;height: 1px;
	width:0%;
}
.service_box .elementskit-infobox:hover:after {
    width: 100%;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    height: 1px;
}
.service_box .elementskit-infobox:hover:before {
    height: 100%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
        top: 0;
    right: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.post-items a.elementskit-btn {
    display: flex;
    width: 50%;
}
.post-items .btn-wraper a:hover:after {
    transform: scaleX(0);
}
.post-items .btn-wraper a:after {
    content: '';
    background-color: #212121;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scaleX(1);
    transition: 0.5s;
} 
.post-items .btn-wraper a {
    position: relative;
    background-color: transparent !important;
}


.post-items .btn-wraper a.blog_btn:after {
    content: '';
    background-color: #f67ca1;
    height: 100%;
    width: 0%;
    position: absolute;
    right: 0 !important;
    top: 0;
    left: inherit;
    z-index: -1;
    transform: scaleX(1);
    transition: 0.5s;
}
.post-items .btn-wraper a.blog_btn:before {
    content: '' !important;
    background-color: #f67ca1;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scaleX(1);
    transition: 0.5s;
    opacity: 1;
}
.post-items .btn-wraper a.blog_btn:hover:after,
.post-items .btn-wraper a.blog_btn:hover:before{
    width:50%;
}
.bg-text-3 span.elementor-heading-title {
	font-size: 150px;
}
.page-banner {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    min-height: 355px;
    display: flex;
    align-items: center;
}
.table_data td {
    color:#696969!important;
    font-family:manrope;
    font-size:15px;
    font-weight:400;
}
.page-banner.text-white:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: .3;
    background-color: #000;
}
.page-banner .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
.banner-inner {
    position: relative;
    text-align: center;
}
.page-banner .bg-text, .page-banner .bg-text span {
    color: rgba(255,255,255,.05);
}
.banner-inner h1 {
    text-transform: capitalize;
    font-size: 78px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    font-family: Cormorant !important;
}
.banner-inner .breadcrumb {
    justify-content: center;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef00;
    border-radius: .25rem;
}
.text-white .breadcrumb li+li:before, .text-white .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    background: #fff;
}
.breadcrumb li+li:before, .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
    width: 6px;
    height: 6px;
    background: rgba(0,0,0,.2);
    line-height: 12px;
    border-radius: 50%;
    text-align: center;
    content: '';
}
.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

li.breadcrumb-item span {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Manrope';
}

li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Manrope';
}
.service_icon a.elementskit-btn.whitespace--normal {
    display:block !important;
}
.service_icon img.attachment-full.size-full{
    height:250px;
    width:100%;
    object-fit:cover;
}


.form {
    margin-top: 0px;
    padding:10px;
}
.form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form .col-lg-12 {
    width: 100%;
    padding: 0 10px;
}
.form .form-group {
    margin-bottom: 20px;
}
.form .form-group .field-set {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field {
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #696969;
    /* padding-top: 10px; */
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field:focus { 
    outline: none !important;
    border-color: #696969;
 }
.form .btn {
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: 2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F67CA1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F67CA1;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 35px 13px 35px;
}

.form .btn:hover {
    background: #fff;
    color: #F67CA1;
    border: 1px solid #F67CA1;
}

.form select.wpcf7-form-control.wpcf7-select {
    border: 1px solid #ddd;
    height: 45px;
    width: 100%;
    padding-left: 12px;
}
.form select option {
   color:#696969 !important;
    padding:5px;
    font-size:14px;
}
.table_data th {
    font-family: 'Manrope';
    color: #000;
}

/* ------------------ new page section --------------------------- */
.header_area {
    position: absolute;
    z-index: 1;
    top: 0;
}
.testimonial_section>.e-con-inner>.elementor-element{
    box-shadow: 3px 18px 24px rgba(0 0 0 / 14%);
}

.service-boxShadow{
	box-shadow:
}
/*   404 page  */

.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 0;
    margin-bottom: 60px;
    border-radius: 5px;
}
.page-header .container{
    max-width: 1200px;
    margin:0 auto;
    padding:0;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 15;
}
.page-header__inner h1 {
    color: #fff;
    line-height: 52px;
    margin-bottom: 6px;
    font-size:70px;
}

.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: lora;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: lora;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: lora;
    font-weight: 600;
    background-color: transparent;
    background: #fd1c79;
    border:1px solid #fd1c79;
    border-radius: 0px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background: #fff;
    color:#000;
}
@media only screen and (min-width: 360px) and (max-width: 767px){
   .page-header__inner {
    padding: 100px 10px 100px;
  }
	.error-page-area {
    padding: 10px;
   }
}
/* ------------------ new page section --------------------------- */
@media only screen and (min-width: 768px) and (max-width: 992px){
  .service_icon img.attachment-full.size-full {
    height: 150px;
  }  
	 .error-page-area {
        padding: 0 10px;
    }
	.page-header .container {
    max-width: 100%;
    padding: 10px;
   }
}
