body {
  color: #232323;
font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  overflow-x: hidden;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    color:#FFF;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
  margin:0;
  line-height: 27px;
}


/* ---------- GENERAL STYLE ---------- */
.sect-spac {
    padding: 30px 80px;
    display: inline-block;
    width: 100%;
}
.s-title {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.s-title h1 {
    font-size: 40px;
    line-height: 1.1;
	color:#fff;
    text-transform: uppercase;
}
.s-title .separator {
    margin: 30px 0 30px;
}
.separator {
    position: relative;
    width: 100%;
    margin: 18px 0 15px;
    height: 5px;
    display: block;
}
.separator span {
    margin: 0 auto;
    display: block;
    position: relative;
    margin: 0 0 0 34px;
    width: 5px;
    height: 5px;
    background: #0d0d0d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.separator span:after, .separator span:before {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 28px;
    height: 2px;
    border-bottom: 1px solid #0d0d0d;
    position: absolute;
    top: 0;
    right: 12px;
}
.separator span:after {
    left: 12px;
    right: inherit;
}
.align-center .separator span, .align-center.separator span {
    margin: 0 auto;
}
/* --------------------------------------
  3. SIDEBAR
-----------------------------------------*/
/* 3.1 = SIDEBAR STYLE */
.sidebar {
    background:#232323;
    height: 100vh;
    left: 0;
    float: left;
    top: 0;
    position: fixed;
    text-align: center;
    z-index: 88888;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255,0.20);
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255,0.20);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255,0.20);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255,0.20);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255,0.20);
    padding:30px 0;
    overflow-x: auto;
}
/* 3.2 = AVATAR */
.avatar {
    
    overflow: hidden;
    position: relative;
    display: block;
}
.avatar img{ max-width:100%; background-color:#fff; padding:8px;}

/* 3.3 = CONTENT SIDEBAR */
.content-sidebar {
    position: relative;
    text-align: left;
    padding-top: 15px;
}

.menu {
    margin-top: 20px;
}
.menu ul li a {
    padding: 10px 20px;
    width: 100%;
    float: left;

    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.menu ul li:hover a {
    color:#FFF;
    background: #ff5b62;
}
.menu ul li .active {
    color:#FFF;
    background:#ff5b62;
}
/* --------------------------------------
  4. HEADER
-----------------------------------------*/
.right-area {
    float: right;
    padding: 0;
    background: #f7f7f7;
}
.header {
    background: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    position: relative;
    overflow-x: hidden!important;
	overflow-y: hidden!important;
}

/* --------------------------------------
  5. ABOUT ME
-----------------------------------------*/
/* 5.1 = ABOUT ME GLOBAL STYLE */
.about-me {
    text-align: center;
    background: #FFF;
}
.about-me h2 {
    font-weight: bold;
    font-family: 'Dosis', sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
/* 5.2 = ABOUT ME TEXT STYLE */
.about-me .about-text {
    text-align: left;
}
.about-me .about-text p {
    line-height: 32px;
    font-size: 13px;
    text-align: justify;
    margin: 0;
}
/* 5.3 = ABOUT ME INFO STYLE */
.about-me .about-info {
    text-align: left;
    padding: 0;
    margin-top: 60px;
    font-size: 13px;
}
.info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-list li:first-child {
    padding-top: 0;
}
.info-list li:last-child {
    padding-bottom: 0;
}
.info-list li {
    padding: 10px 0;
    font-size: 14px;
}
.info-list li .title {
    display: inline-block;
    font-weight: 700;
    margin-right: 12px;
    color: #222;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
}
.info-list li .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.info-list li .value {
    min-width: 250px;
}
.info-list li a {
    color: #232323;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.info-list li a:hover {
    color: #333;
}
/* 5.4 = ABOUT ME SKILLS STYLE */
.about-skills {
    text-align: left;
    margin-top: 60px;
    padding-right: 0;
    padding-left:  45px;
    font-family: 'Dosis', sans-serif;
}
.about-skills li .progress-bar {
    position: relative;
    background: 0 0;
    box-shadow: none;
}
.about-skills li .progress {
    position: relative;
    background: 0 0;
    height: 22px;
    margin-bottom: 15px;
    box-shadow: none;
}
.about-skills li:last-child .progress {
    margin-bottom: 0;
}
.about-skills li .progress, .skills-background {
    border: none;
}
.about-skills li .progress::before {
    position: absolute;
    background: #dcdcdc;
}
.about-skills li .progress-bar::before {
    position: absolute;
    -webkit-transition: ease-out .7s;
    -moz-transition: ease-out .7s;
    -o-transition: ease-out .7s;
    transition: ease-out .7s;
}
.about-skills li .progress-bar::before, .progress::before {
    content: '';
    top: 50%;
    width: 100%;
    height: 1px;
    left: 0;
}
.about-skills li .progress-bar span {
    position: absolute;
    top: 2px;
    right: 0;
    background: #fff;
    padding: 0 5px;
    color: #111;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
}
/* --------------------------------------
  6. FACTS
-----------------------------------------*/
.facts {
    background: #232323;
    color: #FFF;
    float: left;
    text-align: center;
    font-family: 'Dosis', sans-serif;
}
.facts h3 {
    margin-bottom: 20px;
    font-size: 35px;
    letter-spacing: 4px;
}
.facts h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
}
/* --------------------------------------
  7. SERVICES
-----------------------------------------*/
.services {
    background: #f7f7f7;
    padding: 90px 80px 80px 80px;
}
.services .service-box {
    position: relative;
    margin-top: 8px;
    background: #fff;
    margin-bottom: 22px;
    padding: 60px 30px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.services .service-box:hover, .service-box:focus {
    -webkit-box-shadow: 0 7px 15px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 7px 15px 0 rgba(0,0,0,0.25);
    box-shadow: 0 7px 15px 0 rgba(0,0,0,0.25);
}
.services .service-box .icon i {
    position: absolute;
    right: 13px;
    bottom: 13px;
    font-size: 50px;
    opacity: 0.3;
}
.services .service-box .service-title h4 {
    margin-bottom: 30px;
    font: 600 18px Dosis,sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.services .service-box .service-text p {
    color: #232323;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 27px;
}
/* --------------------------------------
  8. RESUME
-----------------------------------------*/
.resume {
    background: #FFF;
}
.resume-c {
    text-align: left;
}
.resume .block-title h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 31px;
}
.resume .block-title h3 i {
    margin-right: 2px;
}
.timeline-item .item-title {
    font-weight: 600;
}
.timeline {
    border-left: 2px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 8px;
}
.timeline-item {
    position: relative;
    padding: 15px 10px 10px;
    margin-left: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.timeline-item:hover {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: 20px;
    left: -29px;
    z-index: 2;
}
.timeline-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 10px;
    width: 29px;
    height: 2px;
    top: 25px;
    left: -29px;
    z-index: 1;
}
.timeline-item .item-title {
    display: block;
    margin: 0 0px 8px;
}
.timeline-item ul li{    position: relative;
    color: #333;
     font-size: 15px;
    font-weight: 400;
    padding: 3px 0px 3px 25px;}
	.timeline-item ul li span{color: #ff5b62; font-weight:500;}
	.timeline-item ul li:before{font-family: IcoFont;
    content: "\f00d";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    color: #ff5b62;
        font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    z-index: 5;}
.timeline-item .item-period {
    display: inline-block;
    font-size: 14px;

    line-height: 1.2em;
    margin-top: 4px;
    margin-bottom: 8px;
}
.timeline-item .item-small {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #666;
    margin-left: 5px;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 1px solid #e0e0e0;
}
.timeline-item p {

    font-size: 15px;
    line-height: 22px;
    color: #232323;
    margin-bottom: 0;
	font-weight: 400;
}
.timeline-item p span{color: #ff5b62;
    font-weight: 500;}
/* --------------------------------------
  9. DOWNLOAD
-----------------------------------------*/
.download {
    background-color: rgba(35,35,35,.8);
    background-blend-mode: overlay;
    background-image: url(../img/facts.jpg);
    background-size: cover;
    background-position: center;
    float: left;
}
.download .download-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.download .download-text span {
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0;
    float: left;
    font-weight: 300;
}
.download .download-button a {
    float: right;
    display: inline-block;
    width: auto;
    margin-top: 23px;
    padding: 8px 22px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.download .download-button a i {
    padding-right: 3px;
}
.download .download-button a:hover {
    background: transparent;
    color: #FFF;
}
/* --------------------------------------
  10. PORTFOLIO
-----------------------------------------*/
/* 10.1  = PORTFOLIO FILTER BUTTONS */
.portfolio .filter-portfolio {
    margin: 0 auto;
    margin-bottom: 45px;
}
.portfolio .filter-portfolio a {
    color: #232323;
    cursor: pointer;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 3px;
    font-size: 15px;
    margin: 0 15px;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
}
/* 10.2  = PORTFOLIO PICTURES */
.portfolio .portfolio-item {
    padding: 0 6px 10px 0;
    width: 33%;
}
.portfolio .portfolio-caption {
    position: relative;
}
.portfolio .portfolio-caption img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.portfolio .portfolio-caption .overlay {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
}
.portfolio .portfolio-caption .overlay:focus {
    outline: none;
}
.portfolio .portfolio-caption .overlay span {
    color: #FFF;
}
.portfolio .portfolio-item:hover .overlay {
    opacity: 1;
}
.portfolio .portfolio-caption .info-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.portfolio .portfolio-caption .info-content h4 {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Dosis', sans-serif;
}
.portfolio .portfolio-caption .info-content span {
    margin-bottom: 20px;
    font-size: 13px;
}
.portfolio .portfolio-caption:focus,
.portfolio .portfolio-item:focus, 
.portfolio .portfolio-caption img:focus,
.portfolio .portfolio-caption a:focus {
    outline: none;
}
.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 640px;
    margin: 0 auto;
}
.white-popup div {
    padding: 30px;
    text-align: center;
}
.white-popup div h3 {
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.white-popup div p {
    font-size: 14px;
    text-align: left;
    line-height: 27px;
}
.white-popup img {
    width: 100%;
    height: auto;
}
.mfp-close {
    left: 0;
}
.mfp-close:hover {
    color: #FFF;
}
.mfp-close-btn-in .mfp-close {
    color: #FFF;
}
/* --------------------------------------
  11. TESTIMONIALS
-----------------------------------------*/
.testimonials {
    background: rgba(0,0,0,.8);
    background-blend-mode: overlay;
    background-image: url(../img/facts.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.testimonial-box {
    margin: 0 auto;
    float: none;
    padding-left: 30px;
    text-align: left;
}
.testimonial-box p {
    color: #FFF;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    line-height: 27px; 
    margin-bottom: 25px;
    letter-spacing: 1.5px;
}
.testimonial-box h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
}
.testimonial-box span {
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
    font-style: italic;
    text-transform: none;
    letter-spacing: .5px;
    display: inline-block;
}
.testimonial-box span:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    background: #FFF;
    width: 10px;
    height: 1px;
}
.testimonial-box::before {
    position: absolute;
    content: '\f10d';
    top: -5px;
    left: 0;
    color: #FFF;
    font-family: FontAwesome;
    font-size: 20px;
}

.testimonials .prev-next {
    margin-top: 45px;
}
.testimonials .prev-next span {
    margin:0 7px;
}
.testimonials .prev-next i {
    color: #FFF;
    font-size: 20px;
}
/* --------------------------------------
  12. LATEST POSTS
-----------------------------------------*/
.posts {
    background: #FFF;
}
.posts .p-item {
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
    margin-bottom: 10px;
    margin-top: 10px;
}
.posts .p-item:focus,
.posts .p-item:hover {
    -webkit-box-shadow: 0 7px 15px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 7px 15px 0 rgba(0,0,0,0.25);
    box-shadow: 0 7px 15px 0 rgba(0,0,0,0.25);
}

.posts .p-item .p-picture {
    position: relative;
}
.posts .p-item .p-picture img {
    width:100%;
}
.posts .p-item .p-picture .overlay {
    position: absolute;
    background: #4f565e;
    background: rgba(0,0,0,0.7);
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.posts .p-item a:hover .overlay {
    opacity: 1;
}
.posts .p-item .p-picture .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 30px;
}
.posts .p-item .p-content {
    padding:25px;
    text-align: left;
}
.posts .p-item .p-content a {
    color: #111;
    text-transform: uppercase;
}
.posts .p-item .p-content h3 {
    line-height: 27px;
    font-size: 17px;
    letter-spacing: 2px;
}
.posts .p-content .post-meta {
    margin: 5px 0 25px 0;
}
.posts .p-content .post-meta ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
.posts .p-content .post-meta span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.posts .p-content .post-meta ul li a span,
.posts .p-content .post-meta ul li i {
    color: #989898;
}
.left-post .post-meta ul li span {
    padding-left: 2px;
    display: inline-block;
}
.posts .p-content p {
    color: #444;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-family: 'Dosis', sans-serif;
    text-align: justify;
}
.posts .p-content .more {
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* --------------------------------------
  13. CONTACT
-----------------------------------------*/
/* 13.1 = CONTACT BACKGROUND AND TITLE COLOR  */
.contact {
    background: #232323;
}
.contact h3 {
    color: #FFF;
}
.contact .separator span {
    background: #FFF;
}
.separator span:after,
.separator span:before {
    background: #FFF;
}
/* 13.2 = CONTACT INFO SIDE  */
.contact-info {
    margin: 0 auto;
    float: none;
    color: #FFF;
    margin-bottom: 55px;
    display: inline-block;
}
.contact-info li {
    margin-top: 5px;
}
.contact-info li i {
    font-size: 32px;
}
.contact-info li span {
    display: block;
    /*margin-top: 20px;*/
    font-size: 16px;    
}
.contact-info li span strong{ font-weight:600;color:#ff5b62;}
.contact-info li span a{ color:#ff5b62;}
.contact-info li span a:hover{ color:#fff;}

/* 13.3 = CONTACT FORM  */
.contact-form {
    font-family: 'Dosis', sans-serif;
    float: none;
    margin: 0 auto;
    padding: 40px 40px;
    background: rgba(0,0,0,.2);
    display: inline-block;
    margin-bottom: 7px;
}
.contact-item {
    margin-bottom: 30px;
    padding-left: 0;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-item input:focus,
.contact-item textarea:focus {
    outline: none;
}
.contact-item input,
.contact-item textarea {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #a3a3a3;
    background: 0 0;
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
.contact-item .button {
    width: auto;
    padding: 8px 22px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.contact-item .button:hover {
    background: transparent;
}
.contact-item .parsley-required {
    font-family: 'Dosis', sans-serif;
    color: #a94442;
    float: left;
}
/* --------------------------------------
  14. FOOTER
-----------------------------------------*/
.footer-sect {
    padding: 20px 20px;
}
.footer .f-co {
    font-size: 17px;
}

.footer .f-co a {
    letter-spacing: 2px;
    color: #232323;
}
/* --------------------------------------
  15. OTHER
-----------------------------------------*/
/* 15.1 = TYPED CURSOR */
.typed-cursor {
    position: absolute;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    animation: blink 1s infinite
}
@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* 15.2 = SOCIAL ICONS */
.social-n {
    margin-top:10px;
    margin-bottom:30px;
}
.social-n a {
    margin:0 10px;
}
.social-n .s-icon {
    display:inline-block;
    border: 1px solid #FFF;
    width: 40px;
    height: 40px;
    margin:0 auto;
    background-color: #292929;
    padding-top: 9px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}
.social-n .s-icon i {
    font-size: 1em;
    color:#FFF;
}


/* 15.3 = SLIDING NAV */
.slide-nav-btn {
    display: none;
    height: 40px;
    position: fixed;
    right: -500px;
    top: 12%;
    cursor: pointer;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
	right:3%;
    width: 48px;
    border: 1px solid rgba(170, 170, 170, .21);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: .6s;
}
.slide-nav-btn span {
    position: absolute;
    right: 5px;
    width: 55%;
    height: 2px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    cursor: pointer;
    top: 18px;
}
.slide-nav-btn span:after {
    content: "";
    position: absolute;
    right: 0;
    width: 132%;
    height: 2px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    top: 10px;
    cursor: pointer;
}
.slide-nav-btn span:before {
    content: "";
    position: absolute;
    right: 0;
    width: 132%;
    height: 2px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    top: -10px;
    cursor: pointer;
}
.slide-nav-btn-active span {
  background: transparent !important;
}
.slide-nav-btn-active span:after {
    top: 0;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}
.slide-nav-btn-active span:before {
    top: 0;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
}
/*---------------------------------------
  16. CONTACT PAGE                
-----------------------------------------*/
.contact-p {
    background: #fafafa;
}
.contact-f {
    float: none;
    text-align: center;
    background: #FFF;
    margin: 80px auto;
    padding: 60px 30px;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
    box-shadow: 0 5px 7px 0 rgba(0,0,0,0.20);
}
.contact-f h3 {
    font-size: 19px;
    margin-top: 30px;
}
.contact-success i {
    color: #8cc152;
}
.contact-nosuccess i {
    color: #e9573f;
}

/*---------------------------------------
  17. LOADING                
-----------------------------------------*/
.loading {
  background: #333  ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}
.loading .sk-folding-cube {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.loading .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.loading .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loading .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.loading .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.loading .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.loading .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loading .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/****************************************/
.banner-sec{padding:40px 0px 0px;}
.banner-text{text-align:center;}
.banner-text h1{  color:#fff;    font-size: 30px; font-weight:800; text-transform:uppercase;margin-bottom:15px;}
.banner-text h2{     color: #fff;
    /*font-weight: 300;*/
    margin-bottom: 0px;
    margin-top: 20px;
   /* padding: 0px 15%;*/
    line-height: 32px;}
.banner-text p{ padding:0px 20%; color:#fff; font-size:16px;}
	.apply-form-wrap{ padding:10px 2%;}
.apply-form{border: 1px solid #fff;
    padding: 0 20px 10px;
    border-top: 0;
    margin-top: 10px; 
}
	.form-heading {
    position: relative;
    top: -25px;
}
.form-heading::before {
    content: '';
    height: 1px;
    width: 25%;
    background: #fff;
    right: -21px;
    top: 25px;
    position: absolute;
}
.form-heading::after {
    content: '';
    height: 1px;
    width: 25%;
    background: #fff;
    left: -21px;
    top: 25px;
    position: absolute;
}
.apply-form h1 {
    color:#fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: block;
}
.apply-form h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}
.top-form{ background:#fff; padding:20px; border-radius:10px; box-shadow: 0px 0px 20px rgba(0,0,0,0.2); }
/***************************************/
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.about-left > span {
    font-size: 24px;
    color: #ff5b62;
    letter-spacing: 10px;
    padding-bottom: 15px;
}
.about-left h1 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 25px;
	line-height:36px;
}
.about-left h3::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 5px;
    background-color: #ff5b62;
    top: 0;
    left: 0;
}
.about-left h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 29px;
    padding-bottom: 20px;
    position: relative;
}
.about-left > p {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 45px;
	font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #64656a;
    margin: 0px;
}
.counter-part .singel-counter {
  background-color: #f3f1f1;
  border-radius:3px;
  border:1px dotted #ddd;
    padding-top: 15px;
    padding-bottom: 30px;
	 
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.counter-part .singel-counter span, .counter-part .singel-counter p {
    font-size:18px;
    color: #232323;
	font-weight:400;
}
.counter-part .singel-counter span b {
    font-size: 35px;
    font-weight: 700;
    color: #ff5b62;
}
.about-right {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    position: relative;
}
.about-right::before {
    content: '';
    position: absolute;
    background-image:url(../img/dots.jpg);
    background-repeat: repeat-x;
    background-position: bottom right;
    width: 100%;
    height: 280px;
    bottom: 0;
    right: 0;
}
.about-right .title {
    position: relative;
    padding: 0 30px;
    z-index: 1;
}
.about-right .title h2 {
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 8px;
	text-align:center;
    position: relative;
}
.about-right .title h2::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 13px;
    background-color: #ff5b62;
    top: 0;
    left: -30px;
}

.about-right .about-image img {
	max-width:100%;
    position: relative;
    bottom: -30px;
}
/********************************/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 5px 20px 5px 25px;
    background: #ff5b62;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
     transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
   width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ff5b62;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -3px;
    left: -20px;
    transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f105";
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
    box-shadow: none;
}
#accordion .panel-body{
   padding: 10px 5px 10px 10px;
    background: transparent;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 22px;
    font-weight: 400;
    border-top: none;
    position: relative;
	border-left: 1px dashed #8c8c8c;
}
#accordion .panel-body h4{font-weight: 600; position:relative; margin-bottom:10px;}
#accordion .panel-body h4:after {
    content: '';
    background: #db3636;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
#accordion .panel-body strong{    color: #ff5b62; font-size:17px;}
.table-bordered>thead>tr>th{    background: #ffdcdd;}
#accordion .panel-body .italic{ font-style:italic; color:#111; font-weight:600;font-size:16px;}
#accordion .panel-body ul{color:#111; font-weight:600;font-size:15px;}
#accordion .panel-body ul li {
    position: relative;
    padding: 1px 0px 1px 25px;
	    font-size: 14px;
		font-weight:400;
    color: #5a5a5a;
}
#accordion .panel-body ul li:before {
    font-family: IcoFont;
    content: "\ea65";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    color: #ff5b62;
       font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
/***************************************/
.section-title{ margin:0px;
    padding-bottom: 15px;
	text-align: left;
    padding-bottom: 15px;

}

.section-title h1{
	 position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 32px;
    color: #db3636;
    display: block;
}
.section-title h1:after {
    content: '';
    background: #db3636;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -20px;
    left:0px;
}
.section-title p {
	padding-right:20%;    font-weight: 400;
}
/****************************************/
 .block-title h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 31px;
}
.sect-spac2{    padding: 20px 30px;
    display: inline-block;
    width: 100%;}
.logos{ padding:10px; margin:40px 0px; border:4px solid #ddd; outline:1px solid #ddd; outline-offset:-8px;}
.logos img {
    padding: 0px 10px 5px 0;-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);max-width:100%;
}
.logos img:hover{-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%)}
.bg2{ background:url(../img/bg2.jpg) no-repeat center; background-size:cover;}

.footer-apply{ background:#fff; padding:20px;}
.testi-img{ float:left; border:1px solid #fff; margin-right:10px;}
.ftr-call{ margin-bottom:20px; padding-bottom:20px; border-bottom:2px dotted rgba(255,255,255,0.1)}
.ftr-call strong{ color:#fff!important;}
.btn-pink {
    color: #fff;
    background-color: #ff5b62;
    border-color: #ff5b62;}




.star-rating {
     display: inline-block;
    align-items: normal;
    font-size: 18px;
    justify-content: normal;
    margin-top: 0;
}
.back-stars {
     display: flex;
    color: #B0B0B0;
    position: relative;
    /*text-shadow: 4px 4px 10px #843a3a;*/
}
.front-stars {
    display: flex;
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    /*text-shadow: 2px 2px 5px #d29b09;*/
    top: 0;
    transition: all .5s
}

.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}

.download.programs-fees-section p {border-bottom: 1px solid #e8e8e8; padding-bottom: 25px; margin-bottom:25px; font-weight: 400; color: #64656a; line-height: 27px; font-size: 16px; position:relative; padding-left:30px;}
.download.programs-fees-section p strong {color: #db3636; font-weight: 700; font-size:18px; display:block;}
.download.programs-fees-section p:last-child {border:none; margin:0; padding-bottom: 0px;}
.download.programs-fees-section p i {position:absolute; left:0; top:1px; font-size:24px; color: #984043;}

.degree-img img {width:100%;}
.degree-img {margin:0 0 15px;}
.degree-cont h4 {color:#fff; margin:0 0 10px;}
.degree-cont a.download-button {background: #ff5b62;
    border: 1px solid #ff5b62; 
    display: inline-block;
    width: auto;
    padding: 8px 22px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;}
	
.modal-body a.modal_apply_btn {background: #ff5b62;
    border: 1px solid #ff5b62; 
    display: inline-block;
    width: auto;
    padding: 8px 22px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;}
	
.bnr_fedbck_btn a {background: #020304;
    border: 1px solid #020304; 
    display: inline-block;
    width: auto;
    padding: 8px 22px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;  margin-top:20px;}
	.bnr_fedbck_btn a:hover {background: #020304; color: #fff;}
	.bnr_fedbck_btn {text-align:center;}
	.filter_bx {text-align:center; margin:0 0 15px; border:1px dotted #db3636; padding:15px; height:342px;}
	.filter_cont h3 {color: #db3636; font-weight: 700; font-size:20px; margin:0 0 15px;}
	.filter_cont p {font-weight:400; color:#000;}
	.filter_img {margin:0 0 10px; height:93px;}
	.featured_bx {border:1px dotted #fff; text-align:center; padding:20px 15px; margin:0 0 20px; height:116px; }
	.featured_cont p {color:#fff; font-weight:500; margin:0; font-size:16px;}
.displayTable{display: table;
    height: 100%;
    width: 100%;
    position: relative;}	
.featured_cont, .logo-img {
    display: table-cell;
    vertical-align: middle;
}
