*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{font-family:"Roboto",sans-serif}ul{list-style:none;margin:0 !important}a{text-decoration:none}.btn{border-color:rgba(0,0,0,0) !important}.post-category{display:block;color:#9e9e9e;font-size:.6875rem;font-weight:bold}.post-title{color:#000;line-height:1.6}.main-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#2196f3;color:#fff;padding:.5rem 1.1rem;-webkit-transition:.3s;transition:.3s;border:none;outline:none}.scroll-to-top{background-color:#2196f3;color:#fff;position:fixed;right:-100%;bottom:15px;z-index:999;border-radius:.625rem;-webkit-transition:.3s;transition:.3s}.scroll-to-top:hover,.scroll-to-top:active{background-color:#2196f3 !important;color:#fff !important}.search-popup{position:fixed;top:0;left:0;z-index:1005;background-color:rgba(0,0,0,.5);width:100%;height:100%;padding:1rem;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:show-results .3s forwards;animation:show-results .3s forwards}@media(min-width: 768px){.search-popup{padding:2rem}}.search-popup.close{-webkit-transition:.3s;transition:.3s;scale:0}.search-popup .search-container{background:#fff;width:100%;height:100%;padding:1rem;border-radius:.625rem;overflow:auto}.search-popup .search-container::-webkit-scrollbar{width:10px}.search-popup .search-container::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.search-popup .search-container::-webkit-scrollbar-thumb{background-color:#e4e4e4;border-radius:.625rem}.search-popup .search-container::-webkit-scrollbar-thumb:hover{background-color:#9e9e9e}.search-popup .search-container .search-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #9e9e9e}.search-popup .search-container .search-head h2 .search-word{color:#2196f3;font-weight:bold}.search-popup .search-container .search-head .search-close-btn{-webkit-transition:.3s;transition:.3s}.search-popup .search-container .search-head .search-close-btn:hover{color:#2196f3}.search-popup .search-container .search-result .result-box{border-bottom:1px solid #e4e4e4;-webkit-transition:.3s;transition:.3s}.search-popup .search-container .search-result .result-box:hover{background-color:#e4e4e4}.search-popup .search-container .search-result .default-result p span{color:#2196f3}.search-popup .search-container .search-result .default-result .search-again{border-radius:.625rem}@-webkit-keyframes show-results{from{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes show-results{from{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.breadcrumb-holder{background-color:#e4e4e4}.breadcrumb-holder li:not(:last-of-type) a{color:#2196f3 !important}.breadcrumb-holder li:not(:last-of-type) a:hover{color:#2196f3 !important}.post-box{border-radius:.625rem;max-width:390px;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-animation:show-box .3s linear forwards;animation:show-box .3s linear forwards}.post-box:hover{background-color:#e4e4e4}.post-box img{width:100%;height:175px;border-radius:.625rem}.no-posts-default{-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-animation:show-box .3s linear forwards;animation:show-box .3s linear forwards}@-webkit-keyframes show-box{0%{-webkit-transform:translateY(20px);transform:translateY(20px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes show-box{0%{-webkit-transform:translateY(20px);transform:translateY(20px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.error-post{padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.error-post .error-info{margin-bottom:1rem}.error-post .error-info .error-icon{display:inline-block;margin-bottom:.5rem;color:#2196f3}.error-post .error-info h4{margin:0}.error-post .reload-page p{margin-bottom:.5rem}.error-post .reload-page button{color:#fff;border-radius:.625rem;border:1px solid rgba(0,0,0,0);-webkit-transition:.3s;transition:.3s}.error-post .reload-page button:hover{background-color:#fff;color:#2196f3;border-color:#2196f3}header{height:4.5rem;-webkit-box-shadow:0 0 10px #f1f1f1;box-shadow:0 0 10px #f1f1f1}@media(max-width: 767px){header .row>div{height:37px}}header img{width:130px}header .logo a{color:#2196f3}@media(max-width: 767px){header .nav-bar{position:fixed;z-index:1000;background-color:#fff;right:-100%;top:0;width:100%;height:100%;padding:0;-webkit-transition:.3s;transition:.3s}header .nav-bar.show{right:0}header .nav-bar .head{border-bottom:1px solid #e4e4e4;margin-bottom:1rem;height:4.5rem}header .nav-bar .head a{color:#2196f3}header .nav-bar .head .close-btn:hover button{color:#2196f3}header .nav-bar li{width:80%;margin:auto;border-bottom:1px solid #e4e4e4}header .nav-bar li a{display:inline-block;width:100%;height:100%;padding:1rem;-webkit-transition:.3s;transition:.3s}header .nav-bar li a:hover{background-color:#e4e4e4}}header .nav-bar a{color:#000;-webkit-transition:.3s;transition:.3s}header .nav-bar a.active,header .nav-bar a:hover{color:#2196f3}header .header-search{display:inline-block;width:200px;height:35px;position:relative}@media(max-width: 767px){header .header-search{width:calc(100% - 60px)}}header .header-search form{width:100%;height:100%;position:relative}header .header-search form .header-search-inp{background-color:#e4e4e4;width:100%;height:100%;padding:0 3rem 0 1rem;border:none;outline:none;border-radius:1.25rem;-webkit-transition:.3s;transition:.3s}@media(max-width: 767px){header .header-search form .header-search-inp{width:30px;padding:0}header .header-search form .header-search-inp.active{width:100%;padding:0 3rem 0 1rem}}header .header-search form .header-search-inp::-webkit-input-placeholder{-webkit-transition:.3s;transition:.3s}header .header-search form .header-search-inp::-moz-placeholder{-moz-transition:.3s;transition:.3s}header .header-search form .header-search-inp:-ms-input-placeholder{-ms-transition:.3s;transition:.3s}header .header-search form .header-search-inp::-ms-input-placeholder{-ms-transition:.3s;transition:.3s}header .header-search form .header-search-inp::placeholder{-webkit-transition:.3s;transition:.3s}header .header-search form .header-search-inp:focus::-webkit-input-placeholder{opacity:0}header .header-search form .header-search-inp:focus::-moz-placeholder{opacity:0}header .header-search form .header-search-inp:focus:-ms-input-placeholder{opacity:0}header .header-search form .header-search-inp:focus::-ms-input-placeholder{opacity:0}header .header-search form .header-search-inp:focus::placeholder{opacity:0}header .header-search form button{position:absolute;top:0;right:0;height:100%;border:0;outline:none;background-color:#2196f3;color:#fff;width:40px;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 767px){header .header-search form button{border-radius:50%;width:35px;font-size:14px}header .header-search form button.active{width:40px;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top-left-radius:0;border-bottom-left-radius:0}}header .header-search .search-error{text-align:left;background-color:#f44336;color:#fff;position:absolute;left:0;top:135%;padding:.5rem 1rem;opacity:0;-webkit-animation:show-error .3s forwards;animation:show-error .3s forwards}header .header-search .search-error::before{content:"";position:absolute;top:-20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-width:10px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #f44336 rgba(0,0,0,0)}header .toggle-btn:hover{color:#2196f3;-webkit-transition:.3s;transition:.3s}@-webkit-keyframes show-error{from{opacity:0}to{opacity:1}}@keyframes show-error{from{opacity:0}to{opacity:1}}.landing h1{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.landing img{display:block;width:100%;margin:0 auto}@media(min-width: 768px){.landing img{width:75%}}.landing span{display:block;text-align:center;margin-top:1rem}@media(min-width: 992px){.post .page-table-holder{position:sticky;top:1rem}}@media(max-width: 991px){.post .page-table-holder .show-table-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#2196f3;color:#fff;padding:.5rem;border-top-left-radius:.625rem;border-bottom-left-radius:.625rem;position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-15%;z-index:998;cursor:pointer;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post .page-table-holder .show-table-btn.show-btn{right:0}}.post .page-table-holder .page-table{padding:1rem;background-color:#2196f3;border-radius:.625rem;-webkit-transition:.3s,border-radius 0s;transition:.3s,border-radius 0s}@media(max-width: 991px){.post .page-table-holder .page-table.side-table{position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-100%;z-index:999;width:60vw;border-top-right-radius:0;border-bottom-right-radius:0}.post .page-table-holder .page-table.side-table.show-table{right:0}.post .page-table-holder .page-table.side-table.show-table .close-table-btn{display:block !important;color:#fff;cursor:pointer}}.post .page-table-holder .page-table .table-head{border-bottom:1px solid #fff;padding-bottom:.5rem}.post .page-table-holder .page-table .table-head .table-title{font-size:20px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.post .page-table-holder .page-table .table-head .show-btn{color:#fff;cursor:pointer}.post .page-table-holder .page-table .table-links .title-link{color:#fff;display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.post .page-table-holder .page-table .table-links .title-link:not(:last-of-type){margin-bottom:.325rem}.post .post-content .post-paragraph:not(:last-child){margin-bottom:1rem}.post .post-content .post-paragraph .paragraph-title{font-size:1.5rem;font-weight:bold;color:#2196f3}.post .post-content .post-paragraph .paragraph-description{line-height:1.6;margin:0}.post .post-content .post-paragraph .paragraph-link{color:#2196f3;font-weight:bold;text-decoration:underline}.post .post-content .post-paragraph .paragraph-bullets{list-style:disc}.post .post-content .post-paragraph .paragraph-bullets .bullet-title{font-weight:bold}.post .share{background-color:#e4e4e4;border-radius:.625rem}@media(min-width: 992px){.post .share{position:sticky;top:1rem}}.post .share h2{border-bottom:1px solid #9e9e9e}.post .share .share-links{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.post .share .share-links a{color:#9e9e9e}.post .share .share-links a:hover .link-icon{-webkit-transition:.3s;transition:.3s}.post .share .share-links a:hover .link-icon.x{color:#14171a}.post .share .share-links a:hover .link-icon.facebook{color:#1877f2}.post .share .share-links a:hover .link-icon.whatsapp{color:#25d366}.post .share .share-links a:hover .link-icon.linkedin{color:#0a66c2}.post .share .share-links a:hover .link-icon.reddit{color:#ff4500}.post .share .share-links a:hover .link-icon.pinterest{color:#e60023}.post .share .share-links a:hover .link-icon.tumblr{color:#35465c}.related-posts .row>div{padding-bottom:.75rem}footer{background-color:#333}footer .navigation h5,footer .company h5{font-size:1rem}footer .navigation a,footer .company a{font-size:.875rem;-webkit-transition:.3s;transition:.3s}footer .navigation a:hover,footer .company a:hover{color:#fff !important}footer .newsletter form{max-width:450px}footer .newsletter form input[type=email]{width:290px;padding:.5rem;border:none;outline:none;-webkit-box-flex:1;-ms-flex:1;flex:1}footer .newsletter form input[type=email]::-webkit-input-placeholder{-webkit-transition:.3s;transition:.3s}footer .newsletter form input[type=email]::-moz-placeholder{-moz-transition:.3s;transition:.3s}footer .newsletter form input[type=email]:-ms-input-placeholder{-ms-transition:.3s;transition:.3s}footer .newsletter form input[type=email]::-ms-input-placeholder{-ms-transition:.3s;transition:.3s}footer .newsletter form input[type=email]::placeholder{-webkit-transition:.3s;transition:.3s}footer .newsletter form input[type=email]:focus::-webkit-input-placeholder{opacity:0}footer .newsletter form input[type=email]:focus::-moz-placeholder{opacity:0}footer .newsletter form input[type=email]:focus:-ms-input-placeholder{opacity:0}footer .newsletter form input[type=email]:focus::-ms-input-placeholder{opacity:0}footer .newsletter form input[type=email]:focus::placeholder{opacity:0}footer .newsletter form input[type=submit]{width:135px;padding:.5rem;border:none;outline:none;background-color:#2196f3;color:#fff}footer .copyright{border-top:1px solid #e4e4e4}footer .copyright .copyright-title{color:#2196f3}
/*# sourceMappingURL=post-page.css.map */
