@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    color: #666;
    background: #f5f5f5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    overflow-x: hidden;

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}


.header{
    background: rgba(27, 31, 31, 0.7);
    color:white;
    height:180px;
}
.social-contact,.hire
{
    margin:10px;
}
.social-contact li {
    height:30px;
    width :30px;
    line-height: 30px;
}
.social-contact li{
    border-radius: 50%;
    border: 2px solid white;
    margin-left: 5px;
}
.social-contact li a , .hire li a
{
    line-height: inherit;
}
.social-contact li i
{
    font-size: 18px;
    line-height: 25px;
    color:white;
}
.hire
{
    float:right;
    color:white;
}

i
{
    margin-right:10px;
}
a{
    /*text-decoration: none;*/
    /*color:rgba(255,255,255,0.7);*/
    /*letter-spacing: 1px;*/
    -webkit-transition: all 0.4s ease-in-out;
}
a:hover
{
    text-decoration: none;
    pointer: cursor;
    color:white;
    /*letter-spacing: 1px;*/
}

.company-name
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

.custom-btn
{


    /*box-shadow: 0 3px 5px 0 black;*/
    /*border: 1px solid rgb(12, 107, 100);*/
    /*background-color: rgb(12, 107, 100);*/
    /*padding: 7px;*/
    /*margin-right: 10px;*/
    /*color:white;*/
    /*border-radius:1px;*/

    background: #00635a;
    color: #fff;
    padding: 8px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.custom-btn:hover
{
    background-color: rgb(35, 137, 130);
    border: 1px solid rgb(35, 137, 130);
    color:white;
}

.intro
{

    height:400px;
    /*background-color: rgb(30, 140, 132);*/
    background: rgba(27, 31, 31, 0.7);
    color:white;
    padding-top: 100px;
}
.profilePic
{
    position:absolute;
    left:50%;
    top: 70px;
}
.profilePic .profile-pic-container
{
    position: relative;
    left:-50%;
    height:200px;
    width:200px;
    border-radius:50%;
    border:5px solid white;
    z-index: 100;
    overflow:hidden;
}

.profile-pic-container img
{
    height:200px;
    width:200px;
    transition: all 0.5s linear;
    transform:scale(1,1);
}

.profile-pic-container img:hover
{
    cursor:pointer;
    transition: all 0.5s linear ;

    transform:scale(1.2,1.2);
}

.name
{   font-size: 48px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}



.title
{
    font-size: 28px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.cover
{
    max-width: 800px;
    margin: 0 auto;
}


p
{
    line-height: 1.5;
}
.contact-detail
{
    /*padding: 15px;*/
    /*background: rgba(30, 140, 132,0.8);*/
    /*height: 70px;*/

    background: #00635a;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
}
.contact-detail ul
{
    margin-bottom: 0;
}

.contact-detail li
{
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.8);
}
.list-inline li
{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.contact-detail a
{
    color: rgba(255, 255, 255, 0.8);
}
.nav-view
{
    height: 60px;
    position: relative;

}
.nav-header li{
    margin-right: 30px;
    display: inline-block;
    background: none;
}

.nav-header li a
{
    padding: inherit;
}

.nav-view a
{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-weight: 500;
}
.fixed-header
{
    background: #004a43;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-header
{

    margin:auto;
    height: inherit;
}
.nav-header li
{
    margin-right: 50px;
}

.card
{
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 45px;
    background: #fff;
    margin-bottom: 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*width:90%;*/
    /*margin: 0 auto;*/
    /*!*box-shadow: 0 3px 5px 0 #20b2aa;*!*/
    /*background: rgba(0, 0, 0,0.6);*/
    /*border-radius: 2px;*/
    /*margin-top: 50px;*/
    /*position: relative;*/
    /*margin-bottom:50px;*/
    /*padding: 20px;*/
    overflow: hidden;
}

.wrapper
{
    padding-top: 60px;
    padding-bottom: 60px;
}
.edu
.experiences
{
    min-height:400px;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #009688;
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: rgb(27, 124, 116);
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.cd-timeline-img img {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: -12px;*/
    /*margin-top: -12px;*/
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
     .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
     .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    border: 1px solid #eee;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content h2 {
    color: #238982;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
     .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
     .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
     .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.card-title
{
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 24px;
    text-align: center;
}

#skill1
{
    width: 100px;
    height: 100px;
}

.progressSet {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    position: relative;
    border:0;


}
.progressSet > svg {
    height: 100%;
    display: block;
}
.project-container
{
    width:100%;
    margin: 0 auto;
    margin-bottom:  20px ;
    padding-top:30px;
    display: block;
    overflow: hidden;
}
.card-project
{
    height:350px;
    border-radius: 2px;
   /*background-color: rgba(32,178,170,0.6);*/
    margin-bottom: 20px;
    overflow: hidden;
    background: #009688;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.img-container
{
    height:200px;
    width: 100%;
    overflow: hidden;
}
.project-show .carousel-inner .item div img
{
    height:auto;
    width:60%;
}
.modal.modal-dialog
{
    width: 80%;
}
.img-container img
{
    height:inherit;
    width:inherit;
    transition: all 0.5s linear;
    transform:scale(1,1);
}
.img-container img:hover
{
    transition: all 0.5s linear;
    transform:scale(1.2,1.2);
}
.project-content
{
    padding: 30px;
    padding-bottom: 75px;
    position: relative;

}
.project-title
{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}

.project-tech
{
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.view-options
{
    /*position: absolute;*/
    /*bottom:0;*/
    padding-bottom: 15px;
    padding-top: 10px;
}

.project-btn
{
    /*border-radius: 2px;*/
    /*border: 2px solid white;*/
    /*background-color: rgba(255,255,255,0.2);*/
    color:#fff;
    cursor:pointer;
}

.filter-animate.ng-enter
{
    transition:0.5s linear all;
    opacity: 0;
    animation:scaleOut 0.5s linear  ;
}

.filter-animate.ng-enter.ng-enter-active
{

    opacity: 1;
    animation:scaleIn 0.5s linear ;
}

.filter-animate.ng-leave
{
    opacity: 0;
    animation:scaleOut 0.1 linear ;
}
.filter-animate.ng-leave-active
{
    opacity: 1;
    animation:scaleIn 0.1 linear  ;
}

@keyframes scaleOut {
    0% {transform:scale(0.9,0.9)}
    50% {transform:scale(0.7,0.7)}
    100% {transform:scale(0.5,0.5)}
}


@keyframes scaleIn {
    0% {transform:scale(0.4,0.4)}
    50% {transform:scale(0.7,0.7)}
    100% {transform:scale(1,1)}
}

.margin-list {
    list-style: none;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.margin-list li{

    margin-right: 30px;
    list-style: none;
    display: inline-block;
    padding: 8px 15px;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.margin-list a
{
    color:inherit;
}

.activeSkill
{
    color: #009688;
    border-bottom: 2px solid #009688;
}
.activeSkill a
{
    color: #009688;
    /*border-bottom: 2px solid #009688;*/
}
.red
{
    color:darkred;
}

footer
{
    padding: 10px;
    color:white;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.7);
}

a.active {

    color: #fff;
    font-weight: bold;
}

.nav ul li a
{

}
.topScroll
{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #00635a;
    color: #fff;
    text-align: center;
    display: block;
    z-index: 30;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    float:right;
    opacity:0
}

.topScroll .fa
{
    position: relative;
    top: 3px;
    font-size: 25px;
    font-weight: normal;
    margin-right: 0;
    cursor:pointer;


}

.topScroll .fa.fixed
{
    width: 36px;
    height: 36px;
    background: #00635a;
    border-radius: 50%;

}
.opacity
{
    opacity: 1;
    display:block;
    position: fixed;
    bottom:5px;
    right:5px;
}

.jobDesc
{
    color: #666;
    padding-top:15px ;
}

.location-marker
{
    /*font-size: 11px;*/
    /*color:grey;*/
    /*position: absolute;*/
    /*float: right;*/
    /*right: 10px;*/
    /*top: 40px;*/
    /*position: absolute;*/
    right: 5px;
    top: 22px;
    padding-left: 10px;
    font-size: 14px;
    color: #8a8a8a;
}

.location-marker .fa
{
    margin-right: 5px;
}

.cd-date
{
    /*font-size: 15px;*/
    color: #8a8a8a;
    /*letter-spacing: 2px;*/
    /*font-weight: bolder;*/
}
.skill-container
{

}
.sub-skill
{
    margin-bottom: 60px;
}
/*.sub-skill ,.skill-name*/
/*{*/
    /*padding:10px;*/
/*}*/

/*.skill-name*/
/*{*/
    /*font-size: 15px;*/
/*}*/

.skill-proficient
{
    color: #8a8a8a;
    margin-bottom: 15px;
}

.skill-container
{
    margin-bottom: 45px;
}

.skill-btn
{
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 6px 30px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #f5f5f5;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}

.load-page
{
    background: url("images/turntable.jpg")  no-repeat center;
    background-size:cover ;
    background-attachment:fixed ;
}

/*#exp*/
/*{*/
    /*background: url("images/phone.jpg")  no-repeat center;*/
    /*background-size:cover ;*/
    /*background-attachment:fixed ;*/

    /*padding: 10px;*/
/*}*/

/*#skills*/
/*{*/
    /*background: url("images/pencil.jpg")  no-repeat center;*/
    /*background-size:cover ;*/
    /*background-attachment:fixed ;*/
    /*!*background-color: #1a1e23;;*!*/
    /*padding: 10px;*/
    /*color:white;*/
/*}*/
/*#port*/
/*{*/
    /*background: url("images/hands.jpg")  no-repeat center;*/
    /*background-size:cover ;*/
    /*background-attachment:fixed ;*/
    /*padding: 10px;*/
/*}*/

/*#connect*/
/*{*/
    /*background: url("images/coffee.jpg")  no-repeat center;*/
    /*background-size:cover ;*/
    /*background-attachment:fixed ;*/
    /*padding: 10px;*/
/*}*/

.services{
    /*color:white;*/
    /*width:70%;*/
    /*margin:0 auto;*/
    position: relative;
    padding: 30px;
    padding-left: 190px;
    font-size: 16px;
    color: #666;
}

.current-services ul{
    list-style: none;
}

.resume-color
{
color:#68c3a3;

    font-size: 16px;
}

.current-status
{
    margin-bottom: 15px;
}
.current-services
{
    margin-left: 30px;
    margin-bottom: 15px;
}
.current-services ul li{
    margin-bottom: 15px;
}
.current-serivces .fa
{
    color:#009688;
}

.services p{
    margin-bottom: 15px;
}
.drop-note
{

}

/*#edu*/
/*{*/
    /*background: url("images/graduation.jpg")  no-repeat center;*/
    /*background-size:cover ;*/
    /*background-attachment:fixed ;*/
    /*padding: 10px;*/
/*}*/


.edu-card
{
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;

}

.edu-inner
{
    /*background-color: white;*/
    /*color:black;*/
    /*border-radius: 2px;*/
    /*box-shadow: 0 3px 5px 0 grey;*/
    /*padding: 15px;*/
    padding: 0 30px;
}

.degree h3
{
    font-size: 18px;
    color: #009688;
    margin-top: 0;
    margin-bottom: 0px;

}

.institute
{
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300
}

.edu-duration
{
    color: #8a8a8a;
    margin-bottom: 15px
}
.edu-desc
{
    color: #666;
}

.img-container div
{
    width: inherit;
    height: inherit;
}

.project-modal.modal-dialog
{
    width:85%;
}

.project-show
{
    padding-bottom: 20px;
}
.job-title
{
    font-size: 22px;
    font-weight: 300;
    color: #009688;
    margin-bottom: 0;
    margin-top:0;
}

.subtitle
{
    font-size: 18px;
    color: #8a8a8a;
    margin-top: 0;
    margin-bottom: 45px;
    font-weight: 300;
}

.modal-size
{
    width:80%;
}