@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
    body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
h1, h2, h3, h4, h5 {
    font-family: "Shippori Mincho", serif;
    color: #6c6f73;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}
p {
    font-family: "Roboto", sans-serif;
    color: #5F626D;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}
.fix {
    overflow: hidden;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
a, .button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
a {
    color: #635c5c;
    text-decoration: none;
}
a:hover {
    color: #fff;
}
a:focus, a:hover {
    text-decoration: none;
}
a, button {
    color: #6c6f73;
    outline: medium none;
}
button:focus, input:focus, input:focus {
    outline: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
.breadcrumb>.active {
    color: #888;
}
#back-top {
    background: #f2c36b;
    height: 40px;
    width: 40px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
    #back-top {
    right: 16px;
}
}#back-top a i {
    display: block;
    line-height: 50px;
}
#back-top .wrapper {
    position: relative;
}
#back-top .wrapper .arrows-container {
    position: absolute;
    text-align: center;
    bottom: -3px;
    margin: 0 auto;
    display: block;
    right: 7px;
}
#back-top .wrapper .arrows-container .arrow {
    padding: 7px;
    box-shadow: 2px -2px #fff inset;
    transform: rotate(130deg);
    opacity: 0;
    position: absolute;
}
#back-top .wrapper .arrows-container .arrow-one {
    animation: arrowMovement 3s ease-in-out infinite;
}
#back-top .wrapper .arrows-container .arrow-two {
    animation: arrowMovement 3s 1s ease-in-out infinite;
}
@keyframes arrowMovement {
    0% {
    top: 15px;
    opacity: 0;
}
70% {
    opacity: 1;
}
100% {
    top: 0px;
    opacity: 0;
}
}@-webkit-keyframes zoom {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
}
@keyframes zoom {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
}
@-webkit-keyframes float-bob {
    0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
}@-webkit-keyframes heartbeat {
    to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
}@keyframes rotateme {
    from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes rotateme {
    from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}@keyframes nudge {
    0%, 100% {
    transform: translate(0,  0);
}
50% {
    transform: translate(-100px,  0);
    @media (max-width:  575px) {
    transform: translate(-50px,  0) !important;
}
}80% {
    transform: translate(100px,  0);
    @media (max-width:  575px) {
    transform: translate(50px,  0) !important;
}
}}
.nice-select {
    line-height: 30px;
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    color: #071112;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 25px;
}
.nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px;
}
.nice-select::placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
}@media (max-width: 575px) {
    .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
}.footer-padding {
    padding-top: 99px;
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px;
}
}@media (max-width: 575px) {
    .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
}
}.section-tittle {
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
    margin-bottom: 50px;
}
}
@media (max-width: 575px) {
    .section-tittle {
    margin-bottom: 50px;
}
}
.section-tittle p {
    color: #96989f;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 50px;
}
.section-tittle p a {
    text-decoration: underline;
}
.section-tittle span {
    color: #f2d16d;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 21px;
}
.section-tittle h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 30px !important;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    position: relative;
}
@media (max-width: 1400px) {
    .section-tittle h2 {
    font-size: 35px;
}
}@media  (max-width: 1199px) {
    .section-tittle h2 {
    font-size: 30px;
}
}@media (max-width: 991px) {
    .section-tittle h2 {
    font-size: 30px;
}
}@media (max-width: 767px) {
    .section-tittle h2 {
    font-size: 28px;
}
}@media (max-width: 575px) {
    .section-tittle h2 {
    font-size: 28px;
}
}
.btn {
    background: #f2d16d;
    font-family: "Roboto", sans-serif;
    text-transform: inherit !important;
    padding: 30px 40px;
    color: #6c6f73 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 400 !important;
    border-radius: 0px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #f2c36b;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,  1.6,  0.4,  0.7);
    transform: scaleX(0);
    border-radius: 0px;
}
.btn i {
    padding-right: 11px;
}
.btn:hover {
    color: #fff !important;
}
.btn:hover::before {
    transform: scaleX(1);
    z-index: -1;
}
.border-btn {
    border: 1px solid #f2c36b;
    color: #f2c36b;
    background: none;
    text-transform: normal;
    padding: 18px 41px !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    z-index: 1;
}
.border-btn i {
    font-size: 16px;
    margin-right: 10px;
    color: #f2c36b;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #fff;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,  1.6,  0.4,  0.7);
    transform: scaleY(0);
    border-radius: 0;
}
.border-btn:hover {
    color: #f2c36b;
    border: 1px solid #fff;
    color: #6c6f73;
}
.border-btn:hover::before {
    transform: scaleY(1);
}
.header-btn {
    font-family: "Roboto", sans-serif;
    color: #f2c36b !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0;
    padding: 28px 44px !important;
    display: inline-block !important;
    background: #6c6f73;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-btn {
    padding: 28px 24px !important;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-btn {
    padding: 28px 24px !important;
    padding-right: 100px !important;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-btn {
    padding: 27px 24px !important;
    padding-right: 70px !important;
    font-size: 17px !important;
}
}.header-btn i {
    padding-right: 9px;
    font-size: 17px;
    color: #FF5E14;
}
.header-btn img {
    padding-right: 9px;
}
.header-btn:hover {
    color: #fff !important;
}
.hero-btn {
    padding: 19px 35px !important;
}
.submit-btn2 {
    background: #f2c36b;
    padding: 17px 42px;
    border: 0;
    color: #6c6f73;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 0px;
}
.btn_01 {
    color: #f2d16d !important;
    border: 1px solid #f2d16d;
    display: inline-block;
    padding: 14px 40px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border-radius: 0px;
}
.btn_01 i {
    color: #f2c36b;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    left: 7px;
    top: 2px;
}
.btn_01:hover {
    background-color: #f2c36b;
    border: 1px solid #f2c36b;
    color: #fff !important;
}
.btn_01:hover i {
    color: #fff;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.header-area {
    background: #fff;
}
@media (max-width: 575px) {
    .header-area {
    padding: 16px 0px;
}
}.header-area .main-header {
    position: relative;
}
.header-area .main-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    z-index: 1;
    background: #f2c36b;
    top: 0;
}
@media (max-width: 575px) {
    .header-area .main-header::after {
    position: unset;
}
}.header-area .header-info-left .logo {
    margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-info-left .logo {
    margin-left: 30px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-info-left .logo {
    margin-left: 30px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-info-left .logo {
    margin-left: 12px;
}
}@media (max-width: 575px) {
    .header-area .header-info-left .logo {
    margin-left: 12px;
}
}.header-area .header-righ .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-righ .main-menu ul li {
    margin: 0 2px;
}
}.header-area .header-righ .main-menu ul li a {
    color: #6c6f73;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 26px 9px;
    display: block;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-righ .main-menu ul li a {
    padding: 26px 9px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-righ .main-menu ul li a {
    padding: 28px 9px;
}
}.header-area .header-righ .main-menu ul li:hover>a {
    color: #f2c36b;
}
.header-area .header-righ .main-menu ul li:hover>a::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.header-area .header-righ .main-menu ul li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%}
.header-area .header-righ .main-menu ul ul.submenu {
    position: absolute;
    width: 190px;
    background: #6c6f73;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.header-area .header-righ .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block;
}
.header-area .header-righ .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 16px;
    color: #fff;
}
.header-area .header-righ .main-menu ul ul.submenu>li>a::after {
    position: unset;
}
.header-area .header-righ .main-menu ul ul.submenu>li>a:hover {
    color: #fff;
    background: none;
    padding-left: 13px !important;
}
.header-area .header-righ ul li {
    display: inline-block;
}
.header-area .header-righ .header-right-btn {
    margin: 0;
    padding: 0;
    margin-right: -12px !important;
    margin-left: 17px;
}
.header-area .header-righ .header-right-btn .header-btn::after {
    position: unset !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-righ .header-right-btn {
    margin-right: 63px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-righ .header-right-btn {
    margin-right: 63px;
}
}@media (max-width: 575px) {
    .header-area .header-righ .header-right-btn {
    display: none;
}
}.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}
.nav-search {
    display: inline-block;
}
.nav-search i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #7A7E8B;
    font-size: 21px;
    cursor: pointer;
    padding: 14px 23px;
    position: relative;
    bottom: -3px;
}
@media (max-width: 575px) {
    .nav-search i {
    margin-right: 49px;
}
}.nav-search i:hover {
    color: #f2c36b;
}
#search_input_box {
    position: fixed;
    left: 50%;
    background: #f2c36b;
    top: 80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1296px;
    z-index: 999;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
#search_input_box ::placeholder {
    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #search_input_box {
    max-width: 1116px;
}
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #search_input_box {
    max-width: 936px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    #search_input_box {
    max-width: 696px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    #search_input_box {
    max-width: 516px;
}
}#search_input_box .search-inner {
    padding: 5px 13px;
}
#search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    height: 38px;
}
#search_input_box .form-control:focus {
    box-shadow: none;
}
#search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}
#search_input_box .ti-close {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    padding-right: 0;
}
#search_1 {
    padding-top: 4px;
}
.slider-height {
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
    min-height: 800px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
    min-height: 800px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
    min-height: 600px;
}
}@media (max-width: 575px) {
    .slider-height {
    min-height: 600px;
}
}.slider-bg1 {
    background-image: url(../img/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-area .hero-caption {
    position: relative;
    padding-left: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption {
    padding-left: 20px;
    margin-top: -50px;
}
}@media (max-width: 575px) {
    .slider-area .hero-caption {
    padding-left: 20px;
    margin-top: -50px;
}
}.slider-area .hero-caption::before {
    content: "";
    position: absolute;
    background: #6c6f73;
    width: 114%;
    height: 223%;
    top: -225px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption::before {
    left: -30px;
}
}@media (max-width: 575px) {
    .slider-area .hero-caption::before {
    left: -30px;
}
}.slider-area .hero-caption .support-img-cap {
    position: absolute;
    bottom: -78px;
    right: -304px;
    transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption .support-img-cap {
    right: -302px;
}
}@media (max-width: 575px) {
    .slider-area .hero-caption .support-img-cap {
    position: absolute;
    bottom: -101px;
    left: 20px;
    transform: unset;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption .support-img-cap {
    position: absolute;
    bottom: -101px;
    left: 20px;
    transform: unset;
}
}.slider-area .hero-caption .support-img-cap span {
    font-family: "Shippori Mincho", serif;
    background: #f2c36b;
    color: #6c6f73;
    padding: 34px 60px 34px 92px;
    font-size: 20px;
    font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption .support-img-cap span {
    padding: 21px 10px 23px 61px;
}
}@media (max-width: 575px) {
    .slider-area .hero-caption .support-img-cap span {
    padding: 21px 10px 23px 41px;
}
}.slider-area .hero-caption .support-img-cap .video-icon {
    position: relative;
    top: -25px;
    left: 40px;
}
.slider-area .hero-caption h1 {
    font-size: 54px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
}
@media (max-width: 575px) {
    .slider-area .hero-caption h1 {
    font-size: 31px;
}
}.slider-area .hero-caption h1 span {
    color: #f2c36b;
    display: block;
}
.slider-area .hero-caption p {
    color: #CCD2E1;
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: 300;
}
.hero-overly {
    position: relative;
    z-index: 0;
}
.hero-overly::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.latest-items .single-cat {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    margin: 0 12px;
}
.latest-items .single-cat .cat-img {
    overflow: hidden;
}
.latest-items .single-cat .cat-img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    height: 220px;
}
.latest-items .single-cat .cat-cap {
    border: 1px solid #BECCD6;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.latest-items .single-cat .cat-cap .cap-top {
    padding: 30px 20px 25px 20px;
}
.latest-items .single-cat .cat-cap .cap-top span {
    color: #f2d16d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}
.latest-items .single-cat .cat-cap .cap-top h5 {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(237,191,105,.5);
}
.latest-items .single-cat .cat-cap .cap-top h5>a {
    font-size: 20px;
    font-weight: 500;
    color: #071112;
    text-transform: capitalize;
    margin-bottom: 17px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px rgba(206,89,55,0);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items .single-cat .cat-cap .cap-top h5>a {
    font-size: 21px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items .single-cat .cat-cap .cap-top h5>a {
    font-size: 20px;
}
}@media (max-width: 575px) {
    .latest-items .single-cat .cat-cap .cap-top h5>a {
    font-size: 23px;
}
}.latest-items .single-cat .cat-cap .cap-top h5>a:hover {
    color: #6c6f73;
}
.latest-items .single-cat .cat-cap .cap-top p {
    color: #5E5E5E;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
    margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-items .single-cat .cat-cap .cap-top p {
    font-size: 16px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-items .single-cat .cat-cap .cap-top p {
    font-size: 13px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-items .single-cat .cat-cap .cap-top p {
    font-size: 13px;
}
}@media (max-width: 575px) {
    .latest-items .single-cat .cat-cap .cap-top p {
    font-size: 17px;
}
}.latest-items .single-cat .cat-cap .cap-top p i {
    color: #f2c36b;
    margin-right: 10px;
}
.latest-items .single-cat .cat-cap .pricing {
    padding: 11px 20px 11px 20px;
    border-top: 1px solid #BECCD6;
}
.latest-items .single-cat .cat-cap .pricing span {
    display: inline-block;
    color: #6c6f73;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.latest-items .single-cat .cat-cap .pricing img {
    display: inline-block;
}
.latest-items .single-cat:hover .cat-img img {
    transform: scale(1.02);
}
.latest-items .single-cat:hover .cat-cap {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.our-services2 .col-lg-3:nth-child(1) .single-services, .our-services2 .col-lg-3:nth-child(2) .single-services, .our-services2 .col-lg-3:nth-child(3) .single-services {
    border-top: 0px;
}
@media (max-width: 575px) {
    .our-services2 .col-lg-3:nth-child(1) .single-services, .our-services2 .col-lg-3:nth-child(2) .single-services, .our-services2 .col-lg-3:nth-child(3) .single-services {
    border-bottom: 1px solid #C9D6CB;
}
}.our-services2 .col-lg-3:nth-child(1) .single-services {
    border-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services2 .col-lg-3:nth-child(3) .single-services {
    border-right: 1px solid #C9D6CB;
    border-left: 0;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services2 .col-lg-3:nth-child(3) .single-services {
    border-right: 1px solid #C9D6CB;
    border-left: 0;
}
}
.our-services2 .single-services {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    border-left: 1px solid #C9D6CB;
    border-bottom: 1px solid #C9D6CB;
    border-top: 1px solid #C9D6CB;
    padding: 50px 45px 23px 45px;
    min-height: 401px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .our-services2 .single-services {
    min-height: 476px;
}
}@media (min-width: 1401px) and (max-width: 1600px) {
    .our-services2 .single-services {
    padding: 50px 45px 23px 45px;
}
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-services2 .single-services {
    padding: 50px 45px 23px 45px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services2 .single-services {
    padding: 50px 45px 23px 45px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services2 .single-services {
    padding: 50px 45px 23px 45px;
}
}@media (max-width: 575px) {
    .our-services2 .single-services {
    padding: 50px 45px 23px 45px;
    border: 0;
}
}.our-services2 .single-services:hover {
    box-shadow: 0px 15px 25px rgba(0, 136, 15, 0.1);
}
.our-services2 .single-services .services-ion {
    margin-bottom: 19px;
}
.our-services2 .single-services .services-cap h5 a {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 500;
    display: block;
    color: #6c6f73 !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services2 .single-services .services-cap h5 a {
    font-size: 20px;
}
}.our-services2 .single-services .services-cap h5 a:hover {
    color: #f2c36b;
}
.our-services2 .single-services .services-cap p {
    margin-bottom: 24px;
    font-size: 20px;
    color: #96989f;
}
.our-services2 .single-services:hover .services-ion span {
    color: #f2c36b;
}
.visit-one {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-one {
    display: block;
}
}@media (max-width: 575px) {
    .visit-one {
    display: block;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-one {
    display: block;
}
}.visit-one .tailor-details {
    width: 36%;
    padding: 20px 40px 20px 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-one .tailor-details {
    width: 49%;
    padding: 20px 20px 20px 50px;
}
}@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .visit-one .tailor-details {
    width: 55%}
}@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .visit-one .tailor-details {
    width: 41%}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-one .tailor-details {
    width: 82%;
    padding: 50px 30px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-one .tailor-details {
    width: 100%;
    padding: 50px 30px;
}
}@media (max-width: 575px) {
    .visit-one .tailor-details {
    width: 100%;
    padding: 50px 30px;
}
}.visit-one .visit-team {
    background-image: url(../img/back.jpg);
    background-color: #FFF6EE;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 728px;
    width: 52%}
.visit-one .visit-team .wrapper {
    position: relative;
}
.visit-one .visit-team .wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0;
    background: #FFF6EE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-one .visit-team {
    width: 60%}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-one .visit-team {
    width: 100%}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-one .visit-team {
    width: 100%;
    height: 500px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-one .visit-team {
    height: 430px;
    width: 100%}
}@media (max-width: 575px) {
    .visit-one .visit-team {
    height: 250px;
    width: 100%}
}.visit-tailor-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-video {
    display: block;
}
}@media (max-width: 575px) {
    .visit-tailor-video {
    display: block;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-video {
    display: block;
}
}.visit-tailor-video .tailor-details {
    width: 50%;
    padding: 20px 100px 20px 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .visit-tailor-video .tailor-details {
    padding: 20px 80px 20px 80px;
    width: 50%}
}@media (min-width: 1401px) and (max-width: 1600px) {
    .visit-tailor-video .tailor-details {
    padding: 20px 80px 20px 80px;
    width: 50%}
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-video .tailor-details {
    width: 53%;
    padding: 50px 20px 20px 50px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-video .tailor-details {
    width: 76%;
    padding: 50px 30px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-video .tailor-details {
    width: 100%;
    padding: 50px 30px;
    padding-top: 50px;
}
}@media (max-width: 575px) {
    .visit-tailor-video .tailor-details {
    width: 100%;
    padding: 50px 30px;
    padding-top: 50px;
}
}.visit-tailor-video .tailor-details span {
    color: #6c6f73;
    margin-bottom: 22px;
    display: block;
}
.visit-tailor-video .tailor-details h2 {
    color: #6c6f73;
    font-size: 58px;
    display: block;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-video .tailor-details h2 {
    font-size: 37px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-video .tailor-details h2 {
    font-size: 50px;
}
}@media (max-width: 575px) {
    .visit-tailor-video .tailor-details h2 {
    font-size: 26px;
}
}.visit-tailor-video .tailor-details p {
    line-height: 1.7;
    font-size: 18px;
}
.visit-tailor-video .tailor-offers {
    background-image: url(../img/back.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 766px;
    width: 50%}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .visit-tailor-video .tailor-offers {
    width: 50%}
}@media (min-width: 1401px) and (max-width: 1600px) {
    .visit-tailor-video .tailor-offers {
    width: 50%}
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-video .tailor-offers {
    width: 49%;
    height: 766px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-video .tailor-offers {
    width: 100%;
    height: 400px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-video .tailor-offers {
    width: 100%;
    height: 400px;
}
}@media (max-width: 575px) {
    .visit-tailor-video .tailor-offers {
    width: 100%;
    height: 400px;
}
}.testi-tittle h4 {
    color: #f2d16d;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.h1-testimonial-active .testimonial-caption .testimonial-top-cap img {
    margin-bottom: 35px;
    width: auto;
    display: inline-block;
}
.h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
    font-family: "Shippori Mincho", serif;
    color: #6c6f73;
    line-height: 1.4;
    margin-bottom: 28px;
    font-size: 31px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
    padding: 0px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
    margin-bottom: 30px;
}
}@media (max-width: 575px) {
    .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
    font-size: 15px;
    margin-bottom: 30px;
}
}.h1-testimonial-active .testimonial-caption .testimonial-founder .founder-text {
    margin-left: 20px;
    text-align: left;
}
.h1-testimonial-active .testimonial-caption .testimonial-founder .founder-text span {
    color: #6c6f73;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1px;
}
.h1-testimonial-active .testimonial-caption .testimonial-founder .founder-text p {
    color: #74706B;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.team-area {
    background: #F9FAFB;
}
.team-area .single-team {
    margin: 0 12px;
}
.team-area .single-team .team-img {
    overflow: hidden;
    margin-bottom: 19px;
    position: relative;
}
.team-area .single-team .team-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}
.team-area .single-team .team-caption h3 {
    margin-bottom: 3px;
}
.team-area .single-team .team-caption h3 a {
    color: #33384e;
    font-weight: 500;
    font-size: 22px;
}
.team-area .single-team .team-caption h3 a:hover {
    color: #f2c36b;
}
.team-area .single-team .team-caption p {
    color: #57667e;
}
.team-area .single-team:hover .team-img img {
    transform: scale(1.1);
}
.team-area .single-team:hover .team-img .team-social a {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.team-social {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    text-align: center;
}
.team-social li {
    display: inline-block;
}
.team-social li a {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 8px;
    display: inline-block;
    background: #004274;
    -webkit-transform: .4s;
    -ms-transform: .4s;
    transform: .4s;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
}
.team-social li a i {
    display: inline-block;
}
.team-social li a:hover {
    color: #fff;
    background: #f2c36b;
}
.team-social li:nth-child(1) a {
    transition-delay: 0.0s;
}
.team-social li:nth-child(2) a {
    transition-delay: 0.1s;
}
.team-social li:nth-child(3) a {
    transition-delay: 0.3s;
}
.visit-tailor-area {
    background: #6c6f73;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area {
    display: block;
}
}@media (max-width: 575px) {
    .visit-tailor-area {
    display: block;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area {
    display: block;
}
}.visit-tailor-area .tailor-details {
    width: 36%;
    padding: 20px 100px 20px 138px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .visit-tailor-area .tailor-details {
    padding: 20px 80px 20px 80px;
    width: 47%}
}@media (min-width: 1401px) and (max-width: 1600px) {
    .visit-tailor-area .tailor-details {
    padding: 20px 80px 20px 80px;
    width: 47%}
}@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .visit-tailor-area .tailor-details {
    padding: 20px 80px 20px 80px;
    width: 47%}
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area .tailor-details {
    width: 53%;
    padding: 20px 20px 20px 50px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area .tailor-details {
    width: 76%;
    padding: 50px 30px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-details {
    width: 100%;
    padding: 50px 30px;
}
}@media (max-width: 575px) {
    .visit-tailor-area .tailor-details {
    width: 100%;
    padding: 50px 30px;
}
}.visit-tailor-area .tailor-details span {
    margin-bottom: 22px;
    display: block;
    color: #ffff;
}
.visit-tailor-area .tailor-details h2 {
    color: #fff;
    font-size: 38px;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area .tailor-details h2 {
    font-size: 37px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-details h2 {
    font-size: 50px;
}
}@media (max-width: 575px) {
    .visit-tailor-area .tailor-details h2 {
    font-size: 26px;
}
}.visit-tailor-area .tailor-details p {
    color: #ffff;
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 25px;
}
.visit-tailor-area .tailor-details input {
    background: none;
    padding: 0px;
    width: 100%;
    height: 37px;
    border: 0;
    border-bottom: 2px solid #BECCD6;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}
.visit-tailor-area .tailor-details input::placeholder {
    color: #ffff;
    font-size: 16px;
}
.visit-tailor-area .tailor-offers {
    background-image: url(../img/gallery/subscribe-img.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 520px;
    width: 50%}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visit-tailor-area .tailor-offers {
    width: 49%}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visit-tailor-area .tailor-offers {
    width: 100%;
    height: 400px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visit-tailor-area .tailor-offers {
    width: 100%;
    height: 400px;
}
}@media (max-width: 575px) {
    .visit-tailor-area .tailor-offers {
    width: 100%;
    height: 400px;
}
}.footer-area .footer-pera p {
    color: #5E5E5E;
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 1.8;
}
.footer-area .footer-tittle h4 {
    color: #6c6f73;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
}
.footer-area .footer-tittle ul li {
    margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
    color: #5E5E5E;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline transparent;
}
.footer-area .footer-tittle ul li a:hover {
    color: #5E5E5E;
    text-decoration: underline;
}
.footer-area .footer-tittle ul li span {
    color: red;
}
.footer-area .footer-tittle p {
    color: #5E5E5E;
    font-size: 16px;
}
.footer-area .info.error {
    color: #f2c36b;
}
.footer-bottom-area {
    background: #F9FAFB;
}
.footer-bottom-area .footer-border {
    margin-top: 60px;
    padding-bottom: 1px;
    padding-top: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-area .footer-border {
    margin-top: 0;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom-area .footer-border {
    margin-top: 0;
}
}@media (max-width: 575px) {
    .footer-bottom-area .footer-border {
    margin-top: 0;
}
}.footer-bottom-area .footer-copy-right p {
    color: #5E5E5E;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}
.footer-bottom-area .footer-copy-right p i {
    color: #f2c36b;
}
.footer-bottom-area .footer-copy-right p a {
    color: #f2c36b;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    color: #BCBCBC !important;
    font-size: 24px !important;
    display: inline-block;
    text-align: center;
    padding: 10px;
}
.footer-social li a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    display: inline-block;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}
.footer-social li a:hover {
    color: #f2c36b;
}
.footer-social li a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.number a {
    font-family: "Roboto", sans-serif;
    font-size: 22px !important;
    color: #5F626D !important;
    margin-bottom: 0px;
    font-weight: 600 !important;
    display: block;
    text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number a {
    font-size: 19px !important;
}
}
.number2 a {
    font-family: "Shippori Mincho", serif;
    font-size: 14px !important;
    color: #1A1A1A !important;
    margin-bottom: 5px;
    text-decoration: underline !important;
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number2 a {
    font-size: 19px !important;
}
}.img-fluid {
    width: 100%}

.hero-overly::before {
    background: -moz-linear-gradient(left,  rgba(25, 40, 57, 0.6) 0%,  rgba(26, 39, 56, 0.6) 25%,  rgba(26, 41, 58, 0.59) 26%,  rgba(25, 39, 57, 0.57) 28%,  rgba(25, 40, 56, 0.56) 29%,  rgba(24, 39, 56, 0.55) 30%,  rgba(25, 40, 57, 0.54) 31%,  rgba(25, 41, 58, 0.53) 32%,  rgba(26, 40, 58, 0.52) 33%,  rgba(27, 41, 57, 0.51) 34%,  rgba(25, 40, 56, 0.5) 35%,  rgba(25, 40, 59, 0.49) 36%,  rgba(24, 39, 57, 0.48) 37%,  rgba(27, 40, 58, 0.47) 38%,  rgba(25, 41, 56, 0.46) 39%,  rgba(26, 40, 56, 0.45) 40%,  rgba(27, 41, 58, 0.44) 41%,  rgba(25, 40, 57, 0.43) 42%,  rgba(24, 40, 56, 0.41) 44%,  rgba(24, 41, 57, 0.4) 45%,  rgba(25, 42, 59, 0.39) 46%,  rgba(26, 40, 57, 0.38) 47%,  rgba(27, 42, 56, 0.37) 48%,  rgba(25, 40, 55, 0.36) 49%,  rgba(26, 38, 57, 0.35) 50%,  rgba(26, 40, 60, 0.34) 51%,  rgba(24, 38, 55, 0.33) 52%,  rgba(25, 43, 57, 0.32) 53%,  rgba(26, 41, 59, 0.31) 54%,  rgba(24, 39, 55, 0.3) 55%,  rgba(28, 40, 57, 0.29) 56%,  rgba(26, 38, 55, 0.28) 57%,  rgba(27, 40, 58, 0.27) 58%,  rgba(24, 38, 57, 0.25) 59%,  rgba(25, 39, 59, 0.24) 60%,  rgba(26, 42, 57, 0.22) 61%,  rgba(22, 39, 55, 0.21) 62%,  rgba(30, 42, 59, 0.19) 63%,  rgba(26, 38, 57, 0.18) 64%,  rgba(27, 40, 60, 0.16) 65%,  rgba(29, 44, 58, 0.14) 66%,  rgba(24, 40, 56, 0.13) 67%,  rgba(26, 44, 62, 0.12) 68%,  rgba(29, 39, 59, 0.1) 69%,  rgba(29, 39, 59, 0.1) 100%);
    background: -webkit-linear-gradient(left,  rgba(25, 40, 57, 0.6) 0%,  rgba(26, 39, 56, 0.6) 25%,  rgba(26, 41, 58, 0.59) 26%,  rgba(25, 39, 57, 0.57) 28%,  rgba(25, 40, 56, 0.56) 29%,  rgba(24, 39, 56, 0.55) 30%,  rgba(25, 40, 57, 0.54) 31%,  rgba(25, 41, 58, 0.53) 32%,  rgba(26, 40, 58, 0.52) 33%,  rgba(27, 41, 57, 0.51) 34%,  rgba(25, 40, 56, 0.5) 35%,  rgba(25, 40, 59, 0.49) 36%,  rgba(24, 39, 57, 0.48) 37%,  rgba(27, 40, 58, 0.47) 38%,  rgba(25, 41, 56, 0.46) 39%,  rgba(26, 40, 56, 0.45) 40%,  rgba(27, 41, 58, 0.44) 41%,  rgba(25, 40, 57, 0.43) 42%,  rgba(24, 40, 56, 0.41) 44%,  rgba(24, 41, 57, 0.4) 45%,  rgba(25, 42, 59, 0.39) 46%,  rgba(26, 40, 57, 0.38) 47%,  rgba(27, 42, 56, 0.37) 48%,  rgba(25, 40, 55, 0.36) 49%,  rgba(26, 38, 57, 0.35) 50%,  rgba(26, 40, 60, 0.34) 51%,  rgba(24, 38, 55, 0.33) 52%,  rgba(25, 43, 57, 0.32) 53%,  rgba(26, 41, 59, 0.31) 54%,  rgba(24, 39, 55, 0.3) 55%,  rgba(28, 40, 57, 0.29) 56%,  rgba(26, 38, 55, 0.28) 57%,  rgba(27, 40, 58, 0.27) 58%,  rgba(24, 38, 57, 0.25) 59%,  rgba(25, 39, 59, 0.24) 60%,  rgba(26, 42, 57, 0.22) 61%,  rgba(22, 39, 55, 0.21) 62%,  rgba(30, 42, 59, 0.19) 63%,  rgba(26, 38, 57, 0.18) 64%,  rgba(27, 40, 60, 0.16) 65%,  rgba(29, 44, 58, 0.14) 66%,  rgba(24, 40, 56, 0.13) 67%,  rgba(26, 44, 62, 0.12) 68%,  rgba(29, 39, 59, 0.1) 69%,  rgba(29, 39, 59, 0.1) 100%);
    background: linear-gradient(to right,  rgba(25, 40, 57, 0.6) 0%,  rgba(26, 39, 56, 0.6) 25%,  rgba(26, 41, 58, 0.59) 26%,  rgba(25, 39, 57, 0.57) 28%,  rgba(25, 40, 56, 0.56) 29%,  rgba(24, 39, 56, 0.55) 30%,  rgba(25, 40, 57, 0.54) 31%,  rgba(25, 41, 58, 0.53) 32%,  rgba(26, 40, 58, 0.52) 33%,  rgba(27, 41, 57, 0.51) 34%,  rgba(25, 40, 56, 0.5) 35%,  rgba(25, 40, 59, 0.49) 36%,  rgba(24, 39, 57, 0.48) 37%,  rgba(27, 40, 58, 0.47) 38%,  rgba(25, 41, 56, 0.46) 39%,  rgba(26, 40, 56, 0.45) 40%,  rgba(27, 41, 58, 0.44) 41%,  rgba(25, 40, 57, 0.43) 42%,  rgba(24, 40, 56, 0.41) 44%,  rgba(24, 41, 57, 0.4) 45%,  rgba(25, 42, 59, 0.39) 46%,  rgba(26, 40, 57, 0.38) 47%,  rgba(27, 42, 56, 0.37) 48%,  rgba(25, 40, 55, 0.36) 49%,  rgba(26, 38, 57, 0.35) 50%,  rgba(26, 40, 60, 0.34) 51%,  rgba(24, 38, 55, 0.33) 52%,  rgba(25, 43, 57, 0.32) 53%,  rgba(26, 41, 59, 0.31) 54%,  rgba(24, 39, 55, 0.3) 55%,  rgba(28, 40, 57, 0.29) 56%,  rgba(26, 38, 55, 0.28) 57%,  rgba(27, 40, 58, 0.27) 58%,  rgba(24, 38, 57, 0.25) 59%,  rgba(25, 39, 59, 0.24) 60%,  rgba(26, 42, 57, 0.22) 61%,  rgba(22, 39, 55, 0.21) 62%,  rgba(30, 42, 59, 0.19) 63%,  rgba(26, 38, 57, 0.18) 64%,  rgba(27, 40, 60, 0.16) 65%,  rgba(29, 44, 58, 0.14) 66%,  rgba(24, 40, 56, 0.13) 67%,  rgba(26, 44, 62, 0.12) 68%,  rgba(29, 39, 59, 0.1) 69%,  rgba(29, 39, 59, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99192839',  endColorstr='#1a1d273b', GradientType=1 );
}
b, u, del {
    color: #1f2b7b;
}
.mb-30 {
    margin-bottom: 30px;
}
.items-active button.slick-arrow{position:absolute;border:0;padding:0;z-index:2;cursor:pointer;top:50%;transform:translateY(-50%);left:auto;background:none}.items-active button.slick-arrow i{font-size:30px;color:rgba(32,69,112,0.3);-webkit-transition:all .2s ease-out 0s;-moz-transition:all .2s ease-out 0s;-ms-transition:all .2s ease-out 0s;-o-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}.items-active button.slick-arrow i:hover{color:#f2c36b}.items-active button.slick-prev{left:-40px}@media only screen and (min-width: 1200px) and (max-width: 1600px){.items-active button.slick-prev{left:-20px}}@media only screen and (min-width: 1200px) and (max-width: 1400px){.items-active button.slick-prev{left:-30px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.items-active button.slick-prev{left:-23px}}@media only screen and (min-width: 768px) and (max-width: 991px){.items-active button.slick-prev{left:-20px}}@media only screen and (min-width: 576px) and (max-width: 767px){.items-active button.slick-prev{left:-10px}}.items-active button.slick-next{right:-40px}@media only screen and (min-width: 1200px) and (max-width: 1600px){.items-active button.slick-next{right:-20px}}@media only screen and (min-width: 1200px) and (max-width: 1400px){.items-active button.slick-next{right:-30px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.items-active button.slick-next{right:-23px}}@media only screen and (min-width: 768px) and (max-width: 991px){.items-active button.slick-next{right:-20px}}@media only screen and (min-width: 576px) and (max-width: 767px){.items-active button.slick-next{right:-10px}}.our-services2 .col-lg-3:nth-child(1) .single-services,.our-services2 .col-lg-3:nth-child(2) .single-services,.our-services2 .col-lg-3:nth-child(3) .single-services{border-top:0px}
.h1-testimonial-active .testimonial-caption .testimonial-top-cap img{margin-bottom:35px;width:auto;display:inline-block}.h1-testimonial-active .testimonial-caption .testimonial-top-cap p{font-family:"Shippori Mincho",serif;color:#6c6f73;line-height:1.4;margin-bottom:28px;font-size:31px;font-weight:600}@media only screen and (min-width: 768px) and (max-width: 991px){.h1-testimonial-active .testimonial-caption .testimonial-top-cap p{padding:0px}}@media only screen and (min-width: 576px) and (max-width: 767px){.h1-testimonial-active .testimonial-caption .testimonial-top-cap p{margin-bottom:30px}}@media (max-width: 575px){.h1-testimonial-active .testimonial-caption .testimonial-top-cap p{font-size:15px;margin-bottom:30px}}.h1-testimonial-active .testimonial-caption .testimonial-founder .founder-text{margin-left:20px;text-align:left}.h1-testimonial-active .testimonial-caption .testimonial-founder .founder-text span{color:#6c6f73;font-family:"Roboto",sans-serif;font-size:20px;font-weight:500;text-align:left;margin-bottom:1px}.h1-testimonial-active .testimonial-caption .testimonial-founder .founder-text p{color:#74706B;font-weight:500;line-height:1.5;margin:0}.h1-testimonial-active button.slick-arrow{position:absolute;left:0px;bottom:-88px;border:0;padding:0;z-index:2;opacity:1;visibility:visible;cursor:pointer;background:none}.h1-testimonial-active button.slick-arrow i{font-size:20px;color:#CCD2E1}.h1-testimonial-active button.slick-arrow i:hover{color:#f2c36b}.h1-testimonial-active button.slick-next{left:50px}.slick-initialized .slick-slide{outline:0}.team-area{background:#F9FAFB}.team-area .single-team{margin:0 12px}.team-area .single-team .team-img{overflow:hidden;margin-bottom:19px;position:relative}


.width-icon-k {
    display: inline-block;
    width: 1.5rem;
    text-align: center;
}
.d-block {
    display: block !important;
}

@media (min-width: 767px) {
    .d-lg-none {
        display: none !important;
    }
}
.ul-icon-k li .fa-whatsapp {
    background: #4FB153;
    color: #fff;
}

.box-social-k .icon-social-k {
    height: auto;
    font-size: 1.8rem;
    padding: .75rem .5rem;
    width: 100%;
}
.box-social-k {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.box-social-k ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
}

.box-social-k ul li {
    margin: 0;
    width: 25%;
}

.box-social-k .width-icon-k {
    width: 100%;
}

.box-social-k .icon-social-k {
    height: auto;
    font-size: 1.8rem;
    padding: .75rem .5rem;
    width: 100%;
}

.div-social-k {
    background: #272b2f;
    border-top: solid 1px #16191b;
}

.div-social-k span {
    font-size: .9rem;
}

.div-social-k .ul-icon-k li {
    margin: 0 .5rem;
}

.div-social-k .icon-social-k {
    border-radius: 50%;
    padding: 1rem;
}

@media (max-width: 1100px) {
    .box-social-k {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: block;
}
}

.wa__btn_popup {
    bottom: 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    right: 30px;
    z-index: 999999999;
}

.wa__btn_popup .wa__btn_popup_icon:after, .wa__btn_popup .wa__btn_popup_icon:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
}
.wa__btn_popup .wa__btn_popup_icon:before {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    z-index: 1;
}
.wa__btn_popup, .wa__btn_popup *, .wa__btn_popup :after, .wa__btn_popup :before, .wa__button, .wa__button *, .wa__button :after, .wa__button :before, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :after, .wa__popup_chat_box :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.wa__btn_popup .wa__btn_popup_icon {
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    height: 56px;
    width: 56px;
}

	.wa__btn_popup .wa__btn_popup_txt {
    background-color: #f5f7f9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #43474e;
    font-size: 12px;
    letter-spacing: -.03em;
    line-height: 1.5;
    margin-right: 7px;
    padding: 8px 12px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 156px;
}



.watsapp__btn_popup {
    bottom: 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 30px;
    z-index: 999999999;
}


.watsapp__btn_popup .wa__btn_popup_icon:after, .wa__btn_popup .wa__btn_popup_icon:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
}
.watsapp__btn_popup .wa__btn_popup_icon:before {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    z-index: 1;
}
.watsapp__btn_popup, .watsapp__btn_popup *, .watsapp__btn_popup :after, .watsapp__btn_popup :before, .wa__button, .wa__button *, .wa__button :after, .wa__button :before, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box :after, .wa__popup_chat_box :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.watsapp__btn_popup .wa__btn_popup_icon {
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    height: 56px;
    width: 56px;
}

	.watsapp__btn_popup .wa__btn_popup_txt {
    background-color: #f5f7f9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #43474e;
    font-size: 12px;
    letter-spacing: -.03em;
    line-height: 1.5;
    margin-right: 7px;
    padding: 8px 12px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 156px;
}
