@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700);html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden;color:#333}@media (max-width:1200px){body{font-size:14px}}body p{color:#666;line-height:28px}@media (max-width:1200px){body p{line-height:26px}}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Playfair Display,serif;color:#282e3f}body ul{list-style-type:none;padding-left:0;margin:0}body a{transition:all .2s}body a,body a:hover{text-decoration:none}body img{max-width:100%}body a:focus,body button{outline:none}body .btnStyle a,body .btnStyle button{background-color:#c0b596;font-size:16px;font-weight:600;color:#fff;padding:10px 38px;border:2px solid transparent;text-transform:capitalize;display:inline-block;margin-top:3px}@media (max-width:1200px){body .btnStyle a,body .btnStyle button{font-size:14px;padding:10px 35px}}@media (max-width:768px){body .btnStyle a,body .btnStyle button{padding:10px 13px}}body .btnStyle a:hover,body .btnStyle button:hover{background:#d4c291}body .btnStyle.btnStyle3 a{position:relative}body .btnStyle.btnStyle3 a:hover:before{right:-95px}body .bgFFF{background:#fff!important}body .pt100{padding-top:100px!important}.headerArea .headerBottomArea{background:#272c3f;position:relative;display:flex;align-items:center}.headerArea .headerBottomArea .headerRow{display:flex;align-items:center;justify-content:space-between}.headerArea .headerBottomArea .logo{padding:10px 0}@media (max-width:800px){.headerArea .headerBottomArea .logo{padding:15px 0;margin-top:0}}@media (max-width:1024px){.headerArea .headerBottomArea .logo img{height:unset}}@media (max-width:768px){.headerArea .headerBottomArea .logo img{height:50px}}@media (max-width:767px){.headerArea .headerBottomArea .logo img{height:40px}}@media (max-width:400px){.headerArea .headerBottomArea .logo img{height:unset}}.headerArea .headerBottomArea .mainMenuWrap{text-align:right}.headerArea .headerBottomArea .mainMenuWrap li{display:inline-block;position:relative;padding:0 18px}.headerArea .headerBottomArea .mainMenuWrap li:first-child{padding-left:0}.headerArea .headerBottomArea .mainMenuWrap li:last-child{padding-right:0}@media (max-width:1200px){.headerArea .headerBottomArea .mainMenuWrap li{padding:0 15px}}.headerArea .headerBottomArea .mainMenuWrap li a{display:block;font-size:15px;font-weight:400;color:#fff;letter-spacing:0;padding:35px 0;text-transform:uppercase;cursor:pointer}.headerArea .headerBottomArea .mainMenuWrap li a i{display:none}@media (max-width:1200px){.headerArea .headerBottomArea .mainMenuWrap li a{font-size:14px}}.headerArea .headerBottomArea .mainMenuWrap li:hover a,.headerArea .headerBottomArea .mainMenuWrap li:hover span,.headerArea .headerBottomArea .mainMenuWrap li a.active{color:#c0b596}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu{position:absolute;left:0;top:92px;z-index:999;width:226px;padding:5px 12px;background:#fff;text-align:left;box-shadow:0 2px 5px rgba(0,0,0,.05);-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;transition:all .3s ease 0s;text-transform:capitalize}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li{display:block;padding:0;border-bottom:1px solid #f2f2f2}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li:last-child{border-bottom:none}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li a{font-size:1rem;color:#06163a;display:block;padding:12px 15px;text-transform:capitalize}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li a.active,.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li a:hover{color:#c0b596}.headerArea .headerBottomArea .mainMenuWrap li:hover ul.subMenu{-webkit-transform:scaleY(1);transform:scaleY(1)}@media (max-width:800px){.headerArea .headerBottomArea .responsiveWrapper{display:none;position:absolute;left:0;top:100%;width:100%;background:#151a30;transition:all .3s;z-index:99;padding:20px}.headerArea .headerBottomArea .responsiveWrapper.active{display:block}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap{text-align:left}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li{display:block;padding:0;margin-bottom:15px}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li a,.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li span{padding:0;position:relative}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li a i,.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li span i{display:block;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu{top:25px}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu li{margin-bottom:0}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu li a{padding:10px 0}}.headerArea .headerBottomArea .searchMenuWrapper,.headerArea .headerBottomArea .searchMenuWrapper .searchWrap{display:flex;justify-content:flex-end;height:100%;align-items:center}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap{position:relative}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap i{color:#fff;cursor:pointer}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap i:hover{color:#c0b596}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform{position:absolute;right:0;top:150%;width:263px;background:#fff;z-index:999;padding:15px;visibility:hidden;opacity:0;transition:all .3s;text-align:center}@media (max-width:380px){.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform{right:-25px}}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform.active{visibility:visible;opacity:1;top:100%}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form{position:relative}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form input{background:#fff;width:100%;height:40px;padding:0 40px 0 10px}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form input:focus{outline:none;box-shadow:none}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form button{position:absolute;right:0;top:0;width:40px;height:40px;background:#272c3f;color:#fff;border:none;cursor:pointer}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form button:hover{background:#1d233c}.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger{margin-left:30px;cursor:pointer}.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger span{width:20px;height:1px;background:#fff;display:block;margin-bottom:3px}.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger span:last-child{margin-bottom:0}.headerArea .headerBottomArea.headerBottomAreaStyelTwo{position:absolute;left:0;width:100%;z-index:99;background:hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.07)}@media (max-width:800px){.headerArea .headerBottomArea.headerBottomAreaStyelTwo{position:relative;background:#272c3f}}.headerArea.headerAreaStyleThree .headerBottomArea{background:transparent}@media (max-width:768px){.headerArea.headerAreaStyleThree .headerBottomArea{background:#272c3f}}.headerArea.headerAreaStyleThree .headerBottomArea .headerBottomMainWrapper{background:#272c3f;padding:0 15px}@media (max-width:768px){.headerArea.headerAreaStyleThree .headerBottomArea .headerBottomMainWrapper{padding:0}}.headerArea .headerTop{background:#272c3f}.headerArea .headerTop .headerTopMainWrapper{border-bottom:1px solid hsla(0,0%,100%,.07);padding:10px 0}.headerArea .headerTop .headerRow{display:flex;align-items:center;justify-content:space-between;padding:10px}.headerArea .headerTop ul{text-align:right}@media (max-width:576px){.headerArea .headerTop ul{text-align:center}}.headerArea .headerTop ul li{display:inline-block;padding:15px;color:#fff;font-size:15px;color:#e0e0e0}.headerArea .headerTop ul li:first-child{position:relative;padding-left:0}.headerArea .headerTop ul li:first-child:before{position:absolute;content:"";right:0;top:14px;width:1px;height:25px;background:hsla(0,0%,100%,.07)}.headerArea .headerTop ul li:last-child{padding-right:0}.headerArea .headerTop ul li i{padding-right:10px;color:#cbbc99}@media (max-width:576px){.headerArea .headerTop ul.accountLoginArea{justify-content:center!important;flex-direction:column}}.headerArea .headerTop ul.accountLoginArea li{padding-left:0;white-space:nowrap}@media (max-width:768px){.headerArea .headerTop ul.accountLoginArea li{padding:0}}.headerArea .headerTop ul.accountLoginArea li:before{display:none}@media (max-width:576px){.headerArea .headerTop .btnStyle{text-align:center!important}}.headerArea .headerTop .btnStyle a{background:transparent;font-size:14px;font-weight:700;color:#fff;padding:9px 15px;border:2px solid #c0b596;border-radius:47px}@media (max-width:1024px){.headerArea .headerTop .btnStyle a{font-size:12px}}.headerArea .headerTop .btnStyle a:hover{background:#c0b596}.headerArea.headerAreaStyleThree .headerTop{background:transparent;padding:0}@media (max-width:768px){.headerArea.headerAreaStyleThree .headerTop{background:#151a30}}.headerArea.headerAreaStyleThree .headerTop .headerTopMainWrapper{padding:10px 15px;background:#151a30}@media (max-width:768px){.headerArea.headerAreaStyleThree .headerTop .headerTopMainWrapper{padding:10px 0}}.headerArea.headerAreaStyleThree .headerTop .headerTopMainWrapper .btnStyle a{padding:9px 13px}.heroSliderArea .slideWrapper{position:relative;z-index:1;height:800px}@media (max-width:1200px){.heroSliderArea .slideWrapper{height:600px}}@media (max-width:768px){.heroSliderArea .slideWrapper{height:450px}}.heroSliderArea .slideWrapper.slideWrapperOne,.heroSliderArea .slideWrapper.slideWrapperThree,.heroSliderArea .slideWrapper.slideWrapperTwo{background:url(/static/media/slide-2.6fcff6df.png) no-repeat 50%/cover}.heroSliderArea .slideWrapper.slideWrapperFour{background:url() no-repeat 50%/cover}.heroSliderArea .slideWrapper .sliderContent{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;z-index:1}.heroSliderArea .slideWrapper .sliderContent p{font-size:20px;color:#fff;line-height:.8em;font-weight:300;margin:0}@media (max-width:768px){.heroSliderArea .slideWrapper .sliderContent p{font-size:16px}}@media (max-width:576px){.heroSliderArea .slideWrapper .sliderContent p{text-align:center}}.heroSliderArea .slideWrapper .sliderContent h2{font-size:60px;font-weight:400;color:#fff;line-height:90px;margin:33px 0}@media (max-width:1200px){.heroSliderArea .slideWrapper .sliderContent h2{font-size:50px;line-height:65px;margin:25px 0}}@media (max-width:768px){.heroSliderArea .slideWrapper .sliderContent h2{font-size:35px;line-height:50px}}@media (max-width:576px){.heroSliderArea .slideWrapper .sliderContent h2{font-size:24px;line-height:40px;margin:20px 0}}@media (max-width:450px){.heroSliderArea .slideWrapper .sliderContent h2{font-size:22px;line-height:32px;text-align:center}}.heroSliderArea .slideWrapper .sliderContent h2 span{display:block}@media (max-width:576px){.heroSliderArea .slideWrapper .sliderContent .btnStyle{text-align:center}}.heroSliderArea .slideWrapper:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(90deg,rgba(21,26,48,.82) 14%,rgba(27,32,53,.82) 15%,rgba(138,140,151,0) 33%,hsla(0,0%,100%,0) 52%,hsla(0,0%,95.7%,0) 55%,rgba(166,167,175,0) 68%,rgba(21,26,48,.86) 92%);opacity:.75}.heroSliderArea .slick-current .slideWrapper .sliderContent p{-webkit-animation:fadeInTopSlow 1.5s .8s forwards;animation:fadeInTopSlow 1.5s .8s forwards}.heroSliderArea .slick-current .slideWrapper .sliderContent h2{-webkit-animation:fadeInLeftSlow 1.5s .8s forwards;animation:fadeInLeftSlow 1.5s .8s forwards}.heroSliderArea .slick-current .slideWrapper .sliderContent button{-webkit-animation:fadeInBottomSlow 1.5s .8s forwards;animation:fadeInBottomSlow 1.5s .8s forwards}.heroSliderArea .slick-next,.heroSliderArea .slick-prev{width:50px;height:50px;border:1px solid #959595;border-radius:5px;z-index:10}@media (max-width:992px){.heroSliderArea .slick-next,.heroSliderArea .slick-prev{height:35px;width:35px}}@media (max-width:576px){.heroSliderArea .slick-next,.heroSliderArea .slick-prev{height:35px;width:35px}}.heroSliderArea .slick-next:hover,.heroSliderArea .slick-prev:hover{background:#c0b596;border-color:#fff}.heroSliderArea .slick-next:hover:before,.heroSliderArea .slick-prev:hover:before{color:#fff}.heroSliderArea .slick-prev{left:25px}@media (max-width:992px){.heroSliderArea .slick-prev{left:5px}}@media (max-width:576px){.heroSliderArea .slick-prev{left:10px}}.heroSliderArea .slick-prev:before{font-family:FontAwesome;content:"\f104";opacity:1;color:#fff}.heroSliderArea .slick-next{right:25px}@media (max-width:992px){.heroSliderArea .slick-next{right:5px}}@media (max-width:576px){.heroSliderArea .slick-next{right:10px}}.heroSliderArea .slick-next:before{font-family:FontAwesome;content:"\f105";opacity:1;color:#fff}.heroSliderArea .slick-dots{bottom:30px}@media (max-width:450px){.heroSliderArea .slick-dots{display:none!important}}.heroSliderArea .slick-dots li{margin:0}.heroSliderArea .slick-dots li button{background-color:#c0b596;width:14px;height:14px;border:1px solid #fff;border-radius:50%}.heroSliderArea .slick-dots li button:before{display:none!important}.heroSliderArea.heroSliderAreaStyleTwo .slideWrapper .sliderContent{padding-top:92px}@media (max-width:800px){.heroSliderArea.heroSliderAreaStyleTwo .slideWrapper .sliderContent{padding:0}}.heroSliderArea.heroSliderAreaStyleThree .slideWrapper .sliderContent{padding-top:165px}@media (max-width:768px){.heroSliderArea.heroSliderAreaStyleThree .slideWrapper .sliderContent{padding-top:0}}.sectionTitle{text-align:center;margin-bottom:60px}.sectionTitle span{font-size:16px;color:#ada282;position:relative;display:block;line-height:15px;margin-bottom:5px}.sectionTitle h2{font-size:36px;color:#333;padding-bottom:20px;position:relative}@media (max-width:375px){.sectionTitle h2{font-size:25px}}.sectionTitle h2:before{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:0;width:60px;height:3px;background:#c0b596}.ourServiceArea{background:#fff;padding:100px 0 40px}.ourServiceArea .text{font-size:12px;text-align:center;line-height:20px;padding:0 15px}.ourServiceArea .serviceWrap{margin-bottom:60px;overflow:hidden}@media (max-width:375px){.ourServiceArea .serviceWrap{margin-bottom:40px}}.ourServiceArea .serviceWrap .serviceIcon{float:left;border:1px solid rgba(192,181,150,.5);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-right:30px}@media (max-width:1200px){.ourServiceArea .serviceWrap .serviceIcon{margin-right:10px}}.ourServiceArea .serviceWrap .serviceIcon i{color:#c0b596;transition:all .3s}.ourServiceArea .serviceWrap .serviceIcon i:before{font-size:45px}.ourServiceArea .serviceWrap:hover .serviceIcon i{color:#999}.ourServiceArea .serviceWrap .serviceContent{overflow:hidden}.ourServiceArea .serviceWrap .serviceContent h3{color:#373737;font-size:24px;padding-bottom:10px;position:relative;margin-bottom:10px}@media (max-width:375px){.ourServiceArea .serviceWrap .serviceContent h3{font-size:20px}}.ourServiceArea .serviceWrap .serviceContent h3:before{position:absolute;content:"";left:0;bottom:0;width:30px;height:2px;background:#c0b596}.ourServiceArea .serviceWrap .serviceContent p{color:#777;margin-bottom:0}.ourServiceArea.ourServiceAreaStyleTwo{position:relative;z-index:1;padding:100px 0 70px}.ourServiceArea.ourServiceAreaStyleTwo:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(21,26,48,.66)}.ourServiceArea.ourServiceAreaStyleTwo .sectionTitle h2{color:#fff}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap{background:rgba(192,181,150,.3);margin-bottom:30px;padding:20px 15px}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon{height:100%;border:none;width:auto;position:relative;padding-right:15px;margin:0 15px 0 0}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon:before{content:"";position:absolute;right:0;top:50%;width:1px;height:65px;background:#c0b596;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon i{color:#c0b596}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon i:before{font-size:60px}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3{font-size:30px;color:#fff;margin-bottom:10px;padding-bottom:0}@media (max-width:1100px){.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3{font-size:20px}}@media (max-width:450px){.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3{font-size:24px}}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3:before{display:none}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent p{font-size:16px;color:#ddd;margin-bottom:0}@media (max-width:450px){.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent p{font-size:14px}}.ourServiceArea .btnContainer{margin:10px auto}.ourServiceArea.ourServiceAreaStyleThree{background:#f5f5f5;padding:100px 0 70px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap{border:1px solid #ddd;text-align:center;padding:50px 75px;margin-bottom:30px}@media (max-width:1024px){.ourServiceArea.ourServiceAreaStyleThree .serviceWrap{padding:50px}}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceIcon{float:none;border:none;margin:auto auto 15px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceIcon i{color:#c0b596}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceIcon i:before{font-size:60px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent ul{list-style-type:circle!important;padding-left:10px!important;margin:10px!important}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent h3{padding-bottom:0;padding-top:20px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent h3:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:1px;width:65px}.portfolioArea{padding:100px 0}.portfolioArea .PortfolioMenu{display:flex;justify-content:center;margin-bottom:50px}.portfolioArea .PortfolioMenu li{margin:0 15px;cursor:pointer;color:#333;transition:all .3s}.portfolioArea .PortfolioMenu li:hover{color:#c0b596}.portfolioArea .gridPortfolio,.portfolioArea .portfolioWrapper{border-top:2px solid #ebebeb;border-bottom:2px solid #ebebeb;display:flex;flex-wrap:wrap;justify-content:center}.portfolioArea .gridPortfolio .portfolioItem,.portfolioArea .portfolioWrapper .portfolioItem{width:20%;flex:0 0 20%;position:relative;overflow:hidden}@media (max-width:768px){.portfolioArea .gridPortfolio .portfolioItem,.portfolioArea .portfolioWrapper .portfolioItem{width:33.33%;flex:0 0 33.33%}}@media (max-width:475px){.portfolioArea .gridPortfolio .portfolioItem,.portfolioArea .portfolioWrapper .portfolioItem{width:100%;flex:0 0 100%}}.portfolioArea .gridPortfolio .portfolioItem .portfolioContent,.portfolioArea .portfolioWrapper .portfolioItem .portfolioContent{position:absolute;left:0;bottom:-30%;opacity:0;width:100%;height:100%;display:flex;padding:20px;flex-direction:column;justify-content:center;text-align:center;background:rgba(21,26,48,.8);transition:all .5s}.portfolioArea .gridPortfolio .portfolioItem .portfolioContent:before,.portfolioArea .portfolioWrapper .portfolioItem .portfolioContent:before{position:absolute;left:5%;top:5%;width:90%;height:90%;border:2px solid #c0b596;content:""}.portfolioArea .gridPortfolio .portfolioItem .portfolioContent p,.portfolioArea .portfolioWrapper .portfolioItem .portfolioContent p{color:#c0b596;text-decoration:underline;padding:0;margin:0;cursor:pointer}.portfolioArea .gridPortfolio .portfolioItem .portfolioContent h3,.portfolioArea .portfolioWrapper .portfolioItem .portfolioContent h3{color:#fff;position:relative}@media (max-width:1200px){.portfolioArea .gridPortfolio .portfolioItem .portfolioContent h3,.portfolioArea .portfolioWrapper .portfolioItem .portfolioContent h3{font-size:18px;margin-bottom:0}}.portfolioArea .gridPortfolio .portfolioItem .portfolioContent h3:before,.portfolioArea .portfolioWrapper .portfolioItem .portfolioContent h3:before{content:"";position:absolute;left:50%;bottom:-30px;width:60px;height:3px;background:#c0b596;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.portfolioArea .gridPortfolio .portfolioItem:hover .portfolioContent,.portfolioArea .portfolioWrapper .portfolioItem:hover .portfolioContent{opacity:1;visibility:visible;bottom:0}.portfolioArea .container .portfolioItem{width:100%;flex:0 0 100%;margin-bottom:30px}.portfolioArea.portfolioAreaStyleTwo{padding-bottom:70px}@media (max-width:576px){.testmonialArea{padding-bottom:125px}}.testmonialArea .testimonialContent{margin-top:50px}@media (max-width:1200px){.testmonialArea .testimonialContent{margin-top:0}}@media (max-width:768px){.testmonialArea .testimonialContent{margin-top:40px}}@media (max-width:576px){.testmonialArea .testimonialContent{text-align:center}}.testmonialArea .testimonialContent span{font-size:16px;color:#ada282;display:block}.testmonialArea .testimonialContent h2{font-size:36px;margin-bottom:20px;margin-top:10px;position:relative}@media (max-width:375px){.testmonialArea .testimonialContent h2{font-size:25px}}.testmonialArea .testimonialContent h2:before{content:"";position:absolute;left:-68px;top:19px;width:60px;height:3px;background:#c0b596}@media (max-width:576px){.testmonialArea .testimonialContent h2:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:60px}}@media (max-width:375px){.testmonialArea .testimonialContent h2:before{top:50px}}.testmonialArea .testimonialContent .testmonialSlider .slideItem p{padding:0 50px 0 0;position:relative}@media (max-width:768px){.testmonialArea .testimonialContent .testmonialSlider .slideItem p{padding:20px 0 15px 15px}}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap{display:flex;align-items:center}@media (max-width:576px){.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap{display:block}}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .thumbImg{width:90px;height:90px;border-radius:50%;overflow:hidden;margin-right:20px}@media (max-width:576px){.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .thumbImg{margin:auto auto 15px}}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .thumbImg img{border-radius:50%}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .imgContent h4{font-size:14px;font-family:Open Sans,sans-serif;font-weight:600}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .imgContent span{font-size:14px;color:#666}.testmonialArea .testimonialContent .testmonialSlider .slick-dots{text-align:right}@media (max-width:576px){.testmonialArea .testimonialContent .testmonialSlider .slick-dots{text-align:center}}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li{margin:0}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li button{display:inline-block;height:10px;width:10px;background:#bbb;border-radius:50%}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li button:before{display:none}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li.slick-active button{background:#c0b596}.teamArea{padding:100px 0}.teamArea .teamWrapper{overflow:hidden;box-shadow:1px 1px 5px rgba(0,0,5,.08);position:relative}.teamArea .teamWrapper .teamImage{border:1px solid #fff;border-bottom:none;max-height:370px!important;overflow:hidden}.teamArea .teamWrapper .teamContent{position:relative;margin-top:-40px;background:#f5f5f5;-webkit-transform:translateY(40px);transform:translateY(40px);transition:all .3s;text-align:center;border:1px solid #f5f5f5;margin-bottom:25px}.teamArea .teamWrapper .teamContent h3{padding:30px 0 5px;font-size:24px}.teamArea .teamWrapper .teamContent span{color:#ada282}.teamArea .teamWrapper .teamContent ul{display:flex;justify-content:center;margin:20px 0}.teamArea .teamWrapper .teamContent ul li{padding:0 10px}.teamArea .teamWrapper .teamContent ul li a{color:#c0b596}.teamArea .slick-next,.teamArea .slick-prev{width:50px;height:50px;background:rgba(192,181,150,.3);transition:all .3s;border-radius:5px;z-index:10;cursor:pointer}@media (max-width:375px){.teamArea .slick-next,.teamArea .slick-prev{height:35px;width:35px}}@media (max-width:1200px){.teamArea .slick-next,.teamArea .slick-prev{background:rgba(192,181,150,.9)}}.teamArea .slick-next:hover,.teamArea .slick-prev:hover{background:rgba(192,181,150,.8)}.teamArea .slick-next:hover:before,.teamArea .slick-prev:hover:before{color:#333}.teamArea .slick-prev{left:-70px}@media (max-width:1200px){.teamArea .slick-prev{left:-30px}}@media (max-width:600px){.teamArea .slick-prev{left:-10px}}.teamArea .slick-prev:before{font-family:FontAwesome;content:"\f104";opacity:1;color:#333}.teamArea .slick-next{right:-70px}@media (max-width:1200px){.teamArea .slick-next{right:-30px}}@media (max-width:600px){.teamArea .slick-next{right:-10px}}.teamArea .slick-next:before{font-family:FontAwesome;content:"\f105";opacity:1;color:#333}.footerArea{background:#151a30}.footerArea .footerTopArea{padding:100px 0 70px}.footerArea .footerTopArea .footerLogo{margin-bottom:30px}.footerArea .footerTopArea .footerLogo a{display:inline-block;margin-bottom:30px}.footerArea .footerTopArea .footerLogo a img{height:40px}.footerArea .footerTopArea .footerLogo p{color:#ddd}.footerArea .footerTopArea .footerWrap{margin-bottom:30px}.footerArea .footerTopArea .footerWrap h3{font-size:28px;color:#fff;margin-bottom:30px}@media (max-width:767px){.footerArea .footerTopArea .footerWrap h3{font-size:24px}}.footerArea .footerTopArea .footerWrap ul li{margin-bottom:10px;color:#ddd}.footerArea .footerTopArea .footerWrap ul li:last-child{margin-bottom:0}.footerArea .footerTopArea .footerWrap ul li a{color:#ddd;display:inline-block}.footerArea .footerTopArea .footerWrap ul li a:hover{color:#c0b596}.footerArea .footerBottomArea .footerBottomContent{border-top:1px solid rgba(192,181,150,.3);padding:30px 0}@media (max-width:375px){.footerArea .footerBottomArea .footerBottomContent{text-align:center}}.footerArea .footerBottomArea .footerBottomContent span{display:block;color:#ddd;font-size:16px;font-family:Playfair Display,serif}@media (max-width:576px){.footerArea .footerBottomArea .footerBottomContent span{font-size:14px}}.footerArea .footerBottomArea .footerBottomContent .socialListFooter{justify-content:flex-end;display:flex}@media (max-width:375px){.footerArea .footerBottomArea .footerBottomContent .socialListFooter{justify-content:center;margin-top:15px}}.footerArea .footerBottomArea .footerBottomContent .socialListFooter li{margin-left:15px}.footerArea .footerBottomArea .footerBottomContent .socialListFooter li a{color:#ddd}.footerArea .footerBottomArea .footerBottomContent .socialListFooter li a:hover{color:#c0b596}.mapouter{position:relative;text-align:right;margin:0 auto 70px}.gmap_canvas,.mapouter{height:500px;width:600px}.gmap_canvas{overflow:hidden;background:none!important;display:flex}@media (max-width:700px){.gmap_canvas{height:400px;width:270px;margin:0 auto}}
/*# sourceMappingURL=main.d1c4a184.chunk.css.map */