@charset "UTF-8"; /*------------------------------------* $CONTENTS *------------------------------------*/ /** * BASE * - MAIN * - NORMALIZE * - LAYOUTS * - COMPONENTS * - TYPOGRAPHY * - FORMS * * COMPONENTS * - TOP BAR * - HEADER * - NAVIGATIONS * - LINKS EFFECT * - MEGA MENU * - SEARCH ICON * - DROP DOWN MOBILE * - FULL SCREEN MOBILE * - PAGE HEADER * - BLOG * - SIDEBAR * - CUSTOM SELECTS * - PAGINATION * - COMMENT * - SEARCH * - FOOTER * - 404 PAGE * * PLUGINS * - GENERAL * - MAGNIFIC POPUP * - SIDR * - SLICK * * RESPONSIVE */ /*------------------------------------* $MAIN *------------------------------------*/ img { max-width: 100%; height: auto; } a { text-decoration-thickness: 1px; text-underline-offset: 0.25ch; } .entry-title a:hover, .entry-title a:focus, a:hover, a:focus { text-decoration-style: solid !important; text-decoration: underline !important; } a:active { border: 1px dashed; } .wp-block-navigation .wp-block-navigation-item a:hover, .wp-block-navigation .wp-block-navigation-item a:focus { text-decoration: underline; text-decoration-style: solid; } /* * Search and File Block button styles. * Necessary until the following issues are resolved in Gutenberg: * https://github.com/WordPress/gutenberg/issues/36444 * https://github.com/WordPress/gutenberg/issues/27760 */ .wp-block-search__button, .wp-block-file .wp-block-file__button { background-color: var(--wp--preset--color--primary); border-radius: 0; border: none; color: var(--wp--preset--color--background); font-size: var(--wp--preset--font-size--medium); padding: calc(.667em + 2px) calc(1.333em + 2px); } /* * Button hover styles. * Necessary until the following issue is resolved in Gutenberg: * https://github.com/WordPress/gutenberg/issues/27075 */ .wp-block-search__button:hover, .wp-block-file .wp-block-file__button:hover, .wp-block-button__link:hover { opacity: 0.90; } /* * Alignment styles. * These rules are temporary, and should not be relied on or * modified too heavily by themes or plugins that build on * Twenty Twenty-Two. These are meant to be a precursor to * a global solution provided by the Block Editor. * * Relevant issues: * https://github.com/WordPress/gutenberg/issues/35607 * https://github.com/WordPress/gutenberg/issues/35884 */ .wp-site-blocks, body > .is-root-container, .edit-post-visual-editor__post-title-wrapper, .wp-block-group.alignfull, .wp-block-group.has-background, .wp-block-cover.alignfull, .is-root-container .wp-block[data-align="full"] > .wp-block-group, .is-root-container .wp-block[data-align="full"] > .wp-block-cover { padding-left: var(--wp--custom--spacing--outer); padding-right: var(--wp--custom--spacing--outer); } .wp-site-blocks .alignfull, .wp-site-blocks > .wp-block-group.has-background, .wp-site-blocks > .wp-block-cover, .wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background, .wp-site-blocks > .wp-block-template-part > .wp-block-cover, body > .is-root-container > .wp-block-group.has-background, body > .is-root-container > .wp-block-cover, body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background, body > .is-root-container > .wp-block-template-part > .wp-block-cover, .is-root-container .wp-block[data-align="full"] { margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important; margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important; width: unset; } /* Blocks inside columns don't have negative margins. */ .wp-site-blocks .wp-block-columns .wp-block-column .alignfull, .is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"], /* We also want to avoid stacking negative margins. */ .wp-site-blocks .alignfull:not(.wp-block-group) .alignfull, .is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] { margin-left: auto !important; margin-right: auto !important; width: inherit; } /* * Responsive menu container padding. * This ensures the responsive container inherits the same * spacing defined above. This behavior may be built into * the Block Editor in the future. */ .wp-block-navigation__responsive-container.is-menu-open { padding-top: var(--wp--custom--spacing--outer); padding-bottom: var(--wp--custom--spacing--large); padding-right: var(--wp--custom--spacing--outer); padding-left: var(--wp--custom--spacing--outer); } h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; padding: 0; } p { font-size: 15px; margin-bottom: 0px; font-weight: 500; font-family:'Montserrat', sans-serif; color: #101010; } html, body { height: 100% } body { font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 1.6; color: #101010; background-color: #fff; } img{ max-width: 100%; height: auto; } .screen-reader-text{ border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; font-size: 14px !important; font-weight: 400; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*==================== Navbar css ========================*/ .menu { background-color: transparent; border: none; cursor: pointer; display: none; padding: 0; } .line { fill: none; stroke: black; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); } .line1 { stroke-dasharray: 60 207; stroke-width: 6; } .line2 { stroke-dasharray: 60 60; stroke-width: 6; } .line3 { stroke-dasharray: 60 207; stroke-width: 6; } .opened .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; } .opened .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6; } .opened .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; } .navbar.header-fixed.sticky { background-color: #979797; box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05); -webkit-transition: 1s; transition: 1s; padding: 5px 0; position: fixed; z-index: 999; width: 100%; left: 0; top: 0; } .navbar li a{ text-decoration: none; padding: .25rem .70rem; font-weight: bold; } .admin-bar .navbar.header-fixed.sticky { top: 32px; } nav.navbar { padding: 12px 0; } .navbar.header-fixed.sticky li.current a { color: #635CDB; } .nav-item a:hover{ color: #005cbf !important; text-decoration: dashed; } .navbar .navbar-nav li{ position: relative; } .navbar .navbar-nav li .sub-menu{ display: none; position: absolute; top: 100%; left: 0%; background: #f1f1f1; box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.1); list-style: none; margin-top: 2px; padding: 0; width: 200px; z-index: 999; } .navbar .navbar-nav li .sub-menu a{ margin-left: 1.5rem; display: block; } .sf-arrows .sf-with-ul:after { border-top-color: #0c0c0c; border-top-color: rgb(0 0 0); } .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: rgb(10, 10, 10); } .navbar .navbar-nav > .menu-item-has-children:hover > .sub-menu{ display: block; } .navbar .navbar-nav .menu-item-has-children .sub-menu > .menu-item-has-children:hover > .sub-menu{ display: block; } .navbar .navbar-nav .sub-menu li .sub-menu{ top: 0; left: 100%; } .navbar-nav li a.activeFocus .sub-menu{ display: block !important; } .sf-menu a{ color: none !important; border-left: none !important; border-top: none !important; } .sf-menu li{ background: none !important; } @media (max-width: 990px) { .navbar .navbar-nav > .menu-item-has-children:hover > .sub-menu{ display: block; position: relative; } .menu{ display: block; } .navbar .navbar-nav li{ border-bottom: 1px solid rgb(160, 159, 159); padding: .5rem 0; } .navbar .navbar-nav li a{ font-size: 18px; } } nav.navbar.sticky { background-color: #fff; box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05); -webkit-transition: 1s; transition: 1s; z-index: 999; } .text-logo { text-transform: uppercase; font-size: 18px; font-weight: 500; letter-spacing: 2px; } h3 .text-logo{ color: #ffffff; } .navbar-nav li.menu-item-has-children:hover > ul, .navbar-nav li.menu-item-has-children:focus > ul, .navbar-nav li.menu-item-has-children.focus > ul { right: 0; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; } /*dropdown menu animation*/ .animate { animation-duration: 0.3s; -webkit-animation-duration: 0.3s; animation-fill-mode: both; -webkit-animation-fill-mode: both; } @keyframes slideIn { 0% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0rem); opacity: 1; } 0% { transform: translateY(1rem); opacity: 0; } } @-webkit-keyframes slideIn { 0% { -webkit-transform: transform; -webkit-opacity: 0; } 100% { -webkit-transform: translateY(0); -webkit-opacity: 1; } 0% { -webkit-transform: translateY(1rem); -webkit-opacity: 0; } } .slideIn { -webkit-animation-name: slideIn; animation-name: slideIn; } /*page and post css*/ .updated:not(.published){ display: none; } .entry-meta span { display: inline; } .page-title { text-align: center; text-transform: uppercase; font-size: 35px; position: relative; margin-top: 1rem; } .page-title::after{ content: ''; position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%); width: 8rem; height: 1px; background-color: #00000029; margin-top: 5rem; } #main { margin-top: 10rem; } .post-thumbail { text-align: center; } .entry-title { text-align: center; } .entry-title a:hover{ color: #245F6B !important; } .entry-title a{ text-decoration: none !important; transition: all 0.5s; } .entry-meta { text-align: center; } .my-button{ text-align: center; } .my-button a{ border: 2px solid rgba(158, 158, 158, 0.432); padding: 10px 15px; text-decoration: none !important; color: black; text-transform: uppercase; font-weight: bold; transition: all 0.3s; } .my-button a:hover{ color: #245F6B; border: 2px solid #245F6B; } .single-post-content { border-right: 2px solid #cbcbcb; } /*pagination css*/ span.page-numbers.current { color: #245F6B; font-size: 25px; } a.page-numbers{ color: #070707; font-size: 18px; } /*sidebar and footer widget css*/ .edit-button a{ color: #000000; font-weight: 500; } .single_post{ text-align: left; } .widget ul li a{ text-decoration: none; } .widget{ padding: 5px 0; } .wp-block-calendar, .wp-block-calendar tbody tr td, .widget caption, .wp-calendar-table caption{ color: #ffffff; } .header-social a:hover, .single-footer ul li a:hover, .copyright ul li a:hover { color: #635CDB; } .footer-area { background-position: center; position: relative; background-repeat: no-repeat; background-size: cover; z-index: 2; background-color: #000000; } .copyright p, .copyright h6{ color: #f1f1f1; margin-bottom: 10px; } .footer-area:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.178); z-index: -1; opacity: .85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; } .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 { text-transform: uppercase; font-weight: 700; margin: 20px 0; color: #FFFFFF; } .single-footer.footer-logo, .single-footer p{ color: #fff; } aside .widget h2, aside .widget h3, aside .widget h4, aside .widget h5, aside .widget h6{ text-transform: capitalize; font-size: 18px; margin-bottom: 15px; margin-top: 20px; } aside .widget ul{ list-style: none; display: contents; } aside .widget ul li a{ color: #070707; } .single-footer .widget h2, .single-footer .widget h3, .single-footer .widget h4, .single-footer .widget h5, .single-footer .widget h6{ text-transform: capitalize; font-size: 18px; margin-bottom: 15px; margin-top: 20px; } .single-footer.footer-logo { margin-top: 40px; text-align: center; } .single-footer ul { list-style: none; margin: 0; padding: 0; display: contents; } .single-footer h4 { position: relative; padding-bottom: 15px; } .single-footer h4:before { position: absolute; content: ""; background-color: #635CDB; width: 40px; height: 2px; left: 0; bottom: 0; } .single-footer ul li { position: relative; padding-left: 15px; padding: 5px 0; padding-left: 15px; } .single-footer ul li:before { content: ">"; position: absolute; left: 0; top: 5px; } .single-footer ul li a { color: #fff; font-size: 14px; font-weight: 400; } .single-footer ul li span { float: right; width: 50%; } .single-footer img { width: 33%; float: left; padding: 3px; } .copyright { border-top: 1px solid #ffffff80; margin-top: 25px; padding-top: 25px; } .copyright ul { margin: 0; padding: 0; list-style: none; } .copyright ul li { display: inline-block; } .copyright ul li a { color: #fff; padding: 0px 10px; display: block; } /*Comment css*/ textarea#comment { width: 100%; } input#author { width: 100%; } input#email { width: 100%; } input#url { width: 100%; } input#submit { background: whitesmoke; outline: none; padding: 10px 13px; } /* Caption */ .wp-caption, .gallery-caption { color: #666; font-size: 13px; font-size: 0.8125rem; font-style: italic; margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { color: #8c888c; font-size: 16px; font-size: 1rem; margin: 0.9375em 0; font-style: italic; } .wp-caption.aligncenter { margin: 0 auto 15px; } .entry-content .wp-caption { width: auto; text-align: center; } .entry-content .wp-caption img { background: none; border: 0 none; } .entry-content .fullimg .wp-caption.aligncenter { margin-bottom: 0; } .entry-content .fullimg .aligncenter { margin-bottom: 0; } .entry-content .fullimg p { margin-bottom: 0; } /*-------------------------------------------------------------- 3.0 Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption { display: block; margin-top: 0; font-size: 14px; } .entry-content .wp-block-image img, .entry-content img.alignnone, .entry-content img.aligncenter, .entry-content img.alignleft, .entry-content img.alignright, .entry-content img.attachment-fullsize { margin-bottom: 20px; max-width: 100%; height: auto; } figure { margin: 0; } .wp-block-image.alignfull, .wp-block-image.alignwide { max-width: none; } .wp-block-image.alignfull img, .wp-block-image.alignwide img { width: 100%; } .bypostauthor { padding: 2em; margin-bottom: 1em; } .bypostauthor .bypostauthor { background: transparent; margin-bottom: 0; padding-right: 0; padding-bottom: 0; padding-top: 0; } .bypostauthor li { background: transparent; margin-bottom: 0; padding: 0 0 0 2em; } /*Single post page*/ h1.single_page-title { text-align: center; text-transform: uppercase; } /**Skib link */ .skib-link{ height: 50px; background: #E84C3D; } .hidden { padding: 8px; position: absolute; background: #E77E23; left: 50%; height: 30px; transform: translateY(-100%); transition: transform 0.3s; } a:focus { transform: translateY(0%); } a { color: #333; text-decoration: none; } /* Search Page css*/ h2.card-title { text-align: center; } .search-card-container { text-align: center; } /*archive page*/ .arichive{ border-bottom: 1px solid rgb(173, 173, 173); } /*====================================== wordpress css ========================================*/ .editor-styles-wrapper .wp-block { margin-bottom: 30px; margin-top: 30px; max-width: 810px; color: #444; font-family: Inter,sans-serif; font-size: 31px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.8; } /*====================================== Error 404 CSS ========================================*/ .error-area { height: 100vh; text-align: center; width: auto; margin-left: auto; margin-right: auto; background-color: #fff; position: relative; } .d-table { width: 100%; height: 100%; } .d-table { display: table !important; } .d-table-cell { vertical-align: middle; } .d-table-cell { display: table-cell !important; } .error-area .error-content h1 { font-size: 100px; color: #33ddbe; margin-bottom: 25px; font-weight: 800; line-height: 100px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .error-area .error-content h1 { font-size: 60px; line-height: 50px; } } @media (max-width: 767px) { .error-area .error-content h1 { font-size: 45px; line-height: 30px; } } .error-area .error-content h2 { font-size: 25px; margin-bottom: 10px; color: #081828; font-weight: 700; } @media only screen and (min-width: 768px) and (max-width: 991px) { .error-area .error-content h2 { font-size: 22px; } } @media (max-width: 767px) { .error-area .error-content h2 { font-size: 18px; } } .error-area .error-content p { font-weight: 400; margin-bottom: 40px; color: #888; } @media (max-width: 557px) { aside#side-nav { margin-left: 0px; border-left: none; padding-left: 0px; } }