/* stylelint-disable selector-list-comma-newline-after */ :root{ --main-txt-color:#3F51B5; }; html{ } h1, h2, h3, h4, h5, h6 ,a{ font-family:"Poppins", sans-serif; } element.style { } h1, h2, h3, h4, h5, h6, a { font-family: "Poppins", sans-serif; } a { color: white; } p{ font-family: 'PT Serif', serif; line-height: 1.6; } img{ height:auto; max-width: 100%; } .blog-header { line-height: 1; border-bottom: 1px solid #e5e5e5; margin: 1rem 0; } .blog-header-logo { font-family:"Poppins", sans-serif; font-size: 2.25rem; } .blog-header-logo:hover { text-decoration: none; } .nav-wrap .navbar-expand-lg .navbar-nav .nav-link { font-weight: 500; } /*dropdown*/ .navbar-light .navbar-nav .dropdown-menu { padding: 0px 0; margin: 0 0 0; border: 0px solid transition !important; border: 0px solid rgba(0, 0, 0, 0.15); border-radius: 0px; -webkit-box-shadow: box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); box-shadow: box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); background:#f9faff; } .navbar-light .navbar-nav .dropdown-menu .dropdown-item { border-bottom: 1px dashed #f5f5f5; padding: 15px; font-size: 14px; } .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active { color: var(--main-txt-color); background-color: #f9faff; border-left: 4px solid var(--main-txt-color);; } .nav-scroller { position: relative; z-index: 2; /* height: 3.75rem; */ /* overflow-y: hidden; */ } .nav-scroller .nav { display: -ms-flexbox; display: flex; /* -ms-flex-wrap: nowrap; */ /* flex-wrap: nowrap; */ padding-bottom: 1rem; margin-top: -1px; overflow-x: auto; text-align: center; white-space: nowrap; -webkit-overflow-scrolling: touch; } .nav-scroller .nav-link { padding-top: .75rem; padding-bottom: .75rem; font-size: 2rem; } .nav .active{ color: var(--main-txt-color); border-bottom: 2px solid var(--main-txt-color); font-weight: 600; } .card-img-right { height: 100%; border-radius: 0 3px 3px 0; } .flex-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; } /* Pagination */ .pagination-area{ margin: 1.5rem 0; display: flex; justify-content: flex-end; } .pagination-area ul .page-item.active .page-link { background: var(--main-txt-color); color: #ffffff; } .pagination-area ul .page-item .page-link { width: 45px; height: 45px; padding: 0; margin: 0 5px; color: #848484; background-color: #f9f9f9; border-radius: 50% !important; text-align: center; line-height: 45px; -webkit-box-shadow: 0 2px 5px 0 #d8dde6; box-shadow: 0 2px 5px 0 #d8dde6; border: none; } /*slide-post*/ .carousel .carousel-item img { max-height: 350px; width: 100%; object-fit: cover; } .slider-img{ position: relative; width: 100%; } .img-overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; background: rgba(0,0,0,0.5); } .slider-desc{ position: relative; top: 50px; display: flex; justify-content:flex-start; color: #fff; } .slider-desc h1{ color: #fff; text-transform: capitalize; } .slider-wrap{ margin-bottom: 2rem; } /* * Blog posts */ .blog-post { margin-bottom: 2rem; } .blog-post-title >a { margin-bottom: .25rem; font-size: 1.2rem; color: #2c2c2c; text-decoration:none; } .blog-post-meta { margin-bottom: .3rem; color: #999; font-size: .9rem; } .blog-post-meta a{ color: #8d8d8d!important; font-family: 'PT Serif', serif; } .post-tag{ font-weight: 400; color: #8d8d8d!important; font-size: 13px; text-transform: uppercase; } .blog-sidebar .single-post { overflow: hidden; position: relative; padding-left: 7rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid #ddd; } .blog-sidebar .single-post:last-child{ border-bottom: none; } .blog-sidebar .single-post .single-post-img { width: 6rem; position: absolute; left: 0; top: 0; } .blog-sidebar .single-post .content h5 >a { font-size: 1rem; display: inline-block; text-decoration: none; color: #2c2c2c; font-family: 'Poppins', sans-serif; font-weight: 600; cursor: pointer; } .blog-sidebar .single-post .content h5 >a:hover,.blog-post-title a:hover{ color: var(--main-txt-color);; } .tag-cloud a{ color: #8d8d8d; text-decoration: none; } .tag-cloud-link{ display: inline-block; position: relative; font-size: 13px; margin: 0 12px 12px 0; box-shadow: 0px 1px 4px 1px rgba(0,0,0,.1); font-weight: 600; text-transform: uppercase; border-width: 0; box-shadow: none; border-radius: 5px; padding: 0 12px; line-height: 30px; background-color: #f0f0f0; transition: .3s all ease-in-out; } .tag-cloud a:hover{ color: #fff; background-color: var(--main-txt-color); text-decoration: none; } /*card news*/ .card-wrapper .card{ transition: all 0.5s ease-in-out; border:none; } .card-wrapper .card-body { padding: 1.25rem 0; } .card-wrapper > .card img{ height: 10rem; object-fit: cover; } .card-wrapper a{ text-decoration: none; } .card-wrapper h5{ color: #222; text-decoration: none; font-size: 18px; line-height: 1.5; font-weight: 600; } .card-wrapper h5:hover{ color: var(--main-txt-color); } .card-wrapper:hover{ transform: translateY(-10px); transition: all 0.5s ease-in-out; } .card-date p > a{ font-size:14px; color: #333; } .btn-color{ color: #fff; background:var(--main-txt-color); font-family: 'Poppins', sans-serif; font-size: .95em; font-weight: 500; } .breadcrumb-wrapper .breadcrumb{ background-color: #f9f9ff; padding: 1.5rem; margin-bottom: 2rem; } .breadcrumb-wrapper a{ color: #8d8d8d; } .breadcrumb li, .breadcrumb span{ display: inline-block !important; } /*blog-single*/ .blog-desc { margin-top: 20px; } .blog-desc p{ color: #2c2c2c; } .blog-head-img{ min-height: 300px; overflow: hidden; } .blog-head-img img{ width:100%; object-fit: cover; } .share-post { text-align: left; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; padding: 20px 0 20px; margin: 0; } .share-title{ font-weight: 600; font-family: 'Poppins',sans-serif; margin-right: 20px; } .share-post >ul { padding: 0; margin: 0; list-style-type: none; } .blog-desc .share-post ul li{ display: inline-block; } .blog-desc .share-post ul li a { margin-right: 20px; font-size: 1rem; display: inline-block; line-height: 38px; color: #8d8d8d; } .tags-in{ margin: 1rem 0; } .related-post-wrap{ padding: 1.5rem 0; } .related-post-wrap h6{ margin-bottom: 1rem; } .togglesearch{ background: #f9f9f9; position: absolute; top: 54px; right: 28.7%; width: 350px; padding: 5px; line-height: 30px; box-shadow: 0 0 5px rgba(0,0,0,0.5); border-top:4px solid var(--main-txt-color); display: none; z-index: 10; } .searchbar{ margin:0 .8rem; } .overlay { height: 30%; width: 100%; display: none; position: fixed; z-index: 10; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); } .overlay-content { position: relative; top: 46%; width: 80%; text-align: center; margin-top: 30px; margin: auto; } .overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; cursor: pointer; color: white; } .overlay .closebtn:hover { color: #ccc; } .overlay input[type=text] { padding: 13px; font-size: 16px; border: none; float: left; width: 80%; background: white; } .overlay input[type=text]:hover { background: #f1f1f1; } .overlay button { float: left; width: 20%; padding: 15px; background: #ddd; font-size: 17px; border: none; cursor: pointer; } .overlay button:hover { background: #bbb; } .round-border label{ font-weight: 500!important; font-size: 14px; } .comment-form-div,.comments-area{ margin: 1.5rem 0; } .comment-form-div h6{ border-bottom: 1px solid #eee; padding: 1rem 0; } .single-comment, .user-info{ display: flex; justify-content: space-between; } .comments-area .c-date { font-size: 13px; margin-bottom: 13px; text-transform: uppercase; color: #888; } .comments-area h5 { font-size: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid #eee; padding: 1rem 0; } .comments-area h6 { font-size: 16px; margin-bottom: 0px; } .comment-list .user-img img { width: 50px; border-radius: 50%; margin-right: 20px; } .comments-area .comment-list { padding-bottom: 20px; } .comments-area .comment-list.left-padding { padding-left: 25px; } .header-mobile-search { width: 100%; position: relative; } .header-mobile-search .header-mobile-form-submit { position: absolute; right: 0; top: 0; bottom: 0; line-height: 20px; text-align: center; font-size: 24px; color: #999; background-color: transparent; border: 0; } /* Footer */ .main-footer { background-color: #262626; padding: 4rem 0 2.5rem 0; } .main-footer .about-widget .text p { font-size: 16px; color: #fff; font-weight: 300; margin-bottom: 15px; text-align: justify; } .widget-content ul{ padding-left: 0; } .social-icon li { display: inline-block; padding-right: 10px; } .social-icon li a{ color: #fff; text-align: center; padding: 5px 0; line-height: 24px; font-size: 16px; } .social-icon li a i:hover{ color: var(--main-txt-color); transition: all .5s ease; } .widget-footer >h5 >a{ color: #fff!important; } .widget-title{ margin-bottom: 2rem; color: #fff; } .btn-read{ color: #282828; font-size: 14px; text-decoration: none; } .btn-facebook { background-color: #405D9D; color: #fff; } .btn-twitter { background-color: #42AEEC; color: #fff; margin-right: 1rem; } .btn-google { background-color: #DB4437; color: #fff; margin-right: 1rem; } .text-fade{ color: #6c757d; } .error-sec{ background-color: #95c2de; padding: 4rem 0 10rem 0; } .mainbox { margin: auto; padding: 10rem 0; position: relative; } .err { color: #ffffff; font-size: 11rem; position:absolute; left: 30%; top: 8%; font-weight: bold; } .far { position: absolute; font-size: 8.5rem; left: 44%; top: 30%; color: #fff; } .err2 { color: #fff; font-size: 11rem; position:absolute; left: 60%; top: 8%; font-weight: bold; } .msg { text-align: center; font-size: 1.6rem; position:absolute; left: 14%; top: 80%; width: 75%; } @media (min-width: 992px){ .dropdown-menu .dropdown-toggle:after{ border-top: .3em solid transparent; border-right: 0; border-bottom: .3em solid transparent; border-left: .3em solid; } .dropdown-menu .dropdown-menu{ margin-left:0; margin-right: 0; } .dropdown-menu li{ position: relative; } .nav-item .submenu{ display: none; position: absolute; left:100%; top:-7px; } .nav-item .submenu-left{ right:100%; left:auto; } .dropdown-menu > li:hover{ background-color: #f1f1f1 } .dropdown-menu > li:hover > .submenu{ display: block; } } @media (max-width: 768px) { .blog-head-img { min-height: auto; } } /*Extra small devices (portrait phones, less than 576px)*/ @media (max-width: 576px) { .slider-text{ font-size: 1.5rem; } .slider-desc { padding: 2rem; } .lead { font-size: inherit; } .carousel-indicators li { width: 10px; } .pagination-area { margin:0; display: flex; justify-content: center; } .blog-head-img { min-height: auto; } .mainbox { padding: 7rem 0; } .err { font-size: 7rem; left: 15%; top: 8%; } .err2 { font-size: 7rem; left: 64%; } .far { position: absolute; font-size: 5.5rem; left: 37%; top: 25%; } .msg { font-size: 1.2rem; left: 0; top: 80%; width: 100%; } .error-sec { padding: 0rem 0 4rem 0; } } .overlay input[type=search] { padding: 15px; font-size: 16px; border: none; float: left; width: 80%; background: white; } .tag-cloud a { display: inline-block; position: relative; font-size: 13px; margin: 0 12px 12px 0; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .1); font-weight: 600; text-transform: uppercase; border-width: 0; box-shadow: none; border-radius: 5px; padding: 0 12px; line-height: 30px; background-color: #f0f0f0; transition: .3s all ease-in-out; } .tagcloud a { color: #8d8d8d; text-decoration: none; } .tagcloud a:hover { color: #0056b3; text-decoration: underline; } .blog-sidebar { padding-bottom: 10px; } .blog-sidebar .single-post .content h5 > a { color: #2c2c2c !important; } footer .blog-sidebar { color: #ffffff !important; } footer .blog-sidebar .single-post .content h5 > a { color: #ffffff !important; } footer .bg-light { background-color: transparent !important; } .p-3 { margin-bottom: 30px; } /*comments*/ ol.bio-wrap li div.vcard img.avatar { width: 50px; border-radius: 50%; margin-right: 20px; margin-top: 5px; } ol.bio-wrap li div.vcard { font-weight: bold; padding: 0 20px; font-size: 14px; font-family: 'Poppins', sans-serif; line-height: 1.7; } ol.bio-wrap { list-style: none; } ul.children li { list-style-type: none; } div .comment-metadata a { font-size: 13px; margin-bottom: 13px; text-transform: uppercase !important; color: #888888 !important; } div .vcard a.url { color: #212529 !important; } div .comment-meta time { padding-right: 10px; padding-left: 90px; } ol.bio-wrap li p { color: #2C2C2C; font-size: 16px; line-height: 1.7; /* padding: 0px 90px; */ margin: 5px 0 12px; } ol.bio-wrap li div.reply { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; padding: 5px 25px; box-sizing: border-box; } /*pagination*/ .pagination-area ul .page-item .page-link { background: var(--main-txt-color); color: #ffffff; } /* =WordPress Core -------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float: right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto; } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; 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: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .gallery-caption { color: #8d8d8d; } .bypostauthor { font-weight: 600; } .wp-block-embed.is-type-video iframe { width: 100%; } .menu-item-has-children>.dropdown-item::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; transform: rotate(-90deg) !important; } .form-control-mob { width: 85%; } .bottom-20{ padding-bottom: 20px; } aside .blog-sidebar ul li{ padding-bottom: 10px; } aside .blog-sidebar ul li a { font-size: 1rem; display: inline-block; text-decoration: none; color: #2c2c2c; font-family: 'Poppins', sans-serif; font-weight: 600; cursor: pointer; margin-bottom: 1rem!important; border-bottom: 1px solid #ddd; } aside .blog-sidebar{ padding: 20px; background-color: #f8f9fa!important; margin-bottom: 20px; } footer .blog-sidebar ul li{ padding-bottom: 10px; } footer .blog-sidebar ul li a{ color: white; }