@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:"Open Sans",sans-serif;background:#fffefd;color:#6f7073}pre{font-family:"Open Sans",sans-serif;white-space:pre-wrap;white-space:-pre-wrap;word-wrap:break-word;word-break:break-all;font-size:100%;padding:0;border:none;background:rgba(0,0,0,0);margin:0;border-radius:0}h1,h2,h3,h4,h5,h6{font-family:"Oswald",sans-serif;font-weight:500;color:#000}input,textarea,select{box-shadow:none;outline:none;font-family:"Open Sans",sans-serif}input:focus,textarea:focus,select:focus{box-shadow:none;outline:none}textarea{resize:none;font-family:"Open Sans",sans-serif}a,button{text-decoration:none;transition:all ease-in-out .3s;cursor:pointer}a:visited,button:visited{outline:none}a:focus,button:focus{outline:none}a:active,button:active{outline:none}a:hover,button:hover{transition:all ease-in-out .3s}a:focus-visible,button:focus-visible{outline:none}ul{margin:0;padding:0;list-style:none;font-size:14px}.copiedMsg{display:none;position:fixed;z-index:999;background:#535353;color:#fff;font-size:14px;top:0;translate:10px;left:50%;translate:-50%;border-radius:5px;font-family:"Oswald",sans-serif;font-weight:400;letter-spacing:1px;box-shadow:-1px 3px 23px rgba(0,0,0,.85);overflow:hidden}.copiedMsg .icon{background:rgba(0,0,0,.65);padding:6px 12px}.copiedMsg .icon img{width:18px;display:block}.copiedMsg .text{padding:6px 15px;min-width:85px;text-align:center}.error{font-size:11px;margin:2px 0 0;color:#c73333}.bg_anim{animation:bgAnimation 50s ease-in-out alternate infinite}.badge{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;font-size:10px;background:#32549c;color:#fff}.btn{display:inline-block;min-width:115px;padding:8px 15px;background:#efb62f;color:#fff;font-size:14px;text-transform:uppercase;font-family:"Oswald",sans-serif;text-decoration:none;text-align:center;transition:.3s;border:none;cursor:pointer;border-radius:5px;letter-spacing:1px;transition:all ease-in-out .3s}.btn:hover{background:#cb930e;transition:all ease-in-out .3s}.title{text-align:center;margin-bottom:20px}.title h1{font-size:32px;font-weight:500;text-transform:uppercase;color:#efb62f;margin-bottom:6px}.title h1 span{font-weight:300}@media(max-width: 850px){.title h1{font-size:25px;margin-bottom:2px}}.title p{font-size:14px;color:#6f7073}.more_btn{text-align:center;margin-top:25px}.more_btn .btn{font-size:13px;text-transform:unset;padding:6px 22px}.open{display:block !important}.notAvail{margin:20px 0 10px;font-size:16px;font-weight:500;color:#b3b3b3;font-family:"Oswald",sans-serif;text-transform:uppercase}.notAvail a{color:#efb62f}.notAvail a:hover{color:#cb930e}.morecontent span{display:none}.morelink{display:inline-block;color:#efb62f;font-weight:500;font-family:"Oswald",sans-serif;text-transform:lowercase}.mainSection{padding:50px 0;position:relative}@media(max-width: 450px){.mainSection{padding:25px 0}}.page_head{padding:22px 0;background-image:url(../public/images/page_header_bg.png);background-size:cover;background-color:rgba(239,182,47,.25)}.page_head .container{display:flex;align-items:center;justify-content:flex-start}.page_head .container h2{font-size:24px;text-transform:uppercase;color:#efb62f}.page_head .container .link{display:flex;align-items:center;justify-content:center;font-size:13px;margin-left:auto;font-weight:600}.page_head .container .link a{color:#efb62f}.page_head .container .link a:hover{color:#cb930e}.page_head .container .link i{margin:0 10px}pre[class*=language-]{background:#0f2142;border-radius:8px;padding:20px 15px;max-height:600px}code[class*=language-],pre[class*=language-]{color:#e88695}.goTop{display:none;position:fixed;bottom:55px;right:50px;background:#efb62f;width:35px;height:35px;line-height:34px;text-align:center;color:#fff;box-shadow:0px 0px 8px 2px rgba(0,0,0,.12);border:2px solid rgba(255,255,255,.85);border-radius:5px}.goTop i{font-size:20px}@media(max-width: 450px){.goTop{bottom:25px;right:25px}}.goTop:hover{color:#fff;background:#000}.formBox{position:relative;margin-bottom:15px}.formBox input,.formBox textarea{width:100%;height:40px;border:1px solid #e3dedd;border-radius:5px;padding:5px 12px;transition:.3s;color:#6f7073;font-size:13px}.formBox input:focus,.formBox textarea:focus{outline:none;border-color:#efb62f;transition:.3s}.formBox input.is-invalid,.formBox textarea.is-invalid{border-color:#c73333}.formBox textarea{font-family:"Open Sans",sans-serif;resize:none;height:85px}.formBox.btnBox{margin-top:25px}.formBox .btn{min-width:135px}.formBox .error{font-size:11px;color:#c73333}.popupOuter{width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;background:rgba(239,182,47,.65);z-index:999;overflow-y:auto;padding:65px 15px 35px}.popupOuter .popUpBox{max-width:615px;min-height:200px;background:#efb62f;position:relative;border-radius:8px;padding:30px;left:0;right:0;margin:auto;z-index:1002}.popupOuter .popUpBox .contact_section .form{padding:0}.popupOuter .popUpBox h2{text-align:center;color:#fff;margin-bottom:25px;text-transform:uppercase}.popupOuter .popUpBox .closePop{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;position:absolute;right:6px;top:6px;color:#000;transition:all .3s ease-in-out;cursor:pointer}.popupOuter .popUpBox .closePop img{width:15px}.popupOuter .outerClose{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width: 850px){.page_head{padding:15px 0}.page_head .container h2{font-size:20px}.page_head .container .link{font-size:12px}.mainSection{padding:35px 0}}.container{max-width:1170px;margin:0px auto;padding-right:.7rem;padding-left:.7rem}.fRow{display:flex;flex-wrap:wrap;margin-right:-0.7rem;margin-left:-0.7rem}.fRow_ineer{width:100%;display:flex;flex-wrap:wrap}.w-auto,.w-1,.w-2,.w-3,.w-4,.w-5,.w-6,.w-7,.w-8,.w-9,.w-10,.w-11,.w-12,.w-30,.w-70{padding-right:.7rem;padding-left:.7rem;min-height:1px;position:relative}.w-auto{width:auto}.w-1{width:8.3%}.w-2{width:16.6%}.w-3{width:25%}.w-4{width:33.3%}.w-5{width:41.6%}.w-6{width:50%}.w-7{width:58.3%}.w-8{width:66.6%}.w-9{width:75%}.w-10{width:83.3%}.w-11{width:91.6%}.w-12{width:100%}.w-30{width:30%}.w-70{width:70%}@media screen and (max-width: 1024px){.container{max-width:970px}.w-l-1{width:8.3%}.w-l-2{width:16.6%}.w-l-3{width:25%}.w-l-4{width:33.3%}.w-l-5{width:41.6%}.w-l-6{width:50%}.w-l-7{width:58.3%}.w-l-8{width:66.6%}.w-l-9{width:75%}.w-l-10{width:83.3%}.w-l-11{width:91.6%}.w-l-12{width:100%}}@media screen and (max-width: 850px){.container{max-width:745px}.w-m-1{width:8.3%}.w-m-2{width:16.6%}.w-m-3{width:25%}.w-m-4{width:33.3%}.w-m-5{width:41.6%}.w-m-6{width:50%}.w-m-7{width:58.3%}.w-m-8{width:66.6%}.w-m-9{width:75%}.w-m-10{width:83.3%}.w-m-11{width:91.6%}.w-m-12{width:100%}}@media screen and (max-width: 450px){.container{padding:0 15px}.w-s-1{width:8.3%}.w-s-2{width:16.6%}.w-s-3{width:25%}.w-s-4{width:33.3%}.w-s-5{width:41.6%}.w-s-6{width:50%}.w-s-7{width:58.3%}.w-s-8{width:66.6%}.w-s-9{width:75%}.w-s-10{width:83.3%}.w-s-11{width:91.6%}.w-s-12{width:100%}}@media screen and (max-width: 320px){.w-xs-1{width:8.3%}.w-xs-2{width:16.6%}.w-xs-3{width:25%}.w-xs-4{width:33.3%}.w-xs-5{width:41.6%}.w-xs-6{width:50%}.w-xs-7{width:58.3%}.w-xs-8{width:66.6%}.w-xs-9{width:75%}.w-xs-10{width:83.3%}.w-xs-11{width:91.6%}.w-xs-12{width:100%}}@keyframes employmentAnim{0%{box-shadow:0px 0px 0px 0px rgba(30,155,213,.8)}100%{box-shadow:0px 0px 0px 8px rgba(30,155,213,.08)}}@keyframes headerBg{0%{margin-top:-75px}100%{margin-top:0}}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes bgAnimation{0%{background-position:0 0}33%{background-position:0px 75px}66%{background-position:-75px 75px}100%{background-position:-75px 0px}}.dropDownBox .dropDown{display:none;position:absolute;right:0;background:#fff;border-radius:5px;overflow:hidden;text-align:left;list-style:none;margin:0;padding:0;width:200px;box-shadow:0px 0px 8px 3px rgba(0,0,0,.1);z-index:13}.dropDownBox .dropDown li:not(:last-child){border-bottom:1px solid rgba(239,182,47,.17)}.dropDownBox .dropDown li a{display:flex;align-items:center;justify-content:flex-start;background:#fff;padding:8px 12px;width:100%;font-size:13px;color:#efb62f}.dropDownBox .dropDown li a:hover{background:rgba(239,182,47,.14)}.dropDownBox .dropDown li a.logout{background:#efb62f;color:#fff}.dropDownBox .dropDown li a.logout:hover{background:#cb930e}.dropDownBox .dropDown li a img{margin-right:4px}.ads_box{width:100%;background:#fff;box-shadow:-1px 3px 14px rgba(0,0,0,.102);min-height:125px;border-radius:8px;overflow:hidden;padding:10px}.ads_box img{width:100%;margin-bottom:15px;display:block;border-radius:8px}.ads_box img:last-child{margin-bottom:0}.main_menu{display:none}.overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(239,182,47,.3);z-index:98;opacity:0;display:none;transition:all ease-in-out 1s}.sidebar{display:block;position:fixed;top:0;z-index:99;left:0;height:100vh;background:#fff;width:250px;padding:90px 15px 15px 15px;border-radius:0;transform:translateX(-100%);transition:all ease-in-out .5s}@media(max-width: 450px){.sidebar{width:250px}}.sidebar .menu{flex-direction:column}.sidebar .menu li{height:auto;width:100%}.sidebar .menu li a{padding:10px;align-items:flex-start;justify-content:flex-start}.open_SB{overflow:hidden}.open_SB .overlay{display:block;opacity:1;transition:all ease-in-out 3s}.open_SB .sidebar{transform:translateX(0);transition:all ease-in-out .5s;box-shadow:0 5px 20px rgba(0,0,0,.15)}.filter{display:flex;align-items:center;justify-content:flex-start;background:#efb62f;padding:8px;margin-bottom:20px;border-radius:6px 8px;display:none}@media(max-width: 450px){.filter{display:flex}}.filter h2{font-size:20px;color:#fff;text-transform:uppercase;margin-left:8px}.filter span{display:flex;align-items:center;justify-content:center;border-radius:6px;width:40px;height:35px;margin-left:auto;background:#fff;color:#efb62f;font-size:18px}.filter span i{position:relative;top:1px}header{position:relative;width:100%;background-color:#fff;box-shadow:0 2px 13px 0 rgba(0,0,0,.12);z-index:99}header.headerBg{top:0;position:fixed;animation:headerBg .2s linear 1}header .container{display:flex;align-items:center;justify-content:flex-start}header .top{background:#efb62f}header .top .container{display:flex}header .top .text{display:flex;align-items:center;justify-content:flex-start;width:40%;height:35px;font-size:13px;color:#000;font-family:"Oswald",sans-serif;letter-spacing:.4px;font-weight:500;position:relative;padding-right:35px;position:relative;z-index:1}header .top .text span{color:#efb62f}header .top .text::after{content:"";position:absolute;top:0;right:0;height:100%;width:805px;background:#ffedc4;z-index:-1}header .top .info{width:100%;height:35px;background:#efb62f;position:relative;display:flex;align-items:center;justify-content:flex-start;z-index:1}header .top .info::before{content:"";position:absolute;left:0;top:-1px;border-right:29px solid #efb62f;border-top:36px solid rgba(0,0,0,0);border-bottom:none;border-left:none;transform:translateX(-100%)}header .top .info::after{content:"";position:absolute;left:0;height:100%;width:100%;z-index:-1}header .top .info .contact{color:#fff;font-size:12px;font-family:"Oswald",sans-serif;font-weight:300;letter-spacing:.5px}header .top .info .contact span:not(:last-child){margin-right:15px}header .top .info .contact span b{font-weight:500}header .top .info .icon{position:relative;color:#fff;margin-right:13px;margin-left:auto}header .top .info .icon .badge{background:#fff;color:#efb62f;position:absolute;position:absolute;top:-4px;right:-13px;font-size:9px;font-weight:700}header .top .info .user_box{position:relative;margin-left:12px;top:-1px}header .top .info .user_box .btn{background:#fff;color:#efb62f;padding:3px 12px;min-width:auto;font-size:10px;font-weight:600}header .top .info .user_box .user{display:flex !important;align-items:center;justify-content:center;cursor:pointer}header .top .info .user_box .user img{width:25px;height:25px;border-radius:50%}header .top .info .user_box .user h5{font-size:13px;font-weight:400;color:#fff;margin-left:4px}header .top .info .user_box .user i{font-size:17px;color:#fff;margin-left:5px;position:relative;top:2px}header .inner{padding:12px 0}@media(max-width: 850px){header .inner{padding:8px 0}}@media(max-width: 450px){header .inner{padding:5px 0}}header .inner .menu_link{display:none;margin-right:15px;position:relative;top:2px;cursor:pointer}header .inner .menu_link img{width:18px}header .inner .logo{text-decoration:none;margin-right:40px}header .inner .logo img{height:40px;display:block}header .inner .social{display:flex;align-items:center;justify-content:flex-start;list-style:none;margin-left:auto}header .inner .social li a{display:block;padding:8px 10px;font-size:15px;text-decoration:none;color:#6f7073;font-family:"Oswald",sans-serif;text-transform:uppercase}header .inner .social li a:hover{color:#efb62f}header .inner .btn{font-size:12px;padding:4px 15px;margin-left:20px}header .inner .btn i{font-size:14px}header .inner .search{position:relative}header .inner .search .inputs{position:absolute;left:0;transform:translateX(-100%);width:300px;background:#f1f1f2;z-index:2;border:2px solid #e2e2e2;height:100%;display:none}header .inner .search .inputs.open{display:flex !important}header .inner .search .inputs .inputs_box{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}header .inner .search .inputs .inputs_box .select{display:flex;align-items:center;justify-content:center;position:relative;height:100%}header .inner .search .inputs .inputs_box .select:hover .select_box{display:block}header .inner .search .inputs .inputs_box .select .selected{display:flex;align-items:center;justify-content:center;height:100%;width:45px;padding:5px;cursor:pointer}header .inner .search .inputs .inputs_box .select .selected i{font-size:15px}header .inner .search .inputs .inputs_box .select .selected img{width:20px;margin:5px}header .inner .search .inputs .inputs_box .select .select_box{position:absolute;background:#fff;bottom:0;left:0;transform:translateY(100%);width:150px;display:none}header .inner .search .inputs .inputs_box .select .select_box label{display:flex;align-items:center;justify-content:flex-start;padding:6px 10px;cursor:pointer}header .inner .search .inputs .inputs_box .select .select_box label:hover{background:#f3f3f3}header .inner .search .inputs .inputs_box .select .select_box label input{display:none}header .inner .search .inputs .inputs_box .select .select_box label input:checked~small{background:#efb62f}header .inner .search .inputs .inputs_box .select .select_box label input:checked~small i{color:#fff;opacity:1}header .inner .search .inputs .inputs_box .select .select_box label small{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:rgba(239,182,47,.5);color:#fff;font-size:11px;border-radius:3px}header .inner .search .inputs .inputs_box .select .select_box label small i{color:#efb62f;opacity:.5}header .inner .search .inputs .inputs_box .select .select_box label span{display:flex;align-items:center;justify-content:flex-start;margin-left:8px;font-size:14px}header .inner .search .inputs .inputs_box .select .select_box label span img{height:18px;margin-right:5px}header .inner .search .inputs .inputs_box .serchBox{width:calc(100% - 45px);height:28px;padding-left:6px}header .inner .search .inputs .inputs_box .serchBox input{width:100%;height:100%;padding:6px 10px;font-size:13px;border:none;background:rgba(0,0,0,0);border-left:1px solid #e2e2e2}header .inner .search .search_btn{display:block;padding:15px 10px;font-size:15px;text-decoration:none;color:#6f7073;font-family:"Oswald",sans-serif;text-transform:uppercase;background:#f1f1f2;padding:15px 20px;cursor:pointer}.menu{display:flex;align-items:center;justify-content:flex-start;list-style:none}.menu li a{display:block;padding:5px 15px;font-size:14px;text-decoration:none;color:#6f7073;font-family:"Oswald",sans-serif;text-transform:uppercase}.menu li a:hover,.menu li a.active{color:#efb62f}.appointment_section .form .inputBox{margin-bottom:15px}.appointment_section .form .inputBox input,.appointment_section .form .inputBox textarea,.appointment_section .form .inputBox select{width:100%;height:45px;border-radius:8px;background:#fff;border:none;padding:3px 10px;color:#efb62f;font-size:14px}.appointment_section .form .inputBox input:-moz-placeholder,.appointment_section .form .inputBox textarea:-moz-placeholder,.appointment_section .form .inputBox select:-moz-placeholder{color:#efb62f}.appointment_section .form .inputBox input::-webkit-input-placeholder,.appointment_section .form .inputBox textarea::-webkit-input-placeholder,.appointment_section .form .inputBox select::-webkit-input-placeholder{color:#efb62f}.appointment_section .form .inputBox input.is-invalid,.appointment_section .form .inputBox textarea.is-invalid,.appointment_section .form .inputBox select.is-invalid{border:1px solid #c73333}.appointment_section .form .inputBox textarea{height:85px;resize:none;padding:10px}.appointment_section .form .inputBox.btnBox{margin-bottom:0}.appointment_section .form .inputBox.btnBox .btn{background:#fff;color:#efb62f}.appointment_section .form .inputBox .error{font-size:11px;margin:2px 0 0;color:#c73333}.subscribe-sec{background:#184048;padding:20px 0}.subscribe-sec .subscribeText{font-size:26px;color:#fff;font-weight:400}.subscribe-sec .subscribe-form{display:flex;align-items:center;justify-content:flex-end}.subscribe-sec .subscribe-form input{background:#fff;color:#efb62f;padding:5px 15px;height:42px;font-size:13px;width:275px;border:1px solid #fff;border-radius:5px 0 0 5px}.subscribe-sec .subscribe-form input::-webkit-input-placeholder{color:#efb62f}.subscribe-sec .subscribe-form input::-moz-placeholder{color:#efb62f}.subscribe-sec .subscribe-form input:-ms-input-placeholder{color:#efb62f}.subscribe-sec .subscribe-form input::-moz-placeholder{color:#efb62f}.subscribe-sec .subscribe-form button{display:flex;align-items:center;justify-content:center;background:#efb62f;color:#fff;font-size:14px;height:42px;font-weight:500;border:1px solid #efb62f;border-radius:0 5px 5px 0;min-width:100px;padding:10px 8px}.subscribe-sec .subscribe-form button span{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#fff;color:#efb62f;border-radius:50%;position:absolute;right:15px}footer{background-size:contain;background:#0d363c;padding:50px 0;color:#fff}footer .footer-logoSec .footer-logo .logo{text-decoration:none;font-size:26px;font-weight:700;color:#efb62f;text-transform:uppercase;letter-spacing:-1.2px;margin-bottom:5px;display:inline-block}footer .footer-logoSec .footer-logo .logo span{font-weight:400;color:#6f7073}footer .footer-logoSec .footer-logo img{height:42px}footer .footer-logoSec .footer-socialLink{display:flex;margin-right:15px}footer .footer-logoSec .footer-socialLink a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:5px;border:2px solid rgba(239,182,47,.37);margin-right:15px;font-size:14px;color:#efb62f}footer .footer-logoSec .footer-socialLink a:hover{background:#efb62f;color:#fff}footer .footer-logoSec .about{font-size:12px;color:rgba(255,255,255,.5);font-weight:300;line-height:1.65em;margin-bottom:30px}footer .linkBox .footerHed{font-size:15px;font-weight:400;margin-bottom:20px;padding-bottom:10px;position:relative;font-family:"Oswald",sans-serif}footer .linkBox .footerHed:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:#fff}footer .linkBox .footerLink{padding:0;margin:0}footer .linkBox .footerLink li{list-style:none;padding:0}footer .linkBox .footerLink li:not(:last-child){margin-bottom:8px}footer .linkBox .footerLink li a{color:rgba(255,255,255,.5);font-size:13px;font-weight:300}footer .linkBox .footerLink li a:hover{color:#efb62f;text-decoration:none}footer .linkBox .contact-list{padding:0;margin:0}footer .linkBox .contact-list li{list-style:none;padding:0;font-size:14px;line-height:1.25em;position:relative;word-break:break-all;padding-left:30px;color:rgba(255,255,255,.5)}footer .linkBox .contact-list li:not(:last-child){margin-bottom:15px}footer .linkBox .contact-list li a{text-decoration:none;color:rgba(255,255,255,.5);word-break:break-all}footer .linkBox .contact-list li i{position:absolute;left:0;top:2px;font-size:18px}.foot{padding:15px 0;background:#184048}.foot .copy{font-size:13px;color:#6f7073}.foot .link{text-align:center}.foot .link a{color:#6f7073;font-size:12px}.foot .link a:hover{color:#efb62f}.notify_popup{display:flex;width:350px;height:90px;align-items:center;background:#fff;padding:3px 4px;border-radius:8px;position:fixed;right:75px;top:80px;box-shadow:1px 0px 13px rgba(0,0,0,.25);z-index:999;transition:ease-in;animation:showNotify .6s ease-in 1}.notify_popup .content{width:calc(100% - 30px);display:flex;height:100%;padding:15px 10px}.notify_popup .content .icon{width:30px;height:30px;border-radius:50%;border:1px solid #b9d9ea;padding:2px}.notify_popup .content .icon span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#ccc;color:#fff;font-size:11px}.notify_popup .content .text{width:calc(100% - 30px);padding-left:10px}.notify_popup .content .text h4{font-size:16px;color:#000;margin-bottom:4px;font-weight:600}.notify_popup .content .text p{font-size:13px;color:#565656;font-weight:400}.notify_popup .close{background:#f4f4f4;display:flex;align-items:center;justify-content:center;width:30px;height:100%;border-radius:0 12px 12px 0;cursor:pointer;transition:all ease-in-out .3s}.notify_popup .close i{font-size:20px;font-weight:500}.notify_popup .close:hover{background:#eee;transition:all ease-in-out .3s}.notify_popup.info .icon span{background:#efb55f}.notify_popup.info .text h4{color:#efb55f}.notify_popup.error .icon span{background:#c85e62}.notify_popup.error .text h4{color:#c85e62}.notify_popup.success .icon span{background:#1d8e4e}.notify_popup.success .text h4{color:#1d8e4e}@keyframes showNotify{0%{transform:translateX(300px)}90%{transform:translateX(-100px)}100%{transform:translateX(0)}}.policy{max-width:950px;margin:0 auto}.policy .policy_text:not(:last-child){margin-bottom:18px}.policy .policy_text h1{font-size:35px;margin-bottom:15px;color:#efb62f}.policy .policy_text h2{font-size:20px;margin-bottom:5px}.policy .policy_text p,.policy .policy_text li{font-size:13px;line-height:1.65em}.policy .policy_text p:not(:last-child),.policy .policy_text li:not(:last-child){margin-bottom:8px}.policy .policy_text p a,.policy .policy_text li a{color:#efb62f}.policy .policy_text p a:hover,.policy .policy_text li a:hover{color:#cb930e;text-decoration:underline}.policy .policy_text ul{list-style:disc;padding-left:15px}.policy .policy_text ul li:not(:last-child){margin-bottom:3px}.policy .policy_text ul li b{color:#000;font-weight:600}@media(max-width: 850px){header .inner .logo{margin-right:25px}header .inner .logo img{height:35px}header .inner .btn{margin-left:auto;min-width:130px;font-size:12px}header .inner .menu li a{padding:4px 10px;font-size:12px}header .inner .social{margin-left:auto}header .inner .social li a{padding:10px 8px;font-size:14px}header .inner .social li a.search{padding:10px 10px}header .inner .btn{margin-left:auto}footer{padding:45px 0 40px}footer .footer-logoSec .footer-logo .logo{font-size:25px;margin-right:0}}@media(max-width: 450px){.main_menu{display:block}header .top .text{display:none}header .top .info{width:100%}header .top .info .contact{padding-left:0}header .top .info .contact .email{display:none}header .inner .menu_link{margin-right:12px;display:block}header .inner .menu_link img{width:19px}header .inner .menu{display:none}header .inner .logo{font-size:18px;margin-right:0}header .inner .social{display:none}header .inner .search{margin-left:auto}.subscribe-sec{padding:20px 0 25px}.subscribe-sec .subscribeText{text-align:center;margin-bottom:12px}footer .footer-logoSec .about{margin-bottom:15px}footer .linkBox{margin-top:25px}.foot{text-align:center}}.banner{height:600px;width:100%;background-size:cover;position:relative;overflow:hidden}.banner .video{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.banner .video img{width:100%;height:auto}.banner .video .sliderVideo{width:100%}.banner .content{position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(125deg, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.24) 100%)}.banner .content .container{height:100%;display:flex;align-items:center;justify-content:flex-start}.banner .content .text h5{display:flex;align-items:center;justify-content:flex-start;gap:20px;color:#fff;font-size:16px;margin-bottom:15px}.banner .content .text h5 span{display:flex;align-items:center;justify-content:flex-start}.banner .content .text h5 span i{color:#efb62f;font-size:20px;margin-right:8px;opacity:.6}.banner .content .text h1{color:#fff;font-size:60px;font-weight:600;line-height:1.2em;margin-bottom:15px}.banner .content .text p{max-width:65%;font-size:17px;font-weight:200;color:#fff;line-height:1.65em;font-family:"Oswald",sans-serif}.banner .content .text .btnBox{margin-top:40px}.banner .content .text .btnBox .btn{min-width:200px;font-size:15px}.banner .dropArrow{display:flex;justify-content:center;position:absolute;width:100%;bottom:20px;left:0;z-index:1}.banner .dropArrow a img{width:30px;animation:bounce 2s infinite}.testimonial_section{padding:60px 0;background-color:rgba(239,182,47,.3);background-image:url(../public/images/site_bg.png)}.testimonial_section .testimonial{padding:0 50px}.testimonial_section .testimonial__box{padding:35px 35px 45px;background:#fff;border-radius:8px;box-shadow:0px 3px 16px 2px rgba(239,182,47,.15);position:relative;margin:15px 0}.testimonial_section .testimonial__box p{font-size:14px;line-height:1.85em;font-style:italic;margin-bottom:25px;height:155px}.testimonial_section .testimonial__box .user{display:flex;align-items:center;justify-content:flex-start;position:relative}.testimonial_section .testimonial__box .user img{width:55px;height:55px;border-radius:50%;box-shadow:0px 3px 12px rgba(0,0,0,.2)}.testimonial_section .testimonial__box .user .detail{width:calc(100% - 50px);padding-left:10px}.testimonial_section .testimonial__box .user .detail h5{font-size:14px;margin-bottom:2px}.testimonial_section .testimonial__box .user .detail .dig{font-size:11px}.testimonial_section .testimonial__box .user .detail .quotes{width:45px;position:absolute;right:20px;bottom:0;border-radius:0;opacity:.4;box-shadow:none}.testimonial_section .testimonial.owl-theme .owl-dots .owl-dot{border:1px solid rgba(0,0,0,0);padding:2px !important;border-radius:50%;margin:0 3px}.testimonial_section .testimonial.owl-theme .owl-dots .owl-dot span{background:#efb62f;width:8px;height:8px;margin:0}.testimonial_section .testimonial.owl-theme .owl-dots .owl-dot.active{border:1px solid #efb62f}.blog_section{padding:60px 0;background-color:rgba(239,182,47,.3);background-image:url(../public/images/site_bg.png)}.blog_section .blogs_section{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:25px;padding-right:0}.blog_section .blogs_section .blog{width:calc((100% - 50px)/3);margin-bottom:0}.blog_section .blogs_section .blog__content{padding:20px 15px}.blog_section .blogs_section .blog__content .info{margin-bottom:12px}.blog_section .blogs_section .blog__content .info span{font-size:11px}.blog_section .blogs_section .blog__content .info span:not(:last-child){margin-right:9px;padding-right:10px}.blog_section .blogs_section .blog__content .content h1{font-size:18px}.blog_section .blogs_section .more_btn{margin-top:10px;width:100%}.home_template{padding:60px 0}.home_template .template_section .template{width:calc((100% - 40px)/3)}.home_template .template_section .template__content{padding:15px 18px}.testiMSection{background-image:url(../public/images/site_bg.png);background-color:rgba(239,182,47,.3);padding:65px 0;position:relative}.testiMSection::after{content:"";position:absolute;top:0;left:0;height:100%;background-color:#eff3f5;width:50%}.testiMSection .testiM_col{position:relative}.testiMSection .testiM_col .testiM_box{position:relative;width:100%;height:100%;padding:50px 25px;text-align:center;background:#fff;border-radius:8px;z-index:2}.testiMSection .testiM_col .testiM_box .testiM_text{position:relative;padding:10px 35px;padding-right:0}.testiMSection .testiM_col .testiM_box .testiM_text:before{content:"";background-image:url(../public/images/testimonial/quotes.svg);background-size:contain;background-repeat:no-repeat;position:absolute;width:45px;height:45px;top:-2px;left:2px}.testiMSection .testiM_col .testiM_box .testiM_text:after{content:"";background-image:url(../public/images/testimonial/quotes.svg);background-size:contain;background-repeat:no-repeat;position:absolute;width:45px;height:45px;transform:rotate(180deg);right:10px;bottom:45px}.testiMSection .testiM_col .testiM_box .testiM_text p{font-size:17px;color:#000;font-family:"Oswald",sans-serif;font-weight:300;line-height:1.6em;margin-bottom:25px}.testiMSection .testiM_col .testiM_box .testiM_text .user{display:flex;align-items:center;justify-content:center}.testiMSection .testiM_col .testiM_box .testiM_text .user img{width:60px;height:60px;border-radius:50%}.testiMSection .testiM_col .testiM_box .testiM_text .user .detail{padding-left:15px;text-align:left}.testiMSection .testiM_col .testiM_box .testiM_text .user .detail h5{font-size:15px;margin-bottom:2px;color:#efb62f}.testiMSection .testiM_col .testiM_box .testiM_text .user .detail p{margin-bottom:0;font-size:12px;font-family:"Open Sans",sans-serif}.testiMSection .testiM_col .testiM_box .owl-dots .owl-dot span{margin:0 4px;width:11px;height:11px;background:#fff;border:2px solid #efb62f;border-radius:0}.testiMSection .testiM_col .testiM_box .owl-dots .owl-dot.active span{background:#efb62f}.testiMSection .testiM_col .testiM_box .title{margin-bottom:30px}.testiMSection .testiM_col .testiM_box .title h1{font-size:28px;margin-bottom:0}.testiMSection .testiM_col .testiM_box .title p{max-width:70%;margin:0 auto}@media(max-width: 850px){.banner .bannerTxt{padding-left:25px}.banner .bannerImg__box{width:300px;height:300px}.banner .bannerImg__box img{width:100%}.banner .bannerImg__box .client_say{right:-18px;bottom:15px}.counter_section .counter{align-items:flex-start}.counter_section .counter__box h2{font-size:30px}.counter_section .counter__box h4{font-size:17px}.counter_section .counter__box p{font-size:12px}.theraphy_section .theraphy__box{width:calc((100% - 25px)/2)}.testimonial_section .testimonial{padding:0 20px}.testimonial_section .testimonial__box{padding:25px 25px 40px}}@media(max-width: 450px){.banner{height:400px}.banner .bannerTxt{padding-left:15px}.banner .bannerTxt__box h2{font-size:25px}.banner .bannerTxt__box h2 span{font-size:15px}.banner .bannerTxt__box h5{font-size:21px;margin-bottom:0}.banner .bannerTxt__box h4{font-size:20px}.banner .bannerTxt__box p{font-size:14px;line-height:1.55em}.banner .bannerTxt__box .btn__box{margin-top:25px}.banner .bannerTxt__box .btn__box .btn{min-width:150px;padding:8px 15px;font-size:15px}.banner .bannerImg{display:none}.counter_section .counter{flex-wrap:wrap;row-gap:10px}.counter_section .counter__box{width:50%}.counter_section .counter__box h2{font-size:24px;margin-bottom:0}.counter_section .counter__box h4{font-size:13px}.counter_section .counter__box p{font-size:9px}.theraphy_section{padding:50px 0}.theraphy_section .theraphy{gap:15px}.theraphy_section .theraphy__box{width:100%;padding:20px}.theraphy_section .theraphy__box .image{margin-bottom:10px}.theraphy_section .theraphy__box .image img{height:60px}.testimonial_section{padding:50px 0}.testimonial_section .testimonial{padding:0}.testimonial_section .testimonial__box{padding:20px 20px 30px}.blog_section{padding:50px 0}.blog_section .blogs_section{padding-right:0;gap:20px}.blog_section .blogs_section .blog{width:100%}}.mainSection .photo_gallery{padding:0}.photo_gallery{padding:50px 0}.photo_gallery .gallery{display:flex;align-items:center;justify-content:flex-start;gap:25px;flex-wrap:wrap}.photo_gallery .gallery__box{width:calc((100% - 50px)/3);background:#fff;border-radius:8px;box-shadow:0px 3px 16px 2px rgba(239,182,47,.15);overflow:hidden;position:relative}.photo_gallery .gallery__box a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.photo_gallery .gallery__box a .gallImg{width:100%;height:250px}.photo_gallery .gallery__box .img-overlay{display:flex;align-items:center;justify-content:center;background:rgba(239,182,47,.6);width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;cursor:pointer;z-index:1}.photo_gallery .gallery__box .img-overlay i{font-size:45px;color:#fff}.photo_gallery .gallery__box .abt_img{position:absolute;left:0;bottom:0;width:100%;padding:25px 15px 10px;font-size:14px;background-image:linear-gradient(rgba(255, 255, 255, 0), #EFB62F);color:#fff;font-family:"Oswald",sans-serif;line-height:1.15em;letter-spacing:.5px}#overlay{background:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none}#overlay i{padding:5px 0;font-size:30px;color:#efb62f}#overlay img{margin:0;width:50%;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 25px;border-radius:8px}#nextButton{font-size:2em;transition:opacity .8s;cursor:pointer}#nextButton:hover{opacity:.7}#prevButton{font-size:2em;transition:opacity .8s;cursor:pointer}#prevButton:hover{opacity:.7}#exitButton{width:25px;height:25px;background-size:cover;position:absolute;top:35px;right:40px;cursor:pointer}#exitButton:hover{opacity:.7}@media(max-width: 850px){.photo_gallery .gallery__box{width:calc((100% - 25px)/2)}#overlay img{width:75%}}@media(max-width: 450px){.photo_gallery{padding:50px 0}.photo_gallery .gallery{gap:20px}.photo_gallery .gallery__box{width:100%}.photo_gallery .gallery__box a .gallImg{height:auto}#overlay img{width:calc(100% - 30px);margin:0}#prevButton,#nextButton{position:absolute;bottom:150px;margin:0 15px}#prevButton{left:35%}#nextButton{right:35%}#exitButton{top:45px;right:15px}#exitButton i{padding:0}}.contact_section .contact{display:flex;gap:50px;margin-bottom:50px}.contact_section .contact__form{width:calc((100% - 50px)/2)}.contact_section .contact__form h2{margin-bottom:25px;color:#efb62f}.contact_section .contact__address{width:calc((100% - 50px)/2)}.contact_section .contact__address p{margin-bottom:35px;font-size:16px;font-weight:600;color:#efb62f;max-width:80%;line-height:1.45em;text-align:center}@media(max-width: 450px){.contact_section .contact__address p{width:100%}}.contact_section .contact__address .addres{display:flex;align-items:center;justify-content:flex-start;gap:15px;flex-wrap:wrap;margin-bottom:40px}.contact_section .contact__address .addres__box{display:flex;display:flex;align-items:center;justify-content:flex-start;width:calc((100% - 15px)/2);margin-bottom:20px}.contact_section .contact__address .addres__box .icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:5px;background:#efb62f;color:#fff;font-size:20px}.contact_section .contact__address .addres__box .detail{width:calc(100% - 40px);padding-left:10px}.contact_section .contact__address .addres__box .detail p{font-size:13px;margin-bottom:2px;text-align:left;font-weight:400;color:#000}.contact_section .contact__address .addres__box .detail h5{font-size:14px}.contact_section .contact__address .social{display:flex;align-items:center;justify-content:flex-start}.contact_section .contact__address .social a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:5px;border:2px solid rgba(239,182,47,.45);margin-right:15px;font-size:14px;color:#efb62f}.contact_section .contact__address .social a:hover{background:#efb62f;color:#fff}.contact_section .map{width:100%}.contact_section .map iframe{width:100%;height:450px;border:2px solid #efb62f;border-radius:5px}@media(max-width: 850px){.contact_section .contact{gap:35px}.contact_section .contact__address .addres__box{width:100%;margin-bottom:0}}@media(max-width: 450px){.contact_section .contact{flex-wrap:wrap}.contact_section .contact__form{width:100%}.contact_section .contact__form h2{font-size:21px;text-align:center}.contact_section .contact__address{width:100%}.contact_section .map iframe{height:350px}}.blogs_section{display:flex;align-items:flex-start;flex-wrap:wrap;gap:25px;padding-right:35px}.blogs_section .blog{width:calc((100% - 25px)/2)}.blogs_section .notAvail{text-align:center}.blog{border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 3px 18px rgba(0,0,0,.1);margin-bottom:25px}.blog__img{position:relative}.blog__img .tag{position:absolute;bottom:25px;left:25px;background:#fff;color:#efb62f;border-radius:5px;font-size:12px;padding:4px 12px;text-transform:uppercase;font-family:"Oswald",sans-serif;font-weight:500;box-shadow:3px 3px 12px rgba(101,170,161,.4392156863)}.blog__img img{width:100%;display:block}.blog__content{padding:25px 20px}.blog__content .info{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}.blog__content .info span{font-size:12px}.blog__content .info span:not(:last-child){border-right:1px solid rgba(239,182,47,.35);margin-right:13px;padding-right:13px}.blog__content .info span i{color:#efb62f;margin-right:5px}.blog__content .content{margin-bottom:15px}.blog__content .content h1{font-size:18px;margin-bottom:10px;line-height:1.25em}.blog__content .content h1 a{color:#000}.blog__content .content h1 a:hover{color:#efb62f}.blog__content .content__detail{font-size:13px;line-height:1.65em}.blog__content .content__detail strong,.blog__content .content__detail b{font-weight:600;color:#000}.blog__content .content__detail .content-block{display:block}.blog__content .content__detail h1{font-size:20px;margin-bottom:10px}.blog__content .content__detail h2{font-size:18px;margin-bottom:10px}.blog__content .content__detail h3{font-size:16px;margin-bottom:10px}.blog__content .content__detail h4{font-size:14px;margin-bottom:10px}.blog__content .content__detail h5{font-size:14px}.blog__content .content__detail p{font-size:13px;line-height:1.65em}.blog__content .content__detail ul,.blog__content .content__detail ol{padding-left:15px}.blog__content .content__detail ul li,.blog__content .content__detail ol li{font-size:13px;color:#6f7073}.blog__content .content__detail ul li:not(:last-child),.blog__content .content__detail ol li:not(:last-child){margin-bottom:10px}.blog__content .content__detail ul li ul,.blog__content .content__detail ul li ol,.blog__content .content__detail ol li ul,.blog__content .content__detail ol li ol{margin-top:10px}.blog__content .content__detail .list{margin:15px 0 25px;padding-left:22px;list-style:disc}.blog__content .content__detail .list li{font-size:13px;color:#6f7073}.blog__content .content__detail .list li:not(:last-child){margin-bottom:10px}.blog__content .content__detail .list li ul,.blog__content .content__detail .list li ol{margin-top:10px}.blog__content .btnBox a{font-size:14px;font-family:"Oswald",sans-serif;color:#efb62f;text-transform:uppercase;font-weight:500}.blog__content .btnBox a:hover{color:#cb930e}.blog__content .btnBox a i{font-weight:900}.blog.detail{width:100%}.blog.detail .blog__content{padding:30px}.blog.detail .blog__content .content{margin-bottom:0}.blog.detail .blog__content .content h1{font-size:24px}.blog.detail .blog__content .content p{margin-bottom:15px}.blogFilter{display:flex;align-items:center;justify-content:flex-start;background:#efb62f;padding:8px;margin-bottom:20px;border-radius:8px;display:none}.blogFilter h2{font-size:22px;color:#fff;text-transform:uppercase;margin-left:8px}.blogFilter span{display:flex;align-items:center;justify-content:center;border-radius:6px;width:40px;height:35px;margin-left:auto;background:#fff;color:#efb62f;font-size:18px}.blogFilter span i{position:relative;top:1px}.blog_sb .search{position:relative;margin-bottom:25px}.blog_sb .search input{width:100%;height:35px;border-radius:5px;font-size:12px;border:1px solid #efb62f;padding:3px 10px;padding-right:40px}.blog_sb .search button{display:flex;align-items:center;justify-content:center;position:absolute;right:2px;top:1px;width:35px;height:35px;background:rgba(0,0,0,0);border:none;color:#efb62f}.blog_sb .search button i{font-size:15px;font-weight:600}.blog_sb .title{display:flex;align-items:center;justify-content:flex-start;font-size:16px;font-family:"Oswald",sans-serif;margin-bottom:20px;text-align:left;font-weight:600;color:#000;text-transform:uppercase}.blog_sb .title img{width:18px;margin-right:6px}.blog_sb .title i{font-size:18px;color:#efb62f;margin-right:5px;position:relative;top:1px}.blog_sb .category{margin-bottom:35px}.blog_sb .category li{display:flex;align-items:center;justify-content:flex-start;font-size:13px;cursor:pointer}.blog_sb .category li:not(:last-child){margin-bottom:10px}.blog_sb .category li:hover{color:#efb62f}.blog_sb .category li:hover span{color:#000}.blog_sb .category li span{margin-left:auto;color:#000;font-weight:600}.blog_sb .recommended{margin-bottom:35px}.blog_sb .recommended .blog{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px;box-shadow:none}.blog_sb .recommended .blog__img{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:8px;overflow:hidden}.blog_sb .recommended .blog__img img{width:auto;height:100%}.blog_sb .recommended .blog__content{width:calc(100% - 50px);padding:0 0 0 10px}.blog_sb .recommended .blog__content .info{margin-bottom:0}.blog_sb .recommended .blog__content .info span{font-size:11px;font-weight:500}.blog_sb .recommended .blog__content .info span:not(:last-child){border-right:1px solid rgba(239,182,47,.35);margin-right:6px;padding-right:6px}.blog_sb .recommended .blog__content .content{margin-bottom:6px}.blog_sb .recommended .blog__content .content h1{font-size:14px;margin-bottom:0}.blog_sb .tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:5px}.blog_sb .tags a{background:#fff;border:1px solid #efb62f;color:#efb62f;border-radius:5px;font-size:11px;padding:3px 10px;text-transform:uppercase;font-family:"Oswald",sans-serif}.blog_sb .tags a:hover{background:#efb62f;color:#fff}.blog_comment{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 3px 18px rgba(0,0,0,.1);padding:20px 30px}@media(max-width: 850px){.blogs_section{padding-right:15px}.blog_sb .recommended .blog__img{width:45px;height:45px}.blog_sb .recommended .blog__content{width:calc(100% - 45px)}.blog_sb .recommended .blog__content .info span{font-size:11px}.blog_sb .recommended .blog__content .info span:not(:last-child){margin-right:5px;padding-right:5px}}@media(max-width: 450px){.blogFilter{display:flex}.blogRow{flex-direction:column-reverse}.blogSB{display:none;margin-bottom:25px}.blog__content{padding:20px 15px}.blog__content .info{margin-bottom:10px}.blog__content .info span{font-size:11px}.blog__content .info span:not(:last-child){margin-right:8px;padding-right:8px}.blog__content .content h1{font-size:18px;line-height:1.3em}.blog.detail .blog__content{padding:20px 15px}}.aboutSection{padding:0 0 65px}.aboutSection .title{font-size:26px;font-family:"Oswald",sans-serif;color:#efb62f;margin-bottom:20px;font-weight:500;letter-spacing:.4px;text-transform:uppercase;text-align:left}.aboutSection .title span{font-weight:300}.aboutSection .aboutImgBox{position:relative}.aboutSection .aboutImgBox .aboutImg{border:3px solid #efb62f;box-shadow:0px 3px 15px 0px rgba(0,0,0,.2);position:relative}.aboutSection .aboutImgBox .aboutImg img{width:100%;height:100%}.aboutSection .aboutImgBox .aboutImg.aboutImg1{width:400px;height:500px}.aboutSection .aboutImgBox .aboutImg.aboutImg1::after{content:"";position:absolute;width:100%;height:89%;border:3px solid #efb62f;left:80px;top:50%;transform:translateY(-50%);z-index:-1;background-image:url(../public/images/about/testimonialsBg2.png);background-position:center}.aboutSection .aboutImgBox .aboutImg.aboutImg2{width:325px;height:300px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.aboutSection .aboutText{padding-left:35px}.aboutSection .aboutText p{font-size:14px;color:#707070;line-height:1.75em;margin-bottom:15px}.aboutSection .aboutText p:last-child{margin-bottom:0}.teamSection{padding:0 0 65px}.teamSection .title{font-size:30px;font-family:"Oswald",sans-serif;color:#efb62f;margin-bottom:35px;font-weight:500;letter-spacing:.4px;text-transform:uppercase;text-align:center}.teamSection .title span{font-weight:300}.teamSection .teamBox{text-align:center;margin-bottom:25px}.teamSection .teamBox .teamImgBox{width:150px;height:150px;border-radius:5px;overflow:hidden;border:2px solid #fff;box-shadow:0px 3px 15px 0px rgba(0,0,0,.2);margin:0 auto 15px;position:relative;transition:.5s}.teamSection .teamBox .teamImgBox img{width:100%;height:100%}.teamSection .teamBox .teamImgBox:hover .teamHover{opacity:1;transition:.5s}.teamSection .teamBox .teamImgBox .teamHover{display:flex;align-items:center;justify-content:center;background:rgba(239,182,47,.4);position:absolute;left:0;top:0;width:100%;height:100%;transition:.5s;cursor:pointer;opacity:0}.teamSection .teamBox .teamImgBox .teamHover img{width:45px;height:45px}.teamSection .teamBox h2{font-size:16px;font-weight:500;text-transform:uppercase;color:#efb62f;margin-bottom:3px}.teamSection .teamBox h4{color:#6f7073;font-size:13px;font-weight:400;margin-bottom:12px}.teamSection .teamBox p{font-size:13px;color:#6f7073;margin-bottom:0}.teamSection .teamBox .footSocial{margin:15px 0 0}.teamSection .teamBox .footSocial a{color:#6f7073;font-size:15px;margin:0 5px}.teamSection .teamBox .footSocial a:hover{color:#efb62f}.modal-backdrop{background-color:rgba(239,182,47,.269);opacity:1 !important}.teapPopupContent{background-image:linear-gradient(-90deg, rgba(239, 182, 47, 0.925) 0%, rgba(239, 182, 47, 0.824) 100%);padding:22px;border:none}.teapPopupContent .close{position:absolute;right:12px;color:#fff;top:12px;opacity:1}.teapPopupContent .close img{width:27px;transform:rotate(45deg)}.teapPopupContent .close span{color:#fff}.teamPopImgSec .teamImgBox{margin:0;display:inline-block;vertical-align:middle}.teamPopImgSec .teamBox{text-align:left;margin-bottom:15px}.teamPopImgSec .teamNameBox{display:inline-block;width:calc(100% - 150px - 5px);vertical-align:middle;padding-left:12px}.teamPopImgSec .teamBox h2{font-size:24px;color:#fff;margin-bottom:5px}.teamPopImgSec .teamBox h4{color:#fff;font-size:15px}.teamPopImgSec .footSocial a{font-size:20px;padding:0 5px;color:#fff}.teamPopImgSec .footSocial a:hover{color:#efb62f}.teamPopImgBox{display:inline-block;vertical-align:middle}.teamPopImg{width:100px;height:100px;border-radius:50%;border:4px solid #fff;box-shadow:0px 20px 30px rgba(0,0,0,.069);overflow:hidden}.teamPopImg img{width:100%;height:100%;border-radius:50%}.teamPopNm{display:inline-block;vertical-align:middle;width:75%;padding-left:10px}.teamPopNm h2{font-size:18px;font-weight:400;text-transform:uppercase;color:#fff;margin-bottom:0}.teamAboutText{margin-top:12px}.teamAboutText p{font-size:15px;color:#fff;font-weight:300;margin-bottom:12px;line-height:1.6}.teamAboutText ul{color:#fff;font-size:14px;margin:15px 0 5px;padding-left:22px}.teamAboutText ul li{font-weight:300;margin-bottom:5px}@media(max-width: 820px){.aboutSection .aboutImgBox .aboutImg.aboutImg1{width:100%;height:auto}.aboutSection .aboutImgBox .aboutImg.aboutImg1::after{display:none}.aboutSection .aboutImgBox .aboutImg.aboutImg1 img{display:block}.aboutSection .aboutImgBox .aboutImg.aboutImg2{display:none}.aboutSection .aboutText{padding-left:0}.aboutSection .aboutText p{font-size:14px}}@media(max-width: 450px){.aboutSection .aboutImgBox{padding:0 45px;margin-bottom:30px}.aboutSection .aboutText{padding-left:0}.aboutSection .aboutText p{font-size:14px}}.login_container{width:100%;height:100vh;background-image:url(../public/images/loginBG.png);background-color:rgba(239,182,47,.4);background-size:cover;background-position:center;position:relative}@media(max-width: 450px){.login_container{padding:0 20px}}.login_container .login_box{background:#fff;max-width:450px;min-height:300px;position:relative;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:8px;padding:35px 40px}@media(max-width: 450px){.login_container .login_box{padding:20px}}.login_container .login_box h2{font-size:24px;color:#efb62f;text-transform:uppercase;font-weight:600;margin-bottom:5px;text-align:center}.login_container .login_box p{font-size:15px;font-weight:400;color:#6f7073;text-align:center}.login_container .login_box .alert-success{margin-top:15px}.login_container .login_box .login_form{margin-top:20px}.login_container .login_box .login_form .inputs{margin-bottom:15px}.login_container .login_box .login_form .inputs:last-child{margin-bottom:0}.login_container .login_box .login_form .inputs input{height:44px;border:none;background:#f0f0f0;color:#6f7073;border-radius:0;box-shadow:none;width:100%;padding:6px 12px}.login_container .login_box .login_form .inputs input.is-invalid{background:rgba(199,51,51,.0588235294)}.login_container .login_box .login_form .inputs .error{font-size:12px;text-align:left;color:#c73333;margin-top:5px}.login_container .login_box .login_form .btn_box{margin-top:25px;margin-bottom:10px}.login_container .login_box .login_form .btn_box .btn{width:100%;border-radius:0;background:#efb62f;color:#fff;font-size:15px;padding:10px}.login_container .login_box .login_form .btn_box .btn:hover{background:#cb930e}.login_container .login_box .form_link{font-size:14px;cursor:pointer}.login_container .login_box .form_link span,.login_container .login_box .form_link input{vertical-align:middle;margin:0}.login_container .login_box .form_link .remember{font-size:13px;font-weight:400;cursor:pointer}.login_container .login_box .forgotPwd{text-align:right}.login_container .login_box .forgotPwd a{color:#efb62f;font-size:14px}.login_container .login_box .forgotPwd a:hover{text-decoration:none;color:#cb930e}.login_container .login_box .noAccount{text-align:center;margin-top:25px;font-size:14px;font-weight:400}.login_container .login_box .noAccount a{color:#efb62f}.login_container .login_box .noAccount a:hover{color:#cb930e}.profileSection{padding:50px 0}.userSB{padding:0;background:#fff;box-shadow:0px 0px 13px 4px rgba(0,0,0,.06);border-radius:5px;border:1px solid #efefef;padding:0 0 15px;min-height:300px}.userSB .userNm{width:100%;height:155px;background:#efb62f;text-align:center;padding:15px;color:#fff;margin-bottom:85px}.userSB .userNm .user{display:inline-block;text-align:left}.userSB .userNm .user span{display:inline-block;vertical-align:middle}.userSB .userNm .user img{width:140px;height:140px;border-radius:50%;border:3px solid #fff;box-shadow:0px 3px 8px 1px rgba(0,0,0,.2);display:block}.userSB .userNm h4{font-size:26px;margin:8px 0 15px;font-weight:500;color:#fff}.userSocial{text-align:center}.userSocial a{display:inline-block;font-size:24px;color:#efb62f;margin:0 6px}.userSocial a:hover{color:#cb930e}.userSB .SBdetail{padding:0 15px}.userSB .intro{font-size:14px;color:gray;margin:10px 0;text-align:center}.userDetail{margin:15px 0}.userDetail p{margin:0 0 3px;font-size:14px}.userDetail b,.userDetail span{display:inline-block}.userDetail b{color:#424242}.userDetail span{color:gray;margin-left:10px}.userContact{text-align:center;padding:15px 0}.contactBox{padding:15px 0}.contactBox:last-child{border-top:2px solid #e6e6e6}.contactBox h5{font-size:16px;color:#424242;margin-bottom:2px}.contactBox p{font-size:14px;color:gray;margin-bottom:0}.userContent{padding:25px 20px;background:#fff;box-shadow:0px 0px 10px 2px rgba(0,0,0,.06);border-radius:5px;border:1px solid #f5f5f5;padding:15px;margin-bottom:18px;min-height:85px}.patientProgressBox h5{font-size:18px;margin-bottom:10px}.followupBox{margin-left:25px;position:relative}.followupBox:before{content:"";position:absolute;left:0;height:88%;width:2px;background:#efb62f;top:50%;transform:translateY(-50%)}.followup{position:relative;padding:12px 0;padding-left:35px}.followup:before{content:"";position:absolute;left:-8px;height:18px;width:18px;border-radius:50%;border:2px solid #efb62f;top:50%;transform:translateY(-50%);background:#fff}.followup p{color:#5a5a5a;font-size:15px;margin:2px 0}.followup p a{display:inline-block;color:#efb62f;margin-left:4px}.patientProgressBox .head{margin-bottom:20px}.patientProgressBox .head h5{font-size:20px;margin-bottom:5px}.patientProgressBox .head p{font-size:14px;margin-bottom:0}.appointment_list{width:100%}.appointment_list h1{font-size:18px;text-transform:uppercase;margin-bottom:10px}.appointment_list h1 span{color:#efb62f}.appointment_list .box{padding-left:45px;position:relative}.appointment_list .box:not(:last-child){margin-bottom:20px}.appointment_list .box::before{content:attr(appo-number);position:absolute;left:0;top:0;font-size:28px;font-family:"Oswald",sans-serif;font-weight:800;color:#efb62f;opacity:.5}.appointment_list .box .name{font-size:16px}.appointment_list .box .name small{font-size:12px;margin-left:8px;font-weight:400;color:#efb62f}.appointment_list .box .type{font-size:14px;margin-bottom:5px}.appointment_list .box .msg{font-size:13px}.appointment_list .box .form{margin-top:20px}.appointment_list .box .form .formBox{margin-bottom:8px}.appointment_list .box .form .formBox textarea{height:65px}.changePWD{margin-top:25px}.comments_section h2{font-size:22px;text-transform:uppercase;color:#efb62f;margin-bottom:17px}.comments_section .form .btnBox .btn{padding:7px 20px}.comments_section .comment_list{margin-top:25px}.comments_section .comment_list .comment{display:flex;width:100%;margin-bottom:20px}.comments_section .comment_list .comment .userImg img{display:block;width:65px;height:65px;border-radius:50%;border:1px solid #ededed;box-shadow:0px 6px 14px rgba(0,0,0,.18)}.comments_section .comment_list .comment .detail{width:calc(100% - 70px);padding-left:15px}.comments_section .comment_list .comment .detail .name{font-size:17px;color:#efb62f;font-family:"Oswald",sans-serif;margin-bottom:5px}.comments_section .comment_list .comment .detail .name .date{color:#6f7073;font-weight:300;font-size:12px;text-transform:uppercase;margin-left:10px}.comments_section .comment_list .comment .detail p{font-size:13px;color:#6f7073;line-height:1.5em}.comments_section .comment_list .comment .detail .replies_box{display:flex;align-items:center;justify-content:flex-start;margin-top:7px}.comments_section .comment_list .comment .detail .replies_box .replies{font-size:14px;color:#efb62f;font-family:"Oswald",sans-serif;font-weight:500;cursor:pointer}.comments_section .comment_list .comment .detail .replies_box .replies span{color:#efb62f;font-size:13px;opacity:.5}.comments_section .comment_list .comment .detail .replies_box .reply{font-size:14px;color:#000;font-family:"Oswald",sans-serif;font-weight:500;margin-left:auto;cursor:pointer}.comments_section .comment_list .comment .detail .reply_list{display:none;margin-top:20px}.comments_section .comment_list .comment .detail .reply_list .comment .userImg img{width:50px;height:50px}.comments_section .comment_list .comment .detail .reply_list .comment .detail{width:calc(100% - 65px)}.comments_section .comment_list .comment .detail .reply_list .comment .detail .name{font-size:16px}.comments_section .comment_list .comment .detail .reply_list .comment .detail .name .date{font-size:13px}.comments_section .comment_list .comment .detail .reply_list .comment .detail p{font-size:12px}.comments_section .comment_list .comment .detail .form{display:none;margin-top:20px}.template_section{padding-left:0;display:flex;align-items:flex-start;flex-wrap:wrap;gap:20px}.template_section .template{width:calc((100% - 20px)/2)}.template_section .notAvail{margin:25px 0}.templateRow{align-items:flex-start}.template{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.template__img{position:relative}.template__img .tag{position:absolute;top:15px;left:15px;background:#fff;color:#efb62f;border-radius:5px;font-size:11px;padding:4px 12px;text-transform:uppercase;font-family:"Oswald",sans-serif;font-weight:500;box-shadow:3px 3px 12px rgba(239,182,47,.4392156863)}.template__img .price{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;background:#efb62f;color:#fff;font-size:20px;padding:5px 15px;font-family:"Oswald",sans-serif;font-weight:400;box-shadow:-3px 0px 12px -2px rgba(0,0,0,.45);z-index:1;border-radius:0 8px 0 8px}.template__img .price span{margin-right:6px}.template__img img{width:100%;display:block}.template__content{padding:25px 20px}.template__content .info{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}.template__content .info span{font-size:12px;display:flex;align-items:center;justify-content:flex-start}.template__content .info span:not(:last-child){border-right:1px solid rgba(239,182,47,.35);margin-right:13px;padding-right:13px}.template__content .info span i{font-size:13px;color:#efb62f;margin-right:7px}.template__content .content{margin-bottom:15px}.template__content .content h1{font-size:20px;margin-bottom:10px;line-height:1.25em}.template__content .content h1 a{color:#000}.template__content .content h1 a:hover{color:#efb62f}.template__content .content__detail{font-size:13px;line-height:1.5em}.template__content .content__detail p{font-size:13px;line-height:1.5em}.template__content .content__detail h5{font-size:14px}.template__content .content__detail .list{margin:15px 0 25px;padding-left:22px;list-style:disc}.template__content .content__detail .list li{font-size:14px;color:#6f7073}.template__content .content__detail .list li:not(:last-child){margin-bottom:10px}.template__content .btnBox{display:flex;align-items:center;justify-content:flex-start;margin-top:20px}.template__content .btnBox a{font-size:14px;font-family:"Oswald",sans-serif;color:#efb62f;text-transform:uppercase;font-weight:500}.template__content .btnBox a:hover{color:#cb930e}.template__content .btnBox .demoBtns{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px}.template__content .btnBox .demoBtns .btn{border-radius:6px;font-size:13px;color:#fff;min-width:auto;font-weight:400;padding:7px 14px}.template_detail .template_section .template{width:100%}.template_detail .template_section .template__content .content{margin-bottom:0}.template_detail .template_section .template__content .content .title{font-size:18px;text-transform:uppercase;margin:20px 0 15px;text-align:left;color:#efb62f;letter-spacing:.5px}.template_detail .template_section .template__content .content a{color:#efb62f}.template_detail .template_section .template__content .content ul{list-style:disc;padding-left:15px;font-size:13px}.template_detail .template_section .template__content .content ul li:not(:last-child){margin-bottom:5px}.template_detail .template_section .template__content .content ul li::marker{color:#efb62f;font-size:15px}.template_detail .template_sb{margin-right:0;margin-left:25px}.template_detail .template_sb .price{font-size:16px;text-transform:uppercase;font-family:"Oswald",sans-serif;font-weight:500;display:flex;align-items:center;margin-bottom:10px}.template_detail .template_sb .price span{margin-left:auto;color:#efb62f;font-size:22px}.template_detail .template_sb .btn_box{margin:25px 0 20px;display:flex;align-items:center;gap:15px}.template_detail .template_sb .btn_box .btn{width:calc((100% - 15px)/2);border-radius:6px;font-size:13px;padding:7px 12px}.template_detail .template_sb .services h2{font-size:14px;margin-bottom:8px}.template_detail .template_sb .services .list{display:flex;align-items:center}.template_detail .template_sb .services .list:not(:last-child){margin-bottom:8px}.template_detail .template_sb .services .list label{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.template_detail .template_sb .services .list label input{display:none}.template_detail .template_sb .services .list label input:checked~small{border-color:#efb62f;background:#efb62f}.template_detail .template_sb .services .list label input:checked~small i{opacity:1;color:#fff}.template_detail .template_sb .services .list label input:checked~span{color:#efb62f}.template_detail .template_sb .services .list label small{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:2px;border:2px solid #6f7073}.template_detail .template_sb .services .list label small i{opacity:0}.template_detail .template_sb .services .list label span{font-size:13px;font-weight:500;padding-left:6px}.template_detail .template_sb .services .list .rate{font-size:16px;font-weight:600;margin-left:auto;color:#efb62f}.template_detail .template_sb .services .more{font-size:13px}.template_detail .template_sb .services .more a{color:#efb62f}.template_detail .template_sb .services .more a:hover{color:#cb930e}.template_detail .template_sb .info:not(:last-child){margin-bottom:10px}.template_detail .template_sb .info h2{font-size:13px;text-transform:uppercase;color:#efb62f;margin-bottom:2px}.template_detail .template_sb .info p{font-size:13px;font-weight:500}.templateFilter{display:flex;align-items:center;justify-content:flex-start;background:#efb62f;padding:8px;margin-bottom:20px;border-radius:8px;display:none}.templateFilter h2{font-size:22px;color:#fff;text-transform:uppercase;margin-left:8px}.templateFilter span{display:flex;align-items:center;justify-content:center;border-radius:6px;width:40px;height:35px;margin-left:auto;background:#fff;color:#efb62f;font-size:18px}.templateFilter span i{position:relative;top:1px}.template_sb{background:#fff;box-shadow:2px 8px 14px rgba(0,0,0,.15);padding:20px 15px;border-radius:8px;margin-right:35px}.template_sb .search{position:relative;margin-bottom:25px}.template_sb .search input{width:100%;height:35px;border-radius:5px;font-size:12px;border:1px solid #efb62f;padding:3px 10px;padding-right:40px}.template_sb .search button{display:flex;align-items:center;justify-content:center;position:absolute;right:2px;top:1px;width:35px;height:35px;background:rgba(0,0,0,0);border:none;color:#efb62f}.template_sb .search button i{font-size:15px;font-weight:600}.template_sb .title{display:flex;align-items:center;justify-content:flex-start;font-size:16px;font-family:"Oswald",sans-serif;margin-bottom:20px;text-align:left;font-weight:600;color:#efb62f;text-transform:uppercase}.template_sb .title i{font-size:18px;color:#efb62f;margin-right:5px;position:relative;top:1px}.template_sb .category{margin-bottom:35px}.template_sb .category li{display:flex;align-items:center;justify-content:flex-start;font-size:13px;cursor:pointer;font-family:"Oswald",sans-serif}.template_sb .category li:not(:last-child){margin-bottom:6px}.template_sb .category li:hover{color:#efb62f}.template_sb .category li:hover span{color:#000}.template_sb .category li span{margin-left:auto;color:#000;font-weight:600}.template_sb .recommended{margin-bottom:35px}.template_sb .recommended .template{display:flex;margin-bottom:15px;box-shadow:none;border-radius:0;transition:.6s}.template_sb .recommended .template:hover{transition:.6s}.template_sb .recommended .template:hover .template__content .content h1{color:#efb62f;transition:.6s}.template_sb .recommended .template__img{display:flex;align-items:center;justify-content:center;width:85px;height:52px;border-radius:7px;overflow:hidden}.template_sb .recommended .template__img img{width:100%;height:100%}.template_sb .recommended .template__content{width:calc(100% - 85px);padding:0 0 0 10px}.template_sb .recommended .template__content .info{margin-bottom:0}.template_sb .recommended .template__content .info span{font-size:11px;font-weight:500}.template_sb .recommended .template__content .info span:not(:last-child){border-right:1px solid rgba(239,182,47,.35);margin-right:6px;padding-right:6px}.template_sb .recommended .template__content .content{margin-bottom:6px}.template_sb .recommended .template__content .content h1{font-size:13px;margin-bottom:4px;transition:.6s}.template_sb .recommended .template__content .content__detail{font-size:11px;line-height:1.25em;color:#6f7073}.template_sb .recommended .template__content .content__detail p{font-size:11px;line-height:1.25em}.template_sb .tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:5px}.template_sb .tags a{background:#fff;border:1px solid #efb62f;color:#efb62f;border-radius:5px;font-size:11px;padding:3px 10px;text-transform:uppercase;font-family:"Oswald",sans-serif}.template_sb .tags a:hover{background:#efb62f;color:#fff}.template_comment{border-radius:8px;overflow:hidden;box-shadow:0 3px 18px rgba(239,182,47,.2);padding:20px 30px}.demo{display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content}.demo__head{background:#efb62f;height:45px}.demo__head .container{height:100%}.demo__head .content{display:flex;align-items:center;justify-content:flex-start;height:100%}.demo__head .content h1{font-size:15px;font-weight:400;text-transform:uppercase;color:#fff}.demo__head .content h1 a{color:#fff}.demo__head .content h1 a:hover{color:#cb930e}.demo__head .content__size{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-left:auto}.demo__head .content__size a{background:#cb930e;padding:6px 7px;border-radius:5px;display:block}.demo__head .content__size a svg{height:22px;width:auto;fill:#fff;stroke:#fff;display:block}.demo__head .content__size a.active,.demo__head .content__size a:hover{background:#fff}.demo__head .content__size a.active svg,.demo__head .content__size a:hover svg{fill:#cb930e;stroke:#cb930e}.demo__head .content .btnBox{margin-left:25px}.demo__head .content .btnBox .btn{font-size:11px;background:#fff;color:#efb62f;min-width:auto;padding:5px 15px;letter-spacing:.5px}.demo__head .content .btnBox .btn:hover{color:#cb930e}.demo__content{height:calc(100vh - 45px);background:rgba(239,182,47,.15)}.demo__content iframe{width:100%;height:100%;display:block}@media(max-width: 850px){.template_section{padding-left:10px;gap:20px}.template_section .template{width:calc((100% - 20px)/2)}.template_section .template__content{padding:15px}.template_section .template__content .content h1{font-size:15px;line-height:1.1em}.template_section .template__content .content h1 p{font-size:12px;line-height:1.25em}.template_section .template__content .info .comment{display:none}.template_section .template__content .btnBox a{font-size:12px}.template_section .template__content .btnBox .demoBtns{gap:5px}.template_section .template__content .btnBox .demoBtns .btn{font-size:11px;padding:6px 9px}.template_sb{margin-right:0}.template_sb .title{font-size:14px;margin-bottom:12px}.template_sb .recommended .template__img{width:45px;height:45px}.template_sb .recommended .template__content{width:calc(100% - 45px)}.template_sb .recommended .template__content .info span{font-size:11px}.template_sb .recommended .template__content .info span:not(:last-child){margin-right:5px;padding-right:5px}}@media(max-width: 450px){.templateFilter{display:flex}.templateSB{display:none;margin-bottom:25px}.template_section{flex-wrap:wrap}.template_section .template{width:100%}.template_section .template__content{padding:20px 15px}.template_section .template__content .info{margin-bottom:10px}.template_section .template__content .info span{font-size:11px}.template_section .template__content .info span:not(:last-child){margin-right:8px;padding-right:8px}.template_section .template__content .content h1{font-size:18px;line-height:1.3em}.template_section .template.detail .template__content{padding:20px 15px}}.background_test{background:#97dece}.palettes_section{display:flex;align-items:flex-start;flex-wrap:wrap;gap:20px;padding-left:20px}.palettes_section .notAvail{text-align:center;margin:0 auto}.palettes_section .palettes{width:calc((100% - 20px)/2)}.palettesRow{align-items:flex-start}.palettes{display:block;border-radius:8px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.2)}.palettes__content .color_box{display:flex;align-items:center;justify-content:center}.palettes__content .color_box .color{width:25%;height:185px;background:#ccc;position:relative}.palettes__content .color_box .color a{display:block;width:100%;height:100%}.palettes__content .color_box .color .code{width:calc(100% - 16px);text-align:center;position:absolute;bottom:8px;left:8px;background:rgba(0,0,0,.3);color:#fff;font-size:12px;font-family:"Oswald",sans-serif;padding:2px 10px;border-radius:4px;letter-spacing:1px;cursor:pointer}.palettes__content .color_box .color .code:hover{background:rgba(239,182,47,.5);background:rgba(0,0,0,.4)}.palettes__content .info{padding:12px 15px;display:flex;align-items:center;justify-content:flex-start;color:#6f7073}.palettes__content .info span{font-size:12px;display:flex;align-items:center;justify-content:flex-start}.palettes__content .info span:not(:last-child){border-right:1px solid rgba(239,182,47,.35);margin-right:13px;padding-right:13px}.palettes__content .info span i{font-size:13px;color:#efb62f;margin-right:7px}.palettes__content .btnBox{padding:25px 20px;display:flex;align-items:center;justify-content:flex-start;padding-top:0}.palettes__content .btnBox a{font-size:14px;font-family:"Oswald",sans-serif;color:#efb62f;text-transform:uppercase;font-weight:500}.palettes__content .btnBox a:hover{color:#cb930e}.palettes__content .btnBox a i{font-weight:900}.palettes__content .btnBox .demoBtns{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px}.palettes__content .btnBox .demoBtns .btn{border-radius:6px;font-size:13px;color:#fff;min-width:auto;font-weight:400;padding:7px 14px}.palettes.detail{width:100%}.palettes.detail .palettes__content .color_box{flex-wrap:wrap}.palettes.detail .palettes__content .color_box .color{height:300px}.palettes.detail .palettes__content .color_box .color .code{width:calc(100% - 20px);text-align:center;padding:4px 10px}.palettes.detail .palettes__content .color_box .color .code:hover{background:rgba(0,0,0,.3)}.palettes.detail .palettes__content .color_box .color .code .hex{margin-bottom:3px}.palettes.detail .palettes__content .color_box .color .code .hex,.palettes.detail .palettes__content .color_box .color .code .rgb{transition:all ease-in-out .25s}.palettes.detail .palettes__content .color_box .color .code .hex:hover,.palettes.detail .palettes__content .color_box .color .code .rgb:hover{color:rgba(255,255,255,.7);transition:all ease-in-out .25s}.palettes_detail{width:calc((100% - 20px)/2)}.palettes_detail h1{font-size:24px;color:#efb62f;text-transform:uppercase}.palettes_detail h2{font-size:15px;color:#000;font-weight:500;text-transform:uppercase;margin-bottom:15px}.palettes_detail .download,.palettes_detail .link{font-size:14px;color:#efb62f;margin-bottom:6px;cursor:pointer}.palettes_detail .download:hover,.palettes_detail .link:hover{color:#cb930e}.related_palettes{width:100%;margin-top:25px}.related_palettes h1{font-size:22px;margin-bottom:18px;color:#efb62f;text-transform:uppercase}.related_palettes .palettes{width:100%;margin-bottom:20px}.related_palettes .palettes__content .color_box .color{height:125px}.related_palettes .palettes__content .color_box .color .code{width:calc(100% - 10px);bottom:5px;left:5px;font-size:9px;padding:2px 6px;letter-spacing:.5px}.related_palettes .owl-theme .owl-dots{margin-top:0 !important}.related_palettes .owl-theme .owl-dots .owl-dot{border:1px solid rgba(0,0,0,0);padding:2px !important;border-radius:50%;margin:0 3px}.related_palettes .owl-theme .owl-dots .owl-dot span{background:#efb62f;width:8px;height:8px;margin:0}.related_palettes .owl-theme .owl-dots .owl-dot.active{border:1px solid #efb62f}.palettesFilter{display:flex;align-items:center;justify-content:flex-start;background:#efb62f;padding:8px;margin-bottom:20px;border-radius:8px;display:none}.palettesFilter h2{font-size:22px;color:#fff;text-transform:uppercase;margin-left:8px}.palettesFilter span{display:flex;align-items:center;justify-content:center;border-radius:6px;width:40px;height:35px;margin-left:auto;background:#fff;color:#efb62f;font-size:18px}.palettesFilter span i{position:relative;top:1px}.palettes_sb{background:#fff;box-shadow:2px 8px 14px rgba(0,0,0,.15);padding:20px 15px;border-radius:8px}.palettes_sb .search{position:relative;margin-bottom:25px}.palettes_sb .search input{width:100%;height:35px;border-radius:5px;font-size:12px;border:1px solid #efb62f;padding:3px 10px;padding-right:40px}.palettes_sb .search button{display:flex;align-items:center;justify-content:center;position:absolute;right:2px;top:1px;width:35px;height:35px;background:rgba(0,0,0,0);border:none;color:#efb62f}.palettes_sb .search button i{font-size:15px;font-weight:600}.palettes_sb .title{display:flex;align-items:center;justify-content:flex-start;font-size:16px;font-family:"Oswald",sans-serif;margin-bottom:20px;text-align:left;font-weight:600;color:#efb62f;text-transform:uppercase}.palettes_sb .title i{font-size:18px;color:#efb62f;margin-right:5px;position:relative;top:1px}.palettes_sb .category{margin-bottom:35px;max-height:250px;overflow-y:auto}.palettes_sb .category li{display:flex;align-items:center;justify-content:flex-start;font-size:13px;cursor:pointer;font-family:"Oswald",sans-serif}.palettes_sb .category li:not(:last-child){margin-bottom:6px;font-weight:400}.palettes_sb .category li:hover{color:#efb62f}.palettes_sb .category li:hover span{color:#000}.palettes_sb .category li span{margin-left:auto;color:#000;font-weight:600}.palettes_sb .recommended{margin-bottom:25px;max-height:500px;overflow-y:scroll}.palettes_sb .recommended .palettes{border-radius:8px}.palettes_sb .recommended .palettes:not(:last-child){margin-bottom:15px}.palettes_sb .recommended .palettes__content .color_box .color{height:60px}.palettes_sb .recommended .palettes__content .color_box .color .code{font-size:8px;padding:2px 5px;left:5px;bottom:6px}.palettes_sb .recommended .palettes__content .info{padding:8px 10px}.palettes_sb .recommended .palettes__content .info span{font-size:10px}.palettes_sb .tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:5px}.palettes_sb .tags a{background:#fff;border:1px solid #efb62f;color:#efb62f;border-radius:5px;font-size:11px;padding:3px 10px;text-transform:uppercase;font-family:"Oswald",sans-serif}.palettes_sb .tags a:hover{background:#efb62f;color:#fff}.palettes_comment{border-radius:8px;overflow:hidden;box-shadow:0 3px 18px rgba(239,182,47,.2);padding:20px 30px}.demo{display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content}.demo__head{background:#efb62f;height:45px}.demo__head .container{height:100%}.demo__head .content{display:flex;align-items:center;justify-content:flex-start;height:100%}.demo__head .content h1{font-size:15px;font-weight:400;text-transform:uppercase;color:#fff}.demo__head .content h1 a{color:#fff}.demo__head .content h1 a:hover{color:#cb930e}.demo__head .content__size{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-left:auto}.demo__head .content__size a{background:#cb930e;padding:6px 7px;border-radius:5px;display:block}.demo__head .content__size a svg{height:22px;width:auto;fill:#fff;stroke:#fff;display:block}.demo__head .content__size a.active,.demo__head .content__size a:hover{background:#fff}.demo__head .content__size a.active svg,.demo__head .content__size a:hover svg{fill:#cb930e;stroke:#cb930e}.demo__head .content .btnBox{margin-left:25px}.demo__head .content .btnBox .btn{font-size:11px;background:#fff;color:#efb62f;min-width:auto;padding:5px 15px;letter-spacing:.5px}.demo__head .content .btnBox .btn:hover{color:#cb930e}@media(max-width: 850px){.palettes_section{padding-right:15px}.palettes_section .palettes__content .color_box{flex-wrap:wrap}.palettes_section .palettes__content .color_box .color{height:60px;width:100%}.palettes_section .palettes__content .info span:not(:last-child){margin-right:10px;padding-right:10px}.palettes_section .palettes__content .info span:nth-child(2n){margin-right:0;padding-right:0;border-right:none}.palettes_section .palettes__content .info span.comment{display:none;visibility:hidden}.palettes_sb .recommended .palettes__img{width:45px;height:45px}.palettes_sb .recommended .palettes__content .info span{font-size:11px}.palettes_sb .recommended .palettes__content .info span:not(:last-child){margin-right:5px;padding-right:5px}.palettes_sb .recommended .palettes__content .info span.comment{display:none;visibility:hidden}}@media(max-width: 450px){.palettesFilter{display:flex}.palettesSB{display:none;margin-bottom:25px}.palettes_section .palettes{width:100%}.palettes_section .palettes__content .info span{font-size:11px}.palettes_section .palettes__content .info span:not(:last-child){margin-right:8px;padding-right:8px}.palettes_section .palettes__content .content h1{font-size:18px;line-height:1.3em}.palettes_section .palettes.detail .palettes__content{padding:20px 15px}}.cart_list{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:15px;min-height:425px}.cart_list .cart{display:flex;width:100%;padding:15px;background:#fff;border:1px solid #f4f4f4;box-shadow:0 3px 16px rgba(0,0,0,.05);border-radius:5px}.cart_list .cart .image{width:250px;height:auto}.cart_list .cart .image img{display:block;width:100%;border-radius:5px}.cart_list .cart .detail{width:calc(100% - 250px);position:relative;padding:5px 0;padding-left:15px}.cart_list .cart .detail .close{position:absolute;right:2px;top:-4px;color:#000;font-size:17px}.cart_list .cart .detail .close:hover{color:#c73333}.cart_list .cart .detail h1{font-size:18px;margin-bottom:5px;line-height:1.25em}.cart_list .cart .detail h1 a{color:#000}.cart_list .cart .detail p{font-size:13px;margin-bottom:15px}.cart_list .cart .detail .price{font-size:20px;font-family:"Oswald",sans-serif;color:#efb62f;font-weight:600}.cart_sb{background:#fff;border:1px solid #f4f4f4;box-shadow:0 3px 16px rgba(0,0,0,.05);padding:20px 15px;border-radius:5px;position:sticky;top:100px}.cart_sb h4{font-size:14px;text-transform:uppercase;margin-bottom:12px}.cart_sb h4 span{text-transform:none}.cart_sb .price_list .price{display:flex;align-items:center;justify-content:flex-start;font-size:13px}.cart_sb .price_list .price:not(:last-child){margin-bottom:8px}.cart_sb .price_list .price p a{font-size:11px;color:#efb62f;position:relative;top:-1px;margin-left:10px}.cart_sb .price_list .price p a:hover{color:#cb930e}.cart_sb .price_list .price h5{margin-left:auto;font-weight:500;font-size:14px}.cart_sb .price_list .price.total{text-transform:uppercase;font-weight:600;margin-top:16px;padding-top:15px;border-top:1px dashed rgba(0,0,0,.2)}.cart_sb .price_list .price.total h5{font-size:15px}.cart_sb .price_list.extra{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.12)}.cart_sb .btnBox{margin-top:30px}.cart_sb .btnBox .btn{width:100%;border-radius:5px;padding:10px 15px}.checkout_panel{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:15px;min-height:425px}.checkout_panel .billing{background:#fff;border:1px solid #f4f4f4;box-shadow:0 3px 16px rgba(0,0,0,.05);padding:15px;width:100%}.checkout_panel .billing h2{font-size:18px;font-weight:600;color:#000;text-transform:uppercase;margin-bottom:10px}.checkout_panel .billing .address h4{font-size:15px;color:#6f7073;margin-bottom:4px}.checkout_panel .billing .address p{font-size:15px;color:#6f7073}.checkout_panel .billing .btnBox{text-align:right}.checkout_panel .billing .btnBox .btn{min-width:200px}.checkout_sb{background:#fff;border:1px solid #f4f4f4;box-shadow:0 3px 16px rgba(0,0,0,.05);padding:20px 15px;border-radius:5px;position:sticky;top:100px}.checkout_sb h4{font-size:14px;text-transform:uppercase;margin-bottom:12px}.checkout_sb h4 span{text-transform:none}.checkout_sb .price_list .price{display:flex;align-items:center;justify-content:flex-start;font-size:13px}.checkout_sb .price_list .price:not(:last-child){margin-bottom:8px}.checkout_sb .price_list .price p a{font-size:11px;color:#efb62f;position:relative;top:-1px;margin-left:10px}.checkout_sb .price_list .price p a:hover{color:#cb930e}.checkout_sb .price_list .price h5{margin-left:auto;font-weight:500;font-size:14px}.checkout_sb .price_list .price.total{text-transform:uppercase;font-weight:600;margin-top:16px;padding-top:15px;border-top:1px dashed rgba(0,0,0,.2)}.checkout_sb .price_list .price.total h5{font-size:15px}.checkout_sb .price_list.extra{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.12)}.checkout_sb .btnBox{margin-top:30px}.checkout_sb .btnBox .btn{width:100%;border-radius:5px;padding:10px 15px}/*# sourceMappingURL=main.css.map */