/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2025 | 05:23:31 */
/* About us Slider */

.about-us-slider .swiper-pagination-bullet-active 
{
    width: 59px !important;
    height: 9px !important;
    border-radius: 5px;
    border: none;
}
.about-us-slider .swiper-pagination-bullet {
	border: 1px solid #B0B2E3;
}
.about-us-carousel .swiper-wrapper .swiper-slide {
    background: #424593;
}

.about-us-slider .slick-dots li.slick-active button {
    background-color: #424593 !IMPORTANT;
    width: 59px !important;
    display: inline-block;
    height: 3px;
    border-radius: 10px;
}
.about-us-slider .slick-dots li button {
    background-color: #CED0FF !important;
    opacity: 1;
    height: 9px;
    width: 9px;
    border: 1px solid #B0B2E3;
    border-radius: 50%;
}
.about-us-slider .slick-dots li {
    width: auto !important;
    list-style: none !IMPORTANT;
}

.about-us-slider .slick-dots li::before {
    opacity: 0 !IMPORTANT;
}

.about-us-slider .slick-dots li button::before {
    opacity: 0 !IMPORTANT;
}


ul.about-us-slider {
    margin: 0;
    padding: 15px !important;
    background: #424593;
}
 .about_us-img {
    width: 37%;
    float: left;
}
.about_us-img img {
    width: 100%;
    float: left;
}
.about_us-wrapper {
    float: left;
    width: 63%;
    padding-left: 90px;
    /* display: flex; */
    /* align-items: stretch; */
    margin-top: 10%;
} 

.about_us_title {
    color: #fff;
    font-size: 26px;
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about_us_description {
    color: #fff;
    text-align: justify;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 15%;
    margin-top: 20px;
}
/* Alumni Slider */
.alumni-img {
    float: left;
    width: 30%;
    position: relative;
    padding-bottom: 7px;
    overflow: hidden;
    /* padding-right: 11px; */
}
ul.alumni-slider li button:before {
    font-size: 13px;
}
ul.alumni-slider li.slick-active button:before {
    opacity: .75;
    color: #424593;
}
ul.alumni-slider li {
    list-style: none;
}
ul.alumni-slider .slick-dots {
    bottom: -26px;
}
ul.alumni-slider {
    margin: 0;
    padding: 0;
}
.alumni-wrapper {
    float: left;
    width: 70%;
    padding-left: 9%;
    padding-top: 11%;
}
.alumni-img img {
    width: 100%;
}
.alumnititle {
    color: #424593;
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
}

.alumnidescription {
    margin-top: 10px;
    color: #848484;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 18px;
}

.alumnilink a {
    color: #336;
}


.alumni-img img {
    position: relative;
    z-index: 99;
    padding: 10px;
}
.alumni-img {
    position: relative;
}


.alumni-img:after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 8px;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #f4f4ff00;
    transition: all 0.6s ease;
    border: solid 5px #424593;
    border-top: 0px;
    border-left: 0px;
}

.alumni-img:hover:after {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #424593 solid;
    border-left: 0px;
    border-top: 0px;
}


/* About us slider */
.earsedu-date {
    color: #DBDBDB !important;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 56px !important;
    text-align: center;
    padding-top: 20px;
    float: left;
    line-height: 58px;
    width: 100%;
}
.center-slider.slick-initialized.slick-slider:after {
    content: "";
    width: 96.5%;
    height: 1px;
    position: absolute;
    left: 23px;
    top: 40.5%;
    z-index: 0;
    background: #DBDBDB;
}
.center-slider.slick-initialized.slick-slider .slick-prev {
    left: -1px;
}

.center-slider.slick-initialized.slick-slider .slick-next {
    right: 0px;
}
.center-slider .slick-next:before, .center-slider .slick-prev:before{
  color: #424593 ;
  font-size: 26px;
}
.center-slider.slick-initialized.slick-slider .slick-prev, .center-slider.slick-initialized.slick-slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
	display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	  z-index: 99;
}
.earsedu-disc {
    background-color: #F2F2FF !important;
    z-index: 1;
    width: 100%;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    float: left;
	opacity: 0;
}
.center-slider .slick-slide{
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
 
}
.center-slider .slick-current.slick-active .earsedu-disc {
    background-color: #F2F2FF !important;
    opacity: 1;
    padding: 17px;
    margin-top: 50px;
    min-height: 144px;
	position: relative;
	border-radius: 8px;
}
.center-slider .slick-current.slick-active .earsedu-disc:before {
    content: '';
    border-bottom: 17px solid #F2F2FF;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 43%;
}
.center-slider .slick-current.slick-active .earsedu-date {
    color: #424593 !important;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}





.animation8 .swiper-slide-inner img {
    position: relative;
    z-index: 99;
    padding: 10px;
}
.animation8 .swiper-slide-inner {
    position: relative;
}
.animation8 .swiper-slide-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #f4f4ff00;
    transition: all 0.6s ease;
    border: solid #8b1828 5px;
    border-right: 0px;
    border-bottom: 0px;
}

.animation8 .swiper-slide-inner:hover:before {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #8b1828 solid;
    /* border-left: 0px; */
    border-bottom: 0px;
    border-right: 0px;
}

.animation8 .swiper-slide-inner:after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 8px;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #f4f4ff00;
    transition: all 0.6s ease;
    border: solid 5px #424593;
    border-top: 0px;
    border-left: 0px;
}

.animation8 .swiper-slide-inner:hover:after {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #424593 solid;
    border-left: 0px;
    border-top: 0px;
}
.animation8 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination {
    bottom: 5px;
}

.information-tech-tab .eael-advance-tabs .eael-tabs-nav> ul li {
    min-width: 30%;
    min-height: 71px;
}
.information-tech-tab .title-after-icon {
    margin-left: 0px !important;
}
.homebanner h1 {
    position: relative;
    z-index: 99;
}
.hfe-nav-menu li.menu-item ul.sub-menu {
    box-shadow: 0px 12px 16px -4px rgba(16,24,40,0.1), 0px 4px 6px -2px rgba(16,24,40,0.05) !important;
    border-radius: 0px 0px 15px 15px !IMPORTANT;
    overflow: visible;
    background: #424593e6 !IMPORTANT;
    padding: 12px;
    min-width: 273px;
}

a.hfe-sub-menu-item:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

a.hfe-sub-menu-item::after {
    content: '';
    position: absolute !important;
    width: 90%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 10px;
    background: #ffffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}


a.hfe-sub-menu-item {
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hfe-nav-menu li.menu-item ul.sub-menu a.hfe-sub-menu-item {
    font-size: 16px !important;
    color: #fff !important;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    border-radius: 15px !IMPORTANT;
}
.hfe-nav-menu li.menu-item ul.sub-menu li {
    background: transparent !important;
    border: none !IMPORTANT;
}
/* academics page SELECT YOUR STREAM */

.ug-wrapper {
    background: #F1F1FE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 45px 30px 39px 30px;
}
ul.uglist {
    margin: 0 auto;
    /* padding: 0; */
    padding: 41px 0px 30px 0px;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}
.ugtitle::before {
    transition: .3s linear;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 5px;
    background-color: #A51C30;
}
ul.uglist li .ug-wrapper:hover {
background-color: #424593;
}
ul.uglist li {
    list-style: none;
    width: 33%;
    max-width: 461px;
	min-width: 320px;
    display: inline-table;
    float: none;
    text-align: left;
    margin-bottom: 35px;
}
ul.uglist li:hover .ug-wrapper .ugdescription, ul.uglist li:hover .ug-wrapper .ugtitle {
    color: #fff;
}
.ugtitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    align-items: center;
    color: #292F36;
    position: relative;
    margin-bottom: 40px;
}

.ugdescription {
    color: #4D5053;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ugimage {
    /* float: left; */
    width: 100%;
    position: relative;
}
.ugimage i {
    /* background: #424593; */
    background: #424593;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    position: absolute;
    z-index: 99;
    bottom: -14px;
    right: 25px;
	-webkit-text-stroke: 0.1px white;
}
.uglist li:hover .ug-wrapper .ugimage i {
    /* background: #424593; */
    background: #A51C30;

}

/* FACULTY PROFILES */
.facultyslider .slick-dots li button:focus {
    opacity: 0 !IMPORTANT;
}
.facultyslider .slick-dots li.slick-active {
    width: 56px;
    background: #424593;
    border-radius: 20px;
    height: 9px;
}

.facultyslider .slick-dots li {
    background: #424593;
    border-radius: 100%;
    height: 9px;
    width: 9px;
}

.facultyslider .slick-dots li:after {
    opacity: 0 !IMPORTANT;
}

.facultyslider .slick-dots li button:before {
    opacity: 0;
    font-size: 10px !important;
}

.facultyslider .slick-dots li.slick-active button:before {
    opacity: 0;
}

.facultyslider .slick-dots li button {
    height: 2px !important;
}


.facultyslider .facultyslider.slick-initialized.slick-slider [type=button]:focus {
    background: transparent !IMPORTANT;
}

.facultyslider .slick-dots li button:hover:before, .facultyslider .slick-dots li button:focus:before {
    opacity: 0 !IMPORTANT;
}

.facultyslider [type=button]:hover {
    opacity: 0;
}
.facultyslider li.facultylistitem {
    max-width: 461px;
    background: #F5F5FF;
    padding: 12px;
    margin: 20px;
    float: left;
    list-style: none;
}
.facultyslider li.facultylistitem:hover {
    background: #424593;
}
.faculty_designation {
    line-height: 18px;
    min-height: 40px;
    font-size: 16px;
}
.facultyslider li.facultylistitem:hover .faculty-right h2, .facultyslider li.facultylistitem:hover .faculty_designation,.facultyslider li.facultylistitem:hover .faculty_btn a {
    color: #ffff !IMPORTANT;
}
.facultyslider {
    margin-left: -14px !IMPORTANT;
    padding: 0px;
}
.faculty-left {
    float: left;
    width: 50%;
}
.faculty-right {
    float: left;
    width: 50%;
    padding: 10px;
    padding-left: 33px;
}

.faculty-right h2 {
    font-size: 20px;
    color: #0F2C44;
    line-height: 30px;
	text-transform: capitalize !important;
}

.faculty_btn a {
    color: #000000;
    font-family: 'Oswald';
}
/* Home page banner */
.ehf-header #masthead {
    z-index: 9999 !important;
}
.eventsslider li.eventsitem {
    float: left !important;
}
.homebanner:before {
    content: "";
    background: linear-gradient(94.71deg, rgba(66, 69, 147, 0.7) 24.36%, rgba(165, 131, 28, 0) 101.53%), url(istockphoto-1366686199-640_adpp_is);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.bannercontent {
    z-index: 99;
}

.animation1:hover .elementor-element {
    color: #fff;
}
.animation1 .elementor-container {
    background: #F1F1FE;
	 -webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
}
.animation1:hover .elementor-container {
    background: #424593;
}


.animation1 > .elementor-container:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 53%;
    bottom: -10px;
    left: -10px;
    background: #424593;
    z-index: -999;
    border: solid #424593 4px;
	-webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
	 -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
}
.animation1:hover > .elementor-container:before {
    left: 10px;
    bottom: 10px;
}


.animation1 > .elementor-container:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 53%;
    bottom: 10px;
    left: 10px;
    background: #f6f7ff;
    z-index: -999;
    border: solid #424593 4px;
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    transition: left 0.3s linear;
    border-right: 0px;
    border-top: 0px;
}
.animation1:hover > .elementor-container:after {
    left: -10px;
    bottom: -10px;
}


.animation1 {
    /* position: relative; */
}


/* ==============================
 */

.animation2 img {
    width: 100%;
    z-index: 99;
    position: relative;
}
.animation2 {
  position: relative;
  border: none;
  background-color: transparent;
/*   cursor: pointer; */
  outline: none;

}
.animation2.type1 {
    margin-left: 10px;
	margin-top: 10px;
}
.animation2.type1.type1::after, .animation2.type1.type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  border: 14px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.animation2.type1.type1::after {
    bottom: -10px;
    right: -10px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #424593;
    border-right-color: #424593;
    background: #424593;
}
.animation2.type1.type1::before {
    top: -10px;
    left: -10px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #A51C30;
    border-left-color: #A51C30;
    background: #A51C30;
    z-index: 0;
}
.animation2.type1.type1:hover:after, .animation2.type1.type1:hover:before {
    width: 103.5%;
    height: 106.5%;
	background: transparent;
}
.animation2.type2 {
  color: #16a085;
}


/* =====================CS Despande Anniamtion===================== */
.animationsc-desh img {
    width: 100%;
    z-index: 99;
    position: relative;
}
.animationsc-desh {
  position: relative;
  border: none;
  background-color: transparent;
/*   cursor: pointer; */
  outline: none;

}
.animationsc-desh .typeo {
    margin-left: 10px;
	margin-top: 10px;
}
.animationsc-desh.typeo.typeo::after, .animationsc-desh.typeo.typeo::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  border: 14px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.animationsc-desh.typeo.typeo::after {
    bottom: -10px;
    right: -10px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #424593;
    border-right-color: #424593;
    background: #424593;
}
.animationsc-desh.typeo.typeo::before {
    top: -10px;
    left: -10px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #A51C30;
    border-left-color: #A51C30;
    background: #A51C30;
    z-index: 0;
}
.animationsc-desh.typeo.typeo:hover:after, .animationsc-desh.typeo.typeo:hover:before {
    width: 103.5%;
    height: 105.6%;
	background: transparent;
}
.animationsc-desh.typeo {
  color: #16a085;
}

/* ============================== */



/** Events **/
li.eventsitem img {
    float: left;
    object-fit: cover;
    display: block;
    min-height: 356px;
    width: 100%;
    max-height: 356px;
}
.home ul.events-wraper {
    margin: 0 auto;
    padding: 0;
    max-height: 370px;
    overflow: hidden;
}
ul.events-wraper {
    margin: 0 auto;
    padding: 0;
  
}
li.eventsitem {
    width: 23%;
    display: inline-flex;
    float: none;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
	z-index: 1;
}
li.eventsitem:last-child {
    margin: 0px;
}
li.eventsitem:hover .eventsitemdic {
     visibility: visible;
  opacity: 1;
}
.eventsitemdic {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #424593;
    padding: 10px;
	 visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
	z-index: 9999;
}
h2.eventsinetitle:after {
    content:"";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 20%;
    background: #fff;
    height: 2px;
}
h2.eventsinetitle {
    color: #fff;
    font-size: 18px;
    position: relative;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
}
.date {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

a.events-button {
    float: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
li.eventsitem:after {
    content: "";
    position: absolute;
    z-index: 99;
    background: linear-gradient(360deg, rgba(66, 69, 147, 0.9) 34.37%, rgba(199, 199, 199, 0) 150%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	 transition: visibility 0s, opacity 0.5s linear;
}
.visibledate {
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 0px;
    background: #fff;
    color: #424593;
    border-radius: 50px 0px 0px 50px;
    padding: 6px;
    font-weight: 600;
	transition: visibility 0s, opacity 0.5s linear;
	font-size: 12px;
}
.visibletitle {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 999;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
li.eventsitem:hover .visibledate {
    opacity: 0;
}

li.eventsitem:hover .visibletitle {
    opacity: 0;
}

li.eventsitem:hover:after {
    opacity: 0;
}

.visibledate i {
    background: #424593;
    color: #fff;
    padding: 6px;
    border-radius: 100%;
}
.visibledate span {
    min-width: 30px;
    background: #424593;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
	margin-right: 5px;
}


/** Events slider **/

li.slidersitem img {
    float: left;
    object-fit: cover;
    display: block;
    min-height: 356px;
    width: 100%;
    max-height: 356px;
}


li.slidersitem {
    width: 23%;
    display: inline-flex;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
li.slidersitem:last-child {
    margin: 0px;
}
li.slidersitem:hover .eventsitemdic {
     visibility: visible;
  opacity: 1;
}

li.slidersitem:after {
    content: "";
    position: absolute;
    z-index: 99;
    background: linear-gradient(360deg, rgba(66, 69, 147, 0.9) 34.37%, rgba(199, 199, 199, 0) 150%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	 transition: visibility 0s, opacity 0.5s linear;
}
li.slidersitem:hover .visibledate {
    opacity: 0;
}

li.slidersitem:hover .visibletitle {
    opacity: 0;
}

li.slidersitem:hover:after {
    opacity: 0;
}




/* =================================== */

/* Testimonial slider */
.testislider .slick-dots li button:focus {
    opacity: 0 !IMPORTANT;
}
.testislider .slick-dots li.slick-active {
    width: 56px;
    background: #fff;
    border-radius: 20px;
    height: 9px;
}

.testislider .slick-dots li {
    background: #fff;
    border-radius: 100%;
    height: 9px;
    width: 9px;
}

.testislider .slick-dots li:after {
    opacity: 0 !IMPORTANT;
}

.testislider .slick-dots li button:before {
    opacity: 0;
    font-size: 10px !important;
}

.testislider .slick-dots li.slick-active button:before {
    opacity: 0;
}

.testislider .slick-dots li button {
    height: 2px !important;
}


.testislider .testislider.slick-initialized.slick-slider [type=button]:focus {
    background: transparent !IMPORTANT;
}

.testislider .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0 !IMPORTANT;
}

.testislider [type=button]:hover {
    opacity: 0;
}

.playpausebtns {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFFFFF;
}
.videoitem.html5video {
	width:100%;
	max-width:300px;
    height: 100%;
	margin: 0 auto;
    position: relative;
    float: left;
}

.playpausebtns a i {
    color: #FFFFFF;
    font-size: 26px;
}
.playpausebtns a.pausehtmlvid {
    display: none;
}
.slick-slideshow__slide.slick-slide.slick-current.slick-active.slick-center {
    /* max-width: 900px; */
}
.slick-initialized .slick-slide {
/*     display: block; */
    opacity: 1 !IMPORTANT;
	display:flex;
	align-items:center;
}
.user_name {
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin-right: 3px;
}

.designation {
    float: left;
    padding-top: 3px;
}

.userinfo {
    float: left;
    width: 100%;
	align-items:center;
/*     padding-top: 25%; */
}

.userdiscription {
    float: left;
    width: 100%;
    margin-top: 14px;
	margin-bottom: 10px;
}
.testidic {
    float: left;
    width: 37%;
    margin-left: 28px;
    color: #fff;
}
.testislider {
  margin: 0 auto;
}
.slick-initialized .slick-slide h3 {
    float: left;
}

.slick-initialized .slick-slide iframe {
    float: left;
}
.slick-list {
    padding-left: 0px!important; // half partial
}

.video {
    width: 51%;
    /* height: 322px; */
    position: relative;
    float: left;
}
.tv_video{height: 100%;width: 100%; object-fit: cover;}



/* ============CELEBRITY QUOTIENT animation================ */

.home-celebrity-slider .elementor-testimonial__image:hover:before,.home-celebrity-slider .elementor-testimonial__image:hover:after {
	opacity:1;
}
.home-celebrity-slider .elementor-testimonial__image:before {
    content: "";
/*     background: #F5F5FF; */
    left: 0;
    top: 0;
    width: 53%;
    position: absolute;
    /* z-index: 999; */
    height: 53%;
    z-index: 0;
    border: #424593 solid;
    border-bottom: 0px;
    border-right: 0px;
    z-index: -1;
	opacity:0;
	 transition: visibility 0s, opacity 0.5s linear;

}
.home-celebrity-slider .elementor-testimonial__image:after {
    content: "";
/*     background: #F5F5FF; */
    right: 0;
    bottom: 7px;
    width: 53%;
    position: absolute;
    /* z-index: 999; */
    height: 53%;
    z-index: 0;
    border: #424593 solid;
    border-top: 0px;
    border-left: 0px;
    z-index: -1;
	 transition: visibility 0s, opacity 0.5s linear;
	opacity:0;
}
.home-celebrity-slider .elementor-testimonial__image {
    position: relative;
    padding: 10px;
}
/* .home-celebrity-slider .elementor-testimonial__image img:hover {
	width: 265px !important;
	height: 214px !important;
} */



/* =================================COURSES WE OFFER================================== */



.animation4 .eael-tabs-content img {
    position: relative;
    z-index: 99;
}
.animation4 .eael-tabs-content > div {
    position: relative;
}
.animation4 .eael-tabs-content > div:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #424593;
	transition: all 0.6s ease;
}

.animation4 .eael-tabs-content > div:hover:before {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #424593 solid;
    border-left: 0px;
    border-bottom: 0px;
}


.animation4 .eael-tabs-content > div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #8b1828;
	transition: all 0.6s ease;
}

.animation4 .eael-tabs-content > div:hover:after {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #8b1828 solid;
    border-right: 0px;
    border-top: 0px;
}


.home-tabs .eael-advance-tabs .eael-tabs-nav>ul li {
    width: 491px;
}

.img-zoom .elementor-widget-container {  
  overflow: hidden; 
}

.img-zoom .elementor-widget-container img {
  transition: 0.3s;
}

.img-zoom .elementor-widget-container img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
  //border: 1px solid #000;
	border-radius:50%;
}



.animation7 .elementor-widget-container img {
    position: relative;
    z-index: 99;
    padding: 10px;
}
.animation7 .elementor-widget-container {
    position: relative;
}
.animation7 .elementor-widget-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #F4F4FF;
    transition: all 0.6s ease;
    border: solid #424593 3px;
    border-right: 0px;
    border-bottom: 0px;
}

.animation7 .elementor-widget-container:hover:before {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 3px #424593 solid;
    /* border-left: 0px; */
    border-bottom: 0px;
    border-right: 0px;
}

.animation7 .elementor-widget-container:after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 0px;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #F4F4FF;
    transition: all 0.6s ease;
    border: solid 3px #8b1828;
    border-top: 0px;
    border-left: 0px;
}

.animation7 .elementor-widget-container:hover:after {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 3px #8b1828 solid;
    border-left: 0px;
    border-top: 0px;
}
.e-gallery-justified .e-gallery-item:hover .e-gallery-image.elementor-gallery-item__image {
    transform: scale(1.1);
}

/* CSR ACTIVITIES */

.csrleft {
    background: #F4F4FF;
    float: left;
    width: 67%;
    padding: 7% 5%;
    border-bottom: #A51C30 solid 2px;
}
.csrleft .title {
    color: #424593;
    font-family: Oswald;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
	text-transform: uppercase;
}

.discription {
    color: #4E4E4E;
    font-family: jost;
    font-size: 20px;
    font-weight: 500;
}
.csrslider .slick-dots {
    bottom: 70px;
    left: 25%;
    width: auto;
}


.csrslider .slick-dots li button:focus {
    opacity: 0 !IMPORTANT;
}
.csrslider .slick-dots li.slick-active {
    width: 56px;
    background: #424593;
    border-radius: 20px;
    height: 9px;
}

.csrslider .slick-dots li {
    background: #edd2d5;
    border-radius: 100%;
    height: 9px;
    width: 9px;
	border: solid 1px #b0b2e3;
}

.csrslider .slick-dots li:after {
    opacity: 0 !IMPORTANT;
}

.csrslider .slick-dots li button:before {
    opacity: 0;
    font-size: 10px !important;
}

.csrslider .slick-dots li.slick-active button:before {
    opacity: 0;
}

.csrslider .slick-dots li button {
    height: 2px !important;
}


.csrslider .csrslider.slick-initialized.slick-slider [type=button]:focus {
    background: transparent !IMPORTANT;
}

.csrslider .slick-dots li button:hover:before, .csrslider .slick-dots li button:focus:before {
    opacity: 0 !IMPORTANT;
}

.csrslider [type=button]:hover {
    opacity: 0;
}


.csrright {
    float: right;
    width: 37%;
    margin-left: -100px;
    margin-top: 5%;
}

.contentpart {
    max-width: 80%;
    line-height: 30px;
}
/* 
rslider .slick-slideshow__slide.slick-slide.slick-current.slick-active.slick-center {
    max-width: 1332px;
}
*/
li.eventsitem a {
    float: left;
    width: 100%;
    position: relative;
}

li.eventsitem:hover a {
    z-index: 9999;
}
span.events-button {
    float: right;
    color: #fff;
	text-transform: uppercase;
    font-size: 13px;
    margin-right: 15px;
}
#menu-item-5630 > ul.sub-menu {
    left: -42px !important;
    position: absolute !IMPORTANT;
}

#menu-item-5630 > ul.sub-menu li > ul.sub-menu {
    left: -270px;
    /* right: 221px !IMPORTANT; */
}

.home-tabs span.tab-desc {
    display: none;
} 

.home-tabs .active span.tab-desc {
    display: block;
}


.scrolling-words-container {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}

.scrolling-words-box {
    height: 4.9rem;
    overflow: hidden;
}
.scrolling-words-box ul {
  margin: 0;
  padding: 0;
  animation: scrollUp 8s infinite;
}
.scrolling-words-box ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 5rem;
    list-style: none;
    color: #fff;
    font-size: 80px;
    line-height: 64px;
    font-weight: 500;
	text-transform: uppercase;
	font-family: "Oswald", Sans-serif;
}

@keyframes scrollUp {
  15%, 25% {
    transform: translateY(-50%);
  }
  40%, 50% {
    transform: translateY(-60%);
  }
  65%, 75% {
    transform: translateY(-70%);
  }
  90%, 100% {
    transform: translateY(-80%);
  }
}



ul.peolist li {
    list-style: none;
    display: inline-block;
    width: 33%;
    margin: 1%;
    background-size: cover !important;
    background-position: bottom center !IMPORTANT;
    position: relative;
    /* float: left; */
    height: 422px;
    color: #fff;
    border-radius: 10px;
    font-family: 'Jost';
    padding: 42px;
    font-weight: 700;
    max-width: 420px;
}

ul.peolist {
    margin: 0;
    padding: 0;
    /* display: flex; */
    margin: 0 auto;
    padding-top: 70px;
    text-align: center;
}
p.peotitle {
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    padding: 40px;
	text-align: left;
	top: 210px;
}

img.psoimage {
    background-color: #424593;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    max-width: 76px;
}

ul.psolist {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    /* display: flex; */
    padding-top: 70px;
    max-width: 97%;
}

ul.psolist li {
    list-style: none;
    display: inline-flex;
    float: none;
    width: 30.333%;
    margin: 20px;
    min-height: 196px;
}
p.psotitle {
    color: #4D5053;
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.programmeleft {
    /* margin: 0 auto; */
    float: left;
    width: 46%;
    padding: 2%;
}

.programme-container {
    margin: 0 auto;
    padding-top: 70px;
    max-width: 92%;
    line-height: 27px;
}

.programme-right {
    float: left;
    width: 46%;
    padding: 2%;
}
.thisis.slidem div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 5rem;
    list-style: none;
    color: #fff;
    font-size: 80px;
    line-height: 64px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
}
irotate {
		text-align: center;
		margin: 0 auto;
		padding: 10% 0;
		display: block;
	}
	.thisis {
		display: inline-block;
		vertical-align: middle;
		height: 73px;
	}
	.slidem {
		overflow: hidden;
		text-align: left;
		min-width: 90px;
	}

.alumni-carusole .elementor-testimonial__image:hover:before {
        right: 10px;
    	bottom: 10px !important;
}
.alumni-carusole .elementor-testimonial__image:hover:after {right: -10px;bottom: -3px;}
.alumni-carusole .elementor-testimonial__image:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    bottom: -10px;
    right: -10px;
    background: #A51C30;
    z-index: -999;
    border: solid #A51C30 14px;
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    -webkit-transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -ms-transition: right 0.3s linear;
    -o-transition: right 0.3s linear;
    transition: right 0.3s linear;
}

.alumni-carusole .elementor-testimonial__image {
        /* background: #A51C30; */
        position: relative;
	margin-bottom: 5px;
}

.alumni-carusole .elementor-testimonial__image:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    bottom: 10px;
    right: 10px;
    background: transparent;
    z-index: -999;
    border: solid #A51C30 4px;
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
    -webkit-transition: right 0.3s linear;
    -moz-transition: right 0.3s linear;
    -ms-transition: right 0.3s linear;
    -o-transition: right 0.3s linear;
    transition: right 0.3s linear;
    border-left: 0px;
    border-top: 0px;
}





/* COURSES WE OFFER */


/* =================================COURSES WE OFFER================================== */


.tab_content .blog_img img {
    position: relative;
    z-index: 99;
    /* float: left; */
    margin-bottom: -9px;
    padding: 0px !IMPORTANT;
}
.tab_content .blog_img {
    position: relative;
    padding: 1em;
}
.tab_content .blog_img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #424593;
	transition: all 0.6s ease;
}

.tab_content .blog_img:hover:before {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #424593 solid;
    border-left: 0px;
    border-bottom: 0px;
}


.tab_content .blog_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9;
    width: 42%;
    height: 50%;
    background: #8b1828;
	transition: all 0.6s ease;
}

.tab_content .blog_img:hover:after {
    width: 85%;
    height: 85%;
    background: transparent;
    border: 5px #8b1828 solid;
    border-right: 0px;
    border-top: 0px;
}
.tabs_wrapper {
  width: 100%;
  margin: 0 auto;
  background: transparent;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    padding: 0;
    width: 45%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
}
ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 33px 0px 34px 17px;
    line-height: 31px;
    color: white;
    text-align: left;
    font-weight: bold;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 22px;
    color:#CBCBCB;
    font-family: 'Oswald';
    float: left;
    margin-right: 46px;
    border-bottom: solid 1px #CBCBCB;
	width: 100%;
}
ul.tabs li:hover {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active {
  color: #424593;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    width: 55%;
    min-width: 10px;
    text-align: left;
    max-height: 655px;
    overflow: hidden;
}
ul.tabs li span {
    font-size: 14px;
    line-height: 20px;
    color: #4D5053;
    margin-top: 17px;
    text-align: justify;
    font-weight: normal;
    float: left;
    font-family: 'Jost';
    width: 100%;
	display: none;
}
ul.tabs li.active span {
    display: block;
}

ul.tabs li.active a {
    display: block;
}
ul.tabs li a {
    color: #c36;
    font-size: 13px;
    float: left;
	display: none;
    /* width: 100%; */
    font-family: 'Jost';
    text-decoration: underline !IMPORTANT;
}
.tab_content {
  padding: 30px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
  ul.tabs {
   width: 100%;
	margin-top: 0px;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
  	min-height: auto !important;
   }

  .tab_drawer_heading {
   
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .tab_drawer_heading:hover {
   
  }

  .d_active {
   
  }
}









/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.hfe-nav-menu li.menu-item ul.sub-menu {
    padding: 2px !important;
}
ul.peolist li {
    width: 90%;
}
ul.psolist li {
    width: 90%;
}	
.programmeleft,.programme-right {
    width: 90%;
}	
.thisis {
    height: 31px;
}	  
.thisis.slidem div {
        font-size: 22px;
        line-height: 34px;
}
.hfe-nav-menu li.menu-item ul.sub-menu a.hfe-sub-menu-item {
    color: #000 !IMPORTANT;
}	
.hfe-nav-menu li.menu-item ul.sub-menu {
    background: #ffffff !IMPORTANT;
}
.hfe-nav-menu li.lastmenu.menu-item ul.sub-menu li ul.sub-menu {
    left: 0px !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.hfe-nav-menu li.menu-item ul.sub-menu a.hfe-sub-menu-item {
    color: #000 !IMPORTANT;
}	
.hfe-nav-menu li.menu-item ul.sub-menu {
    background: #ffffff !IMPORTANT;
	 padding: 2px !important;
}
.hfe-nav-menu li.lastmenu.menu-item ul.sub-menu li ul.sub-menu {
    left: 0px !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
ul.peolist li {
    width: 90%;
}
ul.psolist li {
    width: 90%;
}	
.programmeleft,.programme-right {
    width: 90%;
}	
.thisis {
    height: 31px;
}	  
.thisis.slidem div {
        font-size: 22px;
        line-height: 34px;
}	
.hfe-nav-menu li.menu-item ul.sub-menu a.hfe-sub-menu-item {
    color: #000 !IMPORTANT;
}	
.hfe-nav-menu li.menu-item ul.sub-menu {
    background: #ffffff !IMPORTANT;
	 padding: 2px !important;
}  
.hfe-nav-menu li.lastmenu.menu-item ul.sub-menu li ul.sub-menu {
    left: 0px !important;
}	  
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
ul.peolist li {
    width: 90%;
}
ul.psolist li {
    width: 90%;
}
.programmeleft,.programme-right {
    width: 90%;
}
.hfe-nav-menu li.menu-item ul.sub-menu a.hfe-sub-menu-item {
    color: #000 !IMPORTANT;
}	
.hfe-nav-menu li.menu-item ul.sub-menu {
    background: #ffffff !IMPORTANT;
	 padding: 2px !important;
}  
.hfe-nav-menu li.lastmenu.menu-item ul.sub-menu li ul.sub-menu {
    left: 0px !important;
}	  
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.thisis {
    height: 31px;
}	  
.thisis.slidem div {
        font-size: 22px;
        line-height: 34px;
}	
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.thisis {
    height: 31px;
}	  
.thisis.slidem div {
        font-size: 22px;
        line-height: 34px;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}