@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;

*/


/*.clear {
clear: both;
}*/

body {
    font-family: 'Abel', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fcfcfe;
}


/* Float */

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.full-header {
    background: #3a66a5;
    min-height: 51px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    /*border-top: 4px solid #E17716;*/
}


/*.navbar-collapse, .app-content, .app-footer {
margin-left: 0px;
}*/

.navbar-collapse,
.app-footer {
    margin-left: 0px;
}

.nav-logo {
    background: rgba(0, 0, 0, 0);
    display: block;
    float: left;
    width: 100%;
    padding: 2px 0;
    transition: all 0.2s ease;
}

.navbar-nav>li>a {
    color: #FFF;
    text-transform: uppercase;
    padding: 19px 16px;
    border: 0px;
    /*border-bottom: 4px solid #1c1c1e;*/
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 70px;
    font-weight: bold;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #E17716;
    /* padding: 33px 18px;*/
}


/*.drop-nevi > .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

padding: 12px 10px;
min-width: 80px;
}*/

.nav-tabs>li {
    width: auto;
}

.navbar-nav>li>a:hover {
    color: #fff;
    border: 0px;
    /* border-bottom: 4px solid #E17716;*/
}

.scrolling .nav-logo {
    width: 67%;
}

.scrolling .navbar-nav>li>a {
    line-height: 40px;
}


/*scroll fix menu*/

.h-menu a {
    text-align: left;
    text-transform: uppercase;
}

.h-menu .fa {
    color: #f1f1f1;
    font-size: 19px;
    padding: 0px 10px;
}

.navbar-header>button {
    color: #fff;
    font-size: 15px;
    padding: 10px 0 0;
    line-height: auto;
}

.navbar-toggle {
    margin: 0px;
}

.icon-user {
    color: #ffffff;
}

.banner {
    padding: 0 0 0px;
    position: relative;
    margin: 56px 0 0 0;
    height: 395px;
    overflow: hidden;
    background: #EFEFEF;
}


/*slicder content*/

#myCarousel .carousel-content {
    display: block;
    padding: 12em 4em 0 0;
    text-align: center;
}

#myCarousel .carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0px rgba(0, 0, 0, 0);
    width: 9px;
    height: 9px;
}

#myCarousel .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px rgba(0, 0, 0, 0);
    width: 8px;
    height: 8px;
}


/*slider*/

#myCarousel .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: 40px;
}

#myCarousel .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    right: 40px;
}

#myCarousel .carousel-control .fa {
    line-height: 40px;
    font-size: 24px;
}

#testimonial .carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

#myCarousel .carousel-inner>.item>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#testimonial .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    background: rgba(0, 0, 0, 0);
    width: 82px;
    top: 60px;
}

#testimonial .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
    background: rgba(0, 0, 0, 0);
    width: 82px;
    top: 60px;
}

#testimonial .carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
    content: "";
}

#myCarousel .carousel-control {
    width: 30px;
    height: 44px;
    border: 1px solid #aaa;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

#myCarousel .cs-check {
    position: relative;
}

.cs-check a {
    color: #3a66a5;
}

#testimonial .carousel-control .fa {
    color: #999999;
    font-size: 70px;
}

#testimonial .carousel-inner {
    margin: 30px auto 0;
    width: 70%;
}

#testimonial {
    min-height: 250px;
}

#testimonial .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: rgb(225, 119, 22);
}

#testimonial .carousel-indicators li {
    border: 2px solid #E17716;
}

#testimonial .carousel-indicators li {
    background-color: rgb(225, 119, 22);
}

#testimonial .carousel-indicators {
    bottom: 0px;
}

#testimonial .carousel-control {
    width: 5%;
}

.gig-color {
    color: #E17716;
}

.gigrabbers_form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    margin: 220px auto 0px;
    padding: 20px 0px;
    position: relative;
    text-align: center;
    width: 775px;
    opacity: 1;
    transition: all 0.3s ease-in 0.4s;
}

.carousel-inner:hover .gigrabbers_form {
    opacity: 1;
}

.gig_text {
    display: table;
    margin: 20px auto;
    width: auto;
}

.gig_black {
    margin: 0 0px 0px;
    opacity: 0.8;
    padding: 15px 0px 0;
    border-top: 1px solid #000000;
}

.gig_black h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.9);
    font-weight: 900;
}

.bluegrn {
    margin: 20px auto;
    width: 287px;
}

.hover_caption {
    top: 0px;
    width: 100%;
    position: absolute;
}


/*banner hover text*/


/*.form-section  {
width: 100%;
position: absolute;
bottom: 221px;
background: rgba(0,0,0,0.5);
left: 0px;
right: 0px;
padding: 25px 0;

}*/

.gingtype p {
    float: left;
    padding: 0 24px 0 0;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
}

.gingtype span {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

.clear {
    clear: both;
}

.star-group {
    list-style-type: none;
}

.star-group li {
    float: left;
    padding: 0 5px;
}

.star-group li a i.active {
    color: #E17716
}


/*banner form*/

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.m-b-lg {
    margin: 40px 0 0 0;
}

.m-b-md {
    margin: 20px 0 0 0;
}

.m-b-sm {
    margin: 10px 0 10px;
}


/***three list***/

#home-list>.list-group a.list-group-item {
    background: #23b7e5 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 !important;
    height: 47px;
    margin: 0 0 1px;
    padding: 0 10px 0 0;
}

#home-list>.list-group a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 47px;
    text-transform: uppercase;
}

#home-list>.list-group a.list-group-item>.fa-chevron-right {
    color: #fff;
    float: right;
    margin-right: -3px;
    margin-top: 14px;
}

#home-list>.list-group a.list-group-item:hover,
#home-list>.list-group a.list-group-item:focus,
#home-list>.list-group a.list-group-item.hover {
    background-color: #007da5;
    color: #ffffff;
}


/*****
tag cloud
**/

.tag-clouds {
    padding: 15px 0;
    background: #133C50;
}

.tag-list {
    padding: 0px 0 0 33px;
}

.tags-title {
    background: #f6f8f8 none repeat scroll 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 25px;
    padding: 15px 0;
    text-align: left;
}

.custom-list {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    max-width: 60%;
}

.custom-list li {
    float: left;
    margin: 0 3px 11px;
}

.large-width {
    width: 1330px;
}

.custom-list li:nth-child(7) {
    margin-left: 120px;
}

.custom-list li:nth-child(11) {
    margin-left: 280px;
}


/***
three sec
**/

.three-sec {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin: 15px 0 0;
}

.footer {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid #dee5e7;
    background: #3a3f51;
    padding: 20px 0;
}

.footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer ul h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    min-height: 62px;
    padding: 0;
}

.footer ul li {
    display: block;
    margin: 0 0 5px 0;
}

.footer ul li a {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 18px;
}

.footer ul li a:hover {
    color: #16AAD8;
}

.footer ul li a i.fa-facebook-square {
    color: #7266BA;
    padding: 5px 10px 0 0;
}

.footer ul li a i.fa-pinterest-square {
    color: #f05050;
    padding: 5px 10px 0 0;
}

.footer ul li a i.fa-twitter-square {
    color: #23b7e5;
    padding: 5px 10px 0 0;
}

.footer ul li a i.fa-google-plus-square {
    color: #f05050;
    padding: 5px 10px 0 0;
}

.footer ul li a span {
    display: inline-table;
    margin: 0;
    padding: 11px 0 0;
    vertical-align: top;
}

.footer ul li a i:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 2px dashed #757575;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

.footer-bottom h5 {
    color: #aaaaaa;
    float: left;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 21px 0 0 0;
}

.footer-bottom select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #303030;
    float: right;
    margin: 13px 0;
    padding: 10px 5px;
    width: 70%;
}

.select {
    position: relative;
}

.white-color {
    color: #fff;
}

.arrow-drop {
    border-color: #8f8f8f transparent transparent;
    border-style: solid;
    border-width: 9px 6px 0;
    height: 0;
    position: absolute;
    right: 3px;
    top: 30px;
    width: 0;
}

.shadow {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 20px;
}

.no-margin {
    margin: 0px !important;
}

.cr-ac {
    margin: 0 0 20px 0;
}

.drop-nevi {
    margin: 10px 0 0 0;
}

.drop-nevi>.navbar-nav>li>a {
    background: #ffffff;
    padding: 12px 10px;
    min-width: 158px;
    position: relative;
}

.drop-nevi>.navbar-nav>li>a span {
    color: #7f7f7f;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    text-align: left;
}

.drop-nevi>.navbar-nav>li>a span.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    color: #7f7f7f;
    position: absolute;
    right: 10px;
    top: 19px;
}

.drop-nevi>.navbar-nav>li.dropdown {
    position: relative;
    margin: 0px;
}

.drop-nevi>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    top: -100px;
    left: -1px;
}


/**
signup
**/

.text-strikethru {
    position: relative;
    text-align: center;
}

.text-strikethru .line {
    background-color: #d9d9de;
    height: 1px;
    margin: 11% 0 0;
    width: 100%;
}

.text-strikethru .text {
    background: #f0f3f4 none repeat scroll 0 0;
    color: #828587;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
    top: -18px;
}

.facebook-login>.btn-primary {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff !important;
}

.facebook-login>.btn-primary:hover {
    background-color: #30487b;
    border-color: #30487b;
    color: #ffffff !important;
}

.logfb {
    font-size: 23px;
    margin: 0 13px 0 0;
}

.exp-signin {
    margin: 20px 0 20px 0
}


/***
how it works
**/

.common-title h1 {
    border-bottom: 1px dashed #9f9f9f;
    color: #8f8f8f;
    font-size: 29px;
    font-weight: 100;
    line-height: 35px;
    margin: 20px 0;
    padding: 0 0 18px;
    text-align: center;
    text-transform: capitalize;
}

.common-title h1 span {
    color: #a0a0a0;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.btn-bl {
    margin: 0 15px 19px 0;
}

.btn-bl .text {
    margin: 0px auto;
    display: inline-block;
}

.easyPieChart>div img {
    margin-top: 3px;
}


/***
slider howitworks
***/

#howitslider {
    position: relative;
    margin: 0 0 20px 0;
    height: 430px;
    overflow: hidden;
}

#howitslider .carousel-control.left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #16aad8;
    font-size: 90px;
    left: -30px;
    line-height: 150px;
    top: 130px;
}

#howitslider .carousel-control.right {
    background: none;
    color: #16aad8;
    font-size: 90px;
    right: -80px;
    line-height: 150px;
    top: 130px;
}

#howitslider .thumbnail {
    background: none;
    border: 0px none;
}

#howitslider .carousel-inner {
    margin: 15px 0;
}

.project-title a {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
}

.project-title small {
    color: #9f9f9f;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 0 15px;
}

.caption .desc {
    max-width: 99%;
}

.caption .desc p {
    color: #606060;
    font-size: 16px;
    line-height: 26px;
}

.loop-content {
    border-bottom: 1px solid #dee5e7;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.no-border {
    border: 0px none;
}

.min-height {
    min-height: 450px;
    margin: 120px auto 0;
}


/****
Start page
*******/

.start-to-go {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin: 25px 0;
    padding: 25px 0 0;
}

.start-to-go .f-des {
    margin: 0 0 30px 0;
}

.start-to-go .f-des p {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    text-align: left;
}

.more a i {
    padding: 0 5px 0 0;
}

.min-width {
    margin: 0 auto 20px;
    width: 79px;
}

.projectwelove {
    margin: 15px 0;
}

.cat-list {
    min-height: 930px;
}

.bar-size {
    font-size: 25px;
}

.grid-size {
    font-size: 20px;
    margin: 0 8px 0 0;
}

.more-area {
    margin: 0px auto;
    width: 90px;
}

.col-listing .bg-info {
    padding: 15px;
}

.col-listing ul,
.suppter-list ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    border: 0px none;
}

.mar-g {
    margin: 15px 0;
    background: #33C7EF;
}

.full-list .minh {
    max-height: 157px;
    min-height: 157px;
}

.full-doller {
    background: #FFF;
    padding: 15px 0;
}

.doneted {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.supoterr {
    display: block;
    padding: 11px 0;
    text-align: center;
}

.supoterr:hover,
.doneted:hover {
    opacity: 0.5;
}

.custom-listsss li {
    display: block;
    margin: 0 0 15px 0;
}

.gril:hover {
    opacity: 0.4;
}

.suppter-list .jhoin-sm {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 40px;
}

.suppter-list .jhoin-sm .inline {
    margin: 0 0 0 23px;
    text-align: center;
}

.suppter-list .wrapper {
    max-height: 224px;
    min-height: 224px;
    padding: 70px 0 0;
    text-align: center;
}

.suppter-list .wrapper .m-b-xs {
    font-size: 35px;
    line-height: 41px;
}

.suppter-list .wrapper .text-muted {
    font-size: 20px;
}

.suppter-list li {
    margin: 0 0 15px 0;
}


/*
profile
*/

.bg-white {
    background: #ffffff;
}

.pro-mar-top {
    margin: 15px 0 0 0;
}

.dis-mar-top {
    margin: 15px 0 0 0
}

.pro-comment {
    margin: 0px 0 30px 30px;
}

.pro-comment .m-t-md {
    margin-top: 7px;
}

.navbar-right1 {
    float: right !important;
    margin-right: -15px;
}

.new-position {
    list-style-type: none;
    position: absolute;
    right: 160px !important;
    top: 85px;
}


/*

*/

.home-sgn {
    margin: 20px auto 0;
    float: none;
}


/** ukc css added **/

.sliding-middle-out {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.sliding-middle-out:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 20px;
}

.sliding-middle-out:hover:after {
    width: 100%;
    background: #2098D1;
}

.sliding-middle-out2:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 20px;
}

.sliding-middle-out2:hover:after {
    width: 100%;
    background: #3a66a5;
}

.sliding-middle-out2 h3 {
    color: #58666e;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0 36px;
    text-transform: uppercase;
}

.sliding-middle-out2 p {
    color: #000;
    margin: 0 auto;
    max-width: 293px;
}

.sliding-middle-out2 img {
    width: 190px;
}

.center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.ineed a {
    background-color: #3a66a5;
    border-color: rgb(243, 243, 243);
    border-radius: 15px;
    border-width: 0;
    color: rgb(255, 255, 255);
    /* font-family: Raleway;
font-size: 12px; */
    font-weight: bold;
    margin: 10px;
    padding: 10px 40px;
    font-family: Abel;
    font-size: 24px;
    /* text-transform:uppercase;  letter-spacing: 0.05em;*/
}

.ineed a:hover {
    background-color: #3a66a5;
    border-color: rgb(243, 243, 243);
    color: #fff;
}

.ineed {
    background: #133C51;
    padding: 30px 0;
}

footer {
    background: #3a66a5;
    padding: 30px 0;
    text-align: center;
}

ul.social-buttons {
    margin-bottom: 0;
}

.social-buttons li {
    padding: 9px 0;
}

ul.social-buttons li img {
    width: 30px;
}

footer span.copyright {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    text-transform: none;
    font-weight: 600;
}

.flogo {
    width: 200px;
    margin: auto;
}

.flogo img {
    width: auto;
}

.hwimg img {
    width: 50px;
}

.service-heading {
    color: #58666E;
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    min-height: 55px;
    font-weight: bold;
}

.service-heading::after {
    width: 50px;
    height: 1px;
    background: #000;
    display: block;
    content: "";
    margin: 10px auto;
    position: relative;
}

.howitwork .text-muted {
    padding-bottom: 20px;
    color: #58666e;
}

.clienttesti {
    margin: 54px 0;
    height: auto;
}

.clienttesti .title {
    color: #58666e;
    font-family: Abel;
    font-size: 18px;
    /* letter-spacing: 0.25em;
line-height: 1.2em; */
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
}

.clienttesti blockquote {
    border: 0 none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.clienttesti blockquote p {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(30, 30, 30);
    font-family: "Playfair Display";
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}

.fullwidth {
    width: 100%;
    margin: 0;
    height: 100%;
}

.csmodal .item {
    width: 90%;
    margin: 0 auto;
}

.csmodal .modal-content {
    background: #000000;
    border: 0 none;
    border-radius: 0;
}

.csmodal .modal-footer,
.csmodal .modal-header {
    border: 0 none;
}

.csmodal .modal-header .close {
    color: #ffffff;
    font-size: 54px;
    font-weight: normal;
    line-height: 60px;
    margin-top: -2px;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.csmodal .modal-header .close:hover {
    color: #eeeeee;
}

.imglist [class*="col-"] {
    padding: 0;
}


/* .modal-dialog {
    width: 460px;
} */

.thumbnail {
    margin-bottom: 6px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    margin-top: 10%;
    width: 5%;
}

.imglist .thumbnail {
    border: 0 none;
    padding: 0;
    border-radius: 0;
}

#clienttesti.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#clienttesti.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.section-heading {
    color: rgb(0, 0, 0);
    font-family: Abel;
    font-size: 15px;
    /*  letter-spacing: 0.3em; */
    line-height: 1.4em;
    margin-bottom: 40px;
    margin-top: 40px;
    /* text-transform: uppercase; */
}

.imglist figure {
    display: inline-block;
    height: 300px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.imglist figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -noz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.imglist figcaption div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 20px;
    opacity: 1;
    color: rgb(255, 255, 255);
    font-family: Abel;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    margin: 5px 0 10px;
    text-transform: uppercase;
}


/*figcaption div:after{
position: absolute;
content: "";
left: 0; right: 0;
bottom: 40%;
text-align: center;
margin: auto;
width: 0%;
height: 2px;
background: #2c3e50;
}
*/


/* .imglist figure img {
    -webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-noz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;

transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-ms-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
-webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
} */

.imglist figure:hover figcaption {
    display: none;
}


/*
figcaption:hover div{
opacity: 1;
top: 0;
}

figcaption:hover div:after{
width: 50%;
}
*/


/*     
.imglist figure:hover img {
transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
} */

.hovereffect {
    cursor: default;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.hovereffect .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    /* transform: translate(460px, -100px) rotate(180deg);
transition: all 0.2s ease-in-out 0.4s; */
    width: 100%;
}

.hovereffect img {
    display: block;
    position: relative;
    transition: all 0.2s ease-in 0s;
}

.hovereffect h2 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.hovereffect a.info {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 5px 0 0;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


/* .hovereffect:hover .overlay {
opacity: 1;
transform: translate(0px, 0px);
transition-delay: 0s;
} */

.hovereffect:hover h2 {
    transform: translateY(0px);
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    transform: translateY(0px);
    transition-delay: 0.3s;
}

.overlay .hover_features {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 4em 5em;
    z-index: 9;
}

.overlay .hover_features p,
.overlay .hover_features span {
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
    text-transform: uppercase;
}

.overlay .hover_features span {
    color: #F47628;
    display: block;
    text-align: left;
}

.hover_features .list-item {
    list-style-type: none;
    float: left;
}

.hover_features .rate-on {
    color: #F47628
}

.hover_features .rate-off {
    color: #f3f3f3;
}


/*on scoll animate*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*end on scroll animation*/

.post-gig-feild {
    /*
background-color:rgba(214, 139, 45, 0.5);*/
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2em 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    /*transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;*/
}

.post-gig-rela {
    position: relative;
}

.banner:hover .post-gig-feild {
    display: none;
    transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
}

.inp input {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}


/*.formn {
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid #f1f1f1 !important;
border-radius: 3px;
color: #fff !important;
} */

.post-gig-rela .inp input::-webkit-input-placeholder {
    color: #ffffff !important;
}

.post-gig-rela .inp input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff !important;
}

.post-gig-rela .inp input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff !important;
}

.post-gig-rela .inp input:-ms-input-placeholder {
    color: #ffffff !important;
}

.inp-select select,
.inp-select select option {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
}

.form-group .select-op {
    width: 100%;
    position: relative;
}

.form-group .select-op:before {
    content: '';
    width: 27px;
    height: 32px;
    display: block;
    position: absolute;
    right: 1px;
    background: #ffffff url('../images/select-one.png') center right;
    top: 1px;
}

.inp-select:after {
    content: '';
    width: 27px;
    height: 42px;
    display: block;
    position: absolute;
    right: 15px;
    background: #ffffff url('../images/select-one.png') center right;
    top: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.form-group textarea {
    width: 100%;
    max-width: 100%;
    height: 170px;
}

.form-group label {
    text-transform: uppercase;
    font-weight: 600;
}

.form-group p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
}

.form-group .plabel {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    text-transform: capitalize;
}

.form-group .srtp {
    text-align: left;
}

.gigs_search_final {
    background-color: #3a66a5!important;
    border-color: #3a66a5!important;
    color: #ffffff !important;
    box-shadow: 0 4px 0 rgba(215, 79, 13, 1.00);
    -moz-box-shadow: 0 4px 0 rgba(215, 79, 13, 1.00);
    -o-box-shadow: 0 4px 0 rgba(215, 79, 13, 1.00);
    -ms-box-shadow: 0 4px 0 rgba(215, 79, 13, 1.00);
    -webkit-box-shadow: 0 4px 0 rgba(215, 79, 13, 1.00);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    font-size: 24px;
    font-weight: bold;
}

#DllCategory {
    max-width: 170px;
}


/*login*/

.text-login {
    font-size: 26px !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.padding-page-wrap {
    position: relative;
    padding: 5em 0px 0px;
}

.user-type-page .o-user-type-selection {
    color: #696969;
    font-size: 34px;
    padding: 25px 0;
    text-transform: none;
}

.text-muted i {
    color: #696969;
    font-size: 50px;
    padding: 20px 0 0;
}

.o-or-divider {
    color: #7d7d7d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 115px;
}

.o-or-divider::after,
.o-or-divider::before {
    position: absolute;
    content: "";
    display: block;
    padding: 55px 0;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #e0e0e0;
    left: 96px;
}

.o-or-divider::before {
    top: 0px;
}

.o-or-divider::after {
    top: 155px;
    padding-top: 70px;
}

.btn-gig {
    color: #ffffff !important;
    background-color: #3a66a5;
    border-color: #3a66a5;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-gig:hover,
.btn-gig:focus,
.btn-gig:active,
.btn-gig.active,
.open .dropdown-toggle.btn-gig {
    color: #ffffff !important;
    background-color: #3a66a5;
    border-color: #3a66a5;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent !important;
}

.btn-gig:active,
.btn-gig.active,
.open .dropdown-toggle.btn-gig {
    background-image: none;
}

.btn-gig.disabled,
.btn-gig[disabled],
fieldset[disabled] .btn-gig,
.btn-gig.disabled:hover,
.btn-gig[disabled]:hover,
fieldset[disabled] .btn-gig:hover,
.btn-gig.disabled:focus,
.btn-gig[disabled]:focus,
fieldset[disabled] .btn-gig:focus,
.btn-gig.disabled:active,
.btn-gig[disabled]:active,
fieldset[disabled] .btn-gig:active,
.btn-gig.disabled.active,
.btn-gig[disabled].active,
fieldset[disabled] .btn-gig.active {
    background-color: #f16517;
    border-color: #f16517;
}


/*palash need some custom here*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.99);
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.99);
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.99);
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.99);
}

.box-shadow {
    padding: 4em;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: #f0f3f4;
}

.login-welcome h1 {
    font-size: 30px;
    color: #3a3f51;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.login-welcome p {
    font-size: 22px;
    color: #636363;
    text-align: center;
}

.login-welcome a {
    color: #3a66a5;
}

.about-text-are h2 strong,
.cs-check.w-xxxxl h2 strong,
.cs-check.w-xxxxl center {
    color: #fff;
}

.notify {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 3px #3a66a5;
    color: #3a66a5;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    padding: 20px;
    text-transform: uppercase;
}


/*step 1*/

.full-white-bg {
    background: #ffffff;
}

.breadcrumb>li+li::before {
    color: #ff6900;
    content: " ";
    padding: 0 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ff6a00;
    position: absolute;
    top: 8px;
    left: 8px;
}

.breadcrumb>li a {
    padding: 0px 0px 0px 23px;
    padding: 0px 0px 0px 23px;
    color: #ff6900;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
}

.breadcrumb>li {
    position: relative;
}

.breadcrumb>.active {
    color: #000000;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
}

.line-orange {
    margin: 5px auto;
    width: 127px;
    height: 5px;
    background: #3a66a5;
}

.breadcrumb {
    margin: 0px 0 10px 0;
    border: 0px;
}


/*steps*/

.step-content {
    padding: 4em 0;
}

.top-step-content {
    margin-bottom: 50px;
}

.gigttls.proposals .panel-warning>.panel-heading {
    background-color: transparent;
    color: #3a66a5;
}

.top-step-content h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

.top-step-content p {
    font-size: 20px;
    max-width: 90%;
    margin: 0px auto 10px;
    font-weight: bold;
}

.projects-area {
    margin: 35px 0;
}

.proj-block a {
    background: rgba(0, 0, 0, 0);
    padding: 25px;
    border-radius: 16px;
    border: 3px solid rgba(0, 0, 0, 0);
    display: block;
}

.proj-block i.fa-cog {
    background-image: url("../images/fog-imae.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    overflow: hidden;
}

.proj-block a:hover i.fa-cog {
    /* background: #3a66a5 url("../images/fog-imae.png") no-repeat center center / 90% auto !important; */
    overflow: hidden;
}

.proj-block i {
    width: 96px;
    height: 96px;
    background: transparent;
    border-radius: 100%;
    color: #21d59e;
    font-size: 5em;
    line-height: 1.3em;
    border: 2px solid #21d59e;
}

.proj-block h1 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.proj-block h2 {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #ff710f;
    margin: 0px;
}

.proj-or {
    margin: 55px auto 0;
    position: relative;
}

.proj-or:after {
    background: #3a66a5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: -28px;
    width: 195px;
    z-index: 1;
}

.proj-or h3 {
    margin: 0px auto;
    padding: 0px;
    font-size: 26px;
    color: #3a66a5;
    font-weight: bold;
    line-height: 55px;
    position: relative;
    background: #ffffff;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    border: 2px solid #3a66a5;
    z-index: 2;
}

.proj-block:hover a,
.proj-block a.active {
    background: #e3fdf5;
    border: 3px solid #21d59e;
    transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
}

.proj-block:hover i,
.proj-block .active i {
    background: #fff;
    color: #21d59e;
    border: 3px solid #21d59e;
}

.proj-block:hover h2,
.proj-block .active h2 {
    color: #6c6c6c;
}

.proj-block:hover h1,
.proj-block .active h1 {
    color: #ff710f;
}

ul.list-unstyled.next-go-to.full li a {
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.next-go-to input,
.next-go-to a,
.prev-cancle a {
    display: inline-block;
    background: rgb(84, 84, 84) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 22px;
    box-shadow: 0px 4px 0px rgb(0, 0, 0);
    text-transform: uppercase;
}

a.reset {
    background: #3a66a5;
}

.pgmiddle h3 {
    color: #3a66a5 !important;
}

.next-go-to input.active,
.next-go-to input:hover,
.next-go-to a.active,
.next-go-to a:hover {
    background: #3a66a5;
    color: rgb(255, 255, 255);
    box-shadow: 0px 4px 0px rgb(0, 0, 0);
}

.next-go-to input {
    border: 0 none;
}

.next-go-to a i.fa-angle-right {
    font-size: 27px;
    padding: 0 0 0 10px;
}

.next-go-to a i.fa-angle-left {
    font-size: 27px;
    padding: 0 10px 0 0;
}

.next-go-to a.active i {
    color: #fff;
}

.project-form {
    max-width: 70%;
    margin: 0px auto;
}

.styleinput .form-group label {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #2f2f2f;
    margin: 0 auto 60px;
    width: 80%;
}

.styleinput .radio label {
    color: #2f2f2f;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 20px 0;
    text-align: left;
    text-transform: uppercase;
}

.project-form .form-group label {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: 20px;
    color: #2f2f2f;
}

.project-form .form-group {
    position: relative;
}

.styleinput .form-group {
    position: relative;
}

.styleinput .form-group i {
    position: absolute;
    top: 30px;
    right: 14px;
    font-size: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #a7a7a7;
    padding: 0 0 0 14px;
    line-height: 58px;
}

.project-form .form-group i {
    position: absolute;
    top: 29px;
    right: 14px;
    font-size: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #a7a7a7;
    padding: 0 0 0 14px;
    line-height: 58px;
}

.styleinput .form-group textarea,
.styleinput .form-group input {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(138, 138, 138);
    font-weight: bold;
    padding: 18px 58px 18px 18px;
    height: auto;
    border-radius: 10px;
    line-height: 21px;
    margin: 0px 0px 28px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.csbox .form-group textarea {
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(138, 138, 138);
    font-weight: bold;
    padding: 18px;
    height: auto;
    border-radius: 10px;
    line-height: 21px;
    margin: 0px 0px 28px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.project-form .form-group input {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(138, 138, 138);
    font-weight: bold;
    padding: 18px;
    height: auto;
    border-radius: 10px;
    line-height: 21px;
    margin: 0px 0px 28px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.styleinput .form-group input:focus {
    box-shadow: 0px 0px 4px rgba(255, 105, 0, 0.5);
    border: 1px solid #ff6900;
}

.project-form .form-group input:focus {
    box-shadow: 0px 0px 4px rgba(255, 105, 0, 0.5);
    border: 1px solid #ff6900;
}

.foukk i {
    border-left: 1px solid #ff6900 !important;
    color: #ff6900 !important;
}


/*range slider*/

.genarate-time span {
    float: left;
    font-size: 36px;
    padding: 8px 0px 0px 10px;
}

.genarate-time .count-week {
    float: left;
    font-size: 20px;
    padding: 3px 0px 0px 25px;
}

.genarate-time p {
    float: right;
    font-size: 18px;
    padding: 2px 10px 0px 0px;
    margin: 0px;
    font-weight: bold;
}


/*recomanded giggrabber*/


/* Removes the default 20px margin and creates some padding space for the indicators and controls */

#recomanded-slider.carousel {
    margin: 0;
    padding: 0;
}


/* Reposition the controls slightly */

#recomanded-slider .carousel-control {
    color: #5c5c5c;
    font-size: 5em;
    top: 14% !important;
}

#recomanded-slider .carousel-control.left {
    left: 0px;
}

#recomanded-slider .carousel-control.right {
    right: 0px;
}

#recomanded-slider .carousel-control.left,
#recomanded-slider .carousel-control.right {
    background-image: none;
    width: 3%;
    top: 15%;
}

#recomanded-slider .carousel-inner {
    margin: 57px auto;
    overflow: hidden;
    position: relative;
    width: 90%;
}


/* Changes the position of the indicators */

#recomanded-slider .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the colour of the indicators */

#recomanded-slider .carousel-indicators li {
    background: #c0c0c0;
}

#recomanded-slider .carousel-indicators .active {
    background: #333333;
}


/*end carasol*/

.invite-area-cont p,
.invite-area-cont span {
    text-align: left;
    color: #F47628;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: normal;
}

.invite-area-cont span {
    color: #999999;
    display: block;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
}

.inviteme {
    display: block;
}


/* .front-invite {
background: #ebebeb;
} */

.inv-usewr {
    height: 221px;
    overflow: hidden;
    width: 100%;
    background: #606060;
}

.invite-area-cont {
    padding: 15px;
    display: block;
}

.invite-area-cont .list-item {
    list-style-type: none;
    float: left;
}

.invite-area-cont a {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 5px;
}

.invite-area-cont .rate-on {
    color: #F47628;
}

.invite-area-cont .rate-off {
    color: #888888;
}

.inv-reative {
    position: relative;
}

.back-invite {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    padding: 13.5em 6em;
    transform: translate(460px, -100px) rotate(180deg);
    -moz-transform: translate(460px, -100px) rotate(180deg);
    -o-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    transition: all 0.2s ease-in-out 0.4s;
    -o-transition: all 0.2s ease-in-out 0.4s;
    -moz-transition: all 0.2s ease-in-out 0.4s;
    -ms-transition: all 0.2s ease-in-out 0.4s;
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    opacity: 0;
}

.back-invite a.inv-btn {
    display: block;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    color: rgb(255, 104, 0);
    padding: 10px 0px;
    box-shadow: inset 0 0 0 0 rgb(255, 104, 0);
    -o-box-shadow: inset 0 0 0 0 rgb(255, 104, 0);
    -moz-box-shadow: inset 0 0 0 0 rgb(255, 104, 0);
    -ms-box-shadow: inset 0 0 0 0 rgb(255, 104, 0);
    -webkit-box-shadow: inset 0 0 0 0 rgb(255, 104, 0);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.back-invite a.inv-btn:hover {
    box-shadow: inset 200px 0 0 0 rgb(255, 104, 0);
    -o-box-shadow: inset 200px 0 0 0 rgb(255, 104, 0);
    -moz-box-shadow: inset 200px 0 0 0 rgb(255, 104, 0);
    -ms-box-shadow: inset 200px 0 0 0 rgb(255, 104, 0);
    -webkit-box-shadow: inset 200px 0 0 0 rgb(255, 104, 0);
    text-decoration: none;
    color: #ffffff;
    background: rgb(255, 104, 0);
}

.inv-reative:hover .back-invite {
    opacity: 1;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}


/** uttam css **/

.projectcategory {
    position: relative;
    background: url('../images/cate-choose-bg.png') no-repeat center center;
    height: 584px;
    width: 579px;
    margin: 0 auto;
    overflow: hidden;
}

.catebigbx {
    background: #c24f00;
    border: 4px solid #33f3b8;
    border-radius: 100%;
    height: 176px;
    margin: 0 auto;
    position: relative;
    top: 201px;
    width: 176px;
    -webkit-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    -o-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    -ms-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
}

.catebigbx i {
    color: #fff;
    display: block;
    font-size: 54px;
    line-height: 60px;
    margin: 27px auto 3px;
}

.catebigbx p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.catebx {
    background: #676767;
    border: 4px solid #33f3b8;
    border-radius: 100%;
    height: 110px;
    margin: 0 auto;
    position: relative;
    width: 110px;
    -webkit-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    -ms-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    -o-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    box-shadow: 4px 0 9px 0 rgba(0, 0, 0, 0.8) inset;
    position: absolute;
}

.catebx i {
    color: #fff;
    display: block;
    font-size: 56px;
    line-height: 62px;
    margin: 20px 0 0;
    position: relative;
    text-align: center;
}

.cone {
    left: 41%;
    top: 0;
}

.ctwo {
    right: 57px;
    top: 78px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.cthree {
    right: 0;
    top: 248px;
    transform: rotate(90deg);
}

.cfoure {
    bottom: 80px;
    right: 54px;
    transform: rotate(124deg);
    -webkit-transform: rotate(124deg);
    -o-transform: rotate(124deg);
    -moz-transform: rotate(124deg);
    -ms-transform: rotate(124deg);
}

.cfive {
    bottom: 2px;
    right: 40%;
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.csix {
    bottom: 72px;
    left: 67px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.cseven {
    left: 0;
    top: 41%;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.ceight {
    left: 64px;
    top: 10%;
    transform: rotate(321deg);
    -moz-transform: rotate(321deg);
    -o-transform: rotate(321deg);
    -ms-transform: rotate(321deg);
    -moz-transform: rotate(321deg);
}

.catebx:hover,
.active .catebx {
    background: #c24f00 !important;
    cursor: pointer;
}

.cstep p {
    color: #777777;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: normal;
    width: 70%;
    margin: 0 auto;
}

.cstep {
    max-width: 615px;
    margin: 0 auto;
}

.cstep .line-orange {
    height: 3px;
}

.cstep .i-checks input:checked+i::before {
    background-color: #ff6900;
}

.cstep .i-checks input:checked+i,
.cstep .i-checks>i {
    border-color: #3a66a5;
}

.i-checks input:checked+i {
    border-color: #3a66a5 !important;
}

.i-checks input:checked+i:before {
    background-color: #3a66a5 !important;
}

.themeradio .i-checks input:checked+i::before {
    background-color: #ff6900;
}

.themeradio .i-checks input:checked+i,
.themeradio .i-checks>i {
    border-color: #ff6900;
}

.styleinput .line-orange {
    height: 3px;
}

.styleinput .i-checks input:checked+i::before {
    background-color: #ff6900;
}

.styleinput .i-checks input:checked+i,
.styleinput .i-checks>i {
    border-color: #ff6900;
}

.cstep li {
    margin: 50px 40px 20px;
    color: #3b3b3b;
    font-size: 25px;
    line-height: 31px;
}

.csfive li {
    margin: 20px;
    text-align: left;
}

.cstep .bgpara {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #999999;
    color: #ff6900 !important;
    font-size: 30px;
    line-height: 36px;
    margin-top: 26px;
    padding: 30px 60px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

.styleinput select option {
    padding: 18px;
}

.csslt select option {
    padding: 18px;
}

.form-control:focus {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.styleinput select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 12px;
    border: 0 none;
    height: 60px !important;
    width: 100%;
    padding: 0 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(138, 138, 138);
    font-weight: bold;
    border-radius: 10px;
    line-height: 21px;
    margin: 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.csslt select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 12px;
    border: 0 none;
    height: 58px !important;
    width: 100%;
    padding: 0 50px 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(138, 138, 138);
    font-weight: bold;
    height: auto;
    border-radius: 10px;
    line-height: 21px;
    margin: 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.styleinput .checkbox label {
    color: #2f2f2f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.cstep .checkbox label {
    color: #2f2f2f;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.thankyou {
    box-shadow: 0 0 3px rgba(250, 114, 38, 1);
    margin: 20% auto 13%;
    max-width: 615px;
    padding: 115px 45px;
}

.thankyou h2 {
    color: #e17716;
    font-size: 80px;
    font-weight: normal;
    line-height: 86px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.thankyou h2 small {
    display: block;
    font-size: 40%;
    color: #555555;
    padding: 0;
    margin: 0;
}

.thankyou p {
    font-size: 23px;
    line-height: 29px;
    color: #555555;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}

.listbgpara .panel-body {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    margin: 0 0 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

.listbgpara li.panel-body:last-child {
    margin: 0;
}

.listbgpara .panel-body h2 {
    font-size: 25px;
    line-height: 29px;
    color: #6b6b6b;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
}

.listbgpara .panel-body p {
    color: #6b6b6b;
    font-size: 19px;
    font-weight: 100;
    line-height: 26px;
    margin: 0;
    max-width: inherit;
    text-align: left;
}

.graybg {
    background: #e1e1e1;
}

.listbgpara i {
    color: #ff710f;
    font-size: 30px;
    line-height: 36px;
    text-align: right;
}

.milestone {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cstep .milestone li,
.milestone li {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 20px 30px;
    text-align: left;
}

.milestone li::before {
    /*background:#000;
border-radius:100%;
-webkit-box-shadow:-4px 0 0 0 #e17716;
box-shadow:-4px 0 0 0 #e17716;*/
    content: "";
    display: block;
    height: 12px;
    left: -22px;
    position: relative;
    top: 21px;
    width: 12px;
}

.cstep.cstep2 li.radio:first-child {
    margin-left: 0;
}

.cstep.cstep2 li.radio {
    margin: 0 50px 20px 0;
}

.cstep.cstep2 li.radio:last-child {
    margin-right: 0;
}

.lightgraybg {
    background: #f1f1f1 none repeat scroll 0 0;
}

.ptitle {
    color: #686868;
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0;
    padding: 0;
    text-transform: uppercase;
}

.searchbox input {
    color: rgba(104, 104, 104, 0.7);
}

.searchbox .btn-warning {
    background: #ff9255;
}

.toplist h4 {
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    margin: 6px 0;
    padding: 0;
    text-transform: uppercase;
}

.toplist h4 span {
    color: #a1a1a1;
}

.sortby label {
    color: #3a66a5;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.sortby select {
    background: #d3d3d3;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sortby .form-group {
    position: relative;
    margin: 0;
}

.sortby .form-group i {
    color: #3a66a5;
    font-size: 24px;
    line-height: 39px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 14px;
    top: 0;
}

.tag2 {
    width: 28px;
    height: 21px;
}

.tag2::before {
    content: "\f013";
    color: #919191;
}

.inboxleft .tag2 {
    background: url("../images/envelop-icon.png") no-repeat center center;
    /* background: #f26f25;
-webkit-box-shadow: -4px 3px 0 0 #a03a00; 
box-shadow: -4px 3px 0 0 #a03a00;*/
}

.inboxleft .tag2::before {
    display: none;
}

.pgleft i {
    margin: 0;
    padding: 0 5px 0 0;
}

.pgleft h3 {
    font-size: 23px;
    line-height: 29px;
    color: #000;
    margin: 0;
    padding: 13px 0;
}

.pgleft .nav>li>a:focus {
    background: none;
}

.pgleft .nav>li>a:hover,
.pgleft .nav-pills>li.active>a {
    background: #3a66a5;
    color: #000;
}

.pgleft .nav-pills>li a {
    background: #e6e6e6;
    border-radius: 0;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    padding: 10px 25px;
    text-transform: uppercase;
}

.pgleft .nav-pills>li.active a::before {
    background: rgba(189, 82, 22, 0.4);
}

.pgleft .nav-pills>li.active a::before {
    background: rgba(189, 82, 22, 0.4);
}

.pgleft .nav-pills>li a::before {
    background: rgba(117, 117, 117, 0.2);
    content: "";
    display: block;
    height: 57px;
    left: -22px;
    position: absolute;
    top: -13px;
    transform: rotate(24deg);
    width: 35px;
    z-index: 9;
}

.pgleft .nav-pills>li a::after {
    background: rgba(117, 117, 117, 0.2) none repeat scroll 0 0;
    bottom: -50px;
    content: "";
    display: block;
    height: 87px;
    position: absolute;
    right: 0;
    transform: rotate(57deg);
    -webkit-transform: rotate(57deg);
    -moz-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    -o-transform: rotate(57deg);
    width: 35px;
    z-index: 9;
}

.pgmiddle h3 {
    font-size: 21px;
    line-height: 29px;
    color: #3a66a5;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
}

.pricebag {
    background: url("../images/price-bag.png") no-repeat center center;
    height: 26px;
    left: 5px;
    position: absolute;
    width: 19px;
}

.pricenote strong {
    color: #8d8d8d;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 4px 0 10px;
}

.pgmiddle .pricenote p,
.pricenote p {
    color: #8d8b8c;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.pricenote li {
    border-right: 1px solid #8d8b8c;
}

.pricenote li:last-child {
    border: 0 none;
}

.pricenote .forpricebag {
    padding: 0 0 0 20px;
}

.showdate {
    background: rgba(189, 82, 22, 0.1);
    color: #3a66a5;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.showdate span {
    display: block;
    border-top: 1px solid #f26f25;
}

.pgmiddle p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
    overflow-wrap: break-word;
    width: 100%;
}

.pgmiddle p a {
    color: #fe5c00;
}

.pgmiddle p a:hover {
    color: #000;
}

.categry p {
    color: #4f4f4f;
    font-weight: bold;
    margin: 0;
}

.categry li {
    border-right: 1px solid #4f4f4f;
}

.categry li:last-child {
    border: 0 none;
}

.pgmiddle li .panel-body {
    padding: 30px;
}

.pgmiddle li:nth-child(odd) .panel-body {
    background: #ffffff;
}

.pgmiddle li:nth-child(even) .panel-body {
    background: #e8e8e8;
}

.pgright .panel-heading {
    position: relative;
    background: #dadada;
    border-radius: 0;
}

.pgright .panel-title {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
}

.pgright .panel-title i {
    position: absolute;
    right: 8px;
}

.pgright .panel-group .panel {
    border-radius: 0;
}

.pgright .panel-default>.panel-heading {
    color: #7c7c7c;
}

.brdetails .categry li,
.brdetails .pricenote li {
    border-left: 0 none;
    border-top: 0 none;
    border-bottom: 0 none;
}

.brdetails li {
    border: 1px solid #ccc;
}

.brdetails li:nth-child(even) {
    background: #ffffff;
}

.brdetails li .well h4 {
    color: #373737;
    font-size: 17px;
    line-height: 24px;
    display: block;
}

.brdetails li .well {
    background: #ffffff;
    border: 0 none;
    margin: 0;
}

.brdetails textarea {
    /* background: #f1f1f1 url(../images/textarea-bgline.jpg) repeat-y scroll top center / contain;
    font-size: 19px;
    line-height: 42px;
    padding: 4px 10px;
    font-weight: 700; */
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 20px;
    resize: vertical;
    font-size: 19px;
    line-height: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    background: url('../images/notebook.png');
}

.brdetails .group-span-filestyle input[type="file"] {
    opacity: 0;
    padding: 13px 0;
    position: relative;
    width: 100px;
    z-index: 9;
}

.brdetails .group-span-filestyle .btn {
    background: rgba(185, 185, 185, 0.4);
    color: #464646;
    font-size: 16px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    border-radius: 6px !important;
    font-weight: normal;
}

.brdetails .group-span-filestyle label span {
    font-size: 20px;
    line-height: 26px;
    color: #828282;
    margin: 0 7px 0 0;
}

.brdetails .text-warning {
    color: #e17716;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: bold;
}

.brdetails .form-group .form-label {
    font-size: 18px;
    line-height: 24px;
    color: #464646;
    margin: 0 0 0;
    display: block;
}

.brdetails .form-group .form-control {
    background: #F2F2F2;
    border-radius: 8px;
}

.brdetails .form-group label {
    color: #464646;
    font-size: 16px;
    line-height: 22px;
}

.brdetails .psign {
    color: rgba(70, 70, 70, 0.7);
    float: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    right: -14px;
}

.brdetails .qry {
    color: rgba(70, 70, 70, 0.7);
    float: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -16px;
}

.csselect i {
    color: #d7a284;
    font-size: 22px;
    line-height: 35px;
    position: absolute;
    right: 8px;
    top: 0;
}

.csselect {
    position: relative;
}

.csselect select {
    background: #f2f2f2;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.rightpg .panel-title {
    color: #7c7c7c;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.rightpg .showprofile .panel-title,
.showprofile .panel-title {
    color: #3a66a5;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.rightpg .panel-default .panel-heading {
    background: #dadada;
}

.rightpg .panel-default {
    border: 2px solid #e5e5e5;
}

.rating li {
    padding: 0;
}

.rating .active i {
    color: #626262;
}

.rating i {
    color: #a09d9d;
    font-size: 16px;
    line-height: 22px;
}

.primage {
    background: #c4c4c4;
    border: 4px solid rgba(255, 119, 22, .39);
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-box-shadow: 9px 0 10px -8px #000000 inset;
    box-shadow: 9px 0 10px -8px #000000 inset;
}

.rightpg h4 {
    font-size: 20px;
    line-height: 26px;
    color: #404040;
    margin: 0 0 5px;
    display: block;
    font-weight: bold;
}

.rightpg .dropdown-menu {
    background: #000000 none repeat scroll 0 0;
    left: -440px;
    padding: 15px;
    position: absolute;
    top: 0;
}

.rightpg .dropdown-menu li {
    color: #ffffff;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
    font-weight: normal;
}

.rightpg .dropdown-menu p {
    display: inline-block;
}

.rightpg .dropdown-menu span {
    color: #ff7a00;
}

.rightpg .dropdown-menu::before {
    border-bottom: 31px solid transparent;
    border-left: 62px solid #000;
    border-top: 32px solid transparent;
    content: "";
    height: 65px;
    position: absolute;
    right: -39px;
    top: 36px;
    z-index: 0;
}

.rightpg .dropdown {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.rightpg .dropdown:last-child {
    border-bottom: 0 none;
}

.rightpg .dropdown:hover {
    background: #dfdfdf;
}

.rightpg .pagination .active a {
    background: #ff5c00;
    border-color: #ff5c00;
}

.tptitle {
    background-color: #d8d8d8;
    color: #000;
    margin: 0;
    padding: 31px 0;
    text-align: center;
}

.tptitle small {
    color: inherit;
    display: block;
    margin: 5px 0 0;
}

.caticogal {
    background: #ffffff url("../images/new-cat-bg.png") no-repeat scroll center center / 100% auto;
    height: 1012px;
    margin: 0 auto;
    position: relative;
    width: 742px;
}

.catbx.mdl {
    height: 200px;
    left: 5px;
    margin: 0 auto;
    position: relative !important;
    top: 405px;
    width: 200px;
}

.catbx {
    background: #ffffff;
    position: absolute;
    height: 150px;
    width: 150px;
    padding: 13px;
    border: 13px solid #fe7900;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 5px #ffb26e;
    box-shadow: inset 0 0 0 5px #ffb26e;
}


/*
border-top: 23px solid #c86001;
border-bottom: 23px solid #fe7900;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-position: 0 0, 100% 0;
background-repeat: no-repeat;
-webkit-background-size: 20px 100%;
-moz-background-size: 20px 100%;
background-size: 20px 100%;
background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}
.catbx2 {
    border-top: 3px solid black; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent)); background-image: -webkit-linear-gradient(#000, transparent); background-image: -moz-linear-gradient(#000, transparent), -moz-linear-gradient(#000, transparent); background-image: -o-linear-gradient(#000, transparent), -o-linear-gradient(#000, transparent); background-image: linear-gradient(#000, transparent), linear-gradient(#000, transparent); -moz-background-size: 3px 100%; background-size: 3px 100%; background-position: 0 0, 100% 0; background-repeat: no-repeat; }
*/

.graybgnew {
    background-color: #eff3f4;
    padding: 20px 0;
}

.catbx p {
    color: #646464;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 32%;
}

.icobx1 {
    left: 39.8%;
    top: 185px;
}

.icobx2 {
    right: 125px;
    top: 254px;
}

.icobx3 {
    right: 50px;
    top: 41.5%;
}

.icobx4 {
    bottom: 25.5%;
    right: 128px;
}

.icobx5 {
    bottom: 50px;
    left: 38.4%;
}

.icobx5 {
    bottom: 179px;
    left: 39.4%;
}

.icobx6 {
    bottom: 257px;
    left: 15.5%;
}

.icobx7 {
    left: 44px;
    top: 42.5%;
}

.icobx8 {
    left: 118px;
    top: 256px;
}

.bottomnews {
    padding: 20px 0;
}

.bottomnews p {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin: 0 0 15px;
}

.next-go-to2 a {
    background: #ececec;
    border: 2px solid rgb(255, 113, 15);
    border-radius: 8px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0;
    padding: 10px 28px;
}

.srtabout h3 {
    color: #000;
}

.srtabout p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
}

.sortbox {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.sortbox i {
    margin: 0 5px 0 0;
}

.sortbox li {
    border-right: 1px solid #666;
}

.sortbox li:last-child {
    border: 0 none;
}

.fbbox span {
    max-height: 500px;
    overflow: auto !important;
    width: 350px !important;
}

.fbbox span iframe {
    width: auto !important;
}

.prcontent {
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}

.prcontent::after {
    border-right: 1px solid #dee5e7;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
    width: 1px;
}

.prcontent .panel-title {
    font-size: 24px;
    line-height: 30px;
}

.prcontent .panel-body {
    font-size: 18px;
    line-height: 30px;
    word-wrap: break-word;
}

.prcontent .panel-body strong {
    display: block;
}

.prcontent .panel {
    margin: 0 0 30px;
}

.whitebg {
    background-color: #ffffff;
}

.prright {
    padding: 20px;
}

.skilllist li {
    background-color: #eaeded;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin: 0 0 3px;
}

.csswitch {
    background-color: #f87d24;
    position: relative;
    top: 7px;
}

.prright li {
    color: #595959;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 8px;
}

.staret .active i {
    color: #3a66a5;
}

.staret i {
    color: #afb0b0;
}

.staret li {
    padding: 0 !important;
}

.form-control.csinput {
    float: left;
    margin: 0 6px 0 0;
    max-width: 160px;
}

input[type="file"].form-control {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.editprofile textarea.form-control {
    height: 150px;
}

.group_section {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e0e0e0;
    -webkit-box-shadow: 0 0 0 1px #e0e0e0;
    -moz-box-shadow: 0 0 0 1px #e0e0e0;
    -ms-box-shadow: 0 0 0 1px #e0e0e0;
    -o-box-shadow: 0 0 0 1px #e0e0e0;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 20px;
}

.postresult {
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 10px;
}

.gigpost {
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 15px;
}

.post_title {
    color: #A03A00;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}

.postname,
.cmt_title,
.client_name {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
}

.postresult p {
    color: #A03A00;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 6px 15px;
}

h2.pagename,
h3.pagename,
p.pagename,
.pagename {
    color: #494949;
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
    padding: 0;
}

.straret li.active i {
    color: #3a66a5;
}

.straret i {
    color: rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 7px;
    margin: 5px 1px;
}

.gigpost .srt_pst_desc {
    font-size: 13px;
    line-height: 19px;
    margin: 8px 0;
}

.srt_pst_desc li:first-child {
    border-left: 0 none;
    padding-left: 5px;
}

.srt_pst_desc li {
    border-left: 1px solid #ccc;
    padding: 0 9px;
}

.nopadd {
    padding: 0 !important;
}

ul.smrate li.active {
    background: #3a66a5;
}

.myprofile .smrate li {
    margin: 2px;
}

ul.smrate li {
    height: 12px;
    margin: 0 4px 0 0;
    width: 12px;
}

ul.smrate li {
    background: rgba(0, 0, 0, 0.20);
    height: 14px;
    margin: 0 1px 0 0;
    width: 14px;
}

.straret ul li {
    padding: 0;
}

.ratncomment,
.postcomment {
    margin: 10px 0 0;
}

.prcontent .carousel-control {
    top: 17%;
}

.imico {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: url("../images/arrow-bg.png") !important;
    background-origin: padding-box !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    color: transparent;
    display: block;
    height: 102px;
    text-indent: -1000px;
    width: 47px;
    overflow: hidden;
}

.carousel-control.right .imico {
    background-image: url("../images/arrow-bg-right.png") !important;
    position: absolute;
    right: 0;
}

.prcontent .carousel-control.left,
.carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 10%;
    width: 25%;
}

.hirebtn {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    /*
background-color:rgba(0,0,0,0.2);*/
    text-align: right;
}

.pgmiddle li .panel-body:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.brdetails li .panel-body:hover {
    background-color: #ffffff;
}

.hirebtn a {
    background-color: #3a66a5;
    border: 1px solid #3a66a5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    text-align: center;
}

.pgmiddle li {
    position: relative;
    font-size: 17px;
    margin-bottom: 5px;
}

.pgmiddle li:hover .hirebtn {
    display: block;
}

.pgmiddle .freelname {
    margin: 0 0 10px;
}

.frlimg {
    max-width: 200px;
    margin: 0 auto;
}

.minh600 li a {
    min-height: 600px;
}

.termifo h1 {
    text-align: center;
    display: block;
    color: #FF9C00;
}

.subtitle::after {
    border-bottom: 2px solid #ff9c00;
    content: "";
    display: block;
    margin: 5px 0 0;
}

.termifo h3 {
    color: #222222;
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    text-align: left;
}

.termifo h3::after {
    border-bottom: 2px solid #ff9c00;
    content: "";
    display: block;
    margin: 5px 0 0;
}

.subtitle {
    color: #222222;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}

.termifo {
    box-shadow: 0 0 9px 0 #cccccc;
    -webkit-box-shadow: 0 0 9px 0 #cccccc;
    -o-box-shadow: 0 0 9px 0 #cccccc;
    -moz-box-shadow: 0 0 9px 0 #cccccc;
    -ms-box-shadow: 0 0 9px 0 #cccccc;
    padding: 20px;
}

.termmember p,
.termifo p {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #767676;
    font-family: "Abel", sans-serif;
}

.jbtype h2 {
    color: #ff9c00;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.jbtype h2 span {
    color: #222222;
    float: right;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
}

.jbtype label {
    font-size: 15px;
    line-height: 21px;
    color: #141414;
}

.jbtype ul {
    height: 300px;
    overflow: auto;
    padding: 10px 0 0;
}

.addition {
    color: #414141;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px 0;
}

.addition span {
    color: #434343;
    display: inline-block;
    float: right;
}

.bgtable table {
    background-color: #c7c7c7;
}

.bgtable-left table {
    background-color: #e1e1e1;
}

.btncenter {
    text-align: center;
}

.btncenter .list-inline {
    display: inline-block;
    padding: 0 0 30px;
}

.left_box {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e0e0e0;
    margin: 20px 0 0;
    padding: 20px;
}

.addpot_titlebx {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.portfolio_title {
    color: #333;
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    text-align: left;
}

.bcportadd {
    background: #3a66a5 none repeat scroll 0 0;
    padding: 6px 12px;
    color: white;
}

.showentry {
    border-bottom: 1px solid #ccc;
    padding: 11px 0 0;
}

.bcnopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.showentry label {
    margin: 7px 0 0;
}

.bcnopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

showentry .naformselect {
    background-color: #fff;
    background-size: 12px auto;
    border: 1px solid #006db9;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 12px;
    padding: 4px 5px;
    width: 99%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input.form_bend {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #F37825;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 5px;
    width: 100%;
}

.table_hedding {
    background: #F37825 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.custom_table td,
th {
    color: #fff;
    font: 14px/21px "Roboto", sans-serif;
    padding: 6px;
    text-align: left;
}

.editndelete button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    margin: 0;
    padding: 0;
}

.editndelete i {
    color: #666;
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 0 14px;
    padding: 0;
}

.port_image {
    max-width: 150px;
}

.csbox {
    background-color: #ffffff;
    border: 0 none;
    box-shadow: none;
    left: -20px;
    min-height: 630px;
    padding: 0;
    position: absolute;
    width: 1140px;
    z-index: 999;
}

.portfolio .project-form .form-group i {
    top: 0;
    right: 24px;
}

.modal-header {
    border-bottom: 0 none;
    min-height: inherit;
    padding: 0;
}

.modal-header .close {
    color: #fff !important;
    display: block;
    font-family: "Abel", sans-serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 55px;
    margin-top: 0;
    opacity: 1;
    padding: 0 10px 0 0;
    position: relative;
}

.modal.in .modal-dialog {
    transform: translate(0px, 30%);
}

.styleinput .form-group .csinput i {
    top: 60px;
    padding-right: 9px;
}

.panel-warning.wpanel {
    border-color: #3a66a5;
}

.panel-warning.wpanel>.panel-heading {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #fff;
}

.panel-warning.wpanel>.panel-heading h1,
.panel-warning.wpanel>.panel-heading h3,
.panel-warning.wpanel>.panel-heading h4,
.panel-warning.wpanel>.panel-heading h5,
.panel-warning.wpanel>.panel-heading h2 {
    margin: 0;
}

.wpanel p {
    color: #454545;
    font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}

.wpanel p:first-child {
    margin-top: 0;
}

.plink {
    color: #F26F25;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.plink:hover {
    color: #000;
}

.table_hedding_bg {
    background-color: #3a66a5;
}

.notp {
    border: 1px solid #f1f1f1;
    padding: 25px 20px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08) inset;
}

.meblist li ul li {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 100px;
}

.meblist p {
    color: #6f6f6f;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 20px;
}

.message_title {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #787878;
}

.meblist .panel-title {
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.meblist .panel-danger>.panel-heading {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #fff;
}

.meblist .panel-danger {
    border-color: #3a66a5;
}

.jbname {
    margin: 0;
    padding: 10px;
    font-size: 20px;
    line-height: 26px;
    color: #3a66a5;
}

.viewjbin {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) inset;
    padding: 30px;
}

.shwmsgbox {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.messageenter textarea {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(138, 138, 138);
    font-weight: bold;
    padding: 18px;
    height: auto;
    border-radius: 10px;
    line-height: 21px;
    margin: 15px 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.adattach {
    font-size: 20px;
    display: block;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
    color: #444444;
}

.adattach i {
    margin: 0 5px 0 0;
}

.attachtext {
    font-size: 15px;
    line-height: 21px;
    color: #888888;
    display: block;
    margin: 10px 0;
    padding: 0;
}

.topmsgbg {
    background: #3a66a5;
}

.topmsgbg .para {
    color: #fff;
    padding: 0;
}

.para {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.messagelist,
.msg_sm_list {
    list-style-type: none;
    padding: 0;
}

.messagelist li {
    display: block;
    margin: 0px;
    padding: 10px;
}

.messagelist li .msg_sm_list li {
    padding-left: 15px;
    padding-right: 15px;
}

.messagelist .msg_sm_list li:nth-child(even) {
    background: none;
}

.messagelist .msg_sm_list li:nth-child(odd) {
    background: none;
}

.messagelist li:nth-child(even) {
    background: #eee;
}

.messagelist li:nth-child(odd) {
    background: #fff;
}

.messagelist {
    border: 1px solid #ccc;
}

.flter {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0;
    padding: 0;
    display: block;
    color: #fff;
}

.byp {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0;
    display: block;
    color: #fff;
}

.showfilter {
    border: 1px solid #ccc;
}

.showfilter,
.showfilter p {
    background-color: #fff;
    color: #000 !important;
    padding: 4px 10px;
}

.showfilter .panel-body .fdiv {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0;
}

.showfilter .next-go-to {
    margin: 15px 0 0;
}

.fdiv input[type="checkbox"] {
    margin: 0 !important;
}

.filteratt {
    background-color: #3a66a5;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    text-align: right;
    width: 100%;
}

.filteratt:hover {
    color: #fff;
}

.filteratt i {
    margin-left: 5px;
}

.cllist li {
    color: #a03a00;
    font-size: 15px;
    line-height: 19px;
}

.rglist li {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0;
    padding: 0;
}

.clientlist .panel-heading h1,
.clientlist .panel-heading h2,
.clientlist .panel-heading h3,
.clientlist .panel-heading h4,
.clientlist .panel-heading h5,
.clientlist .panel-heading h6 {
    margin: 0;
}

.yrclient {
    color: #757575;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin: 10px 0;
    text-align: center;
}

.imgcl {
    margin: 20px auto;
    overflow: hidden;
    width: 140px;
}

.clientlist .panel-danger>.panel-heading {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #fff;
}

.clientlist .panel-danger {
    border-color: #3a66a5;
}

.joblist li {
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 0;
    position: relative;
}

.joblist li:hover {
    border-color: #3a66a5;
}

.joblist li ul li {
    background: none;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    margin: 0;
}

.joblist li ul.categry li {
    border-right: 1px solid #4f4f4f;
    padding: 0 3px;
}

.joblist li ul.categry li:last-child {
    border: 0 none;
}

.manage {
    position: absolute;
    right: 16px;
    top: 15px;
}

.manage a {
    background-color: #3a66a5;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 24px;
    opacity: 1;
    padding: 4px 10px;
    box-shadow: inset 0 0 0 0 #3a66a5;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.manage a:hover {
    box-shadow: inset 600px 0 0 0 #3a66a5;
    -o-box-shadow: inset 600px 0 0 0 #3a66a5;
    -moz-box-shadow: inset 600px 0 0 0 #3a66a5;
    -ms-box-shadow: inset 600px 0 0 0 #3a66a5;
    -webkit-box-shadow: inset 600px 0 0 0 #3a66a5;
    color: #ffffff;
    text-decoration: none;
}

.manage a i {
    margin: 0 0 0 5px;
}

.managdiv {
    background-color: #ff710f;
    position: absolute;
    right: 0;
    top: 33px;
    width: 200px;
    z-index: 99;
}

.joblist h2 {
    /* border-bottom: 1px solid #e3e3e3; */
    color: #8a634d;
    display: block;
    font-size: 21px;
    line-height: 29px;
    margin: 0 0 16px;
    min-height: 50px;
    padding: 0 0 18px;
    text-transform: uppercase;
}

.mgnote {
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
}


/*.mgnote select {
border:1px solid #ff710f;
background-color:#ff710f;
font-size:16px;
line-height:22px;
color:#fff;
}*/

.mgnote {
    border: 1px solid #3a66a5;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mgnote li p span {
    font-weight: bold;
}

.mgnote li p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 3px 0;
}

.mgnote li {
    border-right: 1px solid #3a66a5;
    padding: 3px 6px;
}

.mgnote li:last-child {
    float: right;
    padding: 0;
    border-right: 0 none;
    width: 160px;
}

.joblist ul {
    margin: 0;
}

.joblist ul.stats {
    margin: 10px 0 0 0;
}

.stats a {
    font-weight: normal;
}

.client .categry {
    margin-top: 15px;
}

.permnce p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.feedlist ul {
    list-style-type: none;
    font-size: 13px;
    line-height: 19px;
    margin: 8px 0;
}

.feedlist ul li {
    border-left: 1px solid #ccc;
    padding: 0 5px;
    font-size: 14px;
    color: #363636;
}

.feedlist ul li:first-child {
    border: 0 none;
    padding-left: 0;
}

.feedlist select {
    border: 1px solid #3a66a5;
    padding: 5px 0;
}

.styleinput .form-group [class*="col-"] i {
    right: 27px;
    top: 1px;
}

.styleinput.feed select {
    height: 47px !important;
}

.styleinput.feed .form-group [class*="col-"] i {
    line-height: 49px;
    top: 0;
}

.titleh3::after {
    border-bottom: 1px solid #ccc;
    content: "";
    display: block;
    margin: 17px auto 0;
    width: 50%;
}

.titleh3 {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.resfeed {
    background-color: #f87d24;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    margin: 10px 0;
    color: #fff;
}

.prfeed {
    color: #3a66a5;
    display: block;
    text-decoration: none;
}

#showfeedback.modal.in .modal-dialog {
    transform: translate(0px, 11px);
}

.nav-pills>li.active>a {
    background-color: #f87d24;
}

.intop {
    background-color: rgba(0, 0, 0, 0.1);
}

.intop ul {
    margin: 0;
}

.intop ul li:first-child {
    padding-left: 0;
}

.intop a {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #333333;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 6px 8px;
}

.intop i {
    margin: 0 5px 0 0;
}

.intop a:hover {
    background-color: #3a66a5;
    color: #fff;
}

.intop .checkbox {
    display: inline-block;
    margin: 0;
}

#inbox2 a {
    color: #3a66a5 !important;
}

.intop .sortby select {
    background-color: transparent;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    width: 140px;
    border-top: 0 none;
    border-left: 0 none;
    border-bottom: 0 none;
}

.inboxleft h3 {
    background-color: #919191;
    color: #fff;
    margin-top: 0;
    padding: 10px;
}

.intop .sortby .form-group i {
    right: 0;
}

.msg {
    background-color: #0A9AD1;
}

.invc {
    background-color: #B200EC;
}

.paymnt {
    background-color: #89D110;
}

.gpsal {
    background-color: #FF9615;
}

.cterm {
    background-color: #8C2100;
}

.tnvt {
    background-color: #fefe44;
}

.feedbk {
    background-color: #2A3640;
}

.crd {
    background-color: #D74833;
}

.allty {
    background-color: #ffffff;
}

.inboxleft ul span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
}

.inboxleft ul li a {
    color: #141414;
    font-size: 15px;
    line-height: 22px;
}

.inboxleft ul li a i {
    display: block;
}

.inboxleft ul span {
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
}

.inboxleft ul li:nth-child(odd) {
    background-color: #d5d5d5;
}

.inboxleft ul li:nth-child(even) {
    background-color: #e6e6e6;
}

.msglist ul span {
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
}

.msglist .list-inline {
    margin: 10px 0;
}

.msglist .list-inline li {
    font-size: 15px;
    line-height: 21px;
    color: #515151;
}

.msglist .list-inline li i {
    color: #3a66a5;
    margin: 0 5px 0 0;
}

.msglist .checkbox {
    display: inline-block;
    float: right;
    margin: 1px 0 0;
    text-align: right;
}

.msglist li {
    padding: 10px 15px;
}

.msglist li ul li {
    padding: 0;
}

.msglist li:nth-child(odd) ul li {
    background-color: transparent;
}

.msglist li:nth-child(even) ul li {
    background-color: transparent;
}

.msglist li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.msglist li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}

.titlemsg {
    color: #8a634d;
    display: block;
    font-size: 21px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
}

.msglist li.active .titlemsg {
    color: #000000;
}

.btitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 10px;
}

.meblist li ul.gilist li {
    border: 0 none;
    color: #747474;
    font-size: 16px;
    line-height: 22px;
    width: auto;
}

.meblist li ul.gilist li strong {
    display: block;
}

.uploadfile {
    position: relative;
    width: 100px;
}

input.upfile[type="file"] {
    margin: 4px 0 0 0;
    opacity: 0;
    padding: 3px 0;
    position: relative;
    z-index: 2;
}

.dtbox .btn {
    margin: 0 15px 7px;
}

.uploadfile label {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.cancel {
    background: #666 none repeat scroll 0 0;
    border: 1px solid #666;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
}

.attachtext {
    border-bottom: 1px solid #ccc;
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px 5px;
    padding: 7px;
    width: auto;
    text-align: left;
    word-wrap: break-word;
}

.attachtext a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}

.clear {
    clear: both;
}

.continuebtn {
    background-color: #FF710F;
    border: 1px solid #FF710F;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 15px 7px;
    padding: 8px 10px 6px;
    text-transform: uppercase;
}

.meblist li ul.ullist li {
    display: block;
    width: auto;
    border: 0 none;
}

.next-go-to.margn {
    margin: 0 0 10px;
}

.srtdtlist li strong {
    display: block;
}

.srtdtlist li {
    color: #141414;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
}

.paybx p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #141414;
}

.paybx::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;
    height: 100%;
    width: 1px;
    content: "";
}

.viewjbtab .tab-content {
    border: 1px solid #3a66a5;
    padding: 7px;
}

.viewjbtab .nav-tabs>li a {
    font-size: 20px;
    line-height: 26px;
}

.viewjbtab .nav-tabs>li.active>a {
    border-bottom-color: transparent!important;
    background-color: #3a66a5 !important;
    color: #fff;
}

.styleinput .form-group input.logdesk {
    padding-right: 73px;
}

.bredcrumlist li {
    text-align: center;
    padding: 16px 25px 10px;
}

.bredcrumlist li span {
    background-color: #f2f2f2;
    border-radius: 100%;
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.05), inset 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.05), inset 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.05), inset 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.05), inset 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.05), inset 0 0 5px 0px rgba(0, 0, 0, 0.1);
    color: #3a66a5;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    height: 50px;
    margin: 0 0 20px;
    padding: 6px 0;
    width: 50px;
}

.bredcrumlist li p {
    background-color: #f1f1f1;
    border-radius: 5px;
    color: #646464;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 10px;
    margin: 0;
}

.bredcrumlist li.active span {
    background-color: #3a66a5;
    color: #fff;
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.07);
}

.bredcrumlist li.active p {
    color: #000;
}

.bredcrumlist {
    text-align: center;
}

.bredcrumlist .list-inline {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 36px;
    padding-left: 0;
    padding-top: 20px;
}

.panel-warning.newsrt>.panel-heading {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #fff;
}

.panel-warning.newsrt {
    border-color: #3a66a5;
}

.panel-warning.newsrt>.panel-heading h4 {
    margin: 0;
}

.srttitl {
    margin: 0;
    padding: 0 0 10px;
}

.jobsortview ul li {
    padding: 10px;
    margin: 10px 0;
}

.jobsortview ul li ul li {
    background-color: transparent !important;
    padding: 0 5px;
    margin: 0;
}

.jobsortview ul li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.jobsortview ul li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}


/* .jobsortview {
height: 586px;
overflow: auto;
} */

.back-invite label {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: bold !important;
    line-height: 34px;
}

.styleinput.nolabel .form-group i {
    top: 0;
}

.next-go-to input,
.next-go-to a,
.prev-cancle a {
    padding: 10px 26px;
}

.payment-are {
    padding: 0;
}

.credit-are p,
.wpanel table p {
    margin: 0;
}

.full-black-bg {
    background-color: #000000;
    padding: 40px 0;
}

.full-gray-bg {
    background-color: rgb(239, 239, 239);
    padding: 40px;
}

.full-orange-bg {
    background-color: #3a66a5;
    padding: 40px;
}

.ineed a {
    background-color: #3a66a5;
}

.hwtitle {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.hwpara {
    color: rgb(0, 0, 0);
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.wwdist {
    background-color: rgb(239, 239, 239);
    margin: 30px -30px 10px;
    padding: 20px 0;
}

.wwdist h2 {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
}

.wwdist h2::after {
    border-bottom: 1px solid #000000;
    content: "";
    display: block;
    margin: 20px 0;
    padding: 0;
    width: 41px;
}

.wwdist h3 {
    color: #58666e;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.wwdist h3 strong {
    font-size: 30px;
}

.wwdist p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.thetext a.btn-warning {
    background-color: #3a66a5;
    border-color: #3a66a5;
    border-radius: 22px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-top: 20px;
    padding: 7px 23px;
}

.thetext a.btn-warning {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thetext a.btn-warning:hover {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.howitpage {
    margin: 4.2em 0 0;
}

.full-black-bg.thetext .hwpara {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 60px;
    max-width: 670px;
}

.hwpara span {
    display: block;
    margin: 30px 0 0;
}

.full-black-bg.thetext .hwtitle {
    color: rgb(214, 139, 45);
    font-size: 28px;
    line-height: 34px;
}

.full-gray-bg.thetext .hwtitle {
    font-size: 28px;
    line-height: 34px;
}

.full-gray-bg.thetext {
    padding: 100px 0 110px;
    text-align: center;
}


/** after login **/

.inermenu {
    margin: 2em 0 1.5em;
}

.inermenu .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 22px;
}


/*.inermenu .navbar-nav > li > a:hover {
color: white;
}*/

.inermenu .dropdown-menu>li>a {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
}

.inermenu .dropdown-menu .divider {
    margin: 0;
}

.inermenu .navbar-nav>li>.dropdown-menu {
    padding: 0;
}

.cspost {
    margin: 0.8em 0;
}

.cspost .btn-warning {
    background-color: #3a66a5;
    border-color: #3a66a5;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    box-shadow: inset 0 0 0 0 #3a66a5;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
    border-radius: 10px;
}

.cspost .btn-warning:hover {
    background-color: #fad733;
    border-color: #fad733;
    box-shadow: inset 600px 0 0 0 #F6931E;
    -o-box-shadow: inset 600px 0 0 0 #F6931E;
    -moz-box-shadow: inset 600px 0 0 0 #F6931E;
    -ms-box-shadow: inset 600px 0 0 0 #F6931E;
    -webkit-box-shadow: inset 600px 0 0 0 #3a66a5;
    color: #ffffff;
    text-decoration: none;
}

.afterlogin .step-content {
    padding: 0 0 4em;
}

.afterlogin .newpagewrap {
    padding: 3.2em 0 4em;
}


/** end after login **/

.styleinput .radio label.lhead {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    padding: 0;
}

.newpagewrap {
    padding: 9.5em 0 4em;
}

.newpagewrap .step-content {
    padding: 0;
}

.portmenu ul>li>a {
    border-radius: 4px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
}

.portmenu .navbar-nav>li>a:hover,
.portmenu .navbar-nav>li.active>a {
    background-color: #3a66a5 !important;
    color: #fff;
}

.group_section .xsdiv {
    width: 90px;
}

.group_section .xsdiv2 {
    margin: 0 0 10px;
    width: auto;
}

.feturlist li {
    margin: 20px 0;
    display: block;
}

.feturlist li:first-child {
    margin-top: 0;
}

.feturlist li img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.feturlist h2 {
    font-size: 24px;
    line-height: 30px;
    color: #f47921;
    margin: 0;
}

.feturlist p {
    font-size: 14px;
    line-height: 20px;
    color: #161616;
    margin: 0;
}

.jobpostmain .project-form {
    max-width: inherit;
}

.dtbx .dl-horizontal dt {
    color: #db661f;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 0 15px;
    text-align: left;
}

.dtbx .dl-horizontal dd {
    color: #515151;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
}

.dtbx h3 {
    color: #454545;
    margin: 0 0 30px;
    padding: 0;
}

.dtbx .well {
    background-color: #fdfdfd;
}

.pgmiddle .fileshow,
.fileshow {
    width: 100%;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 22px;
    color: #151515;
    margin: 10px 0;
}

.panel-warning {
    border-color: #3a66a5;
}

.proposals .panel-warning>.panel-heading {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #fff;
}

.proposals .panel-warning>.panel-heading h1,
.proposals .panel-warning>.panel-heading h2,
.proposals .panel-warning>.panel-heading h3,
.proposals .panel-warning>.panel-heading h4,
.proposals .panel-warning>.panel-heading h5,
.proposals .panel-warning>.panel-heading h6 {
    margin: 0;
    text-transform: uppercase;
}

.modal-header h4,
.modal-enter-paypal-box {
    background: #3a66a5;
    border: medium none;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin-top: 0;
    padding: 15px;
    text-transform: capitalize;
}

.proposals .panel-warning>.panel-heading p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.lightgraybg {
    border-top: 1px solid #fff;
    padding: 30px 0;
}

.info .sortby {
    width: 180px;
}

.info .sortby i {
    right: 1px;
}

ul.info {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

ul.info p {
    color: #515151;
    font-size: 22px;
    line-height: 28px;
    margin: 2px 0;
}

.awrdedit img {
    margin: 10px auto;
}

.awrdedit a {
    color: #fff;
}

.proposals .frlimg {
    width: 129px;
}

.nopr {
    padding-right: 0 !important;
}

.nopl {
    padding-left: 0 !important;
}

.frbidoffer {
    background-color: #3a66a5;
    padding: 5px;
    margin: 10px 0 20px;
    position: relative;
}

.openproposal {
    background: rgba(0, 0, 0, 0) url("../images/open-proposal.png") no-repeat scroll center center / cover;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: relative;
    text-indent: -10000px;
    width: 60px;
}

.opendivwrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.frbidoffer p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px;
}

.freelancerbox a.bcportadd,
.freelancerbox .btn {
    color: #fff;
    display: block;
    margin: 5px 0;
    width: 100%;
}


/*.jobtile {
border-bottom: 2px solid rgba(255, 255, 255, 1);
border-radius: 5px;
box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2) inset;
-o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2) inset;
-ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2) inset;
color: #000;
display: block;
font-size: 26px;
line-height: 32px;
margin: 0 0 20px;
padding: 8px 20px;
text-transform: capitalize;
}*/

.clientdetails {
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2) inset;
    margin: 0 0 15px;
    padding: 15px;
}

.clientdetails li {
    color: #515151;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0;
}

.clientdetails li strong {
    margin: 0 5px 0 0;
}

.clientdetails h2 {
    margin: 0 0 10px;
}

.jobtile span {
    color: #393939;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.jbdetail p {
    margin: 3px 0;
}

.jbdetail {
    color: #151515;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    padding: 0;
}

.freelancerbox .proposaldesc {
    color: #151515;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    padding: 0;
}

.jdid {
    background-color: #3a66a5;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 5px 10px;
}

.jdid a {
    background-color: #3a66a5;
    color: #fff;
    border-radius: 3px;
    padding: 3px 15px;
}

.editndelete a {
    display: inline-block;
}

.csbox input[type="file"] {
    padding-right: 109px !important;
    width: 300px;
}

.categry i {
    color: #3a66a5;
}

.msglist ul.inbxlst {
    margin-left: 41px;
}

.brdetails .prop_txt li {
    list-style-type: none;
    border: 0 none;
}

.prop_txt li::before {
    background-color: black;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: -20px;
    position: absolute;
    top: 4px;
    width: 8px;
}

.brdetails .prop_txt {
    padding: 0 0 0 20px;
}

.proposaldesc p {
    margin: 15px 0 10px;
}

.bdrright {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.meblist ul.jbnotul li {
    width: auto;
}

.meblist .jbnotul {
    border: 1px solid #ccc;
    margin: 7px;
    padding: 0;
}

.meblist .jbnotul li:first-child {
    border: 0 none;
}

.meblist .jbnotul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border-top: 0 none;
    border-bottom: 0 none;
}

.fto .dl-horizontal dt {
    text-align: left;
}

.fto {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2) inset;
    margin: 0 7px;
    padding: 20px;
}

.table_hedding th {
    color: #fff;
}

.part-are select {
    background-position: calc(100% - 14px) calc(1em + 2px), calc(100% - 9px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.2em 3.5em;
    background-repeat: no-repeat;
}

.part-are select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mrbox {
    background-color: transparent;
    border: 6px solid #fff;
    border-radius: 100%;
    box-shadow: 1px 0 4px 2px rgba(0, 0, 0, 0.2);
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 140px;
    margin: 10px 0 0 0;
}

.mrtitle {
    background: #3a66a5;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 5px 20px;
}

.mrbox span {
    background-color: #3a66a5;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 23px;
    padding: 3px 0 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.dtpr h2::after {
    display: block;
    content: "";
    background-color: #3a66a5;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 197px;
}

.dtpr h2 {
    border-bottom: 1px solid #ccc;
    color: #515151;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
    text-align: left;
    display: block;
}

.dtpr p {
    color: #454545;
    font-family: "Abel", sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}

.cateqa ul li:last-child .panel,
.cateqa ul {
    margin: 0;
}

.list-inline.fmenu {
    color: #fff;
    list-style: outside none none;
    margin: 10px 0 4px;
    padding-left: 0;
}

.outerinput .form-control {
    background-color: #ffffff;
    padding: 10px;
    min-height: 47px;
}

.our-privecy .panel-body p {
    color: #404040;
    font-family: "Abel", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.registrationpage input[type="file"] {
    background-image: none !important;
    width: 100%;
    word-wrap: break-word !important;
}

.display-xs p {
    padding: 0;
}

.inlineform input {
    width: 80px;
    float: right;
}

.inlineform label {
    width: auto;
    float: left;
    margin: 8px 0 0;
}

.rightform {
    float: left;
    width: 120px;
}

.leftform {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}


/* end uttam css*/

.button-area {
    margin: 0px auto;
}


/* Shahil start*/


/*//how it works//*/

.how-it-text-are {
    background: #f0f3f4;
    padding: 90px 0 188px 0;
}

.how-it-text {
    font-size: 34px;
    font-weight: 400;
    color: #ff6200;
    line-height: 45px;
    text-align: center;
    font-family: "Roboto condensed";
    margin-bottom: 66px;
}

.task-text {
    font-size: 34px;
    font-weight: bold;
    color: #707070;
    text-transform: uppercase;
    font-family: "Roboto condensed";
}

.font-arrow {
    font-size: 34px;
    color: #ff8900;
}

.how-it-text-are ul {
    text-align: center;
}

.how-it-text-are ul li {
    margin-right: 25px;
    display: inline-block;
    list-style: none;
}

.how-thinks {
    background: #ececec;
    padding: 72px 0 60px 0;
}

.how-thinks-text {
    text-align: center;
    color: #686767;
    font-family: "Roboto condensed";
}

.how-thinks-text h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.how-thinks-text h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: lowercase;
}

.post {
    background: #f0f3f4;
    padding: 50px 0 102px 0;
}

.post ul {
    padding: 0px;
    margin: 0 83px;
}


/*//membership*/

.our-membership {
    background: #fff;
    padding: 52px 0 70px 0;
}

.our-membership-text {
    text-align: center;
    color: #686767;
    font-family: "Roboto condensed";
}

.our-membership h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 50px 0 0;
}

.our-membership h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: none;
    line-height: 35px;
    margin-bottom: 102px;
}

.our-membership ul {
    padding: 0px;
    margin: 0px;
}

.our-membership .mcp {
    padding: 0 0 0 10px;
}

.our-membership .mcp li {
    list-style: outside none disc;
}

.adoncost {
    margin: 0 10px 0 0;
}

.our-membership ul li {
    list-style: none;
    color: #E17716;
}

.our-membership ul li a {
    display: block;
    box-shadow: 0px 2px 2px 2px rgb(199, 201, 202);
    padding: 1px 0;
}

.pay-if {
    background: #555555;
    padding: 1px 7px;
    text-align: center;
    font-family: "Roboto condensed";
}

.pay-if h1 {
    color: #fefefe;
    font-size: 25px;
    text-transform: capitalize;
}

.pay-if span {
    color: #ff9c00;
    font-size: 25px;
    text-transform: capitalize;
}

.doller {
    background: #dfdfdf;
    height: 75px;
    display: block;
    position: relative;
    padding-top: 16px;
}

.dol-cir-bg {
    background: #ff9c00;
    width: 100px;
    height: 100px;
    font-size: 70px;
    line-height: 97px;
    color: #dfdfdf;
    display: block;
    border-radius: 100%;
    margin: 0px auto;
    text-align: center;
    z-index: 1;
    position: relative;
}


/*.doller:after{
content: "";
display: block;
width: 0; 
height: 0; 
border-left: 130px solid transparent;
border-right: 130px solid transparent;
border-top: 72px solid #dfdfdf; 
position: absolute;
top: 75px;
left: 0px;
}*/

.our-membership .doller {
    width: 100% !important;
}

.doller:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    margin: auto;
    position: relative;
    top: inherit !important;
    bottom: 41px;
    display: block;
    content: "";
    border-width: 90px 128px 0;
    border-color: #dfdfdf transparent transparent transparent;
    line-height: 0px;
    _border-color: #e15915 #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#dfdfdf')
}

.serv {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ff9c00;
    border-top: 1px solid #ff9c00;
    border-bottom: 1px solid #ff9c00;
    margin-top: 102px;
    padding: 10px 10px;
    text-align: center;
}

.serv span {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #959595;
}

.serv-para {
    margin: 40px 15px;
}

.serv-para p {
    color: #555555;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
}

.our-membership ul li a:hover,
.our-membership ul li a.active {
    background: #555555;
}

.our-membership ul li a:hover .pay-if h1 span,
.our-membership ul li a.active .pay-if h1 span {
    color: #fefefe;
}

.our-membership ul li a:hover .doller,
.our-membership ul li a.active .doller {
    background: #dfdfdf;
}

.our-membership ul li a:hover .serv-para p,
.our-membership ul li a.active .serv-para p {
    color: #fefefe;
}

.our-membership ul li a:hover .serv,
.our-membership ul li a.active .serv {
    color: #959595;
    font-weight: 300;
}

.our-membership ul li a:hover .serv span,
.our-membership ul li a.active .serv span {
    color: #ff9c00;
    font-weight: bold;
}


/*//abut us//*/

.about {
    background: #f0f3f4;
    padding: 50px 0 82px 0;
}

.about-text {
    text-align: center;
}

.about-text h1 {
    font-size: 48px;
    color: #ff721a;
    font-weight: bold;
    text-transform: uppercase;
}

.about-text h2 {
    font-size: 30px;
    color: #686767;
    font-weight: bold;
    text-transform: uppercase;
}

.about-text h3 {
    font-size: 25px;
    color: #686767;
    font-weight: bold;
    text-transform: uppercase;
}

.img-underline {
    margin-bottom: 30px;
}

.gigrabars {
    background: #ececec;
    padding: 55px;
}

.logo-text {
    text-align: center;
}

.logo-text p {
    font-size: 20px;
    color: #636363;
    font-weight: 100;
    text-transform: lowercase;
    line-height: 32px;
    margin-top: 40px;
    font-family: "Roboto condensed";
}

.process-title {
    text-align: center;
}

.process-title h1 {
    font-size: 30px;
    color: #686767;
    font-weight: bold;
    text-transform: uppercase;
}

.process-title p {
    font-size: 20px;
    color: #686767;
    font-weight: 400;
    text-transform: lowercase;
}

.our-process {
    background: #f0f3f4;
    padding: 45px 0;
}

.icon-box {
    padding: 0px;
    margin-left: 0px;
    text-align: left;
}

.org-cir-bg {
    background: #fe7f30;
    width: 100px;
    height: 100px;
    font-size: 52px;
    line-height: 86px;
    color: #fff2eb;
    display: block;
    border-radius: 100%;
    margin: 0px auto;
    text-align: center;
    float: left;
    border: 10px solid #f8b287;
}

.icon-box h1 {
    font-size: 22px;
    font-weight: bold;
    color: #3b3b3b;
    text-transform: uppercase;
}

.icon-box h2 {
    font-size: 16px;
    font-weight: 400;
    color: #5e5f5f;
    text-transform: lowercase;
    line-height: 22px;
}

.our-process ul {
    padding: 0px;
    margin: 0 100px;
}

.list-underline {
    text-align: center;
    margin-top: 30px;
}

.want-btn {
    background: #ff721a;
    text-transform: uppercase;
    border: 2px solid #ff721a;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    position: relative;
    margin: 50px 62px 0px 0px;
    color: #fff2eb;
    box-shadow: 0 3px #1e1e1e;
    font-weight: bold;
}

.want-btn-are {
    text-align: center;
}


/*end 4.12.16*/

.mem-cir-bg {
    background: #9a9a9a;
    width: 100px;
    height: 100px;
    font-size: 36px;
    line-height: 86px;
    font-weight: bold;
    color: #fefefe;
    display: block;
    border-radius: 100%;
    margin: 0px auto;
    text-align: center;
    border: 10px solid #dfdfdf;
    text-transform: uppercase;
    margin-top: 228px;
    position: relative;
}

.mem-cir-bg:before {
    content: "";
    position: absolute;
    height: 110px;
    width: 1px;
    background: #ff9c00;
    bottom: 90px;
    left: 40px;
}

.mem-cir-bg:after {
    content: "";
    position: absolute;
    height: 110px;
    width: 1px;
    background: #ff9c00;
    top: 90px;
    left: 40px;
}

.regis-btn {
    background: #ff9000;
    text-transform: uppercase;
    border: 2px solid #ff9000;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    position: relative;
    margin: 50px 0 0px 0px;
    color: #fff2eb;
    box-shadow: 0 3px #1e1e1e;
    font-weight: bold;
}

.regis-btn-are {
    text-align: center;
}

.regis-btn-are a:hover {
    color: #fff;
}

.changing {
    background: #e6e6e6;
    padding: 35px 0;
    margin-bottom: 112px;
}

.changing-text {
    text-align: center;
}

.changing-text h1 {
    font-size: 30px;
    color: #ff9c00;
    font-weight: bold;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.changing-text p {
    font-size: 25px;
    color: #7d7d7d;
    font-weight: 400;
    font-family: 'Abel', sans-serif;
    text-transform: none;
}


/*//privecy plan//*/

.our-privecy {
    background: #f0f3f4;
    padding: 65px 0 50px 0;
}

.our-privecy-text {
    text-align: center;
    margin-bottom: 110px;
}

.our-privecy-text h1 {
    font-size: 30px;
    color: #686767;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.our-privecy-text p {
    font-size: 17px;
    color: #404040;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
}

.our-privecy-text span {
    font-size: 17px;
    color: #f68e1e;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
}

.panel-text {
    font-size: 22px;
    color: #3e3e3e;
    font-family: 'Abel', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding: 0 30px 0 0;
}

.our-privecy #accordion a em,
.our-privecy #accordion a i {
    position: absolute;
    right: 0;
}

.panel-bg {
    background: #cacaca;
    padding: 15px;
}

.task-icon {
    color: #707070;
    font-size: 30px;
    margin-right: 10px;
}

.want-btn-are a:hover {
    color: #fff;
}


/** add 27.04.2016 **/


/*//disputegigs//*/

.dispute-cont {
    background: #f0f3f4;
    padding: 20px 0 0;
    border-top: 1px solid #ffffff;
}

.dis-center-text {
    text-align: center;
}

.dis-center-text h1 {
    font-size: 30px;
    color: #3a66a5;
    text-transform: uppercase;
}

.dis-center-text p {
    font-size: 16px;
    color: #7b7c7d;
    line-height: 20px;
}

.dis-process {
    background: #fff;
    padding: 25px;
    margin-top: 50px;
}

.dis-process h1 {
    font-size: 30px;
    color: #ff721a;
    text-transform: uppercase;
    text-align: center;
}

.dis-process ul {
    padding: 0px;
    margin: 0px;
}

.dis-process ul li {
    list-style: none;
}

.list-text-are {
    font-size: 16px;
    color: #7b7c7d;
    line-height: 20px;
    border: 1px solid #ff721a;
    padding: 15px 25px 15px 117px;
    position: relative;
    margin-top: 20px;
}

.list-text-are:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 117px solid transparent;
    border-bottom: 149px solid transparent;
    border-left: 83px solid #ff721a;
    position: absolute;
    top: 0px;
    left: 0px;
}

.list-text-number {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 108px;
    left: 19px;
    z-index: 1;
}

.list-text-box {
    background: #ff9000;
    text-transform: capitalize;
    border: 2px solid #ff9000;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    position: relative;
    color: #fff2eb;
    margin-top: 30px;
}

.list-img-cir-are {
    margin-top: 30px;
}

.list-img-cir {
    background: none;
    width: 100px;
    height: 100px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100%;
    margin: 0px auto;
    font-size: 20px;
    color: #989898;
    border: 1px solid #ff9000;
    text-align: center;
    text-transform: capitalize;
    padding: 7px;
}


/*//file-a-request//*/

.file-a-containt {
    background: #f0f3f4;
    padding: 60px 0;
}

.refund-text {
    text-align: center;
}

.refund-text h1 {
    font-size: 30px;
    color: #ff721a;
    text-transform: uppercase;
}

.refund-text h2 {
    font-size: 20px;
    color: #ff721a;
    text-transform: uppercase;
    font-weight: bold;
}

.part-are {
    border: 1px solid #f0f0f0;
    padding: 10px 20px 30px 30px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.select-text {
    font-size: 22px;
    color: #d46e2f;
    margin-top: 20px;
}

.select-are {
    width: 300px;
    height: 30px;
    margin-top: 10px;
    border: 1px solid #aea6a6;
}

.radio-text {
    font-size: 18px;
    margin-top: 5px;
}

.text-are-field {
    margin-top: 10px;
    border: 1px solid #aea6a6;
}

.file-submit {
    background: #ff721a;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    margin: 15px 10px 0 0;
    font-weight: bold;
}

.file-cancell {
    background: #707070;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    margin: 15px 10px 0 0;
    font-weight: bold;
}


/*//email-setting//*/

.email-cont {
    background: #f0f3f4;
    padding: 60px 0;
    border-top: 1px solid #ffffff;
}

.message-are {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
}

.message-box {
    background: #3a66a5;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    text-transform: capitalize;
    text-align: center;
}

.email-text {
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
}


/*//accountsetting//*/

.account-cont {
    background: #f0f3f4;
    padding: 60px 0;
}

.payment-are {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
}

.payment-box {
    background: #3a66a5;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.credit-are {
    background: #f6f0f0;
    padding: 20px;
    margin: 20px 0;
}

.credit-are p {
    font-size: 16px;
    color: #000;
    display: inline;
}

.enter-card:focus {
    color: #fff;
}

.paybtn,
.enter-card {
    background: #707070 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
    padding: 7px 10px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #3a66a5;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.paybtn {
    padding: 7px 5px;
    font-size: 13px;
    line-height: 19px;
    margin: 3px 0;
}

.paybtn:hover,
.enter-card:hover {
    box-shadow: inset 600px 0 0 0 #3a66a5;
    -o-box-shadow: inset 600px 0 0 0 #3a66a5;
    -moz-box-shadow: inset 600px 0 0 0 #3a66a5;
    -ms-box-shadow: inset 600px 0 0 0 #3a66a5;
    -webkit-box-shadow: inset 600px 0 0 0 #3a66a5;
    color: #ffffff;
    text-decoration: none;
}


/*//enter-card-info//*/

.card-cont {
    background: #f0f3f4;
    padding: 60px 0;
}

.enter-credit-box {
    background: #ff721a;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    text-transform: capitalize;
    margin-top: 55px;
}

.enter-credit-are {
    background: #fff;
    border: 1px solid #707070;
    padding: 25px 30px;
}

.card-text {
    font-size: 20px;
    color: #707070;
    margin-top: 20px;
}

.card-text-field {
    width: 300px;
    height: 45px;
    border: 1px solid #707070;
    font-size: 18px;
    margin-top: 10px;
    background: #f7f7f7;
}

.select-field {
    width: 300px;
    height: 45px;
    border: 1px solid #707070;
    background: #f7f7f7;
    margin-top: 10px;
}

.card-para {
    background: #bfbfbf;
    border: 1px solid #7c7a7a;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.payment-btn {
    background: #ff721a;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
}


/*//transaction-history//*/

.transaction-cont {
    background: #f0f3f4;
    padding: 60px 0;
}

.table-are {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}

.table-are table {
    width: 790px;
}

.table-are th {
    background: #ff721a;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    text-transform: capitalize;
}

.table-are td {
    background: #f0f3f4;
    color: #000;
    font-size: 20px;
    padding: 10px 10px;
    text-transform: capitalize;
}


/*//withdraw-funds//*/

.withdrow-fund-box {
    background: #ff721a;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    text-transform: capitalize;
    margin-top: 40px;
}

.withdrow-fund-are {
    background: #fff;
    border: 1px solid #7c7a7a;
    padding: 10px 30px 30px 30px;
}

.withdrow-fund-are p {
    margin-top: 20px;
}


/*//updated about-us//*/

.about-cont {
    background: #3a66a5;
    padding: 102px 0 82px 0;
}

.about-text-are {
    text-align: center;
}

.about-text-are h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    letter-spacing: 0em;
    margin-bottom: 5px;
    line-height: 30px;
    font-weight: bold;
}

.about-text-are h1:after {
    content: "";
    position: relative;
    height: 1px;
    top: 0;
    width: 40px;
    background: #000;
    margin: 15px auto;
    display: block;
}

.about-text-are p {
    line-height: 1.6em;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: Abel;
    margin-top: 20px
}

.about-text-are span {
    color: #fff;
}

.whatwedo {
    background: #fff;
    padding: 40px 0 40px 0;
}

.what-we-do {
    background: #fff;
    padding: 62px 0 108px 0;
}

.what-we-text {
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.whatwedo .what-we-text::after {
    height: 2px;
    margin: 25px auto 0;
    width: 71px;
}

.whatwedo .what-we-text {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 40px;
}

.whatwedo h2 {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 24px;
    margin: 10px 0 36px;
    text-transform: uppercase;
}

.whatwedo .btn-default {
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 41px;
    min-width: 110px;
    padding: 9px 10px;
    color: #000000 !important;
}

.whatwedo .btn-default:hover {
    color: #ffffff !important;
    background-color: #000000;
}

.what-we-text:after {
    content: "";
    position: relative;
    height: 1px;
    width: 109px;
    background: #000;
    margin: 30px auto 0;
    display: block;
}

.apps-box {
    text-align: center;
    margin-top: 80px
}

.apps-box h1 {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    letter-spacing: -0.0em;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.apps-box p {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(87, 87, 87);
    letter-spacing: -0.0em;
    margin-top: 0px;
}

.apps-icon {
    font-size: 48px;
    color: #8A8A8A;
}

.modal-csm {
    max-width: 508px;
    margin: 30px auto;
}

ul.list-unstyled.filter-btn.full li a {
    width: 100%;
    margin: 5px 0;
}

.filter-btn input,
.filter-btn a {
    display: inline-block;
    background: rgb(255, 113, 15) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 20px;
    box-shadow: 0px 4px 0px rgb(84, 84, 84);
    text-transform: uppercase;
    margin-right: 7px;
    margin-top: 10px;
}

.frlong.modal.in .modal-dialog {
    transform: translate(0px, 1%);
}

.brdli {
    border-top: 1px solid #f47921;
}

.invclist {
    border: 1px solid #f47921;
    padding: 0;
}

.invclist li {
    list-style: none;
    padding: 10px 25px;
}

.invclist span {
    float: right;
}

.inv-notes h3 {
    font-size: 27px;
    color: #ff721a;
    text-transform: capitalize;
}

.inv-notes p {
    color: #58666e;
    line-height: 20px;
    font-size: 16px;
}

.date-txt {
    border: 1px solid #f47921;
    background: #f47921;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}

.date-are ul li {
    font-size: 20px;
    margin-bottom: 20px;
}

.tal-txt-are {
    width: 100%;
    height: 50px;
    border: none;
}

.pan-txt-are {
    width: 100%;
    height: 92px;
    border: none;
}

.forwhite .table>thead>tr>th {
    color: #fff;
}

.npara {
    margin-top: 200px;
}


/* end sahil  */

.desc-show-for-prop {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin: 0px 0px 20px;
}

.img-br-select p {
    font-size: 18px;
    line-height: 24px;
    color: #464646;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.if-errorrr {
    background: #3a66a5;
    color: rgb(255, 255, 255) !important;
    padding: 23px;
    border: 4px solid rgb(191, 191, 191);
    font-size: 20px !important;
    line-height: 32px !important;
}

.if-errorrr i {
    color: #FFFFFF !important;
    font-size: 37px !important;
    line-height: 63px !important;
}

.sortfreelncr {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 0 5px;
}

.inbxlst li {
    margin-left: 25PX;
}

.choseuser .gigs_search_final {
    margin: 0 3px;
}

.choseuser.modal.in .modal-dialog {
    transform: translate(0px, 242%);
}

.banner .post-gig-feild:hover {
    display: block !important;
}

.onlylogo .imglist figure {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}


/*#header img{
max-height: 95px;
margin-top: 5px;
}*/

.onlylogo .hovereffect .overlay {
    opacity: 1;
    transform: none;
}

.orange-a {
    color: #3a66a5;
}


/* 5.20.16*/

.notitle {
    background-color: #ED5F00;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 0;
    padding: 18px;
    text-transform: capitalize;
}

.modal-header.notitle .close {
    color: inherit !important;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 15px;
    top: -1px;
}

.txtlowercase {
    text-transform: none !important;
}

.banner .item img {
    margin-left: 0;
}

.banner .cs-check-fluid {
    padding: 0;
}

.imgfull img {
    width: 100%;
}

.minheight {
    min-height: 700px;
}

.sliddivtwo .cstep {
    margin-top: 71px;
    max-width: 900px;
}

.cstep .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    right: 0px;
    background: #3a66a5;
    opacity: 1;
}

.cstep .carousel-control {
    border: 1px solid #3a66a5;
    height: 44px;
    top: 0;
    width: 30px;
}

.cstep .carousel-control i {
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    line-height: 41px;
}

.cstep .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: 0px;
    background: #3a66a5;
    opacity: 1;
}

.top-step-content p,
.projectinfo p {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.projectinfo {
    border-radius: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 86px 0;
    width: 300px;
    position: relative;
    background: rgba(0, 0, 0, 0) url("../images/cate-choose-bg2.png") no-repeat scroll center center / 390px auto;
}

.projectinfo ul li {
    position: absolute;
}

.projectinfo ul li a.active p {
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
}

.countspoke ul li a.active p.thirdrow {
    margin: 10px 0 0;
    font-size: 12px;
}

.projectinfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.projectinfo ul li a.active {
    background-color: #21d59e;
    color: #fff;
}


/*.projectinfo {    
-webkit-animation:spin 1s linear ;
-moz-animation:spin 1s linear ;
animation:spin 1s linear ;
}*/

.category {
    /*background-color: #ff710f;
border: 4px solid #ffac72;*/
    background-color: #21d59e;
    border: 4px solid #33f3b8;
    border-radius: 100%;
    box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.5) inset;
    display: table;
    height: 125px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 0;
    width: 125px;
    vertical-align: middle;
}

.top-step-content .category p,
.projectinfo .category p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 34px 0;
    vertical-align: middle;
    display: table-cell;
    padding: 0 8px;
}

.projectinfo ul li a {
    background-color: #676767;
    border: 4px solid #33f3b8;
    border-radius: 100%;
    box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    height: 85px;
    overflow: hidden;
    padding: 0 4px;
    width: 85px;
}

.projectinfo ul li:nth-child(1) {
    left: 108px;
    top: -43px;
}

.projectinfo ul li:nth-child(2) {
    right: 0;
    top: 0;
}

.projectinfo ul li:nth-child(3) {
    bottom: 105px;
    right: -38px;
}

.projectinfo ul li:nth-child(4) {
    bottom: 0;
    right: 0;
}

.projectinfo ul li:nth-child(5) {
    left: 108px;
    bottom: -43px;
}

.projectinfo ul li:nth-child(6) {
    bottom: 0;
    left: 0;
}

.projectinfo ul li:nth-child(7) {
    bottom: 105px;
    left: -38px;
}

.projectinfo ul li:nth-child(8) {
    top: 0;
    left: 0;
}

.sliddivtwo .form-group {
    margin: 0 auto 30px;
    position: relative;
    width: 600px;
}

.sliddivtwo .top-step-content i {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: #a7a7a7;
    font-size: 30px;
    line-height: 58px;
    padding: 0 0 0 14px;
    position: absolute;
    right: 14px;
    top: 0;
    z-index: 0;
}

.post-gig-rela .inp-select::after {
    display: none;
}

.post-gig-rela .inp-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/select-bg.png");
    background-origin: padding-box;
    background-position: 102% top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.project-form .form-group select,
.styleinput select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../images/input-bg.png");
    background-origin: padding-box;
    background-position: 100% top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.project-form .form-group input,
.styleinput input {
    appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../images/input-type.png");
    background-origin: padding-box;
    background-position: 100% top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.project-form .form-group i,
.styleinput .form-group i {
    display: none;
}

.post-gig-feild .close:hover {
    background-color: #FE710F;
}

.post-gig-feild .close {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    height: 26px;
    line-height: 25px;
    opacity: 1;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
    width: 26px;
}

.pictup input[type="file"] {
    background-image: none;
    width: 100%;
}

.gigtemplateimg {
    background-color: #000;
    border-radius: 100%;
    height: 77px;
    overflow: hidden;
    padding: 12px 4px;
    width: 77px;
}

input[type="file"] {
    background-image: none !important;
}

.projectinfo.confirmpro {
    margin-top: 55px;
}


/*.ug-gallery-wrapper {
height: 400px !important;
margin: 0 auto;
}*/

.ug-slider-inner,
.ug-slider-wrapper,
.ug-grid-panel {
    height: 100% !important;
}

.sliderpan {
    margin: 20px 0 0 0;
}

.sliderpan .ug-item-wrapper img {
    display: block;
    height: auto !important;
    left: inherit !important;
    margin: 0 auto !important;
    max-height: inherit !important;
    max-width: 100% !important;
    min-height: inherit !important;
    position: relative !important;
    right: inherit;
    top: inherit !important;
    width: auto !important;
}

.propost {
    float: none;
}

.projectcircle {
    margin: 30px 0 70px;
}

.projectcls .projectinfo ul li a {
    height: 95px;
    width: 95px;
}

.projectinfo .projectinfo ul li:nth-child(1),
.projectinfo .projectinfo ul li:nth-child(5) {
    left: 102px;
}

.projectcls .progress-bar-warning {
    background-color: #FF710F;
}

.projectcls .progress-bar span {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.cstep.frfour .form-group {
    margin-bottom: 15px;
    margin-top: 15px;
}

.cstep.frfour {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.cstep.frfour.cstep2 li.radio {
    margin: 0 4px;
}

.frfour .list-inline {
    display: inline-block;
    margin: 0;
}

.bigs .projectinfo ul li:nth-child(6) {
    bottom: -22px;
    left: -22px;
}

.bigs .projectinfo ul li:nth-child(4) {
    bottom: -28px;
    right: -28px;
}

.bigs .projectinfo ul li:nth-child(8) {
    left: -24px;
    top: -28px;
}

.bigs .projectinfo ul li:nth-child(2) {
    right: -26px;
    top: -23px;
}

.bigs .projectinfo ul li:nth-child(7) {
    bottom: 123px;
    left: -77px;
}

.bigs .projectinfo ul li:nth-child(3) {
    bottom: 118px;
    right: -78px;
}

.bigs .projectinfo ul li:nth-child(5) {
    bottom: -79px;
    left: 122px;
}

.bigs .projectinfo ul li:nth-child(1) {
    left: 122px;
    top: -79px;
}

.bigs .projectinfo ul li a {
    height: 150px;
    width: 150px;
}

.bigs .projectinfo li p {
    margin: 0;
}

.bigs .category {
    height: 190px;
    margin: 16px auto 0;
    width: 190px;
}

.bigs .projectinfo {
    background-size: 485px auto;
    width: 390px;
    height: 390px;
}

.projectcircle.bigs {
    margin: 80px 0 100px;
}

.rightpg2 .dropdown-menu li {
    bottom: inherit !important;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    left: inherit !important;
    line-height: 24px;
    position: relative !important;
    right: inherit !important;
    text-transform: none;
    top: inherit !important;
}

.rightpg2 .dropdown-menu p {
    display: inline-block;
}

.rightpg2 .dropdown-menu {
    background: #000000 none repeat scroll 0 0;
    left: -440px;
    padding: 15px;
    position: absolute;
    top: 0;
}

.rightpg2 .dropdown-menu::before {
    border-bottom: 31px solid transparent;
    border-left: 62px solid #000;
    border-top: 32px solid transparent;
    content: "";
    height: 65px;
    position: absolute;
    right: -39px;
    top: 36px;
    z-index: 0;
}

.bigs .rightpg2 .dropdown-menu li a {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #ff710f;
    display: inline-block;
    height: auto;
    line-height: 11px;
    padding: 0 14px 0 0;
    width: auto;
}

.share .sbtn .st_sharethis_large::after {
    color: #fff;
    content: "SHARE";
    display: block;
    left: 27px;
    position: absolute;
    top: 11px;
}

.share .sbtn .st_sharethis_large {
    background: rgb(255, 113, 15) none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 4px 0 rgb(0, 0, 0);
    display: block;
    font-size: 22px;
    line-height: 28px;
    padding: 5px 36px;
    position: relative;
    text-transform: uppercase;
}

.share .sbtn .stLarge {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.fundinglist {
    padding: 0;
    margin: 15px 0;
}

.fundinglist ul {
    height: 140px;
    overflow: auto;
}

.fundinglist li {
    background: rgba(0, 0, 0, 0) url("../images/piggibank-small.png") no-repeat scroll left center / 18px auto;
    color: #515151;
    font-size: 14px;
    line-height: 20px;
    margin: 4px 0;
    padding: 10px 0 7px 26px;
}

.countspoke ul li a p.singlerow {
    margin: 50px 0 0;
}

.countspoke ul li a p.secondrow {
    margin: 42px 0 0;
}

.countspoke.countsmalldiv ul li a p.singlerow {
    margin: 30px 0 0;
}

.countspoke.countsmalldiv ul li a p.secondrow {
    margin: 17px 0 0;
}

.paratext label {
    color: #454544;
    font-size: 23px;
    line-height: 27px;
    margin: 0;
}

.paratext p {
    color: #454544;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.brdbottm::after {
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 20px auto;
    display: block;
    content: "";
}

.category.twoone p {
    margin: 40px 0 0;
}

.fundinglist ul:empty {
    display: none;
}

.projectinfo.countspoke ul li a.active {
    display: table;
}

.countspoke.countsmalldiv ul li a p {
    font-size: 12px;
}

.sociallogin p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.sociallogin li i {
    color: #3a3f51;
    font-size: 40px;
    margin: 6px 0 0;
}

.sociallogin li a:hover i.fa-facebook-square {
    color: #3B5998;
}

.sociallogin li a:hover i.fa-twitter-square {
    color: #F45D22;
}

.sociallogin li a:hover i.fa-linkedin-square {
    color: #0077B5;
}

.sociallogin li a:hover i.fa-google-plus-square {
    color: #DB4437;
}


/* end custom maedia an */

@media only screen and (max-width: 767px) {
    .nav-logo,
    .scrolling .nav-logo {
        width: 200px;
    }
    .navbar-header>button {
        padding: 16px 0 0;
    }
    .navbar-nav {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .navbar-nav>li>a {
        color: #FFF;
        text-transform: uppercase;
        padding: 12px;
        border: 0px;
        border-bottom: 1px solid #fff;
        font-family: 'Abel', sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        background: #3a66a5;
        display: block;
    }
    .nav>li {
        background: #3a66a5;
    }
    .navbar-nav>li>a:hover {
        border: 0px none;
    }
    .navbar-collapse {
        padding: 0px;
    }
    .scrolling .navbar-nav>li>a {
        line-height: 20px;
    }
}

.wwdist.text-center h2::after {
    margin-left: auto;
    margin-right: auto;
}

.hirebtm.btn-warning {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #ffffff !important;
}

.hirebtm.btn-warning:hover {
    background-color: #3a66a5;
    border-color: #3a66a5;
}

.hiremebg {
    background-color: #3a66a5;
    border-bottom: 3px solid #3a66a5;
    display: none;
    padding: 5px 0;
}

.hiremebg.hirescroll {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.hiremebg .name {
    margin: 26px 0;
    float: left;
    color: white;
    width: 85%;
}

.external.hiremebg .name {
    float: none;
    width: 100%;
}

.logohire .nav-logo {
    height: 100px;
    display: block;
    float: none;
}

.logohire .nav-logo img {
    max-height: 100%;
}

.imghr {
    float: left;
    margin: 0 10px 0 0;
    width: 85px;
}

.hiremebg .hirebtm.btn-warning {
    margin: 23px 0;
}


/*faq*/

.faqstylo #accordion-first .accordion-group {
    margin-bottom: 0;
}

.faqstylo #accordion-first .accordion-heading,
.faqstylo #accordion-first .accordion-toggle:hover,
.faqstylo #accordion-first .accordion-heading .accordion-toggle.active {
    background: #cacaca none repeat scroll 0 0;
}

.faqstylo #accordion-first .accordion-heading {
    border-bottom: 0px none;
    font-size: 15px;
}

.faqstylo #accordion-first .accordion-heading .accordion-toggle::after,
.faqstylo #accordion-first .accordion-heading .accordion-toggle::before {
    clear: both;
    content: "";
    display: table;
}

.faqstylo #accordion-first .accordion-heading .accordion-toggle.active em {
    background-color: #d75c03;
}

.faqstylo #accordion-first .accordion-heading .accordion-toggle {
    color: #3e3e3e;
    display: block;
    font-family: "Abel", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.faqstylo #accordion-first .accordion-heading .accordion-toggle>em {
    background-color: #222;
    border-radius: 100px;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 22px;
    line-height: 23px;
    margin: 5px 0;
    text-align: center;
    width: 22px;
}

.faqstylo .accordion-group,
.faqstylo .accordion-inner {
    border: 1px solid #dee5e7;
    border-radius: 0;
    background-color: #ffffff;
}

.faqstylo .accordion-inner {
    color: #404040;
    font-family: "Abel", sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 15px;
}

.our-privecy .faqstylo p {
    color: #404040;
    font-family: "Abel", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.faqstylo .panel-text {
    padding: 0;
}

.spoketitle {
    text-align: center;
}

.prpostcircle .projectinfo {
    background-size: 500px auto;
    height: 400px;
    padding: 116px 0;
    margin: 84px auto;
    width: 400px;
}

.prpostcircle .category {
    height: 155px;
    width: 155px;
}

.prpostcircle .projectinfo ul li:nth-child(8) {
    left: 0;
    top: 0;
}

.prpostcircle .projectinfo ul li:nth-child(7) {
    bottom: 145px;
    left: -55px;
}

.prpostcircle .projectinfo ul li:nth-child(6) {
    bottom: 3px;
    left: 6px;
}

.prpostcircle .projectinfo ul li:nth-child(5) {
    bottom: -54px;
    left: 142px;
}

.prpostcircle .projectinfo ul li:nth-child(4) {
    bottom: 0;
    right: 0;
}

.prpostcircle .projectinfo ul li:nth-child(3) {
    bottom: 143px;
    right: -54px;
}

.prpostcircle .projectinfo ul li a {
    display: table !important;
    height: 115px;
    text-align: center;
    width: 115px;
}

.prpostcircle .projectinfo ul li:nth-child(1) {
    left: 141px;
    top: -53px;
}

.prpostcircle .projectinfo ul li:nth-child(2) {
    right: 2px;
    top: 3px;
}

.bigs.npstep .projectinfo ul li a {
    display: table;
}

.projectcircle.npstep .projectinfo ul li a p {
    text-align: center;
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
}

.projectcircle.bigs.npstep {
    margin: 120px 0 100px;
}

.npstep .category p {
    text-align: center;
}


/*end faq*/

.withpara a {
    padding-bottom: 0;
}


/*.withpara a:hover {
padding-bottom:25px;
margin-bottom:5px;
}*/

.withpara p {
    color: #58666e;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    overflow-wrap: break-word;
    transition: all 2.2s ease-in 2.0s;
}

.prvideo iframe {
    width: 100%;
}

.relative {
    position: relative;
}

.exselect {
    position: absolute;
    right: 0;
    width: 170px;
    top: 0;
}

.exselect .sortby select {
    font-size: 18px;
    height: auto;
    line-height: 24px;
}

@media only screen and (max-width: 969px) {
    .w-xxxxl {
        width: 98%;
    }
    .project-form {
        width: auto;
        max-width: 100%;
    }
}

.form-group.onclb.csslt {
    height: 58px;
    position: relative;
}

.form-group.onclb.csslt>select {
    background-color: transparent;
    left: 0;
    position: absolute;
    z-index: 100;
}

#ddlgigtype {
    margin-bottom: 20px !important;
}

.panel-warning #myCarousel .carousel-control {
    transform: translateY(0);
}

.panel-warning #myCarousel .carousel-control.left {
    left: 0;
    font-family: "Abel", sans-serif;
    /* margin-top:64px; */
    margin-top: 0;
    display: inline-table;
    background: #3a66a5;
    color: rgb(255, 255, 255);
    padding: 18px 5px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0px 4px 0px #000000;
    text-transform: uppercase;
    border: 0 none;
    opacity: 1;
}

.newcont .btnnew,
.btnnew {
    font-family: "Abel", sans-serif;
    margin-top: 0;
    background: #3a66a5;
    color: rgb(255, 255, 255) !important;
    padding: 18px 5px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    box-shadow: 0px 4px 0px #000000 !important;
    text-transform: uppercase;
    border: 0 none;
    opacity: 1;
    width: 43px !important;
    height: 56px !important;
    font-weight: normal !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

input.nxtbtns {
    right: 0;
    font-family: "Abel", sans-serif;
    /* margin-top:64px; */
    margin-top: 0;
    /*  display: inline-table;
*/
    background: #3a66a5;
    color: rgb(255, 255, 255);
    padding: 18px 5px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0px 4px 0px #000000;
    text-transform: uppercase;
    border: 0 none;
    /* position:relative !important; */
    float: right;
    position: absolute !important;
    top: 0px;
}

.panel-warning #myCarousel .carousel-control.right {
    right: 0;
    font-family: "Abel", sans-serif;
    margin-top: 64px;
    display: inline-table;
    background: rgb(255, 113, 15) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    padding: 18px 5px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0px 4px 0px #000000;
    text-transform: uppercase;
    border: 0 none;
}

.panel-warning #myCarousel .carousel-control {
    top: 0em;
    opacity: 1;
}

.panel-warning .carousel-inner {
    /* margin:0 0 0 5%; */
    float: left;
    width: 100%;
}

.formError .formErrorContent {
    top: 6px !important;
    right: 0% !important;
    font-weight: bold;
    min-width: 135px !important;
    font-size: 12px !important;
}

.jobsortview {
    height: 150px;
    overflow-x: auto;
    white-space: nowrap;
}

.jobsortview ul li.prev-tem {
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    width: 350px;
}

.jobsortview h4 {
    white-space: normal;
}

.hovereffect>a img {
    width: 100%;
}

.photogalery.gigrabrs .imglist figure img {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
}

.photogalery.gigrabrs .imglist figure:hover img {
    transform: scale(1);
}

.photogalery.gigrabrs .imglist figure {
    height: auto;
    width: 90%;
    min-height: 300px;
    padding-top: 10px;
    margin-left: 5%;
}

.photogalery.gigrabrs .hovereffect {
    /*  background:#ebebeb none repeat scroll 0 0;  
border:1px solid #bfbfbf;*/
    background: #ebebeb none repeat scroll 0 0;
}


/* .photogalery.gigrabrs .imglist figure img {
    width:130px;
height:130px;
border-radius:50%;
margin-top:20px;
} */

.photogalery.gigrabrs .overlay .hover_features {
    padding: 1em 2.5em;
}

.photogalery.gigrabrs .hovereffect .overlay {
    background: transparent !important;
    position: relative !important;
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: none !important;
    opacity: 1;
}

.photogalery.gigrabrs .hovereffect .overlay p {
    color: #3a66a5;
    margin-bottom: 0px;
}

.photogalery.gigrabrs .hovereffect .overlay a p {
    color: #f47628;
}

.photogalery.gigrabrs .hover_features .rate-off {
    color: #999;
}

.photogalery.gigrabrs .overlay .hover_features span {
    overflow-wrap: break-word;
    color: #999 !important;
    margin-right: 25px;
    /* font-weight:bold; */
}

.photogalery.gigrabrs .hovereffect a.info {
    display: none;
}

.photogalery.gigrabrs .hovereffect a.description {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #e9e6e4;
    color: #666;
    display: inline-block;
    margin: 2px 0 0;
    padding: 25px 14px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.photogalery.gigrabrs .imglist figcaption {
    display: none;
}

.photogalery.gigrabrs .hovereffect img {
    margin-bottom: 0px !important;
}

.photogalery.gigrabrs .dropdown {
    bottom: 0;
    color: #666;
    display: inline-block;
    /*  margin: 5px 0 0;
padding: 7px 14px;
    position: absolute;border: 1px solid #666;
*/
    text-decoration: none;
    list-style: none;
    float: left;
}

.photogalery.gigrabrs .dropdown p {
    margin-bottom: 0px;
}

.photogalery.gigrabrs .dropdown-menu {
    background: #000000 none repeat scroll 0 0;
    left: -126px;
    padding: 15px;
    position: absolute;
    top: -150px;
    width: 300px;
    text-transform: capitalize;
    color: #fff;
}

.col-lg-3.col-md-3.col-sm-3.col-xs-12:last-child figure.hovereffect {
    width: 100%;
}

.col-lg-3.col-md-3.col-sm-3.col-xs-12:last-child figure.hovereffect {
    width: 100%;
}

.external .next-go-to {
    margin-top: 6px;
}

.external .share {
    position: relative;
    top: 5px;
}

.clientlist.list-unstyled .imglist figure img {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
}

.clientlist.list-unstyled .imglist figure:hover img {
    transform: scale(1);
}

.clientlist.list-unstyled .imglist figure {
    height: auto;
    width: 98%;
    min-height: 450px;
}

.clientlist.list-unstyled .hovereffect {
    /*  background:#ebebeb none repeat scroll 0 0;  
border:1px solid #bfbfbf;*/
    background: #ebebeb none repeat scroll 0 0;
}

.clientlist.list-unstyled .hovereffect img {
    width: 128px;
    height: 128px;
    margin-top: 15px;
}


/* .clientlist.list-unstyled .imglist figure img {
width:130px;
height:130px;
border-radius:50%;
margin-top:20px; 
} */

.clientlist.list-unstyled .overlay .hover_features {
    padding: 1em 1em;
}

.clientlist.list-unstyled .hovereffect .overlay {
    background: transparent !important;
    position: relative !important;
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    transform: none !important;
    opacity: 1;
}

.clientlist.list-unstyled .hovereffect .overlay p {
    color: #3a66a5;
    margin-bottom: 5px;
}

.clientlist.list-unstyled .hovereffect .overlay a p {
    color: #f47628;
}

.clientlist.list-unstyled .hover_features .rate-off {
    color: #999;
}

.clientlist.list-unstyled .overlay .hover_features span {
    overflow-wrap: break-word;
    color: #999 !important;
    /* font-weight:bold; */
}

.clientlist.list-unstyled .hovereffect a.info {
    display: none;
}

.clientlist.list-unstyled .hovereffect a.description {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #666;
    color: #666;
    display: inline-block;
    margin: 5px 0 0;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.clientlist.list-unstyled .imglist figcaption {
    display: none;
}

.clientlist.list-unstyled .hovereffect img {
    margin-bottom: 0px !important;
}

.findfreelancer .hovereffect {
    margin-bottom: 20px;
}

.photogalery.gigrabrs.findfreelancer .imglist figure {
    width: 92%;
    min-height: 484px;
    padding-top: 15px;
    border: 1px solid #e9e6e4;
}

.findfreelancer {
    background: #fff !important;
}

.app::before {
    background: #fff !important;
}

.blog-btn {
    background: #000;
    border-radius: 30px;
    border-color: transparent;
}

#blog .carousel-control.left {
    left: -40px;
    top: 30%;
}

#blog .carousel-control.right {
    right: -40px;
    top: 30%;
}

#blog .carousel-inner {
    margin-bottom: 50px;
}

.btn-blog {
    color: #ffffff;
    background-color: rgb(214, 139, 45);
    border-color: #37d980;
    border-radius: 0;
    margin-bottom: 10px
}

.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color: #34ca78;
    border-color: #34ca78;
}

.blog-btn {
    background-color: #3a66a5;
    border-color: transparent;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.blog-area {
    padding-top: 60px;
}

.blogdetailspage {
    margin-top: 58px;
}

.margin10 {
    margin-bottom: 10px;
    margin-right: 10px;
}

.blogdetails {
    margin-bottom: 50px;
}

.blogdetails p {
    font-size: 18px;
    line-height: 25px;
}

.share {
    margin: 20px 0;
}

.share li a {
    /* background-color: #000000;
border: 1px solid #000;
border-radius: 100%;
color: #D68B2D;
display: block;
font-size: 11px;
height: 25px;
padding: 4px 0 0;
text-align: center;
width: 25px; */
}

.share span {
    margin-right: 8px;
}

.share li a:hover {
    background-color: #ffffff;
    color: #fe988a;
}

.share li a i.fa-lg {
    font-size: 1em;
}

.profile-banner {
    /* background: transparent url(&quot;../images/c41.jpg&quot;) repeat scroll center center / cover; */
    background: url('../images/c4.jpg') center center repeat;
    background-size: cover;
}

.post-gig-rela .inp input::-webkit-input-placeholder {
    color: #ffffff !important;
}

.post-gig-rela .inp input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff !important;
}

.post-gig-rela .inp input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff !important;
}

.post-gig-rela .inp input:-ms-input-placeholder {
    color: #ffffff !important;
}

.styleinput .form-group textarea,
.styleinput .form-group input::-placeholder {
    text-overflow: ellipsis;
}

.inboxleft #navbar1 {
    width: 100%;
}

.inboxleft h3 {
    width: 89%;
    margin-right: 14px;
    border-radius: 0px;
}

.inboxleft .navbar-nav>li {
    width: 100%;
}

.inboxleft .navbar-nav>li a {
    padding: 10px 15px;
    font-weight: 300;
    background: transparent;
}

.false-inbox {
    display: block;
    width: 89%;
    margin-left: 14px;
    margin-bottom: 0px;
}

.dataTables_filter {
    padding: 10px;
}

.photogalery gigrabrs .section-heading {
    margin-top: 80px;
}

.scroll-outer {
    width: 100%;
    height: 92px;
    padding: 0 16px 8px 16px;
    resize: both;
    overflow: scroll;
    margin-bottom: 5px;
}

.img-outer {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.img-outer img {
    min-height: 500px;
    width: 100%;
}


/* 
.clienttesti .title h2{
position:reative;
}

.clienttesti .item{
padding:20px 50px;
}
.clienttesti .item:before {
font-family: Georgia, serif;
content: "“";
position: absolute;
top: 0px;
left: 10px;
font-size: 10em;
color: rgba(0, 0, 0, 0.4);
font-weight: normal;
}
.clienttesti .item:after {
font-family: Georgia, serif;
content: "”";
position: absolute;
top: 0px;
right: 10px;
font-size: 10em;
color: rgba(0, 0, 0, 0.4);
font-weight: normal;
}

.carousel-inner h2.title{
margin:0 50px;

}

.carousel-inner .item blockquote{
margin:0 50px;
}

*/


/* 
input[placeholder] {
    text-overflow: ellipsis;
}

 ::-moz-placeholder {
    text-overflow: ellipsis;
}



input:-moz-placeholder {
    text-overflow: ellipsis;
} */

.photogalery.gigrabrs .section-heading {
    margin: 80px 0 40px;
}

.howitwork .section-heading {
    margin-top: 80px;
}

h2.mygigg {
    width: 60%;
    float: left;
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 12px;
    min-height: auto;
}

#giglist .joblist h2 {
    min-height: auto;
}

#giglist .gigimg {
    margin-bottom: 20px;
}

#giglist div.manage {
    top: 0 !important;
    margin-top: 0 !important;
}

.jobpostmain.sml-content {
    min-height: 700px;
}

.fixed-height {
    width: 100%;
    height: 140px;
    overflow-x: scroll !important;
    overflow-y: hidden;
}

.about-text-are h4 {
    color: #fff;
    line-height: 24px;
}

.img-outer-about {
    height: 215px;
}

.text-login strong {
    /*    color:#ff7104;*/
    color: #3a66a5;
}

.text-login strong .black {
    color: #3a3f51;
}

h2.section-heading {
    font-weight: normal;
    font-size: 30px;
    color: #58666E;
    /* letter-spacing:0.3em; */
}

.carousel.slide h3.title strong {
    font-size: 24px;
    color: #58666e;
    text-transform: none;
}

.carousel-content h4 strong {
    font-size: 24px;
}

.clienttesti h3.title {
    margin-bottom: 40px;
}

.clienttesti h3.title strong {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: bold;
}


/* fade on slider */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    margin: 0 -15px;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.quscarousel.carousel-fade .carousel-inner .item {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

.quscarousel .carousel-inner {
    padding: 0 5px;
}

.right-caro {
    display: inline-block;
    background: rgb(84, 84, 84) none repeat scroll 0% 0% !important;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
    box-shadow: 0px 4px 0px rgb(255, 113, 15);
    text-transform: uppercase;
    width: 55px !important;
    height: 70px !important;
    text-align: center;
    right: 18% !important;
    margin-top: 18% !important;
    line-height: 50px !important;
}

.left-caro {
    display: inline-block;
    background: rgb(84, 84, 84) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
    box-shadow: 0px 4px 0px rgb(255, 113, 15);
    text-transform: uppercase;
    width: 55px;
    height: 70px;
    text-align: center;
    left: 15%;
    margin-top: 18%;
    line-height: 50px;
}

.continue-btn {
    font-size: 24px !important;
    font-weight: bold !important;
}

.banner-btn {
    background-color: rgb(214, 139, 45);
    border-color: rgb(243, 243, 243);
    border-radius: 15px;
    border-width: 0;
    color: rgb(255, 255, 255);
    /* font-family: Raleway;
font-size: 12px; */
    font-weight: bold;
    margin: 10px 10px 10px 10px;
    padding: 10px 40px;
    font-family: Abel;
    font-size: 24px;
    /* text-transform:uppercase;  letter-spacing: 0.05em;*/
}

.banner-btn:hover {
    background-color: rgb(214, 139, 45);
    border-color: rgb(243, 243, 243);
    color: #fff;
}

.payment-form label {
    margin-bottom: 10px !important;
}

.fund-newbox {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.notify.cstep.cstep2.frfour {
    min-height: 240px;
}


/* .detail-gray-banner{
padding:80px 0 30px;
} */

.bottom-gap {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.top-bottom-gap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.reg-height {
    min-height: 600px
}

.form-outer1 {
    width: 55%;
    margin-left: 22%;
}

.new-btn1 a {
    padding: 10px 25px !important;
    width: inherit !important;
}

.rotate-new {
    background-color: #FF6900;
    border-radius: 2px !important;
    padding: 6px 12px !important;
    margin-top: 10px;
}

.rotate-new:hover {
    background: #000000;
}

.top-step-content.new-register .form-group.onclb.csslt {
    height: auto;
}

.spoke-custom .projectinfo ul li a {
    display: table;
}

h1.detail-gray-banner {
    padding-top: 80px;
}

.manage-btn {
    margin-top: 20px !important
}

.sm-label-gap label {
    margin-bottom: 20px !important;
}

.styleinput select.form-control[disabled] {
    background-image: url("../images/input-bg1.png");
}

.porttable .dataTables_filter {
    top: 0;
}

.button-group {
    padding-bottom: 30px;
    position: relative;
}

.button-group .botombtn {
    position: relative;
}

.browsjob .pagination>.active>a,
.browsjob .pagination>.active>span,
.browsjob .pagination>.active>a:hover,
.browsjob .pagination>.active>span:hover,
.browsjob .pagination>.active>a:focus,
.browsjob .pagination>.active>span:focus {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #ffffff;
}

.browsjob .pagination>li>a:hover,
.browsjob .pagination>li>span:hover,
.browsjob .pagination>li>a:focus,
.browsjob .pagination>li>span:focus {
    color: #ffffff;
    background-color: #3a66a5;
    border-color: #3a66a5;
}

.browsjob .pagination>li>a,
.browsjob .pagination>li>span {
    border-color: #9a9696;
    color: #333;
}

.browsjob .pagination>li.disabled>a:hover,
.browsjob .pagination>li.disabled>a {
    background-color: #ffffff;
    border-color: #9a9696;
    color: #333;
}

.editprofile .panel-default>.panel-heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.editprofile .panel-default,
.prright .panel-info,
.prcontent .panel-info {
    border-color: #3a66a5;
}

.editprofile .panel-default>.panel-heading,
.prright .panel-info>.panel-heading,
.prcontent .panel-info>.panel-heading {
    background-color: #3a66a5;
    border-color: #3a66a5;
    color: #fff;
}

.prcontent>h2 {
    margin: 0 0 20px;
}

.editprofile {
    margin: 0 auto;
    max-width: 840px;
    padding: 2em 1em;
}

.file-a-containt .form-control,
.editprofile .form-control {
    color: rgb(138, 138, 138);
    border-color: rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 24px;
    min-height: 47px;
    border-radius: 5px;
}

.file-a-containt textarea.form-control,
.editprofile textarea.form-control {
    resize: vertical;
}

.file-a-containt select.form-control,
.editprofile select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/input-bg.png);
    background-origin: padding-box;
    background-position: 100% center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: contain !important;
}

.margtop15 {
    margin-top: 15px;
}

.newcont .styleinput .form-group label {
    color: rgb(85, 85, 85);
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
}

.sliddivtwo .top-step-content .i-checks i {
    position: relative;
    border-color: #ff6900;
    right: inherit;
}

input.rotate-new {
    background-image: none !important;
    background-color: #333 !important;
}

.sliddivtwo .top-step-content .i-checks .i-checks input:checked+i:before {
    top: 8px;
    left: 5px;
}

.avtardasboard {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table;
}

.avtardasboard span {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top: 29%;
    left: 0;
    color: #ff710f;
    font-size: 470%;
}

.mt-90 {
    margin-top: 90px;
}

.mb-40 {
    margin-bottom: 40px;
}

.gigposting-main .form-group label {
    margin-bottom: 20px;
}

.range-label label {
    margin-bottom: 20px !important;
}

.invitation-carosel .inv-usewr img {
    max-height: 220px;
}

.carousel-inner.invitation-carosel {
    min-height: 580px;
    margin-bottom: 20px !important;
}

.item .our-membership .checkbox {
    margin-top: 50px;
}

.item .our-membership-text {
    margin-bottom: 20px;
}

.item .our-membership {
    padding-top: 0;
}

.newinfo {
    font-size: 18px;
    line-height: 26px;
    color: #343434;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 10px;
}

.newinfo i {
    position: absolute;
    left: 0;
    top: 5px;
}

.freelancer-list .hovereffect>img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 4px #ccc;
}

.photogalery.gigrabrs .hovereffect {
    background: #f2eeed;
    border: 1px solid #e0dfdd;
}

.pay-info .styleinput .form-group label {
    margin-bottom: 10px;
}

.top-step-content p,
.projectinfo p i {
    font-size: 20px;
}

.countspoke .fa.fa-plus {
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(2.5);
    -ms-transition: all 50ms ease-in;
    -ms-transform: scale(2.5);
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(2.5);
    transition: all 50ms ease-in;
    transform: scale(2.5);
    /* font-size:15px; */
}

.countspoke .fa.fa-plus:hover {
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(3.5);
    -ms-transition: all 50ms ease-in;
    -ms-transform: scale(3.5);
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(3.5);
    transition: all 50ms ease-in;
    transform: scale(3.5);
}

.invite-box .inv-reative {
    background: #f2eeed none repeat scroll 0 0;
    border: 1px solid #e0dfdd;
    height: 470px;
    overflow: hidden;
    margin-bottom: 20px;
}

.invite-box .inv-usewr img {
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px #ccc;
    height: 128px;
    width: 128px;
    margin: 20px auto;
}

.invite-box .inv-reative .inv-usewr {
    background: transparent;
    height: 150px;
}

.invite-box .inv-reative {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.invite-label {
    color: #f47628;
    font-size: 14px;
    line-height: 24px;
}

.invite-label p {
    color: #f47628;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}


/* 
.invite-box .invite-area-cont span{
color: #999999;
font-size: 15px;
font-weight: normal;
line-height: 25px;
text-align: left;
text-transform: uppercase;
} */

.newfrlistbox.invite-box .inv-reative {
    height: auto !important;
}

.scrollcont {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.invite-area-cont a.frcontent {
    line-height: inherit;
    padding: 0;
}

.beforelognhire .next-go-to a {
    padding: 8px 11px;
    font-size: 18px;
}

.beforelognhire .share .sbtn>.st_sharethis_large {
    padding: 12px 14px;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    margin: 0;
}

.beforelognhire.external .share {
    top: inherit;
}

.beforelognhire .share .sbtn>.st_sharethis_large span {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    margin: 0;
    display: block !important;
    float: none;
    width: auto;
    height: auto;
}

.external.beforelognhire .next-go-to {
    margin-top: 7px;
}

.beforelognhire .share .sbtn .st_sharethis_large::after {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
}

.paymentscreenmodal .cstep {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
    padding: 0;
}

.paymentscreenmodal .next-go-to {
    text-align: right;
}

.paymentscreenmodal .cstep li {
    margin: 0;
}

.paymentscreenmodal span#amountspan {
    margin: 0 0 20px;
    display: block;
}

.paymentscreenmodal .project-form .form-group label {
    margin: 0 0 10px;
}

.paymentscreenmodal .Newcardpart,
.paymentscreenmodal .savedcard {
    margin: 20px 0 0;
}

.modal.in.paymentscreenmodal .modal-dialog {
    transform: translate(0px, 10%);
}

.paynew .totaltxt {
    margin: 12px 0 0 10px;
}

.wpanel .paynew p:first-child {
    margin: 20px 0 40px;
}

.paynew .styleinput .form-group textarea,
.paynew .styleinput .form-group input {
    margin: 10px 0 1px;
}

.nav-logo img {
    margin-top: 10px;
}

ul.list-unstyled.meblist a.btn.btn-success {
    background-color: #3a66a5 !important;
}

a.reset {
    background: #dadada;
    color: #000;
}

.navbar-nav>li>a {
    box-shadow: none !important;
}

#featured img {
    max-height: 66px;
    max-width: 150px;
}


/*uttam css 09 03 2018*/

.payform .form-control {
    border: 1px solid #dbe3e5;
    height: 45px;
}

.chkitem {
    position: relative;
    padding-left: 23px !important;
    margin-right: 19px;
}

.hideit {
    position: absolute;
    opacity: 0;
}

.chekme {
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #dbe3e5;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    left: 0;
    top: 0;
}

.chekme::after {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #3a66a5;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    top: 4px;
    left: 4px;
    display: none;
    content: "";
}

.hideit:checked+.chekme::after {
    display: block;
}

.hideit:checked+.chekme {
    border-color: #3a66a5;
}

.payform label {
    color: #8b9699;
    text-shadow: none;
    font-weight: normal !important;
}

.cardbg input {
    background-image: url("../images/lockbg.png");
    background-repeat: no-repeat;
    background-position: right 13px center
}

.dropbg select {
    background-image: url("../images/dropbg.png");
    background-repeat: no-repeat;
    background-position: right 13px center;
    appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.monthinpu {
    width: 50%;
}

.yearinpu {
    width: 50%;
}

.monthinpu .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
}

.yearinpu .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cvvinfo {
    position: absolute;
    right: 13px;
    top: 12px;
}

.zipicon input {
    background-image: url("../images/zipicon.png");
    background-repeat: no-repeat;
    background-position: right 13px center
}

.usericon input {
    background-image: url("../images/usericon.png");
    background-repeat: no-repeat;
    background-position: right 13px center
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row5 [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.payform {
    position: relative;
    box-shadow: 0 0 5px rgba(204, 204, 204, 0.39);
    margin-left: 50px;
}

.loadergreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    z-index: 9;
    background-color: #ffffff;
    padding-top: 0;
}

.setcenter {
    position: relative;
    vertical-align: middle;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    display: table;
    text-align: center;
}

.v-center {
    position: relative;
    vertical-align: middle;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    display: table-cell;
    text-align: center;
}

.successData h2 {
    color: #17c18d;
    margin-bottom: 5px;
    margin-top: 29px;
    text-transform: none;
}

.successData {
    display: none;
    max-width: 540px;
    margin: auto;
}

.successData .btn-info {
    background-color: #21d59e;
    border-color: #21d59e;
    padding: 3px 16px;
}

.successData .btn-info:hover {
    background-color: #1cc793;
    border-color: #1cc793;
}


/*loader*/

.loadingbx {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 100%;
    background-color: #21d59e;
    display: block;
    vertical-align: middle;
    padding: 25px 0;
}

.circle-loader {
    margin-bottom: 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-left-color: #fff;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: block;
    vertical-align: middle;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    margin: auto;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #21d59e;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    content: '';
    left: 17px;
    top: 44px;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }
    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}


/*end pay animaion*/

.payform .panel-default>.panel-heading {
    background: #3a66a5;
    color: #fff;
    font-size: 25px;
    line-height: 31px;
}

.payform .panel-default {
    border-color: #3a66a5;
}

.payform .btnsubmt,
.payform input[type="submit"] {
    background: #3a66a5;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}

.payform input[type="reset"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}

.payform .panel-default {
    border-color: #3a66a5;
}

.payform .input-group-addon {
    background-color: #dbe3e5;
    border-color: #dbe3e5;
}

.showpaynoteWrap {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    vertical-align: middle;
    z-index: 11;
    transition: all 700ms;
    /*    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}

.modal .showpaynoteWrap {
    background-color: transparent;
}

.bgwrp {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
}

.load-complete .bgwrp {
    background-color: transparent;
}

.showpaynote {
    width: 110px;
    height: 110px;
    margin: 34% auto 0;
    border-radius: 100%;
    background-color: #21d59e;
    display: table;
    vertical-align: middle;
    padding: 25px 0;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    position: relative;
}


/*.paymentscreenmodal.in .showpaynoteWrap {
-webkit-animation: none;
animation: none;
border-color: #21d59e;
transition: border 500ms ease-out;
}
.paymentscreenmodal.in .showpaynoteWrap .showpaynote {
margin:0;
}*/

.showpaynote span {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.showpaynote.gotp {
    margin: 0 !important;
    top: -47px;
    left: -20px;
    /*
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}

.showpaynoteWrap.load-complete {
    width: 0;
    height: 0;
}

.paymentscreenmodal .modal-content .showpaynoteWrap.load-complete {
    width: 0;
    height: 0;
    left: -50px;
    top: -30px;
}

.paymentscreenmodal .modal-header h4,
.paymentscreenmodal .modal-enter-paypal-box {
    padding-left: 70px;
}

.payform .pnwl-body {
    opacity: 0;
}

.bilinpaypage .viewjbtab table thead tr th {
    color: #333333;
}


/* .block-div a.btn-default:hover {
    background-color:#21d59e;
border-color:#21d59e;
} */

.frpaymodal .loadergreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 0;
}

.dtflex {
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
}

.dtflex [class*="col-"] {
    padding: 10px 1px;
}

.dtflex .block-div {
    height: 100%;
    padding-bottom: 120px;
}

.block-div .btnwrpmp a {
    border-radius: 22px;
    font-size: 12px;
    padding: 15px 30px;
}

.btnwrpmp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 65px;
}

.hidedata {
    display: none !important;
}

.btntheme {
    background-color: #3a66a5;
    border-color: #3a66a5;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    box-shadow: inset 0 0 0 0 #3a66a5;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
}

.btntheme:hover {
    background-color: #fad733;
    border-color: #fad733;
    box-shadow: inset 600px 0 0 0 #F6931E;
    -o-box-shadow: inset 600px 0 0 0 #F6931E;
    -moz-box-shadow: inset 600px 0 0 0 #F6931E;
    -ms-box-shadow: inset 600px 0 0 0 #F6931E;
    -webkit-box-shadow: inset 600px 0 0 0 #3a66a5;
    color: #ffffff;
    text-decoration: none;
}

.block-div .btnwrpmp a.btn-default:hover,
.block-div .btnwrpmp a.btn-default:focus,
.block-div .btnwrpmp a.btn-default:active {
    background-color: #fefefe;
    border-color: #fefefe;
}

.avinfo figure {
    /*height: 227px;*/
    width: 100%;
    background-repeat: no-repeat;
    max-width: none;
    max-height: none;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center;
}

.smtitle {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin: 20px 0;
    padding: 0;
}

.avinfo h4 {
    font-size: 22px;
    line-height: 28px;
    color: #4a4a4a;
    margin: 10px 0 15px;
    font-weight: normal;
}

.avinfo p {
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    margin: 15px 0;
}

.odsec .btnhiref,
.avinfo .btnhiref {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 8px 20px;
    margin: 15px 0;
    text-decoration: none;
    background-color: #3a66a5;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
}

.odsec .btnhiref:hover,
.avinfo .btnhiref:hover {
    /*background-color:#6a6a6a;*/
    text-decoration: none;
    /*border-color: #23b7e5;*/
}

.avinfo .btnhiref span {
    position: relative;
    z-index: 2;
}

.avinfo .btnhiref::after {
    background: #23b7e5;
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    /*background-color: #f00;*/
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.avinfo .btnhiref:hover:after {
    height: 100%;
    width: 135%;
}

.frelancersec {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.frelancersec .cs-check {
    width: 1025px;
    max-width: 100%;
}

.featuredin li {
    width: 225px;
    margin: 0 10px;
}

.featuredin li img {
    width: 230px;
    padding: 0;
}

.featuredin li {
    padding: 5px;
    position: relative;
}

.featuredin li:first-child {
    top: -47px;
}

.featuredin li:nth-child(2) {
    top: -57px;
}

.featuredin li:nth-child(3) {
    top: -43px;
}

html {
    background-color: #ffffff;
}

.avinfo .btnhiref {
    margin: 0 0 15px;
    font-family: 'Abel', sans-serif;
}

.avinfo p {
    min-height: 93px;
}

.lsecnd .avinfo p {
    min-height: 111px;
}

.lsecnd {
    margin-top: 30px;
}


/* .declined .loadingbx {
    background-color:red;
} */

.cross__svg {
    border-radius: 50%;
    display: block;
    height: 90px;
    margin: 0 auto;
    stroke-width: 2px;
    width: 90px;
}

.cross__path {
    stroke: #ffffff;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    transform-origin: 50% 50% 0;
}

.cross__path--right {
    animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}

.cross__path--left {
    animation: 1s ease 0.8s normal forwards 1 running stroke;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.showdenidicon {
    display: none;
}

.declined .showdenidicon {
    display: block;
}

.declined .successData h2 {
    color: red;
}


/* .declined .load-complete {
    border-color:red;
} */

.declined .checkmark {
    display: none !important;
}

.avinfo p {
    min-height: 90px;
}

.frelancersec .row {
    margin-left: -10px;
    margin-right: -10px;
}

.frelancersec .row [class*="col-"] {
    padding: 0 5px;
}

.btnpaybig {
    padding: 16px 10px;
    border-radius: 0;
    background-color: #21d59e;
    border-color: #21d59e;
}

.btnpaybig:hover {
    background-color: #21d59e;
    border-color: #21d59e;
}

.frelancersec .section-heading {
    font-family: inherit;
    font-size: 28px;
    line-height: 34px;
}

.bigtextsec {
    font-family: "Playfair Display";
    padding: 80px 0;
}

.bigtextsec h4 {
    color: #279cd6;
    font-size: 95px;
    line-height: 92px;
    font-family: inherit;
    font-weight: bold;
}

.bigtextsec p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    font-family: inherit;
    padding: 30px 0 0;
    letter-spacing: 0.2em;
}

.getstartedsec {
    background-color: #F3F3F3;
    padding: 90px 0;
    text-align: center;
}

.btnbig {
    font-size: 24px;
    color: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
    letter-spacing: 0.15em;
    margin-top: 14px;
    border-radius: 22px;
    font-weight: normal;
    padding: 11px 40px;
    font-family: Montserrat;
    background-color: rgb(54, 117, 200);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btnbig:hover {
    background-color: #3a66a5;
    border-color: rgb(243, 243, 243);
    color: rgb(255, 255, 255);
}

.hvr-float2:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.getstartedsec h4 {
    line-height: 1.3em;
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(30, 30, 30);
    letter-spacing: 0.0em;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    max-width: 53%;
}

.ourdesignsec .odsec {
    background: transparent url(../images/ourdesignimg.png) no-repeat right top 10px / contain;
    padding-top: 164px;
    padding-bottom: 170px;
    max-width: 960px;
}

.ourdesignsec .odsec h4 {
    font-weight: 100;
    font-size: 40px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
}

.efs-page .our-membership {
    padding-top: 0;
}

.our-membership .bigtextsec {
    padding: 30px 0;
}


/**/

.ffwg {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

.pointcrle {
    width: 60px;
    height: 60px;
    margin: auto;
    background-color: #0669A5;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.bpTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    line-height: 35px;
    min-height: 97px;
    margin: 15px 0 5px;
}

.bpcol .bpTitle {
    min-height: 141px;
}

.bpsubTitle {
    font-size: 20px;
    line-height: 26px;
    min-height: 84px;
    font-family: Arial;
}

.bpPara {
    font-family: Arial;
    font-size: 14px;
    color: rgb(142, 142, 142);
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4em;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
}

.bpPara::before {
    width: 15%;
    margin: 10px auto;
    display: block;
    content: "";
    background-color: #000000;
    height: 1px;
}

.bpcol .bpPara {
    height: 100px;
    overflow: hidden;
}

.tnbpmore {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: rgb(255, 255, 255);
    background-color: rgb(125, 163, 239);
    padding-bottom: 10px;
    border-color: rgba(0, 0, 0, 0);
    letter-spacing: 0.1em;
    padding-right: 15px;
    margin-top: 10px;
    padding-left: 15px;
    border-radius: 16px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

.tnbpmore:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #3a66a5;
    border-color: #3a66a5;
}

.secbp {
    padding: 50px 0;
}

.secbp .cs-check {
    max-width: 1000px;
    width: 100%;
}

.bgblack {
    background-color: #000000;
    min-height: 370px;
    padding-top: 15px;
}

.bgblack .bpTitle,
.bgblack .bpsubTitle {
    color: #ffffff;
}

.bgblack .bpPara {
    color: #8e8e8e;
}

.bgblack .bpPara::before {
    background-color: #ffffff;
}

.secbp [class*="col-"] {
    padding: 0 28px;
}

.filterbox .pgright {
    position: fixed;
    left: -400px;
    width: 300px;
    height: 100%;
    top: 0;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
    z-index: 9999;
    padding: 14px;
    box-shadow: 5px 0 12px 0px rgba(0, 0, 0, 0.18);
}

.openfilterbox .filterbox .pgright {
    left: 0;
}

.filterbtn {
    color: #fff;
    background-color: #3a66a5;
    position: fixed;
    top: 210px;
    left: -37px;
    padding: 4px 36px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    transform: rotate(-90deg);
    z-index: 9;
}

.filterbtn:hover {
    color: #ffffff;
}

.closefilter {
    position: absolute;
    right: -33px;
    background-color: #ffffff;
    display: inline-block;
    padding: 2px 15px 2px 23px;
    font-size: 23px;
    border-radius: 20px;
}

.gpost {
    width: 100%;
    overflow-x: hidden;
}

.usersicon {
    background: transparent url(../images/multiple-users.svg) no-repeat center center / 74% auto !important;
    display: block;
    margin: auto;
}

.rad0 {
    border-radius: 0 !important;
}

.circleit {
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
}

span.btn-block,
img.btn-block {
    padding: 0;
}

.imagecont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.srcTitle {
    font-size: 34px;
    line-height: 40px;
    margin: 10px 0;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif
}

.srcpara {
    font-family: Arial;
    font-size: 12px;
    color: rgb(255, 255, 255);
    max-width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.greenbtn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
    border-color: rgb(255, 255, 255);
    letter-spacing: 0.1em;
    padding-right: 30px;
    margin-top: 20px;
    padding-left: 30px;
    border-radius: 22px;
    padding-top: 15px;
    margin-bottom: 30px;
    border-width: 0px;
    background-color: rgb(68, 210, 122);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.greenbtn:hover {
    color: #ffffff;
}

.topbanner .imagecont {
    padding-top: 220px;
}

.onlytle .imagecont {
    padding-top: 330px;
}

.txtsm.bigtextsec h4 {
    font-size: 62px;
    line-height: 59px;
}

.onlytle .srcTitle {
    font-size: 46px;
    line-height: 52px;
}

.bigtextsec.txtsm {
    padding: 140px 0;
}

.onlytle .greenbtn {
    font-size: 30px;
    line-height: 36px;
    padding: 10px 25px;
    border-radius: 40px;
}

.startnw {
    border: 2px solid rgb(221, 221, 221);
    font-size: 22px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    padding-right: 40px;
    margin-top: 20px;
    display: inline-block;
    padding-left: 40px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.startnw:hover {
    -ms-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    color: rgb(255, 255, 255);
}

.secwithgrey {
    background-color: #000000;
}

.turnupCont h4 {
    font-size: 36px;
    line-height: 42px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.0em;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.turnupCont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 120px 0;
}

.turnupCont img {
    width: 170px;
}

.srcblure {
    opacity: 0.34;
    -webkit-filter: grayscale(100%) brightness(0.6);
}

.secpara {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.frbox figure {
    width: 222px;
    height: 222px;
    overflow: hidden;
    margin: 0 auto 10px;
    position: relative;
}

.atcol img,
.centersrc,
.frbox figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    height: auto;
}

.frbox figure img {
    min-height: 100%;
}

.frbox h4 {
    font-size: 32px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.05em;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.1em;
}

.frbox {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.newFeature,
.frelancersec.v2 {
    padding: 40px 0;
}

.featureWrap {
    padding: 70px 0 40px;
}

.raisfundsec {
    padding: 50px 0;
}

.topbanner .imagecont {
    background-color: rgba(0, 0, 0, 0.23);
}

.bloginhead .navbar-nav>li>a {
    line-height: 21px;
    text-transform: none;
    font-size: 15px;
}

.bloginhead .navbar-nav {
    margin: 15px 0;
}

.duellink a {
    color: #ffffff;
    font-size: 15px;
    line-height: 21px;
    display: block;
    text-align: left;
    font-family: 'Abel', sans-serif;
    padding: 0;
    font-weight: bold;
}

.duellink {
    padding: 19px 10px;
}

.atcol {
    padding: 10px;
    float: left;
}

.atcol a {
    width: 115px;
    height: 73px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(139, 139, 139) 1px 1px 3px 2px;
    border: 3px solid rgb(240, 240, 240);
    border-radius: 3px;
}

.atrw {
    margin: 0 -10px;
}

.withattachment p {
    margin-bottom: 0;
}

.modal.assrcsize {
    text-align: center;
}

.assrcsize .modal-dialog {
    display: inline-block;
    width: auto;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: 0;
}

.pt0 {
    padding-top: 0 !important;
}

.bpcol {
    margin: 50px 0;
}

.topbanner .srcTitle {
    max-width: 320px;
}

.frrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -40px;
}

.frcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 40px;
}

.flxhalf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.freelbox {
    overflow: hidden;
    /* height:100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.textbxfr {
    /* height:100%;*/
    background-color: #3a66a5;
    padding: 0 14px;
    color: #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.centerv {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.centervIn {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.freelbox figure {
    overflow: hidden;
    position: relative;
    background-color: rgba(58, 102, 165, 0.04);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.freelbox .flxhalf {
    overflow: hidden;
}

.freelbox:hover figure {
    transform: scale(1.1);
}

.titletopfreelancer h4 {
    margin: 0 0 50px;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    background-color: #3a66a5;
    color: #ffffff;
    font-weight: 700;
    padding: 40px 0;
}

.textbxfr p {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0 0;
}

.hiresec .imagecont {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.61);
    padding: 17em 0;
}

.hiresec .srcTitle {
    max-width: 550px;
    margin: auto;
    padding: 0 0 9px;
}

.btnnbrd {
    letter-spacing: 0.25em;
    font-size: 15px;
    line-height: 21px;
    padding: 7px 30px;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    margin: 20px 0;
    display: inline-block;
    text-decoration: none;
}

.btnnbrd:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.txtsec {
    background-color: #024366;
    text-align: center;
    padding: 120px 0;
}

.txtsec .srcTitle {
    font-family: 'Playfair Display';
    font-size: 45px;
    line-height: 51px;
}

.txtsec .srcTitle span {
    color: #80d0f1;
}

.freelanceService {
    padding: 180px 0;
    background-color: #386CA9;
}

.freelanceService .section-heading {
    font-family: inherit;
    font-size: 34px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    margin: 0;
    color: #fff;
}

.freelanceService .section-heading::after {
    display: block;
    content: "";
    margin: 20px auto;
    width: 60%;
    background-color: #ffffff;
    height: 2px;
    position: relative;
}

.listfs {
    margin: 0;
    padding: 0;
}

.listfs li {
    color: #ffffff;
    font-size: 19px;
    line-height: 25px;
    width: 128px;
    min-height: 50px;
    margin: 22px 11px 11px 0px;
    vertical-align: middle;
}

.payfrmcol .payform {
    margin: 0;
    box-shadow: none
}


/* 2019 10 january PALASH Mandal */


/* hire a freelancer page */

*,
*::after,
*::before {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.df {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.dif {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}

.fc {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.fr {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.frr {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.fcr {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.jfs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.jce {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.jcc {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.jsb {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.jsa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.afs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.afe {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.ac {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.ab {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.as {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.ass {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.ase {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.asc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.asb {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.asst {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.fw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fnp {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.fwr {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.mt-auto,
.my-auto {
    margin-top: auto;
}

.mr-auto,
.mx-auto {
    margin-right: auto;
}

.mb-auto,
.my-auto {
    margin-bottom: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

.hafp-wrap {
    font-family: 'Montserrat', sans-serif;
    padding: 3.5% 0;
    font-weight: 400;
    background: #fcfcfe;
}

.hireform,
.r-banner {
    flex: 0 0 100%;
}

.formarea {
    max-width: 450px;
    width: 98%;
    margin: auto;
}

.hireform {
    margin-bottom: 15px;
    text-align: center;
}

.hireform h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    letter-spacing: -0.05em;
    font-weight: 500;
    max-width: 450px;
    margin: 5px auto;
    line-height: 24px;
}

.hireform p {
    font-size: 14px;
    color: rgb(48, 48, 48);
    margin: 10px 0 35px 0;
    line-height: 1.1em;
    display: block;
}

.input-field {
    position: relative;
    text-align: left;
    margin-bottom: 34px;
}

.input-field input:not([type="file"])+label {
    position: absolute;
    top: 13px;
    left: 16px;
    color: rgba(0, 0, 0, 0.99);
    transition: 0.2s all;
    cursor: text;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    z-index: 1;
}

.input-field input:not([type="file"]),
.input-field select,
.input-field textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.99);
    padding: 12px 15px;
    border: 1px solid rgb(188, 188, 188);
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 42px;
    font-weight: 400;
    line-height: 22px;
}

.input-field textarea {
    max-width: 100%;
    min-height: 65px;
}

.input-field select {
    padding: .375rem 1.75rem .375rem .75rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.5
}

.input-field select:foucs {
    outline: 0;
}

.input-field input:focus {
    border-color: #2d66aa;
    outline: none;
    background: #fff;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background: #fff !important;
}

.input-field input:not([type="file"]):focus~label,
.input-field label:focus {
    font-size: 13px;
    top: -22px;
    color: #2d66aa;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.99);
    padding: 12px 15px;
    border: 1px solid rgb(188, 188, 188);
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    display: block;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    min-height: 42px;
    font-weight: 400;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.blkbtn {
    font-size: 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
    border-color: rgba(0, 0, 0, 0);
    letter-spacing: 0.15em;
    padding-right: 30px;
    margin-top: 20px;
    padding-left: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
    border: none;
    background-color: rgb(42, 42, 42);
    cursor: pointer;
    transition: background 0.3s ease-in;
}

.blkbtn:hover {
    background: #2d66aa;
}

.cs-check {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.cs-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    min-width: 100px;
}

.chmk {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #d4d4d4;
}

.cs-check:hover input~.chmk {
    background-color: #ccc;
}

.cs-check input:checked~.chmk {
    background-color: #2d66aa;
}

.chmk:after {
    content: "";
    position: absolute;
    display: none;
}

.cs-check input:checked~.chmk:after {
    display: block;
}

.cs-check .chmk:after {
    left: 5px;
    top: 5px;
    width: 15px;
    height: 7px;
    border: solid white;
    border-width: 0 0px 3px 3px;
    transform: rotate(-47deg);
}

.cs-check span {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.asfeaturein {
    background-color: rgb(243, 243, 243);
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}

.wdwrap {
    max-width: 88%;
    width: 100%;
    margin: 0px auto;
}

.asfeaturein h2 {
    font-size: 20px;
    letter-spacing: 0.0em;
    padding-top: 4rem;
    color: #000;
    text-transform: uppercase;
    margin: 0 auto 3rem;
    text-align: center;
    font-weight: 400;
}

.thinkaccreate,
.portfolios {
    text-align: center;
    padding: 5rem 0;
}

.pink-title {
    font-size: 37px;
    color: rgb(91, 97, 166);
    margin-top: 10px;
    margin-bottom: 13px;
    font-weight: 500;
}

.bltitle {
    font-size: 30px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.0em;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 0.9em;
    font-weight: 500;
    margin-bottom: 5rem;
}

.bltitle::after {
    content: '';
    display: block;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 266px;
    height: 2px;
    margin: 2rem auto 0;
}

.tldes {
    line-height: 24px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    padding: 10px 0 5rem 0;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    display: block;
}

.listlink {
    flex: 0 0 130px;
    padding: 15px;
}

.tnkblk {
    margin-left: 15px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.tnkblk li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    margin-bottom: 6rem;
    cursor: pointer;
}

.tnkblk li:hover img,
.tnkblk li:hover span {
    transform: scale(1.12);
    transition: transform 0.3s ease;
}

.tnkblk li span {
    font-size: 23px;
    color: rgb(59, 117, 186);
    font-weight: 500;
    margin-top: auto;
    max-width: 270px;
    display: block;
    text-align: center;
    transition: transform 0.4s ease;
}

.tnkblk li img {
    width: 65px;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.botder-top {
    border-top: 15px solid rgb(237, 243, 244)
}

ul,
li {
    list-style-type: none
}

.hiregrop {
    text-align: center;
    margin-top: 5rem;
}

.cardfree {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hirenowbtn {
    border: 0px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    border-color: rgba(0, 0, 0, 0);
    padding-right: 15px;
    margin-top: auto;
    padding-left: 15px;
    border-radius: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-family: Arial;
    background-color: rgb(91, 97, 166);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.hirenowbtn:hover {
    background-color: rgb(24, 24, 24);
    transition: background-color 0.3s ease-in;
}

.cardfree {
    margin: 0px;
}

.cardfree-item {
    flex: 0 0 100%;
    margin-bottom: 2rem;
    transition: background 0.5s ease;
}

.cardfree-item:hover {
    background: #f7f7f7;
    transition: background 0.5s ease;
}

.cardfree-item h2 {
    font-size: 20px;
    color: rgb(97, 105, 108);
    padding-bottom: 0px;
    letter-spacing: -0.05em;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0;
}

.img-rp {
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.img-rp img {
    height: 100%;
    max-width: inherit;
}

.designation {
    color: #696969;
    font-weight: 600;
    font-size: 14px;
    margin: 0.8rem 0 1.3rem;
}

.shortdesc {
    font-family: Arial;
    font-size: 14px;
    color: rgb(0, 0, 0);
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.location {
    margin-top: .4rem;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.013rem;
    line-height: 18px;
}

.location i {
    font-size: 15px;
    line-height: 21px;
}

.newrating {
    margin-bottom: 3rem;
    margin-top: 0.8rem;
    color: #333;
}

.shortdesc,
.designation,
.cardfree-item h2 {
    padding: 0 15px;
}

.newrating i {
    margin: 0 3px;
}


/* howitworkd */

.howitworkd {
    margin: 5rem 0;
    text-align: center;
}

.howitworkd .pink-title {
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.platformfeature .pink-title {
    margin-top: 3rem;
}

.pltblocks,
.hblocks {
    padding: 0;
    margin: 0;
}

.hblocks li,
.pltblocks li {
    flex: 0 0 100%;
    margin-bottom: 4rem;
    text-align: center;
}

.hblocks img {
    width: 50px;
    margin-bottom: 15px;
}

.hblocks h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: rgb(60, 60, 60);
    letter-spacing: 0em;
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.hblocks h3::after {
    content: '';
    display: block;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 1px;
    margin: 12px auto 0;
}

.small-descc {
    display: block;
    max-width: 290px;
    font-size: 16px;
    color: rgb(60, 60, 60);
    text-align: center;
    margin: 0 auto;
    line-height: 23px;
}


/* .platformfeature */

.platformfeature {
    text-align: center;
}

.platformfeature img {
    max-width: 100%;
}

.platformfeature h3 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.05em;
    margin: 15px auto;
    font-weight: 400;
    max-width: 320px;
    display: block;
    text-align: center;
    min-height: 70px;
}

.entprizesec {
    background-color: rgb(0, 68, 103);
    text-align: center;
    padding: 6rem 0 6rem;
}

.platformfeature .tldes {
    padding-bottom: 2rem;
}

.entprizesec h3 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #fff;
}

.entprizesec h4 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto 3rem;
    color: rgb(128, 208, 241);
    line-height: 1.0em;
    max-width: 780px;
}

.entprizesec a {
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
    border: 1px solid rgb(255, 255, 255);
    letter-spacing: 0.1em;
    padding: 15px 30px;
    margin: 15px 30px;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.entprizesec a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.testimonal {
    padding: 3rem 0;
    max-width: 800px;
    margin: 0px auto;
}

.testimg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.testimg img {
    height: 100%;
    position: absolute;
    max-width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.testimonal .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0)
}

.testimonal .carousel-caption h3 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(91, 97, 166);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
}

.testimonal .carousel-caption h4 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(91, 97, 166);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-style: italic;
}

.testimonal .carousel-caption p {
    line-height: 1.4em;
    font-size: 16px;
    color: rgb(30, 30, 30);
    margin-top: 22px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    font-weight: 500;
}

.testimonal .carousel-indicators {
    bottom: 10px;
}

.testimonal .carousel-indicators li {
    background: #e4e4e4;
}

.testimonal .carousel-indicators .active {
    background: #afafaf;
}

.newfooter {
    background: #5b61a6;
    padding-top: 5rem;
    font-family: 'Montserrat', sans-serif;
}

.newfooter,
.newfooter a {
    color: #fff;
}

.newfooter .logo {
    max-width: 260px;
    margin: 15px auto 23px;
}

.newfooter .logo img {
    max-width: 230px;
}

.newfooter .logo p {
    color: #fff;
    font-size: 15px;
    margin: 3px 0 30px;
}

.newfooter .copy {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 5rem;
}

.newfooter .copy::after {
    content: '';
    display: block;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 135px;
    height: 1px;
    margin: 12px auto 0;
}

.uselinks {
    margin: 0;
    padding: 0;
    text-align: left;
}

.uselinks li {
    flex-basis: 100%;
    margin: 0 0 30px 0;
}

.uselinks h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Raleway';
}

.uselinks h4 span {
    font-size: 12px;
    color: rgb(170, 170, 170);
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.uselinks a {
    font-size: 15px;
    line-height: 33px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.1rem;
    transition: opacity 0.3s ease;
}

.uselinks li h4~h4 {
    margin-top: 5rem;
}

.uselinks a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* portfolio */

.portfolio-lists {
    padding: 0;
}

.portfolio-item {
    flex: 0 0 100%;
    margin-bottom: 2.5%;
}

@media screen and (max-width:480px) {
    .hafp-wrap {
        padding: 0 15px;
    }
    .hireform,
    .entprizesec h4,
    .entprizesec h3 {
        padding: 0 15px;
    }
    .asfeaturein {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .hiregrop {
        margin-top: 0;
    }
    .tnkblk li {
        margin-bottom: 4rem;
    }
    .howitworkd .pink-title {
        margin-bottom: 2rem;
        margin-top: 0;
    }
    .howitworkd {
        margin: 3rem 0;
    }
    .hblocks li,
    .pltblocks li {
        margin-bottom: 2rem;
    }
    .bltitle,
    .tnkblk li span {
        line-height: initial;
    }
    .wdwrap {
        max-width: 100%;
        padding: 0 15px
    }
    .platformfeature img {
        max-width: 55%;
        margin: auto;
    }
    .pink-title {
        font-size: 30px;
    }
    .bltitle {
        font-size: 23px;
    }
    .platformfeature h3 {
        min-height: initial;
    }
    .entprizesec h3 {
        font-size: 33px;
    }
    .entprizesec h4 {
        font-size: 28px;
        line-height: initial
    }
}

@media screen and (min-width:481px) {
    .cardfree {
        margin-left: 30px;
    }
}

@media screen and (min-width:576px) {
    .portfolio-item {
        flex: 0 0 47.5%;
        margin-right: 2.5%;
    }
    .tnkblk li,
    .cardfree-item {
        flex-basis: 47.5%;
        margin-right: 2.5%;
    }
    .pltblocks,
    .hblocks {
        margin-left: 2.5%;
    }
    .hblocks li,
    .pltblocks li {
        flex-basis: 47.5%;
        margin-right: 2.5%;
    }
    .uselinks li {
        flex-basis: 47%;
        margin-right: 3%;
    }
}

@media screen and (min-width:768px) {
    .portfolio-item {
        flex: 0 0 30%;
        margin-right: 3%;
    }
    .pltblocks,
    .hblocks {
        margin-left: 3%;
    }
    .hblocks li,
    .pltblocks li {
        flex-basis: 30%;
        margin-right: 3%;
    }
    .listlink {
        flex: 0 0 20%;
    }
    .listlink img {
        max-width: 100%;
    }
    .hireform,
    .r-banner {
        flex: 0 0 50%;
    }
    .hireform {
        padding-top: 27px;
    }
    .r-banner {
        padding-left: 25px;
    }
    .uselinks li {
        flex-basis: 27%;
        margin-right: 3%;
    }
}

@media screen and (min-width:960px) {
    .listlink img {
        max-width: 135px;
    }
    .cardfree-item,
    .tnkblk li {
        flex-basis: 30.5%
    }
    .uselinks {
        margin-left: 3%;
    }
    .platformfeature img {
        max-width: 200px;
    }
}

@media screen and (min-width:1200px) {
    .portfolio-item {
        flex: 0 0 22.5%;
        margin-right: 2.5%;
    }
    .tnkblk li,
    .cardfree-item {
        flex-basis: calc(25% - 15px);
        flex-basis: 21.5%
    }
    .uselinks li {
        flex-basis: 17%;
    }
    .listlink img {
        max-width: 170px;
    }
}


/* home page design */


/* Carousel Control custom */

.main-slider .carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.main-slider .carousel-control {
    width: 30px;
    height: 44px;
    border: 1px solid #aaa;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider .carousel-control .prev {
    margin-left: -15px;
    left: 50%;
}

.main-slider .carousel-control .next {
    margin-right: -15px;
    right: 50%;
}

.main-slider a.carousel-control.left {
    left: 20px;
    background: none;
}

.main-slider a.carousel-control.right {
    right: 20px;
    background: none;
}

.main-slider .control-box,
.main-slider a.carousel-control,
.main-slider .carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.main-slider .carousel:hover .control-box {
    opacity: 1;
}

.main-slider .carousel:hover a.carousel-control.left {
    left: 15px;
}

.main-slider .carousel:hover a.carousel-control.right {
    right: 15px;
}

.main-slider .carousel-indicators li.active,
.main-slider .carousel-indicators li {
    border: 0;
}

.main-slider .carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.main-slider .carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

.main-slider {
    height: 70vh;
    max-height: 70vh;
}

.main-slider .item:nth-child(3) .carousel-caption,
.main-slider .item:nth-child(6) .carousel-caption {
    left: auto;
    right: 15%;
}

.main-slider .carousel-control,
.carousel .control-box {
    opacity: 1;
}

.main-slider .carousel-caption {
    max-width: 767px;
}

.itemimg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70vh;
}

.main-slider .carousel-inner .item img,
.main-slider .carousel-inner .item a img {
    max-width: inherit;
    max-height: 100%;
}

.main-slider .carousel-control .fa {
    font-size: 29px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 rgba(0, 0, 0, 1);
}

.main-slider .carousel-caption {
    top: 50%;
    left: 15%;
    right: inherit;
    text-align: left;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    bottom: inherit;
}

.main-slider .carousel-inner .item::before {
    content: '';
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.main-slider .carousel-caption h3 {
    font-size: 4.25rem;
    font-family: 'Raleway';
    margin: 0 0 1rem 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 0 0 rgba(0, 0, 0, 0.5);
    letter-spacing: 0.35rem;
}

.main-slider .carousel-caption p {
    font-size: 2.65rem;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: .65rem;
    margin: 1.2rem 0 2.5rem 0;
    display: block;
}

.main-slider .carousel-caption a {
    font-size: 2rem;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
    border: 2px solid rgb(255, 255, 255);
    letter-spacing: 0.1em;
    padding: 11px 25px;
    margin: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-transform: uppercase
}

.main-slider .carousel-caption a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
    .main-slider {
        height: auto;
    }
}

@media screen and (max-width:992px) {
    .main-slider .carousel-caption h3 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    .main-slider .carousel-caption p {
        font-size: 2.15rem;
    }
    .main-slider .carousel-caption a {
        font-size: 1.25rem;
        padding: 10px 16px;
    }
}

@media screen and (max-width:480px) {
    .new-sign-in,
    .join-as-freelancer {
        padding: 0 15px;
    }
    .main-slider .carousel-caption,
    .main-slider .item:nth-child(3) .carousel-caption,
    .main-slider .item:nth-child(6) .carousel-caption {
        width: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        right: inherit;
    }
    .main-slider .carousel-caption h3 {
        font-size: 1.65rem;
        line-height: inherit;
        margin-bottom: 0.5rem;
        letter-spacing: 2px;
        display: none;
    }
    .main-slider .carousel-caption p {
        font-size: 1.35rem;
        line-height: inherit;
        margin: 0 0 8px 0;
        letter-spacing: 2px;
    }
    .main-slider .carousel-caption a {
        font-size: 1.2rem;
        padding: 6px 16px;
        margin: 3px 0 0 0;
    }
    .main-slider .carousel-control.left {
        left: 10px;
    }
    .main-slider .carousel-control.right {
        right: 10px;
    }
    .main-slider .carousel-control {
        width: 23px;
        height: 25px;
    }
    .main-slider .carousel-control .fa {
        font-size: 24px;
        line-height: 28px;
    }
    .main-slider .carousel-control {
        width: 23px;
        height: 33px;
    }
    .main-slider {
        height: 55vh;
    }
    .itemimg {
        height: 55vh;
        background-position: right;
    }
    .main-slider .item:nth-child(3) .itemimg,
    .main-slider .item:nth-child(6) .itemimg {
        background-position: left;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .main-slider .carousel-caption {
        max-width: 65%;
        left: 6rem;
    }
    .main-slider .carousel-caption h3 {
        font-size: 2.35rem;
        line-height: inherit;
        margin-bottom: 0.5rem;
        letter-spacing: 2px;
    }
    .main-slider .carousel-caption p {
        font-size: 2rem;
        line-height: inherit;
        margin: 0 0 8px 0;
        letter-spacing: 2px;
    }
    .main-slider .carousel-caption a {
        font-size: 1.25rem;
        padding: 9px 16px;
        margin: 3px 0 0 0;
    }
    .main-slider .carousel-control.left {
        left: 10px;
    }
    .main-slider .carousel-control.right {
        right: 10px;
    }
    .main-slider .carousel-control {
        width: 23px;
        height: 25px;
    }
    .main-slider .carousel-control .fa {
        font-size: 24px;
        line-height: 28px;
    }
    .main-slider .carousel-control {
        width: 23px;
        height: 33px;
    }
    .itemimg {
        height: 40vh;
        background-position: right;
    }
    .main-slider .item:nth-child(3) .itemimg,
    .main-slider .item:nth-child(6) .itemimg {
        background-position: left;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .main-slider {
        margin-top: 50px;
    }
    .itemimg {
        height: 40vh;
        background-position: right;
    }
    .main-slider .item:nth-child(3) .itemimg,
    .main-slider .item:nth-child(6) .itemimg {
        background-position: left;
    }
    .main-slider {
        height: auto;
        margin-top: 50px;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .itemimg,
    .main-slider {
        height: 55vh;
    }
}

.main-slider .item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* new login / sign up */

.sign_in_form {
    text-align: center;
    padding: 4rem 0;
}

.sign_in_form .tldes {
    padding: 10px 0 2.5rem 0;
    font-weight: 300;
}


/* 
.sign_in_form .blkbtn {
    background-color: rgb(145, 228, 138);
}

.sign_in_form .blkbtn:hover {
    background-color: rgb(42, 42, 42);
} */

.in_fo {
    font-size: 16px;
    line-height: 28px;
    margin: 0px auto 15px;
    letter-spacing: 1px;
    text-align: center;
}

.sign_in_form .in_fo a,
.tldes a {
    color: #337ab7
}

.sign_in_form .in_fo a:hover,
.cs-check a:hover,
.tldes a:hover {
    color: #0157a3;
    text-decoration: underline
}

.or_no {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem auto 3rem;
}

.or_no::after {
    background: rgb(188, 188, 188);
    height: 1px;
    width: 60%;
    display: block;
    content: '';
    position: absolute;
    top: 22px;
}

.or_no span {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgb(188, 188, 188);
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    line-height: 37px;
    border-radius: 50%;
    color: rgb(188, 188, 188);
    z-index: 2;
}

.input-field .formError .formErrorContent {
    border: 0px none;
    border-radius: 0;
    box-shadow: 0px 0px rgba(0, 0, 0, 0);
    min-height: 30px;
    left: inherit !important;
}

.input-field .formError {
    left: 0 !important;
    top: -42px !important;
    margin-top: 6px !important;
    opacity: 1 !important;
    width: 100%;
}

.input-field .formError .formErrorArrow::before {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 9px;
    border-right-width: 9px;
    border-top: 10px solid #ee0101;
    display: block;
    position: absolute;
    bottom: -15px;
}

#newpass.input-field .formError {
    top: -60px !important;
}

.input-field .formError .formErrorArrow * {
    display: none;
}

@media screen and (min-width:768px) {
    .menu-section {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .navbar-collapse.collapse {
        margin-left: auto;
    }
}


/* new chat application */

.chat__loader_body {
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9992;
}

.chat__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    margin: auto;
}

.chat__loader .circle {
    position: absolute;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
}

.chat__loader .circle:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 9px rgba(255, 255, 255, .7);
}

.chat__loader .circle:nth-child(2) {
    animation-delay: 240ms;
}

.chat__loader .circle:nth-child(3) {
    animation-delay: 480ms;
}

.chat__loader .circle:nth-child(4) {
    animation-delay: 720ms;
}

.chat__loader .circle:nth-child(5) {
    animation-delay: 960ms;
}

.chat__loader .bg {
    position: absolute;
    width: 70px;
    height: 70px;
    margin-left: -16px;
    margin-top: -16px;
    border-radius: 13px;
    background-color: rgba(0, 153, 255, 0.69);
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}


/* type loader */

.type__loader {
    width: 100px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.type__loader span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #5b61a6;
    margin: 0px 4px;
    opacity: 0;
}

.type__loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.type__loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.type__loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}

.chat__screen {
    background: #f7f7f7;
    padding: 2% 3%;
}

.chatt-wrap {
    max-width: 88%;
    margin: auto;
    background: #fff;
    border: 1px solid #efefef;
    font-family: 'Raleway', sans-serif;
}

.chatt-users-lists {
    flex: 0 0 100%;
    border-right: 1px solid #efefef;
}

.complete-chat-window {
    flex: 1 1 100%;
}

.chatsearch-top {
    margin-bottom: 15px;
}

.chsbox {
    flex: 0 0 75%;
    margin: 10px;
    position: relative
}

.chsbox input {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 6px 6px 6px 28px;
    height: 34px;
    color: #000;
    font-size: 13px;
    line-height: 21px;
    text-transform: capitalize;
}

.chsbox::before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    top: 10px;
    position: absolute;
    left: 9px;
    color: #9c9c9c;
}

.edit_ch {
    margin-left: auto;
    margin-right: 10px;
}

.edit_ch button {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    height: 34px;
    background: #fff;
    color: #817ccd;
    font-size: 18px;
    width: 40px;
    line-height: 24px;
    text-align: center;
}

.chatt-users-lists input:focus,
.chatt-users-lists button:focus {
    outline: none;
}

.chat-user-lists {
    margin: 0;
    padding: 0;
    max-height: 55vh;
    overflow: hidden;
}

.chatt-users-lists:hover .chat-user-lists {
    overflow-y: scroll
}

.chatuser-loop {
    padding: 6px 0;
    transition: background 0.2s ease-in;
}

.chatuser-loop:hover {
    background: #f1f1f1;
    transition: background 0.2s ease-in;
}

.ch-imgw {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 10px 0 10px;
}

.ch-imgw img {
    position: absolute;
    max-width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.rightchattw {
    flex: 0 0 calc(100% - 80px);
    margin-left: auto;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.rightchattw .type__loader {
    margin: inherit;
    margin-bottom: 9px;
}

.rightchattw .type__loader span {
    width: 8px;
    height: 8px;
}

.posted__last_comt {
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}

.userstate_status {
    margin-top: 10px;
}

.userstate_status a {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
}

.userstate_status a:hover {
    text-decoration: none;
}

.timenotif {
    margin-left: auto;
    margin-right: 7px;
    font-family: 'Roboto Condensed', sans-serif;
}

.chstatus {
    position: relative;
    margin-left: 8px;
}

.chstatus i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}

.if_ch_active {
    background: #71d638;
}

.if_ch_away {
    background: #f8cb43;
}

.if_ch_offline {
    background: #b1b1b1;
}

.dnone {
    display: none !important;
}

.locationtime {
    font-size: 11px;
    font-weight: 600;
    color: #4c4c4c;
}

.unread_count {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 50%;
    background: #736dc5;
    text-align: center;
    margin-top: 6px;
}

.unread_count span {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    line-height: 23px;
}

.weluser {
    font-weight: 800;
    font-size: 3.5rem;
    margin-bottom: 4rem;
}

.ch__userimg__area {
    position: relative;
}

.ch__userimg__area .chstatus i {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
}

.ch__userimg__area .chstatus {
    position: absolute;
    right: -1px;
    bottom: 28px;
}

.ch__userimg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.ch__userimg img {
    position: absolute;
    max-width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.ch_useredit_info {
    position: relative;
    margin: 20px 0 30px;
    width: 300px;
}

.ch_useredit_info::after {
    content: "\f040";
    font: normal normal normal 14px/1 FontAwesome;
    top: 6px;
    position: absolute;
    right: -4px;
    color: #9c9c9c;
}

.ch_useredit_info input {
    border: 0px none;
    border-bottom: 1px solid #cccccc;
    display: block;
    width: 100%;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
    white-space: nowrap;
}

.ch_useredit_info input:focus {
    outline: none;
}

.if-no-communi-user-deails button {
    background: #736dc5;
    border: 0px none;
    color: #fff;
    border-radius: 15pc;
    padding: 10px 33px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.1s ease-in;
}

.if-no-communi-user-deails button:hover {
    background: #000;
}

.if-no-communi-user-deails button:focus {
    outline: none;
}

.complete-chat-log {
    padding: 0 20px;
    position: relative;
    height: calc(100% - 20px);
}

.chat_send__wrap {
    width: 97%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}

.chatt__head {
    margin: 20px 0;
}

.to_whom {
    font-size: 17px;
    color: rgb(179, 179, 179);
    font-weight: 300;
    margin: 0;
}

.backtolist {
    margin-left: auto;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 50%;
}

.backtolist i {
    font-size: 24px;
    color: rgb(179, 179, 179);
}

.chat_historywrap {
    margin-bottom: 15px;
    height: calc(100% - 120px);
    overflow: hidden;
}

.complete-chat-window:hover .chat_historywrap {
    overflow-y: auto;
}

.chatt__talk_loop {
    margin: 15px 0;
}

.talkto_whom_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 3.5%;
}

.talkto_me_loop .talkto_whom_img {
    margin-left: 3.5%;
    margin-right: 0;
}

.talkto_whom_img img {
    position: absolute;
    max-width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.posted__comt {
    max-width: 100%;
    position: relative;
}

.talk_time {
    max-width: 100%;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    min-height: 40px;
}

.talk_time span {
    font-size: 11px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 9px 0 0;
    display: block;
}

.talktocomment {
    flex: 0 0 60%;
}

.talkto_me_loop .talktocomment {
    order: -1;
}

.is_user_typeing {
    flex: 0 0 100%;
}

.is_user_typeing .type__loader {
    margin: 0 0 0 calc(70px + 3.5%);
    margin-bottom: 25px;
    border: 2px solid #e4e6ff;
    padding: 10px;
    border-radius: 20px;
}

.is_user_typeing .type__loader span {
    width: 10px;
    height: 10px;
}

.ps_data_loop {
    background: #e8ebf0;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}

.posted__comt::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 22px;
    border-color: transparent transparent #e8ebf0 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #e8ebf0 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: 0px;
    left: -14px;
}

.posted__comt~.posted__comt {
    margin-top: 1rem;
}

.posted__comt~.posted__comt::after {
    display: none;
}

.talkto_me_loop .posted__comt::after {
    border-width: 0 22px 20px 0;
    right: -14px;
    left: inherit;
}

.talkto_me_loop .is_user_typeing {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.talkto_me_loop .is_user_typeing .type__loader {
    margin: 0 calc(70px + 3.5%) 0 0;
    margin-left: auto;
}

.talkto_me_loop .talk_time {
    text-align: left;
}

.chatt__type {
    position: absolute;
    bottom: 0%;
    width: 100%;
    left: 0;
    height: 60px;
    right: 0;
    background: #ececec;
    border-top: 1px solid #cccc;
}

.chatt__type .uploadfile span {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.chatt__type .uploadfile i {
    font-size: 20px;
    color: #736dc5;
    cursor: pointer;
}

.chatt__type .uploadfile,
.chatt__type input.upfile[type="file"] {
    width: 40px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 40px;
}

.chat_send__wrap .emojionearea {
    display: block;
    position: relative!important;
    width: auto;
    background-color: rgba(0, 0, 0, 0)!important;
    border: none !important;
    box-shadow: none !important;
}

.chat_send__wrap .emojionearea .emojionearea-editor {
    min-height: 30px;
}

.chat_send__wrap .uploadfile label {
    left: 14px;
    top: 11px;
    cursor: pointer;
}

.sendchat {
    background: none;
    border: none;
    color: #736dc5;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: 7px;
}

.chatinputt {
    flex: 1 1 auto;
    border: 0px none;
    font-style: italic;
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 10px;
    min-height: 40px;
    line-height: 20px;
}

.chatinputt:focus {
    outline: none
}

.readstste {
    position: relative;
    margin-left: 10px;
    margin-top: 7px;
}

.readstste i {
    color: #e7e7e7;
    font-size: 14px;
    line-height: 18px;
}

.readstste.seen i {
    color: #71d638
}

@media screen and (min-width:641px) {
    .chatt-users-lists {
        flex: 0 0 280px;
    }
    .complete-chat-window {
        flex: 0 0 calc(100% - 280px);
        margin-left: auto;
    }
}


/*become-a-freelancer-page-new1*/

.join-as-freelancer .tldes {
    padding: 0px 0 1rem 0;
}

.join-as-freelancer .input-field {
    margin-bottom: 16px;
}


/* misc fixing */

@media screen and (max-width:767px) {
    .m-b-lg .step-content {
        padding-top: 5rem;
    }
}


/* 
* New header
*/

.new__header {
    background: #3a66a5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mt__wrap {
    margin-top: 108px;
}

.post__login .wdwrap {
    max-width: 70%;
    width: 100%;
}

@media screen and (max-width:767px) {
    .post__login .wdwrap {
        max-width: 100%;
        width: 96%;
    }
}

.new__header .navbar-header {
    max-width: 225px;
}

.new__header .navbar-nav {
    float: right;
}

.new__header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.post__login .inermenu {
    margin: 0 0 2rem 0;
    background: #efefef;
    box-shadow: 0 2px 3px 0 #e0e0e0;
    border-bottom: 1px solid #d2d2d2;
}

.__explore {
    display: inline-block;
    font-size: 13px;
    margin: 10px 22px 0 0;
    padding: 10px 16px;
    float: right;
}

.__explore:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:480px) {
    .post__login .wdwrap {
        max-width: 100%;
        padding: 0 15px
    }
}

.top__filtarby .input-field {
    margin: 0 12px 0 0;
}

.top__filtarby .input-field input {
    height: 30px;
}

.breowsegigpage {
    max-width: 96%;
    margin: auto;
}

.btngrpss .blkbtn {
    margin: 0 10px 0 0;
    font-size: 16px;
    padding: 10px 23px;
}

.bottom__browsegigs {
    max-width: 96%;
    width: 100%;
    margin: 2rem auto 2rem;
}

.browsegigimg {
    max-height: 247px;
    overflow: hidden;
}

.bottom__browsegigs .pink-title {
    color: rgb(91, 97, 166);
    letter-spacing: 0.0em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 32px;
}

.bottom__browsegigs .bdb {}

.bottom__browsegigs .bdb span {
    display: block;
}

.bottom__browsegigs .bdb::before {
    content: '';
    display: block;
    background: #000000;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
}

.filtby {
    margin-right: 10px;
}

.user-type-page h1,
.user-type-page .o-user-type-selection,
.o-or-divider {
    font-family: 'Montserrat', sans-serif
}

.user-type-page .o-user-type-selection {
    color: #696969;
    font-size: 26px;
    padding: 25px 0;
    text-transform: none;
    line-height: 36px;
}


/* 
https://www.giggrabbers.com/hirefreelancers
*/

.list-inline>li {
    word-wrap: break-word;
    max-width: 100%;
}

@media screen and (max-width:480px) {
    .text-right.col-lg-2.col-md-2.col-sm-1.col-xs-2 a {
        display: block;
        margin-top: 13px;
    }
    .msglist .checkbox {
        float: none;
    }
}