/*
Theme Name: laxmiexports.co.in
Author: Algopage Team
Theme URI: https://laxmiexports.co.in/
Author URI: https://www.algopage.com/
Description: 
Version: 1.0.3
*/


#rmp-menu-title-573 {
    display: none;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary);
}
#rmp-container-573 {
    background-color: var(--black);
}
/* 
.mainmenubg {
    background: var(--primary);
} */
.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
    background: var(--white);
    border-radius: 100px 0 0;
}

.menucontainer li:last-child a {
    padding-right:0;
}
.menubar {
    padding: 0;
}
.menutop li {
    display: inline-block;
    position: relative;
}
.menutop li a {
    display: inline-grid;
    font-size: 16.5px;
    padding: 0 19px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    color: #000 !important;
    border-right: 1px solid var(--primary);
    line-height: 20px;
}
.menutop li:last-child a {
    border: none;
}
.menutop li a:hover, .menutop li.current-menu-item a {
    color:var(--black);
}
.menutop li a:hover, .menutop li.current-menu-item a {
    color: var(--black);
}
.menutop .current-menu-parent:after {
    color:var(--primary);
}
.menutop li.menu-item-has-children:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f107';
    color: var(--black);
    font-size: 11px;
    position: absolute;
    right: 8px;
    top: 30px;
    cursor: pointer;
}
.menutop .sub-menu li.menu-item-has-children:after {
	content:'\f0da';
	color:#ddd;
	font-size:14px;
	right:10px;
	top:10px
}
.menutop .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
width: 330px;
    padding: 0;
background: #fff;
*zoom:1
}

.menutop .sub-menu .sub-menu {
	top:0;
	left:100%;
}
.menutop .sub-menu li {
    width: 100%;
    text-align: left;
}
.menutop .sub-menu li, .menutop .sub-menu li a {
	float:none;
	margin:0;
	padding:0;
	border:0;
	white-space:normal
}
.menutop .sub-menu li a {
    position: relative;
    display: block;
    color: #333;
    padding: 7px 19px;
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 12px;
    border-bottom: solid 1px #e8e7e7;
}
.menutop .sub-menu li:last-child a{
border-bottom:none;
}
.menutop .sub-menu li:last-child a {
    background: none;
}
.menutop .sub-menu li a:before {
	font-family:'Font Awesome 5 Free';
	font-weight:bold;
	content:'\f105';
	font-size:12px;
	color:#454545;
	margin-right:8px
}
.menutop .sub-menu li a {
    border-radius: 0;
}
.menutop .sub-menu li:hover a:before {
    color: var(--white);
}
.menutop .sub-menu li a:hover {
    color: var(--white);
    background: var(--primary);
}
.menutop .sub-menu li.current-menu-item a {
    color: var(--white);
    background: var(--primary);
}
.menutop .sub-menu li.current-menu-item .sub-menu a {
	background:none;
	color:#000;
}
.menutop .sub-menu li.current-menu-item .sub-menu li a:hover {
	color:#fff;
	background:var(--primary)
}
.menucontainer .menuicon, .menucontainer .menutopmob {
	display:none
}
.menuicon {
	display:block;
	padding:10px;
	margin-top:25px;
	border:1px solid #ddd
}
.menuicon i {
	float:right;
	font-size:18px
}
.menucontainer .menutopmob {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	width:100%;
	z-index:99999;
	margin-top:2px;
	background:#00f
}
.menucontainer .menutopmob li a {
	display:block;
	font-size:12px;
	color:#eee;
	text-transform:none;
	font-weight:400;
	line-height:19px;
	padding:4px 10px;
	margin:0;
	border-bottom:1px solid #ccc
}
.menutopmob .sub-menu li a {
	padding-left:20px;
	font-size:11px
}
.menutopmob .sub-menu li .sub-menu a {
	padding-left:30px
}
article.post {
	background:#f2f2f2;
	border:1px solid #eee;
	padding:20px;
	margin-bottom:30px
}
article.singlepost img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
article.post img {
	height:auto;
	width:100%;
	margin-bottom:15px
}

article.post h2 {
	padding:0 0 15px
}
article.post h2 a {
	color:#000
}
article.post h2 a:hover {
	color:#00f
}
article.singlepost p {
    text-align: justify;
}
article.singlepost p.posted {
    color: var(--secondary);
    font-weight: 500;
}
.metabars span {
	display:block;
	font-size:14px;
	padding:6px 0
}
.metabars i {
	color:#00f;
	font-size:14px;
	margin-right:5px;
	width:20px;
	text-align:center
}
.metabars .commentcount {
	padding-top:10px
}
.singlepost h3 {
	margin-top:15px
}
.singlepost h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.singlepost .postthumb img {
	height:auto;
	width:100%;
	margin:5px 0 15px
}
.singlepost .metabars {
	padding-top:15px;
	margin-top:10px;
	border-top:1px solid #e5e5e5
}
.comments {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px 25px 15px;
    margin-top: 30px;
    border-radius: 4px;
}
.comments h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
}
.commentlist {
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	margin-bottom:25px
}
.comments .comment, .comments .pingback {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	list-style:none outside none
}
.secondarypage .comments ul li:before {
	display:none
}
.comments .children {
	margin-left:40px
}
.comment-author {
	font-size:13px;
	font-weight:700;
	text-transform:capitalize
}
.comment-author .avatar {
	display:none
}
.comment-meta {
	font-size:12px;
	font-style:italic;
	padding:0 0 10px
}
.comment-body .reply a {
	float:right;
	border:1px solid #ccc;
	padding:5px 14px;
	font-size:14px;
	color:#00f
}
.comment-body .reply a:hover {
	background:#00f;
	color:#fff;
	border-color:#00f
}
.comment-respond {
	clear:both
}
.comment-form-cookies-consent label {
	margin:0 0 0 6px;
	padding:0;
	font-size:12px;
	font-style:italic
}
form#commentform label {
    font-weight: 500;
}
form#commentform textarea, 
form#commentform input[type="text"] {
    background: #fff;
}
.comments_count a {
	font-size:14px;
	line-height:22px;
	padding:4px 10px;
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-icab-border-radius:3px;
	border-radius:3px;
	-opera-border-radius:3px;
	-o-border-radius:3px;
	-border-radius:3px;
*zoom:1
}
.comments_count a:before {
	content:'';
	display:block;
	width:0;
	height:0;
	border-width:5px;
	border-style:solid;
	border-bottom:0 none;
	border-left:0 none;
	border-right-color:transparent;
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px
}
/* SIDEBAR SECTION CSS */

.sidebar {
    padding: 30px 25px 25px;
    border: 1px dotted #f7d465;
    background: #f7d46512;
    border-radius: 15px;
}
.sidebar form{
    position: relative;
}
.sidebar form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary);
    border: none;
    height: 47px;
    width: 47px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    border-radius: 50%;
    font-size: 15px;
}
.sidebar form input[type="search"] {
    padding: 14px 20px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 50px;
    line-height: normal;
    font-size: 15px;
}
.sidebar ul li {
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0000001c;
}
.sidebar ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar ul li img.wp-post-image {
    border-radius: 8px;
}
.sidebar h3.wp-block-heading {
    margin: 18px 0 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
}

.sidebar h3.wp-block-heading:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: var(--primary);
    border-radius: 20px;
}
.sidebar ul li.wp-block-pages-list__item {
    position: relative;
    padding-left: 20px;
}

.sidebar ul li.wp-block-pages-list__item:before {
    position: absolute;
    content: '\f0a4';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    color: var(--primary);
    left: 0;
    font-size: 14px;
    top: 1px;
}
.postpagination {
	padding-top:10px
}
.postpagination a {
	display:inline-block;
	color:#00f;
	font-size:14px;
	border:1px solid #ccc;
	padding:9px 15px
}
.postpagination a:hover {
	background:#00f;
	color:#fff;
	border-color:#00f
}
.postpagination a i {
	font-size:15px;
	padding-right:5px
}
.alignleft {
	float:left
}
.alignright {
	float:right
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
img.alignleft {
	margin:5px 20px 5px 0
}
img.alignright {
	margin:5px 0 5px 20px
}
img.aligncenter {
	margin:5px auto
}
img.alignnone {
	margin:5px 0
}


.envira-gallery-wrap, .envira-gallery-wrap .envira-gallery-public {
    width: 100%;
    margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
    color: #000;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
    padding: 5px 12px;
}


@media(max-width:1199px){
.menutop li a {
    padding: 14px 15px;
}
	.topname h5{
		font-size: 13px;
	}
	.top-contact p, .top-contact p a{
		font-size: 13px;		
	}
}

@media(max-width:991px){
.menubar {
    display: none;
}
.topbar {
    padding: 7px 0;
    display: none !important;
}
.hdrlogo img {
    width: 100px;
}
.hdrlogo {
    height: 95px;
    width: 95px;
}
header img {
    width: 65px;
}
header .col-sm-10 {
    text-align: -webkit-right;
}
#rmp_menu_trigger-573 {
    top: 0 !important;
}
.mainslider .carousel-content {
    width: 100%;
}
.mainslider .carousel-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
}
.mainslider figure img {
    height: 450px;
}
.benefits .row {
    row-gap: 22px;
}
.about-content .leftheading {
    margin-bottom: 10px !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}
.about-content {
    text-align: center;
}
.cause {
    padding: 30px 0 45px;
}
.cause .row {
    row-gap: 22px;
}
.heading {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 40px;
}
.subheading {
    font-size: 20px;
}
.benefits {
    padding: 45px 0;
}
.join {
    padding: 40px 0 70px;
}
.join h2 {
    font-size: 40px;
    width: 100%;
    margin: 0 auto 10px;
    line-height: 50px;
}
.event {
    padding: 40px 0;
}
.testimonial {
    padding: 30px 0;
}
.client {
    padding: 40px 0;
}
.client-logo img {
    width: 80px !important;
}
.missions-item {
    padding: 20px;
}
.missions .row {
    row-gap: 22px;
}
.founder .row {
    row-gap: 22px;
}
.missions .row {
    flex-direction: column;
}	
.missions .row .col-lg-12.col-md-6.col-sm-12 {
    width: 100%;
}	
}


@media(max-width:767px){
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.mainslider figure img {
    height: 400px;
}
.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}
.benefits-item:before {
    background-size: cover;
}
.about-content .leftheading {
    font-size: 27px;
    line-height: 40px;
}
.join h2 {
    font-size: 35px;
    margin: 0 auto 10px;
    line-height: 45px;
}
.event {
    padding: 20px 0 30px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 30px;
}
.client {
    padding: 30px 0;
}
.missions {
    padding: 45px 0;
    margin-top: 30px;
}
.founder-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.founder {
    padding: 40px 0;
}
.secondary-container.contactus .row {
    row-gap: 22px;
}
.donate-content img {
    width: 100%;
}
button#mobileMenuBtn {
    width: 8%;
}
.ftrabout img {
	width: 100px;
}
footer p {
    font-weight: 300;
    font-size: 14px;
}
.ftr-link h3{
		font-size: 18px;
}
footer a {
	font-size: 14px !important;
}
.copyright.d-flex.align-items-center.justify-content-between {
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}

footer .col-sm-4.ps-lg-5 {
    padding-left: 0px !important;
}
footer .col-sm-4 {
    padding-left: 0px !important;
}
    .missions-item {
        padding: 10px;
    }	
}


@media(max-width:568px){
.breadcrumb {
    padding: 50px 0;
}
header .col-sm-2, header .col-sm-10 {
    width: 50%;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.mainslider .carousel-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.btn {
    padding: 8px 20px;
}
.mainslider figure img {
    height: 300px;
}
.benefits-item {
    justify-content: space-between;
}
.benefits-item h3 {
    font-size: 25px;
}
.join h2 {
    font-size: 27px;
    margin: 0 auto 5px;
    line-height: 36px;
}
.leftheading {
    font-size: 28px;
    margin-bottom: 5px;
}
.copyright {
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.contactus_details {
    padding: 20px;
    padding-left: 75px;
    border-radius: 10px;
}
.contactus form {
    padding: 25px 25px 20px;
}
.google-map iframe {
    height: 300px;
}
.secondary-container {
    padding: 40px 0;
}
.donate-content h2 {
    font-size: 22px;
    margin-top: 15px;
}
 button#mobileMenuBtn {
    width: 11%;
}
thead th {
    padding: 10px;
	font-size: 10px;
}
tbody td{
    padding: 10px;
	font-size: 10px;		
}
.ftrabout {
    padding: 0px;
}
footer .row {
    gap: 10px;
}
.about-content p{
	font-size: 14px;
}
.about img{
	height: 415px;
}
.listinfo ul li{
	text-align: justify;
}
.missions-item p {
    text-align: justify;
}
footer a {
   font-size: 11px !important;
}
	thead th {
    padding: 10px;
	font-size: 10px;
	}
	.heading {
        margin: 0 auto 15px;
        font-size: 26px;
    }	
}

@media(max-width:414px){
.hdrlogo {
    height: 85px;
    width: 85px;
}
header img {
    width: 60px;
}
.mainslider figure img {
    object-position: right;
}
.container{
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.about-content .leftheading {
    font-size: 20px;
    line-height: 30px;
}
.join h2 {
    font-size: 22px;
    margin: 0 auto 5px;
    line-height: 30px;
}
.leftheading {
    font-size: 23px;
    margin-bottom: 5px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 30px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, -0.25rem) !important;
    padding-left: var(--bs-gutter-x, -0.25rem) !important;
}
button#mobileMenuBtn {
    width: 13%;
	left: 15%;
}
.container {
    padding: 0 20px !important;
}
.heading{
	heading: 20px;
}
	.supplier-section .mt-3 {
    	font-size: 14px;
	}
	 footer a {
        font-size: 11px !important;
    }
	    tbody td {
        padding: 5px;
        font-size: 10px;
    }
	.supplier-section p.mt-3 {
    font-size: 14px;
    text-align: justify;
	}
	footer{
		padding: 30px;
	}
	.supplier-card h5 {
		font-size: 14px;
	}
	.supplier-card{
		padding: 25px;
	}
	.contactus_details h3 {
		font-size: 14px;
	}
	.contactus_details p a {
		font-size: 14px;
	}
	.contactus_details {
		padding: 10px;
	}
}
@media (max-width: 375px){
	tbody td {
			padding: 0px;
	}
	#GoToTop{
		right: 18px;
	}
	.contactus_info {
		position: relative;
		left: 65px;
	}
	.carousel-control-prev {
    left: 8px !important;
    top: 30% !important;
}
		.carousel-control-next {
    right: 8px !important;
    bottom: 60% !important;
}
	button.carousel-control-next, button.carousel-control-prev {
    height: 30px;
		width: 30px;
}
	.mainslider button i {
    font-size: 14px;
}
	i.fas.fa-bars {
    left: -2px;
    position: relative;
}
	    .about img {
        height: 285px;
    }
	.container {
    padding: 0 10px !important;
}
	.ftr-flx {
    font-size: 12px !important;
}
	    footer p {
        font-weight: 300;
        font-size: 12px;
    }
}
@media (max-width: 320px){
		i.fas.fa-bars {
			left: -6px;
	}
	 thead th {
		 padding: 5px;
	}
	.ftr-flx {
  font-size: 12px !important;
}
}