* {
    margin: 0px;
    padding: 0px;
}


/*===========Slider-bg-CSS==========*/


.bg-1-left img {
    height: 150px;
    width: 100%;
}

.bg-left-title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.title-bt {
    color: #6c757d;
    font-size: 13.5;
}

.bg-1-right {
    padding-left: 20px;
}

.blog-img-1 img {
    width: 120px;
    height: 80px;
}

.h3-title {
    font-size: 16px;
    font-weight: bold;
}

/*.section-3 {background-color:#000;}*/
.section-3-bg {
    background-color: #e8f3ec;
    border: 2px solid #000;
}

.btn-ct {
    color: #fff;
    border-radius: 5px;
    background-color: red;
    padding: 10px 6px 10px 6px;
    border: none !important;
    margin-right: 15px;
}

.btn-ct:hover {
    color: #fff !important;
    background-color: #000;
}

.popular-h3 {
    font-size: 24px;
    font-weight: bold;
}

.popular-img-left img {
    max-width: 200px;
    height: 100px;
}

.poplr {
    font-size: 18px;
    font-weight: bold;
}

.big-title-1 {
    font-size: 48px;
    font-weight: bold;
}

.footer-1 {
    background-color: #ef4f23;
}

.top-1 {
    background-color: #ef4f23;
}

.s-icon {
    margin-left: 20px !important;
}

.ft-title {
    font-size: 17px;
    font-weight: 500;
}

.ft-text {
    padding-top: 30px;
}

.link-bt {
    padding-bottom: 20px;
}

.link-bt i {
    margin-right: 20px;
}

.white-text {
    color: #fff;
}


@media only screen and (max-width:1024px) {
    .bnr-lt {
        padding: 15px !important;
    }

    .bnr-rt {
        padding: 15px !important;
    }

    .bnr-tp {
        padding: 15px !important;
    }

    .bnr-tp {
        padding: 15px !important;
    }

    .cat-1 .widget_search {
        display: none !important;
    }

    /* 	#sidebar{ display:none;}	 */
    /* 	.mo-title{ display:none;} */
    .navbar-toggler {
        margin-left: 70%;
    }

    .footer .link-bt {
        display: block;
    }
}

@media only screen and (max-width:500px) {
    .footer-1 .ft-2 .social-icon ul {
        display: flex !important;
        justify-content: center;
        padding: 5px 0px;
    }

    .bnr-lt {
        padding: 15px !important;
    }

    .bnr-rt {
        padding: 15px !important;
    }

    .bnr-tp {
        padding: 15px !important;
    }

    .bnr-tp {
        padding: 15px !important;
    }

    .cat-1 .widget_search {
        display: none !important;
    }

    .section-4 {
        display: none !important;
    }

    /* 	#sidebar{ display:none;}	 */
    /* 	.mo-title{ display:none;} */
    .navbar-toggler {
        margin-left: 70%;
    }
}

@media only screen and (max-width:480px) {
    .info-1 {
        line-height: 1.5;
        font-size: 16px;
        padding: 15px;
        height: 140px;
    }

    .bnr-tp {
        padding: 15px !important;
    }

    .cat-1 .widget_search {
        display: none !important;
    }

    .section-4 {
        display: none !important;
    }

    /* 	#sidebar{ display:none;}	 */
    /* 	.mo-title{ display:none;} */
    .navbar-toggler {
        margin-left: 70%;
    }

    .logo-fb {
        text-align: center;
    }
}

@media only screen and (max-width:360px) {
    .bnr-lt {
        padding: 15px !important;
    }

    .bnr-rt {
        padding: 15px !important;
    }

    .bnr-tp {
        padding: 15px !important;
    }

    .cat-1 .widget_search {
        display: none !important;
    }

    .section-4 {
        display: none !important;
    }

    /* 	#sidebar{ display:none;}	 */
    /* 	.mo-title{ display:none;} */
    .navbar-toggler {
        margin-left: 70%;
    }
}

/* Single */

.number {
    display: inline-block;
}

.masonry {
    columns: 4;
    column-gap: 16px;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-button .blue {
    color: #fff;
    background-color: #0d7db3;
}

@media (max-width: 1200px) {
    .masonry {
        columns: 3;
    }
}

@media (max-width: 992px) {
    .masonry {
        columns: 2;
    }
}

.masonry .grid {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}

.masonry .grid:before {
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*     background-color: rgba(0, 0, 0, .2); */
}

.masonry .grid img {
    width: 100%;
    border-radius: 5px;
}

.masonry .grid__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
}

.masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}

.masonry .grid__tag {
    background-color: rgb(255 255 255 / 88%);
    color: #333;
    border-radius: 0;
    padding: 5px 5px;
    text-align: center;
    border-top: 4px solid #ef4f23;
}

.mt-auto {
    margin-top: auto;
}

.masonry .grid__tag span {
    font-size: 14px;
}

.masonry .grid__tag a {
    color: #000;
    text-decoration: none;
}

.grid__tag p {
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}


.masonry {
    columns: 4;
    column-gap: 16px;
}

@media (max-width: 1200px) {
    .masonry {
        columns: 3;
    }
}

@media (max-width: 992px) {
    .masonry {
        columns: 2;
    }
}

.masonry .grid,
.sidebar-grid {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}

.masonry .grid:before {
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*     background-color: rgba(0, 0, 0, .2); */
}

.masonry .grid img,
.sidebar-grid img {
    width: 100%;
    border-radius: 5px;
}

.masonry .grid__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
}

.masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}

.masonry .grid__tag {
    background-color: rgb(255 255 255 / 88%);
    color: #333;
    border-radius: 0;
    padding: 5px 5px;
    text-align: center;
    border-top: 4px solid #ef4f23;
}

.mt-auto {
    margin-top: auto;
}

.masonry .grid__tag span {
    font-size: 14px;
}

.masonry .grid__tag a {
    color: #000;
    text-decoration: none;
}

.grid__tag p {
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}

#photos .card-container a {
    color: #000;
    text-decoration: none;
}


#photos .card-container .card:hover a {
    color: #ef4f23;
}


#photos .card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vmin;
    overflow: hidden;
    transform: skew(5deg);
}

#photos .card-container .card {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 50vmin;
    position: relative;
    display: block;
}

#photos .card-container .card .card__head {
    color: #000;
    background: #ef4f23;
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    white-space: nowrap;
}

#photos .card-container .card:hover {
    flex-grow: 2;
}

#photos .card-container .card:hover img {
    filter: grayscale(0);
}

#photos .card-container .card:hover .card__head {
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    transform: rotate(0deg) skew(-5deg);
}

#photos .card-container .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}

#photos .card-container .card:not(:nth-child(6)) {
    margin-right: 1em;
}

#id01 .tag {
    font-weight: 500;
}

#id01 .main-content {
    text-align: justify;
    max-width: 85%;
    margin: 20px auto 0 auto;
}

.single-photos .sticky-top {
    top: 50px;
    z-index: 1000;
}
.auth-social-follow ul {
    display: flex;
    padding-left: 0;
    gap: 5px;
}
.auth-social-follow ul li {
    list-style: none !important;
}

/* contact Page  */
.contact-detail-box .bg-box {
    padding: 20px;
    background: #ef4f2312;
    height: 100%;
}
.contact-detail-box .bg-box {
    padding: 20px;
    background: #ef4f2312;
    height: 100%;
}
.contact-detail-box .bg-box > strong {
    display: block;
    margin-bottom:10px !important;
}
.contact-detail-box .bg-box a{
    font-weight:600;
}

.contact-detail-box ul{
    padding-left:0 !important
	margin-bottom:0 !important;
}
.contact-detail-box .social-icon  ul li{
    margin-bottom:0 !important;
}
.row-gap{
	row-gap:30px;
}

.custom-logo{
	width:195px;
}
.footer-2 .custom-logo {
	filter: brightness(0) invert(1);
}
