body,header{max-width:1920px;margin:auto}.buttonStyle,.buttonStyleHover{position:relative;display:inline-flex;cursor:pointer;transition:all .3s ease}@font-face{font-family:"Acumin Variable Concept";src:url(../fonts/Acumin-Variable-Concept.ttf) format('truetype');font-display:swap}body{font-family:"Acumin Variable Concept";color:#000;font-size:14px;line-height:1.2;padding-top:58px;font-weight:500}.cursorPointer{cursor:pointer}a{text-decoration:none;color:#10172E;transition:all .3s ease}a:hover{color:#000}footer,section{padding:30px 0}.sectionTitle{font-family:Baskervville,serif;font-size:28px;line-height:1.3;font-weight:400;margin-bottom:15px;color:#000}@media (min-width:992px){body{padding-top:91px}footer,section{padding:50px 0}.sectionTitle{font-size:37px}}@media (min-width:1400px){.sectionTitle{font-size:44px}}.sectionTitle.white{color:#fff}.black{color:#000!important}.white{color:#fff!important}.sectionContent{margin-bottom:30px}.buttonStyle{text-transform:capitalize;align-items:center;justify-content:space-between;color:#333D4C;background-color:#ECDAC8;border:1px solid #ECDAC8;padding:7px 25px;border-radius:50px;font-size:15px;font-weight:400}.buttonStyle:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.25);border:1px solid #10172E;background-color:#fff;color:#000}.buttonStyleHover{text-transform:capitalize;color:#ECDAC8;padding:7px 20px;font-size:14px;font-weight:700;border-radius:0;background-color:transparent;border:1px solid #ECDAC8;align-items:center}.buttonStyleHover:hover{background-color:#10172E;border:1px solid #10172E;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);color:#fff}.slick-dots{padding:0;margin:25px 0 0;list-style:none;display:flex;justify-content:center}.slick-dots li button{font-size:0;line-height:0;display:block;padding:2px;color:transparent;border:1px solid #5c5c5c;outline:0;background-color:transparent;min-width:10px;height:10px;margin-right:7px;border-radius:10px;transition:all .3s ease}.slick-dots li.slick-active button{background-color:#000;border:1px solid #000;border-radius:10px;max-width:15px;min-width:30px}.arrowsWrapper .slick-arrow{font-size:0;padding:0;box-shadow:none;background-color:transparent;border:0;width:50px;height:50px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.arrowsWrapper .slick-arrow::after{content:"";background-size:contain;background-position:center center;background-repeat:no-repeat;width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.arrowsWrapper .slick-arrow.slick-prev{left:50px}.arrowsWrapper .slick-arrow.slick-prev::after{background-image:url(../images/sliderArrow.svg);transform:translate(-50%,-50%) rotate(180deg)}.arrowsWrapper .slick-arrow.slick-next{right:50px}.arrowsWrapper .slick-arrow.slick-next::after{background-image:url(../images/sliderArrow.svg);transform:translate(-50%,-50%)}header{z-index:2;position:fixed;left:50%;transform:translateX(-50%);top:0;width:100%;background-color:#fff;transition:all .3s ease}header .main-header{position:relative;transition:all .3s ease}header .main-header .logoWrapper img{transition:all .3s ease;width:70%}@media (min-width:992px){header .main-header{padding:20px 0}header .main-header .logoWrapper img{width:200px}}header .main-header .headerMenuWrapper{position:relative}header .main-header .headerMenuWrapper .menuWrapper .hmenu{list-style:none;padding:0;margin:0}header .main-header .headerMenuWrapper .menuWrapper .hmenu li{transition:all .3s ease}header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu{pointer-events:none;position:relative;opacity:1;visibility:visible;transform:none;display:block;list-style:none;padding:0;z-index:9;transition:all .3s ease;white-space:nowrap}header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu>li{position:relative;display:block;border-bottom:1px dotted transparent}header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu>li>a{display:block;padding:.5rem 1rem .5rem 2rem}header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu>li:last-child{border-color:transparent}@media (min-width:992px){header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu{position:absolute;opacity:0;visibility:hidden;box-shadow:0 10px 13px 0 rgba(0,0,0,.07);transform:translateY(-5rem)}header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu>li{border-bottom:1px dotted}header .main-header .headerMenuWrapper .menuWrapper .hmenu li .sub-menu>li>a{padding:.5rem 1.6rem}}header .main-header .headerMenuWrapper .menuWrapper .hmenu li a{color:#333D4C;font-size:14px;padding:10px;font-weight:400;text-transform:uppercase;border-bottom:1.5px solid transparent;transition:all .3s ease}header .main-header .headerMenuWrapper .menuWrapper .hmenu li a:hover{color:#10172E;border-bottom:1.5px solid #10172E;font-weight:600}@media (min-width:1200px){header .main-header .headerMenuWrapper .menuWrapper .hmenu li a{padding:10px 0;margin:0 10px;font-size:16px}}header .main-header .headerMenuWrapper .menuWrapper .hmenu li:hover>.sub-menu{pointer-events:all;opacity:1;transform:translateY(0);visibility:visible;background:#000;border-radius:0 0 7px 7px}header .main-header .headerMenuWrapper .menuWrapper .hmenu li.menu-item-has-children{padding-right:7px;margin-right:10px;position:relative}header .main-header .headerMenuWrapper .menuWrapper .hmenu li.menu-item-has-children>a{color:#fff}header .main-header .headerMenuWrapper .menuWrapper .hmenu li.menu-item-has-children>a::after{content:"";background-image:url(../images/d-arrow.svg);width:13px;height:13px;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);background-repeat:no-repeat;background-size:contain;background-position:center center;pointer-events:none;transition:all .3s ease}header .main-header .headerMenuWrapper .menuWrapper .hmenu li.current-menu-item>a{color:#ECDAC8}header .main-header .headerMenuWrapper .hamburgerMenuWrapper{display:block}@media (min-width:992px){header .main-header .headerMenuWrapper .menuWrapper .hmenu li.current-menu-item:after{width:100%}header .main-header .headerMenuWrapper .hamburgerMenuWrapper{display:none}}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter{position:relative;cursor:pointer}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter .hamMenu{height:15px;width:30px}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter .hamMenu div{height:3px;margin-bottom:5px;background-color:#000;border-radius:50px;transition:all .3s ease}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter .hamMenu div:nth-child(1){width:100%}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter .hamMenu div:nth-child(2){width:60%}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter .hamMenu div:nth-child(3){width:100%}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter:hover .hamMenu div:nth-child(1){width:100%}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter:hover .hamMenu div:nth-child(2){width:100%}header .main-header .headerMenuWrapper .hamburgerMenuWrapper .hamMenuOuter:hover .hamMenu div:nth-child(3){width:100%}header .main-header .headerMenuWrapper .translateWrap select{border:0;width:90px}@media (max-width:640px){header .main-header .headerMenuWrapper .translateWrap select{margin-right:10px}}header .main-header .headerMenuWrapper .translateWrap select:focus{outline:0}header.fixed_top .main-header{box-shadow:0 3px 5px rgba(0,0,0,.2)}.sideMenuWrapper{position:fixed;width:100%;height:100%;left:-100%;opacity:0;top:0;z-index:99;background-color:rgba(0,0,0,.5);transition:all .3s ease}.sideMenuWrapper .menuInnerWrapper{position:absolute;top:0;left:-100%;height:100%;background-color:#fff;width:80%;transition:all .3s ease}@media (min-width:992px){.sideMenuWrapper .menuInnerWrapper{width:30%}}.sideMenuWrapper .menuInnerWrapper .logoWrapper{box-shadow:0 0 13px rgba(0,0,0,.07)}.sideMenuWrapper .menuInnerWrapper .logoWrapper img{width:110px;padding-left:15px}.sideMenuWrapper .menuInnerWrapper .logoWrapper .closeBtn{margin:15px;width:25px;height:25px;cursor:pointer;border:1.9px solid #fff;border-radius:50px;padding:0}.sideMenuWrapper .menuInnerWrapper .mainMenu{overflow:auto}.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar{width:3px}.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar-track{background:#e0e0e0}.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar-thumb{background:#ECDAC8}.sideMenuWrapper .menuInnerWrapper .mainMenu::-webkit-scrollbar-thumb:hover{background:#10172E}.sideMenuWrapper .menuInnerWrapper .mainMenu ul{list-style:none;padding:0;margin:0}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li a{display:block;padding:10px 25px;font-size:14px;font-weight:500;color:#000}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li a:hover{color:#000}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li .sub-menu{display:none}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li .sub-menu.showSubMenu{display:block}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li.menu-item-has-children>a{position:relative}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li.menu-item-has-children>a::after{content:"";background-image:url(../images/menu-chevron-down.svg);width:13px;height:13px;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(0);background-repeat:no-repeat;background-size:contain;background-position:center center;pointer-events:none;transition:all .3s ease}footer,footer .subscribeFormContent .formWrapper{position:relative}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li.menu-item-has-children.menu-item-has-children-opened{background:rgba(0,0,0,.05);box-shadow:inset 0 4px 6px -4px rgba(0,0,0,.2)}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li.menu-item-has-children.menu-item-has-children-opened>a::after{transform:translateY(-50%) rotate(180deg)}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li ul li ul a{font-weight:400;padding:7px 30px}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu li.current-menu-item>a{color:#ECDAC8}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu>li>a{display:block;padding:10px 20px;text-transform:uppercase;color:#000}.sideMenuWrapper .menuInnerWrapper .mainMenu ul.hmenu>li.menu-item-has-children>a::after{right:20px;width:15px;height:15px}.sideMenuWrapper.showMenu{left:0;opacity:1}.sideMenuWrapper.showMenu .menuInner,.sideMenuWrapper.showMenu .menuInnerWrapper{left:0}footer{background-color:#10172E;color:#fff;padding:0 0 20px}footer .footerLogo{padding-top:50px;height:100%}footer .logoWrap img{width:260px}footer .menuWrap{margin:20px 0}@media (min-width:992px){footer .footerLogo{border-right:1px solid rgba(255,255,255,.1)}footer .menuWrap{margin:30px}}footer .menuWrap .menuTitle{font-size:20px;font-weight:600;color:#fff;margin-bottom:25px;padding-bottom:10px;display:inline-block;border-bottom:1px solid rgba(255,255,255,.5)}footer .menuWrap .loginTitle{font-size:16px;font-weight:600;color:#fff;margin:0 0 15px}@media (min-width:992px){footer .menuWrap .loginTitle{margin:0 15px 0 0}}footer .menuWrap .menuList ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}footer .menuWrap .menuList ul li{margin:0 0 15px}footer .menuWrap .menuList ul li a{color:#fff;font-weight:400;font-size:14px}@media (min-width:992px){footer .menuWrap .menuList ul{display:block}footer .menuWrap .menuList ul li a{font-size:16px}}footer .menuWrap .menuList ul li a:hover{color:#ECDAC8}footer .menuWrap .footerBtn a{color:#fff;padding:10px 15px;border:1px solid #ECDAC8;display:block;border-radius:50px;text-align:center;margin-right:15px;font-size:16px;font-weight:200;line-height:1.2}footer .menuWrap .footerBtn a:hover{background-color:#ECDAC8;color:#10172E}footer .subscribeFormContent .subscribeLabel{font-size:22px;margin:20px 0}footer .subscribeFormContent .formWrapper input[type=email]{padding:15px 20px;border:1px solid #fff;background-color:#181F37;border-radius:50px;color:#fff;width:90%}footer .subscribeFormContent .formWrapper input[type=email]::placeholder{color:#fff}footer .bottomFooter,footer .bottomFooter a{color:rgba(255,255,255,.5)}footer .subscribeFormContent .formWrapper input[type=email]:focus{outline:0}footer .subscribeFormContent .formWrapper .buttonStyle{position:absolute;right:30px;top:0;padding:15px 30px}footer .subscribeFormContent .formWrapper .wpcf7-spinner{margin:0;position:absolute;right:0;top:0;transform:translateY(50%);background-color:#fff}footer .subscribeFormContent .formWrapper .wpcf7-spinner::before{background-color:#10172e}footer .socialWrap{margin-top:30px;margin-left:-10px;padding-bottom:20px}footer .socialWrap a{display:inline-block;padding:10px;border-radius:50px;background-color:#10172E;transition:all .3s ease}footer .socialWrap a:hover{background-color:#ECDAC8}footer .bottomFooter{padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}footer .bottomFooter a:hover{color:#ECDAC8}section.homeBanner .featuredBlogWrapper{overflow:hidden;border-radius:10px}section.homeBanner .featuredBlogWrapper .singleItem{position:relative}section.homeBanner .featuredBlogWrapper .singleItem .imgWrapper img.featuredPost{height:auto;object-fit:cover;object-position:center}@media (min-width:992px){section.homeBanner .featuredBlogWrapper .singleItem .imgWrapper img.featuredPost{height:270px}}@media (min-width:1440px){section.homeBanner .featuredBlogWrapper .singleItem .imgWrapper img.featuredPost{height:315px}}section.homeBanner .featuredBlogWrapper .singleItem .contentWrapper{position:absolute;bottom:0;left:0;width:100%;padding:30px}section.homeBanner .featuredBlogWrapper .singleItem .contentWrapper::before{content:"";background-image:linear-gradient(transparent,#000);position:absolute;left:0;top:0;width:100%;height:100%}section.homeBanner .featuredBlogWrapper .singleItem .contentWrapper .catTitle{background-color:#ECDAC8;border-radius:7px;padding:7px 15px 3px;text-transform:uppercase;display:inline-block;margin-bottom:10px;position:relative}section.homeBanner .featuredBlogWrapper .singleItem .contentWrapper .title{color:#fff;font-size:26px;font-family:Baskervville,serif;font-weight:400;margin-bottom:15px;position:relative}section.homeBanner .featuredBlogWrapper .singleItem .contentWrapper .date{color:#fff;position:relative}section.homeBanner .topicWrapper{border:1px solid #E0E0E0;border-radius:10px}section.homeBanner .topicWrapper .topicTitle{font-size:26px;font-family:Baskervville,serif;font-weight:400;padding:20px}section.homeBanner .topicWrapper .topicList{padding:10px;margin:0;height:315px;overflow:hidden;overflow-y:scroll}@media (min-width:992px){section.homeBanner .topicWrapper .topicList{height:200px}}@media (min-width:1400px){section.homeBanner .topicWrapper .topicList{height:245px}}section.homeBanner .topicWrapper .topicList .singleItem{display:flex;align-items:center;min-height:78px;margin-bottom:20px;font-size:16px;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 0 4px 0 rgba(0,0,0,.22)}section.homeBanner .topicWrapper .topicList .singleItem .icon{margin-right:10px}section.postWrapper .singleItem{border-radius:10px;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);position:relative;height:100%}section.postWrapper .singleItem .imgWrap img{height:auto;object-fit:cover;object-position:center;border-radius:10px}@media (min-width:992px){section.postWrapper .singleItem .imgWrap img{height:140px}}@media (min-width:1440px){section.postWrapper .singleItem .imgWrap img{height:135px}}section.postWrapper .singleItem .contentWrap{padding:1px 15px}section.postWrapper .singleItem .contentWrap .date{position:absolute;right:10px;top:40%;transform:translateY(-50%);background-color:#fff;padding:10px;font-size:16px;width:65px;box-shadow:0 4px 10px 0 rgba(0,0,0,.08);border-radius:5px;text-align:center}section.postWrapper .singleItem .contentWrap .catTitle{color:rgba(16,23,46,.5);text-transform:uppercase}section.postWrapper .singleItem .contentWrap .title{font-size:20px;margin:10px 0}section.singleBlogHeading{background-color:#f3f3f3}section.singleBlogHeading .bannerInnnerWrapper img{height:340px;object-fit:cover;object-position:center;border-radius:10px}.singlePostsContent h1,.singlePostsContent h2,.singlePostsContent h3,.singlePostsContent h4,.singlePostsContent h5,.singlePostsContent h6{line-height:1.3;font-weight:300;margin:20px 0 30px;padding-bottom:15px;color:#000;border-bottom:1px solid #595959;display:inline-block;font-family:Baskervville,serif}.pagination ul,.pagination ul li{display:-webkit-box;display:-ms-flexbox}.singlePostsContent ul{margin:0}.singlePostsContent ul li{margin-bottom:15px}.singlePostsContent p{color:#1B1B1B}.pagination{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;margin:20px 0}.pagination ul{margin:0;padding:0;display:flex;flex-wrap:wrap;list-style:none;border-radius:.25rem;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.pagination ul li{display:flex;align-self:center;margin-bottom:5px}.pagination ul li a{position:relative;width:30px;height:30px;line-height:30px;padding:0;border-radius:5px;text-align:center;color:#000;border:1px solid #000;font-weight:600;background-color:#fff;text-decoration:none;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center!important;transition:all .3s ease}.pagination ul li.active a,.pagination ul li:hover a{background-color:#ECDAC8;border:1px solid #ECDAC8;color:#000}.pagination ul li:not(:last-child){margin-right:15px}@media (min-width:768px){.singlePostsContent h1,.singlePostsContent h2,.singlePostsContent h3,.singlePostsContent h4,.singlePostsContent h5,.singlePostsContent h6{font-size:34px}.pagination ul li a{width:50px;height:50px;line-height:50px}.pagination ul li:not(:last-child){margin-right:20px}}.pagination ul li.numbers{position:relative}.pagination ul li.numbers.left,.pagination ul li.numbers.right{display:block}.pagination ul li.numbers.left a,.pagination ul li.numbers.right a{display:block;position:relative}.pagination ul li.numbers.left a::before,.pagination ul li.numbers.right a::before{content:"";background-image:url(../images/arrow.png);background-position:center;background-size:contain;width:20px;height:20px;position:absolute;top:5px;left:5px}@media (min-width:992px){.singlePostsContent h1,.singlePostsContent h2,.singlePostsContent h3,.singlePostsContent h4,.singlePostsContent h5,.singlePostsContent h6{font-size:37px}.pagination ul li.numbers.left a::before,.pagination ul li.numbers.right a::before{top:15px;left:15px}}.pagination ul li.numbers.right{display:block}.pagination ul li.numbers.right a{transform:rotate(180deg)}.scrolltotop{bottom:0;right:0;cursor:pointer;z-index:1;transition:all .3s ease}.scrolltotop img{width:65px;height:auto}.scrolltotop.hide{opacity:0;visibility:hidden}