/*
Custom Style */

body{
	overflow-x: hidden;
}
.container{	
	max-width: 1200px !important;
    margin: 0 auto !important;
}
p{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
ul, ol{
	margin-left: 10px;
}
li{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.entry-content p, .entry-content li{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.singular .entry-header{
	background-color: #e8e8e8 !important;
}
.blog_page, .section_sub{
	padding: 30px 0;
}
.sub_heading{
	margin:0 !important;
	padding-bottom: 30px !important;
	text-align: center !important;
    font-size: 35px !important;
}
a{
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{
	margin:0 !important;
	padding-bottom: 15px !important;
}
button:hover{
	text-decoration: none !important;
}
/****** Header Style ******/
.header-inner{
	padding:1em 0 !important;
}
.header-inner .toggle .toggle-text{
	display: none !important;
}
.search-toggle svg,
.search-untoggle svg{
	width: 16px !important;
    height: 18px !important;
    color: #bd3854 !important;
}
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a{
	text-decoration: none !important;
	color:#32046d !important;
}
.primary-menu > li a:hover{
/* 	text-decoration: none !important; */
	text-decoration: underline !important;
	color:#32046d !important;
}
.primary-menu > li{
	margin:0 !important;
}
.primary-menu > li a{
	padding:5px 15px !important;
	font-size: 16px !important;
	color:#000 !important;
	text-transform: uppercase !important;
}
.primary-menu-wrapper + .header-toggles{
	margin-left: 0 !important;
}
.search-toggle:focus,
a:focus, 
.toggle:focus, 
.search-modal .search-field{
	outline: none !important;
}
.header-inner .toggle path{
	color: #bd3854 !important;
}
.search-modal .search-field{
	font-size: 16px !important;
    height: 5em !important;
}
.search-toggle {
	margin-right: 20px !important;
}
.header-toggles .toggle{
	padding:0 1em !important;
}
.header-inner{
	max-width: 1200px !important;
}
.singular .entry-header{
	display: none !important;
}
/****** Footer Style ******/
#site-footer h4{
	font-size: 18px !important; 
	font-weight: 500;
	text-transform: capitalize !important;
}
#site-footer{
	padding:30px 0 10px !important;
	font-size: 16px !important;
}
#site-footer .fa-chevron-down{
	display: none !important;
}
#site-footer .line_hr{
	border-bottom: 1px solid #a6a6a6;
	margin: 20px 0;
}
#site-footer .row2 .column2{
	text-align: right;
}
#site-footer .row2 P{
	font-size: 14px !important;
}
#site-footer a{
	color:#de4b4b !important;
	font-weight: 400 !important;
}
#site-footer a:hover{
	color:#ce1312 !important;
}
#site-footer i{
	color:#ce1312;
	padding-right: 5px;
}
#site-footer .row2 i{
	color:#de4b4b !important;
	font-size: 18px !important;
	padding-right: 10px !important;
}
#site-footer .row2 i:hover{
	color:#350970 !important;
}
/****** Mobile Menu Style ******/
.modal-menu > li > a, 
.modal-menu > li > .ancestor-wrapper > a{
	font-size: 16px !important;
	padding: 8px 0 !important;
	color:#000 !important;
}
.modal-menu > li > a:hover, 
.modal-menu > li > .ancestor-wrapper > a:hover{
	color:#350970 !important;
}
.menu-modal.show-modal{
	z-index: 9999 !important;
}
/****** Blog Pagination Style ******/
.pagi_row{
	text-align: center !important;
	padding: 50px 0 20px;
}
.pagi_row .page-numbers{
	background: #f4f4f4;
    padding: 7px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
/****** Blog Style ******/
.blog_post{
	margin-bottom: 25px !important;
}
h1.entry-title{
	font-size: 40px !important;
}
.blog_details h3{
	margin: 15px 0 !important;
	font-size: 20px !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_details h3 a{
	color:#000 !important;
}
.blog_details h3 a:hover{
	color:#e22658 !important;
}
.blog_post{
	border:1px solid #dedede;
	border-radius: 4px !important;
}
.blog_details{
	padding: 0 20px 10px !important;
}
/****** Single Post Style ******/
.pagination-single{
	font-size: 16px !important;
}
.pagination-single hr:first-child{
	margin-bottom: 2rem !important;
}
.pagination-single hr:last-child{
	margin-top: 2rem !important;
}
.comment-respond p.comment-notes, 
.comment-respond p.logged-in-as{
	margin: 1rem 0 !important;
}
.post_page_heading{
	font-size: 30px !important;
	color:#000 !important;
	font-family: 'Poppins', sans-serif !important;
	text-align: center !important;
	padding: 10px 0 40px 0 !important;
}
.post_container, .archive_container, .sub_page_container{
	padding: 30px 0 !important;
}
.post-inner{
	padding: 0 !important;
}
.woo_container{
	padding: 50px 0 0 !important;
}
.woo_container .pagination-single, 
.woo_container .comments-wrapper,
.woo_container .section-inner{
	display: none !important;
}
.archive-header{
	padding-top: 1em !important;
}
/****** Single Post Widget Style ******/
.post_container .widget-title{
	background: #ce1312 !important;
	color:#fff !important;
	text-align: center;
    padding: 10px !important;
    font-size: 24px !important;
    font-family: 'poppins' !important;
}
.post_container .widget{
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px #e0e0e0;
}    
.post_container .widget ul{
	width: 100%;
    float: left;
}
.post_container .widget li{
	margin: 0 !important;
	width: 100%;
    float: left;
    border:1px solid #dedede !important;
    border-top:none !important;
}
.post_container .widget li:hover{
	background-color: #f4f4f4 !important;
}
.post_container .widget li a{
	padding: 5px 10px !important;
	width: 100%;
    float: left;
    font-size: 16px !important;
    font-weight: 400 !important;
    color:#000 !important;
}
.post_container .widget li a:hover{
	color:#ce1312 !important;
}
body:not(.singular) main > article:first-of-type{
	padding: 0 !important;	
}
.comment-respond .comment-notes a, 
.comment-respond .logged-in-as a{
	color: #ce1312 !important;
}
article {
	width: 100%; 
}
.archive .featured-media{
	margin:40px 0 20px 0 !important;
}
.archive hr{
	margin: 70px;
}
.single .post-inner{
	padding-top: 20px !important; 
}
.single-product .sub_heading{
	display: none !important;
}

/* load more */
.vp-pagination__style-minimal .vp-pagination__load-more span:hover{
	color: #340874 !important;
}
.vp-pagination__style-minimal .vp-pagination__load-more span{
	font-family: 'Work Sans', sans-serif !important;
	font-size: 16px !important;
}
/*----------- Site Css -------------*/

.section_sub{
	min-height: 300px;
}
input[type="submit"]{
	background-color: #ce1312 !important; 
}
.pagination-single a {
	color:#ce1312 !important;
}
.meta-text a:hover{
	color:#ce1312 !important;
}
.menu_container1 .column2{
	text-align: center  !important;
}
.menu_container1 .column3{
	text-align: right !important;
}
.menu_container1 .site-logo img{
	margin:0 auto !important;
}
.menu_container1 a{
	padding-left: 25px;
}
.menu_container1 .column1 i{
	margin-right: 10px;
}
.menu_container1 .column1{
	text-align: right;
}
.menu_container1{
	padding: 10px 0;
}
.menu_container1 a{
	color:#000 !important;
}
.menu_container1 a:hover{
	color:#ce1312 !important;
}
.menu_container2{
	padding: 10px 0 !important;
}
.menu_container2 .column1{
	text-align: left !important;
}
.site-logo img{
	margin: initial !important;
}
.home #site-header{
	background-color: transparent !important;
	position: absolute !important;
	width: 100% !important;
	z-index: 999 !important;
	box-shadow:none !important;
}
#site-header{
	box-shadow: 0px 0px 10px #b8b8b8;
}

body, html, p, li, a{
	font-family: 'Work Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Work Sans', sans-serif !important;
}

.menu_container2 .login_menu a{
	background-color: #340874 !important;
	color: #fff !important;
}
.menu_container2 .login_menu a:hover{
	background-color: #340874 !important;
	color: #fff !important;
}
#site-footer{
	padding-bottom: 0 !important;
}
#site-footer .widget-title, #site-footer h2{
	color:#fff !important;
	font-size: 22px !important;
	font-weight: 400 !important;
}
#site-footer .footer1 .column2,
#site-footer .footer1 .column3{
	text-align: center !important;
}
#site-footer .footer1 .column2 p{
	text-decoration: underline;
    margin-top: 30px;
}
#site-footer .footer1 .column3 p{
    margin: 0 auto;
    font-size: 14px !important;
}
#site-footer .footer1 .column3 .getin{
    max-width: 250px;
}
#site-footer .tnp-widget-minimal input.tnp-email{
    background: transparent;
    color: #fff !important;
}
#site-footer .tnp-widget-minimal input.tnp-submit{
	background-color: #03adba !important;
	width: 110px !important;
    position: absolute;
    right: 16px;
    margin-top: 1px;
    padding: 10px;
}
#site-footer h1{
	color:#fff !important;
	font-size: 25px !important;
}
#site-footer a{
	color:#fff !important;
	font-weight: 400 !important;
}
#site-footer a:hover{
	color:#b0b0b0 !important;
}
#site-footer i{
	color:#fff;
	padding-right: 5px;
	font-size: 35px;
}
#site-footer i:hover{
	color:#b0b0b0;
}
#site-footer .row2 i{
	color:#fff !important;
	font-size: 18px !important;
	padding-right: 10px !important;
}
#site-footer .row2 i:hover{
	color:#b0b0b0 !important;
}
#site-footer p{
	color:#fff !important;
}
#site-footer .row2 .column2{
	text-align: right !important;
}
#site-footer .row2 p, #site-footer .row2 a{
	font-size: 14px !important;
}
.home_banner_section img{
	width:100% !important;
}
.home_heading_section {
	margin-top: -38%;
	margin-bottom: 20%;
}
.home_heading_section h2,
.home_heading_section h3,
.home_heading_section h6{
	padding-bottom: 5px !important;
}
.wptww-testimonials-slidelist .slick-slide{
	padding:25px 15px 15px !important;
	margin: 15px 15px 20px 15px !important;
	box-shadow: 0px 5px 15px #ccc !important;
	border-radius: 10px !important;
}
.wptww-testimonial-content h4{
	display: none !important;
}
.wptww-testimonials-slidelist.design-1 .fa-quote-left, 
.wptww-testimonials-list.design-1 .fa-quote-left, 
.wptww-testimonials-slide-widget.design-1 .fa-quote-left{
	color:#340874 !important;
	position: absolute;
	margin-left: -150px;
	margin-top: -50px;
}
.section_head_section .wptww-testimonials-slidelist button.slick-next,
.section_head_section .wptww-testimonials-slidelist button.slick-next:hover,
.section_head_section .wptww-testimonials-slidelist button.slick-next:focus{
	background: url(/david/wp-content/uploads/2020/04/next-1.pngtudio.in/david/wp-content/uploads/2020/04/next-1.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	top:-35px !important;
	padding: 32px !important;
}
.section_head_section .wptww-testimonials-slidelist button.slick-prev,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:hover,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:focus{
	top:-35px !important;
	left: 88% !important;
	padding: 32px !important;
	background: url(/david/wp-content/uploads/2020/04/prev-1.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.home_info_section h2 .grey{
	color: #929491 !important;
}
.home_info_section ul{
	list-style:none !important;
}
.home_info_section li{
    font-size: 18px !important;
}
.home_info_section li:before{
	content: url('/david/wp-content/uploads/2020/04/bullet.png');
	position: absolute;
    margin-left: -30px;
    margin-top: 5px;
}
.home_info_section li:nth-child(2) {
	margin-left: 45px;
}
.home_info_section li:nth-child(3) {
	margin-left: 75px;
}
.home_foot_section .navy{
	color:#4d0bae !important;
}
.blog_details h3{
    font-weight: 400 !important;
    color: #000 !important;
    letter-spacing: 0px;
    font-size: 18px !important;
    padding-bottom: 0 !important;
    margin-top: 15px !important;
    width: 100%;
    float: left;
    line-height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    min-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#order_form_section .wpcf7-text, 
#order_form_section .wpcf7-textarea,
#order_form_section .wpcf7-captchar, 
#order_form_section .wpcf7-select {
	background:transparent!important;
	border: 1px solid #340874 !important;
	border-radius:3px;
	width: 100% !important;
	font-size: 15px;
	margin-bottom:4% !important;
	color: #000 !important;
	padding: 10px 15px !important;
} 
#order_form_section .your-captcha{width:100%;float:left;}
#order_form_section .your-name{width:100%;float:left; }
#order_form_section .your-phone{width:100%;float:left;}
#order_form_section .your-email{width:100%;float:left;}
#order_form_section .your-subject{width:100%;float:left;}
#order_form_section .wpcf7 br { display: none; } 
#order_form_section .wpcf7-textarea{height:150px;}
#order_form_section ::-webkit-input-placeholder {  color:#333;}
#order_form_section .wpcf7-submit{
	padding:8px 30px;
	background-color:#340874!important;
	border:1px solid #340874;
	border-radius:4px;
	color:#FFFCFA;
	cursor:pointer;
	font-size:18px;
}
#order_form_section .wpcf7-submit:hover{
	color:#340874;
	background-color:#fff!important;
	border: 1px solid #340874;
}
.wpcf7-form-control-wrap{
	position: initial !important;
}
.footer1{
	background-color: #1f0347 !important;
	padding:30px;
}
.home .footer1{
	padding: 160px 0 30px;
}
.footer2{
	background-color: #12012a !important;
	padding: 15px 0 !important;
}
.footer2 p{
	margin: 0 !important;
}
/* Badge */
/* .badge img:hover{
	-webkit-transform: scale(1);
	transform: scale(1);
} */
#site-footer{
	padding: 0 !important;
}
.contact_page .elementor-icon-box-title{
	display: none !important;
}

/*----------- End Site Css -------------*/
/*----------- Media Query Css ----------*/

@media (min-width:1500px){
	.home_info_section {
		padding: 150px 0px 50px 0px !important;
	}
}
@media (max-width:1200px){
	.primary-menu > li a{
		padding: 5px 8px !important;
	}
	
}
@media (max-width:1080px){
	.menu_container1 .column3 a {
	    padding-left: 15px;
	}
	.section_head_section .wptww-testimonials-slidelist button.slick-prev,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:hover,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:focus{
		left: 85% !important;
	}
}
@media (max-width:1000px){
	.home #site-header{
		position: relative !important;
	}
	.home_foot_section {
		background-image: none !important;
		min-height: initial !important;
		margin-bottom: 0 !important;
	}
	.home_foot_section .elementor-container {
		min-height: initial !important;
	}
	.home_foot_section .elementor-widget-container{
		padding: 0 !important;
	}
	.footer1{
		padding: 30px !important;
	}
}
@media (min-width:768px) and (max-width: 999.98px){	
	
	/********************************/
	.nav-toggle{
		top: -20px !important;
		z-index: 9 !important;
	}
	.nav-toggle .toggle-icon, .nav-toggle svg{
		fill:#ce1312 !important;
	}
	.toggle-inner .toggle-text{
		color:#ce1312 !important;
		margin-top: -7px;
	}
	/********************************/
	.menu_container2{
		padding: 20px 0 !important;
		background: rgba(236, 236, 236, 0.5) !important;
	}
}
@media (max-width:980px){
	.home_do_section p{
		line-height: 20px !important;
		font-size: 14px !important;
	}
	.home_do_section .elementor-column-wrap {
		padding:55px !important;
		background-size: contain !important;
	}
}
@media (max-width:849.98px){
	.home_do_section .elementor-column-wrap h3{
		font-size: 15px !important;
		padding-bottom: 5px !important;
	}
	.home_do_section .elementor-image-box-img{
		margin-bottom: 0 !important;
	}
	.home_do_section .elementor-column-wrap {
		padding: 55px 45px !important;
	}
	.section_head_section .wptww-testimonials-slidelist button.slick-prev,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:hover,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:focus{
		left: 80% !important;
	}
}
@media (max-width:767.98px){
	/********************************/
	
	.mobile-menu ul{
		padding:0 30px !important;
	}
	.nav-toggle{
		top: -125px !important;
	}
	.nav-toggle .toggle-icon, .nav-toggle svg{
		fill:#350970 !important;
	}
	.toggle-inner .toggle-text{
		color:#350970 !important;
	}
	.sub_heading{
		font-size: 24px !important;
	}
	/********************************/
	.menu_container2{
		padding:0 !important;
	}
	.menu_container1 .column1{
		order:1;
	}
	.menu_container1 .column3{
		order:2;
	}
	.menu_container1 .column2{
		order:3;
	}
	.menu_container1 .column3 a {
	    width: auto;
	    float: none;
	}
	.site-logo a, .site-logo img{
		margin-top: 10px !important;
	}	
	.home_do_section .elementor-column-wrap {
		min-height: 330px !important;
		background-size: initial !important;
		padding: 70px 50px !important;
	    max-width: 320px;
	    display: block !important;
	    margin: 0 auto;
	}
	#site-footer .row2 .column1, 
	#site-footer .row2 .column2, 
	#site-footer .row2 .column3{
		text-align: center !important;
	}
	.footer1 .column1, .footer1 .column2, .footer1 .column3{
		margin-bottom: 15px !important;
	}
}
@media (max-width:575px){	
	/********************************/
	#site-footer #foo1, #site-footer #foo2, #site-footer #foo3, #site-footer #foo4{
		display: none;
		margin-bottom: 15px;
	}
	#site-footer h4{
		margin: 0 !important;
		font-size: 16px !important; 
		font-weight: 600;
	}
	#site-footer .fa-chevron-down{
		display: inline-block !important;
		margin-left: 5px;
	}
	#site-footer{
		padding-top:20px !important;
	}
	#site-footer .row2 .column1, 
	#site-footer .row2 .column2, 
	#site-footer .row2 .column3{
		text-align: center;
	}
	/********************************/
	.section_head_section .wptww-testimonials-slidelist button.slick-prev,
	.section_head_section .wptww-testimonials-slidelist button.slick-prev:hover,
	.section_head_section .wptww-testimonials-slidelist button.slick-prev:focus{
		left: 65% !important;
	}
	.section_head_section {
		padding: 20px 10px !important
	}
	.menu_container1 a{
		width:100% !important;
		display: block !important;
		margin: 0 auto !important
	}
	.menu_container1 .column1{
		text-align: center !important;
	}
	.home_heading_section h2, .home_heading_section h3{
		font-size: 26px !important;
	}
	.home_heading_section{
		margin-bottom: 0 !important;
	}
	.section_head_section h1, 
	.home_info_section h2{
		font-size: 26px !important;
	}
	#site-footer .tnp-widget-minimal input.tnp-submit{
		position: relative !important;
		margin-top: 10px !important;
		border-radius: 4px !important;
	}
	#site-footer h1,#site-footer h2{
		font-size: 20px !important; 
	}
	.footer1{
		padding: 20px 5px !important;
	}
	.home_do_section {
		padding: 10px !important;
	}
	.home_do_section .elementor-column-wrap{
		min-height: initial !important;
	}
	.home_banner_section {
		opacity: 0.3 !important;
	}
	.home_info_section h4{
		font-size: 18px !important;
	}
}

@media (max-width:420px){
	.home_do_section .elementor-column-wrap {
		background-size: contain !important; 
	}
	.section_head_section .wptww-testimonials-slidelist button.slick-prev,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:hover,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:focus{
		left: 60% !important;
	}
}

@media (max-width:360px){
	.section_head_section .wptww-testimonials-slidelist button.slick-prev,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:hover,
.section_head_section .wptww-testimonials-slidelist button.slick-prev:focus{
		left: 45% !important;
	}
	.section_head_section h1{
		font-size: 22px !important;
	}
}
