body {
    width: 100%;
    height: 100%;
    font-family: "Raleway", sans-serif;
}
html {
    width: 100%;
    height: 100%;
}
a, h1, h2, h3, h4, h5, h6, p, div{
    font-family: "Raleway", sans-serif;
}
a{
    text-decoration: none;
    background-color: none;
}
p{
    font-size: 14px;
    font-weight: 300;
}
h1{
    font-size: 50px;
    line-height: 67px;
}
h2{
    font-size: 37px;
    line-height: 50px;
}
h3{
    font-size: 28px;
    line-height: 39px;
}
h4{
    font-size: 21px;
    line-height: 30px;
}
h5{
    font-size: 16px;
    line-height: 24px;
}
h6{
    font-size: 12px;
    line-height: 20px;
}

.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}

/* Button Style */
.btn2{
    background: none;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 25px;
    text-shadow: none;
    border-radius: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default2{
    color: #1abc9c;
    border: solid 1px #1abc9c;
}
.btn-default2.active{
    color: #fff;
    border: solid 1px #1abc9c;
    background: #1abc9c;
    box-shadow: none;
}
.btn-white{
    color: #fff;
    border: solid 1px #fff;
}
.btn2-fill{
    color: #fff;
    border: solid 1px #1abc9c;
    background: #1abc9c;
}
.btn-small-default{
    color: #1abc9c;
    border: solid 1px #1abc9c;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
}
.btn-small-white{
    color: #fff;
    border: solid 1px #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
}
.btn:hover{
    color: #fff;
    background: #1abc9c;
    border: solid 1px #1abc9c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Button position */
.btn-position-center{
    text-align: center;
    margin-top: 30px;
}
.btn-call-to-action{
    text-align: center;
}


/*   Section Wrapper   */
.section-wrapper{
    width: 100%;
    padding: 90px 0px;
    margin: 0px;
    position: relative;
}

.section-wrapper1{
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
    position: relative;
}

.section-wrapper2{
    width: 100%;
    margin: 0px;
    position: relative;
}

.section-wrapper3{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
}

/* Section Title Style of Each Section */
.section-title, 
.section-title-white{
    margin: 0px;
    margin-bottom: 60px;
    text-align: center;
}
.section-title{
    color: #535353;
}
.section-title-white{
    color: #fff;
}
.section-title h2, 
.section-title-white h2{
    margin: 0px;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-title h4, 
.section-title-white h4{
    font-weight: 200;
}
.section-title h4{
    font-weight: 200;
    color: #737373;
}

/* Top Navbar */

/* Logo Image */
.brand-logo{
    height: 60px;
    width: 195px;
    margin-left: 16px;
    background: url(../img/logo_UMP.png) no-repeat transparent;
    background-size: auto 100%;
    background-position: left center;
}

.brand-logo2{
    height: 60px;
    width: 195px;
    margin-left: 16px;
    background: url(../img/logo.png) no-repeat transparent;
    background-size: auto 100%;
    background-position: left center;
}

.brand-logo3{
    height: 95px;
    width: 220px;
    margin-left: 16px;
    background: url(../img/logo_index.png) no-repeat transparent;
    background-size: auto 100%;
    background-position: left center;
}

.top-nav-collapse .brand-logo {
    margin-top: -5px;
    height: 30px;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
}

.navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
    text-shadow: 1px 1px 2px #434343;
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: #1abc9c;
}

.navbar-custom .nav li a {
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: #1abc9c;
}

.navbar {
        background-color: #2c3e50;
    }

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .2s ease-in-out,padding .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,padding .2s ease-in-out;
        transition: background .2s ease-in-out,padding .2s ease-in-out;
        background-color: #2c3e50;
    }
    
    .navbar2 {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .2s ease-in-out,padding .2s ease-in-out;
        -moz-transition: background .2s ease-in-out,padding .2s ease-in-out;
        transition: background .2s ease-in-out,padding .2s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: rgba(255,255,255,0.96);
        border-bottom: 1px solid #1abc9c;
    }
    .top-nav-collapse .brand-logo{
        height: 40px;
        width: 180px;
        margin-left: 16px;
        background: url(../img/logo-bw.png) no-repeat transparent;
        background-size: auto 100%;
        background-position: left center;
        margin-top: -5px;
        height: 30px;
    }
    .top-nav-collapse.navbar-custom a {
        color: #434343;
        text-shadow: none;
    }
    .top-nav-collapse.navbar-custom a:hover, 
    .top-nav-collapse.navbar-custom a:focus, 
    .top-nav-collapse.navbar-custom a.active, 
    .top-nav-collapse.navbar-custom li.active a{
        color: #FFFFFF;
    }
}

/*  Sub-Menu   */
.navbar-nav>li>.dropdown-menu{
    margin-top: -2px;
    display: block;
    visibility: hidden;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 5000;
    float: left;
    min-width: 180px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding-top: 0px;border-radius: 0;
    border: 0px;
    border-bottom: 3px solid #1abc9c;
}
.dropdown-menu>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
    padding-left: 10px;
    text-decoration: none;
    text-shadow: none;
    color: #434343;
}
.dropdown-menu>li>a:hover{
    color: #fff;
    font-weight: 400;
}

.navbar-nav>li:hover .dropdown-menu, 
.navbar-nav>li:focus .dropdown-menu{
    visibility: visible;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
}
.dropdown-submenu:hover>.dropdown-menu{
    display:block;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
}


/* Carousel Style */
#myCarousel{
    height: 100%;
}

#myCarousel .carousel-inner {
    height: 100%;
}

#myCarousel .carousel-indicators{
    opacity: 0;
}

/* Background images */
.fill {
    width: 100%;
    height: 100%;
    background: #000;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fill img{
    width: 100%;
    height: auto;
}


/* Carousel Content */
#myCarousel .carousel-content{
    font-family: "Raleway", sans-serif;
    text-align: left;
    margin: 0px;
    padding: 0px;
    top: 250px;
    left: 0;
    right: 0;
}
#myCarousel .carousel-content h2{
    font-weight: 600;
    margin-bottom: 15px;
}
#myCarousel .carousel-content h5{
    font-weight: 100;
    margin-bottom: 50px;
}
#myCarousel .carousel-control.carousel-control-navi{
    background: none;
    top: 50%;
    z-index: 2000;
    border: solid 1px #fff;
    height: 50px;
    width: 50px;
    padding: 10px;
    margin: 0px 20px;
    opacity: .6;
}
#myCarousel .carousel-control.carousel-control-navi:hover{
    opacity: 1;
}

/*  Featured Services */
#featured-services-secton{
    /*background: url(../img/back_img_6.png) no-repeat transparent;
    background-size: 100% auto;*/
}

#featured-services-secton1{
    background-size: 100% auto;
}

.featured-item{
   margin-top: 50px;
}
#featured-services-secton .list{
    margin-bottom: 30px;
    padding: 15px 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
#featured-services-secton img.flat-icons {
    width: 70px;
    position: relative;
    float: left;
    margin: 10px 20px 20px 0px;
}
#featured-services-secton .list:hover{
    cursor: pointer;
    background: rgba(239, 239, 239, .35);
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}
.featured-item h4{
    color: #1abc9c;
}

/*  Portfolio Section  */
#portfolio-items .mix{
    display: none;
}
.portfolio-filters{
    margin-bottom: 60px;
}
#portfolio-items figure{
    margin-bottom: 30px;
    background: url(../img/menu_back.png) repeat #1abc9c;
    overflow: hidden;
}
#portfolio-items figure img{
    width: 100%;
    transition: all .2s linear;
    overflow: hidden;
}
#portfolio-items figcaption{
    position: absolute;
    top: 0px;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
#portfolio-items figure a{
    text-decoration: none;
    color: #fff;
}
#portfolio-items figcaption .featured-icon{
    margin: 0px auto;
    padding: 16px;
    color: #fff;
    font-size: 28px;
    border: solid 1px #fff;
    width: 70px;
    height: 70px;
    border-radius: 100px;
}
#portfolio-items figcaption h4{
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}
#portfolio-items figure:hover img{
    opacity: .3;
    -webkit-filter: grayscale(100%);
    transform: scale(1.5) rotate(8deg);
    overflow: hidden;
}
#portfolio-items figure:hover figcaption{
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

/*  Skill Section Area   */
.work-skill{
    background: url(../img/back_img_2.png) repeat transparent;
}
.myskill-circliful{
    font-family: "Lato", sans-serif;
}

/*  CountUP Area   */
.mycountup{
    color: #fff;
    text-align: center;
}
.count{
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-family: "Lato", sans-serif;
}
.mycountup i{
    font-size: 42px;
    margin-bottom: 10px;
}
.mycountup:hover i{
    color: #1abc9c;
}
.mycountup p{
    margin-bottom: 20px;
    font-weight: 500;
}

/*  About Us 
#aboutus{
    background: url(../img/connect.png) no-repeat transparent;
    background-size:cover;
}*/
#aboutus .section-title{
    text-align: left;
}
#aboutus .content-about {
    font-family: "Raleway", sans-serif;
    margin-bottom: 40px;
}
#aboutus .content-icon{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
#aboutus .content-icon img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content-about .content-text h4{
    color: #1abc9c;
}

/*  Team Member Section  */
.team{
    background: url(../img/back_img_4.jpg);
    background-size: cover;
}
#team-members figure{
    margin-bottom: 30px;
    background: url(../img/menu_back.png) repeat #2c3e50;
    overflow: hidden;
}
#team-members figure img{
    width: 100%;
    transition: all .2s linear;
    overflow: hidden;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

#team-members figcaption{
    position: absolute;
    top: 0px;
    padding: 25px;
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
#team-members figure a{
    text-decoration: none;
    color: #fff;
}
#team-members figcaption h4{
    margin-top: 70px;
    font-weight: 300;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
#team-members figcaption h4, 
#team-members figcaption p{
    margin-bottom: 10px;
}
#team-members figcaption .team-social-icon{
    margin-top: 20px;
    font-size: 16px;
}
#team-members figcaption .team-social-icon .fa {
    padding: 7px;
    border: 1px solid #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0px;
}
#team-members figcaption .team-social-icon .fa:hover {
    background: #1abc9c;
    border: 1px solid #1abc9c;
}
#team-members figure:hover img{
    opacity: .2;
    -webkit-filter: grayscale(100%);
    transform: scale(1.2) rotate(-8deg);
    overflow: hidden;
}
#team-members figure:hover figcaption{
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

/*  Testimonial  */
#clients{  
    background: url(../img/back_img_7.png) no-repeat transparent;
    background-size: 100% auto;
}
#carousel-testimonial .carousel-control{
    visibility: hidden;
}
#carousel-testimonial .carousel-indicators {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    margin: 0px auto;
    margin-top: 30px;
    width: 100%;
}
#carousel-testimonial .carousel-indicators li.client-logo{
    width: 145px;
    height: 90px;
    border-radius: 0px;
    margin: 0px -2px;
    opacity: .3;
    background-size: auto 80%;
    background-position: center center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
#carousel-testimonial .carousel-indicators li.active{
    border: none;
    opacity: 1;
    background-size: auto 100%;
}
#carousel-testimonial .client-logo-1{
    background: url(../img/client-1.png) no-repeat transparent;
}
#carousel-testimonial .client-logo-2{
    background: url(../img/client-2.png) no-repeat transparent;
}
#carousel-testimonial .client-logo-3{
    background: url(../img/client-3.png) no-repeat transparent;
}
#carousel-testimonial .client-logo-4{
    background: url(../img/client-4.png) no-repeat transparent;
}
#carousel-testimonial .client-logo-5{
    background: url(../img/client-5.png) no-repeat transparent;
}
#carousel-testimonial .testimonial-img {
    position: relative;
    float: left;
    margin-right: 60px;
    width: 270px;
    height: 270px; 
    margin-top: 20px;
    border-radius: 200px 0px 200px 200px;
    overflow: hidden;
}
#carousel-testimonial .testimonial-img img{
    width: 100%;
    height: auto;
}
#carousel-testimonial .testimonial-content{
    position: relative;
    padding-top: 70px;
}
.testimonial-content h4{
    margin-top: 30px;
    font-weight: 500;
    color: #1abc9c;
}
#carousel-testimonial .quote-icon i.fa {
    width: 70px;
    height: 70px;
    background: #1abc9c;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 5px;
    padding: 22px 0px;
    position: absolute;
    left: 230px;
    font-size: 28px;
    border: 3px solid rgba(255, 255, 255, 1);
    z-index: 200;
}

/*  Call To Action  */
.call-to-action .section-title-white, 
.call-to-action .section-title-white h2, 
.call-to-action .section-title-white h4,
.call-to-action .section-title, 
.call-to-action .section-title h2, 
.call-to-action .section-title h4{
    margin: 0px;
    text-align: left;
}
.call-to-action .btn-call-to-action{
    padding-top: 25px;
}
.call-to-action-dark{
    background: url(../img/back_img_5.png) repeat #2c3e50;
    background-size: 30% auto;
}

.call-to-action-cloud{
    background: url(../img/e.png) repeat #2c3e50;
    background-size: 30% auto;
}

.call-to-action-light{
    background: url(../img/intersection.png) repeat rgba(240, 240, 240, 0.6);
    background-size: 25% auto;
}

.counterbackgroud{
    background-color: #c2e3ff;
	background: linear-gradient(#c2e3ff, #ffb7c9);
}

/*  Price Table  */
#price-table{
    padding: 70px 0px;
}
.hidden{
    display: none;
}
.tab-price{
    font-family: "Raleway", sans-serif;
}
.tab-price ul{
    border: none;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.tab-price ul li{
    width: 33.33%;
}
.tab-price ul>li>a{
    text-align: center;
    margin: 0px;
    margin-left: -1px;
    color: rgba(52, 73, 94, 0.5);
    background: #fff;
    border-radius: 0px;
    border: solid 1px rgba(52, 73, 94, 0.3);
    padding: 15px 30px;
    font-weight: 600;
    opacity: .85;
}
.tab-price .nav-tabs>li.active>a, 
.tab-price .nav-tabs>li.active>a:hover, 
.tab-price .nav-tabs>li.active>a:focus, 
.tab-price .nav-tabs>li>a:hover{
    color: #fff;
    background: #1abc9c;
    border: solid 1px #1abc9c;
    opacity: 1;
}
.tab-price #aboutus-tab{
    border: none;
}
.tab-price li a .active{
    color: #1abc9c;
    border-radius: 0px;
    border: solid 1px #1abc9c;
    border-bottom: 1px solid transparent;
}
.price-table-item{
    width: 100%;
    background: rgba(52, 73, 94, 0.05);
    padding-bottom: 40px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.price-table-item .price-table-topbar{
    width: 100%;
    min-height: 120px;
    background: #34495e;
    padding: 20px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.price-table-item .price-table-topbar h4{
    font-size: 24px;
    font-weight: 600;
}
.price-table-item .price-table-topbar p{
    font-size: 16px;
    font-weight: 200;
    margin-top: -5px;
}
.price-table-item .price-table-topbar h2{
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 400;
    margin-top: 5px;
}
.price-table-item .price-table-topbar .decimal-figure{
    font-size: 24px;
    font-weight: 300;
}

.price-table-item .price-table-features{
    padding: 30px;
    color: #434343;
    padding-top: 50px;
}
.price-table-item .price-table-features p{
    margin: 10px 0px;
}

.price-table-item .price-table-btn{
    text-align: center;
    margin-top: 10px;
}
.price-table-item .btn-custom-2 a {
    color: #fff;
    border: none;
    background: #34495E;
    padding: 10px 30px;
}
.price-table-item-special .price-table-topbar, 
.price-table-item-special .btn-default a{
    background: #ffc261;
}
.price-table-item-special{
    background: rgba(255, 194, 97, 0.25);
}

.price-table-item-special .btn-default a{
    color: #fff;
    border: none;
}
.price-table-item .btn-default a:hover, 
.price-table-item:hover .price-table-topbar{
    background: #1abc9c;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.price-table-item:hover{
    background: #fcfcfc;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.price-table-yearly{
    display: none;
}


/*  Timeline Blog   */

.blog-section{}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 3px;
    margin-left: -1.5px;
    background-color: #1abc9c;
}
.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
    color: #434343;
    font-family: "Raleway", sans-serif;
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li .timeline-img {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 90px;
    height: 90px;
    margin-left: 0;
    border: 5px solid #fff;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li:first-child>.timeline-img, 
.timeline>li:first-child>.timeline-panel{
    margin-top: 30px;
}
.timeline>li:last-child {
    margin-bottom: 17px;
    min-height: 10px;
}
.timeline .timeline-heading h4.heading {
    margin-top: 0;
    color: inherit;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
}
.timeline .timeline-heading a{
    text-decoration: none;
    color: #434343;
}
.timeline .timeline-heading p {
    font-family: "Lato", sans-serif;
    font-weight: 200;
    font-size: 14px;
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}
.timeline .timeline-body>p{
    color: rgba(67, 67, 67, 0.8);
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-img {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-img {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-img h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-img {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-img h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/*  Contact Us  */

    /* Feedback */
        #feedback input.form-control{
            border: none;
            border-radius: 0px;
            border-bottom: 1px solid #1abc9c;
            box-shadow: none;
            padding: 25px 30px;
            margin-bottom: 15px;
            font-family: "Raleway" sans-serif;
            font-style: oblique;
            font-size: 20px;
            font-weight: 100;
            color: #1abc9c;
            opacity: .75;
        }
        #feedback input.form-control:hover, 
        #feedback input.form-control:active, 
        #feedback input.form-controll:focus{
            background: #fff;
            color: #1abc9c;
            opacity: 1;
        }
        #feedback .btn-submit{
            border-radius: 0px;
            width: 100%;
            min-height: 40px;
            color: #fff;
            background: #1abc9c;
            box-shadow: none;
            padding: 20px 30px;
            margin-top: 15px;
            font-family: "Raleway" sans-serif;
            font-size: 24px;
            font-weight: 400;
            text-transform: uppercase;
            opacity: .8;
        }
        #feedback .btn-submit:hover{
            opacity: 1;
        }

    /* Map */
        .map {
            height: 400px;
        }

        @media(max-width:768px) {
            .map {
                height: 75%;
            }
        }

.contact-details{
    height: 400px;
    background: rgba(255, 255, 255, 0.85);
    padding: 70px 50px 0px 50px;
    margin-top: -400px;
}
.contact-details h4{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.contact-details .contact-details-item p, 
.contact-details .contact-details-item a {
    text-decoration: none;
    line-height: 15px;
    color: #434343;
    padding: 0px;
}
.contact-details .contact-details-item a{
    font-weight: 400;
}
.contact-details .fa{
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    color: #1abc9c;
}
.contact-details-item{
    position: relative;
    float: left;
    margin-left: 20px;
}

/*  Newsletter & Social Mdeia  */
.newsletter-content h4, .social-media-content h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.social-media-content h4{
    text-align: right;
}
.newsletter-content input.form-control, 
.newsletter-content .btn-submit{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
    height: 50px;
    position: relative;
    float: left;
}
.newsletter-content input.form-control{
    width: 300px;
    border: 1px solid #1abc9c;
    font-family: "Raleway" sans-serif;
    font-style: oblique;
    font-weight: 100;
    color: #1abc9c;
    opacity: .35;
}
.newsletter-content input.form-control:hover, 
.newsletter-content input.form-control:active, 
.newsletter-content input.form-control:focus{
    background: #fff;
    color: #1abc9c;
    opacity: 1;
}
.newsletter-content .btn-submit{
    width: 50px;
    margin: 0px;
    color: #fff;
    background: #1abc9c;
    box-shadow: none;
    font-size: 20px;
    opacity: .70;
    padding: 8px;
}
.newsletter-content .btn-submit:hover{
    opacity: 1;
}



.social-media-icon a .fa{
    text-decoration: none;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    margin-left: 5px;
}
.social-media-icon a .fa-facebook{
    background: #3B5998;
}
.social-media-icon a .fa-twitter{
    background: #00ACED;
}
.social-media-icon a .fa-google-plus{
    background: #DD4B39;
}
.social-media-icon a .fa-linkedin{
    background: #007BB6;
}

.social-media-icon a .fa-instagram{
    background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-media-icon a .fa:hover{
    background: #1abc9c;
}

/*  Footer  */
.footer {
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    height: 70px;
    background: #000;
    color: #D2D0D0;
}
.footer-text-left{
    text-align: left;
}
.footer-text-right{
    text-align: right;
}

.footer-text-left, 
.footer-text-right{
    padding-top: 8px;
}
.footer-text-left a, 
.footer-text-right a{
    text-decoration: none;
    color: #1abc9c;
    font-weight: 500;
}

.footer-logo-img{
    text-align: center;
    padding-top: 6px;
}
.footer-logo-img img{
    height: 30px;
    width: auto;
}

#counter {
	background-size: cover;
	color: #fff;
	padding: 60px 0;
	text-align: center;
	font-weight: bold;
}
.counting {
	margin: 15px 0
}

.counting .icon {
	margin-bottom: 25px
}

.counting .icon i {
	color: #ff4f57;
	font-size: 72px
}

.counting .desc h4 {
	font-size: 30px;
	line-height: 27px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.counting .desc h4:after {
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 45px
}

.counting .desc h1 {
	font-size: 38px;
	line-height: 39px
}

.counting:hover span {
	background: #ff4f57;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.input-mysize { height: 42px; padding: 10px;}

.circular-menu {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  position: relative;
}

.circle {
  width: 250px;
  height: 250px;
  opacity: 0;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.open.circle {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.circle a {
  text-decoration: none;
  color: white;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;

}

.circle a:hover {
  color: #eef;
}

.menu-button {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-decoration: none;
  text-align: center;
  color: #444;
  display: block;
  height: 40px;
  width: 40px;
  padding: 10px;
  line-height: 40px;
}

.menu-button:hover {
  color: #eef;
  text-decoration: none;
}
.my-resume .item {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.my-resume .item h3 {
	font-size: 20px;
	letter-spacing: .5px;
	margin-bottom: 15px
}

.my-resume .item h3 i {
	margin-right: 5px;
	color: #999
}

.my-resume .item h4 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 10px
}

.my-resume .item h5 {
	font-size: 13px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 5px
}

.my-resume .item .date {
	font-size: 15px;
	color: #888
}

.my-resume .item p {
	color: #888
}

.my-resume .item br {
	margin-bottom: 20px
}

.my-resume .author-resume {
	display: inline-block;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px
}

.my-resume .author-resume .thumb {
	float: left
}

.my-resume .author-resume .thumb img {
	border-radius: 4px
}

.my-resume .author-resume .author-info {
	margin-left: 140px
}

.my-resume .author-resume .author-info h3 {
	font-size: 16px;
	text-transform: uppercase
}

.my-resume .author-resume .author-info p {
	line-height: 30px
}

.my-resume .author-resume .author-info .social-link {
	margin-top: 5px
}

.my-resume .skill {
	margin-top: 30px
}

.my-resume .skill h3 {
	font-size: 20px;
	letter-spacing: .5px;
	margin-bottom: 15px
}

.my-resume .skill h3 i {
	margin-right: 5px;
	color: #999
}
.right-sideabr h4 {
	font-size: 13px;
	color: #999
}

.right-sideabr .item {
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px
}

.right-sideabr .lest li {
	padding: 5px 0;
	list-style-type:none;
}

.right-sideabr .lest li a {
	font-size: 14px;
	font-weight: 700;
	color: #888
}

.right-sideabr .lest li a:hover {
	color: #ff4f57
}

.right-sideabr .lest li a.active {
	color: #ff4f57
}

.right-sideabr .lest .notinumber {
	float: right;
	width: 24px;
	height: 24px;
	background: #ff4f57;
	text-align: center;
	border-radius: 50px;
	color: #fff
}
.inner-box {
	border: 1px solid #eee;
	padding: 30px;
	margin-bottom: 30px
}



.single-page-header #breadcrumbs {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	margin-left: auto
}

@media ( max-width :992px) {
	.single-page-header #breadcrumbs {
		margin: 30px 0 20px
	}
}

.single-page-header {
	margin-bottom: 65px;
	padding: 60px 0;
	position: relative
}

.single-page-header .container {
	z-index: 100;
	position: relative
}

.single-page-header:after, .single-page-header:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 15;
	background: linear-gradient(to right, rgba(247, 247, 247, 1) 50%,
		rgba(247, 247, 247, 0.8) 70%, rgba(247, 247, 247, 0.8) 90%)
}

.single-page-header:after {
	z-index: 5;
	background-color: #f7f7f7
}

.single-page-header .background-image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	left: 50%;
	z-index: 10
}

.single-page-header .single-page-header-inner {
	display: flex
}

.single-page-header .left-side, .single-page-header .right-side {
	flex: 1;
	display: flex;
	align-items: center
}

.single-page-header .left-side {
	padding-right: 30px
}

.single-page-header .right-side {
	max-width: 35%
}

@media ( min-width :1365px) {
	.single-page-header .right-side {
		max-width: 30%
	}
}

.single-page-header .header-image a {
	display: flex;
	height: 100%
}

.single-page-header .header-image {
	height: 140px;
	flex: 0 0 140px;
	margin-right: 35px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	display: flex;
	padding: 0 20px
}

@media screen and (-ms-high-contrast:active) , screen and
	(-ms-high-contrast:none) {
	.single-page-header .header-image {
		max-width: 140px
	}
}

.single-page-header.freelancer-header .header-image {
	background: #fff;
	border-radius: 50%;
	box-shadow: none;
	display: flex;
	padding: 0;
	overflow: hidden;
	height: 130px;
	flex: 0 0 130px;
	width: 130px
}

.single-page-header .header-image img {
	align-self: center;
	transform: translate3d(0, 0, 0)
}

@media all and (-ms-high-contrast:none) {
	.single-page-header .header-image img {
		width: 100%
	}
}

.single-page-header .header-details {
	flex: 1
}

.single-page-header .header-details h3 {
	color: #333;
	font-size: 26px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	margin-top: 3px;
	line-height: 36px;
	position: relative;
	padding-right: 0;
	display: inline-block
}

.single-page-header .header-details h3 span {
	color: gray;
	display: block;
	font-size: 20px;
	font-weight: 300;
	margin-top: -3px
}

.single-page-header .header-details h5 {
	font-size: 16px;
	font-weight: 600;
	color: #333
}

.single-page-header .header-details h5 {
	font-size: 16px;
	font-weight: 600;
	color: #333
}

.single-page-header .header-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	margin-bottom: -7px
}

.single-page-header .header-details li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 12px
}

.single-page-header .header-details li:last-child {
	margin-right: 0
}

.single-page-header .header-details li a {
	color: #666
}

.single-page-header .header-details li a:hover {
	color: #66676b
}

.single-page-header .header-details li i {
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 2px
}

.single-page-header .header-details li .verified-badge {
	transform: scale(.85);
	position: relative;
	top: 2px
}

.single-page-header .header-details li .verified-txt {
	color: #299840
}

.single-page-header .header-details li .star-rating {
	position: relative;
	top: 6px
}

.single-page-header .header-details ul li img.flag {
	height: 16px;
	border-radius: 3px;
	position: relative;
	top: -1px;
	display: inline-block;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	margin-right: 5px;
	cursor: default
}

.single-page-header .salary-box {
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
	background-color: #fff;
	display: inline-block;
	padding: 20px 25px;
	margin-left: auto
}

.salary-box .salary-type {
	color: #888;
	line-height: 20px;
	margin: 3px 0 8px
}

.salary-box .salary-amount {
	color: #333;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300
}

@media ( max-width :1366px) {
	.single-page-header.freelancer-header .header-image {
		height: 130px;
		flex: 0 0 130px;
		width: 130px
	}
}

@media ( max-width :1240px) {
	.single-page-header .header-details h3 {
		font-size: 26px
	}
	.single-page-header {
		padding: 55px 0
	}
	.salary-box .salary-amount {
		font-size: 26px;
		line-height: 32px
	}
	.single-page-header .header-image {
		height: 120px;
		flex: 0 0 120px
	}
	.single-page-header.freelancer-header .header-image {
		height: 120px;
		flex: 0 0 120px;
		width: 120px
	}
}

@media ( max-width :992px) {
	.single-page-header .single-page-header-inner {
		display: flex;
		flex-direction: column
	}
	.single-page-header .left-side {
		padding-right: 0
	}
	.single-page-header .header-details h3 {
		font-size: 24px
	}
	.single-page-header {
		padding: 35px 0
	}
	.single-page-header .salary-amount {
		font-size: 22px;
		line-height: 24px
	}
	.single-page-header .salary-box {
		padding: 0;
		margin-top: 15px;
		margin-bottom: 20px;
		background-color: transparent;
		box-shadow: none
	}
	.salary-box .salary-type {
		font-weight: 600;
		color: #333
	}
	.single-page-header .left-side, .single-page-header .right-side,
		.single-page-header-inner {
		display: block;
		max-width: 100%
	}
	.single-page-header .header-image {
		height: 70px;
		width: auto;
		padding: 15px 20px;
		margin: 15px 0;
		display: inline-block
	}
	.single-page-header .header-image img {
		height: 100%
	}
	.single-page-header .header-details h5 {
		border-top: 1px solid #e0e0e0;
		padding-top: 25px
	}
	.single-page-header.freelancer-header .header-image {
		height: 70px;
		flex: 0 0 70px;
		width: 70px;
		margin-bottom: -70px
	}
	.single-page-header.freelancer-header .header-details h3 {
		margin-left: 90px
	}
}

@media ( max-width :768px) {
	.single-page-header:after, .single-page-header:before {
		background: #f7f7f7
	}
	.single-page-header.freelancer-header .header-image {
		height: 70px;
		flex: 0 0 70px;
		width: 70px;
		margin-bottom: -70px
	}
	.single-page-header.freelancer-header .header-details h3 {
		margin-left: 90px
	}
}

.single-page-section {
	margin-bottom: 55px;
	display: block
}

.single-page-section p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0
}

.single-page-section h3 {
	margin-bottom: 20px;
	font-size: 20px
}

.single-page-section .job-listing h3.job-listing-title {
	margin-bottom: 0
}

.boxed-list .compact-list-layout {
	box-shadow: none;
	margin-top: 0
}

.boxed-list .compact-list-layout .job-listing:hover {
	border-left: 0
}

.boxed-list .compact-list-layout .job-listing:first-of-type {
	border-radius: 0
}
.boxed-list {
	margin-top: 10px;
	display: block
}

.boxed-list-headline {
	/*background-color: #f2f2f2;*/
	border-radius: 4px;
}

.boxed-list-headline h3 {
	font-size: 18px
}

.boxed-list-headline h3 span {
	color: #888
}

.boxed-list-headline h3 i {
	font-size: 18px;
	color: #66676b;
	font-size: 24px;
	position: relative;
	top: 3px;
	line-height: 0;
	display: inline-block;
	margin-right: 5px
}

.boxed-list ul.boxed-list-ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.boxed-list ul.boxed-list-ul>li {
	display: block;
	background-color: transparent;
	padding: 15px;
	border-radius: 4px
}

.boxed-list ul.boxed-list-ul>li:nth-child(2n) {
	background-color: #fafafa
}

.fields-ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.fields-ul>li {
	display: block;
	background-color: transparent;
	padding: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4
}

.boxed-list-item {
	display: flex
}

.boxed-list-item .item-image {
	flex: 0 0 60px;
	height: 60px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 10px;
	margin-right: 25px;
	position: relative;
	top: -2px;
	display: flex;
	background-color: #fff
}

@media screen and (-ms-high-contrast:active) , screen and
	(-ms-high-contrast:none) {
	.boxed-list-item .item-image {
		max-width: 60px
	}
	.boxed-list-item .item-image img {
		width: 100%
	}
}

.boxed-list-item .item-image img {
	height: auto;
	align-self: center
}

.boxed-list-item .item-content h4 a, .boxed-list-item .item-content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #333
}

.boxed-list-item .item-content h4 span {
	font-size: 16px;
	color: gray;
	display: block;
	font-weight: 500
}

.boxed-list-item .item-details {
	display: flex;
	margin-top: 5px
}

.boxed-list-item .item-details .star-rating {
	top: -2px;
	position: relative;
	margin-right: 15px
}

.boxed-list-item .item-details .detail-item {
	margin-right: 15px;
	color: gray
}

.boxed-list-item .item-details .detail-item a {
	color: gray
}

.boxed-list-item .item-details .detail-item a:hover {
	color: #66676b
}

.boxed-list-item .item-details .detail-item i {
	margin-right: 3px;
	position: relative;
	top: 0
}

.boxed-list-item .item-description p {
	margin-bottom: 0;
	padding-bottom: 0
}

.boxed-list-item .item-description {
	margin-top: 15px
}
.sidebar-container {
	margin-bottom: 40px
}

.full-page-container .sidebar-container {
	margin-bottom: 0
}
.sidebar-widget input {
	margin-bottom: 0
}

.sidebar-widget {
	margin-bottom: 50px;
	display: block
}

.sidebar-widget h3 {
	font-size: 20px;
	margin-bottom: 20px
}
@media ( max-width :1240px) {
	.profile-overview, .profile-overview .overview-item {
		display: block;
		width: 100%
	}
	.profile-overview .overview-item {
		border-right: 0;
		border-bottom: 1px solid #e0e0e0;
		padding: 15px 0;
		margin: 0
	}
	.profile-overview .overview-item:last-child {
		border-right: 0;
		border-bottom: 0
	}
}

.profile-overview {
	display: flex;
	line-height: 22px;
	align-items: center;
	margin-bottom: 25px;
	width: calc(100% + 25px)
}

.profile-overview .overview-item {
	flex: 1;
	border-right: 1px solid #e0e0e0;
	margin-right: 20px;
	padding-right: 20px;
	flex-grow: 1
}

.profile-overview .overview-item:last-child {
	border-right: 0;
	padding-right: 0
}

.profile-overview .overview-item strong {
	display: block;
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin-bottom: 5px
}

.profile-overview .overview-item span {
	color: gray
}

.freelancer-indicators {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	line-height: 24px;
	margin-bottom: -20px
}

.freelancer-indicators .indicator {
	width: calc(50% - 31px);
	margin-right: 30px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column
}

.freelancer-indicators .indicator strong {
	color: #333;
	font-weight: 600
}

.freelancer-indicators .indicator-bar span, .freelancer-indicators .indicator-bar
	{
	width: 100%;
	height: 4px;
	background-color: #e0e0e0;
	border-radius: 10px;
	position: relative;
	margin: 10px 0;
	transition: 1s
}

.freelancer-indicators .indicator-bar span {
	width: 0;
	background-color: #66676b;
	position: absolute;
	top: 0;
	margin: 0
}
a.apply-now-button {
	background-color: #1abc9c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	padding: 14px 20px;
	margin-bottom: 35px;
	box-shadow: 0 2px 8px rgba(102, 103, 107, .15);
	transition: .3s;
	display: block
}

a.apply-now-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 2px 8px rgba(102, 103, 107, .35)
}

a.apply-now-button i {
	font-size: 22px;
	position: relative;
	line-height: 0;
	top: 3px;
	margin-left: 5px
}

.progress {
  height: 20px;

}
.progress .skill {
  font: normal 15px "Raleway", sans-serif;
  margin-bottom: 50px;
  margin: 0 0 0 20px;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

.boxed-list {
	margin-top: 10px;
	display: block
}

.boxed-list-headline {
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 20px 35px
}

.boxed-list-headline h3 {
	font-size: 18px
}

.boxed-list-headline h3 span {
	color: #888
}

.boxed-list-headline h3 i {
	font-size: 18px;
	color: #66676b;
	font-size: 24px;
	position: relative;
	top: 3px;
	line-height: 0;
	display: inline-block;
	margin-right: 5px
}

.margin-bottom-60 {
	margin-bottom: 60px !important
}

/*card*/

#pinBoot{
  position: relative;
  max-width: 100%;
  width: 100%;
}

#pinBoot2{
  position: relative;
  max-width: 100%;
  width: 100%;
}

#pinBoot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#pinBoot2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*card*/

.flex-row {
	display: flex;
	flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.flex-row .thumbnail,
.flex-row .caption {
	flex-direction: column;
	display: flex;
	flex: 1 0 auto;
	height: auto;
	position: relative;
}
.flex-text {
	flex-grow: 1;
}
.flex-row img {
	min-width: 0;
	width: 100%;
}


/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.user_name{
    font-size:14px;
    font-weight: bold;
}
.comments-list .media{
    border-bottom: 1px dotted #ccc;
}
.label-disabled{
	 background: #dddddd;
}

.panel.panel-horizontal {
    display:table;
    width:100%;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
    display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
    width: 25%;
    border:0;
    vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.panel.panel-horizontal > .panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}
.panel {
    margin-bottom:-1px;
}
.clear {
    clear:both;    
}
.btn-info {
    margin-right:15px;
    text-transform:uppercase;
    padding:10px;
    display:block;
    float:left;
}
.btn-info a {
    display:block;
    text-decoration:none;
    width:100%;
    height:100%;
    color:#fff;
}
.more.label {
    float:right;    
}
.highlight{
    font-weight:bold;
    color:green;
}
#loading { display: none; }
glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF} 

.pagination {
	margin: 5px auto;
	padding: 12px 0;
	text-align: center;
}

.pagination a {
	border: solid 1px #d2d2d2;
	color: #444444;
	margin-right: 2px;
}

.pagination span {
	border: solid 1px #ddd;
	margin-right: 2px;
}

.pagination .active {
	border: solid 1px #e0e0e0;
	color: #000;
	font-weight: bold;
}

.pagination a:link,.pagination a:visited {
	padding: 6px 10px;
	text-decoration: none;
}

.pagination span {
	color: #b6b6b6;
	padding: 6px 10px;
	text-decoration: none;
}

.pagination a:hover {
	border: solid 1px #b2b2b2;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.bottom-crop { 
	height: 160px; 
	overflow: hidden;
	position: relative; 
}
.bottom-crop img { 
	height: 160px;
	position: absolute;
}

.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 6px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }
.autocomplete-suggestion { cursor: pointer; }

.stick2{
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.floater {
  width: 20%;
  height: 40px;
  background: orange;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1200px) {
	.navbar-header{
	  margin: auto;
	  padding: 12px;
	}
	
	.call-to-action-cloud{
	  padding-top: 200px;
	}
}


div.wrap {
  word-wrap: break-word;
}

.accordion {
  width: 80vw;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #E5E5E5;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  letter-spacing: .1em;
  transition: all .3s;
  font-weight: bold;
}

.accordion-header:hover {
  background: #FFDFD3;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  /*content: "\f3d0";*/
  font-family: IonIcons;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #E5E5E5;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion {
    width: 100%;
  }
}