/* Theme Reset Style */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Open+Sans:400,600,700);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #767676;
    background: #fff;
    overflow-x: hidden;
    font: 400 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #323232;
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.5;
    font-style: normal;
    text-transform: capitalize;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0f0f0f;
}

p a,
p a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 20px;
    line-height: 20px;
    letter-spacing: normal;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #414141;
}

iframe {
    width: 100%;
    float: left;
    border: none;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}

.wp-caption.alignleft,
.wp-caption.alignnone {
    width: 100%;
}

button {
    border: none;
}

textarea,
select,
.nd-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #999;
    outline: none;
    height: 50px;
    background: #fff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group textarea::placeholder {
    color: #999;
}

textarea.form-control {
    resize: none;
    height: 210px;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #999;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #999;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #999;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #999;
}

/* Microsoft Edge */
input:focus,
.select select:focus,
.form-control:focus {
    color: #999;
    border-color: #ddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-group {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

label {
    color: #666;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    top: 13px;
    left: 16px;
    color: #474747;
    position: absolute;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #dbdbdb;
    border: 1px solid #dbdbdb;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dbdbdb;
    text-align: center;
    text-transform: capitalize;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #dbdbdb;
}

table>thead>tr>th {
    border-bottom: 2px solid #dbdbdb;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0;
}

table>tbody+tbody {
    border-top: 2px solid #dbdbdb;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 6px 10px;
}

p ins {
    color: #666;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

/* Theme Custom Select */
.nd-select {
    color: #666;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.nd-select:after {
    top: 0;
    right: 15px;
    z-index: 2;
    color: #666;
    display: block;
    content: '\e874';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 50px;
    font-family: 'Linearicons-Free';
}

.nd-select select {
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.nd-select select option {
    color: #666;
}

.nd-displaynone {
    display: none;
}

/* Theme Custom CheckBox Radio */
.nd-radio,
.nd-radio label,
.nd-checkbox,
.nd-checkbox label {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

.nd-radio label,
.nd-checkbox label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
}

.nd-radio input[type=radio],
.nd-checkbox input[type=checkbox] {
    display: none;
}

.nd-radio input[type=radio]+label:before,
.nd-checkbox input[type=checkbox]+label:before {
    top: 4px;
    left: 0;
    color: #373542;
    font-size: 14px;
    line-height: 14px;
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
}

.nd-radio input[type=radio]+label:before {
    content: '';
}

.nd-radio input[type=radio]:checked+label:before,
.nd-checkbox input[type=checkbox]:checked+label:before {
    content: '\f00c';
}

.nd-checkbox input[type=checkbox]+label,
.nd-radio input[type=radio]+label {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 0 30px;
    text-transform: capitalize;
}

.nd-checkbox input[type=checkbox]+label {
    line-height: 14px;
}

.nd-checkbox input[type=checkbox]+label:before {
    top: 1px;
    color: #999;
}

.nd-checkbox input[type=checkbox]+label span {
    float: left;
    color: #999;
    font-size: 13px;
}

.nd-checkbox input[type=checkbox]:checked+label:before,
.nd-radio input[type=radio]:checked+label:before {
    content: '';
}

.nd-checkbox input[type=checkbox]+label:before,
.nd-radio input[type=radio]+label:before {
    top: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid #bbb;
}

.nd-radio input[type=radio]+label:after,
.nd-checkbox input[type=checkbox]+label:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
    color: #00cc8d;
    font-size: 10px;
    content: '\f00c';
    line-height: 20px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    font-family: 'FontAwesome';
}

.nd-checkbox input[type=checkbox]:checked+label:after,
.nd-radio input[type=radio]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.nd-radio input[type=radio]+label:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    content: '';
    background: #00cc8d;
    border-radius: 50px;
}

.nd-radio input[type=radio]+label:before {
    height: 16px;
    width: 16px;
    border-radius: 50px;
    border: 2px solid #bbb;
}

.nd-radio input[type=radio]+label {
    line-height: 16px;
}

.nd-checkbox input[type=checkbox]+label:before {
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.nd-checkbox input[type=checkbox]+label:after {
    width: auto;
    height: auto;
    line-height: 15px;
    content: '\f14a';
    font-size: 16px;
}

.nd-checkbox input[type=checkbox]:checked+label:before {
    border-color: #00cc8d;
}

/* Theme Global Elements */
.nd-haslayout {
    width: 100%;
    /* float: left;
*/
}

.nd-main-section {
    padding: 80px 0;
}

.nd-paddingnull {
    padding: 0;
}

.nd-paddingtopnull {
    padding-top: 0;
}

.nd-locationmap {
    width: 100%;
    float: left;
    height: 500px;
}

.nd-btnarea {
    float: left;
    width: 100%;
}

.nd-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.nd-btn {
    color: #fff;
    padding: 0 50px;
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font: 700 13px/50px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-btn:hover {
    -webkit-box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.25);
}

.nd-btn:hover,
.nd-btn:focus {
    color: #fff;
}

.nd-btn-lg {
    width: 100%;
}

.nd-socialicons {
    width: 100%;
    float: left;
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 34px;
}

.nd-socialicons li {
    float: left;
    padding: 0 4px;
    line-height: inherit;
    list-style-type: none;
}

.nd-socialicons li a {
    width: 34px;
    height: 34px;
    color: #fff;
    display: block;
    background: #000;
    overflow: hidden;
    font-size: 13px;
    line-height: 34px;
    position: relative;
    text-align: center;
    border-radius: 34px;
    text-transform: capitalize;
}

.nd-inputwithicon.nd-facebook .nd-icon,
.nd-checkbox.nd-facebook,
li.nd-facebook a {
    background: #3b5999;
}

.nd-inputwithicon.nd-twitter .nd-icon,
.nd-checkbox.nd-twitter,
li.nd-twitter a {
    background: #55acee;
}

.nd-inputwithicon.nd-linkedin .nd-icon,
.nd-checkbox.nd-linkedin,
li.nd-linkedin a {
    background: #0077B5;
}

.nd-inputwithicon.nd-skype .nd-icon,
.nd-checkbox.nd-skype,
li.nd-skype a {
    background: #00aff0;
}

.nd-checkbox.nd-dropbox,
li.nd-dropbox a {
    background: #007ee5;
}

.nd-checkbox.nd-vimeo,
li.nd-vimeo a {
    background: #1ab7ea;
}

.nd-checkbox.nd-tumblr,
li.nd-tumblr a {
    background: #34465d;
}

.nd-checkbox.nd-yahoo,
li.nd-yahoo a {
    background: #410093;
}

.nd-inputwithicon.nd-googleplus .nd-icon,
.nd-checkbox.nd-googleplus,
li.nd-googleplus a {
    background: #dd4b39;
}

.nd-inputwithicon.nd-pinterestp .nd-icon,
.nd-checkbox.nd-pinterestp,
li.nd-pinterestp a {
    background: #bd081c;
}

.nd-checkbox.nd-youtube,
li.nd-youtube a {
    background: #cd201f;
}

.nd-checkbox.nd-stumbleupon,
li.nd-stumbleupon a {
    background: #eb4924;
}

.nd-checkbox.nd-reddit,
li.nd-reddit a {
    background: #ff5700;
}

.nd-checkbox.nd-quora,
li.nd-quora a {
    background: #b92b27;
}

.nd-checkbox.nd-yelp,
li.nd-yelp a {
    background: #af0606;
}

.nd-checkbox.nd-soundcloud,
li.nd-soundcloud a {
    background: #ff3300;
}

.nd-checkbox.nd-whatsapp,
li.nd-whatsapp a {
    background: #25d366;
}

.nd-checkbox.nd-wechat,
li.nd-wechat a {
    background: #09b83e;
}

.nd-checkbox.nd-instagram,
li.nd-instagram a {
    background: #e4405f;
}

.nd-checkbox.nd-dribbble,
li.nd-dribbble a {
    background: #ea4c89;
}

.nd-checkbox.nd-flickr,
li.nd-flickr a {
    background: #ff0084;
}

.nd-checkbox.nd-rss,
li.nd-rss a {
    background: #ff6600;
}

.nd-socialiconsborder li.nd-facebook a {
    color: #3b5999;
    border: 1px solid #3b5999;
}

.nd-socialiconsborder li.nd-twitter a {
    color: #55acee;
    border: 1px solid #55acee;
}

.nd-socialiconsborder li.nd-linkedin a {
    color: #0077B5;
    border: 1px solid #0077B5;
}

.nd-socialiconsborder li.nd-skype a {
    color: #00aff0;
    border: 1px solid #00aff0;
}

.nd-socialiconsborder li.nd-dropbox a {
    color: #007ee5;
    border: 1px solid #007ee5;
}

.nd-socialiconsborder li.nd-vimeo a {
    color: #1ab7ea;
    border: 1px solid #1ab7ea;
}

.nd-socialiconsborder li.nd-tumblr a {
    color: #34465d;
    border: 1px solid #34465d;
}

.nd-socialiconsborder li.nd-yahoo a {
    color: #410093;
    border: 1px solid #410093;
}

.nd-socialiconsborder li.nd-googleplus a {
    color: #dd4b39;
    border: 1px solid #dd4b39;
}

.nd-socialiconsborder li.nd-pinterestp a {
    color: #bd081c;
    border: 1px solid #bd081c;
}

.nd-socialiconsborder li.nd-youtube a {
    color: #cd201f;
    border: 1px solid #cd201f;
}

.nd-socialiconsborder li.nd-stumbleupon a {
    color: #eb4924;
    border: 1px solid #eb4924;
}

.nd-socialiconsborder li.nd-reddit a {
    color: #ff5700;
    border: 1px solid #ff5700;
}

.nd-socialiconsborder li.nd-quora a {
    color: #b92b27;
    border: 1px solid #b92b27;
}

.nd-socialiconsborder li.nd-yelp a {
    color: #af0606;
    border: 1px solid #af0606;
}

.nd-socialiconsborder li.nd-soundcloud a {
    color: #ff3300;
    border: 1px solid #ff3300;
}

.nd-socialiconsborder li.nd-whatsapp a {
    color: #25d366;
    border: 1px solid #25d366;
}

.nd-socialiconsborder li.nd-wechat a {
    color: #09b83e;
    border: 1px solid #09b83e;
}

.nd-socialiconsborder li.nd-instagram a {
    color: #e4405f;
    border: 1px solid #e4405f;
}

.nd-socialiconsborder li.nd-dribbble a {
    color: #ea4c89;
    border: 1px solid #ea4c89;
}

.nd-socialiconsborder li.nd-flickr a {
    color: #ff0084;
    border: 1px solid #ff0084;
}

.nd-socialiconsborder li.nd-rss a {
    color: #ff6600;
    border: 1px solid #ff6600;
}

.nd-socialiconsborder li a {
    background: none;
    line-height: 32px;
}

.nd-socialiconsborder li.nd-facebook a i {
    color: #3b5999;
}

.nd-socialiconsborder li.nd-twitter a i {
    color: #55acee;
}

.nd-socialiconsborder li.nd-linkedin a i {
    color: #0077B5;
}

.nd-socialiconsborder li.nd-skype a i {
    color: #00aff0;
}

.nd-socialiconsborder li.nd-dropbox a i {
    color: #007ee5;
}

.nd-socialiconsborder li.nd-vimeo a i {
    color: #1ab7ea;
}

.nd-socialiconsborder li.nd-tumblr a i {
    color: #34465d;
}

.nd-socialiconsborder li.nd-yahoo a i {
    color: #410093;
}

.nd-socialiconsborder li.nd-googleplus a i {
    color: #dd4b39;
}

.nd-socialiconsborder li.nd-pinterestp a i {
    color: #bd081c;
}

.nd-socialiconsborder li.nd-youtube a i {
    color: #cd201f;
}

.nd-socialiconsborder li.nd-stumbleupon a i {
    color: #eb4924;
}

.nd-socialiconsborder li.nd-reddit a i {
    color: #ff5700;
}

.nd-socialiconsborder li.nd-quora a i {
    color: #b92b27;
}

.nd-socialiconsborder li.nd-yelp a i {
    color: #af0606;
}

.nd-socialiconsborder li.nd-soundcloud a i {
    color: #ff3300;
}

.nd-socialiconsborder li.nd-whatsapp a i {
    color: #25d366;
}

.nd-socialiconsborder li.nd-wechat a i {
    color: #09b83e;
}

.nd-socialiconsborder li.nd-instagram a i {
    color: #e4405f;
}

.nd-socialiconsborder li.nd-dribbble a i {
    color: #ea4c89;
}

.nd-socialiconsborder li.nd-flickr a i {
    color: #ff0084;
}

.nd-socialiconsborder li.nd-rss a i {
    color: #ff6600;
}

.nd-socialicons li a i {
    color: #fff;
    display: block;
    text-align: center;
    font-size: inherit;
    line-height: inherit;
}

.nd-socialsharewithtext li a i {
    width: 34px;
}

.nd-socialicons li a:hover {
    color: #fff;
}

.nd-socialiconssimple {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 20px;
}

.nd-socialiconssimple li {
    float: left;
    padding: 0 10px;
    line-height: inherit;
    list-style-type: none;
}

.nd-socialiconssimple li:first-child {
    padding-left: 0;
}

.nd-socialiconssimple li a {
    width: auto;
    height: auto;
    display: block;
    font-size: 18px;
    background: none;
    border-radius: 0;
    line-height: inherit;
}

.nd-socialiconssimple li.nd-facebook a i {
    color: #3b5999;
}

.nd-socialiconssimple li.nd-twitter a i {
    color: #55acee;
}

.nd-socialiconssimple li.nd-linkedin a i {
    color: #0077B5;
}

.nd-socialiconssimple li.nd-googleplus a i {
    color: #dd4b39;
}

.nd-socialiconssimple li.nd-rss a i {
    color: #ff6600;
}

.nd-socialiconssimple li.nd-vimeo a i {
    color: #1ab7ea;
}

.nd-socialiconssimple li.nd-tumblr a i {
    color: #34465d;
}

.nd-socialiconssimple li.nd-yahoo a i {
    color: #410093;
}

.nd-socialiconssimple li.nd-yelp a i {
    color: #af0606;
}

.nd-socialiconssimple li.nd-pinterestp a i {
    color: #bd081c;
}

.nd-socialiconssimple li.nd-youtube a i {
    color: #cd201f;
}

.nd-socialiconssimple li.nd-stumbleupon a i {
    color: #eb4924;
}

.nd-socialiconssimple li.nd-reddit a i {
    color: #ff5700;
}

.nd-socialiconssimple li.nd-bloggerb a i {
    color: #f57d00;
}

.nd-socialiconssimple li.nd-clone a i {
    color: #878787;
}

.nd-socialiconfooter li.nd-facebook:hover a i {
    color: #3b5999;
}

.nd-socialiconfooter li.nd-twitter:hover a i {
    color: #55acee;
}

.nd-socialiconfooter li.nd-linkedin:hover a i {
    color: #0077B5;
}

.nd-socialiconfooter li.nd-skype:hover a i {
    color: #00aff0;
}

.nd-socialiconfooter li.nd-dropbox:hover a i {
    color: #007ee5;
}

.nd-socialiconfooter li.nd-vimeo:hover a i {
    color: #1ab7ea;
}

.nd-socialiconfooter li.nd-tumblr:hover a i {
    color: #34465d;
}

.nd-socialiconfooter li.nd-yahoo:hover a i {
    color: #410093;
}

.nd-socialiconfooter li.nd-googleplus:hover a i {
    color: #dd4b39;
}

.nd-socialiconfooter li.nd-pinterestp:hover a i {
    color: #bd081c;
}

.nd-socialiconfooter li.nd-youtube:hover a i {
    color: #cd201f;
}

.nd-socialiconfooter li.nd-stumbleupon:hover a i {
    color: #eb4924;
}

.nd-socialiconfooter li.nd-reddit:hover a i {
    color: #ff5700;
}

.nd-socialiconfooter li.nd-quora:hover a i {
    color: #b92b27;
}

.nd-socialiconfooter li.nd-yelp:hover a i {
    color: #af0606;
}

.nd-socialiconfooter li.nd-soundcloud:hover a i {
    color: #ff3300;
}

.nd-socialiconfooter li.nd-whatsapp:hover a i {
    color: #25d366;
}

.nd-socialiconfooter li.nd-wechat:hover a i {
    color: #09b83e;
}

.nd-socialiconfooter li.nd-instagram:hover a i {
    color: #e4405f;
}

.nd-socialiconfooter li.nd-dribbble:hover a i {
    color: #ea4c89;
}

.nd-socialiconfooter li.nd-flickr:hover a i {
    color: #ff0084;
}

.nd-socialiconfooter li.nd-rss:hover a i {
    color: #ff6600;
}

.nd-roundicontext .nd-usericonholder {
    width: 250px;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.nd-roundicontext i,
.nd-roundicontext span {
    float: left;
    font-size: inherit;
    line-height: inherit;
}

.nd-roundicontext span {
    padding: 0 15px 0 0;
}

.nd-roundicontext:focus,
.nd-roundicontext:hover {
    color: #fff;
    width: 100%;
}

.nd-roundicontext:hover .nd-usericonholder {
    width: 100%;
}

.nd-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.nd-description {
    width: 100%;
    float: left;
}

.nd-bglight {
    background: #f7f7f7;
}

.nd-bgwhite {
    background: #fff;
    overflow: hidden;
}

.nd-stars span,
.nd-stars {
    width: 100px;
    height: 16px;
    float: left;
    line-height: 16px;
    position: relative;
}

.nd-stars span:after,
.nd-stars:before {
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    letter-spacing: 4px;
    font-family: 'FontAwesome';
    color: rgba(218, 218, 218, .8);
    content: '\f005 \f005 \f005 \f005 \f005';
}

.nd-stars span {
    width: 100%;
    overflow: hidden;
}

.nd-stars span:after {
    color: #fdd003;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class^="col-"],
.no-gutters>[class*="col-"],
.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.nd-dropdowarrow {
    top: 9px;
    right: 15px;
    color: #fff;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.nd-dropdowarrow i {
    display: block;
    font-size: inherit;
    line-height: inherit;
}

.nd-open>.nd-dropdowarrow>i:before {
    content: '\e874';
}

.menu-item-has-children,
.menu-item-has-mega-menu {
    position: relative;
}

.mega-menu-row {
    width: 100%;
    float: left;
    display: table;
    table-layout: fixed;
}

.mega-menu-col {
    display: table-cell;
    vertical-align: top;
}

.navbar-toggle {
    border: 0;
    margin: 3px 0;
    border-radius: 0;
    padding: 10px 12px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.nd-formtheme {
    width: 100%;
    float: left;
}

.nd-formtheme fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.nd-inputwithicon {
    position: relative;
}

.nd-inputwithicon i {
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
}

.nd-inputwithicon .form-control {
    z-index: 1;
    position: relative;
}

.nd-innerbgcolor {
    background: #f7f7f7;
}

/* For Mobile Nav use this code in Responsive.css desired Query */




/*
.navbar-toggle{display: block;}
.navbar-collapse.collapse {display: none!important;}
.collapse.in{display:block !important;}
*/



/* For Mobile Nav use this code in Responsive.css desired Query */
/*Theme Pagination Style */
.nd-pagination {
    width: 100%;
    float: left;
    font: 14px/24px 'Open Sans', Arial, Helvetica, sans-serif;
}

.nd-pagination ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
    line-height: inherit;
}

.nd-pagination ul li {
    float: none;
    margin: 0 3px;
    line-height: inherit;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.nd-pagination ul li.nd-prevpage {
    float: left;
    margin-left: 0;
    font-size: 18px;
}

.nd-pagination ul li.nd-nextpage {
    float: right;
    margin-right: 0;
    font-size: 18px;
}

.nd-pagination ul li.nd-active a {
    color: #fff;
}

.nd-pagination ul li a {
    color: #999;
    width: 46px;
    height: 46px;
    display: block;
    font-size: 14px;
    background: #fff;
    text-align: center;
    position: relative;
    line-height: 46px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.nd-pagination ul li a.nd-nextpage,
.nd-pagination ul li a.nd-nextpage,
.nd-pagination ul li a i {
    font-size: 18px;
    line-height: inherit;
}

.nd-pagination ul li a:hover {
    color: #fff;
}

.nd-savepagination {
    padding: 30px;
    border-top: 1px solid #eff2f5;
}

.tab-savecontent {
    padding: 0;
}

.tab-savecontent .nd-yourdetails,
.tab-savecontent .nd-followcompomy,
.tab-savecontent .nd-likefreelan {
    width: 100%;
    float: left;
    padding: 30px;
}

/* Theme BreadCrumb Style */
.nd-breadcrumb {
    padding: 0;
    margin: 21px 0 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font: 400 18px/18px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-breadcrumb li {
    width: auto;
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.nd-breadcrumb li:after {
    top: 0;
    left: -3px;
    color: #999;
    content: '/';
    position: absolute;
    font-size: inherit;
    line-height: inherit;
}

.nd-breadcrumb li:first-child:after {
    display: none;
}

.nd-breadcrumb li:first-child {
    padding-left: 0;
}

.nd-breadcrumb li:last-child {
    padding-right: 0;
}

.nd-breadcrumb li a {
    color: #fff;
    display: block;
}

.nd-breadcrumb li.nd-active {
    color: #999;
}

/* Theme Styling */
.nd-main {
    padding: 20px 0;
}

.nd-footer {
    background: #323232;
}

.nd-sectionhead,
.nd-sectiontitle {
    width: 100%;
    float: left;
}

.nd-sectionhead {
    position: relative;
    margin: 0;
}

.nd-textcenter {
    text-align: center;
}

.nd-sectionhead.nd-textcenter {
    text-align: center;
}

.nd-textcenter .nd-sectiontitle:after {
    left: 50%;
    margin: 0 0 0 -80px;
}

.nd-sectiontitle:after {
    left: 0;
    bottom: 0;
    height: 4px;
    content: '';
    width: 160px;
    border-radius: 2px;
    position: absolute;
}

.nd-sectiontitle {
    padding-bottom: 30px;
    position: relative;
    margin: 0 0 50px;
}

.nd-sectiontitle h2 {
    margin: 0 0 13px;
    display: block;
    color: #323232;
    font-size: 36px;
    line-height: 36px;
}

.nd-sectiontitle span {
    display: block;
    color: #767676;
    font-size: 18px;
    line-height: 18px;
}

/* Header Style */
.nd-logo {
    float: left;
    margin: 15px 0;
}

.nd-header {
    padding: 0;
    z-index: 10;
    position: relative;
    border-bottom: 1px solid #e4e6e8;
}

.nd-nav {
    width: 100%;
    float: left;
    text-transform: capitalize;
    font: 400 16px/16px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-navigation {
    padding: 0;
    width: 100%;
    float: left;
}

.nd-navigation ul {
    list-style: none;
    line-height: inherit;
}

.nd-navigation>ul {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    line-height: inherit;
}

.nd-navigation ul li {
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.nd-navigation>ul>li {
    width: auto;
    vertical-align: top;
    display: inline-block;
}

.nd-navigation ul li a {
    color: #767676;
    display: block;
    position: relative;
}

.sub-menu {
    left: 0;
    opacity: 0;
    top: 150px;
    background: #fff;
    visibility: hidden;
    position: absolute;
    text-align: left;
}

.sub-menu {
    margin: 0;
    width: 255px;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-navigation>ul>li:hover>.sub-menu,
.nd-navigation>ul>li:hover>.mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.mega-menu-row {
    margin: 0;
    display: table;
    table-layout: fixed;
}

.nd-rightarea {
    float: right;
}

.nd-navigation>ul>li>a {
    margin: 20px 0;
    padding: 10px 13px;
    display: flex;
    align-items: center;
}

.nd-navigation>ul>li>a>i {
    margin-left: 10px;
    font-size: 13px;
}

.nd-navigation>ul>li>a:after {
    bottom: 0;
    left: 50%;
    opacity: 0;
    width: 10px;
    height: 2px;
    content: '';
    visibility: hidden;
    position: absolute;
    margin: 0 0 0 -10px;
}

.nd-navigation>ul>li:hover>a:after,
.nd-navigation>ul>li.current-menu-item>a:after {
    width: 20px;
    opacity: 1;
    visibility: visible;
}

.nd-navigation>ul>li>.sub-menu {
    border-top: 2px solid;
    border-radius: 0 0 5px 5px;
}

.nd-navigation ul li .sub-menu li a {
    padding: 12px 20px;
}

.nd-navigation ul li .sub-menu>li:hover>a {
    color: #323232;
}

.nd-navigation ul li .sub-menu li a {
    font-size: 14px;
}

.nd-navigation>ul>li>.sub-menu>li:hover {
    background: #fcfcfc;
}

.nd-navigation>ul>li>.sub-menu>li:last-child {
    border-radius: 0 0 5px 5px;
}

.nd-navigation>ul>li>.sub-menu>li.menu-item-has-children .sub-menu li {
    background: #fcfcfc;
}

.nd-navigation>ul>li>.sub-menu>li.menu-item-has-children .sub-menu li:hover {
    background: #fff;
}

.nd-navigation>ul>li>.sub-menu>li.menu-item-has-children .sub-menu li:first-child {
    border-radius: 0 5px 0 0;
}

.nd-navigation>ul>li>.sub-menu>li.menu-item-has-children .sub-menu li:last-child {
    border-radius: 0 0 5px 0;
}

.nd-navigation ul li .sub-menu li+li a {
    border-top: 1px solid #eee;
}

.nd-rightarea .nd-nav {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.nd-navigation>ul>li.menu-item-has-children .sub-menu li .sub-menu,
.nd-navigation>ul>li.page_item_has_children .sub-menu li .sub-menu {
    left: 100%;
    border-radius: 0 4px 4px 0;
}

.sub-menu li.page_item_has_children:hover .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.sub-menu li.menu-item-has-children>a:before,
.children li.menu-item-has-children>a:before,
.sub-menu li.page_item_has_children>a:before,
.children li.page_item_has_children>a:before {
    top: 0;
    right: 20px;
    color: #999;
    content: '\e876';
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    font-family: 'Linearicons-Free';
}

.nd-newnoti a em {
    padding: 0 5px;
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
    font-style: normal;
    line-height: 16px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.nd-notificationicon>a {
    position: relative;
}

.nd-notificationicon>a:after {
    top: 50%;
    content: '';
    width: 6px;
    height: 6px;
    right: 35px;
    margin-top: -3px;
    border-radius: 50px;
    position: absolute;
}

/* Login Style */
.nd-loginarea {
    width: auto;
    float: right;
    margin: 20px 0;
    padding: 0 0 0 20px;
    border-left: 1px solid #ddd;
}

.nd-userimg {
    margin: 0;
    float: left;
    width: auto;
    max-width: 36px;
    max-height: 36px;
    margin-right: 10px;
    border-radius: 50px;
}

.nd-userimg img {
    width: 100%;
    display: block;
    border-radius: 50px;
}

.nd-loginarea .nd-loginbtn {
    color: #00adf2;
    margin-right: 20px;
}

.nd-loginarea>.nd-btn {
    padding: 0 15px;
    line-height: 36px;
}

.nd-loginoption {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nd-loginformhold {
    top: 51px;
    right: 0;
    z-index: 9;
    width: 350px;
    display: none;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    line-height: normal;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-loginheader {
    float: left;
    width: 100%;
    padding: 20px 20px 0;
}

.nd-loginheader span {
    color: #323232;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.nd-loginheader a {
    color: #ddd;
    float: right;
    font-size: 14px;
    line-height: 16px;
}

.nd-logininfo {
    float: left;
    width: 100%;
}

.nd-loginform fieldset {
    padding: 20px;
}

.nd-loginform fieldset .form-group {
    margin: 0 0 10px;
}

.nd-logininfo .nd-btn {
    padding: 0 30px;
    line-height: 36px;
    float: left;
}

.nd-logininfo .nd-checkbox {
    width: auto;
    margin-left: 20px;
    padding: 11px 0;
}

.nd-logininfo .nd-checkbox label {
    font-size: 14px;
    color: #767676;
    line-height: 36px;
}

.nd-loginfooterinfo {
    width: 100%;
    float: left;
    background: #f7f7f7;
}

.nd-loginfooterinfo a {
    width: 50%;
    float: left;
    color: #55acee;
    text-align: center;
    position: relative;
    line-height: 50px;
}

.nd-loginfooterinfo a+a:before {
    top: 50%;
    left: 0;
    content: '';
    width: 2px;
    height: 30px;
    background: #ddd;
    position: absolute;
    margin: -15px 0 0;
}

body.nd-login .nd-loginarea {
    display: none;
}

.nd-userlogedin {
    float: right;
    padding: 20px;
    display: none;
    cursor: pointer;
    position: relative;
    padding-right: 0;
    position: relative;
}

.nd-userlogedin:before {
    left: 0;
    top: 50%;
    width: 1px;
    content: '';
    height: 36px;
    background: #ddd;
    margin-top: -18px;
    position: absolute;
}

body.nd-login .nd-userlogedin {
    display: block;
}

.nd-userlogedin .nd-userimg {
    float: left;
    margin-right: 10px;
}

.nd-username {
    overflow: hidden;
}

.nd-username h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 16px;
}

.nd-username span {
    display: block;
    font-size: 13px;
    line-height: 15px;
}

.nd-usernav {
    right: 0;
    opacity: 0;
    top: 140px;
    z-index: 9;
    width: 220px;
    visibility: hidden;
    position: absolute;
    border-radius: 5px;
}

.nd-userlogedin:hover .nd-usernav {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nd-usernav ul {
    width: 100%;
    float: left;
    font-size: 14px;
    background: #fff;
    list-style: none;
    line-height: 16px;
    border-radius: 0 0 4px 4px;
}

.nd-usernav>ul {
    border-top: 2px solid;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-usernav ul li {
    width: 100%;
    float: left;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.nd-usernav ul li+li {
    border-top: 1px solid #eee;
}

.nd-usernav ul li a {
    color: #767676;
    display: block;
    padding: 11px 20px;
    line-height: inherit;
    position: relative;
}

.nd-usernav ul li:hover>a {
    color: #323232;
}

.nd-usernav ul li a span {
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}

.nd-usernav ul li .sub-menu {
    border: 0;
    left: auto;
    right: 100%;
    border-radius: 4px 0 0 4px;
}

.nd-usernav ul li:hover .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.nd-usernav ul li .sub-menu li a {
    border-radius: 0 5px 5px 0;
}

.nd-usernav ul li.menu-item-has-children:after,
.nd-usernav ul li.page_item_has_children:after {
    top: 0;
    right: 20px;
    color: #999;
    font-size: 10px;
    content: '\e876';
    line-height: 40px;
    position: absolute;
    font-family: 'Linearicons-Free';
}

/* Banner Style */
.nd-bannerholder {
    background-image: url(../images/bannerimg/banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.nd-bannerholder:before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(50, 50, 50, 0.40);
}

.nd-bannerimages {
    float: left;
    width: 540px;
    padding: 40px 0;
    margin-left: -125px;
}

.nd-bannermanimg {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

.nd-bannermanimg img {
    width: 100%;
    display: block;
}

.nd-bannermanimgone,
.nd-bannermanimgtwo {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.nd-bannermanimgone {
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
}

.nd-bannermanimgtwo {
    animation-duration: 12s;
    -webkit-animation-duration: 12s;
}

.nd-bannercontent {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    height: 100%;
}

.nd-bannerhead {
    float: left;
    width: 100%;
    margin: 0 0 13px;
}

.nd-bannercontent .nd-title h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 58px;
    margin: 0 0 21px;
    text-transform: inherit;
}

.nd-bannercontent .nd-title h1 span {
    display: block;
    font-weight: 400;
}

.nd-bannercontent .nd-bannerhead .nd-description p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.nd-formbanner {
    position: relative;
    margin: 0 0 30px;
}

.nd-formbanner fieldset .form-group {
    margin: 0;
}

.nd-formbanner fieldset .form-group .form-control {
    border: 0;
    height: 60px;
    font-size: 18px;
    padding: 10px 300px 10px 30px
}

.nd-formoptions {
    top: 0;
    right: 0;
    position: absolute;
}

.nd-dropdown {
    width: 280px;
    float: left;
    border-left: 1px solid #ddd;
}

.nd-dropdown>span {
    color: #999;
    width: 280px;
    float: right;
    font-size: 15px;
    cursor: pointer;
    line-height: 55px;
    padding: 0 20px 0 30px;
}

.nd-dropdown>span em {
    width: 75%;
    height: 60px;
    color: #323232;
    padding: 0 0 2px;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nd-dropdown>span i {
    color: #999;
    float: right;
    font-size: 14px;
    line-height: 60px;
}

.nd-searchbtn {
    width: 60px;
    color: #fff;
    float: right;
    line-height: 60px;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

.nd-searchbtn:hover,
.nd-searchbtn:focus {
    color: #fff;
}

.nd-radioholder {
    left: 0;
    top: 100%;
    z-index: 1;
    width: 225px;
    display: none;
    background: #fff;
    overflow: hidden;
    position: absolute;
    border-radius: 0 0 5px 5px;
}

.nd-radioholder .nd-radio input[type=radio]+label {
    color: #323232;
    font-size: 18px;
    line-height: 60px;
    padding: 0 30px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.nd-radioholder .nd-radio input[type=radio]+label:before {
    display: none;
}

.nd-radioholder .nd-radio input[type=radio]+label:after {
    top: 50%;
    left: auto;
    width: 20px;
    height: 20px;
    right: 10px;
    font-size: 12px;
    margin-top: -10px;
    background: transparent;
    content: '\f00c';
}

.nd-radioholder .nd-radio input[type=radio]:checked+label {
    background: #f7f7f7;
}

/* Banner Video Style */
.nd-videoholder {
    float: left;
    width: 100%;
}

.nd-videoshow {
    float: left;
    width: auto;
    margin-right: 20px;
}

.nd-videoshow a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    border: 4px solid rgba(255, 255, 255, 0.30);
}

.nd-videoshow a i {
    line-height: 42px;
    background: #fff;
    display: block;
    border-radius: 50px;
}

.nd-videocontent {
    float: left;
    width: auto;
    padding: 4px 0;
}

.nd-videocontent span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.nd-videocontent span em {
    display: block;
    font-style: normal;
    font-size: 13px;
}

/* Category Style */
.nd-categoryexpl {
    float: left;
    width: 100%;
}

.nd-categorycontent {
    float: left;
    width: 100%;
    min-height: 200px;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #eff2f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
}

.nd-categorycontent:hover {
    -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-categorycontent figure {
    left: 50%;
    margin: 0;
    top: 45px;
    left: 50%;
    width: 65px;
    margin: 0 auto;
    margin-left: -32px;
    position: absolute;
}

/*.nd-categorycontent:hover figure {
    top: -80px;
}*/

.nd-cattitle {
    left: 0;
    top: 130px;
    float: left;
    width: 100%;
    padding: 0 20px;
    position: absolute;
}

/*.nd-categorycontent:hover .nd-cattitle {
    top: 21%;
}
*/

.nd-cattitle h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.nd-categoryexpl>.float-left:nth-child(n+5) {
    margin-top: 30px;
}

.nd-categoryexpl .nd-btnarea {
    text-align: center;
}

.nd-categoryslidup {
    left: 0;
    opacity: 0;
    width: 100%;
    bottom: -100px;
    display: block;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 16px;
    visibility: hidden;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}

.nd-categorycontent:hover .nd-categoryslidup {
    opacity: 1;
    bottom: 0;
    bottom: 22%;
    visibility: visible;
}

.nd-categoryslidup p {
    font-size: 14px;
    margin: 0 0 28px;
    line-height: 24px;
}

.nd-categoryslidup a {
    color: #55acee;
    font-size: 14px;
    line-height: 16px;
}

.nd-categoryslidup a i {
    font-size: 12px;
}

/* Join Company Style */
.nd-companyinfohold {
    position: relative;
    background: #323232;
}

.nd-companyinfohold:before,
.nd-companyinfohold:after {
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.8;
    max-width: 397px;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nd-companyinfohold:before {
    left: 0;
    background-image: url(../images/bg/img-01.jpg);
}

.nd-companyinfohold:after {
    right: 0;
    background-image: url(../images/bg/img-02.jpg);
}

.nd-companydetails {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.nd-companycontent {
    width: 50%;
    float: left;
    padding: 30px 40px;
    min-height: 400px;
    background: #f7f7f7;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
}

.nd-companydetails .nd-companycontent+.nd-companycontent:before {
    top: 0;
    left: -5px;
    width: 10px;
    height: 100%;
    content: '';
    background: #fff;
    position: absolute;
}

.nd-companyinfotitle {
    float: left;
    width: 100%;
}

.nd-companyinfotitle h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 17px;
}

.nd-companycontent .nd-description {
    margin: 0 0 27px;
}

.nd-companycontent .nd-description p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

/* Limitless Experience Style */
.nd-mobileimg {
    margin: 0;
    float: left;
    width: 100%;
}

.nd-mobileimg {
    width: 100%;
    display: block;
}

.nd-experienceholder {
    width: 100%;
    float: left;
    padding: 57px 0;
}

.nd-experienceholder .nd-sectiontitle {
    margin: 0 0 44px;
}

.nd-experienceholder .nd-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px;
}

.nd-experienceholder .nd-appicon {
    margin-top: 6px;
}

.nd-appicon {
    float: left;
    width: 100%;
    list-style: none;
}

.nd-appicon li {
    float: left;
    width: auto;
    list-style-type: none;
}

.nd-appicon li+li {
    margin-left: 30px;
}

.nd-appicon li a {
    display: block;
}

.nd-appicon li figure {
    margin: 0;
    float: left;
    width: 100%;
}

.nd-appicon li figure img {
    width: 100%;
    display: block;
}

/* Inner Header Form Style */
.nd-headervtwo .nd-navigationarea .nd-logo {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.nd-formbannervtwo {
    width: auto;
    margin: 13px 0 13px 30px;
}

.nd-formbannervtwo fieldset .form-group {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}

.nd-formbannervtwo fieldset .form-group .form-control {
    height: 50px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.nd-formbannervtwo .nd-dropdown>span {
    line-height: 48px;
    font-size: 14px;
}

.nd-formbannervtwo .nd-dropdown>span i,
.nd-formbannervtwo .nd-dropdown>span em {
    line-height: 48px;
    font-size: 14px;
    padding: 0;
}

.nd-formbannervtwo .nd-dropdown>span em {
    height: auto;
}

.nd-formbannervtwo .nd-searchbtn {
    width: 50px;
    line-height: 50px;
}

.nd-formbannervtwo .nd-radioholder .nd-radio input[type=radio]+label {
    font-size: 14px;
}

/* Artcle Style */
/* Artcle Banner Style */
.nd-innerbannerholder {
    height: 250px;
    background-image: url(../images/bannerimg/img-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    position: relative;
}

.nd-innerbannerholder:before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(50, 50, 50, 0.40);
}

.nd-innerbannercontent {
    float: left;
    width: 100%;
    text-align: center;
}

.nd-title {
    float: left;
    width: 100%;
}

.nd-title h2 {
    display: block;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
}

.nd-innerbannercontent .nd-title h2 {
    color: #fff;
}

.nd-articletabshold {
    float: left;
    width: 100%;
    display: block;
}

.nd-navarticletab {
    width: 100%;
    display: block;
    list-style: none;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}

.nd-navarticletab li {
    width: auto;
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    list-style-type: none;
}

.nd-navarticletab li a {
    display: block;
    color: #767676;
    font-size: 16px;
    padding: 0 25px 15px;
    position: relative;
    line-height: inherit;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-navarticletabvtwo {
    line-height: 69px;
}

.nd-navarticletabvtwo li a {
    padding: 0 25px;
}

.nd-navarticletab li a:after {
    left: 0;
    width: 0;
    content: '';
    bottom: -1px;
    z-index: 1;
    height: 2px;
    position: absolute;
}

.nd-navarticletab li a.active:after,
.nd-navarticletab li:hover a:after {
    width: 100%;
}

.nd-articletabshold .nd-contentarticle {
    margin: 25px 0;
}

.nd-contentarticle {
    float: left;
    width: 100%;
}

.nd-article {
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    border-radius: 4px;
    padding-bottom: 110px;
}

.nd-article:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-article figure {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
    border-radius: 4px 4px 0 0;
}

.nd-article figure img {
    width: 100%;
    opacity: 0.80;
    display: block;
    border-radius: 4px 4px 0 0;
}

.nd-article:hover figure img {
    opacity: 0.4;
}

.nd-articlecontent {
    left: 0;
    bottom: 0;
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    position: absolute;
    border-radius: 0 0 4px 4px;
}

.nd-articlecontent .nd-title h2 {
    margin: 0;
    display: block;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.nd-classicaricle-holder .nd-articlecontent .nd-title h2 {
    line-height: 22px;
}

.nd-articlecontent .nd-postarticlemeta {
    margin-top: 14px;
}

.nd-postarticlemeta {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 14px;
    list-style: none;
}

.nd-postarticlemeta li {
    width: auto;
    float: left;
    padding: 0 12px;
    text-align: center;
    line-height: inherit;
    list-style-type: none;
}

.nd-postarticlemeta li:first-child {
    padding-left: 0;
}

.nd-postarticlemeta li+li {
    border-left: 1px solid #adadad;
}

.nd-postarticlemeta li i,
.nd-postarticlemeta li span {
    color: #999;
    display: inline-block;
    vertical-align: middle;
}

.nd-postarticlemeta li+li span {
    color: #55acee;
}

.nd-postarticlemeta li i {
    margin: 0 5px 0 0;
}

/* Article Single Style */
.nd-articlesingle-holder {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 4px;
}

.nd-articlesingle-content {
    float: left;
    width: 100%;
}

.nd-singleimg-one {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
    background: #323232;
}

.nd-singleimg-one img {
    width: 100%;
    opacity: 0.80;
    display: block;
    border-radius: 4px;
}

.nd-innertitle h2 {
    font-size: 28px;
    line-height: 28px;
}

.nd-articlesingle-content .nd-title h2 {
    display: block;
    font-size: 28px;
    margin: 0 0 25px;
    line-height: 26px;
}

.nd-articlesingle-content .nd-postarticlemeta {
    font-size: 16px;
    margin: 0 0 35px;
    line-height: 17px;
}

.nd-articlesingle-content .nd-postarticlemeta li {
    padding: 0 15px;
}

.nd-articlesingle-content .nd-postarticlemeta li:first-child {
    padding-left: 0;
}

.nd-articlesingle-content .nd-description p {
    font-size: 16px;
    margin: 0 0 23px;
    line-height: 26px;
}

.nd-articlesingle-content .nd-description .nd-clear {
    clear: both;
}

.nd-articlesingle-content .nd-description blockquote {
    margin: 0;
    border: 0;
    width: 100%;
    float: left;
    quotes: none;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding: 0 250px 23px;
}

.nd-articlesingle-content .nd-description blockquote span {
    width: 82px;
    float: left;
    height: 82px;
    padding: 6px;
    margin-right: 13px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 88, 81, 0.20);
}

.nd-articlesingle-content .nd-description blockquote span i {
    width: 70px;
    color: #fff;
    height: 70px;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.nd-articlesingle-content .nd-description .nd-blockquotevone q {
    display: block;
    margin: 11px 0;
}

.nd-blogdetailimgvtwo figcaption span {
    display: block;
    font-size: 13px;
    padding: 10px 0 0;
    margin: 0 0 22px;
    line-height: 13px;
    text-align: center;
    font-style: italic;
}

.nd-articlesingle-content .nd-description ul {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 15px;
}

.nd-articlesingle-content .nd-description .nd-blogliststyle {
    width: auto;
    float: none;
    overflow: hidden;
}

.nd-articlesingle-content .nd-description ul li {
    margin: 16px 0;
    position: relative;
    line-height: inherit;
    list-style-type: none;
    padding: 0 0 0 30px;
}

.nd-articlesingle-content .nd-description ul li:first-child {
    padding: 0 0 0 30px;
    margin: 2px 0 16px;
}

.nd-articlesingle-content .nd-description ul li:before {
    left: 0;
    top: 7px;
    color: #00cc8d;
    font-size: 16px;
    content: '\f00c';
    margin: -7px 0 0px;
    position: absolute;
    font-family: 'FontAwesome';
}

.nd-articlesingle-content .nd-description ul li span {
    font-size: inherit;
    line-height: inherit;
}

.nd-blogdetailimgvtwo {
    float: left;
    margin: 0;
    width: 100%;
    position: relative;
    border-radius: 4px;
}

.nd-blogdetailimgvtwo img {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 4px;
}

.nd-blogdetailimgvtwo .test:before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(50, 50, 50, 0.40);
}

.nd-blogdetailimgvtwo.nd-alignleft {
    width: auto;
    margin-right: 30px;
}

.nd-blogdetailimgvtwo.nd-alignright {
    width: auto;
    float: right;
    margin-left: 30px;
}

.nd-video {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.nd-video figure {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
}

.nd-video figure img {
    width: 100%;
    opacity: 0.80;
    display: block;
}

.nd-tagsshare {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 40px 0;
    border-top: 1px solid #eff2f5;
    border-bottom: 1px solid #eff2f5;
}

.nd-tagsshare .nd-tag {
    width: auto;
}

.nd-tagsshare .nd-tag a {
    font-size: 12px;
    margin: 0 5px;
    line-height: 28px;
}

.nd-tagsshare .nd-tag span {
    float: left;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding: 6px 0;
    margin-right: 15px;
}

.nd-blogsocialicons {
    width: auto;
    float: right;
}

.nd-tagsshare .nd-blogsocialicons {
    padding: 5px 0;
}

.nd-blogsocialicons li.nd-sharejob {
    width: auto;
}

.nd-socialiconssimple li:last-child {
    padding-right: 0;
}

.nd-blogsocialicons span {
    float: left;
    font-size: 14px;
    display: block;
    line-height: inherit;
}

.nd-socialiconssimple li a {
    font-size: 16px;
}

.nd-author {
    width: 100%;
    float: left;
    padding: 40px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #dbdbdb;
}

.nd-authordetails {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 4px;
}

.nd-author figure {
    width: auto;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.nd-author figure a {
    display: block;
    overflow: hidden;
    position: relative;
}

.nd-author figure i {
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #f91942;
}

.nd-authorcontent {
    overflow: hidden;
    padding: 12px 0 0;
}

.nd-authorhead {
    width: 100%;
    float: left;
}

.nd-authorhead h3 {
    margin: 0 0 9px;
    color: #323232;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
}

.nd-authorhead span {
    display: block;
    font-size: 13px;
    line-height: 13px;
}

.nd-authorhead span i {
    display: inline-block;
    vertical-align: middle;
}

.nd-authorhead span a {
    display: block;
}

.nd-authorcontent .nd-description {
    padding: 20px 0 0;
}

.nd-authorcontent .nd-description p {
    margin: 0;
    font-size: 14px;
}

.nd-boxleft {
    float: left;
}

.nd-boxright {
    float: right;
}

.nd-boxright .nd-socialiconssimple li:last-child {
    padding-right: 0;
}

.nd-comments {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #dbdbdb;
}

.nd-comments>h2 {
    font-size: 20px;
    margin: 0 0 16px;
    font-weight: 400;
    line-height: 18px;
}

.nd-comments ul {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
}

.nd-comments>ul>li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}

.nd-comments>ul>li+li {
    margin: 20px 0 0;
}

.nd-comments>ul>li .nd-author {
    border: 0;
    margin: 0;
    padding: 0;
}

.nd-child {
    margin: 0;
    margin-top: 10px;
    list-style: none;
    padding-left: 95px;
}

.nd-child li {
    list-style-type: none;
}

.nd-child>li+li {
    margin: 20px 0 0;
}

.nd-replaybox {
    width: 100%;
    float: left;
}

.nd-replaybox h2 {
    font-size: 20px;
    margin: 0 0 16px;
    font-weight: 400;
    line-height: 18px;
}

.nd-formreply .nd-inputwithicon .form-control {
    padding: 10px 10px 10px 40px;
}

.nd-formreply .nd-inputwithicon i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.nd-btnreply {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 16px;
}

.nd-btnreply span {
    float: left;
    color: #767676;
    font-size: 14px;
    line-height: inherit;
    padding: 0 10px 0 0;
}

.nd-btnreply i {
    color: #00cc67;
    font-family: 14px;
}

.nd-commentsbtn {
    float: left;
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
}

.nd-commentsbtn .nd-btn {
    border: 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 50px;
}

.nd-formleavecomment fieldset {
    width: auto;
    float: none;
    clear: both;
    margin: -5px;
}

.nd-formleavecomment fieldset .form-group {
    margin: 0;
    width: 50%;
    padding: 5px;
}

.nd-formleavecomment fieldset .form-group i {
    top: 4px;
    left: 4px;
    color: #999;
    font-size: 14px;
}

.nd-formleavecomment .form-group:nth-child(5) {
    width: 100%;
}

.nd-formleavecomment fieldset .form-group input.form-control::placeholder {
    color: #999;
}

.nd-formleavecomment .form-group textarea.form-control {
    height: 130px;
}

.nd-formleavecomment .form-group .nd-btn {
    border: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 50px;
}

/* Sidebar Style */
/* widget Style */
.nd-widget {
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 4px;
}

.nd-widgettitle {
    margin-bottom: 30px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
}

.nd-widgettitle h2 {
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.nd-widgetcontent {
    float: left;
    width: 100%;
}

.nd-categoriescontent {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 14px;
}

.nd-categoriescontent li {
    float: left;
    width: 100%;
    line-height: inherit;
    list-style-type: none;
}

.nd-categoriescontent li+li {
    margin-top: 20px;
}

.nd-categoriescontent li a {
    color: #767676;
    display: block;
    font-size: 14px;
    line-height: inherit;
}

.nd-categoriescontent li a em {
    float: right;
    font-style: normal;
}

.nd-particlehold {
    float: left;
    width: 100%;
}

.nd-widgetarticlesholder .nd-particlehold+.nd-particlehold {
    margin-top: 30px;
}

.nd-particlehold figure {
    margin: 0;
    width: auto;
    float: left;
    border-radius: 5px;
    background: #323232;
}

.nd-particlehold figure img {
    width: 100%;
    display: block;
    opacity: 0.80;
    border-radius: 5px;
}

.nd-particlehold:hover figure img {
    opacity: 0.4;
}

.nd-particlecontent {
    margin: -4px 0;
    overflow: hidden;
    padding: 0 0 0 20px;
}

.nd-particlecontent h3 {
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.nd-particlecontent span {
    color: #999;
    display: block;
    font-size: 13px;
    padding: 2px 0 0;
    line-height: 13px;
}

.nd-particlecontent span i {
    margin: 0 3px 0 0;
}

.nd-widgettag {
    float: left;
    width: 100%;
}

.nd-widget .nd-widgettag {
    width: auto;
    float: none;
    margin: -5px;
    overflow: hidden;
}

.nd-widgettag a {
    float: left;
    margin: 5px;
    padding: 0 18px;
    color: #767676;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.nd-widgettag a:hover {
    color: #fff;
}

.nd-classicaricle-header,
.nd-classicaricle-holder {
    float: left;
    width: 100%;
}

.nd-classicaricle-header>.nd-title h2 {
    font-size: 28px;
    margin: 0 0 18px;
    line-height: 28px;
}

.nd-classicaricle-header .nd-description p {
    color: #767676;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 22px;
}

.nd-article-holder {
    float: left;
    width: 100%;
    margin: -15px 0;
}

.nd-classicaricle-holder .nd-pagination {
    margin-top: 40px;
}

/* About Style */
/* Greetings & Welcome Style */
.nd-greeting-holder {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
}

.nd-greetingcontent {
    float: left;
    width: 100%;
}

.nd-greetingcontent .nd-sectiontitle {
    margin: 0 0 44px;
}

.nd-greetingcontent .nd-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px;
}

.nd-statistics {
    width: 100%;
    float: left;
    margin: 12px 0 0;
}

.nd-statisticcontent {
    float: left;
    width: 33.33%;
}

.nd-statisticcontent h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.nd-statisticcontent h4 {
    margin: 0;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    line-height: 16px;
}

.nd-statisticcontent em {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
}

.nd-countercolor1 h3,
.nd-countercolor1 em {
    color: #2ecc71
}

.nd-countercolor2 h3,
.nd-countercolor2 em {
    color: #3498db
}

.nd-countercolor3 h3,
.nd-countercolor3 em {
    color: #9b59b6
}

.nd-greetingvideo {
    float: left;
    width: 100%;
}

.nd-greetingvideo figure {
    margin: 0;
    float: left;
    width: 100%;
}

.nd-greetingvideo figure a {
    display: block;
}

.nd-greetingvideo figure img {
    display: block;
    width: 100%;
}

/* Signup Style */
.nd-signupcontent {
    float: left;
    width: 100%;
    padding: 68px 0 68px 35px;
}

.nd-signupcontent .nd-title h2 {
    color: #fff;
    display: block;
    font-size: 60px;
    margin: 0 0 20px;
    line-height: 68px;
}

.nd-signupcontent .nd-title h2 span {
    display: block;
    font-weight: 400;
}

.nd-signupcontent .nd-description p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.nd-signupcontent .nd-btnarea {
    margin: 12px 0 0;
}

.nd-signupcontent .nd-btnarea a+a {
    margin-left: 26px;
}

.nd-signupholder {
    float: left;
    width: 100%;
    background: url(../images/signup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.nd-btnvtwo {
    background: #323232 !important;
}

/* Brands Style */
.nd-brandimg {
    margin: 0;
    float: left;
    width: 100%;
}

.nd-barandslider {
    padding: 40px 0;
    background: #fcfcfc;
}

.nd-barandslider .owl-item+.owl-item figure {
    border-left: 1px solid #dbdbdb;
}

.nd-brandimg img {
    width: 100%;
    display: block;
}

/* Our Team Style */
.nd-teamfilter {
    float: none;
    margin: -2px;
    width: auto;
    overflow: hidden;
}

.nd-teamfilter .nd-sectionhead {
    width: 40%;
    padding: 56px 0;
}

.nd-teamfilter .nd-sectionhead .nd-sectiontitle {
    margin: 0;
}

.nd-teamholder {
    float: left;
    width: 20%;
    padding: 2px;
    overflow: hidden;
    position: relative;
}

.nd-speakerimg {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
}

.nd-speakerimg img {
    width: 100%;
    display: block;
    opacity: 0.80;
}

.nd-teamcontent {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    display: none;
    background: #fff;
    position: absolute;
}

.nd-teamcontent .nd-title {
    text-align: center;
}

.nd-teamcontent .nd-title h2 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.nd-teamcontent .nd-title {
    font-size: 14px;
    line-height: 16px;
}

.nd-teamcontent .nd-socialiconssimple {
    margin-top: 20px;
}

.nd-teamcontent .nd-socialiconssimple li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.nd-ourteamhold {
    padding: 30px;
}

/* How To Works Style */
/* Start Hiring Style */
.nd-starthiringhold+.nd-starthiringhold {
    border-top: 1px solid #ddd;
}

.nd-innerspace {
    padding: 80px 30px;
}

.nd-starthiringcontent {
    float: left;
    width: 100%;
}

.nd-starthiringcontent .nd-sectionhead .nd-description p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 23px;
}

.nd-starthiringcontent .nd-sectionhead .nd-description p a {
    text-decoration: none;
    color: #55acee;
}

.nd-likeunlike {
    float: left;
    width: 100%;
    line-height: 14px;
}

.nd-likeunlike span {
    color: #323232;
    font-size: 12px;
    line-height: inherit;
}

.nd-likeunlike a {
    line-height: inherit;
    font-size: 14px;
    padding: 0 7px;
}

.nd-like,
.nd-like:hover,
.nd-like:focus {
    color: #00cc8d
}

.nd-unlike,
.nd-unlike:hover,
.nd-unlike:focus {
    color: #ff5851
}

.nd-likeunlike a+a {
    border-left: 1px solid #989898;
}

/*  How To Work Style */
.nd-hondoworkimg {
    float: left;
    width: 100%;
}

.nd-hondoworkimg figure {
    margin: 0;
    float: left;
    width: auto;
}

.nd-hondoworkimg figure img {
    width: 100%;
    display: block;
}

/*  Accordion Style */
.nd-accordionhold {
    float: left;
    width: 100%;
    list-style: none;
}

.nd-accordionhold li {
    float: left;
    width: 100%;
    list-style-type: none;
}

.nd-accordionhold li:nth-child(even) .nd-accordiontitle {
    border-top: 0;
    border-bottom: 0;
}

.nd-accordionhold li:nth-child(even) .nd-accordiondetails {
    border-bottom: 0;
    border-top: 1px solid #ddd;
}

.nd-accordiontitle {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.nd-accordiontitle span {
    font-size: 14px;
    color: #323232;
    line-height: 28px;
}

.nd-accordiondetails {
    float: left;
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
}

.nd-accordiondetails .nd-title h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.nd-accordiondetails .nd-description p {
    font-size: 14px;
    line-height: 24px;
}

.nd-accordiondetails .nd-description p a {
    color: #55acee;
    text-decoration: none;
}

/* Register Page Style */
/* Register Form Style */
.nd-registerformhold {
    float: left;
    width: 100%;
    background: #fff;
}

.nd-registerformmain {
    float: left;
    width: 100%;
    padding: 30px;
}

.nd-registerhead {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 100px;
    text-align: center;
}

.nd-registerhead .nd-title h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 19px;
    text-transform: inherit;
}

.nd-registerhead .nd-description p {
    font-size: 16px;
    line-height: 26px;
}

.nd-joinforms {
    float: left;
    width: 100%;
}

.nd-joinsteps {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    list-style: none;
    text-align: center;
}

.nd-joinsteps li {
    padding: 0 12px;
    margin: 0 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
}

.nd-joinsteps li+li:after {
    width: 30px;
    content: '';
    top: 50%;
    left: -32px;
    height: 2px;
    margin-top: -1px;
    background: #ddd;
    position: absolute;
}

.nd-joinsteps li a {
    color: #999;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #ddd;
    font: 700 13px/38px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-joinsteps li.nd-done-next a {
    color: #fff;
    background: #00cc8d;
    border-color: #00cc8d;
}

/* Register Form Style */
.nd-formregister .nd-registerformgroup {
    float: none;
    width: auto;
    margin: -5px;
}

.form-group-half {
    width: 50%;
}

.nd-formregister .nd-registerformgroup .form-group {
    margin: 0;
    padding: 5px;
}

.nd-form-group-dropdown .form-control {
    padding: 10px 10px 10px 113px;
}

.nd-form-group-dropdown .nd-select {
    top: 5px;
    left: 5px;
    width: 95px;
    position: absolute;
}

.nd-form-group-dropdown .nd-select select {
    border-radius: 4px 0 0 4px;
}

.nd-formregister .nd-formregisterstart {
    margin-top: 20px;
}

.nd-formtitle h4 {
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: 400;
    line-height: 18px;
}

.nd-joinnowholder {
    float: left;
    width: 100%;
    margin-top: 37px;
    text-align: center;
}

.nd-joinnowholder .nd-title h4 {
    font-size: 18px;
    margin: 0 0 6px;
    font-weight: 400;
    line-height: 20px;
}

.nd-joinnowholder .nd-description p {
    margin: 0;
    font-size: 16px;
    padding: 0 50px;
    line-height: 26px;
}

.nd-iconwithtext {
    overflow: visible;
    margin: 20px 0 -5px;
    text-align: center;
}

.nd-iconwithtext li {
    padding: 0;
    float: none;
    margin: 5px 0;
    display: inline-block;
    vertical-align: middle;
}

.nd-iconwithtext li+li {
    margin-left: 7px;
}

.nd-iconwithtext li a {
    padding: 0;
    width: auto;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
}

.nd-iconwithtext li a:hover {
    -webkit-box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.25);
}

.nd-iconwithtext li a i {
    width: 44px;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.40);
    display: inline-block;
}

.nd-iconwithtext li a em {
    padding: 0 20px;
    font-weight: 700;
    font-style: normal;
    line-height: inherit;
}

.nd-formaccordionhold li:nth-child(even) .nd-accordiontitle {
    border-bottom: 1px solid #ddd;
}

.nd-formaccordionhold li:nth-child(even) .nd-accordiondetails {
    border: 0;
}

.nd-formaccordionhold .nd-accordiontitle {
    padding: 0 20px;
}

.nd-formaccordionhold .nd-accordiontitle .nd-radio label {
    color: #999;
    line-height: 16px;
    padding: 17px 20px 17px 30px;
}

.nd-formaccordionhold .nd-accordiontitle .nd-radio label span {
    color: #999;
    font-size: 13px;
    line-height: inherit;
}

.nd-formaccordionhold .nd-accordiontitle .nd-radio input[type=radio]+label:before {
    top: 50%;
    margin-top: -8px;
}

.nd-formaccordionhold .nd-accordiontitle .nd-radio input[type=radio]+label:after {
    top: 50%;
    margin-top: -3px;
}

.nd-formaccordionhold .nd-accordiontitle .nd-radio input[type=radio]:checked+label {
    color: #323232;
}

.nd-termsconditions .nd-checkboxholder .nd-checkbox input[type=checkbox]+label span {
    color: #323232;
    margin-top: -7px;
    font-size: 14px;
    line-height: 23px;
}

.nd-radioboxholder {
    float: left;
    width: 50%;
}

.nd-radioboxholder .nd-title h4 {
    margin: 0 0 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.nd-radioboxholder .nd-radio+.nd-radio {
    margin: 18px 0 0;
}

.nd-radioboxholder .nd-radio input[type=radio]+label {
    color: #323232;
}

.nd-othersearch {
    margin: 20px 0 0;
}

.nd-checkboxholder {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.nd-checkboxholder .nd-radio,
.nd-checkboxholder .nd-checkbox {
    margin: 0 0 20px;
}

.nd-checkboxholder .nd-checkbox input[type=checkbox]+label {
    color: #323232;
    font-size: 14px;
    line-height: 14px;
}

.nd-checkboxholder .nd-checkbox input[type=checkbox]+label a {
    color: #55acee;
}

.nd-joinformc {
    float: left;
    width: 100%;
}

.nd-joinformsimg {
    width: 220px;
    display: block;
    margin: 0 auto 35px;
}

.nd-joinformsimg img {
    width: 100%;
    display: block;
}

.nd-verifyform .form-group {
    margin: 0;
}

.nd-verifyform .form-group label {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.nd-verifyform .form-group label a {
    color: #55acee;
}

.nd-verifyform .form-group.nd-btnarea {
    margin: 10px 0 0;
}

.nd-gotodashboard {
    float: left;
    width: 100%;
    text-align: center;
}

.nd-gotodashboard span {
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.nd-gotodashboard span a {
    color: #55acee;
}

.nd-gotodashboard .nd-btn {
    margin: 30px 0 0;
}

.nd-registerformfooter {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.nd-registerformfooter span {
    display: block;
    font-size: 14px;
    line-height: 29px;
}

.nd-registerformfooter span a {
    color: #55acee;
}

/* Privacy Policy Style */
.nd-effectivecontent {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 18px;
}

.nd-effectivecontent li {
    float: left;
    width: 100%;
    line-height: inherit;
    ;
    list-style-type: none;
}

.nd-effectivecontent li a {
    display: block;
    color: #767676;
    font-size: 14px;
    line-height: inherit;
}

.nd-effectivecontent li+li {
    margin-top: 16px;
}

.nd-submitreportholder {
    float: left;
    width: 100%;
    border-radius: 4px;
}

.nd-titlebar {
    width: 100%;
    float: left;
    padding: 25px 30px;
    border-bottom: 1px solid #ddd;
}

.nd-titlebar h2 {
    margin: 0;
    font-size: 28px;
    line-height: 30px;
}

.nd-reportdescription {
    float: left;
    width: 100%;
    padding: 30px;
}

.nd-reportdescription .nd-title h3 {
    font-size: 20px;
    margin: 0 0 12px;
    font-weight: 400;
    line-height: 20px;
}

.nd-reportdescription .nd-description p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
}

.nd-reportdescription .nd-description:last-child p {
    margin: 0;
}

.nd-reportdescription .nd-description p a {
    color: #55acee;
    text-decoration: none;
}

.nd-reportdescription .nd-description p i {
    color: #ff5851
}

/* User listing Style */
.nd-categoriesslider-holder {
    background: #fff;
    min-height: 80px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.nd-categoriesslider-holder .nd-title {
    width: 320px;
    height: 100%;
    padding: 10px;
    background: #fff;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    border-right: 1px solid #ddd;
}

.nd-categoriesslider-holder .nd-title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.nd-categoriesslider {
    width: 100%;
    float: left;
    padding-left: 319px;
}

.nd-categoryslidercontent {
    float: left;
    width: 100%;
    padding: 15px;
    border-left: 1px solid #ddd;
}

.nd-categoryslidercontent:hover {
    background: #f7f7f7;
}

.nd-categoryslidercontent figure {
    margin: 0;
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    margin-right: 15px;
    border-radius: 50px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
}

.nd-categoryslidercontent figure img {
    display: block;
    max-width: 30px;
    width: auto !important;
}

.nd-categoryslidercontent .nd-cattitle {
    float: left;
    width: auto;
    max-width: 70%;
    position: static;
    padding: 4px 0 3px;
}

.nd-categoryslidercontent .nd-cattitle h3 {
    font-size: 14px;
    margin: 0 0 4px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nd-categoryslidercontent .nd-cattitle span {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* User listing sidebar Style */
.nd-formsearch>fieldset>.form-group {
    margin: 0 0 30px;
}

.nd-formsearch fieldset .nd-checkboxholder .nd-checkbox:last-child {
    margin: 0;
}

.nd-formsearch fieldset .form-group .form-control {
    width: 100%;
    padding-right: 60px;
}

.nd-searchgbtn {
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    display: block;
    line-height: 50px;
    position: absolute;
    text-align: center;
    border-left: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
}

.nd-searchgbtn:hover,
.nd-searchgbtn:focus {
    color: #fff;
}

.nd-formsearch fieldset .form-group .form-control:focus {
    border-color: #ddd;
}

.nd-formsearch fieldset .nd-checkboxholder {
    margin: 0;
}

.nd-formsearch fieldset .nd-checkboxholder .nd-checkbox label {
    font-size: 14px;
    color: #767676;
}

.nd-formsearch fieldset .nd-checkboxholder {
    max-height: 150px;
}

.nd-formsearch fieldset .nd-checkboxholder .nd-checkbox label img {
    width: auto;
    display: inline-block;
    vertical-align: baseline;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #3498db !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #f7f7f7;
}

.nd-usersidebaricon {
    float: left;
    width: 100%;
    display: none;
    margin-bottom: 30px;
}

.nd-usersidebaricon span {
    color: #fff;
    width: 30px;
    float: right;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    position: relative;
}

.nd-usersidebaricon span i {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    border-radius: 50px;
    pointer-events: none;
    animation: sonarWave 2s linear infinite;
}

.nd-applyfilters {
    float: left;
    width: 100%;
    text-align: center;
}

.nd-applyfilters span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 16px;
}

.nd-userlistingtitle {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.nd-userlistingtitle span {
    display: block;
    font: 400 16px/18px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-userlistingtitle span em {
    color: #323232;
    font-style: normal;
}

.nd-filterholder {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.nd-filtertag {
    float: left;
    width: 100%;
    margin: -2px 0;
    list-style: none;
    line-height: 29px;
}

.nd-filtertag li {
    opacity: 1;
    float: left;
    width: auto;
    margin: 2px 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    list-style-type: none;
}

.nd-filtertag li+li {
    margin-left: 5px;
}

.nd-filtertag li:hover a i {
    margin: 0 5px 0 0;
}

.nd-filtertag li a {
    display: block;
    color: #767676;
    background: #fff;
    font-size: 12px;
    padding: 0 13px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.nd-filtertag li a i {
    opacity: 1;
    float: none;
    color: #ff5851;
    text-shadow: none;
    margin: 0 15px 0 -25px;
    display: inline-block;
    vertical-align: baseline;
}

.nd-filtertag li:hover a i,
.nd-filtertag li a i:focus {
    color: #ff5851;
}

.tipso_bubble {
    border-radius: 20px 20px 20px 0;
}

.tipso_bubble .tipso_content {
    border-radius: 20px 20px 20px 0;
    border: 1px solid #ddd;
    font-size: 12px;
}

.nd-filtertag li.nd-filtertagclear {
    margin-right: 20px;
}

.nd-filtertag .nd-filtertagclear a i {
    margin: 0 5px 0 0;
}

.nd-filtertag .nd-filtertagclear a {
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.nd-filtertag .nd-filtertagclear a:after {
    width: 0;
    height: 0;
    top: -1px;
    content: '';
    right: -20px;
    position: absolute;
    border-top: 16px solid transparent;
    border-left: 20px solid #ff5851;
    border-bottom: 15px solid transparent;
}

.nd-filtertag .nd-filtertagclear a,
.nd-filtertag .nd-filtertagclear a i,
.nd-filtertag .nd-filtertagclear:hover a,
.nd-filtertag .nd-filtertagclear:hover a i {
    color: #fff;
}

.nd-userlistinghold {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.nd-userlistinghold+.nd-userlistinghold {
    margin: 30px 0 0;
}

.nd-userlistinghold:hover {
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-userlistingimg {
    width: auto;
    float: left;
    border-radius: 4px;
    max-height: 100px;
    max-width: 100px;
    margin: 0 30px 30px 0;
}

.nd-userlistingimg img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.nd-userlistingcontent {
    overflow: hidden;
}

.nd-contenthead {
    float: left;
    width: auto;
    max-width: 420px;
}

.nd-contenthead .nd-title a {
    display: block;
    color: #323232;
    margin: 0 0 9px;
    font: 400 14px/16px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-contenthead .nd-title h2 {
    margin: 0;
    font-weight: 400;
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nd-contenthead .nd-title a i {
    color: #00cc8d
}

.nd-userlisting-breadcrumb {
    float: left;
    width: 100%;
    line-height: 15px;
}

.nd-userlisting-breadcrumb li {
    width: auto;
    padding: 0 12px;
    line-height: inherit;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.nd-userlisting-breadcrumb li:first-child {
    padding-left: 0;
}

.nd-userlisting-breadcrumb li span,
.nd-userlisting-breadcrumb li a {
    display: block;
    color: #767676;
    font-size: 13px;
    line-height: inherit;
}

.nd-userlisting-breadcrumb li+li {
    border-left: 1px solid #ddd;
}

.nd-userlistinghold .nd-description p {
    font-size: 14px;
    line-height: 24px;
}

.nd-userlistinghold .nd-widgettag {
    width: auto;
    margin: -3px;
}

.nd-userlistinghold .nd-widgettag a {
    margin: 3px;
    font-size: 12px;
    line-height: 28px;
}

.nd-starsvtwo {
    display: block;
    line-height: 16px;
}

.nd-starsvtwo i {
    color: rgba(218, 218, 218, 0.8)
}

.nd-starsvtwo i:nth-child(1) {
    font-size: 8px;
}

.nd-starsvtwo i:nth-child(2) {
    font-size: 10px;
}

.nd-starsvtwo i:nth-child(3) {
    font-size: 12px;
}

.nd-starsvtwo i:nth-child(4) {
    font-size: 14px;
}

.nd-starsvtwo i:nth-child(5) {
    font-size: 16px;
}

.nd-starsvtwo i.fill {
    color: #fecb02;
}

.nd-starcontent {
    display: block;
    color: #323232;
    margin: 8px 0 0;
    font-size: 20px;
    text-align: center;
}

.nd-starcontent sub {
    color: #767676;
}

.nd-starcontent em {
    font-style: normal;
    color: #55acee;
    display: block;
    font-size: 13px;
}

.nd-featured {
    background: #fffdf3;
    position: relative;
    overflow: hidden;
}

.nd-featuredtag.nd-featuredtagcolor1 {
    border-top-color: #e67e22;
}

.nd-featuredtag.nd-featuredtagcolor2 {
    border-top-color: #2ecc71;
}

.nd-featuredtag.nd-featuredtagcolor3 {
    border-top-color: #ff5851;
}

.nd-featuredtag {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    border-top: 40px solid #f1c40f;
    border-right: 40px solid transparent;
}

.nd-featuredtag img {
    max-width: 40px;
    margin: -85px 4px 0;
    border: 0;
}

.nd-userlistingholder .nd-pagination {
    margin-top: 40px;
}

.nd-viewjobholder {
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
    position: absolute;
    background: #fff;
    border-left: 1px solid #ddd;
}

.nd-viewjobholder ul {
    float: left;
    width: 100%;
    padding: 30px;
    list-style: none;
    line-height: 16px;
}

.nd-viewjobholder ul li {
    float: left;
    width: 100%;
    line-height: inherit;
    list-style-type: none;
}

.nd-viewjobholder ul li.nd-btnarea {
    margin: 27px 0 0;
}

.nd-viewjobholder ul li.nd-btnarea .nd-btn {
    line-height: 36px;
    width: 100%;
}

.nd-viewjobholder ul li+li {
    margin-top: 12px;
}

.nd-viewjobholder ul li span {
    display: block;
    color: #323232;
    font-size: 14px;
}

.nd-viewjobholder ul li span em {
    width: 30px;
    display: inline-block;
    vertical-align: text-top;
}

.nd-viewjobholder ul li a i,
.nd-viewjobholder ul li span i {
    font-size: 13px;
    width: 30px;
}

.nd-clicklike {
    color: #767676;
}

.nd-viewjobdollar {
    color: #00cc8d;
}

.nd-viewjobfolder {
    color: #3498db;
}

.nd-viewjobclock {
    color: #ff5851;
}

.nd-viewjobtag {
    color: #cf649a;
}

.nd-userlistingholdvtwo {
    min-height: 281px;
    position: relative;
}

.nd-amountbox {
    width: 100%;
    float: left;
    margin: 0 0 16px;
    text-align: center;
}

.nd-amountbox span,
.nd-amountbox input {
    display: inline-block;
    vertical-align: middle;
}

.nd-amountbox span {
    color: #999;
    font-size: 13px;
    line-height: 16px;
    padding: 0 8px 0 0;
}

.nd-amountbox input {
    border: 0;
    float: left;
    padding: 0;
    width: 100%;
    height: auto;
    color: #767676;
    font-size: 14px;
    text-align: center;
}

.nd-themerangeslider {
    width: 100%;
    float: left;
    height: 3px;
    background: #ddd;
    border-radius: 0;
    margin: 10px 0 15px;
    border: 0 !important;
}

.nd-themerangeslider .ui-slider-handle {
    top: 0px;
    width: 20px;
    height: 20px;
    margin: -9px 0 0;
    border: 2px solid;
    background: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 88, 81, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 88, 81, 0.2);
}

/* Job Single Style */
.nd-proposalholder {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}

.nd-proposalhead {
    float: left;
    width: auto;
    max-width: 800px;
}

.nd-proposalhead h2 {
    font-size: 28px;
    margin: 0 0 18px;
    line-height: 34px;
}

.nd-proposalholder .nd-btnarea {
    width: auto;
    float: right;
    padding: 27px 0;
}

.nd-userlisting-breadcrumbvtwo {
    line-height: 17px;
}

.nd-userlisting-breadcrumbvtwo li span {
    font-size: 16px;
}

.nd-projectdetail-holder {
    float: left;
    width: 100%
}

.nd-projectdetail-holder {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.nd-projectdetail {
    float: left;
    width: 100%;
}

.nd-projectdetail-holder .nd-title h3 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 22px;
    font-weight: 400;
}

.nd-projectdetail .nd-description {
    margin: 0 0 30px;
}

.nd-projectdetail .nd-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px;
}

.nd-projectliststyle {
    float: left;
    margin: 0 0 24px;
    width: 100%;
    list-style: none;
    line-height: 20px;
}

.nd-projectliststyle li {
    float: left;
    width: 100%;
    margin: 7px 0;
    line-height: inherit;
    list-style-type: none;
}

.nd-projectliststyle li span {
    display: block;
    font-size: 16px;
}

.nd-projectliststyle li span i {
    width: 30px;
    color: #00cc8d;
    font-size: 16px;
}

.nd-skillsrequired {
    float: left;
    width: 100%;
    margin: 0 0 35px;
}

.nd-skillsrequired .nd-tag {
    margin: 0 -5px -5px;
}

.nd-skillsrequired .nd-widgettag a {
    line-height: 36px;
}

.nd-attachments {
    float: left;
    width: 100%;
}

.nd-attachments .nd-title h3 {
    margin: 0 0 16px;
}

.nd-attachfile {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 38px;
    border: 1px solid #ddd;
}

.nd-uploading,
.nd-attachfile li {
    float: left;
    width: 100%;
    padding: 0 20px;
    color: #323232;
    font-size: 13px;
    line-height: inherit;
    list-style-type: none;
}

.nd-attachfile li+li {
    border-top: 1px solid #ddd;
}

.nd-attachfile li em {
    float: right;
    font-size: 12px;
}

.nd-attachfile li em i {
    width: 30px;
    font-size: 13px;
    color: #55acee;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.nd-proposalsr {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.nd-proposalsrcontent {
    float: left;
    width: 100%;
    padding: 30px;
}

.nd-proposalsicon {
    float: left;
    color: #ffc40e;
    font-size: 40px;
    line-height: 36px;
    padding-right: 25px;
    margin-right: 30px;
    border-right: 1px solid #ddd;
}

.nd-proposalsicon i {
    display: block;
    text-align: center;
}

.nd-proposalsicon i:first-child {
    font-size: 24px;
}

.nd-proposalsrcontent .nd-title {
    width: auto;
}

.nd-proposalsrcontent .nd-title h3 {
    font-size: 28px;
    color: #2ecc71;
    margin: 0 0 3px;
    line-height: 30px;
}

.nd-proposalsrcontent .nd-title span {
    font-size: 14px;
    line-height: 18px;
}

.nd-proposalsrcontent .nd-title span em {
    display: block;
}

.tg-authorcodescan {
    width: 100%;
    float: left;
    padding: 30px;
    border-top: 1px solid #f2f2f2;
}

.tg-qrcodeimg {
    margin: 0;
    width: auto;
    float: left;
    padding: 4px;
    max-width: 130px;
    margin-right: 20px;
    background: #f7f7f7;
    border: 1px solid #eff2f5;
}

.tg-qrcodeimg figure img {
    width: 100%;
    display: block;
    height: auto;
    border: 1px solid #ddd;
}

.tg-qrcodedetail {
    width: auto;
    float: left;
    overflow: hidden;
}

.tg-qrcodedetail .lnr-laptop-phone {
    display: block;
    color: #323232;
    font-size: 50px;
}

.tg-qrcodefeat h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.tg-qrcodefeat h3 span {
    display: block;
    font-weight: 700;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-clicksavearea {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.nd-clicksavearea span {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px;
}

.nd-clicksavebtn {
    color: #767676;
    padding: 0 50px;
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font: 700 13px/48px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-clicksavebtn i {
    margin-right: 7px;
}

.nd-companyinfo {
    float: left;
    width: 100%;
}

.nd-companysinfo {
    float: left;
    width: 100%;
    text-align: center;
}

.nd-companysinfo figure {
    float: none;
    width: auto;
    background: #fff;
    max-width: 100px;
    border-radius: 4px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
}

.nd-companysinfo figure img {
    width: 100%;
    display: block;
}

.nd-companysinfo .nd-title a {
    display: block;
    color: #323232;
    margin: 0 0 9px;
    font: 400 14px/16px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-companysinfo .nd-title a i {
    color: #00cc8d;
}

.nd-companysinfo .nd-title h2 {
    margin: 0;
    font-weight: 400;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nd-companysinfo .nd-postarticlemeta li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.nd-companysinfo-jobsingle {
    padding: 0;
}

.nd-companysinfo-jobsingle .nd-companysdetails {
    margin: 0;
}

.nd-companysinfo-jobsingle .nd-companysdetails:hover {
    box-shadow: none;
}

.nd-sharejob {
    float: left;
    width: 100%;
}

.nd-sharejob .nd-socialiconssimple li {
    padding: 0;
    width: 100%;
}

.nd-sharejob .nd-socialiconssimple li a {
    font-size: 14px;
    color: #767676;
}

.nd-sharejob .nd-socialiconssimple li a i {
    font-size: 18px;
    width: 30px;
}

.nd-sharejob .nd-socialiconssimple li.nd-facebook:hover a {
    color: #3b5999;
}

.nd-sharejob .nd-socialiconssimple li.nd-twitter:hover a {
    color: #55acee;
}

.nd-sharejob .nd-socialiconssimple li.nd-linkedin:hover a {
    color: #0077B5;
}

.nd-sharejob .nd-socialiconssimple li.nd-skype:hover a {
    color: #00aff0;
}

.nd-sharejob .nd-socialiconssimple li.nd-dropbox:hover a {
    color: #007ee5;
}

.nd-sharejob .nd-socialiconssimple li.nd-vimeo:hover a {
    color: #1ab7ea;
}

.nd-sharejob .nd-socialiconssimple li.nd-tumblr:hover a {
    color: #34465d;
}

.nd-sharejob .nd-socialiconssimple li.nd-yahoo:hover a {
    color: #410093;
}

.nd-sharejob .nd-socialiconssimple li.nd-googleplus:hover a {
    color: #dd4b39;
}

.nd-sharejob .nd-socialiconssimple li.nd-pinterestp:hover a {
    color: #bd081c;
}

.nd-sharejob .nd-socialiconssimple li.nd-youtube:hover a {
    color: #cd201f;
}

.nd-sharejob .nd-socialiconssimple li.nd-stumbleupon:hover a {
    color: #eb4924;
}

.nd-sharejob .nd-socialiconssimple li.nd-reddit:hover a {
    color: #ff5700;
}

.nd-sharejob .nd-socialiconssimple li.nd-quora:hover a {
    color: #b92b27;
}

.nd-sharejob .nd-socialiconssimple li.nd-yelp:hover a {
    color: #af0606;
}

.nd-sharejob .nd-socialiconssimple li.nd-soundcloud:hover a {
    color: #ff3300;
}

.nd-sharejob .nd-socialiconssimple li.nd-whatsapp:hover a {
    color: #25d366;
}

.nd-sharejob .nd-socialiconssimple li.nd-wechat:hover a {
    color: #09b83e;
}

.nd-sharejob .nd-socialiconssimple li.nd-instagram:hover a {
    color: #e4405f;
}

.nd-sharejob .nd-socialiconssimple li.nd-dribbble:hover a {
    color: #ea4c89;
}

.nd-sharejob .nd-socialiconssimple li.nd-flickr:hover a {
    color: #ff0084;
}

.nd-sharejob .nd-socialiconssimple li.nd-rss:hover a {
    color: #ff6600;
}

.nd-sharejob .nd-socialiconssimple li+li {
    margin-top: 19px;
}

.nd-formreport fieldset .form-group {
    margin: 0;
    padding: 0 0 10px;
}

.nd-formreport fieldset .form-group.nd-btnarea {
    padding: 0;
}

/* Company Grid Style */
.nd-startsearch .nd-formsearch fieldset .form-group {
    margin: 0;
}

.nd-companysinfoholder {
    float: left;
    width: 100%;
    margin: -15px 0;
}

.nd-companysdetails {
    float: left;
    width: 100%;
    margin: 15px 0;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.nd-companysdetails:hover {
    -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-companysinfoholder {}

.nd-companysinfoholder .nd-companysdetails {
    margin: 15px 0;
}

.nd-companysimg {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
}

.nd-companysimg img {
    width: 100%;
    opacity: 0.80;
    display: block;
}

.nd-companysdetails:hover .nd-companysimg img {
    opacity: 0.40;
}

.nd-companysdetails .nd-companysinfo {
    padding: 30px;
    padding-top: 0;
    margin-top: -50px;
}

/* Company Single Style */
.nd-comsingleimg {
    float: left;
    width: 100%;
}

.nd-comsingleimg figure {
    margin: 0;
    float: left;
    width: 100%;
    background: #323232;
    border-radius: 4px 4px 0 0;
}

.nd-comsingleimg figure img {
    width: 100%;
    opacity: 0.40;
    display: block;
    border-radius: 4px 4px 0 0;
}

.nd-proposalsrvtwo .nd-companysinfo {
    padding: 30px;
    padding-top: 0;
    margin-top: -50px;
}

.nd-proposalsrvtwo .nd-companysinfo .nd-title h2 {
    margin: 0;
}

.nd-comfollowers ul {
    float: left;
    width: 100%;
    list-style-type: none;
}

.nd-comfollowers ul li {
    float: left;
    width: 100%;
    list-style-type: none;
}

.nd-comfollowers ul li+li {
    margin-top: 10px;
}

.nd-comfollowers ul li a {
    display: block;
}

.nd-comfollowers ul li a>span:first-child {
    margin-right: 10px;
    background: #323232;
    border-radius: 4px;
}

.nd-comfollowers ul li:hover a span img {
    opacity: 0.60;
}

.nd-comfollowers ul li a img {
    width: 100%;
    float: left;
    display: block;
    max-width: 30px;
    border-radius: 4px;
}

.nd-comfollowers ul li a span {
    color: #323232;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.nd-comfollowers {
    max-height: 290px;
}

.nd-comcontent {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
}

.nd-comcontent .nd-title h3 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 22px;
    font-weight: 400;
}

.nd-comcontent .nd-description p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px;
}

.nd-comcontent .nd-description p:last-child {
    margin: 0;
}

/* Job Proposal Style */
.nd-jobalertsdashboard {
    padding-top: 20px;
}

.nd-jobalertsholder {
    float: left;
    width: 100%;
}

.nd-jobalerts {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 16px;
    margin-bottom: 20px;
}

.nd-jobalerts .alert {
    float: left;
    width: 100%;
    border: 1px solid;
    line-height: inherit;
    list-style-type: none;
    margin: 0 0 10px;
    position: relative;
    border-radius: 4px;
    padding: 5px 50px 5px 20px;
}

.nd-jobalerts .alert span {
    font-size: 14px;
    padding: 9px 0;
    max-width: 450px;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}

.nd-jobalerts .alert span em {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: inherit;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-alertbtn {
    color: #fff;
    width: 100px;
    float: right;
    padding: 0 10px;
    text-align: right;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
}

.nd-alertbtn:hover,
.nd-alertbtn:focus {
    color: #fff;
}

.nd-alertbtn.warning {
    background: #d89d49;
}

.nd-jobalerts .alert .close {
    font-size: 12px;
    padding: 17px;
}

.alert-warning {
    border-color: #faebcc !important;
}

.alert-success {
    border-color: #b8f3e0 !important;
    background: #ecfff9 !important;
}

.alert-success span {
    color: #01a774;
}

.alert-success em {
    color: #01a774;
}

.alert-warning em,
.alert-warning span {
    color: #8a6d3b;
}

.alert-warning span h4 {
    color: #8a6d3b;
}

.alert-primary {
    border-color: #bce8f1 !important;
}

.alert-primary em,
.alert-primary span h4,
.alert-primary span {
    color: #31708f;
}

.nd-alertbtn.primary {
    background: #31708f;
}

.alert-danger {
    border-color: #ebccd1 !important;
}

.alert-danger span h4,
.alert-danger em,
.alert-danger span {
    color: #a94442;
}

.nd-alertbtn.danger {
    background: #d9534f;
}

.nd-alertbtn.success {
    background: #00cc8d;
}

.nd-proposalamount-holder {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
}

.nd-proposalamount-holder>.nd-title {
    padding: 30px;
}

.nd-proposalamount-holder>.nd-title h2 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

.nd-proposalamount {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fcfcfc;
}

.nd-proposalamount .form-group {
    margin: 0;
    position: relative;
    padding-right: 60px;
}

.nd-proposalamount .form-group a {
    top: 0;
    right: 0;
    width: 50px;
    color: #999;
    line-height: 48px;
    position: absolute;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ddd;
}

.nd-proposalamount .form-group a:hover,
.nd-proposalamount .form-group a:focus {
    color: #999;
}

.nd-proposalamount .form-group em {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px;
}

.nd-proposalamount .form-group span {
    top: 0;
    right: 80px;
    color: #999;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
}

.nd-proposalamount .form-group span i {
    color: #2ecc71;
}

.nd-proposalamount .form-group input {
    padding: 10px 60px 10px 20px;
}

.nd-totalamount {
    float: left;
    width: 100%;
    margin-top: 30px;
    list-style: none;
    line-height: 16px;
}

.nd-totalamount li {
    float: left;
    width: 100%;
    padding: 0 20px;
    line-height: inherit;
    list-style-type: none;
}

.nd-totalamount li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.nd-totalamount li h3 {
    margin: 0;
    color: #999;
    font-size: 14px;
    line-height: 16px;
}

.nd-totalamount li h3 {
    display: inline-block;
    vertical-align: middle;
}

.nd-totalamount li h3 {
    color: #999;
}

.nd-totalamount li h3 i {
    color: #2ecc71;
    font-size: 16px;
}

.nd-totalamount li h3 em {
    font-size: 14px;
    color: #323232;
    font-style: normal;
    line-height: inherit;
}

.nd-totalamount li span {
    float: right;
    font-size: 13px;
    line-height: inherit;
}

.nd-totalamount li span i {
    border: 0;
    color: #2ecc71;
    margin-left: 5px;
    line-height: inherit;
}

.nd-totalamount li span strong {
    color: #767676;
    font-weight: 700;
}

.nd-formproposal {
    padding: 30px;
}

.nd-formproposal .form-group {
    margin-bottom: 10px;
}

.nd-formproposal .form-group:last-child {
    margin-bottom: 20px;
}

.nd-formproposal .form-group .form-control {
    height: 200px;
}

.nd-formproposal .form-group .nd-select select {
    padding-right: 40px;
}

.nd-attachmentsvtwo .nd-title h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px;
    font-weight: 400;
}

.nd-attachmentsvtwo .nd-attachfile {
    border-radius: 4px;
}

.nd-attachmentsvtwo .nd-title h3 {
    display: inline-block;
    vertical-align: middle;
}

.nd-attachmentsvtwo .nd-title label {
    float: right;
    width: auto;
    cursor: copy;
}

.nd-attachmentsvtwo .nd-title label input {
    display: none;
}

.nd-attachmentsvtwo .nd-title span {
    display: block;
    color: #55acee;
    font-size: 13px;
    line-height: 14px;
}

.nd-attachmentsvtwo .nd-attachfile li {
    margin: 0;
    padding: 0 20px;
    color: #323232;
    font-size: 13px;
}

.nd-attachmentsvtwo .nd-title span i {
    font-size: 14px;
    margin-right: 5px;
}

.nd-attachmentsvtwo .nd-attachfile em {
    float: right;
    font-size: 12px;
}

.nd-attachmentsvtwo .nd-attachfile em a {
    width: 35px;
    font-size: 13px;
    color: #ff5851;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.nd-attachmentsvtwo .nd-attachfile span i {
    margin-right: 10px;
}

.nd-attachmentsvtwo .nd-btnarea {
    margin-top: 20px;
}

.nd-uploaded,
.nd-uploading {
    padding-left: 42px !important;
    position: relative;
}

.nd-uploading span {
    z-index: 1;
    position: relative;
}

.nd-uploaded:before,
.nd-uploading:before {
    top: 12px;
    left: 18px;
    z-index: 1;
    font-size: 13px;
    content: '\f110';
    line-height: 16px;
    position: absolute;
    font-family: 'FontAwesome';
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.nd-uploaded:before {
    color: #00cc67;
    content: '\f00c';
    animation: none;
}

/* User Single Style */
.nd-innerbannerholdervtwo {
    background-image: url(../images/bannerimg/img-03.jpg);
    height: 400px;
}

.nd-userprofileholder {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-right: 0;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: -242px;
}

.nd-userprofile {
    float: left;
    width: 100%;
    padding-right: 15px;
}

.nd-userprofile figure {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
}

.nd-userdropdown {
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
}

.nd-away {
    background: #FFC30D;
}

.nd-offline {
    background: #fcfcfc;
}

.nd-online {
    background: #57E50C;
}

.nd-busy {
    background: #E50C0F;
}

.nd-away {
    background: #FFC30D;
}

.nd-userdetails {
    max-width: 540px;
    padding: 0 30px 0 15px;
}

.nd-userdetails .nd-userlisting-breadcrumb {
    margin-bottom: 30px;
}

.nd-userdetails .nd-userlisting-breadcrumb .nd-clicksave {
    font-size: 16px;
}

.nd-userdetails .nd-description p {
    font-size: 16px;
    margin: 0 0 26px;
    line-height: 26px;
}

.nd-userdetails .nd-description {
    position: relative;
}

.nd-userdetails .nd-description:after {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: url(../images/bg-img.png);
    height: 99px;
    background-size: cover;
    background-repeat: no-repeat;
}

.nd-btntext {
    float: left;
    color: #55acee;
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.nd-btntext:hover,
.nd-btntext:focus {
    color: #55acee;
}

.nd-userprofile figure img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.nd-userprofile .nd-title {
    padding: 0 10px;
    text-align: center;
}

.nd-userprofile .nd-title h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 14px;
    line-height: 20px;
}

.nd-userprofile .nd-title h3 i {
    color: #00cc8d;
}

.nd-userprofile .nd-title span {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.nd-userprofile .nd-title span a {
    color: #55acee
}

.nd-userprofile .nd-title .nd-reportuser {
    display: block;
    color: #ff5851;
    font-size: 14px;
    margin-top: 13px;
    line-height: 18px;
}

.nd-userdetails.nd-displaynone {
    display: block;
}

.nd-userdetails.nd-displaynone .nd-description:after {
    display: none;
}

.nd-profilecounter {
    width: auto;
    float: right;
    max-width: 270px;
    margin: -30px 0 -55px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

.nd-profilecounter .nd-statisticcontent {
    width: 50%;
    padding: 35px 10px;
}

.nd-profilecounter .nd-statisticcontent:first-child,
.nd-profilecounter .nd-statisticcontent:nth-child(4) {
    background: #f5f5f5;
}

.nd-profilecounter .nd-statisticcontent em,
.nd-profilecounter .nd-statisticcontent h3 {
    font-size: 24px;
    font-weight: 700;
}

.nd-profilecounter .nd-statisticcontent h4 {
    font-size: 13px;
    line-height: 18px;
}

.nd-profilecounter .nd-description {
    margin-top: 30px;
}

.nd-profilecounter .nd-description p {
    font-size: 13px;
    line-height: 18px;
}

.nd-countercolor4 h3 {
    color: #e67e22;
}

.tg-authorcodescanvtwo {
    border: 0;
}

.nd-widgettagvtwo a {
    padding: 0 13px;
    line-height: 36px;
}

.nd-articlesuser .nd-particlehold figure {
    max-width: 50px;
    max-height: 50px;
    background: #323232;
}

.nd-articlesuser .nd-particlecontent {
    margin: 0;
}

.nd-articlesuser .nd-particlehold:hover figure img {
    opacity: 0.60;
}

.nd-articlesuser .nd-particlecontent h3 {
    font-weight: 400;
}

.nd-articlesuser .nd-particlecontent span {
    font-size: 12px;
    line-height: 14px;
}

.nd-skillscontent .nd-btnarea {
    text-align: center;
    margin-top: 20px;
}

.nd-skillscontent .nd-btnarea a {
    color: #55acee;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.nd-skillholder {
    float: left;
    width: 100%;
}

.nd-skillholder+.nd-skillholder {
    margin-top: 17px;
}

.nd-skillholder span {
    display: block;
    font-size: 14px;
    margin: 0 0 7px;
    line-height: 16px;
}

.nd-skillbarholder {
    float: left;
    width: 100%;
    background: #f7f7f7;
    border-radius: 3px;
}

.nd-skillholder span em {
    float: right;
    font-style: normal;
}

.nd-skillbar {
    height: 5px;
    float: left;
    transition: none;
    position: relative;
    border-radius: 4px;
    background: #00cc8d;
}

.nd-skillbar:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.10;
    content: '';
    background: url(../images/img-skills.png);
    background-repeat: repeat;
    background-size: cover;
    -webkit-animation: move 2s linear infinite;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.nd-usersingle {
    float: left;
    width: 100%;
}

.nd-clientfeedback {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.nd-usertitle {
    float: left;
    width: 100%;
}

.nd-usersingle .nd-usertitle {
    padding: 26px 30px;
}

.nd-usersingle .nd-usertitle h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.nd-usersingle .nd-titlewithselect {
    padding: 17px 30px;
}

.nd-usersingle .nd-titlewithselect h2 {
    padding: 9px 0;
}

.nd-titlewithselect h2 {
    display: inline-block;
    vertical-align: middle;
}

.nd-titlewithselect .form-group {
    margin: 0;
    float: right;
    width: auto;
    min-width: 235px;
}

.nd-titlewithselect .form-group .nd-select select {
    height: 40px;
}

.nd-titlewithselect .form-group .nd-select:after {
    line-height: 40px;
    color: #999;
}

.nd-userlistinghold.nd-userlistingsingle {
    box-shadow: none;
}

.nd-userlistingsingle .nd-userlistingimg {
    margin: 0 30px 0 0;
}

.nd-bgcolor {
    background: #fafafa;
}

.nd-userlistingsingle .nd-userlisting-breadcrumb li span,
.nd-userlistingsingle .nd-userlisting-breadcrumb li a {
    line-height: 16px;
}

.nd-userlistingsingle .nd-title h3 {
    font-weight: 400;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nd-userlistingsingle+.nd-userlistingsingle {
    margin: 0;
}

.nd-userlistingsingle .nd-contenthead {
    max-width: none;
    width: 100%;
}

.nd-userlistingsingle .nd-description p {
    margin: 33px 0 0;
    font-style: italic;
}

.nd-clientfeedback .nd-btnarea {
    padding: 30px;
    text-align: center;
}

.nd-craftedprojects {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.nd-projects {
    width: auto;
    overflow: hidden;
    padding: 0 15px 30px;
}

.nd-project {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 10px;
}

.nd-project figure {
    float: left;
    margin: 0;
    width: 100%;
    border-radius: 4px;
    background: #323232;
}

.nd-project figure img {
    width: 100%;
    opacity: 0.80;
    display: block;
    border-radius: 4px;
}

.nd-project:hover figure img {
    opacity: 0.40;
}

.nd-projectcontent {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.nd-projectcontent h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.nd-projectcontent a {
    display: block;
    font-size: 13px;
    color: #55acee;
    line-height: 14px;
}

.nd-projects .nd-btnarea {
    text-align: center;
}

.nd-experience {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.nd-education {
    margin: 0;
}

.nd-experiencelisting-hold {
    float: left;
    width: 100%;
}

.nd-experiencelisting {
    float: left;
    width: 100%;
    padding: 30px;
}

.nd-experiencelisting .nd-title h3 {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.nd-experiencecontent {
    float: left;
    width: 100%;
}

.nd-experiencecontent .nd-userlisting-breadcrumb {
    margin-bottom: 20px;
}

.nd-experiencecontent .nd-description p {
    margin: 0;
    line-height: 24px;
}

.divheight {
    float: left;
    width: 100%;
    min-height: 30px;
}

/* 404 Error Page Style */
.nd-404errorpage {
    float: left;
    width: 100%;
}

.nd-404errorimg {
    margin: 0;
    float: left;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.nd-404errorimg img {
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}

.nd-404errorcontent {
    float: left;
    width: 100%;
    padding: 60px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.nd-404errorcontent .nd-title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

.nd-404errorcontent .nd-description p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.nd-404errorcontent .nd-description p a {
    color: #55acee;
    text-decoration: none;
}

.nd-formhelpsearch {
    margin-top: 30px;
}

.nd-formhelpsearch .form-group {
    margin: 0;
    float: none;
    margin: 0 auto;
    max-width: 540px;
}

.nd-formhelpsearch .form-group .form-control {
    max-width: 380px;
    border-radius: 4px 0 0 4px;
}

.nd-btnsearch {
    width: 160px;
    color: #fff;
    float: right;
    padding: 0 20px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    font: 700 13px/50px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-btnsearch:hover,
.nd-btnsearch:focus {
    color: #fff;
}

/* Coming Soon Style */
.nd-comingsoon-holder {
    position: relative;
}

.nd-comingsoon-holder:before,
.nd-comingsoon-holder:after {
    content: '';
    left: 280px;
    top: -100px;
    width: 135px;
    height: 138px;
    position: absolute;
    background: url(../images/comingsoon/img-01.png);
}

.nd-comingsoon-holder:after {
    left: auto;
    right: 280px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.nd-comingsoon-aligncenter {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1720px;
    background: #cc4641;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.nd-comingsoon-content {
    float: left;
    width: 100%;
    padding: 117px 0;
    padding-left: 185px;
}

.nd-comingsoon-logo {
    display: block;
    margin: 0 0 55px;
}

.nd-comingsoon-content .nd-title h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 20px;
    line-height: 60px;
}

.nd-comingsoon-content .nd-title h2 span {
    display: block;
    font-weight: 400;
}

.nd-comingsoon-content .nd-description {
    color: #fff;
}

.nd-comingsoon-content .nd-description p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}

.nd-comming-sooncounter {
    float: left;
    width: 100%;
    margin-top: 80px;
    list-style: none;
}

.nd-counterbox {
    width: auto;
    float: left;
    color: #fff;
    padding: 0 40px;
    list-style-type: none;
}

.nd-counterbox:first-child {
    padding-left: 0;
}

.nd-counterbox:last-child {
    padding-right: 0;
}

.nd-counterbox+.nd-counterbox {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.nd-comming-sooncounter .timer_box h1 {
    margin: 0;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
}

.nd-comming-sooncounter .timer_box p {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
}

.nd-comingsoonimg {
    float: left;
    width: 100%;
}

.nd-comingsoonimg figure {
    margin: 0;
    float: left;
    width: 100%;
    padding-right: 50px;
}

.nd-comingsoonimg figure img {
    width: auto;
    float: right;
    display: block;
    max-height: 730px;
}

/* Footer Style */
.nd-footercol {
    float: left;
    width: 100%;
}

.nd-footeraboutus {
    float: left;
    width: 100%;
    padding: 60px 0 0;
    /* background: #f7f7f7;
*/
    margin: 20px 0 -20px;
}

.nd-footeraboutus h3 {
    color: #fff;
}

.nd-fwidgettitle {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.nd-fwidgettitle h3 {
    margin: 0;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.nd-fwidgetcontent {
    float: left;
    width: 100%;
    font-size: 14px;
    list-style: none;
    line-height: 16px;
}

.nd-fwidgetcontent li {
    float: left;
    width: 100%;
    padding: 7px 0;
    line-height: inherit;
    list-style-type: none;
}

.nd-fwidgetcontent li:last-child {
    padding-bottom: 0;
}

.nd-fwidgetcontent li a {
    display: block;
    color: #cccccc;
    line-height: inherit;
}

.nd-footeraboutus .container {
    border-bottom: 1px solid #4c4545;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.nd-footerholder .nd-fwidgetcontent li a:hover {
    color: #767676;
}

.nd-fwidgetcontent li:hover a,
.nd-fwidgetcontent li a:focus {
    color: #767676;
    padding-left: 10px;
}

.nd-fwidgetcontent li.nd-viewmore a {
    color: #55acee;
}

.nd-footerholder {
    padding: 80px 0;
}

.nd-footerlogohold {
    float: left;
    width: 100%;
}

.nd-footerlogohold .nd-logo {
    margin: 0;
    margin-bottom: 20px;
}

.nd-footerlogohold>.nd-description>p {
    color: #ccc;
    font-size: 16px;
    margin: 0 0 26px;
    line-height: 26px;
}

.nd-footerlogohold .nd-description p a {
    color: #55acee;
    text-decoration: none;
}

.nd-socialiconfooter li a {
    font-size: 20px;
}

.nd-socialiconfooter.nd-socialiconssimple li a i {
    color: #fff;
}

.nd-widgetcompany {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.nd-footerholder .nd-fwidgettitle h3 {
    color: #fff;
}

.nd-footerholder .nd-fwidgetcontent li a {
    color: #ccc;
}

.nd-footerholder .nd-fwidgetcontent li.nd-viewmore a {
    color: #55acee;
}

.nd-joininfo {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.20);
}

.nd-companyinfo {
    float: left;
    width: auto;
    padding: 13px 0 12px 0;
}

.nd-companyinfo span {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.nd-companyinfo span a {
    color: #55acee;
    font: 700 22px/22px 'Poppins', Arial, Helvetica, sans-serif;
}

.nd-fbtnarea {
    float: right;
}

.nd-footerbottom {
    width: 100%;
    float: left;
    padding: 22px 0;
    position: relative;
    background: #000;

}

.nd-copyrights {
    margin: 0;
    float: left;
    color: #ccc;
    font-size: 14px;
    line-height: 16px;
}

.nd-copyrights a {
    text-decoration: none;
    color: #fff;
}

.nd-comingsoon-nd-copyrights {
    width: 100%;
    color: #767676;
    font-size: 16px;
    margin: -44px 0 0;
    text-align: center;
}

.nd-comingsoon-nd-copyrights a:hover,
.nd-comingsoon-nd-copyrights a:focus,
.nd-comingsoon-nd-copyrights a {
    color: #55acee;
    text-decoration: none;
}

.nd-copyrights span {
    color: #55acee;
}

.nd-addnav {
    float: right;
}

.nd-addnav ul {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 16px;
    list-style: none;
    color: #fff;
}

.nd-copyrights a:hover,
.nd-copyrights a:focus,
.nd-copyrights a:active {
    color: #0b8fff;
}

.nd-addnav ul li {
    float: left;
    padding: 0 7px;
    line-height: inherit;
    list-style-type: none;
}

.nd-addnav ul li:last-child {
    padding-right: 0;
}

.nd-addnav ul li a {
    color: #ccc;
    display: block;
}

.nd-addnav ul li:hover a {
    color: #55acee;
}

.nd-offerpopup .modal-dialog {
    max-width: 540px;
}

.nd-popuptitle {
    float: left;
    width: 100%;
    padding: 13px 20px;
}

.nd-popuptitle h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.nd-popuptitle a {
    color: #ddd;
    font-size: 14px;
    line-height: 20px;
}

.nd-projectdropdown-hold {
    width: 100%;
    float: left;
    position: relative;
}

.nd-modalcontent .modal-body {
    padding: 0;
}

.nd-projectdropdown {
    float: left;
    width: 100%;
    padding: 20px;
    background: #f7f7f7;
}

.nd-projectselect {
    float: left;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    position: relative;
    border: 1px solid #ddd;
}

.nd-projectselect:after {
    top: 50%;
    right: 15px;
    z-index: 2;
    color: #999;
    display: block;
    font-size: 14px;
    margin-top: -8px;
    content: '\e874';
    line-height: 16px;
    position: absolute;
    text-align: center;
    font-size: inherit;
    font-family: 'Linearicons-Free';
}

.nd-projectselect figure {
    margin: 0;
    float: left;
    max-width: 50px;
    margin-right: 20px;
    border-radius: 4px;
    background: #323232;
}

.nd-projectselect figure img {
    opacity: 0.8;
    display: block;
    border-radius: 4px;
}

.nd-projectselect-content {
    padding: 5px 0;
    overflow: hidden;
}

.nd-projectselect-content h3 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.nd-projectselect-content span {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.nd-projectdropdown-option {
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 1;
    display: none;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    border-radius: 0 0 5px 5px;
}

.nd-projectdropdown-option .nd-projectselect {
    border-radius: 0 0 4px 4px;
}

.nd-projectdropdown-option .nd-projectselect:after {
    display: none;
}

.nd-projectdropdown-option .nd-projectselect+.nd-projectselect {
    border-top: 1px solid #ddd;
}

.nd-formpopup {
    padding: 20px;
}

.nd-formpopup fieldset .form-group {
    margin: 0;
}

.nd-formpopup fieldset .form-group textarea {
    height: 200px;
}

.nd-formpopup fieldset .nd-btnarea {
    margin-top: 10px;
}

.nd-hide-form {
    display: none;
}

/*Preloader Style*/
.preloader-outer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    background: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Chosen Style*/
.chosen-container {
    border: 0;
    height: 50px;
    outline: none;
    font-size: 14px;
    background: #fff;
    box-shadow: none;
    line-height: 18px;
    border-radius: 5px;
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    margin: 0;
    z-index: 2;
    color: #999;
    width: 100%;
    height: 50px;
    outline: none;
    background: none;
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 18px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.chosen-container-single .chosen-single span {
    margin: 0;
    color: #999;
    width: 100%;
    line-height: 30px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border: 1px solid #dfdfdf;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    color: #767676;
    line-height: 34px;
}

.chosen-container .chosen-results li.active-result:hover {
    color: #323232
}

.chosen-container .chosen-results li {
    padding: 2px 15px;
    line-height: inherit;
}

.chosen-container .chosen-results li.result-selected {
    color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
    background: #fcfcfc;
    color: #373542 !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    height: 40px;
    border-color: #ddd;
}

.mce-branding-powered-by {
    display: none !important;
}

.nd-btndisbaled {
    pointer-events: none;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(15%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}

[v-cloak] {
    display: none;
}

.session-message {
    position: fixed;
    background: #000;
    padding: 1% 2%;
    color: #fff;
    right: 20px;
    font-weight: 600;
    top: 70px;
    transition: 1s all;
    z-index: 9999999;
}

.confirm_div {
    align-items: baseline;
    gap: 20px;
}

#confirm_error {
    color: red;
    font-weight: 600;
    text-transform: capitalize;
}

/****** Rating *****/

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

.success-box {
    margin: 50px 0 10px 0;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.success-box>div {
    vertical-align: top;
    display: inline-block;
    color: #888;
}

.sidebar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;

}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#taskmess {
    padding: 5% 8%;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.msgBulk li {
    list-style-type: none;
}

.msgBulk {
    height: 68vh;
    overflow-y: scroll;
}

.msgBulk li p {
    margin-bottom: 7px;
}

.msgBulk hr {
    border-color: #5d5a5a;
}

.msgBulk span {
    text-align: right;
    width: 100%;
    display: block;
}

/*#taskmess form {
    position: fixed;
    bottom: 0px;

}
*/

.msgBulk::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.msgBulk::-webkit-scrollbar-track {
    background: #888;
}

/* Handle */
.msgBulk::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.msgBulk::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sendMsgForm .form-group {
    position: relative;
}

.sendMsgForm button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    right: 10px;
    bottom: 10px;
    padding: 5px 15px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
}

.card-bg {
    background: #f0f0f08a;
    display: flex;
    flex-direction: column;
    padding: 5%;
}

.chat-body::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.chat-body::-webkit-scrollbar-track {
    background: #888;
}

/* Handle */
.chat-body::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.chat-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sendMsgForm .form-group {
    position: relative;
}

.sendMsgForm button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    right: 10px;
    bottom: 10px;
    padding: 5px 15px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
}

.chat-body {
    border: 1px solid #ccc;
    max-height: 500px;
    min-height: 200px;
    overflow-y: scroll;
    padding: 5%;
}

.message-data {
    margin-bottom: 15px;
}

.message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.my-message {
    background: #86BB71;
}

.message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}

.message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86BB71;
    border-width: 10px;
    margin-left: -10px;
}

.other-message {
    background: #94C2ED;
}

.other-message:after {
    border-bottom-color: #94C2ED;
    left: 93%;
}

.chat-body ul li:nth-child(even) {
    clear: both;
}

.chat-body ul li {
    clear: both;
}

.chat-body ul li {
    list-style-type: none;
}

.message p {
    margin-bottom: 10;
}

.message a {
    color: #000;
}

.message a:hover {
    color: #000;
}

.need_est {
    align-items: baseline;
    column-gap: 25px;
}

.sub-title {
    border-bottom: 1px solid rgba(204, 204, 204, .35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2c3e50;
}

.border-checkbox-section .border-checkbox-group {
    display: inline-block;
}

.border-checkbox-section .border-checkbox-group .border-checkbox-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    margin-right: 15px;
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
    border: 2px solid #4099ff;
    content: "";
    display: block;
    border: 2px solid #4099ff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.border-checkbox-section .border-checkbox-group .border-checkbox-label:after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    opacity: .9;
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
    position: absolute;
    left: 4px;
    top: 11px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.border-checkbox-section .border-checkbox {
    display: none;
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked+.border-checkbox-label:after {
    border-color: #4099ff;
}

.border-checkbox-section .border-checkbox:disabled~.border-checkbox-label {
    cursor: no-drop;
    color: #ccc;
}

.reg-2 {
    background: url('../images/regBg.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
}

.notification {
    display: initial;
    padding: 10px 30px;
    border-left: 1px solid #ccc;

}

#notoficationIcon {
    font-size: 20px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

#notoficationIcon span {
    font: 600 12px/20px 'Poppins', Arial, Helvetica, sans-serif;
    background: red;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    color: #fff;
    left: 15px;
    position: absolute;
    top: -7px;
    display: inline-block;
    text-align: center;
    -webkit-animation: not-blink 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: not-blink 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
}

.notifications {
    width: 340px;
    height: 0px;
    opacity: 1;
    display: none;
    position: absolute;
    top: 63px;
    /* display: inline-table;
*/
    right: 230px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.notifications h2 {
    font-size: 14px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    color: #000
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.n-wrapper {
    max-height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@-webkit-keyframes not-blink {
    0% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes not-blink {
    0% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.icons {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    column-gap: 10px;
    margin-bottom: 20px;
}

.icons i {
    font-size: 15px;
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #000;
    cursor: pointer;
}

#time_estimation .form-row .form-group-half {
    width: 49% !important;
    margin: 0 3px 10px;
}

.gallery {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.gallery .aa {
    position: relative;
    display: block;
    width: calc(100% / 4 - 10px);
}

.gallery .aa i {
    color: #fff;
}

.gallery a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.clear {
    clear: both;
}

.del_wrapper {
    z-index: 999;
    position: absolute;
    background: #000;
    bottom: 0;
    padding: 10px 20px;
    color: #fff;
    display: flex;
    cursor: pointer;
    width: 100%;
    column-gap: 20px;
    align-items: center;
}

.del_wrapper p {
    margin-bottom: 0;
}

.n-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-right: 25px;
}

.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 2rem;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    min-height: 250px;
}

.fbox-center {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.fbox-bg.fbox-center .fbox-icon {
    background-color: #f7f7f7;
}

.fbox-bg.fbox-center .fbox-icon {
    margin-top: -2rem;
}

.fbox-center .fbox-icon {
    margin-bottom: 1.5rem;
}

.fbox-plain .fbox-icon {
    border: none !important;
}

.fbox-icon {
    width: 8.5rem;
    height: 7rem;
    padding: 0 0.75rem;
    position: relative;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #0b8fff;
}

.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 1;
}

.fbox-icon i {
    font-style: normal;
    font-size: 28px;
    line-height: 4rem;
    text-align: center;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    text-align: center;
    max-width: 100%;
    /* padding: 0 110px;
*/
}

.fbox-content h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

.fbox-content h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.CaptchaWrap {
    position: relative;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}


#CaptchaImageCode {
    width: 250px;
    overflow: hidden;
}

.capcode {
    font-size: 35px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}

.ReloadBtn {
    background: url('https://www.needadeveloper.com/frontend/images/update.png') left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline none;
    position: absolute;
    bottom: 30px;
    left: 275px;
    outline: none;
    cursor: pointer;
    /**/
}

.overlay_task {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    z-index: 999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 50vh;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.button.button-full {
    display: block;
    width: 100%;
    /* white-space: normal; */
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #000000;
}

.button.button-dark:hover {
    background-color: #1a73e8;
}

.button.button-full strong {
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid #eee;
    margin-left: 10px;
}

.button.text-end i {
    margin: 0 0 0 5px;
}

.step-section {
    background: #fff;
    padding: 4%;
    margin-top: 5%;
}


.fbox-icon a {
    background-color: #0b8fff1c;
    border-color: #e5e5e5;
    border: 1px solid #0b8fff;
    border-radius: 50%;
}

.fbox-icon i {
    line-height: 60px;
    font-size: 24px;
    display: flex;
    z-index: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.fbox-icon i img {
    width: 50% !important;
    height: 50% !important;
    filter: invert(60%) sepia(27%) saturate(3108%) hue-rotate(160deg) brightness(97%) contrast(82%);
}

.fbox-icon i {
    -webkit-transition: color .5s, box-shadow .5s, background-color .5s;
    -o-transition: color .5s, box-shadow .5s, background-color .5s;
    transition: color .5s, box-shadow .5s, background-color .5s;
    color: #888;
}

.fbox-icon i:hover::after,
.fbox-color:hover .fbox-icon i::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.fbox-color:hover .fbox-icon i {
    color: #fff;
}

.fbox-color:hover .fbox-icon i img {
    filter: none;
}

.fbox-color .fbox-icon i::after {
    background-color: #0b8fff;
    opacity: 0;
}

.fbox-color .fbox-icon i::after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    box-shadow: none;
    background-image: url('https://themes.semicolonweb.com/html/canvas/images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s;
    -o-transition: -moz-transform .5s, opacity .5s, background-color .5s;
    transition: transform .5s, opacity .5s, background-color .5s;
}

.fbox-color .fbox-icon i::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.h1.fw-bold {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

p.lead {
    font-size: 17px;
    color: #000;
}

.ha-step-arrow {
    width: 100px;
    left: calc(80% + 60px);
    border-color: #000;
    border-top-style: solid;
    position: absolute;
    display: inline-block;
    border-top: 1px solid #000;
    top: 40%;
}

.ha-step-arrow:after {
    border-right-style: solid;
    border-color: #000;
    top: -2px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    color: #000;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    display: inline-block;
    border-top: 1px solid #000;
}

.float_no {
    position: absolute;
    background: #fff;
    top: 0;
    right: 0px;
    border-radius: 50%;
    width: 35px;
    border-right: 1px solid #0b8fff;
    height: 35px;
    font-size: 20px;
    z-index: 999;
    border-top: 1px solid #0b8fff;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
}

.section-Rev {}

.section-Rev h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.section-Rev ul li {
    margin-bottom: 10px;
}

.section-Rev h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}

.section-free div h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}

.section-Rev .col-xl-7 {
    height: 400px;
}

.section-free .h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.section-free .fbox-icon2 {}

.section-free .fbox-icon2 img {
    width: 15%;
}

.dark .section,
.section.dark {
    background-color: #000;
    border-color: rgba(255, 255, 255, .1);
    padding: 70px 0;
}

.section.dark h3 {
    color: #fff;
}

.section.dark p {
    color: #fff;
    opacity: 0.6;
}

.nott.fw-semibold {
    color: #000;
}

.slider-element {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(70, 193, 176, 0.17)), url(/./frontend/images/jobseekert.png) no-repeat 90% 100%/auto 100%;
}

.status-container {
    width: 100%;
}

.status-container .status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    height: 100vh;
}

.status-image {
    width: 15%;
}

.status-image-thank-you {
    width: 25%;
}

.quote {
    margin-top: 5%;
}

.quote blockquote {
    border-left: 30px solid #0b8fff;
    padding-left: 40px;
    color: #000;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote blockquote h1 {
    font-size: 40px;
}

.quote blockquote p {
    font-size: 20px;
    line-height: 30px;
}

.nd-widgettag.src a:first-child {
    display: none;
}

.nd-why-client {
    background-image: url('../images/top_client.jpg');
    min-height: 600px;
    background-size: cover;
    margin: 80px 0;
    padding: 10% 5%;
    border-radius: 5px;
    position: relative;
}


.nd-why-client h1,
.nd-why-client p {
    color: #fff;
    width: 60%;
}

.nd-why-client h1 {
    font-size: 36px;
}

.nd-why-client p {
    font-size: 20px;
    line-height: 30px;
}

.nd-why-client ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-top: 10%;
}

.nd-why-client ul li {
    list-style-type: none;
    background: #0b8fff;
    padding: 2%;
    width: 100%;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s ease;
}

.nd-why-client ul li:hover {
    background: #fff;
    color: #0b8fff;
}

.nd-why-client ul li:hover a {
    color: #0b8fff;
}

.nd-why-client ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.nd-why-client ul li a:hover {
    padding-left: 10px;
}

.top-free {
    background: #f7f7f7;
    margin-bottom: -20px;
}

.top-free h1 {
    margin-bottom: 5%;
    font-size: 36px;
}

.top-free ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.top-free ul li {
    list-style-type: none;
    width: calc(100% / 3 - 15px);
    padding: 2%;
    color: #000;
    border: 1px solid #0b8fff70;
    box-shadow: 0px 1px 5px #8ccaff;
    transition: 0.5s ease;
}

.top-free ul li:hover {
    background: #0b8fff;
    color: #fff;
}

@media (min-width:1920px) {
    .container {
        max-width: 70%;
    }
}

.c-header--fixed {
    border-top: 4px solid #2777c6;
    -webkit-animation: slide-in--down 300ms cubic-bezier(0, 0, 0.3, 1);
    animation: slide-in--down 300ms cubic-bezier(0, 0, 0.3, 1);
    background: #fff;
    border-bottom: none;
    -webkit-box-shadow: 0 0 4px 4px rgb(20 102 143 / 8%);
    box-shadow: 0 0 4px 4px rgb(20 102 143 / 8%);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

@-webkit-keyframes slide-in--down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in--down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#sec-header ul li {
    list-style-type: none;
    padding: 1%;
    transition: 0.5s ease;
}

#sec-header ul li a {
    color: #000000;
    font-weight: 600;
}

#sec-header ul li:hover {
    background: #0b8fff73;

}

#sec-header ul li:hover a {
    /*color: #fff;
*/
}

@media (max-width:1023px) {
    #sec-header {
        display: none;
    }

}

@media (max-width:1130px) and (min-width: 1023px) {
    #sec-header ul li:last-child {
        display: none;
    }
}

@media (max-width:539px) {
    .nd-why-client ul {
        flex-direction: column;
    }

    .top-free ul {
        flex-direction: column;
    }

    .top-free ul li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .quote blockquote {
        height: 300px;
    }

    .quote blockquote h1 {
        font-size: 20px;
    }

    .quote blockquote p {
        font-size: 18px;
        line-height: 30px;
    }

    .section-Rev h2 {
        font-size: 22px;
        margin-top: 20px;
    }

}

@media (max-width:1140px) {
    .post-btn {
        display: none !important;
    }
}

.post-btn {
    background: #5166ff;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 15px !important;
}

.post-task {
    min-height: 350px;
    background: linear-gradient(55deg, #164188, #007fed);
    padding-top: 5%;
}

.post-task h1 {
    color: #fff;
}

.post-task p {
    color: #fff;
}

#myList>li {
    display: none;
}

#myList label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

#myList label>.form-control {
    margin-top: 5px;
    font-weight: normal;
}

#myList li {
    list-style-type: none;
}

#myList .select2.select2-container {
    width: 100% !important;
    margin-top: 5px;
}

.form-box form {
    padding: 5%;
}

#loadMore {
    color: #fff;
    background: #5166ff;
    cursor: pointer;
}

.nd-disabled {
    clear: both;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    width: 75px;
    text-align: center;
    padding: 5px;
}

.form-box {
    width: 50%;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    transform: translateY(-100px);
}

.bg-container-task-post {
    width: 50%;
    margin: 0 auto;
}

div.form-box span.error {
    color: red;
}

ul.sub_cat_post_item {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transition: 1s ease;
}

#push-subs {
    transition: 1s ease;
}

ul.sub_cat_post_item li {
    border: 1px solid #ccc;
    padding: 20px;
    display: flex;
    width: calc(100% / 3 - 7px);
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
    transition: 0.5s ease;
    cursor: pointer;
}

ul.sub_cat_post_item li:hover {
    background: #efefef;
}

.fetched_subs {
    margin: 2% 0;
    border: 1px solid #ccc;
}

.head-selection {
    background: #fafafa;
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-selection h4 {
    font-size: 15px;
    margin: 0;
}

.body-selection {
    padding: 2%;
}

.body-selection ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    min-height: 50px;
}

.body-selection ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.body-selection ul li input {
    width: 20px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}

.cate-loader {
    margin: 40px auto;
    transition: 1s ease all;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #5166ff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.estimation_list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.estimation_list li {
    border: 1px solid #ccc;
    padding: 20px;
    display: flex;
    width: calc(100% / 3 - 7px);
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
    transition: 0.5s ease;
    cursor: pointer;
}

.estimation_tab {
    margin: 4% 0;
}

.estimation_tab ul {
    margin: 0;
    display: flex;
    gap: 10px;
}

.estimation_tab ul li {
    width: calc(100% / 2 - 7px);
    transition: 0.5s ease;
}

.esti {
    display: none;
}

.estimation_tab {
    display: none;
}

.checked_est {
    background: #5166ff;
    color: #fff !important;
}

.login-div {
    margin-top: 5%;
    display: none;
}

.login-small {
    background: #5166ff;
    padding: 1% 2%;
    color: #fff;
}

.login-small:hover {
    color: #fff !important;
}

.login-div {
    border: 1px solid #ccc;
    padding: 5%;
}

#login_loader {
    margin: 0 auto !important;
    display: none;
}

.login-small:focus {
    color: #fff;
}

@media (max-width:1180px) {

    .bg-container-task-post,
    .form-box {
        width: 70%;
    }

    ul.sub_cat_post_item li {
        width: calc(100% / 2 - 7px);
        padding: 15px;
    }
}

@media (max-width:915px) {

    .bg-container-task-post,
    .form-box {
        width: 90%;
    }

    .post-task h1 {
        font-size: 30px;
    }

    ul.sub_cat_post_item li {
        font-size: 12px;
        padding: 10px 15px;
        width: calc(100% / 2 - 7px);

    }

    .estimation_list li {
        width: calc(100% / 2 - 7px);
        padding: 10px;
    }

    .login-small {
        padding: 3% 5%;
    }
}

@media (max-width:540px) {
    .body-selection ul li {
        width: 100%;
    }
}

@media (max-width:414px) {

    ul.sub_cat_post_item li,
    .body-selection ul li {
        width: 100%;
    }
}

.cart {
    display: initial;
    position: relative;
}

.cart i {
    font-size: 25px;
    padding: 20px;
    vertical-align: middle;
}

.cart span {
    font: 600 12px/20px 'Poppins', Arial, Helvetica, sans-serif;
    background: red;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    color: #fff;
    left: 14px;
    position: absolute;
    top: -10px;
    display: inline-block;
    text-align: center;
    -webkit-animation: not-blink 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: not-blink 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
}


/************************ Mega Menu ************************/
.mega-menu {
    position: absolute;
    left: 190px;
    width: 80vw;
    top: 70px;
    overflow: hidden;
    opacity: 0;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 5px 10px 20px 0 rgb(0 0 0 / 25%);
    background: #fff;
    visibility: hidden;
    transition: all .4s ease-out 0s, visibility 0.1s linear 0s;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    padding: 25px
}

.mega-menu .content {
    padding: 0;
    display: flex;
    width: 100%;
}

.mega-menu .content .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 3rem;
}

.content .col .menu-title {
    color: #ff5722;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: bold;
}

.content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
}

.content .col p {
    line-height: 1.2rem;
    margin-top: 5px;
    color: #FFFFFF;
}

.content .col .mega-links {
    text-align: left;
    columns: 4;
    break-inside: avoid;
    column-rule: 1px solid #ccc;
    margin: 0;
}

.col .mega-links li,
.col .mega-links li a {
    padding: 0;
    margin: 0;
}

.mega-menu .content .col .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.1rem 1.5rem;
    font-size: 13px;
}

#sec-header {
    position: relative;
}

#sec-header ul li:hover>div.mega-menu {
    opacity: 1;
    visibility: visible;
}

@media (max-width:1350px) {
    .mega-menu {
        top: 60px;
    }
}

.select2-container .select2-selection--single {
    height: 45px !important;
    padding: 10px;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-results__option {
    list-style-type: none;
    padding-left: 30px !important;
}

.megamenu_conent {
    display: none;
}

li.has_megamenu:hover>.mega-menu {
    visibility: visible;
    opacity: 1;
}

.mega-menu li {
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    transition: all 300ms ease-in-out;
    /* border-right: 1px solid #ccc;
*/
}

.mega-menu li:hover {
    background: #5166ff;
}

.mega-menu li:hover a {
    color: #fff;
}

.mega-menu li a {}

.items_m {
    width: 25%;
}

.items_area {
    width: 75%;
}

.mega-menu-item {
    display: none;
}

.active_mega {
    background: #5166ff;
}

.active_mega a {
    color: #fff !important;
}

@media (min-width: 991px) {
    .mega_for_m {
        display: none;
    }

    .mega_show {
        display: none !important;
    }

}

@media (max-width: 991px) {
    .nd-navigation {
        max-height: 90vh;
        overflow: scroll;
    }

    .nd-open>.mega-menu {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }

    .mega_for_m {
        display: none;
    }

    .mega-menu {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .items_m {
        width: 100%;
    }

    .mega-menu li a {
        font-size: 13px;
    }

    .mega-menu li {
        padding: 0;
        margin-bottom: 0;
        border: none;
        width: 100%;
    }

    .mega-menu li a {
        font-size: 14px;
        padding: 7px 30px;
    }

    .items_area {
        display: none;
    }

    .mega-menu li:hover {
        background: transparent;
    }

    .mega-menu li:hover a {
        color: #767676 !important;
    }

    .maga-menu li a {
        color: #767676 !important;
    }

    .mega-menu {
        display: none !important;
    }
}

#sec-header li.nav-item a i {
    padding: 5px;
    vertical-align: sub;
}

.all_link {
    color: #0b8fff !important;
    font-weight: 600;
}

.all_link:hover {
    color: #000 !important;
}

.sub-category-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sub-category-wrap ul li {
    list-style-type: none;
    width: calc(100% / 3 - 20px);
    margin-bottom: 10px;
    margin-right: 20px;
}

.sub-category-wrap ul li a {
    font-size: 17px;
    color: #000;
    transition: 0.5s ease;
}

.sub-category-wrap ul li a:hover {
    color: #5166ff;
}

.sub-category-wrap ul li a i {
    margin-right: 10px;
    color: #5166ff;
}

.category-btn {
    color: #fff;
    padding: 0 50px;
    position: relative;
    background: #323232;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
}

.all_cate {
    background: #5166ff;
}

.data .heading {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-shadow: 2px 2px #222020;
}

.data .lead {
    color: #fff;
    line-height: 25px;
    font-size: 17px;
}

.hero-wrap {
    gap: 45px;
}

@media (max-width:920px) {
    .btn-wrap {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

    .data .heading {
        font-size: 30px;
    }

    .col-left {
        margin-bottom: 20px;
    }

    .sub-category-wrap ul li {
        width: calc(100% / 2 - 20px);
    }
}

@media (max-width:567px) {
    .sub-category-wrap ul li {
        width: 100%;
    }
}

.category-section ul li {
    list-style-type: none;
}

.category-section h4 {
    font-weight: 500;
    font-size: 21px;
    padding: 10px;
    margin: 0;
}

.category-section .collapse.show {
    border: 1px solid #ddd;
    border-top: none !important;
}

.menu_item_special_Marketing {
    columns: 3 !important;
}

.fc {
    width: 100%;
}

.fc .fc-scrollgrid-section table {
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.fc .fc-scroller-liquid-absolute {
    top: unset !important;
}

.quote .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.additional_p_options {}

.additional_p_options ul {}

.additional_p_options ul li {
    list-style-type: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.additional_p_options ul li input {
    width: 20px;
    height: 20px;
}

.wcpa_price_summary {
    background: #fff;
    padding: 0px 20px;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.wcpa_price_summary li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0;
}

.wcpa_price_summary li:last-child {
    border: none;
}

.extra_att {
    padding-left: 40px;
    margin-top: 10px;
}

.extra_att li {
    font-size: 13px;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.translation-links {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: #ffffff;
    transform: translate(0px, -50%);
    border-radius: 5px 0 0 5px;
    list-style-type: none;
    box-shadow: 0px 2px 4px 3px rgba(20, 102, 143, 0.08);
    overflow: hidden;
}

ul.translation-links li {
    list-style-type: none;
    padding: 0 0 0 0px;
}

a.german {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMTMwMDAwMDAwMDAwMDAwMSwwLDAsMS4xMzAwMDAwMDAwMDAwMDAxLC0zMy4yODAwMDAwMDAwMDAwMywtMzMuMjgwMDAwMDAwMDAwMDMpIj48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtNDgwIDI1NmMwIDEyMy43MTItMTAwLjI4OCAyMjQtMjI0IDIyNHMtMjI0LTEwMC4yODgtMjI0LTIyNCAxMDAuMjg4LTIyNCAyMjQtMjI0IDIyNCAxMDAuMjg4IDIyNCAyMjR6IiBmaWxsPSIjZmJmYmZiIiBkYXRhLW9yaWdpbmFsPSIjZmJmYmZiIiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTQ2Mi4wNDMgMTY4aC00MTIuMTA1NWMzNC4xOTU3LTc5Ljk2NjEgMTEzLjU4MDUtMTM2IDIwNi4wNTI1LTEzNiA5Mi40NzMgMCAxNzEuODU3IDU2LjAzMzkgMjA2LjA1MyAxMzZ6IiBmaWxsPSIjYzMyMDIwIiBkYXRhLW9yaWdpbmFsPSIjYzMyMDIwIiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTQ2Mi4wNDMgMzQ0Yy0zNC4xOTYgNzkuOTY2LTExMy41OCAxMzYtMjA2LjA1MyAxMzYtOTIuNDcyIDAtMTcxLjg1NjgtNTYuMDM0LTIwNi4wNTI1LTEzNnoiIGZpbGw9IiMyYTJmYWYiIGRhdGEtb3JpZ2luYWw9IiMyYTJmYWYiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
    background-size: 26px;
}

a.spanish {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iMjU2IiBjeT0iMjU2IiBmaWxsPSIjZjBmMGYwIiByPSIyNTYiIGRhdGEtb3JpZ2luYWw9IiNmMGYwZjAiPjwvY2lyY2xlPjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzAwNTJiNCI+PHBhdGggZD0ibTUyLjkyIDEwMC4xNDJjLTIwLjEwOSAyNi4xNjMtMzUuMjcyIDU2LjMxOC00NC4xMDEgODkuMDc3aDEzMy4xNzh6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTUwMy4xODEgMTg5LjIxOWMtOC44MjktMzIuNzU4LTIzLjk5My02Mi45MTMtNDQuMTAxLTg5LjA3NmwtODkuMDc1IDg5LjA3NnoiIGZpbGw9IiMwMDUyYjQiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBkPSJtOC44MTkgMzIyLjc4NGM4LjgzIDMyLjc1OCAyMy45OTMgNjIuOTEzIDQ0LjEwMSA4OS4wNzVsODkuMDc0LTg5LjA3NXoiIGZpbGw9IiMwMDUyYjQiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBkPSJtNDExLjg1OCA1Mi45MjFjLTI2LjE2My0yMC4xMDktNTYuMzE3LTM1LjI3Mi04OS4wNzYtNDQuMTAydjEzMy4xNzd6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTEwMC4xNDIgNDU5LjA3OWMyNi4xNjMgMjAuMTA5IDU2LjMxOCAzNS4yNzIgODkuMDc2IDQ0LjEwMnYtMTMzLjE3NnoiIGZpbGw9IiMwMDUyYjQiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBkPSJtMTg5LjIxNyA4LjgxOWMtMzIuNzU4IDguODMtNjIuOTEzIDIzLjk5My04OS4wNzUgNDQuMTAxbDg5LjA3NSA4OS4wNzV6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTMyMi43ODMgNTAzLjE4MWMzMi43NTgtOC44MyA2Mi45MTMtMjMuOTkzIDg5LjA3NS00NC4xMDFsLTg5LjA3NS04OS4wNzV6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTM3MC4wMDUgMzIyLjc4NCA4OS4wNzUgODkuMDc2YzIwLjEwOC0yNi4xNjIgMzUuMjcyLTU2LjMxOCA0NC4xMDEtODkuMDc2eiIgZmlsbD0iIzAwNTJiNCIgZGF0YS1vcmlnaW5hbD0iIzAwNTJiNCI+PC9wYXRoPjwvZz48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNkODAwMjciPjxwYXRoIGQ9Im01MDkuODMzIDIyMi42MDloLTIyMC40NC0uMDAxdi0yMjAuNDQyYy0xMC45MzEtMS40MjMtMjIuMDc1LTIuMTY3LTMzLjM5Mi0yLjE2Ny0xMS4zMTkgMC0yMi40NjEuNzQ0LTMzLjM5MSAyLjE2N3YyMjAuNDQuMDAxaC0yMjAuNDQyYy0xLjQyMyAxMC45MzEtMi4xNjcgMjIuMDc1LTIuMTY3IDMzLjM5MiAwIDExLjMxOS43NDQgMjIuNDYxIDIuMTY3IDMzLjM5MWgyMjAuNDQuMDAxdjIyMC40NDJjMTAuOTMxIDEuNDIzIDIyLjA3MyAyLjE2NyAzMy4zOTIgMi4xNjcgMTEuMzE3IDAgMjIuNDYxLS43NDMgMzMuMzkxLTIuMTY3di0yMjAuNDQtLjAwMWgyMjAuNDQyYzEuNDIzLTEwLjkzMSAyLjE2Ny0yMi4wNzMgMi4xNjctMzMuMzkyIDAtMTEuMzE3LS43NDQtMjIuNDYxLTIuMTY3LTMzLjM5MXoiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBkPSJtMzIyLjc4MyAzMjIuNzg0IDExNC4yMzYgMTE0LjIzNmM1LjI1NC01LjI1MiAxMC4yNjYtMTAuNzQzIDE1LjA0OC0xNi40MzVsLTk3LjgwMi05Ny44MDJoLTMxLjQ4MnoiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBkPSJtMTg5LjIxNyAzMjIuNzg0aC0uMDAybC0xMTQuMjM1IDExNC4yMzVjNS4yNTIgNS4yNTQgMTAuNzQzIDEwLjI2NiAxNi40MzUgMTUuMDQ4bDk3LjgwMi05Ny44MDR6IiBmaWxsPSIjZDgwMDI3IiBkYXRhLW9yaWdpbmFsPSIjZDgwMDI3IiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTE4OS4yMTcgMTg5LjIxOXYtLjAwMmwtMTE0LjIzNi0xMTQuMjM3Yy01LjI1NCA1LjI1Mi0xMC4yNjYgMTAuNzQzLTE1LjA0OCAxNi40MzVsOTcuODAzIDk3LjgwM2gzMS40ODF6IiBmaWxsPSIjZDgwMDI3IiBkYXRhLW9yaWdpbmFsPSIjZDgwMDI3IiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTMyMi43ODMgMTg5LjIxOSAxMTQuMjM3LTExNC4yMzhjLTUuMjUyLTUuMjU0LTEwLjc0My0xMC4yNjYtMTYuNDM1LTE1LjA0N2wtOTcuODAyIDk3LjgwM3oiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PC9nPjwvc3ZnPg==);
    background-size: 24px;
}

a.ge {
    background-image: url(../images/de.png);
    background-size: 26px;
}

a.sp {
    background-image: url(../images/sp.png);
    background-size: 26px;
}

a.fr {
    background-image: url(../images/fr.png);
    background-size: 26px;
}

ul.translation-links a {
    display: inline-block;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 35px;
    background-position: center left 5px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    width: 100%;
}

ul.translation-links a:hover {
    background-color: #f7f7f7;
}

div.skiptranslate {
    display: none;
}

.remove_top {
    top: 0 !important;
}

div#goog-gt-tt {
    display: none !important;
}

.tltpImgxx img {
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
}

.tltpImgxx {
    display: inline-block;
}

.tooltipxx {
    position: relative;
    display: inline-block;
    margin: 2px 5px 2px 0;
}

.tooltipxx .tooltiptextxx {
    visibility: hidden;
    min-width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.tooltipxx .tooltiptextxx::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltipxx:hover .tooltiptextxx {
    visibility: visible;
}





.pguidemain{padding: 0 !important;}
.pguidemain .nd-main-section{padding: 0 !important;}



.intro {
    border-left: solid 25px #0B8FFF;
    padding: 15px 20px 15px 25px;
    font-size: 16px;
    line-height: 30px !important;
}
.intro p{line-height: 26px !important;} 

.pguidemain .section-Rev ul li, .pguidemain .benifitsec ul li {
    position: relative;
    list-style: none;
    padding: 0 0 0 33px; color: #000;
}
.pguidemain .section-Rev ul li:before, .pguidemain .benifitsec ul li:before {
    background: url(../images/check.png);
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 4px;
}


.getstartedsec p, .conclusec p{line-height: 25px !important;}

.redirectbtn {
    background: #0B8FFF;
    color: #fff !important;
    padding: 14px 30px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize; transition: all 0.5s ease-out;
}
.redirectbtn:hover {
    background: #000;
    transition: all 0.5s ease-out;
    box-shadow: 4px 4px 7px -5px #000000;
}

.faqsec .card-header{padding: 0;}
.faqsec .card-header a{    padding: 15px 18px;
    background: #0b8fff;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    border-radius: 3px 3px 0 0; white-space: inherit;}
.faqsec .card {
    margin: 0 0 19px;
}

.getstartedsec img {
    border: solid 1px #f0f0f0;
    box-shadow: 0px 10px 22px -23px #000000;
}

.btmc2abtn{text-decoration:none; }
.btmc2abtn:hover{text-decoration:none; }


.considrationsdsec img {
    filter: drop-shadow(-4px 5px 5px #555);
}

.bggray{background: #F7F7F7 !important;}


    .importancesec{}
    .importancesec p {
    line-height: 33px;
    font-size: 17px;
    color: #333;
}
    .importancesec img {
    border: solid 1px #f0f0f0;
    box-shadow: 0px 10px 22px -23px #000000;
}


.importancesec h2{font-family: 'Poppins', sans-serif; font-weight: 400; margin-bottom: 25px; color: #0B8FFF;}
.importancesec h2 span{font-weight: bold; color: #000;}

.kyecomponentsec {padding: 60px 0;}

.kyecomponentsec h2{font-family: 'Poppins', sans-serif; font-weight: bold;}
.kyecomponentsec h2 span{font-weight: 400; color: #0B8FFF;}
.kyecomponentsec p{line-height: 25px;}


.isoinfobox {
    text-align: center;
    border-radius: 20px;
    padding: 34px 22px 27px;
    background-color: #e9ebf7; margin-bottom: 30px;
}
.isoinfobox h5{font-family: 'Poppins', sans-serif;}
.isoinfobox .icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 26px;
    border: solid 1px #ddd;
    padding: 18px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: -0.707px 0.707px 10px 0 rgba(43,1,68,.1);
}
.isoinfobox .icon img{border: none !important; box-shadow: none !important;}

.isoinfobox:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 25px 38px 0 rgba(43,1,68,.17);
    box-shadow: 0 25px 38px 0 rgba(43,1,68,.17);
}


.getstartsec h2{font-family: 'Poppins', sans-serif; font-weight: bold;}
.getstartsec h2 span{font-weight: 400; color: #0B8FFF;}
.getstartsec p{line-height: 28px;}
    .getstartsec img {
    border: solid 1px #f0f0f0;
    box-shadow: 0px 10px 22px -23px #000000;
}

.buttonswantwsec{background: #0b8fff !important; color: #fff; padding: 50px 0;}
.buttonswantwsec .redirectbtn{background: #fff; color: #0b8fff !important; box-shadow: 4px 4px 7px -5px #000000; border-radius: 50px;}
.buttonswantwsec h2{font-family: 'Poppins', sans-serif; font-weight: normal; color: #fff;}
.buttonswantwsec h2 span{font-weight: bold; color: #000;}


.appfaqsec{background: #ECEEF6; padding: 50px 0;}
.appfaqsec h2{font-family: 'Poppins', sans-serif; font-weight: 400;margin-bottom: 40px}
.appfaqsec h2 span{font-weight: bold; color: #0B8FFF;}
.appfaqsec h5{font-weight: bold; color: #0B8FFF; }
.appfaqsec .card {
    padding: 25px 55px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px -14px rgba(0,0,0,.75);
    box-shadow: 0 5px 15px -14px rgba(0,0,0,.75);
    margin-bottom: 25px;
}
.appfaqsec .card .card-header{font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;     background: none;
    border: none;
    padding: 0;}
.appfaqsec .card .card-header h2 a{font-size: 20px;
    font-weight: 700; position: relative; padding: 0 0 0 50px;}
    .appfaqsec .card .card-header h2 a:before {
    top: -6px;
    left: 0;
    color: #118bfc;
    font-size: 30px;
    content: "\f056";
    font-weight: 900;
    position: absolute;
    font-family: "FontAwesome";
}
.appfaqsec .card .card-header h2 a.collapsed:before {
    content: "\f055";
}
.appfaqsec .card .card-body, .appfaqsec .card .card-body p{line-height: 28px; font-size: 16px;}


    .getstarted p {
    line-height: 28px;
    font-size: 14px;
}
.getstarted h4{color: #0B8FFF;}

.syntxdatasec .cntntbox {
    background: #fff;
    padding: 20px;
    text-align: left;
    box-shadow: 0 10px 20px 0 rgba(0,5,50,.1);
    border-radius: 20px;
    min-height: 280px;
    margin-bottom: 40px; border: solid 1px #0b8fff;
}
.cntntbox h4 {color: #0b8fff;}

.pythondevsec ul {
    height: 360px;
    overflow: hidden;
    overflow-y: scroll;
    padding:0 15px 15px;
}
.pythondevsec ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pythondevsec ul::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.pythondevsec ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0b8fff;
}
.pythondevsec ul li {
    box-shadow: 0 8px 9px 0 rgba(7,7,56,.15);
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px 20px 20px 50px;
    border: solid 1px #dddddd38;
    list-style: none; position: relative!important;
}
.pythondevsec ul li .numbertext {
    left: -17px;
    top: 5px;
    z-index: 1;
    color: #dad2df;
    line-height: 1;
    font-size: 114px;
    font-weight: 700;
    position: absolute;
    font-family: "Playfair Display";
    transition: 0.3s all ease-in-out;
    opacity: 0.5;
}
.pythondevsec ul li:hover .numbertext{color: #0b8fff;}
.pythondevsec ul li:hover h4{color: #0b8fff;}
.pythondevsec ul li p{margin-bottom: 0;}



footer .list2col li{width: 49%; display: inline-block;}

@media only screen and (max-width: 768px) {


.intro {
    border-left: solid 12px #0B8FFF;
    padding: 15px 0 15px 18px;
}
.intro h1 {
    font-size: 34px;
    line-height: 47px;
}

.benifitsec h2 {
    font-size: 30px;
    margin-top: 20px;
}
.pguidemain .section-Rev ul li, .pguidemain .benifitsec ul li {padding: 0 0 15px 33px;}

.importancesec h2 {font-size: 30px;}

.kyecomponentsec h2 {font-size: 30px;}


.getstartsec h2 {
    font-size: 30px;
}

.getstartedsec h2{font-size: 30px;}
.getstartedsec h3 {    margin-top: 18px;}
.getstartedsec img{margin-bottom: 20px;}

.buttonswantwsec {text-align: center;}
.buttonswantwsec h2 {font-size: 30px;}
.buttonswantwsec .text-right{text-align: center !important;}

.appfaqsec h2 {
    font-size: 30px;
}
.appfaqsec .card {padding: 22px 25px;}
.appfaqsec .card .card-header h2 a {
    font-size: 17px;
    font-weight: 700;
    padding: 0 0 0 40px;
    white-space: pre-wrap;
}
.appfaqsec .card .card-body, .appfaqsec .card .card-body p {
    line-height: 24px;
    font-size: 15px;
}
.button.button-full {padding: 26px 0; font-size: 18px;}

}
.ck-editor__editable{
    height:300px;
}