* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

a,
input,
div {
    outline: 0 !important;
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    font-family: OpenSans-Light;
}

h1,
h2,
h3 {
    font-family: OpenSans-Bold;
}

h4,
h5,
h6 {
    font-family: OpenSans-Regular;
}

.pl {
    padding-left: 0px !important;
}

.pr {
    padding-right: 0px !important;
}

.plr {
    padding: 0px !important;
}

option {
    padding: 5px 12px;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
}

body {
    position: relative;
}

/*nav part css*/

.navbar-toggle {
    border: 1px solid #666;
    margin-top: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.icon-bar {
    background: #666;
}

.navbar-toggle:hover .icon-bar {
    background: #fff;
}

.navbar-toggle:hover {
    background: #9d2032;
}

#mynav {
    padding-right: 0;
}

.logo {
    margin: 10px 130px 0px 0;
    display: block;
}

.navbar {
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0px;
    z-index: 999;
}

.nav-left li a {
    font-size: 14px;
    font-family: OpenSans-Bold;
    color: #666;
    padding: 24px 24px;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-left li a:before {
    position: absolute;
    content: '';
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #9d2032;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-left .active a:before,
.nav-left li a:hover:before {
    height: 5px;
}

.rignt-nav > li:hover > a,
.nav-left .active a,
.nav-left > li:hover > a {
    color: #9d2032;
}

.rignt-nav > li > a:after,
.nav-left > li > a:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 2px;
    right: 0;
    top: 45%;
    background: #e3e3e3;
}

.rignt-nav > li:last-child > a:after,
.nav-left > li:last-child > a:after {
    width: 0;
}

.rignt-nav li {
    position: relative;
}

.rignt-nav li a {
    font-size: 14px;
    font-family: OpenSans-Bold;
    color: #666;
    padding: 24px 15px;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.rignt-nav li a i {
    padding: 0 8px;
}

/*mega menu css*/

.rignt-nav li ul {
    position: absolute;
    padding: 8px;
    background: #fff;
    -webkit-filter: drop-shadow(1px 5px 5px #000);
    filter: drop-shadow(1px 5px 5px #000);
    right: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin-top: 30px;
}

.rignt-nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.rignt-nav li ul li {
    float: left;
    width: 100%;
}

.rignt-nav li ul:after {
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 12px solid #fff;
    right: 16px;
    top: -22px;
    z-index: 1;
}

.rignt-nav li ul li a {
    color: #494949;
    font-size: 12px;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.rignt-nav li ul li a:hover {
    background: #f3f3f4 !important;
    color: #A82334;
}

.rignt-nav li ul li img {
    position: absolute;
    top: 14px;
    left: 12px;
}

/*banner part css */
#banner {
    background: url('../images/banner.jpg') no-repeat;
    background-size: cover;
    padding: 130px 0 88px 0;
}

#banner h2 {
    font-size: 42px;
    padding-bottom: 44px;
    color: #fff;
    text-transform: capitalize;
}

#banner h4 {
    font-size: 15.38px;
    color: #eeeeee;
    text-transform: capitalize;
    padding-bottom: 58px;
}

#banner a {
    font-size: 16px;
    height: 45px;
    width: 204px;
    background: #fff;
    color: #373737;
    display: inline-block;
    text-transform: capitalize;
    line-height: 45px;
    border-radius: 5px;
    font-family: OpenSans-Regular;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.caption-p p {
    padding-bottom: 8px;
}

#banner a:hover {
    box-shadow: 0 8px 0 #A82334;
    -webkit-box-shadow: 0 8px 0 #A82334;
}

/*search part css start*/
#search-part {
    background: url(../images/search-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.src-lab {
    color: #fff;
    font-size: 22px;
    font-family: OpenSans-Bold;
    text-transform: capitalize;
    padding-top: 8px;
    padding-left: 25px;
}

.ser-select {
    height: 45px;
    font-size: 16px;
    color: #2c2c2c;
    font-family: OpenSans-Regular;
    border-radius: 5px;
    padding-left: 15px;
    border: 0;
}

.ser-select option {
    font-size: 16px;
    color: #2c2c2c;
    font-family: OpenSans-Regular;
    padding-left: 15px;
    text-transform: capitalize;

}

.search-box {
    height: 45px;
    font-size: 16px;
    color: #2c2c2c;
    font-family: OpenSans-Regular;
    padding-left: 15px;
    border-radius: 5px;
    border: 0;
}

.search-btn {
    height: 45px;
    background: #9d2032;
    color: #fff;
    font-size: 16px;
    border: 0;
    text-transform: capitalize;
    border-radius: 5px;
    font-family: OpenSans-Regular;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.search-btn:hover {
    color: #9d2032;
    background: #fff;
}

.ad-search {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #908f8f;
    padding-left: 15px;
    cursor: pointer;
}

.ad-search:hover {
    text-decoration: underline !important;
    color: #9d2032;
}

/*work-part part css*/
#work-it {
    padding: 75px 0 90px 0;
}

.works-border {
    border-top: 1px solid #e0e0e0;
}

.works-border a:nth-of-type(3n+0) .work-part {
    border-right: 1px solid #e0e0e0;
}

#creative-work h2,
#work-it h2 {
    color: #494949;
    font-size: 35px;
    padding-bottom: 40px;
    text-transform: capitalize;
}

.work-part {
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 200px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.work-part img {
    margin: 30px 0 50px 0;
}

.work-part p {
    color: #494949;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.work-part p:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #e0e0e0;
    top: -25px;
    left: 43%;
}

.work-part:hover p {
    color: #9d2032;
}

.work-part:hover {
    box-shadow: inset 0 0 0 2px #e0e0e0;
}

/*creative work*/
#creative-work {
    padding: 65px 0 60px 0;
    background: #f3f3f4;
}

.works-img {
    max-height: 260px;
    width: 95%;
    margin: 6px auto;
    overflow: hidden;
}

.works-img img {
    width: 100%;
}

.caption-p {
    border: 1px solid #e0e0e0;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.caption-p p span {
    font-weight: bold;
    padding-right: 5px;
}

.caption-p img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.caption-p:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/*great-work creative it part css*/
#great-work {
    padding: 60px 0 40px 0;
}

.great-left h2 {
    color: #494949;
    font-size: 35px;
    padding: 0 100px 55px 0;
    text-transform: capitalize;
}

.great-left p {
    font-size: 15px;
    color: #666666;
    padding: 0 80px 15px 0;
}

.great-right a {
    padding: 10px 0 10px 80px;
    color: #494949;
    font-size: 18px;
    font-family: OpenSans-Bold;
    display: block;
}

.great-right a:hover {
    color: #9d2032;
}

.great-right p {
    padding: 0 0 40px 80px;
    color: #666666;
    font-size: 14px;
}

.great-right .img-bor {
    float: left;
}

.great-right {
    position: relative;
}

.great-right:after {
    position: absolute;
    content: '';
    height: 70%;
    width: 1px;
    border-left: 1px dashed #d0d0d0;
    top: 20px;
    left: 42px;
    z-index: -1;
}

.great-right .img-bor:first-child:after {
    height: 0;
    width: 0;
    border-left: 0;
}

/*register-part css*/
#register-part {
    background: url('../images/register-bg.jpg') no-repeat;
    background-size: cover;
    padding: 25px 0 45px 0;
}

#register-part .col-sm-8 {
    position: relative;
}

.training {
    height: 245px;
    width: 245px;
    border-radius: 50%;
    background: #9d2032;
    color: #fff;
    font-size: 27px;
    margin-left: 50px;
}

.training h2 {
    padding: 75px 25px;
    text-transform: capitalize;
    font-size: 27px;
}

.register {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background: #9d2032;
    cursor: pointer;
    padding: 35px 20px 45px;
    position: absolute;
    bottom: -30px;
    left: 32%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.register:hover {
    background: #9d2032;
}

.register i {
    color: #fff;
    font-size: 20px;
}

.register h3 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

/*counter part css*/
#counter {
    background: #f3f3f4;
    padding: 65px 0;
}

#counter h2 {
    color: #7c7c7c;
    font-size: 50px;
    padding-bottom: 65px;
    position: relative;
}

#counter h2:after {
    position: absolute;
    content: '';
    background: #e0e0e0;
    height: 2px;
    width: 80px;
    bottom: 26%;
    left: 35%;
}

#counter p {
    color: #7c7c7c;
    font-size: 18px;
    text-transform: capitalize;
}

/*client part css  start*/
#client {
    padding: 50px 0;
}

#client h2 {
    color: #494949;
    font-size: 34.78px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
}

#client h4 {
    color: #191919;
    font-size: 17.89px;
    text-align: center;
    padding-bottom: 45px;
    font-family: OpenSans-Light;
}

.client-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    float: left;
}

.client-img img {
    width: 100%;
    padding: 4px;
}

.client-sms {
    filter: drop-shadow(0 0 1px #666);
    -webkit-filter: drop-shadow(0 0 1px #666);
    float: left;
    max-width: 400px;
    margin-left: 38px;
    position: relative;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.client-sms::after {
    position: absolute;
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 25px solid #fff;
    top: 15%;
    left: -10%;
    z-index: -1;
}

.client-sms p {
    color: #9d2032;
    font-size: 14px;
    font-family: OpenSans-LightItalic;
    padding: 25px;

}

/*clients-protfolio css*/
#clients-protfolio {
    padding: 60px 0 70px 0;
    background: #f3f3f4;
}

#clients-protfolio h2 {
    color: #494949;
    margin-bottom: 40px;
    font-size: 34.78px;
    text-transform: capitalize;
}

.protfolio-img {
    max-height: 240px;
    width: 100%;
    overflow: hidden;
}

.protfolio-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.protfolio-img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.protfolio-link {
    cursor: pointer;
    color: #1e1e1e;
    font-family: OpenSans-Light;
    font-size: 12px;
    padding-top: 0px;
    display: block;
}

.protfolio-link:hover {
    color: #9d2032;
    text-decoration: underline !important;
}

/*left-side css*/

.dashboard-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 50%;
}

.left-nav h2 {
    text-align: center;
    padding: 15px 0 10px 0;
    font-family: OpenSans-Semibold;
    font-size: 16PX;
    color: #494949;
}

.left-nav p {
    text-align: center;
    padding: 0;
    font-family: OpenSans-regular;
    font-size: 12PX;
    color: #494949;
}

.left-nav p span {
    font-family: OpenSans-bold;
}

.cont-body {
    background: #edecf2;
}

.left-nav > ul {
    padding-bottom: 100px;
    padding-top: 20px;
}

.left-nav ul li a {
    font-size: 15px;
    color: #494949;
    font-family: OpenSans-Semibold;
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}

.left-nav ul li:last-child a {
    border-bottom: 1px solid #ddd;
}

.left-nav ul li a:after {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    left: 100%;
    top: 10px;
    border-left: 13px solid #9d2032;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    z-index: 1;
    visibility: hidden;
}

.left-nav > ul > .side-active > a:after {
    visibility: visible;
}

.left-nav ul li a i {
    padding-right: 10px;
    color: #494949;
    font-size: 18px;
}

.left-nav ul .side-active a,
.left-nav ul li:hover > a {
    background: #9d2032;
    color: #fff;
    padding-left: 25px;
}

.left-nav ul li:hover > a i {
    color: #fff;
}

.left-nav ul li.side-active a i {
    color: #fff;
}

.left-nav > ul > li > ul {
    visibility: hidden;
    position: absolute;
    z-index: 105;
    width: 200px;
    left: 100%;
    background: #efefef;
    margin-top: -50px;
}

.left-nav > ul > li:hover > ul {
    visibility: visible;
}

/*right part*/

.right-bg {
    background: #fff;
    padding: 0 20px 100px 20px;
    min-height: 800px;
}

.breadcumb {
    background: #edecf2;
    padding-left: 20px;
}

.breadcumb ul li {
    display: inline-block;
    font-family: OpenSans-Regular;
    text-transform: capitalize;
}

.breadcumb ul li a {
    color: #494949;
    padding: 10px 0;
    display: inherit;
}

.breadcumb ul li a:hover {
    color: #9d2032;
}

.right-side h2 {
    font-size: 22px;
    color: #494949;
    font-family: OpenSans-bold;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 0px 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 15px 20px 15px;
}

.right-side h2 span {
    color: #7e7e7e;
    font-family: OpenSans-Regular;
    font-size: 16px;
}

.home-panel.panel {
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.home-panel .panel-heading {
    color: #494949;
    font-family: OpenSans-Bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.home-panel .panel-body {
    padding: 0;
    height: 150px;
    text-align: center;
    line-height: 150px;
}

.home-panel .panel-body img {
    display: inline-block;
}

.home-panel .panel:hover {
    border-color: #9d2032;
}

.home-panel .panel:hover .panel-heading {
    border-color: #9d2032;
    background: #9d2032;
    color: #fff;
}

/*login pages css start*/

#login-box {
    padding: 50px 0 80px 0;
    background: #edecf2;
}

.login-pag {
    margin: 0 auto;
    float: none;
}

.login-pag h2 {
    color: #9d2032;
    font-size: 25.38px;
    padding-bottom: 20px;
    font-family: OpenSans-Semibold;
    text-align: center;
    text-transform: capitalize;
}

.login-pag h2 i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    border-radius: 50%;
}

.login-form {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #9d2032;
    border-top: 5px solid #9d2032;
    border-bottom: 5px solid #9d2032;
    padding: 15px;
}

.login-text-box label {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #494949;
    padding: 5px 0 6px 0;
}

.login-text-box .form-control {
    height: 40px;
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    color: #919191;
    font-size: 14px;
    font-family: OpenSans-Light;
    margin-bottom: 15px;
    border-radius: 5px;
}

.login-text-box .form-control:focus,
.login-text-box .form-control:hover {
    border-color: #9d2032;
}

.login-btn {
    background: #9d2032;
    height: 40px;
    width: 130px;
    font-size: 16px;
    font-family: OpenSans-Semibold;
    text-transform: capitalize;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin: 5px 20px 0px 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.login-btn:hover {
    background: #494949;
}

.forgot a {
    color: #494949;
    padding: 25px 0 8px 0;
    display: block;
}

.forgot a:hover {
    color: #9d2032;
}

/*breadcrumb css*/

.breadcrumb-custome {
    background-image: url(../images/student-dashboard-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-custome ul {
    padding: 105px 0 30px 0;
}

.breadcrumb-custome ul li {
    float: left;
    font-size: 11px;
    font-family: OpenSans-Light;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumb-custome ul li a {
    color: #fff;
}

.breadcrumb-custome ul li a span {
    padding: 0 10px;
    font-size: 10px;
}

/*contact us page css*/
/*contact us page css*/
#contactpage {
    padding: 50px 0;
}

.contactadd {
    font-family: OpenSans-Regular;
    font-size: 25px;
    color: #494949;
    display: block;
}

.contacttext,
.contacticone {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #1b1b1b;
    display: block;
}

.contacticone {
    margin-top: 20px;
}

.contacticone i {
    height: 25px;
    width: 25px;
    background: #9d2032;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
}

.contacttext {
    padding-top: 8px;
}

.contemail {
    font-family: OpenSans-Regular;
    color: #494949;
    font-size: 25px;
    display: block;
    padding: 0 0 25px 15px;
}

#contactmap iframe {
    width: 100%;
    height: 350px;
    display: block;
    margin-top: 80px;
}

/*cv-view page css*/
.left-side .panel-title a {
    display: block;
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #494949;
    padding: 5px 0;
}

.left-side .panel-title a i {
    font-size: 15px;
    float: right;
    padding-top: 5px;
}

.left-side .panel-title:hover a {
    color: #9d2032;
}

.left-side .panel-body label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-family: OpenSans-regular;
}

.left-side .panel-body label:hover {
    color: #9d2032;
}

.right-part {
    padding: 30px 15px 100px 15px;
}

.right-part > h2 {
    color: #494949;
    font-family: OpenSans-Bold;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.cv-view-head h2 {
    color: #666;
    font-size: 18px;
    text-transform: capitalize;
}

.cv-view-head p {
    padding: 5px 0;
}

.cv-view-head p b {
    text-transform: capitalize;
    padding-right: 5px;
    color: #666;
}

.cv-view-head span i {
    padding-left: 30px;
    padding-right: 10px;
    color: #666;
}

.cv-view > p {
    padding-bottom: 10px;
}

.cv-view > p > span {
    font-weight: bolder;
    padding-right: 8px;
    color: #666;
}

.cv-img {
    height: 100px;
    overflow: hidden;
}

.cv-img img {
    height: 100%;
    width: 100%;
}

.star-left {

}

.p-footer > p {
    padding-left: 20px;
    display: inline-block;
    text-transform: capitalize;
}

.p-footer > p span {
    font-weight: bold;
    padding-right: 5px;
    color: #666;
}

.footer-btn a {
    color: #666;
    font-family: OpenSans-Semibold;
    padding-left: 20px;
    text-transform: capitalize;
}

.footer-btn a:hover {
    color: #9d2032;
}

.footer-btn a i {
    padding-right: 5px;
}

.right-part .panel {
    border-bottom: 3px solid #ddd;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.right-part .panel:hover {
    border-bottom: 3px solid #9d2032;
}

/*stuportfoliopage css*/
.filterbody h2 {
    padding-bottom: 40px !important;
    text-transform: capitalize;
}

#filtermenu {
    background: #f3f3f4;
}

#filtermenu ul {
    text-align: center;
    margin-bottom: 0;
}

#filtermenu ul li {
    display: inline-block;
    margin: 0 20px;
    color: #494949;
    font-size: 14px;
    font-family: OpenSans-Semibold;
    text-transform: uppercase;
    padding: 25px 0;
    cursor: pointer;
    position: relative;
}

#filtermenu ul li:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 2px;
    background: #d2d2d2;
    right: -20px;
    bottom: 44%;
}

#filtermenu ul li:last-child:after {
    display: none;
}

#filtermenu ul li:before {
    content: '';
    position: absolute;
    height: 4px;
    background: #9d2032;
    left: 50%;
    right: 50%;
    bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#filtermenu ul li:hover:before {
    left: 0;
    right: 0;
}

#filtermenu ul li:hover {
    color: #9d2032;
}

#filtermenu ul .filteractive {
    color: #9d2032;
}

#filtermenu ul .filteractive:before {
    left: 0;
    right: 0;
}

.filterbody {
    background: #fff !important;
}

/*all form css*/

.all-form .panel-heading {
    color: #494949;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    text-transform: uppercase;
}

.all-form .panel-body {
    padding: 25px 0px;
}

.all-form .form-group label {
    color: #494949;
    font-family: OpenSans-Regular;
    font-size: 15px;
    text-transform: capitalize;
}

.all-form select,
.all-form input {
    color: #494949;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    height: 35px;
}

.all-form textarea:hover,
.all-form textarea:focus,
.all-form select:hover,
.all-form select:focus,
.all-form input:focus,
.all-form input:hover {
    border-color: #9d2032;
    box-shadow: none;
}

.all-form textarea {
    height: 150px;
    color: #494949;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    resize: none;
}

.all-form select {
    padding-left: 8px;
}

.all-form select option {
    font-size: 12px;
    padding: 5px 10px;
}

.du-select {
    padding-top: 26px;
}

.gender input {
    height: auto;
}

.gender label {
    padding-right: 30px;
}

.gender label.gender_label {
    padding-right: 15px;
}

.checkbox input {
    height: auto;
}

.submit-btn {
    background: #666666;
    border: medium none;
    border-radius: 5px;
    color: #fff !important;
    font-family: OpenSans-Semibold;
    font-size: 16px;
    height: 40px;
    text-transform: capitalize;
    padding: 0px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin: 0px auto;
}

.submit-btn:hover {
    background: #9d2032;
    color: #fff;
}

.form-two .panel-body label {
    text-align: right;
}

.user-img {
    background-image: url("../images/upload-img.jpg");
    background-size: cover;
    border: 1px solid #ddd;
    height: 150px;
    overflow: hidden;
    width: 150px;
    border-radius: 5px;
}

.add_btn {
    padding: 5px 20px;
    border: 1px solid #9d2032;
    display: inline-block;
    font-size: 14px;
    font-family: OpenSans-Semibold;
    color: #9d2032;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.add_btn i {
    padding-left: 8px;

}

.add_btn:hover {
    background: #9d2032;
    color: #fff;
}

/*form and table css*/
.table-search {
    margin-bottom: 30px;
}

.table-panel .panel-body table tr th {
    color: #707070;
}

.table-panel .panel-body table tr td p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #707070;
}

.table-panel .panel-body table tr td a {
    /*font-size: 18px;*/
    text-decoration: underline !important;
    color: #494949;
}

.table-panel .panel-body table tr td img {
    height: 60px;
    width: 60px;
}

.table-panel .panel-body table tr td a:hover {
    color: #9d2032;
}

.table-select select option {
    padding: 3px 12px;
}

.table-select select {
    width: 90px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #707070;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.table-panel .panel-footer .pagination {
    margin: 0;
}

.src-btn {
    float: right;
}

.table-select span {
    text-transform: capitalize;
    color: #707070;
    font-family: OpenSans-light;
}

/*top-footer part css*/

#top-footer {
    background: url('../images/footer-bg.jpg');
    padding: 38px 0 78px 0;
}

#top-footer h2 {
    font-size: 18px;
    font-family: OpenSans-Semibold;
    color: #fff;
    padding: 5px 0 35px 25px;
    position: relative;
}

#top-footer h2:after {
    position: absolute;
    content: '';
    background: #9d2032;
    height: 2px;
    width: 30px;
    left: 25px;
    top: 70%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#top-footer .footer-contact:hover h2:after,
#top-footer .footer-right:hover h2:after,
#top-footer .footer-cv:hover h2:after {
    width: 100px;
}

.footer-left p {
    padding-top: 30px;
    color: #9b9b9b;
    font-size: 12px;
}

.footer-cv a {
    color: #9b9b9b;
    font-size: 12px;
    font-family: OpenSans-Light;
    padding: 0px 170px 0 25px;
    display: block;
}

.footer-contact a,
.footer-contact p {
    color: #9b9b9b;
    font-size: 12px;
    font-family: OpenSans-Light;
    padding-left: 25px;
}

.footer-cv a:hover,
.footer-contact a:hover {
    color: #9d2032;
}

.footer-right ul {
    padding-left: 20px;
}

.footer-right li {
    display: inline-block;
}

.footer-right li a i {
    height: 30px;
    width: 30px;
    background: #9b9b9b;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 4px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.footer-right li a i:hover {
    background: #9d2032;
}

.footer-right li a {
    color: #fff;
}

#bfooter {
    height: 5px;
    background: #9d2032;
}

/*left side menu button*/
.left-menu {
    background: #edecf2;
    height: 40px;
    width: 50px;
    position: fixed;
    top: 90px;
    left: 0;
    text-align: right;
    padding-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    z-index: 999;
    border-radius: 0px 5px 5px 0;
    border: 1px solid #9d2032;
    border-left: none;
}

.left-menu i {
    color: #9d2032;
    line-height: 40px;
    font-size: 30px;
}

.left-menu:hover i {
    color: #fff;
}

.left-menu:hover {
    background: #9d2032;
    left: 0;
}

/*student profile details page css*/
.cvname {
    font-family: OpenSans-Semibold;
    font-size: 16px;
    color: #494949;
    display: block;
    width: 100%;
    padding: 15px 0 8px;
}

.cvidba {
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #666;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.profile-name {
    padding-top: 30px;
}

.namehere {
    font-family: OpenSans-Semibold;
    font-size: 16px;
    color: #494949;
}

.varified {
    font-family: OpenSans-Regular;
    font-size: 12px;
    color: #9d2032;
    padding-left: 20px;
}

.varified i {
    padding-left: 10px;
}

.cont-btn {
    height: 35px;
    padding: 0 20px;
    background: #666666;
    text-align: center;
    line-height: 35px;
    text-transform: capitalize;
    display: inline-block;
    font-family: OpenSans-Bold;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.cont-btn i {
    color: #c3c3c3;
    padding-right: 10px;
}

.cont-btn:focus,
.cont-btn:hover {
    background: #9d2032;
    color: #fff;
}

.sro-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: 45px auto 0;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
}

.row-bdr .sro-img {
    margin-top: 30px;
    position: relative;
    overflow: visible;
}

.row-bdr .sro-img i {
    bottom: 9px;
    color: #9d2032;
    font-size: 20px;
    position: absolute;
    right: 4px;
}

#Profile table td {
    font-size: 14px;
    font-family: OpenSans-Regular;
    color: #494949;
}

#Profile table {
    display: block;
    padding-bottom: 10px;
}

.profile-bdr {
    border: 1px solid #e0e0e0;
    padding: 0 38px 0 38px;
    min-height: 500px;
    padding-bottom: 20px;
}

.profile-title {
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #494949;
    padding: 40px 0 20px;
    display: block;
    position: relative;
}

.profile-title:first-child::after {
    display: none;
}

.profile-title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e0e0e0;
    top: 4px;
    left: 0;
}

.personal-info {
    padding-bottom: 15px;
    display: block;
}

.personal-details {
    width: 155px;
    display: block;
}

.profile-tab {
    border-bottom: none;
    padding: 45px 0 0px 0;
    display: inline-block;
    margin-bottom: 0;
}

.profile-tab li {
    position: relative;
}

.profile-tab li a {
    font-family: OpenSans-Bold;
    font-size: 20px;
    color: #494949;
    border: none;
    margin-right: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-bottom: 5px;
}

.profile-tab li:hover a {
    color: #A82334;
    border-bottom: 5px solid #9d2032;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    color: #A82334;
    cursor: default;
    background: none;
    border-bottom: 5px solid #9d2032;
}

.row-bdr {
    border-bottom: 5px solid #dedede;
    padding: 0 38px 0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #f3f3f4;
}

/*Payment page css*/
.payment-lb td {
    font-size: 14px;
    font-family: OpenSans-Bold;
    color: #494949;
    padding-bottom: 12px;
}

.payment-lbr {
    font-family: OpenSans-Regular !important;
    padding-left: 60px;
}

.stu-pic {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border: 1px solid #494949;
}

.stu-img {
    width: 100%;
    height: 100%;
}

.pay-right h3 {
    color: #494949;
    font-family: OpenSans-Bold;
    font-size: 16px;
    padding: 30px 0 18px 0;
}

.pay-right h3 i {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
}

.stu-pn {
    font-family: OpenSans-Regular;
    color: #494949;
    font-size: 14px;
    display: block;
}

.stu-pn span {
    padding-right: 5px;
}

/*responsive css*/
@media (min-width: 768px) and (max-width: 991px) {
    .nav-left li a {
        padding: 24px 20px;
    }

    #banner {
        padding: 70px 0 88px;
    }

    .great-left h2 {
        font-size: 30px;
        padding: 0 0 30px;
    }

    #register-part {
        padding: 30px 0 65px;
    }

    .register {
        bottom: -40px;
        left: 46%;
    }

    #counter {
        padding: 40px 0;
    }

    #counter h2::after {
        bottom: 18%;
        left: 25%;
    }

    #counter h2 {
        padding-bottom: 40px;
        position: relative;
    }

    #counter p {
        font-size: 16px;
    }

    .client-sms::after {
        left: -13%;
        top: 5%;
    }

    .client-sms {
        margin-left: 11px;
        max-width: 233px;
    }

    .client-sms p {
        padding: 12px;
    }

    #top-footer h2 {
        padding: 5px 0 35px;
    }

    #top-footer h2::after {
        left: 0;
    }

    .footer-right ul,
    .footer-contact a,
    .footer-contact p,
    .footer-cv a {
        padding: 0;
    }

    .footer-right li a i {
        margin: 0;
    }

    .mo-panel .panel-body table {
        width: 200% !important;
        max-width: 200% !important;
    }

    .src-lab {
        text-align: left;
    }

    .pr {
        padding-right: 15px !important;
    }

    .p-footer > p {
        padding-left: 10px;
        font-size: 12px;
    }

    .footer-btn a {
        font-size: 13px;
        padding-left: 10px;
    }

    .cv-img {
        height: 85px;
    }

    .row-bdr {
        padding: 0 15px;
    }

    .profile-bdr {
        padding: 0 15px 20px;
    }

    .cont-btn {
        font-size: 12px;;
        padding: 0 8px;
        margin-right: 0;
    }

    .cont-btn i {
        padding-right: 5px;
    }

    .payment-lb td {
        font-size: 13px;
        vertical-align: top;
    }

    .pay-right h3 {
        font-size: 15px;
        padding: 15px 0 10px;
    }

    .stu-pic {;
        width: 100%;
    }

    .cont-btn {
        float: left;
        font-size: 13px;
        margin-right: 0;
        padding: 0 25px;
    }

}

@media (max-width: 767px) {
    .logo {
        margin: 15px;
    }

    .left-nav ul li a::after {
        display: none;
    }

    .nav-left li a {
        padding: 10px 15px;
    }

    .rignt-nav li a {
        padding: 10px 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    .footer-left p {
        padding-top: 12px;
    }

    #top-footer h2 {
        padding: 20px 0 35px 0px;
    }

    #top-footer h2::after {
        left: 0px;
    }

    .footer-cv a {
        padding: 0;
    }

    .footer-contact a, .footer-contact p {
        padding-left: 0px;
    }

    .footer-right ul {
        padding-left: 0px;
    }

    #top-footer {
        padding: 38px 0 30px;
    }

    #bfooter {
        height: 25px;
    }

    .cont-body {
        padding-top: 0px;
        position: relative;
    }

    .right-bg {
        padding: 0;
    }

    .ptb {
        padding-left: 0;
        float: left;
    }

    .pl {
        padding-left: 15px !important;
    }

    .pr {

        padding-right: 15px !important;
    }

    .plr {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pdm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .du-select {
        padding-top: 0;
    }

    .right-bg {
        padding-bottom: 100px;
        padding-top: 50px;
    }

    .src-lab {
        display: block;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .search-box,
    .ser-select {
        margin-bottom: 15px;
    }

    .right-part > h2 {
        font-size: 20px;
    }

    .footer-btn {
        float: left !important;
    }

    .footer-btn a {
        padding-left: 0px;
        padding-right: 5px;
        font-size: 13px;
    }

    .p-footer > p {
        font-size: 12px;
    }

    .row-bdr {
        padding: 0 10px;
    }

    .cont-btn {
        margin-bottom: 15px;
        width: 200px;
        margin-right: 0;
    }

    .profile-name {
        padding-top: 20px;
        text-align: center;
    }

    .profile-tab {
        padding: 15px 0 0;
    }

    .profile-bdr {
        padding: 0 10px 20px;
    }

    .table-responsive {
        border: none;
        margin-bottom: 0;
    }

    #Profile table {
        width: 150%;
    }

    /*	nav*/
    .left-nav {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        z-index: 99;
        background: #edecf2 none repeat scroll 0 0;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .toggle {
        left: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
}

/*Uzzal Code Start*/
.panelu {
    border: 1px solid #9d2032;
}

.panel.panelu > .panel-heading {
    background-color: #9d2032;
    color: #fff;
    font-size: 15px !important;
}

.upagin {
    margin: 0px;
}

.form-group > label > span {
    color: #9d2032;
}

.flaticonweb::before {
    font-size: 100px;
    color: #494949;
}

.home-panel .panel:hover .flaticonweb::before {
    color: #9d2032;
}

.add_buttons {
    /*	border:1px solid #193059;
        background:#193059;
    */
    border: 1px solid #fff;
    background: #A82334;

    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    font-family: OpenSans-Semibold;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    float: right;
    margin-left:5px;
    margin-top: -4px;
}

.add_buttons i {
    padding-right: 5px;

}

.add_buttons:hover {
    background: #9d2032;
    color: #fff;
}

a.status_btn {
    padding: 0px !important;
    font-size: 12px !important;
    font-family: OpenSans-Semibold !important;
    padding: 2px 10px !important;
    border: 1px solid #006600;
    border-radius: 5px;
    background-color: pink;
    color: #fff !important;
}

table.user_permission_table {
    width: 100%;
    border: 1px solid #9d2032;
}

table.user_permission_table thead {
    border: 1px solid #9d2032 !important;
    background-color: #9d2032;
    color: #fff;
    font-family: OpenSans-Bold !important;
}

table.user_permission_table tr td:first-child {
    width: 70%;
    padding-top: 20px;
    font-family: OpenSans-Bold !important;
    color: #000;
}

table.user_permission_table tr td p {

}

table.user_permission_table tr td:last-child {
    width: 30%;
}

table.utable_data {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px !important;
}

table.utable_data > tr {

}

table.utable_data tr:first-child td {
    border-top: 0px !important;
}

table.utable_data tr td {

}

table.utable_data tr td:first-child {
    width: 30%;
    font-weight: bold;
    text-align: right;
}

table.utable_data tr td:last-child {
    width: 68%;
    text-align: left;
}

.collapse-panel .panel-body {
    padding: 0 !important;
}

.collapse-panel .panel-body table {
    margin: 0 !important;
}

.single-message {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px #efefef;
    -moz-box-shadow: 2px 2px 5px #efefef;
    box-shadow: 2px 2px 5px #efefef;
    margin-bottom: 10px;
}

.single-message p {
    padding: 5px;
    font-size: 16px;
}

.single-message div {
    width: 100%;
    padding: 5px;
    background: #f9f9f9;
    font-size: 10px;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
}

.single-message div span {
    font-weight: bold;
}

.history-box {

}

.history-box textarea {

}

.history-box textarea {

}

.dropdown, .dropup {
    position: relative;
    margin-top: -5px;
}
.dropdown *{
    font-size: 18px !important;
}
.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-size:12px;
}
.dropdown-item:hover{
    background: #efefef;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}


.btn-fav {
    position: fixed;
    right: 0;
    margin-right: 30px;
    bottom: 0;
    margin-bottom: 30px;
    z-index: 1001;
}

.btn-fav i {
    background: #9d2032;
    border-radius: 50%;
    display: inline-block;
    padding: 15px;
    font-size: 20px;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px #6e6e6e;
    -moz-box-shadow: 0px 0px 8px #6e6e6e;
    box-shadow: 0px 0px 8px #6e6e6e;
}

#search-backdrop {
    top: 100%;
    left: 0;
    position: fixed;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 1000;
    display: table;
}

#search-backdrop > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background: #FFFFFF;
}

#search-backdrop div.input-group{
    margin: 0 auto;
    width: 80% !important;
}

#search-backdrop input, #search-backdrop button{
    font-size: 45px;
    height: 75px;
    font-stretch: semi-condensed;
}

.search-close{
    position: absolute;
    width:100%;
    top:0;
    padding: 20px;
    text-align: right;
}
.search-close i{
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.search-close i:hover{
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#question-cart {
    bottom: 0;
    position: fixed;
    width:100%;
    z-index: 1003;
/*    background: #fefefe;*/
    -webkit-box-shadow: 0 -2px 2px #999;
    -moz-box-shadow: 0 -2px 2px #999;
    box-shadow: 0 -2px 2px #999;
    padding: 10px;
}