body {
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.banner {
    width: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    background: url(../images/slider.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 590px;
}


.inner-banner {
    background: none;
    height: 200px;
    overflow: hidden;
}

.inner-banner img {
    width: 100%;
}

.banner img {
    width: 100%;
}

.circle {
    width: 35%;
    position: absolute;
    top: 0;
    right: 0px;
}

.banner-content {
    width: 100%;
    float: left;
    margin: 0;
}

.top-button {
    float: right;
    position: absolute;
    top: 52px;
    right: 270px;
    width: 10%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.top-button .btn:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #009ee3;
    left: 17px;
    top: 13px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.top-button .btn:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e00347;
    right: 17px;
    top: 13px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.top-button .btn:focus {
    outline: 0;
}

.top-button .btn:hover {
    color: #fff;
    background: rgba(201, 20, 89, 1);
    background: -moz-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201, 20, 89, 1)), color-stop(28%, rgba(147, 57, 125, 1)), color-stop(64%, rgba(72, 109, 177, 1)), color-stop(100%, rgba(6, 154, 222, 1)));
    background: -webkit-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -o-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -ms-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: linear-gradient(to right, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    border: 0;
}

.top-button .btn {
    border: 0;
    position: relative;
    z-index: 99999;
    right: 0;
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    z-index: 2;
    line-height: 23px;
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.logo {
    float: left;
    padding-left: 0;
    position: absolute;
    top: 35px;
    margin: 0 auto;
    z-index: 2;
}

.ban-text {
    position: absolute;
    top: 240px;
    width: 56%;
}

.ban-text ul {
    padding: 0;
}

.ban-text ul li h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 60px;
    text-transform: capitalize;
}

.ban-text ul li h1 span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 100;
    display: block;
    padding-top: 15px;
}

.ban-text ul li p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    padding: 12px 22px 0 0;
    font-weight: lighter;
}

.ban-button {
    width: 100%;
    float: left;
    margin: 20px 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.ban-button a {
    width: 30%;
    border: 1px solid #fff;
    float: left;
    background-color: transparent;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 25px;
    margin-right: 5%;
    text-transform: uppercase;
    text-decoration: none !importent;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.ban-button a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #009ee3;
    left: 25px;
    top: 22px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.ban-button a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e00347;
    right: 25px;
    top: 22px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.ban-button a:hover {
    text-decoration: none;
    background: rgba(201, 20, 89, 1);
    background: -moz-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201, 20, 89, 1)), color-stop(28%, rgba(147, 57, 125, 1)), color-stop(64%, rgba(72, 109, 177, 1)), color-stop(100%, rgba(6, 154, 222, 1)));
    background: -webkit-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -o-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -ms-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: linear-gradient(to right, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    border: 0;
}

.ban-button a:hover:after {
    background-color: #fff;
}

.ban-button a:hover:before {
    background-color: #fff;
}

.ban-text .flexslider .flex-direction-nav {
    display: none;
}

.ban-text .flexslider .flex-control-nav li {
    margin: 15px 0 0;
    zoom: 1;
    display: inherit;
}

.ban-text .flex-control-paging li a.flex-active {
    width: 40px;
}

.ban-text .flex-control-paging li a {
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.top-menu {
    width: 100%;
    float: left;
    margin: 0 auto;
}

.ban-text .flexslider .flex-control-nav {
    width: 5%;
    position: absolute;
    bottom: 180px;
    left: -66px;
    text-align: left;
}

.ban-text .flexslider {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
}

.school-content {
    width: 100%;
    float: left;
    margin: 110px auto 50px;
    position: relative;
    min-height: 207px;
}

.school-content:after {
    content: '';
    position: absolute;
    background: url(../images/backgorund_2.png) no-repeat;
    width: 225px;
    height: 470px;
    right: 0;
    background-size: 100%;
    top: 17%;
    z-index: -1;
}

.school-content:before {
    content: '';
    position: absolute;
    background: url(../images/backgorund_1.png) no-repeat;
    width: 203px;
    height: 386px;
    top: 17%;
    left: 0;
    background-size: 65%;
    z-index: -1;
}

.school-logo {
    width: 100%;
    float: left;
    margin: 0 auto;
    box-shadow: 0px 2px 40px #b8b8b8;
    position: relative;
    background-color: #fff;
    min-height: 180px;
    border-radius: 25px;
}

.school-logo img {
    display: table-cell;
    padding: 30px 100px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    vertical-align: middle;
    height: auto;
    width: 80%;
}

.school-logo::before {
    content: '';
    position: absolute;
    background: url(../images/school-logo-before.png) no-repeat;
    width: 170px;
    height: 173px;
    top: -65px;
    left: -50px;
    z-index: -2;
}

.count-number {
    width: 100%;
    float: left;
    margin: 0;
    padding-top: 43%;
    position: relative;
}

.count-number::before {
    content: '';
    position: absolute;
    width: 77px;
    height: 77px;
    background-color: #d9e5ff;
    border-radius: 18px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 51px;
    -webkit-transform: rotate(30deg);
    transform: rotate(43deg);
}

.count-number::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 160px;
    background: rgba(4, 154, 224, 1);
    background: -moz-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 154, 224, 1)), color-stop(46%, rgba(108, 83, 152, 1)), color-stop(100%, rgba(192, 25, 94, 1)));
    background: -webkit-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: -o-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: -ms-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049ae0', endColorstr='#c0195e', GradientType=0);
}

.count-number p {
    width: 27%;
    display: block;
    text-align: center;
    background: rgba(217, 229, 255, 1);
    background: rgba(4, 154, 224, 1);
    background: -moz-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4, 154, 224, 1)), color-stop(46%, rgba(108, 83, 152, 1)), color-stop(100%, rgba(192, 25, 94, 1)));
    background: -webkit-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: -o-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: -ms-linear-gradient(top, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(4, 154, 224, 1) 0%, rgba(108, 83, 152, 1) 46%, rgba(192, 25, 94, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049ae0', endColorstr='#c0195e', GradientType=0);
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 14px;
    color: #d9e5ff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.school-details {
    width: 100%;
    float: left;
    padding: 40px 10px 0;
}

.school-details h2 {
    margin: 0;
    font-weight: 300;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #242424;
}

.school-details p {
    margin: 0;
    font-weight: lighter;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    line-height: 24px;
    padding-top: 4%;
    padding-right: 5%;
}

.school-details h3 {
    color: #009ee3;
    margin: 0;
    font-weight: normal;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    padding-top: 3%;
}

.school-details h3 span {
    color: #242424;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    padding-left: 2%;
}

.school-details a {
    padding-top: 3%;
    display: inline-block;
    color: #e00347;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.school-details a:hover {
    padding-left: 15px;
    text-decoration: none;
}

.school-details a:hover::after {
    left: 100px;
}

.school-details a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 17px;
    background: url(../images/arrow.png) no-repeat;
    left: 83px;
    top: 20px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.institution:last-child {
    margin-bottom: 0;
}

.institution {
    width: 100%;
    float: left;
    margin: 0 auto 160px;
}


/*
.institution:nth-child(even) .col-lg-5{
	float: right;
}
.institution:nth-child(even) .count-number {
    clear: both;
}
.institution:nth-child(even) .school-details {
	float: left;
	padding: 20px 0 0 70px;
}
*/

/*
.institution:nth-child(even) .count-number {
	width: 100%;
	float: right;
	margin: 0 auto;
	padding-top: 42%;
	position: relative;
}

.institution:nth-child(even) .count-number::before {
	top: 50px;
}
*/

.institution:last-child .count-number::after {
    display: none;
}

.institution:nth-child(even) .col-lg-5,
.institution:nth-child(even) .col-lg-5 + .col-lg-2 {
    float: right;
}

.institution:nth-child(even) .col-lg-2 + .col-lg-5 {
    float: left;
}

.footer {
    width: 100%;
    float: left;
    margin: 5% auto 0;
}

.footer a img {
    width: 45%;
    padding-top: 22%;
    float: none;
    display: block;
    margin: 0 auto;
}

.footer-content {
    position: relative;
    width: 70%;
    float: right;
    background: rgba(217, 7, 73, 1);
    background: -moz-linear-gradient(left, rgba(217, 7, 73, 1) 0%, rgba(140, 62, 130, 1) 47%, rgba(53, 121, 190, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(217, 7, 73, 1)), color-stop(47%, rgba(140, 62, 130, 1)), color-stop(100%, rgba(53, 121, 190, 1)));
    background: -webkit-linear-gradient(left, rgba(217, 7, 73, 1) 0%, rgba(140, 62, 130, 1) 47%, rgba(53, 121, 190, 1) 100%);
    background: -o-linear-gradient(left, rgba(217, 7, 73, 1) 0%, rgba(140, 62, 130, 1) 47%, rgba(53, 121, 190, 1) 100%);
    background: -ms-linear-gradient(left, rgba(217, 7, 73, 1) 0%, rgba(140, 62, 130, 1) 47%, rgba(53, 121, 190, 1) 100%);
    background: linear-gradient(to right, rgba(217, 7, 73, 1) 0%, rgba(140, 62, 130, 1) 47%, rgba(53, 121, 190, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90749', endColorstr='#3579be', GradientType=1);
    margin-left: 0;
}

.footer-content:before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    border-top-left-radius: 115%;
    width: 21%;
    height: 235px;
    left: -116px;
    top: -27px;
}

.footer-content:after {
    content: '';
    position: absolute;
    background-color: #c71456;
    border-top-left-radius: 115%;
    width: 20%;
    height: 208px;
    left: -102px;
    top: 0;
}

.address {
    width: 50%;
    float: left;
    margin: 0;
    padding: 6% 0 19px 16%;
    line-height: 26px;
}

.address p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.address p:before {
    content: '';
    position: absolute;
    background: url(../images/location.png) no-repeat;
    width: 18px;
    height: 29px;
    left: -29px;
    top: 4px;
}

.address ul {
    margin: 6% 0 0;
    padding: 0;
}

.address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 3%;
}

.address ul li a i {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #fff;
    line-height: 33px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    font-weight: 600;
}

.address ul li a i:hover {
    color: #e40045;
    background-color: #fff;
}

.footer-info {
    width: 35%;
    float: left;
    margin: 0;
    padding: 6% 0 0 10%;
}

.footer-info ul {
    padding: 0;
}

.footer-info ul li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.footer-info ul li a:hover {
    padding-left: 10px;
}

.footer-info ul li a:before {
    content: '';
    position: absolute;
    background: url(../images/phone-icon.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 4px;
    left: -35px;
}

.footer-info ul li:nth-child(2) a:before {
    background: url(../images/fax-icon.png) no-repeat;
    width: 18px;
    height: 17px;
}

.footer-info ul li:nth-child(3) a:before {
    background: url(../images/mail-icon.png) no-repeat;
    width: 18px;
    height: 17px;
}

.footer-info ul li:nth-child(4) a:before {
    background: url(../images/website-icon.png) no-repeat;
    width: 18px;
    height: 19px;
}

.footer-info ul li {
    list-style: none;
    margin-bottom: 4%;
}

.footer-logo {
    width: 20%;
    float: left;
}


/* Menu icon */

#menu-icon-shape {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 41px;
    right: 5%;
    border-radius: 0;
    z-index: 99999;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu.fixed-header #menu-icon-shape {
    top: 27px;
}

.top-menu.fixed-header #menu-icon {
    margin-top: -2px;
}

#menu-icon-shape:hover {
    background: rgb(25, 118, 210);
}

#menu-icon-shape.active:hover,
#menu-icon-shape.active {
    background: rgb(33, 150, 243);
}

#menu-icon {
    width: 30px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    top: 62%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top,
#middle,
#bottom {
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#middle {
    margin: 5px 0;
}


/* Transform menu icon into close icon */

#top.active {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(40deg);
    background-color: #e60045;
}

#middle.active {
    opacity: 0;
}

#bottom.active {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-5px) translateX(0) rotate(-48deg);
    background-color: #e60045;
}


/* Navigation */

#overlay-nav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5 url(../images/menu-background.png) no-repeat right bottom;
    /*background: #f5f5f5;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
    transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
}


/* Open navigiation */

#overlay-nav.active {
    width: 100%;
    height: 100%;
    opacity: 100;
    visibility: visible;
}

#nav-content {
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*#nav-content:after {
	content: '';
	position: absolute;
	background: url(../images/menu-background.png) no-repeat;
	width: 602px;
	height: 292px;
	bottom: -385px;
	right: -13px;
	top: auto;
}*/

#nav-content a img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

#nav-content ul {
    width: 100%;
    float: none;
    padding: 0;
    display: block;
    margin-right: 0;
    margin-left: 5%;
}


/*
#nav-content ul li:nth-child(4) a {
    padding-left: 18%;
}
#nav-content ul li ul li:nth-child(4) a {
    padding-left: 0;
}
*/

#nav-content ul li {
    display: inline-block;
    width: 15%;
    margin-top: 4%;
    position: relative;
    margin-right: 17px;
}


/*
#nav-content ul li:nth-child(3){
    width: 10%;
}
#nav-content ul li:nth-child(2){
   width: 20%;
}
*/

#nav-content ul li ul li:nth-child(2) {
    width: 100%;
}

#nav-content ul li ul li:nth-child(3) {
    width: 100%;
}

#nav-content a {
    width: 20%;
    float: none;
    margin: 0 auto;
    display: block;
}

#menu li .sub-menu {
    margin-left: 0;
}

#menu li .sub-menu li {
    margin-left: 0;
    padding-left: 10px;
}

#nav-content ul li ul {
    position: absolute;
    width: 100%;
    float: left;
    top: 100%;
    margin-top: 15%;
}

#nav-content ul li ul li {
    width: 100%;
    margin: 0;
    padding-left: 7%;
    margin-bottom: 5%;
    position: relative;
    display: flex;
}

#nav-content ul li ul li:before {
    content: "•";
    color: #c8c8c8;
    margin-right: 10px;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: -8px;
}

#nav-content ul li:nth-child(3) ul {
    padding-left: 5%;
}

#nav-content ul li a span {
    padding-right: 5%;
    font-size: 12px;
}

#nav-content ul li a {
    width: 100%;
    padding: 2% 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: #4e4e4e;
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#nav-content ul li a:before {
    content: '01';
    position: absolute;
    top: 7px;
    left: -23px;
    font-size: 13px;
}

#nav-content ul li:nth-child(2) a:before {
    content: '02';
}

#nav-content ul li:nth-child(3) a:before {
    content: '03';
}

#nav-content ul li:nth-child(4) a:before {
    content: '04';
}

#nav-content ul li:nth-child(5) a:before {
    content: '05';
}

#nav-content ul li:nth-child(6) a:before {
    content: '06';
}

#nav-content ul li ul li a:before {
    display: none;
}

#nav-content ul li ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #6d6d6d;
}

#nav-content ul h2 {
    font-size: 20px;
    color: #4e4e4e;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

#nav-content ul li ul li a:hover {
    color: #0068b4;
}

#nav-content ul li ul li a:hover #nav-content ul li ul li:before {
    background-color: #e10c4d;
}


/*----------About us-----------*/

.about-us {
    width: 100%;
    float: left;
    margin: 5% 0 0;
}

.ban-inner-text {
    position: absolute;
    bottom: 310px;
    width: 50%;
}

.ban-inner-text h2 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
}

.ban-inner-text h2 span {
    display: block;
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    padding-top: 2%;
}

.content-1 {
    width: 100%;
    float: left;
    margin: 0;
}

.content-1 h2 {
    color: #3f3f3f;
    position: relative;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}

.content-1 h2:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    left: 245px;
    bottom: 7px;
    background-color: background: #0a97db;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0a97db 0%, #64599d 37%, #95367b 59%, #ce0f53 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a97db 0%, #64599d 37%, #95367b 59%, #ce0f53 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a97db 0%, #64599d 37%, #95367b 59%, #ce0f53 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a97db', endColorstr='#ce0f53', GradientType=1);
    /* IE6-9 */
}

.about-content {
    width: 100%;
    float: left;
    margin: 100px 0 0;
    position: relative;
}

.about-content img {
    float: left;
    margin-right: 3%;
    box-shadow: 0px 2px 40px #b8b8b8;
    background-color: white;
    border-radius: 20px;
    position: relative;
    margin-left: 3%;
    width: auto;
}

.about-content:before {
    content: '';
    position: absolute;
    background: url(../images/school-logo-before.png) no-repeat;
    width: 170px;
    height: 173px;
    left: 1px;
    top: -78px;
}

.content-2 .about-content:before {
    left: 375px;
    margin: 0 auto;
    right: 0;
}

.about-content ul {
    padding: 0;
}

.about-content p {
    font-size: 17px;
    font-weight: 300;
    color: #515151;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 2%;
}

.about-content ul li {
    font-size: 17px;
    font-weight: 300;
    color: #515151;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 2%;
    list-style: none;
    display: flex;
}

.about-content ul li:before {
    content: '•';
    color: #ce0f53;
    margin-right: 10px;
    font-size: 30px;
}

.content-2 .about-content ul li:before {
    content: '•';
    color: #ce0f53;
    margin-right: 10px;
    font-size: 30px;
}

.content-2 h2:after {
    left: 205px;
}

.content-2 {
    margin: 5% 0 0;
}

.content-2 .about-content img {
    float: right;
    margin-left: 6%;
    z-index: 999;
    margin-right: 0;
}

.content-2 .about-content ul li {
    padding-left: 0;
}

.content-2 .about-content {
    margin: 40px 0 0;
}


/*-------------------contact us--------------------*/

.contact-us {
    width: 100%;
    float: left;
}

.contact-details .col-lg-5 {
    padding-right: 0;
}

.contact-details {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #fff;
    box-shadow: 0px 2px 40px #b8b8b8;
}

.contact-details h2:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    left: 180px;
    bottom: 52px;
    background-color: background: #0a97db;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0a97db 0%, #64599d 37%, #95367b 59%, #ce0f53 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a97db 0%, #64599d 37%, #95367b 59%, #ce0f53 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a97db 0%, #64599d 37%, #95367b 59%, #ce0f53 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a97db', endColorstr='#ce0f53', GradientType=1);
    /* IE6-9 */
}

.contact-details .feedback h2 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 30px;
    color: #3f3f3f;
    font-weight: 300;
    position: relative;
    padding: 5% 22px 7%;
}

.feedback {
    width: 100%;
    float: left;
    margin: 5% 0 0;
}

.floating-form input[type=submit]:focus {
    outline: 0;
}

.floating-form input[type=submit]:hover {
    border: 0;
    color: #fff;
    background: rgba(201, 20, 89, 1);
    background: -moz-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201, 20, 89, 1)), color-stop(28%, rgba(147, 57, 125, 1)), color-stop(64%, rgba(72, 109, 177, 1)), color-stop(100%, rgba(6, 154, 222, 1)));
    background: -webkit-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -o-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -ms-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: linear-gradient(to right, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    border: 0;
}

.floating-form input[type=submit] {
    bottom: -47px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 45px;
    width: 34%;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 16px;
    border-radius: 25px;
    font-weight: normal;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.floating-form:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #009ee3;
    left: -145px;
    margin: 0 auto;
    right: 0;
    z-index: 99999;
    bottom: -27px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    z-index: 2;
}

.floating-form:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e00347;
    right: -145px;
    margin: 0 auto;
    left: 0;
    z-index: 99999;
    bottom: -27px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    z-index: 2;
}

.feedback form {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10%;
}

.floating-label {
    position: relative;
    width: 46%;
    float: left;
    margin: 0 1% 7% 3%;
}

.floating-input {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

.floating-form .floating-label:nth-child(2) {
    margin-right: 0;
}

.floating-form .floating-label:nth-child(3) {
    width: 96%;
}

.floating-form .floating-label:nth-child(4) {
    width: 96%;
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-image: linear-gradient(to left, rgba(78, 137, 176, 1) 1%, #e40045 100%) 100% 0 100% 0/1px 0 1px 0;
}

.floating-label label {
    color: #383838;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    font-family: 'Roboto', sans-serif;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #e40045;
}


/* active state */

.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
    width: 50%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-label .floating-textarea {
    height: 92px;
    overflow: hidden;
    overflow-x: hidden;
    resize: none;
}

.floating-label input[type=number]::-webkit-inner-spin-button,
.floating-label input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.floating-label:focus {
    border: 1px solid #000;
}


/* highlighter */

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/*floating end*/

.contact-address {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
}

.contact-address h2 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 30px;
    color: #3f3f3f;
    font-weight: 300;
    position: relative;
    padding: 13% 5% 0;
    text-transform: capitalize;
}

.contact-address h2:after {
    right: -127px;
    left: 0;
    margin: 0 auto;
    top: 84px;
}

.contact-address ul {
    padding-left: 87px;
    width: 85%;
    padding-top: 37px;
    padding-bottom: 115px;
}

.contact-address ul li {
    list-style: none;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #383838;
    line-height: 26px;
    margin-bottom: 8%;
    position: relative;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.contact-address ul li:before {
    content: '';
    position: absolute;
    background: url(../images/contact-location.png) no-repeat;
    width: 22px;
    height: 28px;
    left: -50px;
    top: 4px;
    background-size: 100%;
}

.contact-address ul li:nth-child(2):before {
    background: url(../images/contact-phone.png) no-repeat;
    width: 25px;
    height: 25px;
    top: 1px;
}

.contact-address ul li:nth-child(3):before {
    background: url(../images/contact-fax.png) no-repeat;
    width: 25px;
    height: 23px;
    top: 1px;
}

.contact-address ul li:nth-child(4):before {
    background: url(../images/cobtact-mail.png) no-repeat;
    width: 20px;
    height: 14px;
    top: 7px;
}

.contact-address ul li:nth-child(5):before {
    background: url(../images/contact-site.png) no-repeat;
    width: 25px;
    height: 25px;
    top: 1px;
}

.contact-address ul li span {
    text-transform: uppercase;
    display: block;
    color: #e00347;
}

.contact-address ul li a {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #383838;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
}

.contact-address ul li a:hover {
    padding-left: 10px;
    color: #e00347;
}

.contact-address ul li:hover {
    padding-left: 10px;
    color: #e00347;
}

.map {
    width: 100%;
    float: left;
    margin: 5% 0 0;
}

.map iframe {
    width: 100%;
    height: 460px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/*---------Gallery----------*/

.gallery {
    width: 100%;
    float: left;
    margin: 6% 0 0 !important;
}

.gallery h2 {
    font-family: 'Roboto', sans-serif;
    color: #737373;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.gal-content {
    width: 100%;
    float: left;
    margin-top: 2%;
}


/*gallery*/

/**** PORTFOLIO STYLES*****/

.portfolio-categ {
    margin-bottom: 30px;
}

.portfolio-categ li {
    display: inline;
    margin-right: 10px;
}

.image-block {
    display: block;
    position: relative;
}

.image-block img {
    border: 1px solid #d5d5d5;
    border-radius: 4px 4px 4px 4px;
    background: #FFFFFF;
    padding: 10px;
}

.image-block img:hover {
    border: 1px solid #A9CF54;
    box-shadow: 0 0 5px #A9CF54;
}

.portfolio-area li {
    float: left;
    margin: 0 12px 20px 0;
    overflow: hidden;
    width: 245px;
    padding: 5px;
}

.home-portfolio-text {
    margin-top: 10px;
}

li.active a {
    text-decoration: underline;
}


/**** END PORTFOLIO STYLES*****/

/*Submenu*/

/* Sticky Header */

.top-menu.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 60px 0;
    background-color: #2f3336a8;
    animation: slide-down 0.7s;
    z-index: 99999;
    opacity: 1;
    box-shadow: 0px -1px 5px 1px rgba(255, 255, 255, 0.47);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.top-menu.fixed-header .top-button .btn {
    line-height: 20px;
}

.top-menu.fixed-header .top-button {
    top: 40px;
}

.top-menu.fixed-header #menu-icon {
    top: 50%;
}

.top-menu.fixed-header .logo {
    width: 7%;
    margin-left: 0;
    margin-top: -17px;
    margin-bottom: 0;
    padding: 0;
    left: 5%;
}

.top-menu.fixed-header .logo img {
    width: 64%;
}


/* Sticky Header End*/

/*----------Gallery------------*/

.btn-toolbar {
    margin: 20px auto;
}

.btn-toolbar .mr-3 {
    width: 59%;
    float: none;
    margin: 0 auto;
    display: block;
}

.btn-toolbar .btn {
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 17px;
    padding: 5px 22px 0;
    margin: 0 auto;
    line-height: 2;
}

.grid-item {
    padding: 5px;
}

.interior {
    position: absolute;
}

.meta {
    opacity: 0.2;
    transition: opacity .5s;
    float: left;
    clear: left;
    padding: 0 5px;
    background: rgba( 255, 255, 255, 0.7);
}

.grid-item:hover .meta {
    opacity: 1;
}

img {
    width: 100%;
    height: auto;
}

#grid {
    max-height: 698px;
    overflow: hidden;
}

.btn-toolbar .btn:active {
    box-shadow: none !important;
    color: #009ee3;
    border: 1px solid #ededed;
    outline: 0;
}

.btn-toolbar .btn .active {
    box-shadow: none !important;
    color: #009ee3;
    border: 1px solid #ededed;
    outline: 0;
}

.gallery-pagination {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.gallery-pagination .pagination > li > a {
    color: #e40045;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.gallery-pagination .pagination > .active > a {
    color: #fff;
    background-color: #e40045;
    border: 1px solid #e40045;
    text-decoration: none;
}

/*---------Career-----------*/

.school-content.career {
    width: 100%;
    float: left;
    margin: 80px auto 0;
}
.career p {
    font-size: 15px;
    font-weight: 300;
    color: #515151;
    line-height: 25px;
    text-align: center;
    padding: 2% 12% 3%;
}
.career h2 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

/*
.career .contact-details .feedback h2 {
    padding: 0 0 5%;
}
*/

.career .contact-details .col-lg-7 {
    border: 1px solid #dddddd;
    position: relative;
}
.career .contact-details .col-md-12:before {
    content: '';
    position: absolute;
    background: url(../images/school-logo-before.png) no-repeat;
    width: 170px;
    height: 173px;
    z-index: -1;
    left: -56px;
    top: -60px;
}
.career .contact-details .feedback h2 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 2%;
    padding-top: 0;
}
.career .contact-details h2:after {
    display: none;
}
.career .contact-details {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #dfdfdf;
}
.career .contact-details .feedback .floating-form .floating-label .floating-input {
    border: 1px solid #ebebeb;
}
.career .contact-details .feedback .floating-form .floating-label {
    position: relative;
    width: 33%;
    float: left;
    margin: 15px 15px 10px;
}
.career .contact-details .feedback .floating-form .floating-label .floating-input:focus ~ label {
    top: -29px;
    padding-left: 0;
}
.career .contact-details .feedback .floating-form input[type=submit] {
    bottom: -85px;
    ;
    line-height: 3;
    width: 20%;
    color: #fff;
    font-size: 20px;
    background: rgba(201, 20, 89, 1);
    background: -moz-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201, 20, 89, 1)), color-stop(28%, rgba(147, 57, 125, 1)), color-stop(64%, rgba(72, 109, 177, 1)), color-stop(100%, rgba(6, 154, 222, 1)));
    background: -webkit-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -o-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: -ms-linear-gradient(left, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    background: linear-gradient(to right, rgba(201, 20, 89, 1) 0%, rgba(147, 57, 125, 1) 28%, rgba(72, 109, 177, 1) 64%, rgba(6, 154, 222, 1) 100%);
    border: 0;
}
.career .contact-details .feedback .floating-form:before {
    display: none;
}
.career .contact-details .feedback .floating-form:after {
    display: none;
}
.input-group-btn:last-child>.btn {
    width: 19% !important;
    float: right;
    margin-right: 2%;
    background-color: #e00348;
    border-radius: 18px;
    color: #fff;
    padding: 3px 0;
    border: none;
    margin-top: 10px;
}
.career .contact-details .feedback .floating-form .floating-label .floating-textarea {
    height: 150px;
}
.career .contact-details .feedback .floating-form .floating-label label {
    font-size: 13px;
    padding-top: 11px;
    padding-left: 7px;
}
.career .contact-details .feedback .floating-form .floating-label:nth-child(2) {
    margin: 15px 11px 10px;
}
.career .contact-details .feedback .floating-form .floating-label:first-child {
    margin-right: 0;
    margin-left: 0;
}
.career .contact-details .feedback .floating-form .floating-label:nth-child(3) {
    width: 32%;
    margin-left: 0;
    margin-right: 0;
}
.career .contact-details .feedback .floating-form .floating-label:nth-child(4) {
    width: 33%;
    margin-right: 10px;
    margin-left: 0;
}
.career .contact-details .feedback .floating-form .floating-label .input-group-btn {
    padding-left: 3%;
    padding-bottom: 0;
}
.career .contact-details .feedback .floating-form .floating-label:nth-child(5) {
    width: 66%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #ebebeb;
}
.career .contact-details .feedback .floating-form .floating-label:nth-child(6) {
    width: 99.8%;
    margin-right: 0;
    margin-left: 0;
}
.career .contact-details .contact-address ul {
    padding-top: 0;
}
.career .contact-details .contact-address {
    background-color: #fff;
}
.btn-upload-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 8px 16px 7px;
}
.btn-upload-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn-upload-input-title {
    margin-left: 2px;
}
.btn-clear {
    color: #333;
    border-color: #ccc;
    background-color: transparent;
    padding: 8px 16px 7px;
    margin: 0;
    &:focus,
    &:hover,
    &:active {
        background-color: transparent;
        border-color: #ccc;
        color: #333;
    }
}
.input-group-btn {
    padding-left: 3%;
    padding-bottom: 5%;
}
.career .floating-form .vacancy {
    width: 100%;
    float: left;
    margin-top: 3%;
    overflow-x: auto;
}
.career .floating-form .vacancy table tbody {
    background: #f6f6f6;
}
.career .floating-form .vacancy table thead tr th:first-child {
    width: 7%;
}
.career .floating-form .vacancy table thead tr th:nth-child(4) {
    width: 20%;
}
.career .floating-form .vacancy table tbody tr td {
    border-right: 1px solid #d4d4d6;
    border-bottom: 1px solid #d4d4d6;
    padding: 2% 2%;
    color: #323232;
    font-size: 16px;
    text-align: left;
}
.career .floating-form .vacancy table thead tr th:nth-child(2) {
    text-align: left;
    padding-left: 2%;
    width: 40%;
}
.career .floating-form .vacancy table thead tr th:nth-child(4){width: 20%;}
.career .floating-form .vacancy table tbody tr td input[type=radio] {
    display: block;
    margin: 0 auto;
}
.career .floating-form .vacancy table tbody tr td:nth-child(2) {
    text-align: left;
    padding-left: 2%;
}
.career .floating-form .vacancy table tbody tr td:last-child {
    border-right: 0;
    text-align: center;
}
.career .floating-form .vacancy table {
    width: 100%;
    float: left;
}
.career .floating-form .vacancy table thead {
    background: #424242;
}
.career .floating-form .vacancy table thead tr th {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


/*----------College details start--------------*/

.clg-list-img {
    width: 50%;
    float: left;
    margin-right: 2%;
}

.clg-list-img {
    width: 35%;
    float: left;
    margin-right: 0;
    border-radius: 20px;
    position: relative;
}

.clg-details {
    width: 65%;
    float: left;
}

.clg-details h2:after {
    display: none;
}

.clg-details h2 {
    margin: 0;
    font-weight: 400;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #242424;
    padding-bottom: 2%;
}

.clg-details a {
    padding-top: 0;
    display: inline-block;
    color: #e00347;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    position: relative;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.clg-details a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 13px;
    background: url(../images/arrow.png) no-repeat;
    left: 83px;
    top: 9px;
    background-size: 100%;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.clg-details a:hover {
    padding-left: 15px;
    text-decoration: none;
}

.clg-details a:hover::after {
    left: 100px;
}

/*----------College details End--------------*/
