/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/* .aux-widget-logo img.aux-attachment.aux-featured-image {
    width: 210px !important;
    height: 77px;
} */
.aux-related-posts-container {
    display: none;
}
.single-post .entry-media img {
    height: 400px !important;
}
/* RESOURCES PAGE EVENTS BOX DESIGN */
.event_box{
	height: 345px;
}
.event_box .elementor-image-box-content {
    position: absolute;
    top: 55%;
    width: 100%;
    padding: 0% 13% 4% 8%;
}
.event_box img.attachment-full.size-full {
    height: 345px;
}

/* HOME PAGE SLIDER CSS */
.n2-ss-item-image-content img {
    width: 80%;
}
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    height: 80% !important;
}
div#n2-ss-2 .n2-font-ea67a9f5a01e4b49f621adb3b7f9a727-hover {
    font-size: 53px !important;
}

/* ADD HOVER EFFERCT QOUTE SECTION IN HOME PAGE */
.home_quote_1 .elementor-widget-wrap:hover .elementor-icon, .home_quote_2 .elementor-widget-wrap:hover .elementor-icon, .home_quote_3 .elementor-widget-wrap:hover .elementor-icon, .home_quote_4 .elementor-widget-wrap:hover .elementor-icon{
    color: #FD346E !important;
    border-color: #FD346E !important;
}
/* Add hover on win win section  */
.home_win_img_box .elementor-widget-container:hover {
    background-color: #fd366f !important;
	    transition: all 300ms ease-out;
}
.home_win_img_box .elementor-widget-container:hover h3.aux-modern-heading-secondary, .home_win_img_box .elementor-widget-container:hover p.p1{
	color:white !important;
	    transition: all 300ms ease-out;
}


/* FIX SINGLE BLOG PAGE LEFT RIGHT PADDING */
article.aux-medium-context.post-86.post.type-post.status-publish.format-standard.has-post-thumbnail.tag-blog {
    padding: 0 60px;
}
p.nocomments {
    display: none;
}
/* ABOUT US PAGE CSS FOR TEAM SECTION */
.home_team span.designation {
    font-size: 14px;
    font-weight: 600;
}

.aboutus_2col_content .aux-text-inner.aux-text-widget-content {
    max-width: 100% !important;
}
.aboutus_2col_content .aux-widget-advanced-text.aux-wrap-style-simple.aux-ico-pos-top.aux-text-left.aux-text-resp-.aux-text-color-dark.aux-text-widget-bg-center {
    height: 36em;
}
.elementor-widget-aux_staff .aux-staff-content {
    top: 55%;
}
/* PLATFORM PAGE CSS */
/* ICONS BOX SHADOW AND BORDER */
.platform_icon_box .bdt-ep-advanced-icon-box-content {
       padding: 70px 20px 20px;
    margin-top: -24%;
/* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%); */
	border-radius:10px;
	height: 18.5em;
	border: 1px solid #cdcdcd;
}
/* for 110% */
@media screen and (max-width: 1199px) {
	.platform_icon_box .bdt-ep-advanced-icon-box-content {
    height: 21em;
}
}
/* for 125% */
@media screen and (max-width: 1100px) {
		.platform_icon_box .bdt-ep-advanced-icon-box-content {
    height: 24em;
}
}
.platform_icon_box .bdt-ep-advanced-icon-box-content:hover {
		box-shadow: -15px 20px 50px 0px rgb(253 52 110 / 30%) !important;
}
.platform_icon_box_2 .bdt-ep-advanced-icon-box-content {
       padding: 70px 20px 20px;
    margin-top: -24%;
/* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%); */
	border-radius:10px;
	height: 18em;
	border: 1px solid #cdcdcd;
}
.platform_icon_box_2 .bdt-ep-advanced-icon-box-content:hover {
		box-shadow: -15px 20px 50px 0px rgb(96 1 211 / 30%) !important;
}

/* CAREER PAGE CSS */
/* Css for choose file btn */
::-webkit-file-upload-button{
  font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    padding: 10px 40px 10px 40px;
    background-color: var( --e-global-color-primary );
   
    transition: all ease-out 0.3s;
}
input.wpcf7-form-control.wpcf7-file{
	padding: 10px 20px 10px 40px !important;
	height:62px !important;
	 text-transform: capitalize;
}

/* CONTACT US PAGE CSS  */
.toggleContainer {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   width: 300px;
   border: 3px solid #FD346E;
   border-radius: 20px;
   background: #FD346E;
   font-weight: 500;
   color: black;
   cursor: pointer;
   font-size: 18px;
 }
 .toggleContainer::before {
   content: '';
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0%;
   border-radius:20px;
   background: white;
   transition: all 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
 }
 .toggleContainer div {
   padding: 6px;
   text-align: center;
   z-index: 1;
 }
 .toggleCheckbox {
   display: none;
 }
 .toggleCheckbox:checked + .toggleContainer div:first-child{
   color: white;
   transition: color 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer div:last-child{
   color: #343434;
   transition: color 0.3s;
 }
 .toggleCheckbox + .toggleContainer div:first-child{
   color: #343434;
   transition: color 0.3s;
 }
 .toggleCheckbox + .toggleContainer div:last-child{
   color: white;
   transition: color 0.3s;
 }
.footer_newsletter .wpcf7-response-output {
    color: white;
}
.elementor-130 .elementor-element.elementor-element-31c93a2, .elementor-130 .elementor-element.elementor-element-77931cb {
    animation-duration: 1000ms;
    animation-delay: 10ms !important;
    animation-timing-function: cubic-bezier(0.165,0.84,0.44,1);
	opacity: 1;
}
.school_form.aux-scale-down.aux-animated.aux-animated-once, .parent_form.aux-scale-down.aux-animated.aux-animated-once {
    animation-name: none;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-file{
	font-size: 16px;
    font-weight: 500;
    color: var( --e-global-color-accent );
	width:100%;
    border-radius: 30px 30px 30px 30px;
    padding: 17.5px 20px 17.5px 40px;
    margin: 0px 0px 25px 0px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    transition: all ease-out 0.3s;
}
input[type="submit"] {
    float: unset !important;
    margin: 0 auto;
    display: block;
}
.contact_box .aux-widget-advanced-text {
    height: 18em;
}
/* FIX BLOGS HOVER AND BTN ALIGNMENT  */
.aux-medium-context .aux-media-frame.aux-media-image.aux-image-mask {
    margin-left: 10%;
    margin-right: 10%;
}
header.entry-header{
	margin-bottom: 3.5em !important;
}
a.aux-read-more {
    left: unset !important;
    right: 5% !important;
}
 .n2-ss-layer-row-inner {
    margin: 0 10% 0 10%  !important;
}
/* HORIZONTAL SCROLL */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media only screen and (min-width: 468px){
.cf7_newsletter p:last-child {
    position: absolute;
    top: 34px;
    right: 10px;
}
}
/* FIX MOBILE SCREEN */
@media (max-width: 500px){
.cf7_newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
	margin-bottom:0;
	}	
	.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    height: 100% !important;
}
	.n2-ss-item-image-content img {
    width: 100%;
}
::-webkit-file-upload-button{
    padding: 10px 20px 10px 20px;
}
	.page-id-130 .aux-burger::before, .page-id-130 .aux-burger .mid-line, .page-id-130 .aux-burger::before, .page-id-130 .aux-burger::after, .page-id-205 .aux-burger::before, .page-id-205 .aux-burger .mid-line, .page-id-205 .aux-burger::before, .page-id-205 .aux-burger::after, .page-id-464 .aux-burger::before, .page-id-464 .aux-burger .mid-line, .page-id-464 .aux-burger::before, .page-id-464 .aux-burger::after {
    border-color: white !important;
}
	.home_post_middle a {
    font-size: 17px !important;
}
}
@media only screen and (max-width: 1450px) and (min-width: 1025px){
.elementor-67 .elementor-element.elementor-element-7b7cd19 .aux-modern-heading-secondary {
    font-size: 70px !important;
}
.home_future_of_learning_heading h1.aux-modern-heading-secondary{
	max-width: 1600px !important;
	font-size: 46px !important;
}
}
/* for 1199px  FIXING ABOUT US 2BOXEX SIZE IN 100% AND 110% HEIGHT*/
@media screen and (max-width: 1199px){
	.aboutus_2col_content .aux-widget-advanced-text.aux-wrap-style-simple.aux-ico-pos-top.aux-text-left.aux-text-resp-.aux-text-color-dark.aux-text-widget-bg-center {
    height: 50em !important;
}
}
/* FIX SLIDER HEIGHT ISSUE ON MIN HEIGHT */
@media only screen and (min-width:1024px) and ( max-height: 730px )
{
	div#n2-ss-2 .n-uc-mRDefrM0q0ok-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"], div#n2-ss-2 .n-uc-QKm3Xd50WMbb-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"], div#n2-ss-2 .n-uc-19b000265ba67-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
		margin: 50px 10px 0 10px !important;
	}
}
@media only screen and (min-width:900px) and ( max-width: 1024px ){
	.home-header #menu-header-menu li a{
		font-size: 14px;
    padding: 10px;
	}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-41b882e4.elementor-section-content-middle.elementor-section-height-full.home-slider.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle{
		padding:10px 0px 10px 0px !important;
	}
}

/* new style */

.part-col{
	margin-top:30px;	
}
.partners h4{
	text-align:center;
	color:#081420 !important;
	margin-top:15px;
	font-size:16px;
}
.partners h4:hover{
	color:#fc356e !important;
}
.pagination {
	font-size:18px;
	margin-top:30px;
}
.pagination a{
	color:#fc356e;
	padding:5px;
}
span.page-numbers.current , span.page-numbers.current{
	padding:5px;
}
.carousel h4{
	margin-top:30px;
}
.testi-cnt{
	margin-bottom:15px;
	margin-right:5px;
}