@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body {

    line-height: 25px;
}

.owl-dots span {
    width: 10px;
    height: 10px;
    /*! background: #333; */
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #169E5C;
}

.owl-dot {
    background: transparent;
    border: navajowhite;
    margin: 20px 3px 0;
}

.owl-dot.active span {
    width: 10px;
    background: #169E5C;
}

.owl-dots {
    text-align: center;
}

button:focus {
    outline: 0
}


.banner-text .item {
    display: flex;
    height: 210px;
    align-items: center;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0 0;
    z-index: 1;
    width: 100%;
}

.banner-text {
    position: absolute;
    top: 58%;
    z-index: 9;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.banner-text > div {
    padding: 0
}

.banner-text h1 {
    color: #fff;
    font-size: 41px;
    line-height: 54px;
    text-transform: uppercase;
    max-width: 447px;
    font-family: "Merriweather", serif;
    font-weight: 700;
}

header img {
    width: 238px;
}

.banner-text p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    width: 326px;
    line-height: 32px;
    border-radius: 10px;
    margin: 0;
}

.banner-img {
    position: relative;
    background-image: url(../images/banner-bg.jpg);
    height: 100vh;
}

.banner-text label {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.banner-text h1 span {
    color: #e31837;
}

body {

    color: #121820;

    font-family: Raleway !important;



    font-size: 16px;
}

/*form*/
.applybtn a {
    position: fixed;
    right: -50px;
    transform: rotate(-90deg);
    background: #169E5C;
    top: 50%;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: -60px;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    display: none;
    border-radius: 13px 15px 0 0;
    font-weight: 600;
    display: none;
}

.form-sec.sticky {
    right: -1450px;
    position: fixed;
}

.applybtn.sticky a {
    display: block;
}

html {
    scroll-behavior: smooth;
}

.form-sec.formbottom {
    box-shadow: 0 0 5px #ddd;
}

.form-sec {
    position: fixed;
    top: 15%;
    right: 5px;
    width: 383px;
    /* background: #fff; */
    padding: 20px 20px;
    z-index: 9;
    border-radius: 0;
}

.accordion-box + p {
    margin: 21px 0 0;
    background: #f2f2f2;
    padding: 11px 20px;
    border-left: solid 4px #c9a64b;
    font-size: 14px;
}

.timeline .title {
    text-align: center;
}

.users a {
    color: #000;
    font-weight: bold;
}

.adm-txt {
    font-size: 19px;
    color: #e5636b;
    text-align: center;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    font-weight: 600;
    background: #fff;
    padding-top: 15px;
}

.input {
    /* border: 0.5px solid #fff; */
    /* padding: 0 10px; */
    /* height: 33px; */
    /* width: 100%; */
    /* border-radius: 0px; */
    /* font-size: 14px; */
    /* color: #2d2d2d; */
    /* background: #eee; */
}

.sbt {
    border-radius: 0;
    padding: 8px 20px;
    background: #e5636b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px auto 0;
    width: 140px;
    display: inherit;
    border: none;
}


.form-sec .form-group {
    position: relative
}

/*.form-sec .form-group::before {
 position: absolute;
 content: "";
 background-image: url(../images/form-icon.png);
 width: 30px;
 height: 40px;
 background-position: -3px -11px;
 top: 7px;
 left: 0;
}*/

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.Stream::before {
    background-position: 1px -150px;
    width: 35px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}



.desktop.banner-text {
    left: 180px;
    width: 300px;
    height: 110px;
    margin-top: 37px;
}

.desktop.banner-text a {
    width: 100%;
    height: 95px;
    display: block;
    font-size: 0;
}

.mobile {
    display: none
}

.img-fluid.logo {
    width: 256px;
    margin: 0 0 0 -15px;
}

.text-muted {
    color: #111 !important;
}

input:focus {
    outline: 0
}

.owl-nav > button {
    position: absolute;
    top: 44%;
    left: 25px;
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 0px !important;
    background-color: #fff;
    line-height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    background-image: url(../images/arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.owl-nav > button.owl-next {
    left: auto;
    right: -42px;
    transform: rotate(0deg);
}

.banner-img .owl-carousel {
    padding-left: 70px;
    position: relative;
    max-width: 435px;
    margin-left: -60px;
}

.paddingbox {
    padding-bottom: 50px;
}

.margingbox {
    margin-bottom: 50px;
}

h2 {
    /*! text-transform: uppercase; */
    font-size: 37px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    color: #169E5C;
}

 span {
    /* color: #169E5C; */
    font-weight: 600;
    /* font-size: 29px; */
    /* line-height: 31px; */
    /* display: inline-block; */
}

.Academic img {
    max-width: 22px;
    display: none !important
}


/*---------------------------------*/

.banner-girl {
    position: absolute;
    right: 236px;
    bottom: 0px;
    max-width: 49%;
}

.btnform a {
    color: #fff;
    background: #000;
    padding: 7px 34px 10px;
    border-radius: 40px;
    font-size: 21px;
    display: inline-block;
    margin: 20px 0 0;
    font-weight: 600;
    pointer-events: none;
}

.listcourse ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.listcourse ul li {
    display: inline-block;
    line-height: 32px;
    position: relative;
    font-size: 27px;
    font-weight: 400;
}

.AboutIFMR {
    background-size: 130%;
}

.listcourse ul li:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.Specialisations {
    background: #fff4ee;
}

.Specialisations ul.tablist {
    list-style: none;
    padding: 0;
    margin: 20px 0 31px;
}

ul.tablist li {
    width: 100%;
    padding: 0;
}

ul.tablist li a {
    padding: 10px 0px;
    color: #121820;
    border: none !important;
    background: transparent !important;
    border-bottom: solid 2px #cabbd8 !important;
    position: relative;
}

ul.tablist li a.active {
    border-color: #9378a1 !important;
    font-weight: 600;
    color: #121820 !important;
}

.areas ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

.areas ul li {
    display: inline-block;
    line-height: 28px;
    margin-right: 7px;
    position: relative;
    border-right: solid 2px #169E5C;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
}

.areas ul li:last-child {
    border: none
}

.areas ul li b {
    font-size: 22px;
    color: #169E5C;
    font-weight: 600;
}

ul.tablist li a:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 1px;
    position: absolute;
    right: 9px;
    border-right: solid 1px;
    transform: rotate(45deg);
    top: 17px;
}

ul.tablist li a.active:before {

    border-top: solid 2px;

    border-right: solid 2px;
}

.placements {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0px;
    border-bottom: solid 1px #169E5C;
    max-width: 65%;
    margin-left: auto;
}

.placements li {
    width: 50%;
    position: relative;
    padding: 11px 30px 0px 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.placements li span {
    position: absolute;
    left: 3px;
    top: 10px;
    max-width: 48px;
}

.EdgeIFMR {
    background: #fff4ee;
    padding-bottom: 40px;
    overflow: hidden;
}

.points ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 23px;
    position: relative;
}

.points ul li {
    width: 50%;
    margin-bottom: 0;
}

.points ul li label {
    color: #169E5C !important;
    font-size: 89px;
    font-weight: 600;
    /*! width: 50%; */
    font-family: "Merriweather", serif;
    position: relative;
    padding-left: 14px;
    margin: 0;
}

.points ul li span {
    color: #121820;
    display: block;
    font-size: 24px;
    line-height: 18px;

    padding-left: 19px;
    margin-top: 19px;
    font-weight: 600;
}

.Placement {
    background: #fffaf8;
}

.summer {
    background: #542d62;
    color: #fff;
    padding: 30px 40px 40px;
    position: relative;
    z-index: 6;
}

.summer h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.summer h4 {
    font-size: 17px;
}

.l1 label {
    display: block;
    margin: 0;
    font-size: 17px;
}

.l1 span {
    font-weight: 700;
}

.l1 {
    margin-top: 18px;
}

.points ul li label pre {
    font-size: 28px;
    position: absolute;
    left: -2px;
    top: -13px;
    overflow: hidden;
    color: #169E5C;
}

.points ul:before {
    content: "";
    width: 0;
    height: 1px;
    background: #542d62;
    top: 171px;
    position: static;
}

.top-req .owl-dots {
    display: block !important;
    /*! position: absolute; */
    top: -80px;
    right: 0;
}

.Placement {
    position: relative
}

.top-req .item img {
    width: 100% !important;
    /*! background: #f4f4f4; */
    padding: 10px;
    margin: 0 5px;
    object-fit: scale-down;
    height: 78px;
    padding: 10px 0;
}

.Placement::before {
    background-image: url(../images/building.png);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 280px;
    z-index: 0;
    left: 0;
}


.faculty1 h3 {
    font-size: 22px;
    font-weight: 600;
}

.faculty1 {
    padding: 14px 0 0;
}

.faculty1 p {
    font-size: 14px;
    margin: 0;
}

.Finest .item {
    position: relative;
    overflow: hidden;
}

.Finest .item:before {
    content: "";
    background: #f3c9ad;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 50px;
}

.div1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #542d62;
    padding: 10px 0;
}

.Finest .owl-dots {
    display: block !important;
    /*! position: absolute; */
    top: -80px;
    right: 0;
}

.Finest {
    background: #ffffff;
}

.div1 h3 {
    color: #542d62;
    font-family: "Merriweather", serif;
    border-bottom: solid 1px #eee;
    margin: 0;
}

.div1:last-child {
    border-bottom: solid 0px #eee;

}

.Finest .cont .owl-dots {
    position: static;
}

.cont p {
    color: #542d62;
    font-family: "Merriweather", serif;
    font-size: 20px;
    margin-top: 32px;
}

.Eligibility {
    background: #f1e9ff
}

.elig-box {
    border: solid 1px #542d62;
    padding: 80px 40px 40px 380px;
    position: relative;
    margin-top: 10px;
}

.elig-box ul {
    padding: 0;
    margin: 14px;
}

.elig-box ul li {
    margin-bottom: 9px;
    font-size: 14px;
}

.imgb {
    position: absolute;
    bottom: -62px;
    left: 56px;
    max-width: 252px;
}

.University {
    background: #169E5C;
    margin-left: 15px;
    padding: 90px 60px 44px 60px;
    width: 100%;
    max-width: 50%;
    position: relative;
    z-index: 2;
}

.Alumni {
    background: #f6f2ff;
}

.slider {
    display: flex;
    margin-left: -15px;
}

.img6 img {
    width: 100%;
}

.img6 {
    width: 100%;
    max-width: 50%;
    margin-left: -3px;
    position: relative;
    z-index: 0;
}

.slider p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 65px;
    margin-top: 50px;
    min-height: 213px;
}

.University h4 {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 27px;
}

.University label {
    color: #fff;
    font-size: 22px;
}

.University img {
    position: absolute;
    right: -19px;
    transform: translateY(-50%);
    top: 50%;
    width: 50px !important;
}

.sliderbox .owl-dots {
    display: block !important;
    position: absolute;
    top: -80px;
    right: 0;
}

.sliderbox > ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.sliderbox > ul li {
    display: inline-block;
    line-height: 28px;
    margin-right: 30px;
    position: relative;
    border-right: solid 2px;
    padding-right: 80px;
    font-size: 21px;
    font-weight: 600;
}

.sliderbox > ul li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.copyright {
    text-align: center;
    border-top: solid 1px #542d62;
    padding-top: 17px;
    margin-top: 40px;
}

.copyright p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.copyright p a {
    color: #542d62;
}

.heading {
    position: relative;
    margin-bottom: 40px;
}

.container {
    position: relative;
}

#Internships .tab-content > .tab-pane img {
    display: inline-block;
    max-width: 256px;
    margin: 10px 20px 10px;
    object-fit: scale-down;
    height: 60px;
}



.item01 .item::before {
	content: "";
	background: #f3c9ad;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 50px;
	left: 0;
}

.item01 .item {
    position: relative;
    overflow: hidden;
}

.item01 img {
    position: relative;
    z-index: 2
}

.item01 h4 {
    margin-top: 49px;
    color: #169E5C;
    font-size: 30px;
    font-family: "Merriweather", serif;
    margin-bottom: 20px;
}

.item01 .owl-dots {
    text-align: left;
    margin-left: 108px;
}

hr {
    margin: 20px 0 20px;
    border-color: #169E5C;
    border-width: 2px;
}

.rowh {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.rowh > div {
    max-width: 38%;
    position: relative;
    width: 100%;
    padding-right: 60px;
    margin: 0;
}

.rowh > div:first-child {
    border-right: solid 2px #169E5C;
    max-width: 53%;
}

.rowh > div p {
    margin: 0;
}

.Flexible  {
    margin-top: 40px;
    margin-bottom: 21px;
}

.Flexible .col-md-4 p {
    padding-right: 70px;
}

.Uniqueness {
    background: #89CB96;
    padding: 50px 50px 40px;
    display: flex;
    margin: 50px 0 0;
}

.Uniqueness h2 {
    width: 100%;
    max-width: 410px;
}

.Uniqueness p {
    max-width: 53%;
    margin-left: 40px;
}

li.Majors {}

.Majors li {
    border: none !important;
    position: relative !important;
    padding-left: 11px;
    font-weight: 500;
}
.Campus  {
	background: #fffaf8;
}
.Majors li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #169E5C;
    border-radius: 40px;
    top: 10px;
}
.Specialisations hr {
	border-color: #89CB96;
}
.Majors h4 {
    color: #169E5C;
    font-family: "Merriweather", serif;
    font-size: 30px;
}
.areas1 ul {
    list-style: none;
}

.areas1 ul li {
    display: inline-block;
    line-height: 28px;
    margin-right: 7px;
    position: relative;
    border-right: solid 2px #ea676d;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
}
.points ul li label label {
    font-size: 17px;
    color: #000;
    font-family: Raleway !important;
    margin: 0;
    padding: 0;
    position: relative;
    top: -6px;
    left: 90px;
    width: auto;
    font-weight: 400;
}

.points ul li:last-child label label {
    left: 60px;
}

.videobtn {
  position: absolute;
  top: 9px;
  right: 0;
 
  cursor: pointer;
}
.videobtn span {
  position: absolute;
  right: 0;
}
.videobtn span img {
  border-radius: 50px;
}

.videobtn label{
    margin-right: 40px;
    border-bottom: solid 2px #169E5C;
    cursor: pointer;
    margin-top: 3px;
}

.Campus .heading p{
    padding-top: 17px;
}


/* by sanja*/

.EdgeIFMR ul{
    list-style: disc;
}
.EdgeIFMR .placements li::marker{color: #169E5C;}

.points ul li label label{display: block;}

.navbar {background-color: transparent !important;}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.mobilebanner{display: none;}
.desktopbanner{width: 100%;}
#alertTitle{color: #fff !important;font-size: 25px !important;display: block;margin: auto;}