/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/****** Aarjavani Custom Style Start *********/
.arjavani-word-break{word-break: break-all;}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
a {
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.hero-banner {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c62cb5+0,9020bf+49,9020bf+51,5815ca+100 */
	background: #c62cb5; /* Old browsers */
	background: -moz-linear-gradient(top,  #c62cb5 0%, #9020bf 49%, #9020bf 51%, #5815ca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c62cb5 0%,#9020bf 49%,#9020bf 51%,#5815ca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c62cb5 0%,#9020bf 49%,#9020bf 51%,#5815ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62cb5', endColorstr='#5815ca',GradientType=0 ); /* IE6-9 */
}

@media(max-width:767px){
	.hfe-nav-menu .menu-item:last-child .sub-menu{
		left:inherit !important;
		right:0 !important;
	}
}
.list-style ul,
.about-list ul,
.detail-list ul,
.list-style-small ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-list ul {
	margin-bottom: 20px;
}
.list-style ul li:not(:last-child),.about-list ul li:not(:last-child) { margin-bottom: 20px; }
.detail-list ul li:not(:last-child) {
	margin-bottom: 10px;
}
.list-style ul li strong,
.list-style-small ul li strong { font-size: 16px; }
/* .detail-list { margin-top: 70px; } */
.detail-list ul {
	display: flex;
    flex-wrap: wrap;
}
.detail-list ul li {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 20px;
}
.detail-list ul li:before {
	content: " ‣ ";
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 26px;
	color: #74462D;
	font-weight: 600;
}
.detail-list ul li a {
	font-size: 26px;
	color: #74462D;
	font-weight: 600;
	line-height: 1.9em;
}
.detail-list ul li a:hover {
	text-decoration: underline;
}
.row-margin {
    margin: 0 -12px;
    width: auto !important;
}
.about-list ul li,
.list-style ul li,
.list-style-small ul li { display: flex; }
.about-list ul li strong,
.list-style ul li strong,
.list-style-small ul li strong {
	min-width: 140px;
}
	.list-style-small ul li:not(:last-child) { margin-bottom: 10px; }
.gradient-title h2 {
	line-height: 34px;
	background: -webkit-linear-gradient(#D22DB3, #5615CB);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
.title-block ul li a { height: 70px; }
.contact-form label {
	display: block;
    font-size: 16px;
    color: #488FAB;
}
.contact-form form p:not(:last-child){
	margin-bottom: 22px;
}
.contact-form form br { display: none; }
.contact-form label .wpcf7-form-control-wrap { display: block; }
.contact-form form p label { margin-bottom: 10px; }
.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"]{
    height: 50px;
    padding: 10px;
    font-size: 18px;
    color: #488FAB;
    border: solid 1px #488FAB;
    border-radius: 6px;
}
.contact-form form input[type="text"]::-moz-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form textarea { 
	padding: 10px;
    font-size: 18px;
    color: #488FAB;
    border: solid 1px #488FAB;
    border-radius: 6px;
	height: 120px; 
	overflow: auto; 
}
.contact-form form input[type="tel"]::-moz-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form input[type="tel"]::-webkit-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form input[type="email"]::-moz-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form textarea::-moz-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
.contact-form form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #c2d3dc;
}
input:focus::placeholder {
  color: transparent;
}
.contact-form form input[type="submit"]{
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #488FAB;
	border: solid 1px #488FAB;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.contact-form form input[type="submit"]:hover {
    color: #fff;
    background: #7F7F7F;
}
.contact-info p a,
.contact-info-email p a {
	font-size: 20px;
	color: #74452C;
}
.contact-info p a:hover,
.contact-info-email p a:hover {
	text-decoration: underline;
}
.contact-form form .wpcf7-form-control-wrap .wpcf7-not-valid-tip { margin-top: 10px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: -30px 0 30px;
	padding: 10px;
    border-color: #ff0000;
    background-color: #ffcccc;
    border-radius: 5px;
    color: #ff0000;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	margin: -30px 0 30px;
	padding: 10px;
    color: #37cf82;
    text-align: center;
	background-color: #f0fcf6;
	border-color: #37cf82;
	border-radius: 5px;
}
.wpcf7 .ajax-loader { margin-top: 10px; }
.side-nav ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.side-nav ul li { position: relative; }
.side-nav ul li:before {
	content: " ‣ ";
	position: absolute;
	top: 7px;
    left: 7px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.side-nav ul li a { 
	display: flex;
    width: 100%;
	padding: 10px 10px 10px 20px; 
	color: #fff; 
	border-radius: 8px;
}
.side-nav ul li a:hover,
.side-nav ul li.current-menu-item.current_page_item a{
	background-color: #6da5bc;
}
.contact-info li.eael-feature-list-item , 
.contact-info-email li.eael-feature-list-item {
	display: flex;
}
.contact-info li.eael-feature-list-item .eael-feature-list-icon,
.contact-info-email li.eael-feature-list-item .eael-feature-list-icon {
    padding: 0 !important;
	margin-right: 5px;
}
.contact-info li.eael-feature-list-item .eael-feature-list-icon svg,
.contact-info-email li.eael-feature-list-item .eael-feature-list-icon svg{
    width: 32px;
    height: 32px;
}
.column-block-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.column-block-row .column-two {
    padding: 0 15px 40px;
    width: 50%;
}
.column-block-row .column-two .column-img {
	position:relative; 
	height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #6a19c6;
    justify-content: center;
}
.column-block-row .column-two .column-img img { width: auto; height: 100%; }
.column-block-row .column-two .column-img .zoomtoplay{
	position:absolute; left:0; top:0; right:0; bottom:0;
	display:block;
}
.column-block-row .column-two .column-title h3 { 
	margin-bottom: 25px;
	margin-top:20px;
	font-family: "Roboto", Sans-serif; 
	font-size: 20px; 
	color: #74462D; 
	font-weight: 700;
	text-align:center;
}
.column-block-row .column-two .download-pdf {
    padding: 10px 20px;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #488FAB;
}
.photo-slider { padding-bottom: 50px; }
.photo-slider .swiper-slide .swiper-slide-inner img { 
	width: 100%;
	height: 300px;
    object-fit: cover;
}
.elementor-swiper-button-prev {
	left: -50px;
	background: #488FAB;
    color: #fff !important;
    padding: 5px;
}
.elementor-swiper-button-next {
    right: -50px;
	background: #488FAB;
    color: #fff !important;
    padding: 5px;
}
.copyright p { margin: 0; }
.comments-area a, .page-content a {
    text-decoration: none;
}
@media(max-width:1199px){
	.photo-slider { padding: 0 45px 50px; }
	.photo-slider .swiper-slide .swiper-slide-inner img { width: 220px; }
	.elementor-swiper-button-prev { left: -48px; }
	.elementor-swiper-button-next { right: -48px; }
	.detail-list ul li { padding-right: 15px; }
}
@media(max-width:992px){
	.column-block-row .column-two .column-img{
		height:280px;
	}
	.column-block-row .column-two .column-title h3 { 
		font-size:16px !important;
		min-height:44px;
	}
}

@media(max-width:767px){
	.column-block-row .column-two {
		margin-bottom:20px !important;
	}
	.column-block-row .column-two .column-img{
		height:170px;
	}
	.column-block-row .column-two .column-title h3 { 
		font-size:16px !important;
		min-height:44px;
	}
	.detail-list ul li { padding-left: 15px; }
	.detail-list ul li:before {
		content: " ‣ ";
		position: absolute;
		top: 2px;
		left: 0;
		font-size: 16px;
	}
	.photo-slider .swiper-slide .swiper-slide-inner img { height: auto; }
}


.column-block-row .column-two .download-pdf svg { margin-right: 8px; }
.column-block-row .column-two .download-pdf:hover { color: #fff; background-color: #74462D; }
@media(min-width:768px){
	.list-style ul li:not(:last-child) { margin-bottom: 15px; }
		.list-style-small ul li:not(:last-child) { margin-bottom: 20px; }
	.list-style ul li,
		.list-style-small ul li { font-size: 20px; }
	.list-style ul li strong,
		.list-style-small ul li strong {
		font-size: 23px;
	}
	.gradient-title h2 {
		line-height: 62px;
	}
}
@media(max-width:1025px){
		.no-shadow-mobile { box-shadow: none !important;  }
}
@media(max-width:991px){
	.image-rounded img { width: 183px !important; height: 183px !important; }
	.no-mobile-shadow > .elementor-widget-wrap.elementor-element-populated{ box-shadow: none !important; }
}
@media(max-width:767px){
	.list-style { border-top: solid 1px #8DA4D3; }
	.no-border-mob { border-top: 0 !important; }
.about-list ul li strong,
	.list-style ul li strong {
	min-width: 90px;
}
	.contact-form {
		margin-bottom: -20px;
	}
	.detail-list {
		margin-top: 0;
/* 		padding: 40px 20px 0; */
	}
	.detail-list ul li { width: 100%; }
	.detail-list ul li a { font-size: 16px; }
	.contact-info { background: #488FAB; }
	.contact-info .eael-feature-list-title { margin-bottom: 15px !important; color: #fff !important; }
	.contact-info .eael-feature-list-item .eael-feature-list-content-box p.eael-feature-list-content { color: #fff !important; }
	.contact-info .eael-feature-list-item .eael-feature-list-icon-box,
	.contact-info-email .eael-feature-list-item .eael-feature-list-icon-box{ display: none; }
	.contact-info .eael-feature-list-item,
	.contact-info-email .eael-feature-list-item{
		display: flex !important;
    	justify-content: center;
		text-align: center !important;
	}
	.contact-info .eael-feature-list-item .eael-feature-list-content-box a { color: #fff; }
	.column-block-row { margin: 0 -5px; }
	.column-block-row .column-two { padding: 0px 10px 20px; }
	.column-block-row .column-two .column-title h3 {
    margin-bottom: 15px;
    	font-size: 18px;}
	.column-block-row .column-two .download-pdf {
    padding: 6px 15px;
    	font-size: 14px;}
	.column-block-row .column-two .download-pdf svg {
    margin-right: 6px;
		width: 14px;}
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #488FAB;
}
/****** Aarjavani Custom Style End *********/

/*For News*/
@media(min-width:767px){
	.news .eael-grid-post-holder-inner{
		display: flex;
	}
	.news .eael-entry-thumbnail{
		height:100%;
	}
}
.news-list .eael-entry-media{
	width:300px;
	flex:0 0 auto;
}
.eael-grid-post .eael-entry-thumbnail > img {
		object-fit: fill !important;
}
@media(max-width:767px) {
	.news-list .eael-entry-media{
	width:100%;
}
}
@media(min-width:768px) and (max-width:1024px) {
	.news-list .eael-entry-media{
		width:400px;
	}
}

.add-new-post-form, .edit-new-post-form{
	max-width: 600px; 
	margin: auto; 
	padding: 20px; 
	border: 1px solid #ddd; 
	border-radius: 10px; 
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1); 
	font-family: Arial, sans-serif; 
	background-color: #f9f9f9;
	margin-top: 20px;
	margin-bottom: 20px;
}

.add-new-post-form label, .edit-new-post-form label{
	display: block; 
	font-weight: bold; 
	margin-bottom: 5px;
}

.add-new-post-form text, .edit-new-post-form text{
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	height: 150px;
}

.add-new-post-form textarea, .edit-new-post-form textarea{
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 5px;
}

#add-new-post-button, #edit-new-post-button{
	background-color : #f6f7f7;
	color: #0a4b78;
	border-style: solid;
	border-color: #0a4b78;
	align-items: center;
}

#add-new-post-button:hover, #edit-new-post-button:hover{
	background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}

.add-new-post-title, .add-new-post-content, .add-new-post-category, .add-new-post-featured_image,
.edit-new-post-title, .edit-new-post-content, .edit-new-post-category, .edit-new-post-featured_image{
	margin-bottom: 20px;
}

.add-new-post-form .heading, .container-posts-table .heading, .edit-new-post-form .heading {
	padding: 5px;
	text-align: center; 
	background: -webkit-linear-gradient(#D22DB3, #5615CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.container-posts-table{
	width: 60%;
	margin: 0 auto;
	padding: 10px;
}

#postsTable_wrapper{
	padding-top: 10px;
}

#postsTable{
	padding-top: 10px;
}

#postsTable th {
	text-align: center;
}

#postsTable td {
	text-align: center;
}

#close-popup {
    position: absolute;
    top: -5px;
    left: 120px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#featured_image_container{
	position: relative;
}

#success-popup {
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 20px; 
    background-color: green; 
    color: white; 
    border-radius: 5px; 
    z-index: 1000;
    max-width: 90%; 
    box-sizing: border-box; 
    text-align: center; 
}

@media (max-width: 600px) {
    #success-popup {
        padding: 15px;
    }
}

#failure-popup {
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 20px; 
    background-color: red; 
    color: white; 
    border-radius: 5px; 
    z-index: 1000;
    max-width: 90%; 
    box-sizing: border-box; 
    text-align: center; 
}

@media (max-width: 600px) {
    #failure-popup {
        padding: 15px;
    }
}


.add-new-post-btn{
	border: 1px solid #2271b1;
	color: #2271b1 !important;
	background-color: white !important;
	float: right;
}

.add-new-post-btn:hover	{
	border: 1px solid #2271b1;
	color: #2271b1;
	background-color: whitesmoke !important;
}

.edit-post{
	border: 1px solid #2271b1;
	color: #2271b1 !important;
	background-color: white !important;
}

.edit-post:hover{
	border: 1px solid #2271b1;
	color: #2271b1;
	background-color: whitesmoke !important;
}

.delete-post{
	border: 1px solid red !important;
	color: red !important;
	background-color: white !important;
}

.delete-post:hover{
	border: 1px solid red !important;
	color: red !important;
	background-color: whitesmoke !important;
}

.dataTables_length label,
.dataTables_filter label{
	line-height: 2 !important;
}

.page-content a{
	max-width: 100%;
	word-break: break-all;
	
}

.loader{
    display: none;
}

a.cancel-btn{
	background-color: #f6f7f7;
    color: red;
    border-style: solid;
	border: 1px solid red;
	width: 10px !important;
	padding:11px 25px;
	border-radius: 3px;
}

a.cancel-btn:hover{
	background-color: #f6f7f7;
    color: red;
    border-style: solid;
	border: 1px solid red;
	width: 10px !important;
	padding:11px 25px;
	border-radius: 3px;
}

.single-post .site-main {
	margin: 60px 0;
}
.post-thumbnail {
	margin-bottom: 30px;
}
.post-thumbnail img {
	border-radius: 18px;
}
.post-date {
	color: #488FAB;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #488FAB;
}
.post-date, .page-header {
	text-align: center;
}
@media only screen and (min-width: 450px) {
  .page-header {
   margin-left: 100px;
	margin-right: 100px;
  }
}
.page-header {
	margin-top: 30px;
	margin-bottom: 20px;
}
.page-header h1.entry-title {
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	background: linear-gradient(to right, #b61c91 38%, #3300ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-content {
	padding-top: 20px;
}

.tabs-container {
    display: flex;
}

.tab-links {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 20px;
}

.tab-link {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #8c030e;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s;
}

.tab-link:hover {
    background-color: #e2e2e2;
    color: #8c030e;

}

.tab-link.active {
    background-color: #e2e2e2;
    font-weight: bold;
    color: #8c030e;
}

.tab-content-area {
    flex-grow: 1;
    padding: 20px;
    border-left: 1px solid #ccc;
}

.tab-content {
    display: none;
}

.tab-content h2 {
    font-size: 24px;
    color: #8c030e;
	padding : 10px;
}

.featured-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.featured-image img {
    max-width: 15%;
    height: auto;
    object-fit: contain; 
}

.post-content {
    font-size: 16px;
    line-height: 1.6;
	text-align: center;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    color: #ECAC3B;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #e2e2e2;
}

.pagination .current {
    background-color: #ECAC3B;
    color: #fff;
    border: 1px solid #ECAC3B;
}

.page-header{
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	background: linear-gradient(to right, #b61c91 38%, #3300ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.upk-alice-carousel .upk-img-wrap {
	min-height: 254px;
}