.banner-info{
    background: url(../images/individual_profile/dott.png)repeat 0px 0px;
    padding: 4em 0;
}
.header-left img {
    width: 100%;
    border: 5px solid rgba(255, 255, 255, 0.68);
}
.header-right {
    padding-left: 3em;
}
.header-right h1 {
    font-size: 2.5em;
    color: #fff;
    margin: 0.5em 0 0;
}
.header-right h2 {
    font-size: 1.2em;
    color: #000;
    background: #F3E000;
    display: inline-block;
    padding: .5em 1.5em;
    position: relative;
}
.header-right h2:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    bottom: -9px;
    left: 12px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F3E000 transparent transparent transparent;
}
.header-right h6 {
    font-size: 1em;
    color: #C7C7C7;
    margin-top: 0.8em;
    letter-spacing: 6px;
}
ul.address {
    margin-top: 2em;
    border-top: 1px solid #AFAFAF;
    padding-top: 0.5em;
}
ul.address li {
    display: block;
}
ul.address li ul.address-text li {
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
    font-weight: 100;
}
ul.address li ul.address-text li:nth-child(1){
    width: 27%;
}
ul.address li ul.address-text li a {
    color: #fff;
    text-decoration:none;
}
ul.address li ul.address-text li a:hover{
    color: #0FF;
}
/*--//banner-top--*/
/*--top-nav--*/
.top-nav {
    background: #00638b;
}
.nav > li {
    display: inline-block;
}

ul.nav.navbar li a {
    color: #fff;
    padding: 1em 2em;
    font-size: 1.2em;
    font-family: 'Overlock', cursive;
}
ul.nav.navbar li a:hover,ul.nav.navbar li a.active,ul.nav.navbar li a:focus{
    color: #00638b;
    background: #fff;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
/*--//top-nav--*/
/*--about--*/
.about,.work,.education,.skills,.portfolio,.contact{
    padding:6em 0;
}
h3.title {
    font-size: 3em;
    text-align: center;
    color: #00638b;
    border-bottom: 4px double rgba(247, 197, 106, 0.35);
    padding-bottom: 0.2em;
    /*margin-bottom: 1em;*/
}
p {
    font-size: 1em;

    line-height: 1.8em;
}
.about-right {
    padding-left: 5em;
}
.about-right ul {
    border: 3px double #00638b;
    padding: 1em 2em;
}
.about-right h5 {
    font-size: 2em;
    text-align: center;
    color: #00638b;
}
.about-right ul li {
    display: block;
    color: #999;
    margin: 1em 0;
    font-size:1em;
}
.about-right ul li span.glyphicon {
    font-size: 0.8em;
    margin-right: 6px;
}
/*--//about--*/
/*--work--*/
.work {
    background: #000;
}
.work-left {
    text-align: right;
    padding-right: 6em !important;
}
.work-right {
    border-left: 1px solid #999;
    padding-left: 6em !important;
}
.work-info h4 {
    font-size: 1.2em;
    background: darkcyan;
    display: inline-block;
    padding: .6em 1.2em;
    color: #fff;
    position:relative;
}
.work-info h4:before {
    width: 0;
    height: 0;
    position: absolute;
    /*-- w3layouts --*/
    content: '';
    top: 9px;
    right: -14px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent rgb(0, 139, 139);
}
.work-info h5 {
    font-size: 1.3em;
    color: #F7E612;
    margin-bottom: .5em;
    border: 1px solid #F7E612;
    display: inline-block;
    padding: 0 1.2em;
}
.work-info h5 span.glyphicon {
    font-size: 0.9em;
    color: #fff;
    background: #00638b;
    padding: 1em;
    -webkit-border-radius: 70%;
    -moz-border-radius: 70%;
    border-radius: 70%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.work-right h5 span.glyphicon {
    margin-right: 5em;
    margin-left: -8em;
}
.work-left2 h5 span.glyphicon {
    margin-left: 4em;
    margin-right: -8em;
    z-index: 9;
}
.work-right.work-right2 {
    min-height: 210px;
    float: right;
}
.work-right.work-right2 h4:before {
    left: -14px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-- agileits --*/
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.work-right.work-right2 h4 {
    margin-top: 0.8em;
}
.work-info:hover h5 span.glyphicon {
    color: #F7E612;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*--//work--*/
/*--education--*/
.education .work-info h5 {
    color: #000;
}
/*--//education--*/
/*--skills--*/
.skills{
    background:#000;
}
.bar-grids {
    padding: 0 4em;
}
.progress {
    height: 10px;
    margin-bottom: 2.2em;
    background-color: #2F2C06;
}
.progress-bar { 
    background-color: #766E04;
}
.bar-grids h6 {
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 0.6em;
}
.bar-grids h6 span {
    float: right;
    font-size: 0.9em;
}
/*--//skills--*/
/*--portfolio--*/
/*--SAP--*/
ul.resp-tabs-list {  
    /*-- w3layouts --*/
    background: #F7E612;
}
.sap_tabs{
    clear:both;
    padding: 0;
}
.tab_box{
    background:#fd926d;
    padding: 2em;
}
.top1{
    margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    margin: 0 auto 3em;
    text-align: center;
}
.resp-tab-item {
    color: #000;
    font-size: 1.2em;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0.8em 2em;
    font-weight: 400;
    position:relative;
}
.resp-tab-item:hover{
    color: #1D9898;
}
.resp-tab-active,.resp-tab-active:hover{
    text-shadow: none;
    color: #fff;
    background: #1D9898;
}
.resp-tab-active:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    bottom: -7px;
    left: 41%;
    /*-- agileits --*/
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #1D9898 transparent transparent transparent;
}
.resp-tabs-container {
    padding: 0px;
    clear: left;	
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
/*--//SAP--*/
/*--img-hover--*/
.portfolio-grids {
    margin-top: 2em;
}
.grid {
    position: relative;
    overflow:hidden;
    background: #000;
    max-height: 221px;
}
.grid img {
    opacity: 0.8;
}
.grid .figcaption {
    padding: 2em 2.5em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid .figcaption::before,
.grid .figcaption::after {
    pointer-events: none;
}

.grid .figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

.grid img {
    max-width: none;
    width: 100%;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -o-transform: translate3d(-10px,0,0);
    -ms-transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid:hover img {
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);	
}
.grid .figcaption {
    text-align: left;
}
.grid h3 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
    -moz-opacity: 0;
    opacity: 0;
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
}
.grid h3 span {
    font-weight: 800;
    margin-left: 5px;
}
.grid h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
}
.grid:hover h3::after {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.grid:hover h3 {
    -moz-opacity:1;
    opacity:1;
}
.grid p {
    padding: 1em 0 0;
    -moz-opacity:1;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    color: #fff;
    letter-spacing: 2px;
}
.grid:hover p {
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
/*--//portfolio--*/
/*--contact--*/
.contact{
    background:#004657;
}
.contact-left iframe {
    width: 100%;

    border: none;
}
.contact-form h5 {
    font-size: 2em;
    color: #333;
}
.address-left {
    float: left;
    width: 41%;
    position: relative;
}
.address-right {
    float: right;
    width: 46%;
}
.contact p {
    color: #fff;
    font-weight: 300;
}
.contact p a {
    color: #fff;
}
.contact p a:hover{
    color: #F7E612;
}
.address-left:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -17px;
}
.contact-form input[type="text"] {
    width: 49%;
    color: #000;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    border: 1px solid #8C8C8C;
    -webkit-appearance: none;
    display: inline-block;
}
.contact-form input[type="text"].email {
    margin: 0em 0 1em 0.5em;
}
.contact-form input[type="text"].phone {
    width: 100%;
    margin-bottom: 1em;
}
.contact-form textarea {
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .8em 1em;
    border: 1px solid #8C8C8C;
    min-height: 10em;
    -webkit-appearance: none;
}
.contact-form input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #00638b;
    border: 2px solid #00638b;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 100%;
}
.contact-form input[type="submit"]:hover {
    background: none;
    color: #00638b;
}
.contact form input[type="submit"] {
    background: #f7aa32;}
ul.nav.navbar-nav.rs {
    padding-top: 9px;
    padding-bottom: 9px;
}

.menu ul li a{
    color:#fff;
}
/*--footer--*/
.footer {
    padding: 2em 0;
    text-align: center;
    background: #1F1F1F;
}
.footer p {
    color: #fff;
    font-size: 1.1em;
}
.footer p a{
    color: #F7E612;
}
.footer p a:hover{
    color: #fff;
}
/*--//footer--*/
/*--slider-up-arrow--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/individual_profile/move-up.png") no-repeat 0px 0px;
    z-index:999;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(min-width:1600px){

    .rs {
        padding-left: 147px !important;
        padding-right: 0px;
    }

}

@media(min-width:1200px){

    .rs {
        padding-left: 147px !important;
        padding-right: 0px;
    }

}

@media(min-width:1080px){

    .rs {
        padding-left: 147px !important;
        padding-right: 0px;
    }

}



@media(max-width:1366px){
    .about,.work,.education,.skills,.portfolio,.contact {
        padding: 5em 0;
    }
    .work-right.work-right2 {
        min-height: 200px;
    }
    .work-right {
        padding: 2.5em 0 1em 6em;
    }


}
@media(max-width:1080px){
    .header-left {
        padding: 0;
    }
    ul.address {
        margin-top: 1em;
    }
    ul.address li ul.address-text li {
        margin-top: 0.8em;
    }
    .about, .work, .education, .skills, .portfolio, .contact {
        padding: 4em 0;
    }
    h3.title {
        font-size: 3.6em;
        margin-bottom: 0.8em;
    }
    .about-right {
        padding-left: 1em;
    }
    .work-right {
        padding: 2.5em 0 0.5em 6em;
    }
    .resp-tabs-list {
        margin: 0 auto 1.5em;
    }
    .contact-form input[type="text"] {
        width: 48.8%;
    }
}
@media(max-width:1024px){
    .header-right h1 {
        font-size: 2.3em;
    }
}
@media(max-width:991px){
    .banner-info {
        padding: 3.5em 0;
    }
    .header-left {
        float: left;
        width: 40%;
    }
    .header-right {
        padding-left: 2em;
        float: right;
        width: 60%;
        padding-right: 0;
    }
    .header-right h2 {
        font-size: 1em;
    }
    .header-right h1 {
        font-size: 2em;
    }
    .header-right h6 {
        font-size: 0.9em;
        margin-top: 0.6em;
        letter-spacing: 5px;
    }
    ul.address li ul.address-text li {
        font-size: 1.1em;
    }
    ul.nav.navbar li a {
        padding: 1em 1.5em;
    }
    h3.title {
        font-size: 3.5em;
        margin-bottom: 0.6em;
    }
    .about-left {
        float: left;
        width: 65%;
        padding-left: 0;
    }
    .about-right {
        float: right;
        width: 35%;
        padding: 0;
    }
    .about-right ul {
        border-width: 3px;
        padding: 1em;
    }
    .work-left {
        padding: 2em 4em 0 0;
        float: left;
        width: 50%;
    }
    .work-right {
        padding: 2em 0 0.5em 5em;
        float: right;
        width: 50%;
    }
    .work-right h5 span.glyphicon {
        margin-right: 5em;
        margin-left: -7.3em;
    }
    .work-info h5 {
        font-size: 1.2em;
        padding: 0 1em;
    }
    .work-left2 h5 span.glyphicon {
        margin-left: 3.4em;
        margin-right: -6.4em;
    }
    .work-right.work-right2 {
        min-height: 220px;
    }
    .bar-grids {
        padding: 0 2em;
        float: left;
        width: 50%;
    }
    .portfolio-grids {
        margin-top: 1em;
        width: 33.33%;
        padding: 0 .5em;
        float: left;
    }
    .grid .figcaption {
        padding: 1em 1.5em;
    }
    .grid h3 {
        font-size: 1.5em;
    }
    .grid p {
        letter-spacing: 1px;
    }
    .contact-left iframe {
        width: 100%;
        min-height: 20em;
        border: none;
    }
    .contact-right {
        margin-top: 2em;
    }
    .contact-form input[type="text"].email {
        margin: 0em 0 1em 0.5em;  
    }
}
@media(max-width:800px){
    .about, .work, .education, .skills, .portfolio, .contact {
        padding: 3em 0;
    }
    h3.title {
        font-size: 3.3em;
        margin-bottom: 0.6em;
    }
    #swipebox-title {
        font-size: 0.9em;
    }
}
@media(max-width:768px){
    .banner-info {
        padding: 3em 0;
    }
}
@media(max-width:767px){
    .navbar-toggle {
        float: none;
        text-align: center;
        margin: 0;
        font-size: 1.3em;
        color: #fff;
    }
    .nav > li {
        display: block;
    }
    ul.nav.navbar li a {
        padding: 0.8em 1.5em;
        font-size: 1.1em;
    }
    .rs {
        padding-left:0px !important;
        padding-right: 0px;
    }
}
@media(max-width:640px){
    .header-right h2 {
        font-size: 0.9em;
    }
    .header-right h2:before {
        bottom: -7px;
        left: 9px;
        border-width: 7px 7px 0 7px;
    }
    ul.address li ul.address-text li {
        font-size: 1em;
    }
    .header-right h6 {
        font-size: 0.85em;
    }
    ul.address {
        margin-top: 0.5em;
    }
    .banner-info {
        padding: 2em 0;
    }
    .about, .work, .education, .skills, .portfolio, .contact {
        padding: 2em 0;
    }
    h3.title {
        font-size: 2.8em;
        margin-bottom: 0.5em;
    }
    .about-left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .about-right {
        float: none;
        width: 100%;
        margin-top: 1em;
    }
    .work-right.work-right2 {
        min-height: 235px;
    }
    .bar-grids {
        padding: 0 1.5em;
    }
    .bar-grids h6 {
        font-size: 1em;
    }
    .progress {
        margin-bottom: 2em;
    }
    .resp-tab-item {
        font-size: 1.1em;
        padding: 0.6em 2em;
    }
    .contact-left iframe {
        min-height: 17em;
    }
    .contact-left {
        padding: 0;
    }
    .contact-right {
        margin-top: 1em;
        padding: 0;
    }
    .contact-form input[type="text"] {
        padding: .6em 1em;
    }
    .footer {
        padding: 1.5em 0;
    }
}
@media(max-width:480px){
    .header-left {
        float: none;
        width: 40%;
        margin: 0 auto;
    }
    .header-right {
        float: none;
        width: 100%;
    }
    h3.title {
        font-size: 2.5em;
    }
    p {
        font-size: 0.9em;
    }
    .work-info h4 {
        font-size: 1em;
    }
    .work-info h4:before {
        right: -10px;
        border-width: 7px 0 7px 10px;
    }
    .work-info h5 {
        font-size: 1em;
    }
    .work-left {
        padding-right: 5em !important;
    }
    .work-right {
        padding-left: 5em !important;
    }
    .work-right h5 span.glyphicon {
        margin-right: 3em;
        margin-left: -6em;
    }
    .work-right.work-right2 h4:before {
        left: -10px;
    }
    .work-left2 h5 span.glyphicon {
        margin-left: 3em;
        margin-right: -6.2em;
    }
    .bar-grids {
        padding: 0 1em;
        float: none;
        width: 100%;
    }
    .progress {
        margin-bottom: 1.5em;
    }
    .portfolio-grids {
        width: 50%;
    }
    .grid .figcaption {
        padding: 0.5em 1em;
    }
    .grid p {
        letter-spacing: 0px;
        padding: .5em 0 0;
    }
    .contact-form input[type="submit"] {
        font-size: 1em;
    }
    .footer p {
        font-size: 1em;
    }
}
@media(max-width:414px){
    .work-right.work-right2 {
        min-height: 260px;
    }
    .resp-tab-item {
        font-size: 1em;
        padding: 0.6em 1.3em;
    }
    .portfolio-grids {
        width: 100%;
        float: none;
        padding: 0;
    }
    .contact-form input[type="text"] {
        width: 100%;
        margin-top: 1em;
    }
    .contact-form input[type="text"].email {
        margin: 1em 0 0 0;
    }
    .address-left {
        width: 45%;
    }
    .address-right {
        width: 42%;
    }
    .contact-form textarea {
        min-height: 8em;
    }
}
@media(max-width:375px){
    .header-right {
        padding-left: 0;
    }
    .work-left {
        width: 100%;
        text-align: left;
        padding: 1em 0 0 0;
    }
    .work-right {
        padding: 1em 0 0.5em 2em;
        width: 95%;
        border: none;
    }
    .work-right h5 span.glyphicon {
        margin-right: 2em;
        margin-left: -5em;
    }
    .work-right.work-right2 {
        min-height: inherit;
        padding: 0;
    }
    .resp-tab-item {
        padding: 0.6em 1em;
    }
    .resp-tab-active:before {
        bottom: -5px;
        left: 37%;
        border-width: 5px 5px 0 5px;
    }
    .resp-tabs-list {
        margin: 0 auto 0.5em;
    }
    .address-left,.address-right{
        width: 100%;
        float: none;
    }
    .contact-left iframe {
        min-height: 13em;
    }
    .address-left:after {
        right: 0;
        width: 0px;
    }
    .contact-form input[type="submit"] {
        font-size: 0.9em;
    }
}
@media(max-width:320px){
    .banner-info {
        padding: 1em 0;
    }
    .header-left {
        width: 50%;
    }
    .header-right h1 {
        font-size: 1.8em;
    }
    .header-right h6 {
        letter-spacing: 1px;
    }
    ul.address li ul.address-text li {
        font-size: 0.9em;
    }
    ul.address li ul.address-text li:nth-child(1) {
        width: 25%;
    }
    ul.nav.navbar li a {
        padding: 0.6em 1.5em;
        font-size: 1em;
    }
    .about, .work, .education, .skills, .portfolio, .contact {
        padding: 1em 0;
    }
    h3.title {
        font-size: 2em;
    }
    .progress {
        height: 7px;
    }
    .bar-grids {
        padding: 0;
    }
    .bar-grids h6 {
        font-size: 0.9em;
    }
    .resp-tab-item {
        padding: 0.6em 1em;
        font-size: 0.9em;
    }
    .contact-form input[type="text"] {
        font-size: 0.9em;
    }
    .contact-form textarea {
        font-size: 0.9em;
    }

}
/*--//responsive-design---*/

/*--//sidebar floating pannel---*/

.i-class{
    font-size: 1.2em;
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 25px;
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-150px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background: #3074ab;
    color:#fff;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-125px;
    background: #fea235;
    color: #fff;

}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li  a{
    text-decoration:none;
    color:#fff;
}



/*--//sidebar floating pannel end---*/




html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 43%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    background: url(../images/individual_profile/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    bottom: 22%;
}
#swipebox-title {
    display: block;
    width: 45%;
    text-align: center;
    margin: 0 auto !important;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../images/individual_profile/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    right: 50px;
    top: 12px;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
    -moz-animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
    -moz-animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
    -moz-box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
    -moz-box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}
@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 50px;
        top: 12px;
    }

    #swipebox-arrows {
        width: 80%;
        max-width: 800px;
    }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    opacity: 1;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
}
@media(max-width:1366px){
    #swipebox-top-bar {
        bottom: 20%;
    }
}
@media(max-width:1080px){
    #swipebox-title {
        width: 61%;
        line-height: 1.8em;
        margin: 1em auto 0 !important;
    }
    #swipebox-top-bar {
        top: 74%;
    }
}
@media(max-width:768px){
    #swipebox-title {
        width: 75%;
    }
    #swipebox-arrows {
        width: 83%;
    }
}
@media(max-width:640px){
    #swipebox-title {
        width: 82%;
        font-size: .9em;
    }
    #swipebox-arrows {
        width: 80%;
    }
}
@media(max-width:480px){
    #swipebox-title {
        width: 85%;
        font-size: .8em;
    }
    #swipebox-top-bar {
        bottom: 19%;
    }
    #swipebox-close {
        right: 30px;
    } 
}

/*company profile css 
created by raunak 10-11-2017*/
.banner-company-profile{
    background: url(/images/individual_profile/dott.png)repeat 0px 0px;
    padding: 2em 0;
}
.ft-3em{
    font-size:3em !important;
}

.slider-bottom .item {
    position: relative;
    background-color: rgba(17, 17, 17, 0.61);
    margin-top: 171px;
    padding-top: 38px;
    padding-bottom: 30px;
}
.slider-bottom {
    position: relative;

}

/* Practice area */


.single-box {
    padding-left: 40px;
    position: relative;
    border: 2px solid #ededed;
    margin-bottom: 33px;
    margin-right: 21px;


}
.practice-area{
    position: relative;
    color: #fff;
}

.single-box h3 {
    position: relative;
    /*background: url(../images/bd.png) no-repeat scroll left bottom;*/
    padding-bottom: 14px;
    font-size: 1.2em;
    /*line-height: 10px;*/
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: white;
    transition: 5s ease;
}

.single-box:hover  {

    color: white;
    border: 2px solid #ffc249;
}

.single-box i {
    position: absolute;
    margin-top: 0px;
    z-index: 999;
    transition: all .5s ease !important;
    left: -31px;
}

.single-box i:before {
    position: relative;
    margin-left: -25px;
    padding: 11px;
    color: #fff;
    background: #ffb624;

}

.content-text .icon-box {
    border: 1px solid #dddddd;
    position: relative;
    margin: 0px 10px;
}


.content-text .icon-box p {
    color: #5a5a5a;
    transform: scale(1,0);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    height: 0px;
    margin: 0 0 20px;
}

.content-text .icon-box {
    border: 1px solid #dddddd;
    position: relative;
    margin: 0px 10px;}

.double-box:hover .content-text .icon-box p {
    transform: scale(1,1);
    opacity: 1;
    height: 80px;
    margin-top: 25px;
    margin-bottom: 0px;
    visibility: visible;
    transition: .5s ease;
}

.double-box .content-text .icon-box a {
    font-size: 13px;
    color: #888888;
    font-family: 'Roboto Condensed', sans-serif;
    transition: all .5s ease !important;
    background: transparent;
    display: inline-block;
    background: #fff;
    padding: 15px 10px;
}


/*team part css*/
.double-box .content-text .curve {
    position: absolute;
    left: 0px;
    top: -18px;
    display: block;
    width: 100%;
    height: 34px;
    border-top: 5px solid #fff;
    background: #0e4b8e;
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
}

.content-text .content{
    background: #0e4b8e;
    padding: 5px;
    margin-left: 9px;
    margin-right: 10px;
    padding-top: 23px;
}

.double-box .content {
    position: relative;
}


.flyout{
    position:absolute;
    overflow: hidden;
}
.hidden{
    visibility: hidden;
}

.bln:hover, .bln:hover a {
    background-color: #f3ab12 !important;
    color: #fff;
}


.testimonials-one .testimonial-border {
    position: relative;
    border: 1px solid rgba(237, 237, 237, 0.4);
    max-width: 940px;
    margin: 0 auto;
}

.testimonials-one .quotes-icon {
    color: #ffd71b;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0px;
    margin-top: -24px;
    z-index: 999;
    border-left: 6px solid #060606;
    border-right: 6px solid #060606;
    position: absolute;
    margin-left: 46%;
}
.comment-list .comment h4 {
    font-size: 14px;
    line-height: 22px;
    margin-left: 65px;
    font-weight: 600;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
}

.comment-list .comment {
    list-style: none;
    padding: 31px 0px;
    margin-bottom: 8px;
    border: 2px solid #ededed;
    margin-left: -7px;
}
.comment-list h5 {
    z-index: 999;
    margin-left: -32px;
    font-size: 14px;
    padding: 9px 17px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    background: #cc8800;
    width: 70px;
    line-height: 20px;
    position: absolute;
}

.comment-list li ul li:first-child {
    float: left;
    list-style: none;
    overflow: hidden;
    margin-left: 55px;
}

.comment-list li ul li {
    float: left; 
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    margin-left: 24px;
}

.comment-list2 h5 {
    z-index: 999;
    font-size: 14px;
    padding: 5px 17px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: #cc8800;
    height: 70px;
    width: 70px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    top: -10px;
}


.content-text ul {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: -40px;
}

.content-text ul li {
    float: left;
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    margin-left: 17px;
}
.practice-area
{
    background: #02404f;
}

.text-green
{
    color:#bb7a00;
}

.product-area {
    background: #0e9993;
}

figure img {
    width: 100%;
}

.edu-work{
    background:#013453;
}
#mycase {
    background: #ffe4b5;
}
/***Service content***/
#product .container p {
    color:#FFFFFF;
}