@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Magistral Honesty';
    src: url('../fonts/MagistralHonesty.woff2') format('woff2'),
        url('../fonts/MagistralHonesty.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1320px;
}
h1,h2{
    font-family: 'Magistral Honesty';
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container{
    max-width: 1720px;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 110px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 15px 0px;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    width:40px;
    height: 21px;
    background: url('../images/home-ic.svg') 0 0 no-repeat;
    background-size: 100%;
    top: 0;
    left:-10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #8EB1C1;
}
.navbar .navbar-nav .current-menu-item a,
.navbar .navbar-nav .current-menu-item a:focus,
.navbar .navbar-nav .current-menu-item a:hover {
    color: #8EB1C1;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #8EB1C1;
}
.navbar-light .navbar-nav .current-menu-item .nav-link:after{
    opacity: 1;
    visibility: visible;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #BF9484;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #BF9484;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Home Page ****** */
.banner-wrapper{
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.banner-wrapper:after{
    position: absolute;
    content: '';
    max-width: 1195px;
    width: 100%;
    height: 620px;
    background: #8EB1C1;
    opacity: 0.20;
    top:230px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner-wrapper:before{
    position: absolute;
    content: '';
    max-width: 1110px;
    width: 100%;
    height: 700px;
    background: #FCF4EC;
    top:0;
    right: 0;
    z-index: 1;
}
.banner-title .container{
    max-width: 1220px;
}
.maintitle{
    border-left: 1px solid #D1E3ED;
    padding: 150px 0 50px;
    position: relative;
}
.maintitle h1{
    max-width: 890px;
    margin: 0 auto 0px;
    font-size: 70px;
    font-weight: normal;
    color: #000;
    line-height: 80px;
    position: relative;
    z-index: 1;
}
.banner-row .row{
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-img img{
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.banner-data{
    max-width: 420px;
    padding: 0 0 0 25px;
}
.banner-data h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}
.banner-data p{
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 32px;
    margin: 0 0 20px;
    min-height: 160px;
}
.btn-main{
    position: relative;
    width: 140px;
    height: 85px;
    display: table;
}
.btn-main img{
   width: 100%;
}
.btn-main span{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    height: auto;
    color: #000;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    opacity: 0.60;
}
img.banner-shp1{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
}
.social-bx{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 5;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
}
.social-bx p{
    position: relative;
    padding: 0 120px 0 0;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
    display: inline-block;
}
.social-bx p:after{
    position: absolute;
    content: '';
    width: 90px;
    height: 1px;
    background: #8EB1C1;
    right:20px;
    top: 15px;
}
.social-bx a{
    font-size: 18px;
    color: #BF9484;
    margin-right: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    color: #111;
}


.element-design-wrp{
    position: relative;
    padding: 150px 0;
}
.element-design-wrp .container{
    max-width: 1220px;
}
.element-design-wrp h2{
    font-size: 60px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 70px;
    max-width: 540px;
    margin: 0 auto 50px;
}
.element-data{
    padding: 0 70px 0 0;
}
.element-data p{
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 32px;
    margin: 0 0 30px;
}
.element-data .btn-main:hover span{
    color: #BF9484;
}

.element-design-wrp .row{
    align-items: center;
    position: relative;
    z-index: 1;
}
.fashion-img{
    position: relative;
}
.fashion-img:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 150px;
    background: #D1E3ED;
    left: 0;
    bottom: -150px;
}
.fashion-img:before{
    position: absolute;
    content: '';
    width: 1px;
    height:750px;
    background: #D1E3ED;
    right: 0;
    top: -750px;
}
.fashion-img img{
    width: 100%;
}
img.abt-shp1{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.service-wrp{
    position: relative;
    padding: 50px 0 150px;
}
.service-wrp:after{
    position: absolute;
    content: '';
    background: #FCF4EC;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
}
.service-title{
    margin: 0 0 50px;
    position: relative;
    z-index: 5;
}
.service-title .row{
    align-items: center;
}
.service-title h2{
    font-size: 60px;
    font-weight: normal;
    color: #000;
    line-height: 70px;
    margin: 0;
}
.service-title p{
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0 15px;
}

.service-slider{
    position: relative;
    z-index: 5;
}
.service-slider:after{
    position: absolute;
    content: '';
    width: calc(100% - 130px);
    height: 1px;
    background: #D1E3ED;
    bottom: -75px;
    left: 0;
}
.service-slider .slick-slide {
    margin: 0 10px;
}
.service-slider .slick-list {
    margin: 0 -10px;
}
.service-box{
    position: relative;
}
.serivic-imgbx{
    position: relative;
}
.service-box img{
    width: 100%;
}
.serivic-imgbx:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(242, 200, 162, 0.00) 0%, #BF9484 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-box h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom:15px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-box:hover .serivic-imgbx:after{
    opacity: 0;
    visibility: hidden;
}
.service-box:hover h3{
    opacity: 0;
    visibility: hidden;   
}

.service-slider .slick-prev,
.service-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    bottom: -100px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    background: #fff;
    border: 1px solid #BF9484;
    font-weight:400;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-slider .slick-prev {
    right: 60px;
}
.service-slider .slick-prev:before {
    content: "\f053";
}
.service-slider .slick-prev:hover:before,
.service-slider .slick-next:hover:before{
    color: #fff;
    background: #BF9484 ;
}
img.service-shp{
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
}


.cities-wrp{
    padding: 50px 0 100px;
    position: relative;
}
.cities-wrp .container{position: relative;z-index: 1}
.cities-wrp h2{
    font-size: 60px;
    font-weight: normal;
    color: #000;
    line-height: 70px;
    margin: 0 auto 50px;
    text-align: center;
}
.cities-wrp ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    position: relative;
    overflow-x: 1;
}
.cities-wrp ul li{
    width: 20%;
    padding: 0 25px;
    border-right: 1px solid #D1E3ED;
    margin: 0 0 20px;
}
.cities-wrp ul li.nobrd{
    border-right: none;
}
.cities-wrp ul li.no-bob .city-box{border-bottom: none;}
.city-box{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D1E3ED;
}
.city-box h3{
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #000;
}
.cities-wrp .btn-main{
    margin: 0 auto;
    width: 160px;
}
img.city-shp{
    position: absolute;
    top: -150px;
    left: 0;
}


.extra-service-wrp:after{
    background: #8EB1C1;
    opacity: 0.20;
}
.extra-service-wrp .service-box .serivic-imgbx:after{
    display: none;
}


.contact-wrp{
    position: relative;
    padding: 50px 0 100px;
}
.contact-wrp h2{
    font-size: 60px;
    font-weight: normal;
    color: #000;
    line-height: 70px;
    margin: 0 auto 50px;
    text-align: center;
}
.contact-wrp .container{
    max-width: 1120px;
    position: relative;
    z-index: 1;
}
.contact-wrp .wpforms-field{
    position: relative;
    margin: 0 0 25px;
}
.contact-wrp .wpforms-field label{
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #040404;
    margin: 0 0 10px;
}
.contact-wrp .wpforms-field input, .contact-wrp .wpforms-field textarea{
    padding: 20px 30px;
    border-radius: 0;
    border: 1px solid #D9D9D9;
    height: auto;
    box-shadow: none;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #040404;
    resize: none;
}
.contact-wrp .wpforms-field input::placeholder, .contact-wrp .wpforms-field textarea::placeholder{
    color: #999999;
}
.contact-wrp .wpforms-field:after{
    position: absolute;
    content: '';
    width: 55px;
    height: 2px;
    background: #8EB1C1;
    bottom: 15px;
    left: 30px;
}

.contact-wrp .btn-main{
    border: none;
    background: transparent;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-wrp .btn-main span{
    top: 60%;
}
.contact-wrp .form-group-checked{
    margin: 0 0 45px;
}
.cus-checkbx .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.cus-checkbx .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 0;
}
.cus-checkbx .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #F4C40C;
    border-radius: 5px;
    margin-top: 5px;
}
.cus-checkbx .styled-checkbox:checked + label:after {
    content:"\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top:5px;
    background: #fff;
    width: 22px;
    height: 22px;
    line-height:18px;
    color: #F4C40C;
    border: 2px solid #F4C40C;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}
.contact-wrp img.contact-shp{
    position: absolute;
    top: -150px;
    left: 0;
}
/* **** End Contact **** */

/* **** Footer **** */
footer{
    background: #FCF4EC;
    position: relative;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(191,148,132,0.30);
    border-left: 1px solid rgba(191,148,132,0.30);
    border-right: 1px solid rgba(191,148,132,0.30);
}
.footer-top .footer-box{
    width: 33.33%;
    border-right: 1px solid rgba(191,148,132,0.30);
}
.footer-top .footer-box:last-child{
    border: none;
}
.quicklinks{
    padding: 50px 50px 35px;
}
.quicklinks li a{
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 20px;
    text-align: center;
}
.quicklinks li:last-child a{
    margin: 0;
}
.quicklinks li a:hover{
    color: #F4C40C;
}

.footer-abt{
    padding: 50px 20px;
}
.footer-abt img{
    height: 100px;
    margin: 0 auto 30px;
}
.footer-abt p{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    max-width:320px;
}
.open-hourbx h4{
    border-bottom: 1px solid rgba(191,148,132,0.30);
    padding: 40px;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.open-hourbx h4 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #BF9484;
}
.open-hourbx h4:last-child{
    border: none;
}
.open-hourbx h4 a{
    color: #000;
}
.open-hourbx h4 a:hover{
    color: #BF9484;
}

.copyright-row{
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(191,148,132,0.30);
    border-right: 1px solid rgba(191,148,132,0.30);
}
.copyright-row .copyright-col{
    width: 33.33%;
    border-right: 1px solid rgba(191,148,132,0.30);
    padding: 50px 15px;
}
.copyright-row .copyright-col:last-child{
    border: none;
}
.copyright-row .copyright-col p{
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.copyright-row .copyright-col .tearm-list a{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 0 auto;
    display: table;
    line-height: 30px;
}
.copyright-row .copyright-col .tearm-list a:hover{
    color: #BF9484;
}
.foot-socialbx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright-row .copyright-col .foot-socialbx p{
    position: relative;
    padding: 0 120px 0 0;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 0;
    display: inline-block;
}
.foot-socialbx p:after{
    position: absolute;
    content: '';
    width: 90px;
    height: 1px;
    background: #8EB1C1;
    right:20px;
    top: 15px;
}
.foot-socialbx a{
    font-size: 18px;
    color: #BF9484;
    margin-right: 10px;
}
.foot-socialbx a:last-child{
    margin: 0;
}
.foot-socialbx a:hover{
    color: #111;
}

div#one {order: 1;}
div#two {order: 2;}
div#three {order:3;}
/* **** End Footer **** */
/* ***** End Home Page ****** */

/* ***** About Page **** */
.inner-banner.banner-wrapper .banner-row .row{
    align-items: flex-start;
}
.inner-banner.banner-wrapper:after{
    top: 140px;
    height: 500px;
}
.inner-banner.banner-wrapper:before{
    height: 500px;    
}
.inner-banner.banner-wrapper .banner-img img{
    height: 500px;
}
.inner-banner.banner-wrapper .banner-data{
    padding: 50px 0 0 25px;
}
.inner-banner.banner-wrapper .banner-data ul{
    display: flex;
    align-items: center;
    margin: 60px 0 0;
}
.banner-data ul li{
    margin-right: 15px;
    font-size:20px;
    font-weight: bold;
    color: #000;
    position: relative;
}
.banner-data ul li i{
    color: #BF9484;
}
.banner-data ul li a{
    font-weight: 300;
    color: #000;
}
.banner-data ul li a:hover{
    color: #BF9484;
}
.banner-data ul li:after{
    position: absolute;
    content: '/';
    color: #000;
    font-weight: bold;
    font-size: 20px;
    top:0;
    right: -12px;
}
.banner-data ul li:last-child{
    margin: 0;
}
.banner-data ul li:last-child:after{display: none;}

.about-wrp .fashion-img:before,
.about-wrp .fashion-img:after{display: none;}

.counter-wrp{
    padding: 125px 0 85px;
    background: rgba(142,177,193,0.20);
}
.counter-wrp .container{
    max-width: 900px;
}
.count-box h2{
    position: relative;
    font-size: 70px;
    font-weight: normal;
    color: #000;
    line-height: 70px;
    margin: 0;
}
.count-box h2:after{
    position: absolute;
    content: '';
    width: 78px;
    height: 41px;
    background: url('../images/home-ic.svg') 0 0 no-repeat;
    background-size: 100%;
    top: -45px;
    left: -20px;
}
.count-box p{
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.about-quote-wrp .fashion-img:before,
.about-quote-wrp .fashion-img:after{display: none;}
.about-quote-wrp .element-data{padding: 0 0 0 70px;}
.about-quote-wrp img.abt-shp1{
    left: auto;
    right: 0;
    top: -80px;
}
/* ***** End About Page **** */

/* ***** Service Page **** */
.service-pg-wrp{
    padding: 150px 0 110px;
    position: relative;
}
.service-pg-wrp .container{
    position: relative;
    z-index: 1;
}
.service-pg-wrp h2{
    margin: 0 auto 100px;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-weight: normal;
    color: #000;
}
.service-pg-wrp .service-box{
    margin: 0 0 40px;
}
/* ***** End Service Page **** */

/* ***** Portfolio Page **** */
.portfolio-row .service-box .serivic-imgbx:after{display: none;}
.portfolio-row .service-box .serivic-imgbx img{
    height: 400px;
    object-fit: cover;
}
/* ***** End Portfolio Page **** */

/* ***** Contact Page **** */
.contact-pg-wrp{
    padding: 150px 0 100px;
    position: relative;
}
.contact-pg-wrp h2{
    margin: 0 auto 100px;
}
.cnt-list-blocks{
    max-width: 950px;
    margin: 0 auto 50px;
}
.cnt-list-blocks .row{
    margin: 0 -25px;
}
.cnt-list-blocks .row .col-md-4{
    padding: 0 25px;
}
.getin-box{
    padding: 40px 40px;
    background: rgba(142,177,193,0.20);
    position: relative;
    margin: 0 0 50px;
}
.cnt-ic img{
    margin:0 auto 20px;
}
.getin-box p{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}
.getin-box h4{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0;
    min-height: 55px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.getin-box a:hover h4{
    color: #8EB1C1;
}

/* ***** End Contact Page **** */