/*
Theme Name: My Custom Theme
Theme URI: https://yourwebsite.com/theme
Author: Pradeep Kushwah
Author URI: https://yourwebsite.com
Description: This is my first custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: my-custom-theme
Tags: custom-background
*/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Poppins";
}
.header-site-arrow i{
	font-size:20px;
	display:none;
}
.site-header .top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
}
.site-header {
    padding-bottom: 83px;
}
.site-header .nav-link {
    padding: 0;
}
.site-header .navbar {
    display: unset;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
	padding: 20px 0;
	box-shadow: -1px 2px 8px -4px rgba(0, 0, 0, 0.25);
	z-index:9;
}
.site-header .navbar-brand img {
    height: 70px;
    object-fit: contain;
}
.site-header .navbar-brand {
    padding: 0;
}
.site-header .head-right-text a {
    text-decoration: none;
	font-size:16px;
}
.call-no {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}
.call-no a {
    text-decoration: none;
    color: #09a3e4;
}
.creating-btn {
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    font-family: "Oswald";
    display: inline-block;
}
.site-header .navbar-nav {
    gap: 15px;
}
.cart-btn {
    font-size: 15px;
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    background-color: #09a3e4;
    padding: 8px 18px;
}

.login-btn {
    font-size: 13px;
    color: #000;
    font-family: "Oswald";
    text-transform: uppercase;
    border: 1px solid #09a3e4;
    padding: 12px 5px;
    font-weight: 700;
}
.bottom-header {
    background-color: #00afef;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-header .btm-head-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.btm-head-list .dropdown button {
    background: none;
    border: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Oswald";
}
.btm-head-list .dropdown-menu a {
    font-size: 16px;
    background: none;
    color: rgba(4, 48, 137, 1);
    padding: 5px 0px;
    font-weight: 400;
    border-bottom: 1px solid #09a3e4;
    text-transform: inherit;
}
.btm-head-list .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.btm-head-list .dropdown-menu {
    padding: 0 10px;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}
.bottom-header ul li a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Oswald";
}
.nav-search .search-circle {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: white;
    padding: 13px;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
}
.nav-search .dropdown-menu.show {
    right: 0;
    left: unset;
    background: none;
    border: 0;
    padding: 0;
    margin-top: 30px;
    width: 300px;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
    font-family: "Oswald";
    font-size: 13px;
    border: 0;
    background: #000;
    color: #fff;
}
.nav-search input {
    width: 100%;
    height: 40px;
    padding: 5px;
}
.mobile-head-icon i,
.mobile-head-icon a {
    display: none;
	font-size:16px;
}
.mobile-sidebar.offcanvas {
    display: none;
}
.head-right-text{
	list-style:none;
	padding-left:0;
}

/* Footer */
.footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    padding-bottom: 30px;
    display: inline-block;
}
.footer-logo img {
    height: 54px;
    object-fit: contain;
}
.visa-img {
    padding-top: 15px;
}
.footer-menu-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.site-footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.go-main-site a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
.footer-menu a {
    padding-bottom: 6px;
}
.site-footer {
    background-color: #ececec;
    padding-bottom: 30px;
}
.contact-info p {
    margin-bottom: 3px;
}
.contact-info {
    margin-bottom: 1rem;
}
.deliver-info {
    text-align: center;
    border-top: 1px solid rgba(113, 113, 113, 0.46);
    padding-top: 16px;
    margin-top: 10px;
}
.deliver-info .footer-menu-title {
    font-size: 18px;
}
.deliver-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.deliver-info ul a {
    font-size: 16px;
    color: #000;
}
.follow-us {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #fff;
    padding: 23px 0;
    margin-bottom: 30px;
}
.follow-us h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.follow-us .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.follow-us .social-list li a {
    font-size: 24px;
    width: 41px;
    height: 41px;
    font-size: 27px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

/* blog listing */
.blog-search-box {
	margin-top:-30px;
    margin-bottom: 60px;
	position:relative;
	z-index:1;
}
.blog-search-box label{
	width:100%;
}
.blog-search-box input{
	width: 100%;
    padding: 20px;
	padding-right: 50px;
	font-size: 18px;
    border-radius: 10px;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	outline:0;
}
.blog-search-box .search-submit {
    border: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 0;
}
.blog-search-box .search-form{
	position:relative;
}
.blog-cetegory{
	margin:60px 0;
}

.blog-cetegory ul{
	align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
	width: 100%;
    overflow: auto;
}
.blog-cetegory ul li a{
	color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.blog-cetegory ul li {
    margin-right: 25px;
}
.blog-cetegory ul li .active {
    background: #f3f3f4;
    border-radius: 8px;
    color: #000;
    display: block;
    padding: 10px 30px;
}

.blog-banner{
	position:relative;
}
.blog-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0000003b;
}

.blog-top-content{
	margin-bottom:40px;
}
.blog-banner img{
    height: 675px;
	object-fit:cover;
	width:100%;
}
.banner-conetnt {
    position: absolute;
    bottom: 75px;
    left: 75px;
	z-index:1;
}
.blog-read-btn{
	padding:12px 30px;
    background-color: #fff;
    border-radius: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
	display: inline-block;
}
.banner-conetnt .featured-blog-caption {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .25px;
    margin-bottom: 15px;
	color:#fff;
}
.banner-conetnt .blog-main-title{
	color:#fff;
}
.blog-banner .owl-dots {
    position: absolute;
    right: 75px;
    bottom: 75px;
}
.blog-banner-slide.owl-theme .owl-dots .owl-dot.active span, .blog-banner-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.blog-banner-slide.owl-theme .owl-dots {
	position:absolute;
	right:75px;
	bottom:75px;
	display:flex;
	align-items:center;
	gap:10px;
}
.blog-banner-slide.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0;
	background: #d9d9d9;
}
.blog-listing {
    padding: 70px 0;
}

.blog-main-title {
    padding-bottom: 30px;
    font-family: "Oswald";
    font-size: 55px;
    font-weight: 500;
    color: rgba(4, 133, 187, 1);
    font-family: "Oswald";
}

.blog-box {
    padding: 20px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
    border: 0px solid #ffffff;
    background-color: #ffffff;
    height: 100%;
}

.blog-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-date {
    font-size: 16px;
    color: rgba(105, 105, 105, 1);
    font-weight: 400;
}

.blog-box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}
.blog-box h2 a {
    color: #000;
}

.blog-content {
    padding-top: 20px;
}

.blog-content a {
    text-decoration: none;
}

.blog-content p {
    padding-top: 10px;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.blog-following-wrp .blog-box img {
    height: 250px;
}

.blog-following-wrp {
    margin: 25px 0;
}

/* blog-detail */
.blog-detail-img {
    margin-bottom: 25px;
}
.blog-detail-img p {
    display: none;
}
.blog-banner-content h2 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    font-family: "Oswald";
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
    z-index: -1;
}

.blog-banner-content h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #00afef;
    left: 0;
    bottom: 0;
}

.blog-banner-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-detail {
    padding: 70px 0;
}

.blog-detail-img img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}

.blog-detail-deac .blog-date {
    font-size: 18px;
    color: rgba(105, 105, 105, 1);
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-detail-deac figure img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}
.blog-detail-deac h2 {
    font-size: 30px;
    color: #00afef;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-detail-deac p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 10px 0 30px;
    margin-bottom: 0;
}

.popular-blog-head {
    padding-bottom: 20px;
}

.popular-blog-head h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Oswald";
    margin-bottom: 0;
}

.popular-blog {
    padding: 25px 15px 15px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.18);
    margin-bottom: 20px;
}
.popular-blog ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.popular-blog a {
    text-decoration: none;
    color: #6c757d;
    font-size: 15px;
}

.popular-blog-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.popular-blog-list li {
    display: flex;
    gap: 15px;
    border-top: 1px solid #d9d9d9;
    padding: 6px 0;
}

.popular-blog-list li img {
    height: 106px;
    width: 130px;
    object-fit: cover;
    min-width: 130px;
}

.popular-blog-list li h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 7px;
}

.popular-blog-list li p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.entry-tags ul li a {
    padding: 5px 10px;
    border: 1px solid #00afef;
    color: black;
    border-radius: 5px;
    display: block;
    transition: 0.2s ease-in;
    width: fit-content;
    text-align: center;
}
.entry-tags ul li a:hover {
    background-color: #00afef;
    color: #fff;
}
.entry-tags ul {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.bottom-header .dropdown-menu {
    padding: 30px;
    border: 2px solid black;
    border-radius: 0;
}
.bottom-header .design-menu {
    width: 1180px;
}
.bottom-header .design-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
}
.bottom-header .design-menu li a {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-color: #ffffff;
    background-color: #ffffff;
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
}
.bottom-header .list-menu li a {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
.bottom-header .design-menu li a img {
    width: 100%;
    height: auto;
}
.bottom-header .design-menu li a p {
    color: black;
    margin: 10px 0px;
    font-size: 14px;
}

/* Media css */

@media only screen and (max-width: 1399px) {
    .blog-box h2 {
        font-size: 18px;
    }
	.blog-search-box input {
    padding: 15px 20px;
    padding-right: 50px;
}
	.blog-banner img {
    height: 500px;
	}
}

@media only screen and (max-width: 1199px) {
    .blog-following-wrp .blog-box img {
        height: 200px;
    }
    .bottom-header ul li a {
        font-size: 18px;
    }
    .call-no {
        font-size: 25px;
    }
    .creating-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
    .site-header .navbar-brand img {
        height: 55px;
    }
    .blog-main-title {
        padding-bottom: 25px;
        font-size: 45px;
    }
	.blog-banner img {
    height: 400px;
	}
	.banner-conetnt{
		left:30px;
	}
}

@media only screen and (max-width: 991px) {
    .blog-box {
        padding: 15px;
    }

    .blog-box img {
        height: 200px;
    }

    .popular-blog-list li h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .blog-detail-deac .blog-date {
        font-size: 22px;
    }

    .blog-detail-deac h2 {
        font-size: 22px;
    }

    .blog-detail-content {
        padding-top: 50px;
    }
    .bottom-header {
        background: none;
        padding: 0;
        display: block;
    }
    .bottom-header .btm-head-list {
        display: block;
    }
    .bottom-header ul li a {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        padding: 5px 0;
        display: inline-block;
        width: 100%;
    }

    .btm-head-list .dropdown button {
        color: #000;
        padding: 5px 0;
        font-size: 13px;
        width: 100%;
        text-align: start;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-sidebar.offcanvas {
        width: 200px !important;
        border-left: 2px solid #000000;
    }

    .offcanvas-header {
        border-bottom: 1px solid #cccccc;
    }
    .bottom-header .design-menu li a img {
        display: none;
    }
    .bottom-header .dropdown-menu {
        padding: 10px;
        position: unset !important;
        transform: unset !important;
        margin-bottom: 10px !important;
    }
    .bottom-header .design-menu {
        width: 100%;
    }
    .bottom-header .design-menu li a p {
        color: black;
        margin: 0px 0px;
        font-size: 13px;
    }
    .bottom-header .design-menu li a {
        font-size: 13px;
        width: 100%;
        background: none;
        box-shadow: unset;
        border: 0;
        align-items: start;
        padding: 2px 0px;
    }
    .bottom-header .design-menu ul {
        display: block;
    }
    .site-header {
        padding-bottom: 50px;
    }
    .mobile-head-icon i,
    .mobile-head-icon a {
        display: block;
        color: #000;
    }
    .mobile-head-icon {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .nav-search .search-circle {
        height: auto;
        width: auto;
        padding: 0;
    }
    .site-header .navbar-toggler {
        padding: 0;
        border: 0;
        box-shadow: unset;
    }
    .blog-listing {
        padding: 50px 0;
    }
    .mobile-sidebar.offcanvas .nav-search {
        display: none;
    }
    .btm-head-list .dropdown-menu a {
        font-size: 13px;
        color: #000;
        padding: 2px 0px;
        border-bottom: 0;
    }
    .login-btn {
        padding: 5px ! !important;
    }
    .mobile-sidebar.offcanvas {
        display: block;
    }
    .footer-box {
        margin-bottom: 30px;
    }
    .visa-img {
        padding-top: 0;
    }
    .footer-logo {
        padding-bottom: 15px;
    }
    .footer-menu-title {
        margin-bottom: 20px;
    }
	.mobile-head-icon .nav-search .dropdown-menu.show {
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    padding:10px;
}
	.mobile-head-icon .nav-search .dropdown{
		position:unset;
	}
	.mobile-head-icon .nav-search input {
    border: 0;
		outline:0;
}
	.mobile-head-icon .nav-search input:focus{
		    border-bottom: 1px solid #cccccc !important;
		box-shadow: 0 0 0;
	}
	.mobile-head-icon .seach-form{
    display: flex;
    align-items: center;
	}
	.mobile-head-icon .search-btn {
    position: unset;
    margin-right: 10px;
}
	.mobile-head-icon .seach-form i{
		font-size:25px;
	}
}

@media only screen and (max-width: 767px) {
    .blog-box img {
        height: 250px;
    }

    .blog-main-title {
        padding-bottom: 20px;
        font-size: 45px;
    }

    .blog-following-wrp .blog-box img {
        height: 250px;
    }

    .blog-detail {
        padding: 50px 0;
    }

    .blog-banner-content h2 {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .blog-detail-content {
        padding-top: 40px;
    }

    .blog-detail-deac h2 {
        font-size: 20px;
    }

    .blog-detail-deac .blog-date {
        font-size: 18px;
    }

    .blog-detail-deac p {
        padding: 10px 0 20px;
    }
	.blog-search-box{
		margin:30px 0;
	}
	.blog-cetegory {
    margin: 0px 0 30px;
}
	    .blog-banner-slide .banner-conetnt, .blog-banner-slide.owl-theme .owl-dots {
    bottom: 30px;
    }
	.blog-banner-slide .banner-conetnt{
		left:30px;
	}
	.blog-banner-slide.owl-theme .owl-dots{
		right:30px;
	}
	.banner-conetnt .featured-blog-caption {
    font-size: 16px;
    margin-bottom: 10px;
	}
}

@media only screen and (max-width: 575px) {
	.header-site-arrow i{
		display:block;
	}
	.header-site-text{
		display:none;
	}
	.site-header .head-right-text a {
		font-size:14px;
	}
	.site-header .navbar{
		padding:15px 0;
	}
    .site-header .navbar-brand img {
        height: 40px;
    }
    .blog-listing {
        padding: 30px 0;
    }
    .site-header {
        padding-bottom: 10px;
    }
    .blog-main-title {
        padding-bottom: 15px;
        font-size: 32px;
    }
    .deliver-info ul {
        gap: 10px;
    }
    .footer-menu-title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .deliver-info {
        margin-top: 0;
    }
    .follow-us h2 {
        font-size: 20px;
    }
	.footer-logo img {
    height: 42px;
	}
	.go-main-site a {
    font-size: 14px;
	}
	.follow-us{
		margin-bottom:20px;
	}
	.site-footer {
    padding-bottom: 20px;
}
	.blog-top-content {
    margin-bottom: 15px;
}
		    .blog-banner-slide .banner-conetnt, .blog-banner-slide.owl-theme .owl-dots {
    bottom: 15px;
    }
	.blog-banner-slide .banner-conetnt{
		left:15px;
	}
	.blog-banner-slide.owl-theme .owl-dots{
		right:15px;
	}
	.blog-cetegory ul{
		justify-content:start;
	}
	.blog-cetegory ul li .active {
    padding: 8px 20px;
}
	.blog-cetegory ul li a {
    font-size: 15px;
	}
	.blog-cetegory ul li {
    margin-right: 15px;
}
}
@media only screen and (max-width: 400px) {
    .blog-box img {
        height: 200px !important;
    }

    .blog-box h2 {
        font-size: 16px;
    }

    .blog-content p {
        padding-top: 0;
        font-size: 15px;
    }

    .popular-blog-list li {
        flex-wrap: wrap;
    }

    .popular-blog-list li img {
        height: 154px;
        width: 100%;
    }

    .popular-blog-list li p {
        font-size: 15px;
    }

    .popular-blog-list li h3 {
        margin-bottom: 7px;
    }

    .popular-blog-list li {
        padding: 10px 0;
    }

    .blog-detail-img img {
        height: 300px !important;
    }
    .footer-box {
        margin-bottom: 25px;
    }
	.blog-search-box input {
        padding: 12px 15px;
        padding-right: 50px;
        font-size: 16px;
    }
	.blog-banner img {
        height: 320px;
    }
	.blog-read-btn {
    padding: 10px 20px;
    font-size: 14px;
}
	    .banner-conetnt .featured-blog-caption {
        margin-bottom: 5px;
    }
}
