/*
Theme Name: Techpandora New
Theme URI: Mindruby
Author: Vijay Rathor
Author URI: Mindruby
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* WOFF2 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
 font-family: "Montserrat", sans-serif!important;
}
.fintech-title svg {
    min-width: 24px;
}
footer {
    background: rgba(207, 239, 255, 0.24);
    padding: 40px 0px 30px;
    color: #000;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-bottom .links a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
.newsletter {
    margin: 64px auto!important;
    max-width: 1700px;
}
.content-wrapper.detailPage {
    padding: 35px 102px;
}
.card h3.m-0{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
span.archive-top-cat {
    line-height: normal;
    margin: 20px 0;
    display: inline-block;
}
.img2-box {
    border-radius: 8px;
    overflow: hidden;
}
span.archive-top-cat {
    line-height: normal;
    margin: 20px 0;
    display: inline-block;
}

.nav-links .page-numbers {
        width: 40px;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 33px;
    font-size: 16px;
}

.nav-links .page-numbers.next,
.nav-links .prev.page-numbers {
    border: 0;
    width: auto;
    height: auto;
    line-height: 36px;
}
.nav-links .page-numbers.current {
    background: #8B5CF6;
    color: #fff;
}
.nav-links a.page-numbers:hover {
    background: #6941C6;
    color: #fff !important;
    transition: 300ms all ease-in-out;
}
.category .main-content {
    margin-bottom: 108px;
}
.archive-box a.goto{
  text-align: center;
  transition: 300ms all ease-in-out;
}
.archive-box a.goto:hover {
    background: #6941C6;
    color: #fff !important;
}
.archive-box h5 strong {
    font-weight: 600 !important;
    font-size: 1.5rem;
}
.archive-box h5{
  margin-bottom: 0;
}

span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
}
.newsletter-text{
        padding-left: 100px;
}
body.archive.category{
    background-color: #ffffff;
}
.card-title svg {
    min-width: 40px;
}
.imgArea {
    border-radius: 8px;
    overflow: hidden;
}

.discription p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.archive-box h5.title {
    font-weight: 600;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ul {
    padding-left: 40px;
}
.privacyPolicy h2 {
    font-weight: 600;
}
.privacyPolicy {
    margin-bottom: 30px;
    margin-top:20px;
}
body.page-id-2240 {
    background: #f7f7f7;
}
.page-id-2240 .newsletter{
    display:none;
}
.footer-logo img {
    max-width: 300px;
    width: 100%;
} 
 .searchBx {position:relative;display:flex;align-items:center}
        .search-toggle{background:none;border:0;padding:0;cursor:pointer}
        .search-form{align-items:center;gap:8px;margin-left:8px;       margin-left: 8px;
         transform: scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.25s ease;
    position: absolute;
    right: 0;}
        .searchBx.open .search-form{display:flex; width:450px;  transform: scaleX(1);
  opacity: 1;}
        .search-form input{width:100%}
        .search-close{background:none;border:0;font-size:20px;line-height:1;cursor:pointer;padding:4px}
        .search-form input{padding:8px;border:1px solid #ddd;border-radius:6px}
button.search-close {
    position: absolute;
    right: 10px;
    font-size: 26px;
    color: #545454;
}
button.search-toggle {
    position: relative;
    right: 10px;
        line-height: 35px;
}
.searchBx.mobile-search{
	margin-left:auto;
	}
    .desktop-search {
        display: none;
    }
.page+p, .page+p+p {
    display: none;
}
@media (min-width: 1200px) {
.mobile-search{
	display:none
	}
	.desktop-search{
	display:block
	}
}

@media (min-width: 990px) {
	.content-wrapper.detailPage {
	    padding: 35px 102px;
	}
}
@media (min-width: 768px) {
 .navbar {
    border-bottom: 1px solid #dfdfdf;
 }
 .home .navbar{
    border: none;
 }
}
@media (max-width: 990px) {
	.searchBx.open .search-form {
	    width: 350px;
	}
	.navbar {
            padding: 24px 16px;
    	}
}

@media (max-width: 767px) {

.searchBx.mobile-search {
    margin-right: 10px;
}
	button.search-toggle {
	    right: 0;
	}
    .searchBx.open .search-form {
        width: 250px;
        top: 30px;
    }
    body .navbar {
        padding: 18px 16px;
    }
}

