/*!
Theme Name: nathpeeth
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nathpeeth
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

nathpeeth is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

@font-face {
    font-family:'shree';
    src: url('assets/fonts/SHREE-DEV7-3690.ttf');
}

@font-face {
    font-family:'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot');
}

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    font-family: 'Poppins', sans-serif;
}
.container{
    width: 1280px;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    background: #802d00 !important;
    width: 100%;
}
.topfixed .navbar-header{
    display: none;
}
.topfixed div#nathNavbar {
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.topfixed div#nathNavbar a{
    color: #fff;
    line-height: 50px;
}
nav.nath-navbar.topfixed ul li.current-menu-item a{
    color: #fabe79 !important;
}
.topfixed div#nathNavbar a:hover{
    color:#fabe79 !important;
}
.topfixed div#nathNavbar ul.dropdown-menu li a:hover{
    color:#603913 !important;
}
.topfixed div#nathNavbar ul li:not(:last-child):before{
    background: #fff
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #BD4804; 
}
::-webkit-scrollbar-thumb:hover {
    background: #802d00; 
}
/*--------------------------- Header ---------------------------*/
nav.nath-navbar {
    border-radius: 0;
    margin: 0;
    background: transparent;
    border: unset;
}
nav.nath-navbar #logo{
    padding: 15px 0;
}
nav.nath-navbar ul li:not(:last-child):before {
    content: '';
    background: #802d00;
    width: 3px;
    height: 18%;
    position: absolute;
    top: 42%;
    right: 0;
    border-radius: 0 50px;
}
nav.nath-navbar ul li a{
    font-size: 18px;
    color: #802d00;
    line-height: 108px;
    padding: 10px 40px;
    font-weight: 600;
}
nav.nath-navbar ul li:hover a:before{
    content: '';
    background: #fabe79;
    width: 30%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 35%;
}
nav.nath-navbar ul li:hover a{
    color: #fabe79;
}
nav.nath-navbar ul li.current-menu-item a{
    color: #fabe79;
}
nav.nath-navbar ul li.current-menu-item a:before{
    content: '';
    background: #fabe79;
    width: 30%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 35%;
}
nav.nath-navbar ul li:hover ul.dropdown-menu a{
    color: #fff;
}
nav.nath-navbar ul li a:focus,nav.nath-navbar ul li a:hover{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.nath-navbar li.dropdown a.dropdown-toggle:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
	right: 15%;
	top: 5%;
    position: absolute;
    font-size: 18px;
}
nav.nath-navbar ul.dropdown-menu {
    padding: 0;
    top: 80%;
    left: 0 !important;
    background: #790000;
    border: unset;
    width: fit-content;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.nath-navbar ul.dropdown-menu li:hover{
    background: #ffc090;
}
nav.nath-navbar ul.dropdown-menu li:hover a{
    color: #603913 !important;
    font-weight: 600;
}
nav.nath-navbar ul.dropdown-menu li a{
    padding: 8px 20px !important;
    line-height: 50px;
    color: #fff;
	font-size: 16px;
}
nav.nath-navbar ul li:hover ul.dropdown-menu li a:before,nav.nath-navbar ul.dropdown-menu li:not(:last-child):before{
    content: unset;
}
nav.nath-navbar ul.dropdown-menu li a:focus{
    color: #603913;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
/*--------------------------- Footer ---------------------------*/
.nath-footer{
    background: #802d00;
    background-size: contain;
    padding: 50px 0;
}
.nath-footer .row{
    display: flex;
    align-items: center;
}
.nath-footer ul{
    list-style: none;
    line-height: 1.8;
    margin: 0;
}
.nath-footer ul li:hover a,.nath-footer ul a:hover i,.nath-footer .footer-contact-list p a:hover{
    color:#fff !important;
}
.nath-footer .footer-contact-list p a{
    color: #fabe79;
    text-decoration: none;
    font-size: 18px;
    font-weight:500;
}
.nath-footer .footer-contact-list p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color:#fabe79;
    display: flex;
    align-items: baseline;
    line-height: 1.8;
}
.nath-footer .footer-contact-list p i{
    margin-right: 15px;
    font-size: 20px;
}
.nath-footer ul.footer-list-social{
    display: flex;
    margin-bottom: 0;
    line-height: 0;
    justify-content: center;
    padding: 0;
}
.nath-footer ul.footer-list-social a{
    padding: 0 10px;
}
.nath-footer ul.footer-list-social li i{
    color: #fabe79;
    font-size: 26px;
}
.nath-footer .map-box #block-10 {
    border: 2px solid #fff;
    padding: 5px 5px 0 5px;
}
.nath-footer .map-box #block-10 p,.nath-footer .map-box #block-12 p{
	margin:0 !important;
}
.nath-footer .map-box #block-12{
	margin:30px 0 0 0;
}
footer.nath-footer #mvcwid{
    padding:0;
}
footer.nath-footer #mvcwid h3.wps_visitor_title,footer.nath-footer #mvcwid #wpsvctable {
    display: none;
}
footer.nath-footer #mvcwid div#wpsvccount img {
    background: #fff;
    padding: 5px;
    margin-right: 5px;
}
footer.nath-footer span.page-views {
    background: #fabe79;
    width: fit-content;
    font-size: 16px;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #000;
	font-weight:600;
}
footer.nath-footer span.page-views:before {
    content: 'Website Visitors Counter : 0040';
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    padding: 20px 0;
    font-size: 16px;
    color:#802d00;
    font-weight: 500;
}
.copyright-wrap p{
    margin-bottom:0;
}
.copyright-wrap a{
    text-decoration: none;
    color:#000;
}
.copyright-wrap a:hover{
    color: #fabe79;
}
/*--------------------------- Elementor ---------------------------*/
.nath-max-wd-title .elementor-widget-container{
    width: fit-content !important;
    margin: 0 auto 20px;
}
.nath-max-wd-title:before{
    content: '';
    background: url(img/nath-about-left-img.png);
    position: absolute;
    height: 43px;
    width: 100%;
    top: -5%;
    left: 5%;
    background-size: contain;
    background-repeat: no-repeat;
}
.nath-max-wd-title:after{
    content: '';
    background: url(img/nath-about-right-img.png);
    position: absolute;
    height: 43px;
    width: 100%;
    top: -5%;
    right: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.nath-home-list-wrap .elementor-background-overlay{
    background: url('img/nath-home-list-left-img.png'),url('img/nath-home-list-right-img.png');
    background-repeat:no-repeat,no-repeat;
    background-position: 0 50%,100% 0;
}
.nath-home-list-wrap .list-img img{
    border:5px solid #802D00;
    border-radius: 50%;
    transition: all 1s ease;
}
.nath-home-list-wrap .list:hover .list-img img{
    border:5px solid #fff;
    transform: scale(1.15);
}
.nath-hero-wrap{
    overflow: hidden;
}
.nath-hero-wrap .elementor-column-gap-default:before{
    content: '';
    background: #7a390e;
    height: 45%;
    width: 80%;
    position: absolute;
    top: 20%;
    left: 0;
    z-index: -1;
    border-radius: 0 0 0 80px;
}
.nath-hero-wrap .nath-hero-text{
    margin-bottom: 0 !important;
}
.nath-hero-wrap .nath-hero-text p{
    margin-bottom: 0 !important;
}
.nath-hero-wrap .hero-content-bottom,.nath-home-about-wrap .about-content-bottom,.nath-inner-head-wrap .about-content-bottom{
    animation: upDown 5s infinite linear;
}
@keyframes upDown {
    0%, 100% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.nath-hero-wrap .hero-img{
    height: 581px;
}
.nath-hero-wrap .hero-img-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    animation: rotation 30s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.nath-main-about-wrap{
    background: url('img/nath-home-about-left-01.png'),url('img/nath-home-about-left-02.png'),
    url('img/nath-home-about-right-01.png'),url('img/nath-home-about-right-02.png');
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: 0 10%,0 90%,100% 10%,100% 90%; 
}
.nath-home-about-wrap .elementor-column-gap-default:before{
    content: '';
    background: #FBB577;
    height: 60%;
    width: 80%;
    position: absolute;
    top: 23%;
    right: 0;
    border: 2px solid #E89432;
    border-radius: 0 0 80px 0;
}
.nath-home-bt-slider .elementor-swiper .swiper-slide{
    border-radius: 0 100px 0 100px;
	display: flex;
    align-items: center;
}
.nath-home-bt-slider:before{
    content: '';
    background: url(img/nath-home-slider-before.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 5%;
    left: 5%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
}
.nath-home-bt-slider:after{
    content: '';
    background: url(img/nath-home-slider-before.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 5%;
    right: 5%;
    background-repeat: no-repeat;
    background-position: right;
}
.nath-home-bt-slider .elementor-swiper .swiper-slide h3 {
    margin: 0 0 20px 0;
    font-size: 42px;
    color: #BD4804;
    font-weight: 700;
}
.nath-home-wp-wrap .left-wrap .elementor-background-overlay{
    background: url('img/nath-wp-left-img.png'),url('img/nath-wp-right-img.png');
    background-repeat:no-repeat,no-repeat;
    background-position:-150px -40px,280px 130px;
}
.nath-inner-head-wrap .elementor-column-gap-default:before{
    content: '';
    background: #7A390E;
    height: 40%;
    width: 80%;
    position: absolute;
    top: 37%;
    right: 0;
    border-radius: 0 100px 0 0;
}
.nath-inner-head-wrap:before{
    content: '';
    background: #faa456;
    height: 55%;
    width: 100%;
    position: absolute;
    top: 20%;
}
.nath-inner-head-wrap .head-text .elementor-widget-container{
    width: fit-content;
    margin: 0 auto;
}
.nath-inner-head-wrap .head-text .elementor-widget-container h2{
    position: relative;
}
.nath-inner-head-wrap .head-text .elementor-widget-container h2:before{
    content: '';
    background: #7A390E;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 45%;
}
.nath-inner-head-wrap .head-text .elementor-widget-container h2:after{
    content: '';
    background: #7A390E;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    top: 45%;
}
.nath-social-icon .fab.fa-instagram{
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  	border-radius: 10px;
}
.nath-inner-page-bgo{
	background: url('img/nath-inner-left-01.png'),url('img/nath-inner-left-02.png'),
    url('img/nath-inner-right-01.png'),url('img/nath-inner-right-02.png');
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: 0 10%,0 100%,100% 10%,100% 100%; 
}
.nath-seva-head-text h2 {
    width: fit-content;
    margin: 0 auto;
    background: #FEE5CE;
    padding: 0 50px;
}
.nath-inner-page-bgo .nath-head-text .elementor-widget-container{
    width: max-content !important;
    margin: 0 auto;
    position: relative;
}
.nath-inner-page-bgo .nath-head-text .elementor-widget-container:before{
    content: '';
    background: url(img/nath-inner-content-head-text-left-img.png);
    position: absolute;
    height: 21px;
    width: 39px;
    top: 20%;
    left: -60px;
}
.nath-inner-page-bgo .nath-head-text .elementor-widget-container:after{
    content: '';
    background: url(img/nath-inner-content-head-text-right-img.png);
    position: absolute;
    height: 21px;
    width: 39px;
    top: 20%;
    right: -60px;
}
.nath-inner-page-bgo .nath-sub-head-text h2 {
    width: fit-content;
    margin: 0 auto;
    background: #7A390E;
    padding: 10px 80px;
    border-radius: 50px;
}
.nath-award-text h2 {
	width: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 15px 50px;
}
.nath-award-list-text h2 {
	width: fit-content;
    margin: 0 auto;
    background: #7A390E;
    padding: 15px 50px;
}
.nath-inner-page-bgo.wd-text .nath-sub-head-text h2 {
    padding: 10px 30px;
}
.nath-feedback-form .elementor-message.elementor-message-success{
	background: #28a745!important;
    padding: 10px 50px;
    width: fit-content;
    margin: 30px auto 0;
    border-radius: 5px;
}
/*--------------------------- Responsive ---------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .container {
        width: 100%;
    }  
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container {
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container {
        width: 100%;
    }
}

@media(min-width: 320px) and (max-width: 480px){
    .container {
        width: 100%;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-toggle .icon-bar{
        background: #fff;
        width: 30px;
        height: 2px;
        margin-bottom: 7px;
    }
    .navbar-toggle{
        margin-top: 15px;
        margin-bottom: 0;
        margin-right: 0;
        background: #802d00;
        padding: 10px 10px 5px 10px;
        border-radius: 0;
    }
    nav.nath-navbar.topfixed #logo{
    	width: 50px;
    	height: 50px;
    }
    nav.nath-navbar.topfixed .navbar-toggle{
    	margin-top: 5px;
    }
    .topfixed div#nathNavbar a:hover {
	    color: #802d00 !important;
	}
	nav.nath-navbar.topfixed ul.dropdown-menu li a{
		line-height: 20px !important;
	}
    nav.nath-navbar div#nathNavbar {
        padding: 0 15px;
        background: #fabe79;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    nav.nath-navbar .navbar-header{
        padding: 10px 15px;
    }
    nav.nath-navbar #logo {
        width: 80px;
        height: 80px;
        padding: 0;
    }
    nav.nath-navbar #logo img {
        max-width: 100%;
        max-height: 100%;
    }
    nav.nath-navbar ul li a {
        color: #fff;
        line-height: 40px;
        padding: 5px 20px;
    }
    nav.nath-navbar ul li:not(:last-child):before {
        content: unset;
    }
    nav.nath-navbar ul li:hover a{
        color: #802d00;
    }
    .copyright-wrap p{
        text-align: center;
    }
    .copyright-wrap p.text-left{
        margin-bottom: 20px;
    }
    .nath-footer .row{
        display: unset;
    }
    .nath-footer .row .col-md-4{
        padding: 50px 15px;
    }
    .nath-footer .footer-contact-list p,.nath-footer .footer-contact-list p a{
        font-size: 16px;
    }
    .nath-footer .footer-contact-list p{
        justify-content: center;
        text-align: center;
    }
    .nath-hero-wrap .hero-img {
        height: 450px;
    }
    .nath-hero-wrap .elementor-column-gap-default:before {
        height: 70%;
        width: 90%;
        top: 30%;
        left: 5%;
        border-radius: 0 0 80px 80px;
    }
    .nath-max-wd-title:before,.nath-max-wd-title:after,.nath-home-bt-slider .elementor-swiper .swiper-slide:before,.nath-home-bt-slider .elementor-swiper .swiper-slide:after{
        content: unset;
    }
    .nath-max-wd-title .elementor-widget-container {
        margin: 0 auto;
    }
    .nath-home-about-wrap .elementor-column-gap-default:before {
        height: 62%;
        width: 100%;
        top: 40%;
        border-radius: 0 0 50px 50px;
    }
    .nath-home-bt-slider:before,.nath-home-bt-slider:after {
        content: unset;
    }
    .nath-hero-wrap .hero-img-bg{
        left: 1%;
    }
    .nath-hero-wrap .hero-img-bg img{
        width: 400px;
    }
	.topfixed .navbar-header{
        display: block;
    }
    .topfixed div#nathNavbar{
        display: none !important;
    }
    .topfixed div.collapse.in#nathNavbar{
        display: block !important;
    }
    .nath-inner-head-wrap .elementor-column-gap-default:before {
        height: 70%;
        width: 90%;
        top: 30%;
        left: 5%;
        border-radius: 0 0 50px 50px;
    }
    .nath-inner-head-wrap:before{
        content: unset;
    }
    .nath-inner-head-wrap .head-text .elementor-widget-container h2{
        color:#fff !important;
    }
    .nath-inner-head-wrap .head-text .elementor-widget-container h2:before,.nath-inner-head-wrap .head-text .elementor-widget-container h2:after{
        background: #fff;
    }
    .nath-inner-page-bgo{
    	background: unset;
    }
	.nath-seva-head-text h2{
    	width: 100%;
    	padding: 0;
    }
	nav.nath-navbar ul li.current-menu-item a {
	    color: #790000;
	}
	nav.nath-navbar li.dropdown a.dropdown-toggle:after {
	    left: 25%;
	    right: unset;
	}
	nav.nath-navbar ul.dropdown-menu{
		background: #790000 !important;
		padding: 10px 0;
	}
	nav.nath-navbar ul.dropdown-menu li a {
	    padding: 15px 20px !important;
	}
	.nath-inner-page-bgo .nath-sub-head-text h2 {
	    padding: 15px 10px;
	}
	.nath-inner-page-bgo .nath-head-text .elementor-widget-container {
	    width: unset !important;
	    margin: 0 20px;
	}
	.nath-inner-page-bgo .nath-head-text .elementor-widget-container:after{
		right:0;
	}
	.nath-inner-page-bgo .nath-head-text .elementor-widget-container:before{
		left:0;
	}
	.nath-feedback-form .elementor-message.elementor-message-success{
		padding: 10px 20px;
		font-size: 16px !important;
		font-weight: 500 !important;
	}
	footer.nath-footer span.page-views{
		 padding: 5px 10px;
	}
}