/**
*****************************************
	Theme Name: Teak Elegance
	Author: ANTS Creation
	Author URL: http://www.ants.lk
	Version: 1.0
******************************************
**/


/* =================================== */


/*  Box Equal Height Control
/* =================================== */

.box-height-2 {
    display: flex;
    width: 100%;
}

.box-height-inner-2 {
    flex: 1;
}


/* =================================== */


/*  Back Button
/* =================================== */

#back_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: rgba(0, 64, 164, 0.55);
    color: var(--main-1);
    border: 1px solid var(--white);
}

#back_button.show {
    visibility: visible;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.55);
    color: var(--white);
    border: 1px solid var(--white);
}

#back_button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 16px;
    padding: 11px;
    color: var(--white);
}


/* =================================== */


/*  Section Padding
/* =================================== */

.section-p1 {
    padding: 80px 0;
}

.section-p2 {
    padding: 50px 0;
}


/* =================================== */


/*  Section Title
/* =================================== */

.section-title-1 h1 {
    font-family: corbel;
    color: var(--black);
    font-size: 2.5rem;
    font-variation-settings: 'wdth' 500, 'wght' 700;
    position: relative;
}

.section-title-1 h1::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: var(--black);
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title-1 h3 {
    font-family: font-2;
    color: var(--main-1);
    font-size: 1rem;
}

.section-title-1 p {
    font-family: font-2;
    text-align: justify;
    color: var(--black);
    font-size: 0.9rem;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.section-title-2 h1 {
    font-family: font-1;
    color: var(--white);
    text-transform: uppercase;
    font-size: 3rem;
}

.section-title-2 h2 {
    font-family: font-3;
    color: var(--white);
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.section-title-2 p {
    font-family: font-1;
    text-align: justify;
    color: var(--white);
    font-size: 0.9rem;
    line-height: 25px;
    margin: 0 0 15px 0;
}


/* =================================== */


/*  Button
/* =================================== */

.explore-btn-1 a {
    font-family: font-1;
    color: var(--white);
    padding: 8px 18px;
    background-color: var(--main-1);
    font-size: 0.9rem;
    display: inline-block;
    margin: 10px 0 0 0;
}

.explore-btn-1 a:hover {
    color: var(--white);
    background-color: var(--main-2);
}

.explore-btn-2 a {
    font-family: font-2;
    color: var(--white);
    padding: 10px 18px;
    background-color: var(--main-1);
    border-radius: 0;
    font-size: 1rem;
    display: inline-block;
    margin: 20px 0 0 0;
}

.explore-btn-2 a:hover {
    background-color: var(--main-2);
}

.rev_slider_wrapper,
.rev_slider,
.tp-fullwidth-forcer,
.rev_slider .tp-bgimg.defaultimg {
    max-height: 630px !important;
}

.welcome-area {
    background: url("../images/about-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

.welcome-text {
    padding: 0;
}

.welcome-text h4 {
    font-family: corbel;
    font-size: 3.5rem;
    color: var(--black);
    font-variation-settings: 'wdth' 500, 'wght' 700;
}

.welcome-text h3 {
    font-family: font-2;
    font-size: 1.5rem;
    color: var(--main-1);
    margin: 5px 0 12px 0;
}

.welcome-text p {
    font-family: font-2;
    font-size: 0.9rem;
    text-align: justify;
    color: var(--black);
    line-height: 30px;
    margin: 0 0 10px 0;
}

.category-outter {
    padding: 0;
}

.grid {
    position: relative;
    overflow: hidden;
    background: var(--black);
    text-align: center;
    cursor: pointer;
}

.grid-overlay {
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    background: var(--op-1);
}

.grid figcaption,
.grid figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    width: 100%;
}

.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-chico figcaption {
    padding: 45px;
}

.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid var(--white);
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.effect-chico figcaption::before,
.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h2 {
    padding: 25% 0 20px 0;
    font-family: corbel;
    color: var(--white);
    font-size: 1.6rem;
    font-variation-settings: 'wdth' 500, 'wght' 700;
    text-shadow: 0px 0px 5px var(--black);
}

.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: var(--white);
    text-transform: uppercase;
}

.effect-chico:hover figcaption::before,
.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-slider .owl-nav button.owl-next,
.category-slider .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    top: 50%;
    position: absolute;
    border-radius: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 1rem;
    background-color: var(--main-1);
    color: var(--white);
    line-height: 0;
}

.category-slider .owl-nav button.owl-next {
    right: 0;
}

.category-slider .owl-nav button.owl-prev {
    left: 0;
}

.category-slider .owl-dots {
    text-align: center;
    margin: 0;
}

.category-slider .owl-dots button {
    display: inline-block;
}

.category-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--main-1);
    background: none;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.category-slider .owl-dots button.active span,
.category-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--main-1);
    width: 15px;
    height: 15px;
}

.category-slider .owl-dots button.active span:after,
.category-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--main-1);
    position: absolute;
    left: 3px;
    top: 3px;
}

.product-box {
    position: relative;
    margin: 0 0 15px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: var(--white);
    border: 1px solid var(--main-4);
}

.product-box:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-7px);
    cursor: pointer;
}

.product-box .product-image img {
    width: 100%;
}

.product-box .product-content {
    padding: 10px;
    line-height: 15px;
}

.product-box .product-content ul {
    display: inline-block;
    width: 100%;
}

.product-box .product-content ul li {
    float: left;
}

.product-box .product-content ul li.product-name {
    width: 60%;
}

.product-box .product-content ul li.product-btn {
    width: 40%;
    text-align: right;
}

.product-box .product-content ul li.product-name h3 {
    font-family: font-4;
    text-align: left;
    color: var(--black);
    font-size: 1.2rem;
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    height: 24px;
}

.product-box .product-content ul li.product-name h4 {
    font-family: font-2;
    text-align: left;
    color: var(--black);
    font-size: 0.9rem;
    line-height: 20px;
    overflow: hidden;
    height: 18px;
}

.product-box .product-content ul li.product-btn .detail-btn {
    font-family: font-3;
    font-size: 0.9rem;
    padding: 11px 14px;
    background-color: var(--black);
    color: var(--white);
    margin: 2px 0;
    display: inline-block;
}

.product-box:hover .product-content ul li.product-btn .detail-btn {
    background-color: var(--main-2);
    color: var(--black);
}

.product-slider .owl-nav button.owl-next,
.product-slider .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    top: 50%;
    position: absolute;
    border-radius: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 1rem;
    background-color: var(--main-1);
    color: var(--white);
    line-height: 0;
}

.product-slider .owl-nav button.owl-next {
    right: -10px;
}

.product-slider .owl-nav button.owl-prev {
    left: -20px;
}

.product-slider .owl-dots {
    text-align: center;
    margin: 0;
}

.product-slider .owl-dots button {
    display: inline-block;
}

.product-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--main-1);
    background: none;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.product-slider .owl-dots button.active span,
.product-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--main-1);
    width: 15px;
    height: 15px;
}

.product-slider .owl-dots button.active span:after,
.product-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--main-1);
    position: absolute;
    left: 3px;
    top: 3px;
}

.product-slider .item {
    margin: 0 10px 0 0;
}

.product-area {
    margin: 40px 0 0 0;
}

.process-area-bg {
    padding: 80px 0;
    position: relative;
    background: var(--gr-1), url("../images/process-bg.jpg") no-repeat center center;
    background-size: cover;
}

.process-area-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    background: var(--black);
    z-index: 1;
}

.classic-para {
    z-index: 2;
}

.classic-para h2 {
    font-family: corbel;
    text-align: left;
    font-size: 2rem;
    font-variation-settings: 'wdth' 500, 'wght' 700;
    color: var(--white);
    margin: 0 0 20px 0;
}

.classic-para p {
    font-family: font-1;
    text-align: left;
    font-size: 0.85rem;
    color: var(--white);
    padding: 0 30px 0 0;
    line-height: 25px;
}

.process-para h2 {
    font-family: corbel;
    text-align: left;
    font-size: 2.5rem;
    font-variation-settings: 'wdth' 500, 'wght' 700;
    color: var(--white);
    margin: 0 0 10px 0;
}

.process-para p {
    font-family: font-2;
    text-align: left;
    font-size: 0.85rem;
    color: var(--white);
    padding: 0 30px 0 0;
    line-height: 25px;
}

.process-para ul {
    margin: 20px 0 0 0;
}

.process-para ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
    padding: 15px;
    float: left;
}

.process-icon {
    width: 105px;
    height: 105px;
    border: 2px solid var(--white);
    text-align: center;
    border-radius: 100%;
    padding: 23px;
    margin: auto;
}

.process-icon img {
    width: 55px;
}

.process-para ul li h4 {
    font-family: font-2;
    text-align: center;
    font-size: 1rem;
    color: var(--white);
    margin: 8px 0 0 0;
    text-transform: uppercase;
    webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.process-icon:hover {
    border: 2px solid var(--main-2);
    background-color: var(--op-1);
    webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-box {
    position: relative;
    margin: 0 0 15px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: var(--white);
    border: 1px solid var(--main-4);
}

.project-box:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-7px);
    cursor: pointer;
}

.project-box .project-img img {
    width: 100%;
}

.project-box .project-content {
    text-align: center;
    padding: 10px;
}

.project-box .project-content h3 {
    font-family: font-4;
    color: var(--black);
    font-size: 1.2rem;
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    height: 24px;
}

.project-box .project-content h4 {
    font-family: font-2;
    color: var(--black);
    font-size: 0.9rem;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    height: 21px;
}

.project-title {
    padding: 0 0 40px 0;
}

.page-inner-header,
.page-banner-outer {
    position: relative;
    min-height: 345px;
}

.page-inner-header,
.page-banner-outer {
    position: relative;
    min-height: 100px;
    max-height: 350px;
}

.page-inner-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-banner-area {
    padding: 14% 0 6% 0;
    margin: 0;
    border-bottom: 0;
    text-align: center;
}

.page-banner-area h1 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-family: font-4;
    letter-spacing: 1px;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}

.page-breadcrumb,
.breadcrumb {
    font-family: font-3;
    font-size: 0.75rem;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    margin: 0;
    text-align: center;
    display: inline-flex;
}

.page-breadcrumb ul.breadcrumb li+li:before {
    content: " / ";
    padding: 0 8px 0 8px;
    color: var(--white);
}

.page-breadcrumb ul.breadcrumb li a {
    color: var(--white);
}

.page-breadcrumb ul.breadcrumb li a:hover,
.page-breadcrumb ul.breadcrumb li a.active {
    color: var(--main-2) !important;
}

.about-area-bg {
    position: relative;
    padding: 80px 0;
}

.about-area h2 {
    font-family: corbel;
    text-align: left;
    color: var(--main-1);
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-variation-settings: 'wdth' 500, 'wght' 700;
}

.about-area p {
    font-family: font-2;
    text-align: justify;
    color: var(--black);
    font-size: 0.85rem;
    margin: 0 0 10px 0;
    line-height: 25px;
}

.home-v-m {
    padding: 30px;
    background-image: url("../images/dot.jpg");
    border-top: 5px solid var(--main-2);
}

.home-v-m h3 {
    color: var(--main-1);
    font-family: font-3;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

.home-v-m p {
    color: var(--black);
    font-family: font-2;
    font-size: 0.8rem;
    text-align: justify;
    line-height: 20px;
}

.teak-para-bg {
    padding: 80px 0;
    position: relative;
    background: var(--gr-1), url(../images/process-bg.jpg) no-repeat center center;
    background-size: cover;
}

.teak-para h2 {
    font-family: corbel;
    text-align: left;
    font-size: 2.5rem;
    font-variation-settings: 'wdth' 500, 'wght' 700;
    color: var(--white);
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px #000000;
}

.teak-para p {
    font-family: font-2;
    text-align: justify;
    font-size: 0.8rem;
    color: var(--white);
    line-height: 20px;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px #000000;
}

.msg-area-bg {
    padding: 80px 0;
}

.msg-img img {
    width: 100%;
}

.msg-para h3 {
    font-family: corbel;
    text-align: left;
    font-size: 2.5rem;
    color: var(--black);
    margin: 0 0 10px 0;
    font-variation-settings: 'wdth' 500, 'wght' 700;
}

.msg-para p {
    font-family: font-2;
    text-align: justify;
    color: var(--black);
    font-size: 0.9rem;
    line-height: 25px;
    margin: 0 0 8px 0;
}

.msg-para h4 {
    font-family: font-6;
    text-align: left;
    font-size: 2.5rem;
    color: var(--black);
    margin: 10px 0 0 0;
}

.listing-grid {
    margin: 0 0 20px 0;
}

.category-box {
    border-radius: 0;
    border: 1px solid var(--main-4);
    padding: 10px;
    margin: 0 0 20px 0;
}

.category-title {
    border-bottom: 1px solid var(--main-4);
    padding: 0 0 10px 0;
}

.category-title h4 {
    font-family: font-3;
    color: var(--black);
    font-size: 1.1rem;
    text-transform: uppercase;
}

.category-box ul li {
    padding: 5px 0;
    border-bottom: 1px dashed var(--main-4);
}

.category-box ul li:last-child {
    padding: 5px 0 0 0;
    border-bottom: 0;
}

.category-box ul li a {
    font-family: font-3;
    color: var(--black);
    font-size: 0.9rem;
    display: block;
}

.category-box ul li a:hover,
.category-box ul li a:active {
    color: var(--main-2);
}

.product-box-inner .product-content ul li.product-name {
    width: 100%;
}

.product-box-inner .product-content ul li.product-name h3 {
    text-align: center;
}

.product-box-inner .product-content ul li.product-name h4 {
    text-align: center;
    margin: 0 0 8px 0;
}

.product-box-inner .product-content ul li.product-btn {
    width: 100%;
    text-align: center;
}

.product-detail-outter {
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 4px;
    padding: 20px;
    margin: 0 0 20px 0;
}

.product-carousel .list-inline {
    white-space: nowrap;
}

.product-carousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

.product-carousel .carousel-indicators>li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.product-carousel .carousel-indicators>li.active img {
    opacity: 0.7;
}

.product-carousel ul.carousel-indicators {
    margin: 10px 0;
}

.product-content-inner .product-name {
    border-bottom: 1px solid var(--main-4);
    padding: 0 0 8px 0;
}

.product-content-inner .product-name h2 {
    font-family: font-4;
    text-align: left;
    color: var(--black);
    font-size: 1.5rem;
    margin: 0;
}

.product-content-inner .product-name h4 {
    font-family: font-3;
    text-align: left;
    color: var(--black);
    font-size: 0.9rem;
    margin: 0;
}

.product-content-inner .product-price h2 {
    margin: 15px 0;
    font-family: font-3;
    text-align: left;
    color: var(--black);
    font-size: 1.5rem;
}

.product-content-inner .product-avilability h4 {
    font-family: font-2;
    text-align: left;
    color: var(--black);
    font-size: 1.1rem;
}

.product-content-inner .product-avilability h3.in-stock {
    ffont-family: font-2;
    text-align: left;
    color: var(--white);
    font-size: 0.8rem;
    padding: 6px 15px;
    display: inline-block;
    margin: 5px 0 0 0;
}

.green {
    background-color: var(--main-3);
}

.red {
    background-color: var(--main-5);
}

.product-content-inner .product-dis {
    margin: 20px 0 0 0;
}

.product-content-inner .product-dis h2 {
    font-family: font-2;
    text-align: left;
    color: var(--black);
    font-size: 1.1rem;
    margin: 0 0 5px 0;
}

.product-content-inner .product-dis p {
    font-family: font-2;
    text-align: justify;
    color: var(--black);
    font-size: 0.9rem;
}

.product-content-inner .product-req-btn {
    margin: 15px 0;
}

.product-content-inner .product-req-btn a {
    padding: 6px 20px;
    background-color: var(--black);
    color: var(--white);
    display: inline-block;
    font-size: 1rem;
    font-family: font-2;
    cursor: pointer;
}

.product-content-inner .product-req-btn a:hover {
    background-color: var(--main-2);
    color: var(--black);
}

.modal-backdrop.show {
    opacity: 0.8;
}

.login-popup .modal-dialog {
    margin: 100px auto;
}

.login-popup .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

.login-popup .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 40px 40px 20px;
    display: block;
    position: relative;
}

.login-popup .modal-dialog .modal-content .modal-header h4 {
    font-family: font-3;
    color: var(--main-1);
    font-size: 1.5rem;
}

.login-popup .modal-dialog .modal-content .modal-header button {
    position: absolute;
    top: 12px;
    right: 12px;
}

.login-popup .modal-dialog .modal-content .modal-header button span {
    width: 40px;
    height: 40px;
    background-color: var(--main-4);
    display: block;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: 0px 0px 7px 0px var(--shadow-3);
}

.login-popup .modal-dialog .modal-content .modal-body {
    padding: 5px 60px 40px;
}

.login-form .form-group {
    margin: 0 0 22px 0;
    position: relative;
}

.login-form .form-group i {
    position: absolute;
    z-index: 999;
    line-height: 45px;
    left: 15px;
    color: var(--main-5);
}

.login-form .form-group .form-control {
    position: relative;
    height: 45px;
    border: 1px solid var(--main-4);
    font-family: font-2;
    padding: 6px 12px 6px 45px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: var(--white);
}

.login-form .form-group .form-control:focus {
    border: 1px solid var(--main-1);
    outline: 0;
    background-color: var(--white);
}

.login-form .form-group .form-control.form-textarea {
    padding: 10px;
    height: auto;
}

.login-form .form-group button.submit-btn {
    color: var(--white);
    background-color: var(--black);
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
    border: none;
    font-size: 1rem;
    font-family: font-2;
}

.login-form .form-group button.submit-btn:hover {
    color: var(--black);
    background-color: var(--main-2);
}

.divider {
    padding: 20px 0;
}

.relared-title {
    margin: 0 0 40px 0;
}

.project-img-inner {
    margin: 0 0 15px 0;
}

.gal {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
}

.gal img {
    width: 100%;
    padding: 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}

.snip1520 {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
    width: 100%;
}

.snip1520 img,
.snip1520:before,
.snip1520:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.snip1520 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.snip1520:before,
.snip1520:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.snip1520:before {
    width: 60px;
    height: 1px;
    left: 0;
}

.snip1520:after {
    height: 60px;
    width: 1px;
    top: 100%;
}

.snip1520 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.gallery-area {
    padding: 50px 0;
}

.contact-bg {
    padding: 50px 0 30px 0;
}

.contact-form-outter h3 {
    font-family: font-3;
    color: var(--black);
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}

.contact-form-outter p {
    font-family: font-2;
    font-size: 1rem;
    color: var(--black);
    margin: 0 0 30px 0;
}

.contact-form form .form-group .form-control {
    position: relative;
    height: 50px;
    border: 1px solid var(--black);
    font-family: font-2;
    padding: 6px 12px 6px 45px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 0;
}

.contact-form form .form-group {
    margin: 0 0 22px 0;
}

.contact-form form .form-group i {
    position: absolute;
    z-index: 999;
    line-height: 50px;
    left: 30px;
    color: var(--black);
}

.contact-form form .form-group .form-control:focus,
.contact-form form .form-group .form-control:hover {
    border: 1px solid var(--main-1);
    outline: 0;
    background-color: var(--white);
}

.contact-form form .form-group textarea {
    height: auto !important;
    padding: 6px 12px 6px 12px !important;
}

.contact-form form .form-group .btn {
    background-color: var(--main-1);
    border: none;
    padding: 10px 15px;
    font-family: font-2;
    color: var(--white);
    font-size: 1rem;
}

.contact-form form .form-group .btn:hover {
    background-color: var(--main-2);
    color: var(--white);
}

.contact-detail-area {
    position: relative;
    padding: 30px;
    background-color: var(--white);
    border: 1px solid var(--main-4);
    margin: 0 0 40px 0;
}

.contact-detail li {
    padding: 0 0 20px 0;
    position: relative;
}

.contact-detail li:last-child {
    padding: 0;
}

.contact-detail li h4 {
    color: var(--main-1);
    font-size: 1.2rem;
    text-align: left;
    font-family: font-3;
    margin: 0 0 5px 0;
}

.contact-detail li a {
    color: var(--black);
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
    display: block;
    font-size: 0.9rem;
}

.contact-detail li a:hover {
    color: var(--main-2);
}

.contact-detail li a sapn {
    position: absolute !important;
    left: 0;
    font-size: 1.1rem;
    top: 3px;
}

.social-link ul {
    list-style: none;
    margin: 25px 0 0 0;
}

.social-link ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.social-link ul li a {
    width: 40px;
    height: 40px;
    color: var(--white);
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-1);
}

.social-link ul li a:hover {
    color: var(--white);
    background-color: var(--main-2);
}

.contact-join h4 {
    font-family: font-3;
    color: var(--white);
    text-align: left;
    font-size: 1rem;
    margin: 0 0 15px 0
}

.contact-join a {
    font-family: font-2;
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    padding: 8px 25px;
    background-color: var(--main-2);
    border-radius: 25px;
    display: inline-block;
}

.contact-join a:hover {
    color: var(--black);
    background-color: var(--white);
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 35.25%;
    position: relative;
    height: 0;
    z-index: 0;
    min-height: 450px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.process-box {
    border: 1px solid var(--main-4);
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 20px;
}

.process-box .process-title {
    margin: 0 0 15px 0;
}

.process-box .process-title ul li {
    display: inline-block;
}

.process-box .process-title ul li.icon {
    width: 9%;
}

.process-box .process-title ul li.title {
    width: 90%;
}

.process-box .process-title ul li.icon .process-icon-inner {
    width: 80px;
    height: 80px;
    border: 2px solid var(--black);
    border-radius: 100%;
    padding: 14px;
}

.process-box .process-title ul li.icon .process-icon-inner img {
    width: 50px;
}

.process-box .process-title ul li.title h2 {
    color: var(--main-1);
    font-family: font-3;
    font-size: 2rem;
    margin: 0 0 8px 0;
}

.process-box .process-detail p {
    color: var(--black);
    font-family: font-2;
    font-size: 0.9rem;
    margin: 0 0 10px 0;
    text-align: justify;
}
/*----------*/
.classic-para.text-tit h2 {
    font-size: 1.8rem;
    margin: 8px 0 20px 0;
}
.custom-msg .staff-img img{
    float: left;
    width: 13%;
    margin: 0 35px 0 0;
}
.custom-msg .msg-para p {
    color: #6f6868;
    font-size: 0.94rem;
    line-height: 33px;
}
.custom-msg .staff-img-1 img{
    float: left;
    width: 30%;
    margin: 0px 20px 10px 0;
}
.custom-msg .msg-para.para-2 p {
    line-height: 27px;
}
.custom-msg .msg-para h5 {
    margin-bottom: 20px;
    font-weight: 600;
}


/*
--
Testimonial-section
---------------------------*/

.testimonial-section{
    background-color: #e1e0de;
}

.testimonial-section .client-massage{
    margin: 0 auto;
    width: 80%;

}

.testimonial-section .client-massage p{
    font-family: font-1;
    color: #000000;
    font-size: 1rem;
    font-style: italic;
}

.testimonial-section .client-massage::before{
    content: "\f10d";
    font-size: 4rem;
    font-family: font-9;
    position: relative;
    top: -19px;
}

.testimonial-section .client-name h5{
    font-weight: 600;
    font-size: 1.1rem;
}

.testimonial-section .owl-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.testimonial-section .owl-dots button {
    display: inline-block;
}

.testimonial-section .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
	border: 2px solid var(--main-2);
    background: none;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
	-o-transition: all .2s;
	border-radius: 50%;
}

.testimonial-section .owl-dots button.active span,
.testimonial-section .owl-dots button:hover span {
	background: transparent;
    border: 2px solid var(--main-2);
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.testimonial-section .owl-dots button.active span:after,
.testimonial-section .owl-dots button:hover span:after {
	content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--main-1);
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}