/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.top-header-social li a{color: #3d501f !important;}
.contact-box-item .link-inline i{color: #3d501f !important;}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#img22
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:5px;
  
}

.home-silder2 .intro-text {
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	height: calc(100% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	
  }
  
  .img-2
  {
	height:650px;
  }


  .home-silder2 .intro-text  h2
  {
	font-size: 45px;
	font-weight: 600;
	color: #f3f2d2;
  }
  
  .home-silder2 p {
	color:#e7e253;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size:20px;
  }
  
  
  .home-silder2 .btn-get-started {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
  }
  
  .home-silder2 .btn-get-started:hover {
	color: #1dc8cd;
	background:#3d501f;
  }

  .home-silder2:before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
  }
  

  
  
  
  @media (max-width: 768px) {
	.home-silder2 h1 {
	  font-size: 28px;
	  line-height: 36px;
	}
	
	
	.home-silder2 .intro-text  h2
	{
	  font-size:24px;
	  font-weight:500;
	  line-height: 20px;
	  margin-bottom: 10px;
	}
	.home-silder2 p {
		
		margin-bottom: 20px;
		padding: 0 15px;
		font-size:12px;
	  }
	  .home-silder2 .btn-get-started{
		padding:4px 10px;
		margin:0px;
	  }
	 
	  .heading_wrapper2 h3{
		font-size: 20px;
	  }
	  
  }
  


.top-header{
	background-color:#3d501f !important;
	
}

.navbar-brand>img
{
	width:80px ;
	height:80px ;

}
a:hover {
	text-decoration: none;
	color: #e7e253 !important;

}
.top-header-contact-info li {color:#f3f2d2 !important;}
.top-header-contact-info li a{color:#f3f2d2 !important;}

.top-header-contact-info  li a:hover{color:#e7e253 !important;}

  
.top-header-contact-info li lord-icon{width:20px;height:20px;padding-top: 3px;}


.top-header-contact-info li i{color: #f3f2d2;}
.astrology-nav .navbar .navbar-nav .nav-item a{color: #3d501f !important;}
.astrology-nav .navbar .navbar-nav .nav-item a:hover{color:  #e7e253 !important;}

.astrology-nav .navbar .navbar-nav .nav-item a.active{color: #e7e253 !important;}



.btn
{
	background:  #3d501f !important;
	color: #f3f2d2 !important;
}

.btn:hover
{
	background: #e7e253 !important;
	color: #3d501f !important;
	
}

#mySidenav .menu_slid_bg
{
	background: #f3f2d2 !important;
}

.sidenav a{color: #3d501f !important;}

#mySidenav .panel.mobile_menu_li{	background: #f3f2d2 !important;}

#mySidenav h3{border-bottom:1px  solid  #3d501f !important}

.menu_open{color: #3d501f !important;}


#products.products_section .product-thumb .button-group > .inner
{
	background: #e7e253 !important;
}
.inner span a{color: #3d501f  !important;}
.inner span a:hover{color: #f5f8ff  !important;}


/*example1*/


.img1{

	width:120px;
	height:120px;
}
#products.products_section
{  

	background: #f5f8ff;
}

 .owl-carousel .owl-buttons .owl-next:hover
{ background: #3d501f !important;}

#products.products_section .product-thumb .image
{
	background: #3d501f !important;
}




#products.products_section .product-thumb .image img {
	border-radius: 0% 25%;
}

.heading_wrapper2{
	text-align: left;
	font-weight:200;
	padding:15px 0px 15px 79px;
	
}

.mid span {
    width: 20px;
    height: 20px;
    background: url(../image/section-icon.png) no-repeat;
    background-size: cover;
    border: none;
    position: relative;
    margin: 0 auto;
}

.mid span:after {
    content: '';
    width:150px;
    height:3px;
    position: absolute;
    left: 10px;
    top: 50%;
	background: #3d501f;
}

/*-------Contact us form----------*/
.form-select{
	padding: 8px 10px;
outline: none;
color: #999;
border: 1px solid #eee;
width: 100%;
border-radius: 5px;
}
/*-------faq----------*/

.btn-link1{width: 100%;
background: #f3f2d2;
padding:20px;
color:rgb(34, 34, 34);

text-underline-offset:none;

}
.btn-link1:hover{

	background:#3d501f;
	color: #f3f2d2;
	outline: none;

	}
.crd1
{
	width: 100%;
	background:#fff;
	padding: 20px;
	margin: 0px 0px 20px 0px;
}
.products_section11{
	padding: 70px !important;
	background:#f5f5ff !important;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(204, 214, 243, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	margin: 15px 0px;
  }
  
  .services .icon-box::before {
	content: '';
	position: absolute;
	background: white;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
  }
  
  .services .icon-box:hover::before {
	background:#3d501fc0;
	top: 0;
	border-radius: 0px;
  }
  
  .services .icon {
	margin-bottom: 15px;
	text-align: center;
  }
  
  .services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #67b0d1;
	transition: all 0.3s ease-in-out;
  }
  
  .services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
  }
  
  .services .title a {
	color: #111;
  }
  
  .services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
  }
  
  .services .icon-box:hover .title a, .services .icon-box:hover .description {
	color: #fff;
  }
  
  .services .icon-box:hover .icon i {
	color: #fff;
  }

  
 /*--------------------------------------------------------------
# sip calculator Section
--------------------------------------------------------------*/

       
.sipCalculatorTab .input-text1{
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
    margin:5px 0px;

    }
    
    
    
.sipCalculatorTab  {
    
    border-radius: 20px 20px 20px 20px;
    
    
    }
.login_box1{
	background: linear-gradient(101deg,rgba(43, 255, 1, 0.13) .37%,rgba(123, 143, 11, 0.26) 100%);

}
.contact-box-wrap {
	background: linear-gradient(101deg,rgba(43, 255, 1, 0.13) .37%,rgba(123, 143, 11, 0.26) 100%);


}
.contact-box-title1

{

	padding-top: 20px;
}
.submit1{
	margin-top: 20px;
}
.contact-box1
{
	padding-right:25px;
}
.call_cta a{font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
	background: #3d501f;
}
.call_cta a:hover{background: #e7e253;color:#3d501f !important;}
.astrology-nav .navbar .navbar-nav .nav-item .dropdown-menu li  .nav-link1{background:#f3f2d2;}
.card_1 {
    
    background:#f3f2d2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 10px;
}

/* Card hover effect */
.card_1:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

/* Make EMI cal responsive */


/* footer */
.back-to-top i
{
	color: #3d501f !important;
}
#footer .footer_newslatter
{
	background: #e7e253 !important;
}
#footer .box:after{

	background: #3d501f !important;
}
.footer_copyright

{
	background: #3d501f !important;
}
.footer_copyright
{
	color: #f3f2d2;
}
#footer .footer_matter .download_btn_wrapper
{
	margin-top:0px !important;
}
#footer .footer_matter h2 {padding-bottom:0px !important;}


#footer .footer_matter .footer_logo_wrapper li a{
	color: #f3f2d2;
}

#footer .footer_matter .footer_logo_wrapper li a:hover {
	color:#e7e253 !important;
}


.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
;z-index: 16000160 !important;
	bottom:0px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	margin-bottom: 100px;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.699);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 101, 0.178);
	}
}



/*device management */
@media screen and (min-width: 800px) and (max-width: 1280px) {

	
	}
	@media screen and (min-width: 768px) and (max-width: 1024px) {

		.img-2
		{
		  height:500px;
		}
		.heading_wrapper2{
		
			font-weight:200;
			padding:15px 0px 15px 19px;
			
		}
		
	}
	@media screen and (min-width:320px) and (max-width:992px) {

	.img-2
		{
		  height:300px;
		}
		.home-silder2 .intro-text h2{
			font-size:18px;
			line-height:18px;

		}
		    .home-silder2 p {
					font-size:12px;
			}
	}





@media screen and (min-width: 320px) and (max-width: 768px) {

.astrology-responsive-menu img {
	width:50% !important;
	margin-top: 10px;
	

}
.footer_logo_wrapper img{max-width:150px !important;}
#footer{padding: 10px 0px !important;  }
.btn-whatsapp-pulse{font-size:35px;padding:30px;}

.fomedia img{width: 35px;}
.contact-box1{
	padding-left: 20px !important;
	padding-right: 20px;
}
}

@media screen and (min-width: 320px) and (max-width: 600px){ .heading_wrapper2{padding: 15px 0px 15px 10px;}
.home-silder2 .btn-get-started{font-size: 12px;padding:0px 8px;}
    .home-silder2 p{margin-bottom: 5px;}
	.home-silder2 .intro-text h2{font-size: 14px;}
	.contact-box-wrap{margin-top: 20px;}
	.products_section11{padding:40px 10px!important;}
	.contact-box-item{padding:15px}
	.commentlist{padding-left:10px;}
	.mid span:after {width:125px;}
	.btn-whatsapp-pulse{font-size:30px;padding:20px;}

.astrology-responsive-menu img {
	width:70% !important;
	margin-top: 10px;
	

}
.full_services_page .services_images img {
	height:auto;
}

}




/*-------------------EmI CALculato
--------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  EMI Calculator Responsive Widget style sheet
/*-----------------------------------------------------------------------------------*/
