/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOy8mJrrg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOwcmJrrg.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOz8mJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 74px;
    width: 3px;
    position: relative;
    top: 50px;
}
.txt{
    font-size: 15px;
    font-weight: 700;
}

.carousel-div img{
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 0 0 0;
}
.carousel-img h5{
    text-align: center;
}
@media screen and (max-width:767px){
       .carousel123 img{
        width:140px;
    } 
}

.career-row{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}
@media screen and (max-width:768px){
    #career{
        width: 50%;
    }
    .txt{
        font-size: 12px;
        font-weight: 200;
    }
}

::-webkit-scrollbar
{
  width: 7px;
  background-color: #eee;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}
:root {
    --blue: #00ccff;
    --red: #ff6666;
    --purple-lite: #b873f2;
    --orange: #ff9e2b;
  }
body{
    font-family: 'Poppins', sans-serif;
    color: #252525;
    overflow-x: hidden;
    font-size: 16px;
}
p{
    font-size: 15px;
    line-height: 24px;
}
ul,li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Russo One', sans-serif;
    margin: 0px;
    padding: 0px;
}
a{
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #420085;
}
.main-header{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url('https://moople.in/assets/img/main-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.main-header span{
    display: block;
}
.main-header span img{
    width: 100%;
}
.trangle-main, .trangle-inr{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1350px 1100px 0 0;
    border-color: rgba(180, 31, 35, 0.7) transparent transparent transparent;
}
.trangle-inr{
   border-width: 1080px 1005px 0 0 !important;
}
.header-top-wrap{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.header-top{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
    position: relative;
    padding: 25px 0px 15px 0px;
}
.logo{
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    padding: 10px;
}

.header-top ul{
    display: inline-block;
}
.header-top ul li{
    display: inline-block;
    margin-right: 20px;
}
.header-top ul li:last-child{
    margin-right: 0px;
}
.header-top ul li a{
    color: #333;
}
.header-top ul li a.main-menu{
    display: inline-block;
    width: 40px;
    height: 23px;
}
.banner-mid{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carausel-wrap{
    width: 100%;
}
.carausel-wrap h1{
    color: #333;
    margin-bottom: 25px;
}
.carausel-wrap p{
    color: #fff;
}
.bnr-frm-wrap{
    width: 90%;
    float: right;
    margin-top: 95px;
    position: relative;
}
.bnr-frm-con{
    width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, .8);
    position: relative;
}
.bnr-frm-hdng{
    position: absolute;
    top: -28px;
    right: -30px;
    width: 260px;
    padding: 12px 0px;
    background-color: #b41f24;
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    text-align: center;
}
/* form styling---------------*/
.text-box-wrap {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgb(168, 168, 168);
  outline: 0;
  font-size: 16px;
  color: #333;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 15px;
  cursor: text;
  top: 25px;
  font-weight: 600;
}

label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 13px;
  color: rgb(116, 116, 116);
}

.form__field:focus ~ .form__label {
  color: #420085;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
}


/* BOTTOM BARS ================================= */
.bar, .bar-txtarea 	
{ position: absolute;; 
display:block; width:100%;}
.bar:before,  .bar-txtarea:before	{
  content:'';
  height:2px;
  width:0;
  bottom:0px;
  left: 0px;
  position:absolute;
  background:#420085;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:0%;
}

.bar-txtarea:before{
    bottom:6px !important;
}


/* active state */
.form__field:focus ~ .bar:before {
  width:100%;
}
.form__field:focus ~ .bar-txtarea:before {
  width:100%;
}

/* form styling---------------*/

.btn-submit{
    display: block;
    width: 100%;
    background-color: #b41f24;
    padding: 12px 0px;
    text-align: center;
    font-family: 'Russo One', sans-serif;
    border: none;
    border-radius: 4px;
    color: #fff;
}
.carousel-indicators{
    bottom: -50px;
}
.carousel-indicators li{
    width: 25px;
    height: 12px;
    border: none;
    border-radius: 6px;
}
.carousel-indicators li.active{
    width: 12px;
    height: 12px;
}

.socialTop {
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    margin-right: 30px;
}

@media (max-width: 1024px) {
.socialTop {
    right: 100px;
  }
  
  
}

@media (max-width: 800px) {
.socialTop {
    display: none;
  }
}

.socialTop p {
  float: left;
  width: auto;
  margin-right: 0px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  font-weight: 600;
}

.socialTop .socilaLink {
  float: left;
  width: auto;
  margin-bottom: 0px;
  position: relative;
}

.socialTop .socilaLink a {
  display: inline-block;
  color: #333;
  margin-left: 6px;
  padding: 0px 4px;
  text-transform: uppercase;
  font-size: 18px;
  height: 24px;
  line-height: normal;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.socialTop .socilaLink a:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 0px;
  height: 100%;
  z-index: -1;
  background: #ff6666;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.socialTop .socilaLink a:hover {
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.socialTop .socilaLink a:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.socialTop .socilaLink .hoverElm {
  position: absolute;
  top: 9px;
  left: -180px;
  width: 56px;
  background: #9c9c9c;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.intro-sec{
    width: 100%;
    padding: 60px 0px 60px 0px;
}
.headings{
    font-size: 36px;
    color: #333;
    text-align: center;
}
.intro-img-wrap{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.intro-img-wrap:after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: -30px;
    top: -30px;
    border-style: solid;
    border-width: 200px 200px 0 0;
    border-color: #00ccff transparent transparent transparent;
}
.intro-img-wrap:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: -50px;
    top: -50px;
    border-style: solid;
    border-width: 230px 230px 0 0;
    border-color: #fff transparent transparent transparent;
}
.intro-img-wrap span{
    display: inline-block;
    position: absolute;
    z-index: 2;
}
.intro-img-txt-wrap{
    position: absolute;
    left: 95px;
    top: 65px;
    z-index: 4;
    padding: 30px 20px;
    width: 320px;
    background-color: #f7931e;
}
.intro-img-txt-wrap h3{
    font-size: 30px;
    font-family: 'Russo One', sans-serif;
    line-height: 44px;
    color: #fff;
}
.btn-main{
    position: relative;
    display: inline-block;
    background-color: #00ccff;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
    font-size: 15px;
}
.btn-main:hover{
    color: #fff;
    transition: 0.3s;
}
/* .btn-main:after{
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
    transition: 0.3s;
} */

.btn-main:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #420085;
    top: 0px;
    left: -100%;
    transition: 0.3s;
    z-index: -1;
}
.btn-main:hover.btn-main:before{
    left: 0px;
    transition: 0.3s;
}
.btn-main:hover.btn-main:after{
    background-color: #fff;
    transition: 0.3s;
}
.intro-txt-wrap{
    width: 100%;
    padding-top: 30px;
}

.testimonials-sec{
    width: 100%;
    position: relative;
    margin-top: 60px;
    margin-bottom: 140px;
}
.testimonials-sec:after{
    position: absolute;
    content: "";
    width: 50%;
    height: 640px;
    background-color: #ffcc00;
    top: -60px;
    right: 0px;
    border-radius: 36px 0 0 50px;
    z-index: -1;
}
.testi-carausel-wrap{
    width: 100%;
    margin-top: 40px;
}
.testimonials-wrap{
    width: 100%;
    padding: 30px 40px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.hdng-desc{
    text-align: center;
    font-size: 18px;
}
.testi-text-wrap{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.testi-text-wrap h6{
    color: #420085;
}

.new-course-sec{
    width: 100%;
    padding: 20px 0px;
    background-color: #f7f5fb;
}
.new-course-wrap{
    width: 100%;
}
.new-course-wrap span{
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.new-course-wrap span img{
    transform: scale(1);
    transition: 0.3s;
	width:100%;
}
.new-course-wrap:hover.new-course-wrap span img{
    transform: scale(1.2);
    transition: 0.3s;
}
.new-course-con-wrap{
    width: 90%;
    background-color: #fff;
    position: relative;
    bottom: 40px;
    border-radius: 0px 15px 15px 15px;
    box-shadow: 0 5px 5px #e3e3e3;
    position: relative;
    padding: 20px 15px 45px 15px;
	height: 350px;
}
.course-vfx{
    padding:20px 20px 70px
}
.new-course-con-wrap h5{
    color: #420085;
    line-height: 27px;
}
.new-course-con-wrap p{
    font-size: 15px;
    line-height: 24px;
}
.newcourse-link-wrap{
    text-align: right;
}
.newcourse-link{
    font-size: 14px;
    color: #420085;
    position: absolute;
    right: 20px;
    bottom: 18px;
    border: 1px solid;
    padding: 3px 9px;
}
.crs-apply-wrap{
    padding-left: 60px;
}
.crs-apply{
    line-height: 44px;
    position: relative;
}
@media only screen and (max-width:767px){
    .crs-apply-wrap{
        padding-left: 30px;
    }
    .crs-apply{
        font-size:17px;
        line-height: 28px;
    }
}
.crs-apply:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #7ac25e transparent transparent;
    top: 8px;
    right: 0px;
}

.recruments{
    width: 100%;
    padding: 0;
}
.recruiters{
	width: 100%;
	height: auto;
	margin:0;
	padding:10px 0;
	float: left;
}
.recruiters ul{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	float: left;
	text-decoration: none;
}
.recruiters ul li{
	width: 32%;
	height: auto;
	margin:0;
	padding:10px 0px;
	float: left;
	text-align: center;
	list-style: none;
	border-bottom:#d7d7d7 1px solid;
	border-right:#d7d7d7 1px solid;
}
.recruiters ul li:nth-child(3){
	border-right:none;
}
.recruiters ul li:nth-child(6){
	border-right:none;
}
.recruiters ul li:nth-child(7){
	border-bottom:none;
}
.recruiters li:nth-child(8){
	border-bottom:none;
}
.recruiters ul li:nth-child(9){
	border-bottom:none;
    border-right: none;
}


.recruiters-left-part ul li:last-child{
	border-right:none;
}
.recruiters-left-part ul li img{
	width:auto;
	height: auto;
	margin:0;
	padding:0;
	border: none;
	text-align: center;
}
.recruiters-name:after{
    position: absolute;
    content: "";
    width: 0;
    bottom: -60px;
    right: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent #f7931e transparent;
}
.production-sec{
    width: 100%;
    padding-top: 20px;
}
.production-wrap{
    width: 100%;
    margin-bottom: 90px;
}
.production-sec span{
    display: block;
    position: relative;
}
.production-txt-wrap{
    width: 480px;
    background-color: #f7f7f7;
    padding: 45px 30px;
    position: absolute;
    right: 0px;
    bottom: 80px;
    box-shadow: 0px 3px 5px #e8e8e8;
}
.production-our-con-wrap{
    display: inline-block;
    margin-left: 15px;
}
.production-our-con-wrap h5{
    font-size: 18px;
}
.production-our-con-wrap h6{
    font-family: poppins;
    margin: 5px 0px;
    font-weight: 600;
}
.thm-rd{
    color: #420085;
}


.production-txt-wrap:after{
    position: absolute;
    content: "";
    width: 0;
    bottom: 15px;
    right: 15px;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #ff6666 transparent;
}
.production-txt-wrap h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.production-txt-wrap p{
    margin-bottom: 20px;
}
.production-indi li{
    background-color: #b41f24;
}

.production-our{
    padding: 60px;
}
.t-align-r{
    text-align: right;
}
.two-d-p-text{
    left: 0px;
}
.awards-sec{
    width: 100%;
    padding: 60px 0 60px 0;
    background-color: #f8f8f8;
}
.awards-sec span{
    display: block;
    position: relative;
}
.awards-sec span img{
    width: 100%;
}
.award-txt-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #919090;
    font-size: 16px;
}
.mb-6{
    margin-bottom: 60px;
}

.side-link{
    position: fixed;
    top: 50%;
    right: 0px;
    background-color: #333;
    z-index: 99;
}
.side-link ul{
    display: block;
    margin: 0px;
    padding: 0px;
}
.side-link ul li a{
    display: block;
    color: #fff !important;
    font-size: 30px;
    padding: 5px 15px;
    background-color: #420085;
    border-bottom: 1px solid #464646;
}
.side-link ul li:first-child a{
    background-color: #00ccff;
    transition: 0.3s;
}
.side-link ul li:last-child a{
    border-bottom: none;
    transition: 0.3s;
}
.side-link ul li:last-child a:hover{
    background-color: #333;
    transition: 0.3s;
}
.side-link ul li a:hover{
    background-color: #333;
    transition: 0.3s;
}
#main {
  transition: margin-right .4s; /* If you want a transition effect */
  padding: 0px;
    text-align:right;
    vertical-align:middle;
    top:0px;
	z-index:2;
}
.sidebar {
  margin-top:180px;
  height: 55%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #DCDCDC; /* Black*/
  overflow: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
   overflow-y: scroll;
   scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}

/* The sidebar links */
.sidebar a {
  padding: 4px 4px 4px 10px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  color:#000;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  font-weight:600;
}

#mySidebar h2{
float:left;
font-size:20px;
margin-top:12px;
color:#fff;
text-align: center;
}
#mySidebar h2:hover{
	background:transparent;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 30px;
  color:#fff;
  background:#000;
  width:100%;
  text-align:center;
}
.sidebar .closebtn:hover {
  color:#fff;
}

/* The button used to open the sidebar */
.openbtn {
  cursor: pointer;
  border: none;
  background:transparent;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px; /* 100% Full-height */}
  .sidebar a {font-size: 12px;}
}

.main-ofc-address{
    width: 100%;
    text-align: left;
    margin-top: 50px;
}
.main-ofc-address h4{
    font-size: 22px;
    margin-bottom: 5px;
}
.main-ofc-address address{
    margin-bottom: 15px;
}
.main-ofc-address address a{
    display: inline-block;
    margin-bottom: 6px;
}
.footer{
	width: 100%;
	height: auto;
	padding:30px 0;
	float: left;
	background: #302f2e;
}
.footer-details{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	float: left;
}
.footer-details h5{
	width: 100%;
	height: auto;
	margin:20px 0;
	padding:0;
	font-family: "Russo One";
	font-size: 26px;
	color: #ffffff;
	font-weight:normal;
	text-align: left;
}
.footer-details p{
	width: 100%;
	height: auto;
	margin:10px 0 0 0;
	padding:0;
	font-family: "Poppins";
	font-size: 16px;
	color: #cecece;
	font-weight:normal;
	text-align: left;
}

.footer-details ul{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	float: left;
	text-decoration: none;
}
.footer-details ul li{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	float: left;
	list-style: none;
}
.footer-details ul li a{
	width: 100%;
	height: auto;
	margin:10px 0 0 0;
	padding:0;
	float: left;
	text-decoration: none;
	font-family: "Poppins";
	font-size: 14px;
	color: #ffffff;
	font-weight:normal;
	text-align: left;
    transition: 0.3s;
}
.footer-details ul li a:hover{
    transform: translateX(10px);
    transition: 0.3s;
}
.footer-details a span{
	width: auto;
	height: auto;
	float: left;
	margin:0;
	padding:0 15px 0 0;
	font-family: "Poppins";
	font-size: 18px;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}
.footer-details h6{
	width: 100%;
	height: auto;
	margin:40px 0 0 0;
	padding:0;
	font-family: "Poppins";
	font-size: 14px;
	color: #cecece;
	font-weight:normal;
	text-align:right;
}
.review-wrap{
    display: block;
}
.review-google{
    display: inline-block;
    margin-top: 20px;
}

.fixed-header{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 11px;
    padding-bottom: 7px;
}
.logo-scroll{
    width: 136px;

}
/*---------side nav- css------*/
.nan-overly{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0px;
    visibility: hidden;
}
.nan-overly-show{
    visibility: visible;
}
.side-nav-wrap::-webkit-scrollbar{
    width: 0px;
    background-color: #eee;
}
.side-nav-wrap{
    position: fixed;
    width: 320px;
    height: 100vh;
    top: 0px;
    right: -100%;
    background-color: #fff;
    z-index: 12;
    padding: 25px;
    transition: 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
}
.show-nav{
    right: 0px;
    transition: 0.3s;
}
.sidebar-logo-wrap{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.sidebar-logo{
    display: inline-block;
}
.side-menu-wrap{
    width: 100%;
}
.side-menu-wrap a{
    display: inline-block;
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
}
.side-menu-wrap a:hover{
    color: #420085;
}
.side-sub-menu{
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.side-sub-menu li{
    line-height: 16px;
}
.side-sub-menu a{
    display: inline-block;
    color: #666666;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
}
.side-sub-menu .fa{
    color: #420085;
    margin-right: 5px;
}
.side-bar-social{
    width: 100%;
    position: absolute;
    margin-top: 15px;
}
.side-bar-social a{
    display: inline-block;
    color: #666666;
    margin-right: 20px;
}
.side-bar-social a:hover{
    color: #b41f24;
}
.nav-close{
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-image: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: auto;
    height: auto;
    font-size: 50px;
    color: #333;
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
}


/* ----------moople css----------- */

.carousel-indicators li{
    background-color: #ff6666;
}
.banner-key-txt-wrap{
    position: absolute;
    padding: 8px;
    height: 61px;
    background-color: #fff;
    box-shadow: 8px 20px 30px #a19d9da8;
}
.banner-key-txt-one{
    bottom: 30px;
    left: 50px;
}
.banner-key-txt-two{
    top: 100px;
    left: -40px;
}
.banner-key-txt-three{
    bottom: 100px;
    right: -129px;
}
.banner-key-txt-four{
    top: 145px;
    right: -105px;
}
.banner-key-icon{
    width: 45px;
    height: 45px;
    background-color: #ff6666;
    border-radius: 4px;
}
.banner-key-txt{
    width: auto;
    padding-left: 10px;
    padding-top: 3px;
}
.banner-key-txt h6{
    color: #420085;
}
.banner-key-txt p{
    line-height: normal;
}
.bg-blue{
    background-color: var(--blue);
}
.bg-orange{
    background-color: var(--orange);
}
.bg-purple-lite{
    background-color: var(--purple-lite);
}
.frm-home{
    width: 100%;
    padding: 40px 0px 60px 0px;
    background-color: #f5f5f5;
}
.home-frm-wrap{
    width: 100%;
    position: relative;
}
.home-frm-heading{
    font-size: 24px;
    color: #fff;
    background-color: var(--red);
    display: inline-block;
    padding: 10px 15px;
    position: absolute;
    top: -65px;
}
.home-btn-submit{
    display: inline-block;
    padding: 13px 60px 13px 50px;
    background-color: var(--blue);
    border: none;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    background-image: url('https://moople.in/assets/img/submit-frm.png');
    background-repeat: no-repeat;
    background-position: 143px 13px;
    position: absolute;
    right: 0px;
    bottom: -80px;
}
.banner-main-model{
    display: none;
}













/* ----------moople css end----------- */
@media(max-width: 1610px){
    .trangle-main{
        border-width: 1200px 930px 0 0 !important;
    }
}
@media(max-width: 1370px){
    .trangle-main{
        border-width: 1010px 800px 0 0 !important;
    }
    .banner-key-txt-three{
        right: -80px;
    }
}



@media(max-width:1024px){
    .trangle-main, .trangle-inr{
        border-width: 960px 750px 0 0 !important;
    }
    .banner-mid{
        top: 20%;
        transform: translateY(0%);
    }
    .bnr-frm-wrap{
        float: none;
        margin: 0 auto;
        margin-top: 100px;
    }
    .intro-txt-wrap {
        width: 50%;
        float: right;
    }
    .header-top-wrap{
        padding: 0 2%;
    }
    .recruiters-name{
        margin-top: 40px;
        text-align: center;
    }
    .recruments{
        margin-bottom: 50px;
    }
    .bnr-frm-con{
        background-color: #fff;
        box-shadow: 0px 5px 5px #ccc;
    }
    .bnr-frm-wrap{
        display: none;
    }
    .banner-main-model{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .main-header{
        height: 512px;
    }
    .carausel-wrap h1{
        font-size: 32px;
    }
    .new-course-wrap span img{
        width: 100%;
    }
    .crs-apply:after{
        display: none;
    }
	.carausel-wrap-banner-txt-wrap {
		margin-top:60px;
	}
    .carausel-wrap-banner-txt-wrap h2{
		line-height:25px;
		font-size:25px;
	}
	.btn-main{
    padding: 10px 15px;
    font-size: 14px;
}
   .ht-moople-wrap h5{
	font-size:25px;
   }

    
}
@media(max-width:767px){
     .recruiters-name{
        font-size:20px;
    }
}
@media(max-width:768px){
    .intro-min-h{
        min-height: 480px;
    }
    .intro-txt-wrap{
        width: 100%;
    }
    .intro-img-txt-wrap {
        position: absolute;
        left: 95px;
        top: 65px;
        z-index: 4;
        padding: 69px 80px;
        width: 600px;
    }
    .testimonials-sec {
        width: 100%;
        position: relative;
        margin-top: 10px;
        margin-bottom: 140px;
    }
    .socialTop{
        display: none;
    }
    .testimonials-wrap span{
        display: block;
        text-align: center;
    }
    .testi-text-wrap{
        height: 200px;
    }
    .testi-text-wrap:before{
        bottom: 20px;
    }
    .testi-text-wrap:after{
        left: 0px;
    }
    .production-wrap span{
        display: block;
    }
    .production-wrap span img{
        width: 100%;
    }
    .production-txt-wrap{
        bottom: 30px;
    }
    .testimonials-sec{
        margin-bottom: 30px;
    }
    .banner-main-model{
        width: 100%;
    }
    .main-header{
        height: 750px;
    }
    .banner-mid{
        top: 19%;
    }
    
    .carousel-indicators{
        bottom: -20px;
    }
    .carausel-wrap{
        margin-bottom: 40px;
    }
}
@media(max-width:600px){
    .trangle-main, .trangle-inr{
        border-width: 960px 540px 0 0 !important;
    }
    .carausel-wrap{
        margin-top: -40px;
    }
    .intro-img-txt-wrap{
        width: calc(100% - 95px);
        padding: 50px 50px;
    }
    .production-txt-wrap{
        padding: 25px 25px;
    }
    .production-wrap{
        margin-bottom: 180px;
    }
    .testi-text-wrap{
        height: 280px;
    }
}
@media(max-width:420px){
    .trangle-main, .trangle-inr {
        border-width: 840px 410px 0 0 !important;
    }
    .carausel-wrap h1{
        font-size: 31px;
        margin-bottom: 8px;
    }
    .bnr-frm-wrap{
        width: 100%;
    }
    .bnr-frm-hdng{
        left: 50%;
        transform: translateX(-50%);
    }
    .carausel-wrap{
        margin-top: -60px;
    }
    .intro-img-txt-wrap{
        padding: 15px 20px;
    }
    .intro-img-txt-wrap{
        top: 54px;
    }
    .recruiters ul li{
        width: 48%;
    }
    .recruiters ul li:nth-child(2){
        border-right: none;
    }
    .recruiters ul li:nth-child(3){
        border-right: 1px solid #d7d7d7;
    }
    .recruiters ul li:nth-child(4){
        border-right: none;
    }
    .recruiters ul li:nth-child(8){
        border-right: none;
    }
    .recruiters ul li:nth-child(9){
        width: 100%;
    }
    .recruiters ul li:nth-child(7){
        border-bottom: 1px solid #d7d7d7;
    }
    .recruiters ul li:nth-child(8){
        border-bottom: 1px solid #d7d7d7;
    }
    .production-txt-wrap{
        position: relative;
        width: 100%;
    }
    .production-wrap{
        margin-bottom: 0px;
    }
    .production-wrap span{
        margin-bottom: 50px;
    }
    .awards-sec{
        padding: 20px 0 0px 0;
    }
    .headings{
        font-size: 30px;
    }
    .testi-text-wrap:after{
        left: 0px;
        top: -50px;
    }
    .main-header{
        height: 555px;
    }
    .banner-mid{
        top: 36%;
    }
    .carausel-wrap h1{
        font-size: 25px;
    }
    #main{
        display:none;
    }
}
@media(max-width:375px){
    .trangle-main, .trangle-inr {
        border-width: 840px 365px 0 0 !important;
    }
    .intro-img-txt-wrap h3{
        font-size: 15px;
        line-height: 25px;
    }
    .intro-img-txt-wrap{
        top: 160px;
    }
    .headings{
        font-size: 26px;
    }
    .hdng-desc{
        font-size: 16px;
    }
    .testimonials-wrap{
        padding: 30px 0px;
    }
    .testi-text-wrap:before{
        bottom: 2px;
        right: -10px;
    }
    .testi-text-wrap{
        min-height: 310px;
        height: auto;
    }
    .testi-text-wrap:after{
        top: -50px;
    }
    .banner-main-model{
        width: 80%;
    }
    .carousel-indicators{
        bottom: -38px;
    }
}
@media(max-width: 360px){
    .trangle-main, .trangle-inr {
        border-width: 840px 355px 0 0 !important;
    }
    .carausel-wrap h1 {
    font-size: 24px;
    margin-bottom: 15px;
    }
    .header-top ul li{
        margin-right: 10px;
    }
    .header-top-wrap {
    padding: 0 4%;
    }
    .intro-img-txt-wrap{
        width: calc(100% - 65px);
        left: 65px;
        top:165px;
    }
    .courses-sec{
        padding-bottom: 20px;
    }
    .mb-6{
        margin-bottom: 30px;
    }
    .footer-details h6{
        text-align: left;
        line-height: 22px;
    }
}
@media(max-width: 320px){
    .trangle-main, .trangle-inr {
        border-width: 840px 317px 0 0 !important;
    }
    .header-top ul li{
        display: block;
        margin-bottom: 15px;
        text-align: right;
        margin-right: 0px;
    }
    .carausel-wrap h1{
        font-size: 26px;
    }
    .intro-sec .headings{
        margin-bottom: 10px !important;
    }
    .intro-img-wrap span{
        display: block;
    }
    .intro-img-wrap span img{
        width: 100%;
    }
    .intro-img-txt-wrap {
        width: calc(100% - 40px);
        left: 40px;
        top: 55px;
    }
    .intro-txt-wrap{
        padding-top: 0px;
    }
    .recruiters ul li{
        width: 100%;
        border-right: none;
    }
    .recruiters ul li:nth-child(3){
        border-right: none;
    }
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(max-width: 400px){
    .trangle-main, .trangle-inr{
        border-width: 840px 390px 0 0 !important;
    }

}
@media(max-width: 390px){
    .trangle-main, .trangle-inr{
        border-width: 840px 370px 0 0 !important;
    }

}
/*-------inner pages----------*/

.inner-header{
    height: 210px !important;
}
.inner-mid-con{
    width: 100%;
    box-shadow: 0 3px 5px #ccc;
}
.inner-top-heading-wrap{
    width: 100%;
    padding-top: 125px;
	text-align:center;
}
.inner-top-heading{
    position: relative;
    font-size: 25px;
    color: #420085;
    line-height: 44px;
    z-index: 2;
}
.plac-hdng{
    font-size: 31px !important;
}
.inner-mid-con{
    width: 100%;
    background-color: #fff;
    position: relative;
    top: -60px;
    padding: 48px 10px 29px 20px;
    text-align: center;
}
.inner-mid-con:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 20px;
    left: 20px;
    border-style: solid;
    border-width: 65px 65px 0 0;
    border-color: #00ccff transparent transparent transparent;
}
.inner-mid-con p{
    text-align: center;
}
.special-course{
    width: 100%;
    padding: 30px 0px;
    background-color: #eee;
}
/*Styling Selectbox*/
.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
  border-bottom: 1px solid #333;

}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    font-weight: 600;
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:focus{
    outline: none;
}
.dropdown:active {
    background-color: #fff
}
.dropdown.active:hover,
.dropdown.active {
    background-color: #fff;
}
.dropdown.active .select > i {
    transform: rotate(-180deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    max-height: 300px;
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
.btn-inr-submit{
    background-color: #420085;
    border: none;
}

@media(max-width: 1024px){
    .inner-header{
        margin-bottom: -30px;
    }
}
@media(max-width: 500px){
    .trangle-main, .trangle-inr{
        border-width: 720px 470px 0 0 !important;
    }
}
@media(max-width: 430px){
    .trangle-main, .trangle-inr{
        border-width: 690px 390px 0 0 !important;
    }
    .inner-top-heading-wrap{
        width: 100%;
        padding-top: 220px;
    }
    .inner-top-heading{
        font-size: 34px;
    }
    .plac-hdng {
        font-size: 31px !important;
        line-height: 40px;
    }
}
@media(max-width: 390px){
    .trangle-main, .trangle-inr{
        border-width: 630px 360px 0 0 !important;
    }
    .inner-top-heading-wrap{
        width: 100%;
        padding-top: 130px;
    }
    .inner-top-heading{
        font-size: 30px;
        line-height: 40px;
    }
    .inner-header{
        height: 332px !important;
    }
}
@media(max-width: 390px){
    .trangle-main, .trangle-inr{
        border-width: 630px 330px 0 0 !important;
    }
    .inner-top-heading{
        font-size: 26px;
        line-height: 40px;
    }
}
@media(max-width: 320px){
    .trangle-main, .trangle-inr{
        border-width: 630px 310px 0 0 !important;
    }
}

/*------about us---- page style*/

.mission-vishion{
    width: 100%;
    padding: 20px 0 30px 0px;
}
.mission-wrap{
    width: 100%;
    background-color: #ff6666;
    padding: 30px;
}
.mission-wrap h2, .mission-wrap p{
    text-align: left;
    color: #fff;
}
.vission-wrap{
    width: 100%;
    background-color: #eeeeee;
    padding: 30px 30px;
    position: relative;
}
.vission-wrap:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 20px;
    bottom: 20px;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #420085 transparent;
}
.vission-wrap:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -20px;
    right: -15px;
    z-index: -1;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #f7931e transparent transparent;
}
.vission-wrap h2{
    text-align: left;
}

.directers-sec{
    width: 100%;
    padding: 60px 0px;
}
.directors-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.directors-img-wrap{
    width: 100%;
    position: relative;
}
.directors-img-wrap span{
    display: block;
}
.directors-img-wrap span img{
    width: 100%;
}
.directors-txt-wrap{
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 20px;
}
.directors-txt-wrap h3, .directors-txt-wrap p{
    color: #fff;
}
.directors-desc{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0px;
    background-color: #f7931e;
    z-index: 3;
    padding: 25px;
    color: #fff;
    transition: 0.3s;
}
.green-thm{
    background-color: #7ac25e !important;
}
.lblue-theme{
    background-color: #00ccff;
}
.purple-theme{
    background-color: #420085;
}
.directors-wrap:hover .directors-desc{
    bottom: 0%;
    transition: 0.3s;
}

@media(max-width:1200px){
    .mission-wrap{
        margin-bottom: 60px;
    }
}
@media(max-width:600px){
    .directors-desc-txt{
        overflow-y: scroll;
        height: 150px;
        padding-bottom: 20px;
    }
}
/*------about us---- page style*/

/*----------franchise page style---------*/

.why-franchise{
    width: 100%;
    padding: 30px 0px 50px 0px;
}
.why-franchise-wrap{
    width: 100%;
    text-align: center;
}
.why-franchise-wrap span{
    display: block;
    margin-bottom: 20px;
}
.why-franchise-wrap h4{
    margin-bottom: 10px;
    font-size: 24px;
}
.investment-sec{
    width: 100%;
    padding: 50px 0px;
    background-color: #eeeeee;
}
.investment-sec-wrap{
    width: 100%;
}
.investment-sec-wrap ul{
    display: block;
}
.investment-sec-wrap ul li{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.investment-sec-wrap ul li:after{
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #b41f24;
}
.investment-sec span{
    display: block;
    text-align: center;
}

.f-proposal{
    width: 100%;
    padding: 50px 0px;
}
.f-proposal-wrap{
    width: 100%;
    position: relative;
}
.f-proposal-wrap:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #b41f24 transparent;
}
.inner-secind-d{
    width: 100%;
    padding: 60px 0;
}
.centres-sec{
    width: 100%;
    margin-top: 0px;
}
.centres-sec-mt-6{
    margin-top: -60px;
}
.centres-wrap{
    width: 100%;
    padding: 10px;
    background-color: #fdf9f9;
    margin-bottom: 25px;
    min-height: 250px;
    box-shadow: 0px 3px 7px #e1dfdf;
}

.shadow-non{
    box-shadow: none;
}
.centres-wrap span{
    display: inline-block;
}
.centres-wrap span i{
    font-size: 30px;
    color: #ff6666;
    margin-right: 5px;
}
.centres-wrap span h3{
    display: inline-block;
    font-size: 24px;
    margin-bottom: 5px;
}
.centres-wrap address{
    line-height: 30px;
    margin: 0px;
    font-size: 15px;
}
.centres-wrap a{
    color: #333;
    font-size: 13.4px;
}
.centre-details{
    display: inline-block;
    padding: 0px 8px;
    border: 1px solid #bdbbbb;
    margin-top: 10px;
}
.ph-n{
  font-size: 16px !important;
  font-weight: 600;
}
/*----------franchise page style---------*/

/*-----Course page style-----*/

.course-details-sec{
    width: 100%;
    background-color: #fff;
    padding: 200px 0px 10px 0px;
}
.course-details-option-wrap{
    width: 100%;
    position: relative;
}
.course-details-option{
    width: 80%;
    position: absolute;
    left: 50%;
    top: -128px;
    transform: translateX(-50%);
}
.course-details-option ul{
    display: block;
}
.course-details-option ul li{
    display: inline-block;
    margin: 0px 50px;
}
.course-details-option ul li a{
    display: inline-block;
    font-family: 'Russo One';
    font-size: 26px;
    color:#ff6666;
    padding: 10px 0px;
}
.course-details-option ul li:last-child{
    margin-right: 0px;
}
.prog-detaile-wrap{
    width: 100%;
}
.prog-duration{
    width: 30%;
    padding: 70px 0px;
    text-align: center;
    background-color: #420085;
}
.prog-duration h4{
    font-size: 26px;
    color: #fff;
    margin-bottom: 5px;
}
.prog-duration p{
    color: #fff;
}
.btn-download{
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: 0.3s;
}
.btn-download:hover{
    color: #b41f24;
}
.btn-download:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    z-index: -1;
    background-color: #fff;
    transition: 0.3s;
}
.btn-download:hover.btn-download:after{
    left: 0px;
    transition: 0.3s;
}
.prog-desc{
    width: 70%;
    background-color: #fff;
    padding: 8px;
}
.course-module-sec{
    width: 100%;
    background-color: #eee;
    padding: 10px 0px;
}
.nav-center{
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.nav-link-color{
    background-color: transparent;
    color: #420085;
    text-align:center;
    margin-right: 20px;
    padding: 5px 30px;
    font-family: 'Russo One', sans-serif;
    font-size: 26px;
    text-decoration: none;
    border:1px solid #ff6666;
    border-radius:8px;
}
.nav-link-color:hover{
    background-color: #ff6666;
    color: #fff;
     border:1px solid #ff6666;
}
.nav-link-color:hover{
    color: #fff;
}
.crs-module-con{
    width: 48%;
    padding-left: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}
.crs-module-con li{
    margin-bottom: 6px;
    position: relative;
    font-size:14px;
}
.crs-module-con li:after{
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    left: 0px;
    color: #b41f24;
    top: 0px;
    left: -20px;
}
.tab-content-wrap{
    width: 100%;
    justify-content: space-between;
}
.crs-module-wrap{
    width: 68%;
}
.crs-img-wrap{
    width: 30%;
}
.crs-img-wrap img{
    width: 100%;
}
.career-opportunities{
    width: 100%;
    padding: 50px 0px;
}

.owl-carousel.owl-drag .owl-item span{
    display: block;
    text-align: center;
    height: 100%;
    min-height: 240px;
    line-height: 160px;
    border: 1px solid #e6e6e6;
}
.owl-carousel.owl-drag .owl-item span h5{
    text-align: center;
    font-size: 18px;
    color: #333;
}
.owl-nav{
    position: absolute;
    right: 0px;
    bottom: -20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    display: inline-block;
    width: 35px;
    height: 35px;
    /*background-color: #b41f24 !important;*/
}
.owl-carousel .owl-nav button.owl-prev{
    margin-right: 10px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    color: #fff;
    font-size: 24px;
}
.owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
@media (max-width: 1030px){
    .course-details-option ul li{
        width: 44%;
        margin: 0px 20px;
        text-align: center;
    }
    .course-details-option ul li a{
        display: block;
    }
    .course-details-option ul li:last-child{
        width: 100%;
    }
}
@media (max-width: 800px){
    .course-details-option ul li{
        width: 100%;
    }
    .prog-detaile-wrap{
        flex-wrap: wrap;
    }
    .prog-duration{
        width: 100%;
        margin-top: 170px;
    }
    .prog-desc{
        width: 100%;
    }
    .prog-duration{
        padding: 40px 0px;
    }
    .header-top{
        padding: 25px 0px 31px 0px;
    }
}
@media (max-width: 500px){
    .tab-content{
        padding-left: 20px;
    }
    .course-details-option ul li{
        margin: 0px;
    }
    .nav-link-color{
        padding: 5px 12px;
        font-size: 16px;
    }
    .crs-module-con{
        width: 100%;
    }
    .nav-center{
        width: 100%;
    }
    .nav-center .nav-item{
        width: 48%;
        margin-bottom: 20px;
    }
    .investment-sec span img{
        width: 100%;
    }
    .inner-mid-con{
        padding-top: 90px;
    }

}
@media (max-width: 400px){
    .course-details-option ul li a{
        font-size: 20px;
    }
    .crs-dtl-img{
        width: 100%;
    }
    .crs-dtl-img{
        width: 100%;
    }

}
.animation-industry{
  width: 100%;
  padding-bottom: 60px;
}
.animation-industry-txt-wrap{
  width: 100%;
}
.animation-industry-txt-wrap li{
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}
.animation-industry-txt-wrap li:after{
    position: absolute;
   content: "\f105";
   font-family: FontAwesome;
   left: 0px;
   top: 0px;
   color: #b41f24;
}

/*-----Course page style-----*/
/* ----Career page-------- */

.career-sec{
  width: 100%;
  padding: 0px 0px 30px 0px;
}
.career-sec-wrap{
    width: 100%;
    margin-top: 40px;
}
.career-sec-wrap h4{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.career-sec-wrap h6{
    font-size: 16px;
    margin-bottom: 10px;
}
.career-dec{
    width: 100%;
    padding-left: 20px;
    position: relative;
}

.career-dec li:after{
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    left: 0px;
    color: #420085;
}
.all-jobs-wrap{
    width: 100%;
    margin-top: 40px;
}
.send-cv-sec{
    width: 100%;
}
.send-cv-sec .cv-dec{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.career-frm-wrap{
    width: 100%;
    padding: 40px 0 60px 0;
}
.career-frm-txt{
    width: 33.3%;
    background-color: #420085;
    padding: 45px 25px;
}
.career-frm-txt h4{
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}
.career-frm-txt a{
    display: inline-block;
    color: #fff;
    margin-bottom: 25px;
}
.career-frm-txt p{
    color: #fff;
}
.career-frm-com-wrap{
    width: 66.6%;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
}




/****** CODE ******/

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #420085;
    padding: 0 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
@media(max-width: 1028px){
    .career-dec{
        margin-bottom: 20px;
    }
    .animation-industry img{
        width: 100%;
    }
    .carausel-btn-wrap {
        height: auto !important;
        background-color: #eee;
        padding: 15px 0px !important;
        margin-bottom: 40px;
    }
    .modal-img-wrap{
        width: 100%;
        text-align: center;
    }
    .carausel-btn-wrap a{
        display: inline-block !important;
        margin-right: 30px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 800px){
    .career-frm-txt{
        width: 100%;
    }
    .career-frm-com-wrap{
        width: 100%;
    }
    .all-jobs-wrap{
        text-align: right;
    }
}


/* --- poput video youtube---- */


.carausel-btn-wrap{
    width: 100%;
    text-align: center;
    height: 562px;
    background-color: #eee;
    padding: 50px 0px;
}
.carausel-btn-wrap a{
    display: block;
    font-family: 'Russo One', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    color: #b41f24;
}
.carausel-btn-wrap a:hover{
    color: #333;
}
@media(max-width: 600px){
    .modal-img-wrap img{
        width: 100%;
    }
}
@media(max-width: 425px){
    .carausel-btn-wrap a{
        font-size: 22px;
    } 
    .carausel-btn-wrap a:last-child{
        margin-right: 0px;
    }
}
@media(max-width: 425px){
    .carausel-btn-wrap a{
        font-size: 20px;
    } 
}
/* --- end poput video youtube---- */


/* Partner page Style---- */

.banner-area {
    background-image: url(https://moople.in/assets/img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 70vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
  }
 .banner-area-clg {
    background-image: url(https://moople.in/assets/img/banner-clg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 70vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
  } 
  .enquire-form {
    background-color: #fff;
  padding: 50px 35px 35px 35px;
  position: relative;
  }
  
  .form-label {
  background-color: #ff6666;
  width: 180px;
  text-align: center;
  padding: 15px 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.form-label h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #fff;
}
  
 .enquire-form .form-control {
  border: none;
  border-bottom: 1px solid #939393;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: none;
}

.enquire-form .form-control::placeholder {
  color: #939393;
}

.enquire-form textarea.form-control {
  height: 100px;
}
.enquire-form input[type="number"].form-control::-webkit-outer-spin-button,
.enquire-form input[type="number"].form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
  
  .btn-form {
    background: #420085;
    color: #fff;
    font-size: 18px;
    transition: background 0.5s;
  }
  .btn-form:hover {
    background-color: #00ccff;
    color: #fff;
  }
  
  .enquire-form .form-control::placeholder,
  .enquire-form select {
    color: #939393;
    transition: all 0.3s;
  }
  
  .enquire-form .form-control:focus::placeholder {
    font-size: 14px;
  }
  
  .banner-content h2 {
    font-size: 30px;
    margin-top: 25px;
  }
  
  .banner-content p {
    line-height: 26px;
  }
  
  .banner-content a {
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    color: #420085;
    transition: all 0.5s;
    display: block;
  }
  .banner-content a:hover {
    text-decoration: none;
    transform: translateX(5px);
  }
  
  .what-need {
    padding: 70px 0;
  }
  .section-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
  }
  
  .why-us-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 0 7.56px 1.44px rgba(215, 215, 215, 0.7);
    padding: 25px;
    border-radius: 5px;
  }
  
  .why-us-item .img-box {
    width: 100px;
    height: 80px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin-right: 25px;
  }
  
  .why-us-item .content-box h3 {
    font-size: 24px;
  }
  
  .why-us-item .content-box h4 {
    font-size: 24px;
    color: #420085;
  }
  
  .why-us-item .img-box img {
    width: 50px;
  }
  
  .what-need .col-lg-6:first-child .img-box {
    background-color: #f7931e;
  }
  
  .what-need .col-lg-6:last-child .img-box {
    background-color: #7ac25e;
  }
  
  .unique {
    padding: 70px 0 50px 0;
  }
  
  .unique-item {
    text-align: center;
    margin: 15px 5px;
    box-shadow: 0px 0 7.56px 1.44px rgba(215, 215, 215, 0.7);
    padding: 15px 25px;
    min-height: 300px;
    box-sizing: border-box;
  }
  
  .unique-item .img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 25px auto;
    display: flex;
    align-items: center;
  }
  
  .color-red {
    background-color: #ff6666;
  }
  .color-green {
    background-color: #7ac25e;
  }
  .color-blue {
    background-color: #00ccff;
  }
  
  .unique-item .img-box img {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
  
  .unique-item h3 {
    font-size: 20px;
  }
  
  .unique-item p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .unique .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .unique .owl-nav button.owl-prev, 
  .unique .owl-nav button.owl-next{
    background-color: none !important;
  }
  
  .unique .owl-prev,
  .unique .owl-next {
    font-size: 50px !important;
    position: absolute;
    color: #d0d0d0 !important;
  }
  .unique .owl-prev {
    left: -50px !important;
  }
  .unique .owl-next {
    right: -50px;
  }
  
  .important-details {
    background-color: #f5f5f5;
    padding: 50px 0 75px 0;
  }
  
  .important-details .content-widget ul li {
    list-style: none;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
  }
  
  .important-details .content-widget ul li::before {
    content: "\f105";
    color: #420085;
    font-size: 20px;
    font-family: fontAwesome;
    position: absolute;
    left: 0;
  }
  
  .important-details .content-widget ul li:last-child {
    margin-bottom: 0;
  }
  
  .important-details .image-widget {
    max-width: 300px;
    height: 350px;
    position: relative;
    z-index: 2;
  }
  
  .important-details .image-widget::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffcc00;
    position: absolute;
    bottom: -25px;
    right: -25px;
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  
  .important-details .image-widget img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .courses {
    padding: 50px 0;
  }
  .courses .title {
    font-size: 36px;
    font-family: "Russo One", sans-serif;
    margin: 0 0 50px 0;
  }
  .courses .title span {
    color: #ff6666;
  }
  
  .courses-item {
    margin-bottom: 45px;
  }
  .courses-item img {
    border-radius: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
  }
  .courses-item .courses-name {
    background-color: #fff;
    padding: 5px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 300px;
    min-height: 85px;
    margin-top: -50px;
    position: relative;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
  }
  .courses-item .courses-name h3 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 2px 0;
  }
  .courses-item .courses-name span {
    font-size: 15px;
    font-weight: 600;
    color: #420085;
  }
  .part-link{
    display: inline-block;
    position: relative;
    right: 0px;
  }
  .award-area {
    padding: 50px 0 70px 0;
    background-color: #f8f8f8;
  }
  
  .award-item {
    background-image: url(https://moople.in/assets/img/award-bak.png);
    background-size: 100% 100%;
    text-align: center;
    background-repeat: no-repeat;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    padding: 0 40px;
    color: #95919d;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
  }
  
  .contact-area {
    background-color: #00ccff;
    background-image: url(https://moople.in/assets/img/contact-bg-pattern.png);
    background-blend-mode: multiply;
    background-size: cover;
    color: #fff;
  }
  .contact-area img {
    margin-top: -57px;
    transform: scale(1.05);
  }
  
  .contact-details-widget h2 {
    font-size: 30px;
  }
  
  .contact-person {
    font-size: 36px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
  }
  .contact-details-widget {
    padding: 50px 0;
  }
  
  .contact-details-widget .designation {
    font-size: 20px;
    font-weight: 400;
  }
  
  .contact-details-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .contact-details-widget ul li a {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
  }
  .contact-details-widget ul li a:hover {
    text-decoration: none;
  }
  
  
  
  /* ========== Responsive Styles ========== */
  
  @media (max-width: 991px) {
      .partner-page{
          height: 1540px !important;
      }
    .banner-area {
      text-align: center;
      padding: 150px 0 100px 0;
    }
	.banner-area-clg {
      text-align: center;
      padding: 150px 0 100px 0;
    }
  
    .enquire-form {
      margin-top: 80px;
    }
  
    .why-us-item:first-child {
      margin-bottom: 20px;
      /* justify-content: center; */
    }
    .important-details .image-widget {
      margin: 50px auto 0;
    }
    .award-area {
      text-align: center !important;
    }
    .contact-area img {
      transform: scale(1.6);
      margin-top: -15px;
    }
  }
  @media (max-width: 767px) {
    .theme-logo {
      text-align: center;
      padding-bottom: 25px;
    }
  
    .banner-area {
      padding-top: 150px;
    }
	.banner-area-clg {
      padding-top: 150px;
    }
  
    .contact-area img {
      margin-top: 0;
      transform: scale(1);
    }
  
    .contact-details-widget {
      margin-bottom: 0;
    }
  
    .unique .owl-nav {
      position: static;
      text-align: center;
      margin-top: 15px;
    }
  
    .unique .owl-next,
    .unique .owl-prev {
      position: static;
      margin: 0 15px;
      font-size: 40px !important;
    }
  
    .owl-dots {
      display: none;
    }
    .top-social {
      display: none;
    }
    .top-links {
      justify-content: flex-end;
    }
	.less-mt-5{
	   margin-top:-50px;
   }
   .ht-moople-wrap h5{
	font-size:20px;
   }
  }
  
  @media (max-width: 451px) {
    .partner-mid{
        top: 12% !important;
    }
    .partner-page{
        height: 1430px !important;
    }
    .section-title {
      font-size: 22px;
    }
    .unique{
      padding-bottom: 0px;
    }
    .why-us-item .content-box h3,
    .why-us-item .content-box h4 {
      font-size: 18px;
    }
  
    .contact-details-widget {
      text-align: center;
    }
  
    .contact-person {
      font-size: 30px;
    }
    .contact-details-widget .designation {
      font-size: 18px;
    }
  
    .banner-content img {
      width: 250px;
    }
  
    .contact-details-widget ul li a {
      font-size: 22px;
    }
	.carausel-wrap-banner-txt-wrap {
		margin-top:-10px;
	}
	.carausel-wrap-banner-txt-wrap h2{
		line-height:16px;
		font-size:15px;
	}
	.btn-main{
        padding: 7px 15px;
        font-size: 12px;
    }
   .ht-moople-wrap h5{
	font-size:15px;
   }
   .less-mt-5{
	   margin-top:-30px;
   }
   .awards-sec span img{
        width: 100%;
    }
   .mb-4{
	   padding: 5px 0;
   }
  }



/* Partner page Style---- */

/* ----end Career page----- */


.banner-college h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #420085;
  padding-left: 85px;
  position: relative;
  text-transform: uppercase;
}
.banner-college h5:after{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #420085;
  top: 9px;
  left: 30px;
}
.no-shadow{
  box-shadow: none !important;
}
.banner-college h2 {
  font-size: 50px;
  margin-top: 25px;
}

.banner-college p {
  line-height: 26px;
}

.banner-college a {
  background-color: #420085;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  transition: all 0.5s;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
}
.banner-college a:hover {
  text-decoration: none;
  transform: translateX(5px);
}

.banner-area-clg {
  padding-top: 150px;
  
}
.ribbon{
  display: inline-block;
  position: absolute;
  left: 238px;
  bottom: -50px;
}
.offerings{
  width: 100%;
  padding: 60px 0px;
  position: relative;
}
.offerings-wrap{
  display: inline-block;
  width: 100%;
  box-shadow: 0 5px 10px #7e7e7e;
  padding: 20px;
  padding-bottom: 30px;
  min-height: 300px;
  margin-bottom: 30px;
}
.offerings-wrap:hover{
  color: #fff;
}
.offerings-wrap h6{
  font-family: poppins;
  font-size: 18px;
}
.offerings-wrap p{
  font-size: 14px;
  hyphens: none;
}
.offerings-wrap span{
  display: inline-block;
  width: 67px;
  height: 67px;
  margin-bottom: 20px;
  padding: 12px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 5px;
}
.offerings-wrap b{
  font-weight: normal;
}
.offerings-contect{
  width: 100%;
  padding: 30px;
  padding-top: 60px;
}
.offerings-contect h5{
  line-height: 30px;
}
.btn_offerings{
  display: inline-block;
  border: 1px solid #420085;
  padding: 8px 22px;
  color: #420085;
  margin-top: 30px;
}
.btn_offerings:hover{
  color: #420085;
}
.prpl{
  background-color: rgba(66, 0, 133, .1) !important;
}
.theme-green{
  background-color: #7ac25e;
  color: #fff;
}
.theme-lite-blue{
  background-color: #00ccff;
  color: #fff;
}
.theme-lite-red{
  background-color: #ff6666;
  color: #fff;
}
.bg-white{
  background-color: #fff;
}
.link-more{
  position: absolute;
  right: 30px;
  bottom: 43px;
  font-size: 14px;
  color: #fff;
}
.link-more:hover{
  color: #fff;
}
.modal{
  top: 10%;
}
.modal-title{
  color: #420085;
}
.txt-dark{
  color: #333 !important;
}
.modal-body p{
  font-size: 14px;
  padding: 10px 30px;
  text-align: justify;
}
.indicater-img{
  width: 100%;
}
.indicater-img img{
  width: 100%;
}
.courses-item .courses-name-clg {
  background-color: #fff;
  padding: 5px 25px;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 460px;
  min-height: 85px;
  margin-top: -50px;
  position: relative;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s;
  padding-top: 20px;
}
.courses-item .courses-name-clg h3 {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 2px 0;
}
.courses-item .courses-name-clg span {
  font-size: 15px;
  font-weight: 600;
  color: #420085;
}
.edu-video{
  width: 100%;
  background-color: #ff6666;
  padding: 50px 0px;
}
.edu-video-txt-wrap{
  width: 48%;
}
.edu-video-txt-wrap h2{
  color: #fff;
}
.video-pop-up{
  display: inline-block;
  width: 48%;
}
.college-tie-up{
  width: 100%;
  padding: 40px 0px;
  background-color: #420085;
}
.enquery{
  width: 100%;
  padding: 60px 0px;
}
.business-d-wrap{
  width: 100%;
  position: relative;
}
.business-d-txt-wrap{
  width: auto;
  padding: 15px;
  position: absolute;
  right: -65px;
  bottom: -30px;
  background-color: #ffcc00;
  border-radius: 6px;
  color: #333;
}
.business-d-txt-wrap h3{
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.business-d-txt-wrap h5{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.business-d-txt-wrap a{
  color: #333;
  font-weight: 500;
  font-size: 18px;

}
.form-widget {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  box-shadow: 0px 16px 62px 0px rgba(0, 0, 0, 0.14); }

.form-widget h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px; }

.form-widget .form-control {
  border-radius: 100px;
  height: 50px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-right: 10px; }

.form-widget .btn-send {
  all: unset;
  background-color: #420085;
  color: #fff;
  border-radius: 100px;
  padding: 10px 35px;
  font-size: 14px;
  cursor: pointer;
  transition: all .4s; }

.form-widget .btn-send:hover {
  background-color: #36c6f4; }

.form-widget .btn-send i {
  transition: all .4s; }

.form-widget .btn-send:hover i {
  margin-left: 5px; }
  
  .blog-link{
  width: 100%;
  padding: 60px 0px;
  background-color: #ff6666;
  text-align: center;
}
.blog-link h2{
  font-size: 30px;
  color: #fff;
}
.btn-bloglink{
  margin-left: 70px;
  background-color: #fff;
  padding: 8px 25px;
  cursor:pointer;
}

@media (max-width: 991px) {
	.edu-video-wrap{
    flex-direction: column;
  }
  .edu-video-txt-wrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .video-pop-up{
    width: 100%;
    text-align: center;
  }
  .business-d-wrap{
  margin-bottom:40px;
}
}
@media (max-width: 770px) {
	.college-tie-up img{
    margin-bottom: 25px;
  }
  .business-d-txt-wrap{
    width: 400px;
    right: 0px;
  }
   .business-d-wrap{
  margin-bottom:40px;
}
}
@media (max-width: 451px) {
  .banner-college h2{
    font-size: 36px;
  }
   .banner-college h5:after{
    left: 32px;
  }
   .ribbon{
    display: none;
  }
  .banner-college h5{
    padding-right: 0px;
    text-align: center;
  }
  .edu-video-txt-wrap h2{
    font-size: 24px;
  }
  .college-tie-up img{
    margin-bottom: 30px;
  }  
  .business-d-txt-wrap{
    width: 100%;
    bottom: -70px;
    text-align-last: left;
  }
  .blog-link h2{
    padding: 0 20px;
    font-size: 24px;
  }  
    .business-d-wrap{
  margin-bottom:80px;
}
}
/*---------end of css---------*/
.owl-carousel .owl-item img {

}




@media (min-width: 991px) {
    #awards_mobile_view{
        display: none;
    }
    #awards_desktop_view{
        display: block;
    }
    .award-item {
        background-image: url(https://moople.in/assets/img/award-bak.png);
        background-size: 100% 100%;
        text-align: center;
        background-repeat: no-repeat;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px;
        color: #95919d;
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }
    #unique_mobile_view{
        display: none;
    }
    #unique_desktop_view{
        display: block;
    }
    .unique-item-custom {
        text-align: center;
        margin: 15px 5px;
        box-shadow: 0px 0 7.56px 1.44px rgb(215 215 215 / 70%);
        padding: 15px 25px;
        min-height: 300px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    #awards_mobile_view{
        display: block;
    }
    #awards_desktop_view{
        display: none;
    }
    .award-item {
        background-image: url(https://moople.in/assets/img/award-bak.png);
        background-size: 100% 100%;
        text-align: center;
        background-repeat: no-repeat;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px;
        color: #95919d;
        text-align: center;
        font-size: 10px;
        margin-top: 10px;
    }
    #unique_mobile_view{
        display: block;
    }
    #unique_desktop_view{
        display: none;
    }
    .unique-item-custom {
        /* text-align: center;
        margin: 15px 5px; */
        box-shadow: 0px 0 7.56px 1.44px rgb(215 215 215 / 70%);
        padding: 2px 5px;
        /*min-height: 300px; */
        box-sizing: border-box;
        text-align: center;
    }
    .unique-item-custom h5 {
        font-size: 12px;
    }
    .unique-item-custom p {
        font-size: 12px;
    }
}
@media (max-width: 451px) {
    #awards_mobile_view{
        display: block;
    }
    #awards_desktop_view{
        display: none;
    }
    .award-item {
        background-image: url(https://moople.in/assets/img/award-bak.png);
        background-size: 100% 100%;
        text-align: center;
        background-repeat: no-repeat;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px;
        color: #95919d;
        text-align: center;
        font-size: 10px;
        margin-top: 10px;
    }
    #unique_mobile_view{
        display: block;
    }
    #unique_desktop_view{
        display: none;
    }
    .unique-item-custom {
        /* text-align: center;
        margin: 15px 5px; */
        box-shadow: 0px 0 7.56px 1.44px rgb(215 215 215 / 70%);
        padding: 2px 5px;
        /* padding: 15px 25px;
        min-height: 300px; */
        box-sizing: border-box;
        text-align: center;
    }
    .unique-item-custom h5 {
        font-size: 12px;
    }
    .unique-item-custom p {
        font-size: 12px;
    }
}
.unique-item-custom .img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 25px auto;
    display: flex;
    /* align-items: center; */
}




/* -------responsive tabs-------- */
ul.tabs {
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
    display: flex;
    justify-content: center;
}

ul.tabs li {
	float: left;
	cursor: pointer;
	padding: 10px 21px;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	position: relative;
    margin: 8px;
    border-radius: 8px;
}

ul.tabs li:hover {
	background-color: #ccc;
}

ul.tabs li.active {
	background-color: #420085;
	color: #333;
	border-bottom: 1px solid #420085;
	display: block;
    color: #fff;
}

.tab_container {
	border-top: none;
	clear: both;
	width: 100%;
	overflow: auto;
}

.tab_content {
	padding: 20px 0px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 600px) {
	ul.tabs{
        flex-direction: column;
    }
	.d_active {
		background-color: #420085;
		color: #fff;
	}
    ul.tabs li{
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
    }
}
/* ---end of responsive tabs---*/



.inner-mid-intro{
    position: relative;
	padding-top:40px!important;
	margin-top:15px;
}

.course-details-option ul li{
    margin: 3px 3px!important;
	padding:0 20px!important;
	background: transparent;
    border-radius: 8px;
    border:1px solid #ff6666;
}
.course-details-option ul li:hover{
    background: #ff6666;
    border:1px solid #ff6666;
}
.course-details-option ul li:hover > a{
    color:white;
}
.faq-sec{
    width: 100%;
    padding: 20px 0 0 0;
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    text-decoration: none;
    font-size:12px;
  }
  .collapsible-link:hover{
    color: #420085;
    text-decoration: none;
  }
  
  .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
  }
  
  .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
  }
  .acco-card-wrap{
    margin-bottom: 10px;
  }
  .career-opportunities{
    background-color: #fff!important;
}
  
@media screen and (min-width: 920px) {
  .course-details-option ul {
    display: block;
    text-align: center;
	margin-bottom: 60px  !important;
	padding:none !important
}
}

.bottom-button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 999;
}
.phone-btn, .whatsapp-btn, .apply-btn {
    border: none;
    color: white;
}
.phone-btn {
    background: #420085;
    font-size: 25px;
}
.apply-btn {
    background: #ff6666;
    font-size: 15px;
}
.phone-btn, .whatsapp-btn, .apply-btn {
    border: none;
    color: white;
}
.whatsapp-btn {
    background: #00ccff;
    font-size: 25px;
}
@media only screen and (min-width: 281px) and (max-width: 360px){
    .bottom-button{
        display: flex;
    }
    .phone-btn, .whatsapp-btn, .apply-btn {
    padding: 6px 0px;
    width: 120px;
}
}

.cds{
    width:33%;
}


