@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}

/* ############ Manage Teams ################*/
/* Owner : @Gaurav */

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.bronze_bg_shine {
    background: linear-gradient(-45deg, #CD7F32, #CD7F32, #fbb775, #874300f2)!important;
    /*background-size: 400% 400%!important;*/
    animation: gradient 15s ease infinite!important;
}
.silver_bg_shine {
    background: linear-gradient(-45deg, #C0C0C0, #C0C0C0, #C0C0C0, #707070)!important;
    /*background-size: 400% 400%!important;*/
    animation: gradient 15s ease infinite!important;
}
.gold_bg_shine {
    background: linear-gradient(-45deg, #FFD700, #FFD700, #FFD700, #9b8200)!important;
    /*background-size: 400% 400%!important;*/
    animation: gradient 15s ease infinite!important;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.plans-wrap .tabcontent {
    padding: 0px;
    margin-top: 15px;
}
.card.pakage {
    text-align: center;
    background: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 5px 4px 7px #00000036;
    cursor: pointer;
}
.card.pakage h1 {
    margin-top: 5px;
    font-size: 40px;
    color: white;
}
.card.pakage h3 {
    font-size: 20px;
    color: white !important;
}
button[disabled], html input[disabled] {
    opacity: 0.5;
}
.card.pakage.active {
    background: green;
    color: white;
}
.card.pakage.active h3, .card.pakage.active h1 {
    color: white!important;
}

span.contact_name {
    position: absolute;
    top: 79px;
    left: 95px;
    font-size: 11px;
}
.org #relative_card .reg_date {
    top: 100px; 
}
.home_video_options {
    background: white;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 2px;
}
.home_video_options ul#video_actions_ul {
    margin: 0px;
    text-align: left;
}
.home_video_options li.rightt {
    float: right;
}
.home_video_options ul#video_actions_ul {
    padding: 0px;
}
.help-block.with-errors {
    position: absolute;
    margin-top: 0px;
    font-size: 13px;
}
.form-group {
    padding-bottom: 12px;
}
select#year_search_ {
    background: white;
    text-align: left;
    width: fit-content;
    display: inline;
    height: 33px;
    color: black;
    margin-right: 5px;
}
.video_comment_section {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
#video_title_div .single_post .heading-avatar-icon::after {
    top: 30px;
}
.video_comment_section .comment_text {
    background: white;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 5px;
    width: fit-content;
    box-shadow: 5px 2px 8px 0px #0000001a;
    display: block;
    margin-bottom: 12px;
}
.video_comment_section .media.main_comment:first-child {
    margin-top: 0px!important;
    padding-top: 10px;
}
.video_comment_section .media.main_comment:last-child {
    padding-bottom: 10px;
}
.video_comment_section span.reacted_emojis img {
    width: 18px;
}
.video_comment_section .like_message_parent div, .like_message_parent span {
    font-size: 11px!important;
}
.single_post .video_comment_section  ul.nav.nav-pills {
    border-bottom: unset!important;
}
.video_comment_section .comment_actions {
    right: 20px!important;
}

.single_event_list a {
    text-decoration: unset;
}
div#submit_video_modal .with-errors {
    text-align: left;
    font-size: 11px;
}
.videos_options ul {
    margin: 0px;
    display: inline-block;
}
.videos_options {
    background: white;
    padding: 5px;
    text-align: left;
}
.video_comment_sec {
    text-align: left;
}
.attachment_uploader.video {
    width: 100%;
    height: 120px;
    position: absolute;
    margin-top: -45px;
    left: 13px;
}
.video_comment_sec textarea {
    background: white;
    border: unset!important;
    text-align: left;
    height: 60px!important;
}
.single_post.video_post {
    padding: 0px;
}
.single_post.video_post .add_comment {
    padding: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}
.video_comment_sec .submit_comment {
    width: fit-content;
    padding: 5px 10px;
    margin-top: -10px!important;
}
h3#video_title {
    clear: both;
    text-wrap: balance;
    text-align: left;
}
.videos_options ul {
    display: inline-block;
}
.videos_options ul.more_options_video li i {
    margin-right: 4px;
}
.videos_options ul.more_options_video {
    float: right;
}
.videos_options ul.more_options_video li {
    display: inline-block;
    margin-left: 10px;
}
#add_admin #friends_list_group {
    min-height: 200px!important;
    max-height: 200px!important;
    overflow: scroll;
    overflow-x: hidden;
}
.main_sub_option {
    clear: both;
}
.create_topic div .error_field {
    border: 1px solid red!important;
}
.time_set_i {
    display: none;
    position: absolute;
    right: 14px;
    top: 36px;
    background: #727272;
    color: white;
    width: 18px;
    height: 18px;
    padding: 1px 3px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
}
.recurring_frequency .form-check {
    display: inline-block;
    margin-right: 20px;
}
div.recurresion_div {
    overflow: hidden;
    border: 2px dashed #cdcdcd;
    margin-left: 15px;
    margin-right: 15px;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.events_top_area div {
    padding: 0px;
}
#display_grid_view .video-item img {
    height: 205px;
}
select#event_category_search_top {
    width: fit-content;
    display: inline-block;
    color: black;
    background: white;
    padding: 0px;
    text-align: left;
    height: 33px;
}
div#select_event {
    text-align: right;
}
.col-md-12.events_top_area {
    margin-top: 10px;
}
.events_top_area .viewlinks {
    background: unset;
    border: 2px solid green;
    color: green!important;
}
.events_top_area .viewlinks.active {
    border: 2px solid green;
    background: green!important;
    border: 2px solid green;
    color: white!important;
}
div#list_view_events, div#grid_view_events {
    margin-top: 20px;
}
.col-md-12.events_top_area {
    margin-bottom: 10px;
}
.event_list_view_image {
    width: 120px;
    height: 80px;
    object-fit: cover!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#add_admin ul#friends_list_group {
    margin-top: 10px;
}
#create_event select {
    text-align: left;
    border: unset;
    background: #ededed;
}
.wcn_puzzle input#wcn_sum {
    width: 70px;
    background: #e8e8e8;
    overflow: hidden;
    text-align: center;
}
.wcn_puzzle ul li {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
}
.admin_common_btn {
    width: fit-content!important;
    float: right!important;
    padding: 1px 5px!important;
    margin-top: 0px!important;
    font-size: 12px!important;
    margin-right: 10px!important;
}
.wcn_puzzle {
    background: white;
    position: relative;
    width: fit-content;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
}
.wcn_puzzle input#wcn_sum {
    width: 70px;
    background: #e8e8e8;
    overflow: hidden;
}
.wcn_puzzle ul {
    margin: 0px;
    padding: 0px;
    margin-top: 7px
}
.event_more_info_btn {
    padding: 7px 10px;
}
.single_event_list .event_cover {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.single_event_list h3 {
    font-size: 20px;
    font-weight: 100;
    font-family: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.single_event_list {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 3px #00000021;
    margin-top: 5px;
    margin-bottom: 20px;
}
.event_timing_etc tr td {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px!important;
    padding-top: 5px;
}
img.event_image {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}
.topic_detail.single_event {
    padding-left: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
form#edit_event_form input {
    text-align: left;
    background: white;
    border: unset;
}
.topic_detail.single_event h3 {
    color: black;
}
button#clear_reminder_history {
    width: fit-content;
    padding: 5px 10px;
    margin: 0px;
    margin-left: 10px;
}
.event_timing_etc {
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}
.Zebra_DatePicker {
    background: #666!important;
    border-radius: 4px!important;
    box-shadow: 0 0 10px #888!important;
    color: #222!important;
    font: 13px Tahoma,Arial,Helvetica,sans-serif!important;
    padding: 3px!important;
    position: absolute!important;
    z-index: 1200!important;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    border-radius: 0px!important;
}
.Zebra_DatePicker .dp_actions .dp_hover {
    background-color: #8c8c8c;
    color: #fff!important;
}
.event_timing_etc td.title_info i {
    position: absolute;
    left: 30px;
    margin-top: 2px;
}
.event_timing_etc td.title_info {
    font-weight: 600;
    padding-left: 20px;
}
.event_timing_etc table {
    width: 100%;
}
.event_timing_etc tr td {
    width: 50%;
}
.single_event_list a:hover {
    text-decoration: none!important;
}
.single_event_list .event-content {
    padding: 8px;
}
.event-content ul {
    padding: 0px;
    margin: 0px;
}
span.event_pending {
    background: orange;
    color: white;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 2px;
    right: 5px;
    position: absolute;
    top: 5px;
}
.event-content ul li {
    display: block;
    font-size: 11px;
    color: #5c5c5c;
    margin-bottom: 5px;
}

.page-notifications .single_notification
{
    position: relative;
}
.my_notifications li.single_notification {
    position: relative;
    clear: both;
}
.my_notifications li.single_notification .time {
    position: absolute;
    right: 0;
    top: 25px;
}
.message_reminder_noti {
    background: white;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 40px;
    position: relative;
    top: -5px;
    font-size: 12px;
    font-style: italic;
}
.load_more_area_members {
    text-align: center;
}
.load_more_area_members span {
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.load_more_area_videos {
    text-align: center;
}
.load_more_area_videos span {
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.report_view button {
    background-color: inherit;
    border: 1px solid green;
    color: green;
}
#display_grid_view{text-align: center;margin-left:32px;}
#create_message select.form-control {
    background: #ededed;
    border: unset!important;
    text-align: left;
}
li.next_prev_topic {
    float: right;
}
.add_commnet_with_attachment img {
    margin: 0px!important;
}
.add_commnet_with_attachment {
    padding: 0px!important;
    border: unset!important;
    background: unset!important;
    margin-top: 20px!important;
    float: right!important;
}
span.unseen_discussions_cate {
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding: 0px 3px;
    border-radius: 3px;
}
p#broadcast_msg_p {
    white-space: break-spaces;
    margin: 0px;
    margin-top: 20px;
    font-size: 17px;
}
div#broad_cast_modal {
    background: #000000a6;
}
.transparent_btn {
    background: unset!important;
    padding: unset!important;
    margin: 0px!important;
    border: unset!important;
}
.enter_to_send_div.post_status {
    background: unset;
}
span.barcode_ {
    position: absolute;
    left: 27px;
    bottom: 10px;
}
span.barcode_ img {
    width: 40px!important;
}
span.new_unseen_topic {
    position: absolute;
    font-size: 10px;
    background: red;
    color: white;
    padding: 0px 2px;
    border-radius: 3px;
    margin-left: -20px;
    margin-top: 30px;
}
select.posting_type {
    padding: 10px;
    border-radius: 10px;
}
img.msg_new_icons.send {
    width: 56px;
    margin-top: 16px;
}
img.msg_new_icons.clip {
    width: 20px;
    height: auto;
    margin-top: 20px;
}
.img_icon_send_parent {
    text-align: center;
    cursor: pointer;
}
.message_topic ul.discussion_ul {
    padding: 0px;
}
.message_topic li.single_discussion div {
    margin-right: 10px;
}
.message_topic ul.discussion_ul.view_topics .content_ {
    width: 100%!important;
    min-width: unset!important;
    max-width: unset!important;
}
.message_topic ul.discussion_ul.view_topics .content_ .short_desc_ {
    overflow: unset!important;
    display: inherit!important;
    color: black;
}
.message_topic ul.discussion_ul.view_topics .content_ h6,
.message_topic ul.discussion_ul.view_topics a:hover .content_ h6 {
    color: black;
}
.message_topic .attachment img, .message_topic .attachment video {
    max-width: 100%;
}
li.single_discussion.shared_ .short_desc_ {
    display: block;
}
li.single_discussion.shared_ div.content_ {
    max-width: unset;
    min-width: 100%;
}
li.single_discussion.shared_ .attachment {
    text-align: center;
    width: 100%;
}
.sort_comments {
    top: 4px;
    margin-bottom: 8px;
    clear: both;
    display: block;
    position: relative;
    float: right;
}
div#topic_dz {
    position: absolute;
    top: -115px;
    width: calc(100% - 21%);
}
.comment_attachment {
    max-width: 350px;
}
.comment_attachment img {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.sort_comments select {
    border: unset;
    background: #f4f4f4;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
}
.message_topic li.single_discussion .image {
    width: 53px;
}
.commom_selet_dis {
    margin-right: 20px;
    cursor: pointer;
    text-decoration: none;
}
.topic_comments small.comment_edit {
    margin-left: 7px;
    z-index: 0;
    right: -50px;
}
.send_msg.sent {
    color: green;
    font-weight: bolder;
    background: white!important;
}
.with-errors ul li {
    color: red!important;
}
/*.topic_comments .add_comment_reply_ {
    display: none!important;
}*/
.single_discussion  .receive_notification_ {
    min-width: 21%;
}
.view_topics li.single_discussion .content_ {
    min-width: 78%;
    width: 78%;
}
li.single_discussion.shared_ .image {
    display: none;
}
li.send_topic_in_private_msg {
    float: right;
}
div#send_topic_in_private_msg_modal li.nav-item {
    width: 33.33%!important;
}
img.like_in_comment_sec {
    width: 16px;
    margin-top: -4px;
}
#share_update_email .attachment img,
#share_update .attachment img {
    max-width: 100%;
}
li.single_discussion.shared_ .short_desc_, li.single_discussion.shared_ h6 {
    color: black;
}
.topic_detail .post_actions a {
    display: block;
    line-height: 160%;
    font-weight: 100;
    font-family: ubuntu;
}
.topic_comments {
    clear: both;
}
.topic_detail .details {
    font-size: 15px;
}
.topic_comments div.media-left::after {
    right: 4px;
    top: 35px!important;
}
.topic_comments .comment_reply div.media-left::after {
    bottom: 22px!important;
}
.topic_comments .comment_options .comment_text a {
    font-size: 14px;
}
.topic_comments .comment_text {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    max-width: calc(100% - 100px);
    width: fit-content;
    padding-right: 10px;
}
.topic_comments .comment_actions {
    position: absolute;
    right: -20px;
    bottom: 2px;
}
.topic_comments .comment_actions .dropdown-menu {
    position: absolute;
    margin-left: 15px;
    margin-top: -44px;
}
.topic_comments .comment_text {
    background: #f4f4f4;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 2px;
    width: fit-content;
    box-shadow: 5px 2px 8px 0px #ffffff1a;
    position: relative;
    display: inline-block;
}
.topic_comments .comment_text span {
    white-space: pre-line;
}
.topic_comments .comment_reply ul.nav-pills {
    margin-bottom: 5px;
}

.topic_comments small.comment_edit .tooltiptext {
    margin-top: -15px;
}
.topic_comments h4.media-heading {
    margin-bottom: 0px;
}
.topic_comments .add_comment_reply_ {
    padding: 0px!important;
}
.topic_comments textarea.get_user_suggest {
    height: 50px;
    margin-top: 6px;
}
.topic_comments .submit_comment_reply {
    width: fit-content;
    margin-top: 0px;
    padding: 8px 14px;
}
.topic_comments .comment_reply .comment_text {
    margin: 0px;
    margin-top: 5px;
    display: block;
}
.topic_comments .comment_reply h4.media-heading {
    margin: 0px;
}
.topic_comments .comment_reply div.media-left::after {
    bottom: 25px!important;
}
.enter_to_send_div.other {
    background: unset!important;
}
ul#accordion .show.collapse.in {
    display: block!important;
}
ul#accordion .show.collapse {
    display: none!important;
}
.topic_view .publisher img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 1px solid #c9c9c9;
}
.topic_detail {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.topic_view  .attachment {
    margin-top: 10px;
}
.topic_view  .attachment { 
max-width: 100%;
}
.topic_detail .attachment img {
    max-width: 100%;
}
.comments_inner textarea.get_user_suggest {
    background: #f4f4f4;
    border: unset;
    height: 100px;
    text-align: left;
    margin-bottom: 5px;
}
span.diss_cate {
    background: green;
    font-size: 11px;
    color: white;
    padding: 2px 5px;
    border-radius: 2px;
}
.comments_inner .submit_comment {
    width: auto;
    margin: 0px;
    padding: 5px 15px;
    margin-top: -10px;
}
.comments_inner {
    padding-right: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}
.topic_view {
    background: white;
    border-radius: 10px;
}
.topic_view .publisher {
    padding: 25px 15px!important;
    background: #f8f8f8;
}
.topic_view .publisher a {
    text-decoration: none;
}
.topic_view .publisher a {
    color: #989898;
}
.topic_view .publisher {
    text-align: center;
}
.topic_view .publisher h5 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
button.send_goodwill {
    background: red;
}
.map_image_admin img {
    max-width: 100%;
}
li.single_discussion.cate .content_ h6 {
    font-size: 18px;
}
li.single_discussion.cate .short_desc_ {
    font-size: 15px;
}
ul.discussion_ul.cate {
    margin-top: 10px!important;
}
li.single_discussion.cate div.content_ {
    max-width: 67%;
    width: 67%;
    text-align: left;
}
li.single_discussion.cate a {
    color: black;
}
ul.discussion_ul.view_topics h6 {
    font-size: 15px!important;
}
#accordion .card-header h5 {
    margin: 0px;
}
.single_discussion a.btn {
    padding: 0px;
    margin-top: 5px;
}
ul.discussion_ul.view_topics .single_discussion {
    padding: 0px!important;
}
ul.discussion_ul.view_topics .content_ {
    width: calc(90% - 119px)!important;
}
ul.discussion_ul.view_topics .single_discussion {
    border-bottom: unset;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 6px!important;
    background: #fcfcfc;
}
span.diss_cate a {
    color: white!important;
}
.single_discussion a:focus,
.single_discussion a,
.single_discussion a.btn:hover {
    text-decoration: none;
}
ul.discussion_ul li {
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    background: white;
    padding: 3px 15px;
}
ul.discussion_nav li a {
    color: black;
    margin-right: 16px;
    font-size: 16px;
}
ul.discussion_nav {
   padding: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
ul.discussion_nav li {
    display: inline;
}
.create_discussion input, .create_discussion textarea {
    background: white!important;
    border: unset!important;
    text-align: left;
}
.create_discussion input, .create_discussion teatarea, .create_discussion ul li
{
    text-align: left;
}
.create_discussion
{
    width: fit-content!important;
    margin-top: 0px!important;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
}
li.single_discussion .image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
    border: 1px solid gray;
}
li.single_discussion div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.single_discussion h6 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
.single_discussion p {
    margin-top: 0px!important;
}
.single_discussion .counts span {
    font-size: 14px;
}
.single_discussion .counts h3 {
    font-size: 20px;
    line-height: 100%;
}
.single_discussion .counts {
    text-align: center;
}
span.diss_cate a:hover {
    text-decoration: none;
}
span.diss_cate a {
    background: green;
    display: block;
    width: fit-content;
    font-size: 11px;
    margin-top: 5px;
    padding: 2px 7px;
    color: white;
    border-radius: 3px;
}
ul.discussion_ul li {
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    background: white;
    padding: 3px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.discussion_ul {
    clear: both;
    padding: 0px;
    margin-top: 5px!important;
    border-radius: 10px;
    overflow: hidden;
}
.discussion_nav select#discussion_cate_switch {
    border: unset;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    padding: 2px;
}
li.single_discussion .short_desc_ b {
    font-size: 15px;
    font-weight: 100;
}
.dropzone {
    border: 2px dashed #cdcdcd!important;
    border-radius: 10px;
}
li.single_discussion .content_ h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
        font-size: 15px;
}
li.empty_discussion {
    text-align: center;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    background: #fcfcfc!important;
    font-size: 12px!important;
}
li.single_discussion .short_desc_ {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
ul.discussion_nav a:hover {
    text-decoration: none;
}
ul.discussion_nav .active {
    border-bottom: 2px solid green;
    padding-bottom: 4px;
    font-weight: 100;
}
li.single_discussion .short_desc_ a {
    font-size: 15px;
    color: black;
}
.short_desc_ ol, .short_desc_ ul, .short_desc_ li {
    padding: 0px!important;
    font-size: 14px!important;
}
small.posted_discussion {
    color: #9f9f9f;
    font-size: 12px;
}
li.single_discussion div.content_ {
    max-width: 77%;
    width: 77%;
}
.single_team_admin img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.single_team_admin 
{
    cursor: pointer;
}
.single_team_admin td 
{
    vertical-align: middle!important;
}
div#add_team input {
    text-align: left;
    background: #ededed;
    border: unset;
    font-size: 12px;
}
.file_attachment svg {
    width: 100px;
    height: auto;
}
.view_member_profile_btn .btn {
    width: fit-content;
    background: green;
}
.view_member_profile_btn {
    position: absolute;
    text-align: center;
    width: 100%;
    text-align: center;
}
div#team_settings {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.single_team_element {
    background: #e6e6e6;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
}
.is_loading .image_loader{
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}
.is_loading .image_loader {
    height: 60px;
    width: 60px;
}

img.shared_single_item {
    cursor: pointer;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
#edit_member_form input,#edit_member_form textarea,#edit_member_form select,
.manage_team_modal input, .manage_team_modal textarea, .manage_team_modal select {
    background: white;
    text-align: left;
    border: none !important;
    resize: none;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    opacity: 1!important;
    pointer-events: auto;
}
.manage_team_modal .help-block {
    text-align: left;
}
#public_stream_list .sideBar-body,
#my-streams .sideBar-body {
    height: 50px!important;
}
.user_cover {
    background: white;
    height: 230px;
    width: 100%;
    border-radius: 5px;
}

.equal-height-div {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.user_cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#public_stream_list span.stream_type,
#my-streams span.stream_type {
    background: #dedede;
    display: block;
    clear: both;
    width: fit-content;
    font-size: 9px;
    color: #606060;
    padding: 0px 4px;
    margin-left: 11px;
    border-radius: 2px;
    border: 1px solid #cecece;
}
#public_stream_list .name-meta,
#my-streams .name-meta {
    padding-bottom: 0px!important;
}
#public_stream_list .sideBar-name,
#my_stream_list .sideBar-name {
    padding-top: 0px!important;
}
#public_stream_list .single_recp_list .message_text_prev,
#my-streams .single_recp_list .message_text_prev {
    margin-top: -4px;
    margin-bottom: 3px;
}
span.edit_personal_stream {
    margin-left: 10px;
}
.content_div.need_padding_top {
    z-index: 0!important;
}
.info_li span.profile_type
{
    display: inline-block!important;
}
a.btn.view_professional_profile {
    font-size: 11px;
    display: inline-block;
    background: blue;
    color: white!important;
    padding: 1px 5px;
    border-radius: 2px;
    width: fit-content;
    margin: 0 auto;
    line-height: 14px;
    margin-left: 5px;
}
a.btn.view_personal_profile {
    font-size: 11px;
    display: inline-block;
    background: green;
    color: white!important;
    padding: 1px 5px;
    border-radius: 2px;
    width: fit-content;
    margin: 0 auto;
    line-height: 14px;
    margin-left: 5px;
}
select#reff_sort {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    border: unset;
    border-radius: 4px;
    float: right;
}
/*############ need to recall ########################*/
#public-streams .narrow_streams div.single_recp_list,
#my-streams .narrow_streams div.single_recp_list {
    height: auto!important;
}
#public-streams .narrow_streams div.single_recp_list .message_text_prev,
#my-streams .narrow_streams div.single_recp_list .message_text_prev {
    display: none!important;
}
.my_stats_table img.inline {
    margin-top: -10px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid #c1c1c1;
    margin-right: 10px;
}
.reff_area .info {
    line-height: 14px;
}
.reff_area a.reff_user_info {
    margin-top: -5px;
}
p.points_earned {
    text-align: center;
    border: 2px solid green;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    padding: 2px 4px;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 600;
    color: green;
}
.my_stats_table b.inline {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

ul.users_suggestions_forword_msg .single_user_result:after,
ul.users_suggestions .single_user_result:after {
    display: none;
}
ul.users_suggestions_forword_msg .single_user_result {
    background: white;
    margin-bottom: 0px;
    border-radius: 0px;
    border-top: 1px solid #f3f3f3;
    padding-top: 6px;
}
ul.users_suggestions_forword_msg .single_user_result span.country {
    font-size: 11px;
}
.users_suggestions_forword_msg .info {
    width: calc(100% - 95px);
}
.users_suggestions_forword_msg .info span
{
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.users_suggestions_forword_msg .info, 
.users_suggestions_forword_msg .send_btn, 
.users_suggestions_forword_msg .avatar {
    display: inline-block;
}
ul.users_suggestions_forword_msg .send_btn .btn {
    width: fit-content;
    padding: 3px 10px;
    background: green;
    margin-top: -20px;
}
#streams .users_suggestions_forword_msg .info {
    width: calc(100% - 60px);
}
div#streams .single_user_result img {
    display: none;
}
div#streams .single_user_result {
    padding-left: 10px;
}
div#send_topic_in_private_msg_modal .modal-content {
    background: white;
}
ul.users_suggestions_forword_msg {
    max-height: 250px;
    min-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}
.video_side_ads {
    text-align: center;
}
.video_side_ads img 
{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#reff_users .single_user_result:after
{
display: none;
} 
table#points_table input[type="number"] {
    width: 70px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
}
table#points_table td.item {
    text-align: center;
}
.updates_page .personal_info {
    text-align: center!important;
}
.updates_page button.follow_unfollow {
    margin: 0 auto;
}
small#is_updating {
    margin-left: 5px;
    font-size: 13px;
    display: none;
}
span.profile_type {
    font-size: 11px;
    display: block;
    margin-bottom: -7px;
    background: green;
    color: white!important;
    padding: 1px 5px;
    border-radius: 2px;
    width: fit-content;
    margin: 0 auto;
}
span.profile_type.post_ {
    display: inline-block;
}
.single_post .comment_actions {
    right: 10px;
    margin-top: -60px;
    position: absolute;
}

a.view_post_anchor {
    background: green;
    float: right;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: unset;
    margin-top: 4px;
}
a.view_post_anchor:hover {
    text-decoration: unset;
}
.banner 
{
    text-align: center;
}
.add_banner .content_div {
    padding: 0px!important;
    margin: 0px;
    background: unset;
    height: 110px;
    margin-top: -20px;
}
.end_login_signup.edit_profile {
    text-align: right;
}
button#delete_user_profile {
    width: fit-content;
    margin-right: 10px;
}
.cf-turnstile, .cf-turnstile iframe {
    visibility: visible!important;
    height: 65px!important;
    min-width: fit-content!important;
}
span.professional_tag {
    font-size: 11px;
    position: absolute;
    background: blue;
    color: white;
    z-index: 9;
    padding: 0px 4px;
    font-weight: 600;
    border-radius: 3px;
    left: 10px;
    top: 5px;
    cursor: pointer;
}
.single_post span.professional_tag_rel {
    top: -2px;
}
.professional_tag_rel 
{
    font-size: 11px;
    background: blue;
    color: white!important;
    z-index: 9;
    padding: 0px 4px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    top: -12px;
}
span.profile_type.professional {
    background: blue;
}
.banner img {
    margin-top: 15px;
}
ul.themes_ul li {
    display: inline-block!important;
    list-style: none;
    cursor: pointer;
    margin-right: 5px;
    width: 80px;
}
ul.themes_ul {
    padding: 0px;
}
ul.themes_ul .image_ {
    height: 50px;
    width: 80px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
}
ul.themes_ul li.active .image_ {
    border: 3px solid green;
}
ul.themes_ul li label {
    font-size: 10px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.single_stream_post .main_comment .media-left::after {
    bottom: 15px!important;
}
.single_stream_post .main_comment .comment_reply_section .media-left::after {
    bottom: 32px!important;
}
ul.nav.nav-pills.pull-left small {
    font-size: 10px;
    margin-right: 5px;
}
.single_stream_post .comment_reply .nav-pills {
    display: block!important;
}
.main_comment .media-left::after {
    bottom: 18px!important;
}
.comment_reply_section .media-left::after {
    top: 30px!important;
}

.single_post .commentsblock {
    margin-left: 0px;
}
.stream_conversation .message-main-receiver,
.stream_conversation .message-main-sender 
{
       max-width: 80%;
}
.comment_time_inline
{
    display: inline-block!important;
}
.comment_time_inline .edit_time {
    font-size: 11px;
}

ul.top_area .avatar_li
{
    min-width: 140px;
    min-height: 170px;
}

.personal_info.member_area .avatar_li img {
   width: 140px;
    height: 140px;
}
.avatar_li .profile_img_parent
{
    position: absolute;
    width: 140px;
    height: 140px;
    margin-top: -40px;
}
.top_area .avatar_li a.online_status::after {
    margin-bottom: -3px;
}
.all_profile_buttons .btn 
{
    background: green;
    border: unset;
    padding: 5px 15px;
    border-radius: 4px;
    clear: both;
    color: white;
    margin-top: 0px;
}
ul.all_profile_buttons {
       top: 37px;
    position: relative;
}
.top_area li.butons_li {
    float: right;
}
ul.all_profile_buttons .tooltiptext {
    margin-left: -90px;
}
ul.all_profile_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
}
ul.all_profile_buttons button, ul.all_profile_buttons a {
        line-height: 20px;
    margin-top: 0px!important;
}
.top_area li.info_li {
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: top;
}
.top_area li.info_li .profile_type {
    margin-left: 0px;
    margin-bottom: -5px;
}
.stream_tabs span.total_notifications_msg {
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 2px;
}

/* 20 july */
  #goodwillModal .modal-body {
    width: 100% !important;
  }
  #goodwillModal #map-layer {
    height: 600px !important;
  }
  
.single_post .orignal_content_bk
{
margin-top: 5px;
}
.stream_conversation .single_stream_post .media {
    margin: 0px;
}
button.tablinks.active {
    background-color: green;
    color: #fff;
}
.home_stats .content_div .single_user_ h3 {
    margin-bottom: 0px;
}
a.dropdown-item.view_members_private_msg_area,
a.dropdown-item.view_top_sream_list,
a.dropdown-item.view_members_streams {
    color: black;
    font-weight: 600;
    float: right;
}
#view_stream_members a.send_private_msg
{
    float: right!important;
    display: block!important;
    font-size: 12px!important;
    padding-left: 7px;
    padding-right: 7px;
}
.stream_stats h4 {
    font-size: 19px;
    font-weight: 700;
    color: black;
}
a.view_stream_btn {
    display: block;
    background: green;
    width: fit-content;
    margin: 0 auto;
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
    margin-top: -15px;
}
#public_stream_list 
{
  height: calc(100vh - 300px)!important;
}
.index .dashboard_card span.total_notifications_.total_notifications_simple.dashboard {
    background: red;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
}

.index .dashboard_card p {
    font-size: 20px !important;
}
.index .trending_hashtags {
    border-radius: 10px !important;
}
.content_div.trending_hashtags.aa {
    background-color: #fff;
}

.notification-link {
    text-decoration: none !important;
}

.index .card-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index .card-title h5 {
    margin: 0px;
}
.index .card-title {
    padding-right: 10px;
}
.index .dashboard_card .card-wrap p {
    font-size: 14px !important;
    font-family: 'Lato';
    font-weight: 600;
    color: green;
}
.index .card-title h5 {
    margin: 0px;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: 'Lato';
}
.index #about-content hr {
    margin-top: 10px;
    margin-bottom: 0px;
}
.index .trends.tabcontent a {
    padding: 1px 8px;
    font-size: 13px !important;
    border: 1px solid #e7e6e6;
    display: inline-block;
    margin-bottom: 5px;
}
.index .trends.tabcontent a.more_trends {
    display: block;
    text-align: center;
}
.index .trending_hashtags h6 {
    margin-top: 0px !important;
}
.index .hashtag-wrap .tab button {
    font-family: 'Lato';
    font-weight: 600 !important;
    font-size: 14px;
    padding: 3px;
}
.index .trending_hashtags {
    padding: 10px;
}
.index .trending_hashtags h6 {
    font-family: 'Lato';
    font-size: 14px;
}
.index .index-welcome {
    margin: 3px !important;
}
.index .dashboard_card {
    width: 100%;
}



.stream_tabs li {
    display: inline-block!important;
    width: 50%!important;
}
.stream_tabs {
    margin: 0px!important;
}
.stream_tabs li.nav-item a {
    background: white;
    color: black;
    border: unset;
    padding: 10px;
}
.stream_tabs li.nav-item.active a {
    color: white;
    background: green!important;
    border: unset;
}
.stream_tabs li.nav-item a:hover {
    border: unset;
    background: unset;
    color: black;
}
.stream_tabs li.nav-item.active a:hover {
    border: unset;
}
.stream_tabs li.nav-item a {
    font-size: 12px;
}
.streams_list .avatar-icon::after {
    display: none!important;
}
.message_text_prev.stream {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.stream_avatar_letter {
    width: 40px;
    height: 40px;
    background: green;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 27px;
    color: white;
    margin-top: 8px;
}
.empty_div_stream {
    padding: 10px;
    text-align: center;
}
.stream_heading .heading-avatar-icon:after
{
    display: none;
}
.stream_heading .stream_avatar_letter {
    margin-top: 0px;
    text-align: center;
}
span.heading-online-stream {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: gray;
    margin-left: 5px;
    margin-top: -2px;
    font-size: 13px;
}
div#my_stream_list .start_user_chat .avatar-icon:after {
    display: none;
}
.sender_receiver_avatar img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.message-body.stream_joined_exit {
    text-align: center;
    margin-bottom: 12px!important;
    color: #a8a8a8;
    margin-top: 12px!important;
    clear: both;
}

.stream_joined_exit .inline img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 3px;
}
.stream_joined_exit a {
    color: black;
    text-decoration: none;
}
.modal form input, .modal form textarea {
    background: #ededed!important;
    text-align: left;
    border: unset!important;
    resize: none;
}
#create_stream .help-block {
    text-align: left;
}
h4.media-heading a, h4.media-heading a:hover {
    color: black;
    text-decoration: none;
}
.dashboard_card.fetch_reff_users {
    min-width: 100%;
    z-index: 0;
}
.dashboard_card.fetch_reff_users span.tooltiptext {
    left: 70px;
}
.total_notifications_simple {
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
}
.total_notifications_nav {
    position: absolute;
    margin-top: -10px;
    margin-left: 20px;
    padding: 0px 3px;
    line-height: 18px;
    font-weight: 100;
    border-radius: 3px;
}
.visibility_private_pref .item,
.update_notification_pref .item {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.reff_user_info 
{
margin-left: 43px;
display: block;
margin-top: 0px;
}
.total_notifications_msg.dashboard {
    margin-top: -10px;
    margin-left: 20px;
    padding: 0px 2px;
    line-height: 18px;
    font-weight: 100;
    border-radius: 3px;
    letter-spacing: 0px;
}
small.time_s {
    float: right;
    font-size: 9px;
    color: gray;
    margin-top: 11px;
}
div#splash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: black;
    height: 100vh;
    right: 0;
    bottom: 0;
}
#splash .home-text {
    visibility: visible!important;
}
#splash button.btn {
    width: auto;
    background: green;
    color: white;
    font-weight: 600;
    padding: 8px 10px;
    border: 1px solid #207600;
}
.index_items h3 {
    color: white;
}
.home_stats .content_div h3 {
    margin-bottom: 20px;
}
.empty_div_home {
    text-align: center;
    padding: 40px 30px;
    margin-top: 10px;
    line-height: 110px;
    border-radius: 5px;
}
.top_data {
    overflow: hidden;
    background: #ffffffc2;
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
}
div#users_result .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.search_area_res div#users_result {
    width: 100%;
    margin: 0 auto;
}
.trending_hashtags .trends a {
    display: block;
}
li.share_epost {
    float: right;
}
.trending_hashtags h6 {
    font-size: 16px;
    font-weight: 600;
}
h1.hashtag_page_h {
    text-align: left;
    margin-top: -10px;
    font-size: 25px;
}
a.more_trends {
    text-decoration: underline!important;
    color: black!important;
    font-size: 11px!important;
}
.inline-block
{
    display:inline-block!important;
}
.posst_actions .btn {
    background: unset;
}
.post_actions {
    float: right;
    margin-top: -60px;
}
.post_actions .btn {
    background: unset;
}
.post_actions {
    position: absolute;
    right: 10px;
    top: 38px;
}
.total_shares
{
    cursor: pointer;
}
.post_actions .dropdown-menu {
    margin-left: -45px;
    width: fit-content;
    margin-top: -16px;
    min-width: unset;
    padding: 10px;
}
.message-main-receiver .post_actions .dropdown-menu {
    min-width: 125px!important;
}
.post_actions .dropdown-menu a {
    color: black;
    font-weight: 600;
}

.post_actions .dropdown-menu a:hover {
    text-decoration: none;
}
.trending_hashtags h5 
{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.trending_hashtags a {
    font-size: 15px;
    color: green;
    font-weight: 600;
    line-height: 30px;
}
#reff_users button.btn {
    margin: 0px;
}
.comment_options {
    overflow: hidden;
}
.comment_reply p a {
    font-size: inherit;
}
.comment_options a {
    padding: 0px!important;
    font-size: 10px;
    margin-right: 9px;
}
.comment_options {
    overflow: hidden;
    margin-left: 48px;
    margin-top: -6px;
}
.nav-pills>li>a {
    padding-left: 6px;
    padding-right: 6px;
}
.tooltip {
  position: relative;
  opacity: 1!important;
}
.tooltip.first .tooltip-bottom {
    margin-left: -40px;
}
.register div#myDropzone,
.register div#myDropzone2 {
    border: 2px dashed #646464;
    border-radius: 10px;
}
.my_notifications ul li {
    list-style: none;
    border-bottom: 1px solid #e0e1e4;
    padding-bottom: 7px;
    padding-top: 10px;
}
li.single_notification .time {
    font-size: 10px;
    float: right;
    cursor: pointer;
}
span.total_notifications {
    background: red;
    position: absolute;
    margin-top: -13px;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 20px;
    margin-left: 20px;
    color: white!important;
}
span.total_notifications.dashboard {
    position: unset;
    margin: 0px;
    margin-left: 6px;
}
.my_notifications li.single_notification img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 5px;
}
.my_notifications li.single_notification .inline {
    display: inline-block;
}
div#reff_users .my_notifications li.single_notification .inline {
    vertical-align: middle;
}
.side_menu_action {
    background: black;
    color: white;
    padding: 2px 10px;
    margin-bottom: 2px;
    display: block;
    width: fit-content;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
}
.resend_verification {
    width: fit-content!important;
    padding: 6px 8px!important;
    display: inline-block!important;
    float: right;
}
.my_notifications ul {
    padding: 0px;
}
.my_notifications ul li {
    list-style: none;
}
a.my_profile_view_btn:hover {
    text-decoration: unset;
}
a.my_profile_view_btn {
    color: white;
}
.tooltip .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      margin-top: 6px;
      padding-left: 4px;
     padding-right: 4px;
}
.like_post img {
    width: 20px;
    height: auto;
    margin-top: -6px;
    cursor: pointer;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
/************* end tool tip *************************/

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.updates_page .fade
{
    opacity: 1!important;
}
.search_member_div #name::placeholder
{
    color: #444;
}
.dz-preview {
    margin: 0px!important;
}
.search_member_div input.form-control {
    background: white;
    text-align: left;
    border-color: #aaaaaa;
}
li#filter_li {
    float: right;
}
#filter_li select#filter_posts {
    padding: 2px 0px;
    border-radius: 3px;
    border: unset;
}
select#filter_posts::focus-visible
{
    border: unset!important;
}
div.upload_status {
    margin-bottom: 15px;
    border: 2px dashed #dadada;
    border-radius: 20px;
}
.edit_message_dz,
div.edit_status {
    margin-bottom: 15px;
    border: 2px dashed #dadada;
    border-radius: 20px;
}
.nav-pills a {
    cursor: pointer;
}
#publisher_box textarea.form-control {
    background: white;
    border: 1px solid #f3f3f3;
    height: 100px;
    text-align: left;
    resize: none;
}
#publisher_box button.btn.btn-success {
    width: auto;
    padding: 6px 15px;
    margin: 0px;
}
#publisher_box .panel-body {
    padding-bottom: 10px;
}
.single_post img.media-object {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    object-fit: cover;
}
.single_post {
    overflow: hidden;
    padding-top: 15px;
}
.single_post h4.media-heading small {
    font-size: 12px;
    margin-top: 3px;
}
.single_post .orignal_content {
    margin-top: 5px;
}
.single_post .attached_media img {
    max-width: 100%;
    height: auto;
}
.single_post .comments {
    background: #f7f7f7;
    padding-top: 0px;
    padding-bottom: 5px;
}
.single_post .comments small {
   margin-top: 0px;
    font-size: 10px;
    margin-right: 7px;
}
.single_post .media.main_comment:first-child {
    margin-top: 10px;
}
.single_post .add_comment {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.single_post .add_comment textarea.form-control {
    background: white;
    border: unset;
    height: 50px;
    resize: none;
    text-align: left;
}
.single_post .media.main_comment {
    clear: both;
    margin-top: 0px;
    padding-bottom: 10px;
}
.comment_reply_section {
    overflow: hidden;
    clear: both;
    margin-top: 25px;
}

.media.comment_reply {
    margin-top: 0px;
}
.single_post .add_comment button.btn-success {
    width: auto;
    padding: 5px 12px;
    margin: 0px;
}
.load_more_comments {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.load_more_comments a {
    color: #333333;
    font-size: 11px;
    text-decoration: underline;
}
div#posts_load .empty_state {
    padding-bottom: 40px;
}
.dashboard_card {
    cursor: pointer;
}
.modal div#loader i {
    font-size: 20px;
}
#reff_users li.single_notification:last-child
{
    border: unset!important;
}
#view_like_stats .my_notifications ul li:last-child {
    border: unset;
}
.modal .modal-footer .btn {
    margin: 0px;
    padding: 8px;
}
div#view_like_stats .load_more span {
    border: unset;
    padding: 0px;
    border-bottom: 1px solid #00000036;
    border-radius: 0px;
}
.modal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.parent_post {
    border: 1px solid #dddddd;
}
.parent_post .single_post {
    border: unset!important;
    margin: 0px;
}
.tooltip-top.dashboard {
    bottom: 100%!important;
    min-height: 67px!important;
    width: calc(100% - 20px)!important;
}
.tooltip-top.dashboard::after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
    transform: rotate(180deg);
}
#reff_users .modal-body {
    max-height: 80vh;
    overflow: scroll;
    overflow-x: unset;
}
.modal div#loader {
    text-align: center;
}
.single_post .comments p {
    background: white;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 5px;
    width: fit-content;
    box-shadow: 5px 2px 8px 0px #0000001a;
}
.main_comment h4.media-heading {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}
.single_stream_post .comments .main_comment .comment_reply_section .media-body p {
    margin-bottom: 5px;
}
.single_stream_post .comments .main_comment .comment_reply_section ul.nav.nav-pills {
    margin-bottom: 7px;
}

li.share_post 
{
    float: right;
}
.receiver_detail .form-control {
    text-align: left;
    background: white;
    border: 1px solid #e5e5e5!important;
}
.receiver_detail .controls {
    margin-top: 10px;
}
#share_update_email div#html_data,
#share_update div#html_data {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
#share_update_email .modal-footer,
div#share_update .modal-footer {
    padding-top: 0px;
    border: unset;
}
#share_update_email  button.close,
#edit_post button.close,
#edit_topic button.close,
#edit_comment button.close,
#edit_message button.close,
#share_update button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#share_update_email button#share_bt,
#edit_post button#share_btn,
#edit_topic button#share_btn,
#edit_comment button#share_btn,
#edit_message button#share_btn,
#share_update button#share_btn {
    margin: 0px;
}
#share_update_email .share_pub_box textarea,
#edit_comment .share_pub_box textarea,
#edit_post .share_pub_box textarea,
#edit_topic .share_pub_box textarea,
#edit_message .share_pub_box textarea,
#share_update .share_pub_box textarea {
    height: 50px;
    background: unset;
    border: unset!important;
    resize: unset;
    text-align: left;
    padding-left: 60px;
}
#edit_topic .share_pub_box textarea
{
   padding-left: 0px!important; 
}
#share_update_email .share_pub_box,
#edit_post .share_pub_box,
#edit_topic .share_pub_box,
#edit_comment .share_pub_box,
#edit_message .share_pub_box,
#share_update .share_pub_box {
    position: relative;
}
#share_update_email .share_pub_box .user_info img,
#edit_post .share_pub_box .user_info img,
#edit_topic .share_pub_box .user_info img,
#edit_comment .share_pub_box .user_info img,
#edit_message .share_pub_box .user_info img,
#share_update .share_pub_box .user_info img {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
#share_update_email .share_pub_box .user_info,
#edit_post .share_pub_box .user_info,
#edit_topic .share_pub_box .user_info,
#edit_comment .share_pub_box .user_info,
#edit_message .share_pub_box .user_info,
#share_update .share_pub_box .user_info {
    position: absolute;
}

ul.users_suggestions_forword_msg,
ul.users_suggestions {
    padding: 0px;
}
ul.users_suggestions_forword_msg .single_user_result,
ul.users_suggestions .single_user_result {
    clear: both;
}
.users_suggestions_forword_msg .single_user_result,
.users_suggestions .single_user_result {
    cursor: pointer;
    background: #f7f7f7;
    margin-bottom: 5px;
    padding: 2px;
    border-radius: 2px;
}
.modal .modal-header {
    padding: 10px 20px!important;
}

.users_suggestions_forword_msg .single_user_result img.avatar,
.users_suggestions .single_user_result img.avatar {
    width: 26px;
    height: 25px;
}
.users_suggestions_forword_msg .single_user_result span.country 
.users_suggestions .single_user_result span.country {
    font-size: 10px;
    color: gray;
    margin-top: -5px;
    display: block;
    position: relative;
}




.search_area_res {
    min-height: 358px;
}
.content_div.user_info_area {
    min-height: 567px;
}
.search_member_div .form-group {
    margin-bottom: 5px;
}
blockquote cite {
    font-style: normal;
}
ul.nav.nav-tabs.accordian li {
    display: inline-block!important;
    width: auto;
}
ul.nav.nav-tabs.accordian li a {
    padding: 10px 10px;
    background: unset;
    border: unset;
    color: black;
    font-weight: 700;
    padding: 10px 10px;
}
ul.nav.nav-tabs.accordian {
    margin: 0px;
    border-bottom: 1px solid green;
}
ul.nav.nav-tabs.accordian li.active a {
    background: green;
    color: white;
}
.tab-content.accordian_content {
    margin-top: 20px;
}
.loader_ img {
    width: 80px;
}
.loader_ {
    text-align: center;
}
.users_list {
    margin-top: 10px;
}
.users_list .single_user_result {
    clear: both;
    margin-bottom: 10px;
    border-top:1px solid #dfe1e5;
    padding-bottom: 5px;
    padding-top: 10px;
}
.users_list .single_user_result a:hover {
    text-decoration: unset;
}
.users_list .single_user_result .info .country {
    font-size: 14px;
    font-weight: 100;
    color: gray;
    display: block;
}
.users_list .single_user_result .info {
    color: black;
    font-weight: 600;
    font-size: 18px;
}
#load_more_posts span,
.load_more span {
    border: 1px solid #636363;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}

#load_more_posts,
.load_more {
    text-align: center;
    margin-bottom: 10px;
}
.users_list .single_user_result:first-child
{
    border: unset!important;
}
.single_user_ {
    padding: 10px;
    text-align: center;
    background: white;
    border-radius: 5px;
}
.owl-nav button::before {
    display: none;
}
.owl-nav button span {
    font-size: 30px;
    background: #a1a1a1;
    display: block;
    line-height: 20px;
    padding: 1px 6px;
    color: white;
    padding-bottom: 7px;
    border-radius: 2px;
}
.index_items {
    margin-bottom: 30px;
}
.single_user_ img {
    width: 110px!important;
    height: 110px;
    object-fit: cover;
    border-radius: 60px;
    border: 2px solid green;
    padding: 3px;
    margin-bottom: 10px!important;
    margin: 0 auto;
}
.content_div.to_make_equal.member_results {
    position: unset!important;
}
.single_user_ .info h3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: black;
}
.single_user_ .info h6 {
    margin-top: 0px;
    color: gray;
    min-height: 30px
}
.single_user_ a:hover {
    text-decoration: none;
}
#users_result [class*="col-"] {
    display: block;
    float: left;
    margin-bottom: 20px;
}
.follow_unfollow_btn_disabled
{
    background: green;
    border: unset;
    padding: 5px 15px;
    border-radius: 4px;
    clear: both;
    display: block;
    margin: 0 auto;
    margin-top: 15px;x;
    color: #ffffffd1;
}
button.follow_unfollow_btn span {
    color: white!important;
}
button.follow_unfollow,
button.follow_unfollow_btn {
    background: green;
    border: unset;
    padding: 5px 15px;
    border-radius: 4px;
    clear: both;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

a.send_private_msg {
    background: green;
    border: unset;
    padding: 5px 15px;
    border-radius: 4px;
    clear: both;
    margin: 0 auto;
    margin-top: 5px;
    width: fit-content;
    color: white;
    display: inline-block;
}
a.send_private_msg:hover {
    text-decoration: none;
}
.profile_two_btns button, .profile_two_btns a {
    display: inline-block;
    margin-left: 3px;
    margin-right: 2px;
}
button.follow_unfollow_btn i {
    color: white;
    margin-right: 5px;
}
.personal_info h6 {
    margin-top: 5px;
}
.first_quote {
    margin-top: 0px;
}
.first_quote blockquote {
    border: unset;
    padding-top: 10px!important;
    padding-bottom: 15px!important;
    margin-bottom: 0px!important;
    background: unset!important;
}

.quote_on_worldimg blockquote {
    border: unset;
    text-align: center;
}
.quote_on_worldimg h4.font-italic {
    font-size: 24px;
}

.first_quote h4.font-italic {
    font-size: 24px;
}
.content_div.no_found {
    text-align: center;
    line-height: 160px;
}
.content_div .empty_state {
    text-align: center;
    margin-top: 30px;
}
.personal_info ul.member_info_list li i {
    position: absolute;
    left: 12px;
    margin-top: 2px;
    font-size: 17px;
}
.personal_info span.more-text {
    display: none;
}
.personal_info li.iframe_li {
    padding-left: 10px!important;
}
.personal_info li.iframe_li iframe {
    width: 100%;
    height: 200px;
}

.personal_info ul.member_info_list li {
    list-style: none;
    text-align: left;
    background: white;
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 2px;
    padding-left: 35px;
    position: relative;
}
.personal_info ul.member_info_list {
    padding: 0px;
    margin-top: 10px;
}
.filter_date .filter_stats {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 25px;
}
.to_make_equal .empty_state {
    font-weight: 600;
    font-size: 15px;
}
li#search_li_nav i {
    color: white;
    margin-top: 3px;
    cursor: pointer;
    background: green;
    padding: 7px;
    border-radius: 20px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    padding-top: 5px;
}
.g_translate select.goog-te-combo {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}
#search_ #search_members:focus-visible {
    border: unset!important;
    box-shadow: unset!important;
    outline: none!important;
}
#search_ .users_result .single_user_result:last-child
{
    border: unset!important;
}
#search_ .modal-content {
    background-color: transparent;
    box-shadow: unset;
    border: unset;
}
#search_ .modal-content button.btn-close {
    position: absolute;
    right: 0;
    background: unset;
    box-shadow: unset;
    border: unset;
    color: white;
    font-size: 30px;
    top: 10px;
    z-index: 9;
}
#search_ .modal-header {
    border: unset;
    color: white;
}
.search_members_parent .search_loader {
    color: black;
    position: absolute;
    right: 6px;
    top: 22px;
    font-size: 20px;
    display: none;
}
.search_results .empty_state {
    background: white;
    margin-top: 10px;
    border-radius: 2px;
    padding: 15px;
    text-align: center;
    line-height: 100px;
}
.single_user_result img {
    width: 45px;
    height: 45px;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}
#search_ .users_result {
    padding: 15px;
    background: white;
    margin-top: 10px;
    border-radius: 2px;
    max-height: 50vh;
    overflow: scroll;
    overflow-x: hidden;
}

/* width */
#search_ .users_result::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#search_ .users_result::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#search_ .users_result::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#search_ .users_result::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.personal_info {
    text-align: left;
}
.personal_info img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: 2px solid green;
    padding: 3px;
    object-fit: cover;
}
.attached_media {
    text-align: center;
}
.attached_media video {
    width: 100%;
}
.nav-pills a:focus,
.nav-pills a:hover {
    background: unset!important;
}
.single_post ul.nav.nav-pills {
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
}
.personal_info h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.personal_info span {
    color: #797979;
}
.personal_info .bg {
    text-align: left;
    margin-top: 10px;
}
.row.equal_height {
    display: table;
    min-width: 100%;
    margin-right: 0px;
}
ul.top_area li {
    display: inline-block;
    margin-right: 4px!important;
}
ul.top_area li div {
       margin-left: 0px!important;
}
.row.equal_height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.row.equal_height [class*="col-"] .to_make_equal
{
    position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#search_ .search_members_parent 
{
    position: relative;
}
#search_ .single_user_result {
    clear: both;
}
#search_ .single_user_result {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}
#search_ .single_user_result .info {
    float: left;
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-top: 5px;
}
#search_ .single_user_result .info span.country {
    font-size: 13px;
    display: block;
    font-weight: 300;
    color: gray;
    margin-top: 0px;
}
input#search_members {
    padding-left: 20px!important;
    width: 100%;
    margin-top: 10px;
    padding: 7px;
    border-radius: 2px;
    border: unset;
    font-size: 20px;
}
li.g_translate,
div#google_translate_element,
div#google_translate_element .goog-te-gadget,
div#google_translate_element .goog-te-gadget div,
div#google_translate_element .goog-te-gadget div select.goog-te-combo {
    width: 110px!important;
}
#mapCanvas .info_content h2 {
    font-size: 20px;
    margin-top: 0px!important;
    margin-bottom: 5px;
}
li.admin_menu {
    background: #ba0000!important;
}
li.admin_menu:hover,
li.admin_menu.active {
    background: #ed0000!important;
}
i.spin 
{
     animation:spin 3s linear infinite;
}
.dashboard_card p {
    font-size: 35px;
    margin-bottom: 0px;
}
.dashboard_card h5 {
    font-weight: 800;
    margin-bottom: 0px;
}
.dashboard_card {
    padding: 10px;
    border: 1px solid #e0e1e3;
    border-radius: 10px;
    background: white;
    margin-bottom: 20px;
}
span.required {
    font-size: 18px;
    color: red;
    position: absolute;
    margin-left: 3px;
}
.controls textarea {
    background: white;
    border: none!important;
    text-align: left;
}
.filter_date input {
    background: white!important;
    height: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.filter_date {
    margin-bottom: 20px;
    margin-top: -50px;
}
ul.dashbaord-menu {
    padding: 0px;
    min-height: calc(100vh - 100px);
    border-right: 1px solid #fafafa8c;
}
ul.dashbaord-menu li {
    font-size: 14px;
    padding: 10px;
    background: #12205954;
    margin-right: 5px;
    border-bottom: 1px solid black;
}
li.admin_menu_main a {
    color: black!important;
    font-weight: 700;
    font-size: 19px!important;
}
li.admin_menu_main {
    background: red!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}
ul.dashbaord-menu li a:hover {
    text-decoration: none;
}
ul.dashbaord-menu li.active,
ul.dashbaord-menu li:hover {
    background: #0b254a;
}
ul.dashbaord-menu li a {
    color: white;
    font-size: 13px;
    width: 100%;
    display: block;
}

.user_image_display_profile img {
    height: 149px;
    width: auto;
    border: 3px dashed white;
    border-radius: 10px;
}
.display_profile_parent_cover img {
    max-width: 100%;
    border: 3px dashed white;
    border-radius: 10px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.display_profile_parent_cover span.remove_image .fa-times,
.user_image_display_profile span.remove_image .fa-times {
    background: red;
    color: white;
    padding: 2px;
    border-radius: 20px;
}
.display_profile_parent_cover span.remove_image,
.user_image_display_profile span.remove_image {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}
.display_profile_parent_cover {
    position: relative;
}
.user_image_display_profile {
    position: relative;
    width: fit-content;
}
h4.dashboard_title {
    font-weight: 600;
    font-size: 16px;
}
.refferal_div .input_style {
    background: white;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}
.refferal_div .input_style span#copy_reff {
    background: #000000ba;
    float: right;
    height: 40px;
    margin-top: -10px;
    margin-right: -10px;
    padding: 10px 20px;
    border-radius: 0px 5px 5px 0px;
    color: white;
    cursor: pointer;
}
ul.dashbaord-menu li::marker {
    display: none!important;
    width: 0px;
    height: 0px;
    color: transparent;
}
.pass_parent {
    position: relative;
}
.pass_parent i.fa {
    position: absolute;
    right: 8px;
    top: 14px;
    cursor: pointer;
}
.end_login_signup .already
{
    float: left;
    margin-top: 20px;
}
.login_register {
    padding-left: 15px;
    padding-right: 15px;
}
img.nav_avatar {
    width: 30px;
    height: 30px;
    object-fit: cover!important;
    border-radius: 20px;
    border: 1px solid green;
    margin-top: -4px;
}
.select2.select2-container {
    min-width: 100%;
    max-width: 100%;
}
.select2.select2-container span.selection .select2-selection {
    height: 43px!important;
}
.select2.select2-container span.selection .select2-selection span.select2-selection__rendered {
    padding-top: 6px;
}
.login_register button#submit {
    width: auto;
    float: right;
    margin-bottom: 15px;
}
.login_register input, .login_register select,.login_register textarea {
    background: white;
    border: unset!important;
    text-align: left;
}
.login_register .form-group {
    margin-bottom: 5px;
}
.login_register .help-block ul, .login_register .help-block {
    text-align: left;
    margin-bottom: 0px!important;
}
a.print_mission ,
button.print_mission {
    background: unset;
    border: 2px solid green;
    color: green!important;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 13px;
    padding: 4px 15px;
    font-weight: 700;
}
a.view_team_on_map {
    background: unset;
    border: 2px solid green;
    color: green;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 13px;
    padding: 5px 15px;
    font-weight: 700;
}
a.view_team_on_map:hover {
    text-decoration: none;
}
.content_div h4 b {
    color: black;
    font-size: 16px;
    font-weight: 600;
}
blockquote.blockquote p {
    color: black;
}
a.print_mission {
    padding-top: 5px;
    padding-bottom: 6px;
    text-decoration: none;
}
.dashboard_card_a:hover {
    text-decoration: unset;
}
.dashboard_card_a h5, .dashboard_card_a p {
    color: #4c4b4a;
}
.dashboard_card_a .dashboard_card.active h5, .dashboard_card_a .dashboard_card.active p {
    color: white;
}

.dashboard_card_a .dashboard_card.active {
    background: #ba0000;
}
.phase-parent .img_div
{
text-align: center;
}
.about-details.no_margin {
    margin-left: 0px;
}
.social_share_div {
    text-align: center;
}
.social_share_div ul.share_socail {
    padding: 0px;
}
.social_share_div ul.share_socail li a {
    color: white;
}
.social_share_div ul.share_socail li {
    background: green;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    list-style: none;
    display: inline-block;
}
.social_share_div ul.share_socail {
    padding: 0px;
}
h3.blue_print_heading { 
    width: calc(100% - 175px);
    float: left;
}   
.social_share_div.right {
    float: left;
    margin-top: -60px;
}
.social_share_div.right li {
    margin-top: 5px!important;
}   
img.phase_img {
    width: 90px;
    margin-top: -70px;
    margin-bottom: 10px;
}
.row.phase-parent {
    clear: both;
    margin-top: 30px;
}

/* .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    width: 300px !important;
}
.fancybox-inner {
    width: auto !important;
    height: auto !important;
} */

.website_setting_update_form td,
.website_setting_update_form th,
.setting_update_form th, 
.setting_update_form td {
    padding: 5px !important;
}


.setting_update_form th, .setting_update_form td {
    padding: 5px !important;
}

/* Style the tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ccc; /* 6 july */
    display: flex;
  }
  
  /* Style the buttons inside the tab */
 
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    transition: 0.3s;
    font-size: 15px;
    width: 33.33%;
}
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  .tabcontent.active{/* add this */
    display:block;
  }

  button.tablinks.active {
    background-color: green;
    color: #fff;
}

.index .dashboard_card span.total_notifications_.total_notifications_simple.dashboard {
    background: red;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
}



.index .wcn-video{
    padding: 15px 0px;
} 
.hidden-field{
    display: none;
}
.notificatio-items:hover .dropdown-menu {
    display: block;
}
.menubar .navbar {
    overflow: visible;
}
.notificatio-items .dropdown-menu li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
}
.notificatio-items .dropdown-menu li a {
    color: #000 !important;
    text-shadow: none !important;
}
li.notificatio-items {
    background-color: green;
    padding: 5px;
    border-radius: 2px;
}
.notificatio-items i.fa.fa-angle-down {
    color: #fff;
}
.index-head{
    text-align: center;
}
.null_bottom_ {
    padding-bottom: 10px!important;
    margin-bottom: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.null_top_ {
    margin-top: 0px!important;
    padding-top: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}
.see-profile-wrap a {
    background: green;
    border: unset;
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffffd1;
    text-decoration: none;
}
.see-profile-wrap {
    margin: 14px 0px 5px 0px;
}

.goodwill .form-control {
    background-color: #fff !important;
}

.section-wrap h3 {
    font-size: 18px;
    margin-bottom: 7px !important;
}
.section-information .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
button{
    background: green;
    border: unset;
    padding: 5px 15px;
    border-radius: 4px;
    clear: both;
    margin: 0 auto;
    margin-top: 5px;
    color: #fff;
}
.follow_message_btn {
    font-size: 15px;
    font-weight: 100;
}

@media only screen and (min-width: 992px) and (max-width: 10000px) {
    .col-5 {
        width: 20%;
        float: left;
    }
    .single_team.col-5 img {
        height: 240px;
    }
    .single_team.col-md-2 img {
        height: 200px;
    }
}
.about-image img.world_flag {
    z-index: 112;
    left: 45px;
}
.about-image img.country_flag {
    z-index: 112!important;
    right: -31px;
    margin-bottom: 2px;
}
li.g_translate {
    width: 148px;
}
iframe.skiptranslate {
    display: none;
}
.skiptranslate.goog-te-gadget span {
    display: none;
}
.skiptranslate.goog-te-gadget {
    color: transparent !important;
}
.skiptranslate.goog-te-gadget select {
    color: black;
}
body
{
    top: 0px!important;
}
.images_parent {
    position: relative;
}
img.country_flag {
    width: auto!important;
    height: 30px!important;
    object-fit: contain!important;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
img.world_flag {
   width: auto!important;
    height: 30px!important;
    object-fit: contain!important;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.single_team img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.single_team a:hover {
    text-decoration: unset;
}
.single_team a:hover h3, .single_team a:hover small {
    text-decoration: unset;
}
.single_team small {
    font-size: 15px;
    color: white;
}

.single_team h3 {
    font-size: 24px;
}
.single_team {
    text-align: center;
    margin-bottom: 20px;
}
.single_team h3
{
    margin-top: 10px;
}
.footnotes.my-ul {
    padding-left: 0px!important;
    margin-top: 10px;
}
.footnotes li {
    list-style: none;
}
.counter_stats h3.text-center {
    margin-bottom: 10px;
}
.counter_stats table {
    width: 100%;
}
.about-content {
    min-height: calc(100vh - 59px);
}
.row .col-md-1,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-10,
.row .col-md-11,
.row .col-md-12
{
z-index: 1;
}
.content_div,
blockquote.blockquote {
    /*background: #ffffffb0;*/
    background: #ffffffc2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#home_html .navbar-default.small a {
    color: white!important;
}
.card.pakage p {
    color: white;
}
.card.pakage.active {
    color: white;
    box-shadow: 4px 3px 7px #000000ba;
}
.card.pakage.active h3, .card.pakage.active h1, .card.pakage.active p {
    text-shadow: 2px 2px 5px #00000087;
}
.content_div h3 {
    color: #1a1a1a!important;
}
.text-white {
    color: white!important;
}
.about-details h3 {
    color: white;
}
blockquote.blockquote p {
    background: unset!important;
}
.my-ul
{
    margin-bottom: -8px;
    padding-left: 40px!important;
}
.logoss {
    padding-top: 10px!important;
}
.logoss img {
    display: inline-block;
    width: auto;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.navbar-default.small a {
    color: white!important;
    text-shadow: unset!important;
}
.navbar-default.small a.active , .navbar-default.small a:hover {
    color: white!important;
}
.with_bg {
    /*background: url(../img/bg-image.png) 50% 0 no-repeat fixed;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.with_bg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: white;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

h3 {
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    color: black;
    margin-top: 0px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    display: block;
}

video#home_video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
html{
    position: relative;
    height: 100%;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    height: 100%;
    background-color: transparent;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.eot");
    src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
        url("../font/flaticon.woff") format("woff"),
        url("../font/flaticon.ttf") format("truetype"),
        url("../font/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}





/*================================================================ PRELOAD ===================================================================*/





.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../img/loader1.gif) center no-repeat #fff;
}


/*============================================================== COLOR SCHEMES ==========================================================*/


/* color box */
.box {
    position:fixed;
    top:150px;
    left:-160px;
    height:110px;
    width:160px;
    background-color:white;
    z-index:1000;
    -webkit-transition:all .27s ease-in-out;
    transition:all .27s ease-in-out;
}
.option {
    position:absolute;
    left:160px;
    z-index:1001;
    height:50px;
    width:50px;
    cursor: pointer;
    background-color: green;
}
.color {
    position:absolute;
    top:10px;
    left:10px;
    width:40px;
    height:40px;
    background-color:green;
    z-index:1001;
}

.style1 {
    left:60px;
    background-color:#ff9d87;
}
.style2 {
    left:110px;
    background-color:#78ff5e;
}
.style3 {
    top:60px;
    left:10px;
    background-color:#8bb9ff;
}
.style4 {
    top:60px;
    left:60px;
    background-color:#ceb1ff;
}
.style5 {
    top:60px;
    left:110px;
    background-color:#ff74a0;
}
.color:hover {
    cursor:pointer;
}
.box .fa {
    position:absolute;
    left:10px;
    top:10px;
    color:#FFF;
    transition:all .5s ease-in-out;
}
.open {
    left:0;
}
.lang {
    position:absolute;
    background-color:#FFF;
    width:60px;
    height:30px;
    color:#404040;
    top:120px;
    left:10px;
    text-align:center;
    line-height:2;
    font-weight:bold;
    cursor: pointer;
}
.lang:hover {
    background-color:#222;
    color:#FFF;
}
.ar {
    left:90px;
}



/*============================================================== MENU ==========================================================*/



.main-page-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.main-page{
    width: 100%;
    overflow: hidden;
}

.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    height: 75px;
    border-bottom: none;
    overflow: hidden;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: black;
    /*background-color: rgba(44, 44, 44, 0.32);*/
}
#home_html .navbar-fixed-top
{
    /*background-color: rgba(44, 44, 44, 0.32);*/
    background-color: black;
}
.navbar-fixed-top
{
    top: 24px;
}
marquee.top_announcement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: black;
    color: white;
    font-size: 16px;
    padding: 1px;
}

div#bs-example-navbar-collapse-1 li a {
    color: white;
    text-shadow: 1px 1px 1px black;
}
.white{
    background-color: white;
    box-shadow: 0px 0px 12px 0px #d5d5d5;
}
.navbar-default.small {
    background-color: black;
    /*box-shadow: 0px 0px 12px 0px #d5d5d559;*/
    border-top: 1px solid #515151;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 24px 0px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 6px;
    display: inherit;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    letter-spacing: 2px;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 4px 8px;
}
.navbar-default-first .navbar-nav > li > a {
    color: green;
    letter-spacing: 2px;
    font-size: 13px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 4px 5px;
    font-weight: bold;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a.active {
    color: white;
    background-color: green;
}
.navbar-default .navbar-default.small .navbar-nav > li > a {
    color: #5d5d5d;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: green;
}
.navbar-default .navbar-nav > li > a.active:hover {
    color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white !important;
    background-color: transparent;
    border-bottom: 1px dotted #ed325a;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 0px 0px;
}
.site-title h3 {
    margin-top: 0px;
    color: white;
    background-color: transparent!important;
    display: inline-block;
    padding: 25px;
}
.navbar-default.small .site-title h3{
    color: white;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -39px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.under {
    width: 100%;
    height: 2px;
    background-color: black;
}
.under-hidden {
    width: 0%;
    height: 2px;
    background-color: black;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-default .navbar-nav a:hover ~ .under-hidden{
    width: 100%;
}

.navbar-default {
    border-color: transparent;
    border-top: 1px solid #515151;
}
.bottom-text h3 {
    color: #bdbdbd;
    font-size: 16px;
    margin: 0px;
        margin-top: 0px;
    margin-top: 40px;
}


[class^="hvr-"] {
    display: inline-block;
    vertical-align: middle;
    margin: .4em;
    padding: 9px 17px;
    cursor: pointer;
    background: white;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 15px;
    border: 2px solid #666;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  text-decoration: none;
  border: 2px solid green;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*====================================================== HOME BACKGROUND =====================================================*/






#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#home:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

#home:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}
#home_html blockquote.blockquote {
    background: #f1f1f1;
}

blockquote.blockquote {
    border-color: green;
}

/*#home::after, #home::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid white;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}*/
.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
}

/* ---- particles.js container ---- */

#home-parallex{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}
#home-parallex:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.74);
    top: 0;
    left: 0;
    z-index: 1;
}
#home_html #particles-js.just_video{
    width: 100%;
    height: 100%;
    /*background-color: #b61924;*/
    /*background: url(../img/img1.png) 50% 0 no-repeat fixed;*/
    background: black;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    
}

 #particles-js.just_image{
    width: 100%;
    height: 100%;
    /*background-color: #b61924;*/
    /*background: url(../img/img1.png) 50% 0 no-repeat fixed!important;*/
    background: black;
    background-size: cover!important;
    background-position: 50% 50%!important;
    background-repeat: no-repeat;
    position: absolute;
    
}

#particles-js{
    width: 100%;
    height: 100%;
    /*background-color: #b61924;*/
    background: url(../img/bg-image.png) 50% 0 no-repeat fixed!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
    background-repeat: no-repeat!important;
    position: absolute;
    z-index: 0;
}

#particles-js-2{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/bg-image.png) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}
.contact_page_area .col-md-12,
.contact_page_area .col-md-6,
.contact_page_area .col-md-8
{
    z-index: 1;
}
.cd-headline.clip span {
    font-size: 56px;
    color: green;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.cd-headline.clip {
    font-size: 40px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 0px;
    font-weight: 700;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text{
    width: 100%; 
}
.home-text h2 {
    font-size: 69px;
    color: white;
    letter-spacing: 5px;
    font-weight: 900;
    margin-bottom: 0px;
}

.home-text h3 {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 24px;
    margin-top: 10px;
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}
.home-page h3 {
    color: white;
    background-color: green;
    display: inline-block;
    padding: 5px 10px;
}
.home-arrow{
    text-align: center;
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.smothscroll {
    color: white;
    font-size: 30px;
}
.smothscroll:hover {
    color: white;
}






/*===================================================================== PARRALLEX EFFECT ================================================*/


.section:nth-of-type(1) {
    background: whitesmoke;
    height: 100vh;
}
.section {
    height: 100vh;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}


#home-parallex{
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100vh;
    position:absolute;
    width:100%;
    top:0;left:0;
    background-size: cover;
}

.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}





/*==================================================================== ABOUT ============================================================*/





#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
/* big triangle */

.about-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.about-grid{
    width: 100%;
}
.love-grid{
    width: 100%;
    margin-top: 0px;
    background-color: #f86080;
}
.main-title h3 {
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    color: #f05421;
    margin-top: 0px;
    font-weight: 900;
    line-height: 30px;
}
.underline1 {
    height: 3px;
    width: 200px;
    background-color: green;
    margin: auto;
        margin-top: auto;
        margin-left: auto;
    margin-top: 20px;
    border-right: 100px solid black;
}


.main-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.me-grid {
    padding-bottom: 80px;
    position: relative;
    padding-top: 120px;
}

.about-col{
    padding: 0px;
}
.about-image {
    margin: 0px 0px;
}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 40px;
    margin-top: 40px;
}
.about-image::before {
    content: '';
    position: absolute;
    height: 95%;
    width: 95%;
    background-color: transparent;
    border: 15px solid green;
    z-index: 2;
}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}
.about-social-icon {
    padding: 35px 0px;
    padding-bottom: 11px;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 17px;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 3px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {
    color: white;
    background-color: green;
    float: left;
    font-size: 17px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 0px;
    height: 40px;
    width: 40px;
    line-height: 39px;
}
.about-social li a:hover {
    background-color: black;
}
.about-details {
    margin: 0px 0px;
        margin-top: 0px;
        margin-left: 0px;
    margin-left: 60px;
    position: relative;
    z-index: 111;
    margin-top: 40px;
}
.me-grid{
    padding-bottom: 80px;
}


.about-details h2 {
    font-size: 28px;
    color: green;
    margin-top: 0px;
    line-height: 28px;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 20px;
}
.leftbutt{
    margin-left: 0px;
}
ul.my-ul li {
    font-size: 16px;
    letter-spacing: 1px;
}
.text-2,
.about-details p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 8px;
    position: relative;
    clear: both;
}
.about-text{
    position: relative;
}
.about-text ul {
    padding-left: 0px;
    margin-bottom: 43px;
    list-style: none;
}
.about-text ul li {
    background-color: green;
    color: black;
    font-size: 18px;
    margin-bottom: 8px;
    padding: 7px 20px;
}

.text-2{
    padding-bottom: 30px;
}

.about-contact1 {
    background: none;
    color: white;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background-color: green;
}
.about-contact1::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: black;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

}
.about-contact1:hover:after {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
    z-index: -1;

}
.about-contact1:hover {
    color: white;
    text-decoration: none;
    z-index: 1;
}


#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    background-color: #f9f9f9;
}
#process-grid:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

#process-grid:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

/*#process-grid::after, #process-grid::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid green;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}*/
.process-title {
    width: 100%;
    position: relative;
    z-index: 111;
}
.process-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}
.faq-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 0px;
    margin-top: 0px;
}
.faq-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 95%;
    background-color: transparent;
    border: 15px solid green;
    margin-left: 40px;
    margin-top: 40px;
}
.process-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.process-details {
    padding: 18px;
    margin-bottom: 25px;
    border: 1px solid #F6F1F1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #c6c6c6;
}

.carousel, .item, .active1 {
    height: 100%;
    position: relative;
    width: auto;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 0px;
    width: 100%;
    margin: auto;
        margin-right: auto;
    margin-right: -20px;
    z-index: 111;
    position: relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    cursor: default;
    background-color: black;
    border: 1px solid black;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}
.tips-row{
    margin-top: 50px;
    position: relative;
    z-index: 111;
}
.nav-tabs > li > a {
    border-radius: 0px;
    color: white;
    cursor: default;
    background-color: green;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 18px 23px;
    text-align: center;
    border: 1px solid #d827a4;
}
.nav-tabs > li > a:hover {
    color: white ;
    cursor: default;
    cursor: pointer;
    background-color: green;
    border: 1px solid #d827a4;
}
.container-mix{
    width: 100%;
}
.details-tips{
    width: 100%;
    border-top: 1px solid #454545;
}
.tab-content {
    padding: 0px 0px;
    margin-top: 0px;
}
.about-main {
    padding: 0px;
    display: table;
    height: 100%;
    padding-right: 15px;
}
.process1-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process1.jpg);
    background-size: cover;
    background-position: center center;
}
.process2-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process2.jpg);
    background-size: cover;
    background-position: center center;
}
.process3-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process3.jpg);
    background-size: cover;
    background-position: center center;
}
.process4-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process4.jpg);
    background-size: cover;
    background-position: center center;
}

.day-text{
    padding: 0px 30px;
    padding-left: 50px;
}
.day-text h3 {
    color: green;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 21px;
    font-weight: 700;
}
.day-text h2 {
    color: #151515;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 38px;
    margin-top: 0px;
}
.day-text p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.details-row {
    height: 400px;
    background-color: white;
    border: 3px solid #efefef;
    box-shadow: 5px 6px 18px 0px #ededed;
    overflow: hidden;
}

.property-details-bottom h3 {
    color: black;
    font-size: 17px;
}

.white-color p{
    color: white;
}
.white-color h3{
    color: green;
}

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
#accordion .panel-title a {
    display: block;
    padding: 18px 35px;
    font-size: 20px;
    color: #fff;
    background: green;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: green;
    text-align: center;
    font-size: 15px;
    color:#fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f067";
}
#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after{
    transform: rotate(360deg);
}
#accordion .panel-body{
    padding: 17px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 23px;
    background-color: #fbfbfb;
}
.no-pad-right{
    padding-right: 0px;
}
.no-pad-left{
    padding-left: 0px;
}
#counter {
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/counter.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
}
.work-counter:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.work-counter:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.work-counter::after, .work-counter::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #f2f2f2;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.work-counter{
    position: relative;
}
#counter::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 1;
}
.no-margin{
    margin-left: 0px;
}

.counter {
    padding-top: 80px;
    padding-bottom: 50px;
}
.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 13px;
}
.work-statistics-write p {
    font-size: 18px;
    color: white;
    vertical-align: middle;
    margin-top: 13px;
    line-height: 25px;
}
.work-statistics {
    padding: 0px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px 30px;
    position: relative;
    z-index: 111;
    border-radius: 150px;
    transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
}
.work-statistics:hover{
    background-color: green;
}
.work-statistics:hover h3{
    color: white;
}
.work-statistics h3 {
    font-size: 34px;
    color: green;
    margin: 0px 0px;
        margin-top: 0px;
        margin-right: 0px;
    font-weight: 700;
    margin-top: 18px;
    padding: 5px 0px;
    margin-right: 0px;
    font-family: 'Ubuntu', sans-serif;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.work-statistics p {
    color: white;
    font-size: 18px;
    margin-top: 4px;
    padding: 0px;
    margin-bottom: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.stat-icon {
    font-size: 35px;
    margin-top: 0px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
}



/*=========================================================================== SKILL ===============================================================*/




#skill {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    margin-top: 0px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 165px;
}
.skill-main:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.skill-main:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.skill-main::after, .skill-main::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid white;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.skill-title {
    padding: 0px 30px;
        padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    padding-bottom: 60px;
    border: none;
    margin-top: 0px;
    z-index: 1111;
    position: relative;
    margin-left: 40px;
    padding-bottom: 0px;
}
.skill-title h3 {
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    color: #747474;
    margin-top: 0px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    display: inline-block;
}

.skill-title h4 {
    font-size: 27px;
    color: green;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 10px;
}
.skill-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #242424;
    padding: 0px;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
}
.skill-title h5 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #545454;
    padding: 0px;
    line-height: 24px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 3px;
}
.white-title h3{
    color: white;
}
.white-title p{
    color: white;
}
.white{
    background-color: white;
}
.skill-under{
    background-color: white;
}
.skill-title ul{
    padding-left: 0px;
}
.skill-title li {
    list-style: none;
    padding: 20px 0px;
}
.bor-bot {
    border-bottom: 2px dotted white;
}
.team_page h3 {
    color: white;
}
.skill-icon {
    color: green;
    font-size: 33px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    width: 40px;
    padding-bottom: 40px;
}
.about-col1 {
    height: 100%;
    display: table;
    background-color: white;
}
.skillblock-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
}
.about-col1 {
    height: 100%;
    display: table;
    background-color: white;
}
.no-padding-col{
    padding: 0px;
}
.skill-under{
    background-color: white;
}
.skill-taxt-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
    background: url(../img/skill.jpg);
    background-size: cover;
    background-position: center 0%;
}
.skill-image{
    position: relative;
}
.skill-img{
    width: 100%;
height: auto;
padding: 0px;
transition: .4s;
-o-transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
position: relative;
z-index: 111;
margin-left: 40px;
margin-top: 40px;
}
.skill-img:before {
    content: '';
    position: absolute;
    height: 95%;
    width: 95%;
    background-color: transparent;
    border: 15px solid green;
}
.skill-details p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #3C3C3C;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.skill-taxt-details h3 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.skill-taxt-details p {
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 18px;
    margin-top: 18px;
}
.content {
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
}
.col { width:100%; }

#skill-main {
    list-style: none;
    padding: 34px 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#skill-main li {
    margin-bottom: 37px;
    background: #e7e7e7;
    height: 10px;
    border-radius: 150px;
    border: 1px solid #e7e7e7;
}
#skill-main h3 {
    margin: 0px;
    position: absolute;
    margin-top: -28px;
    font-size: 15px;
    color: #333;
}
#skill-main li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}

.expand {
    height: 8px;
    margin: 0px 0px;
    background: green;
    position: absolute;
    border-radius: 150px;
}

.Web.start     { width:85%;  -moz-animation:Web 2s ease-out;       -webkit-animation:Web 2s ease-out; position: relative;  float: left;      }
.Graphics.start    { width:90%;  -moz-animation:Graphics 2s ease-out;        -webkit-animation:Graphics 2s ease-out;      position: relative;  float: left;  }
.Developing.start  { width:82%;  -moz-animation:Developing 2s ease-out;      -webkit-animation:Developing 2s ease-out;    position: relative;  float: left;  }
.Photoshop.start   { width:89%;  -moz-animation:Photoshop 2s ease-out;   -webkit-animation:Photoshop 2s ease-out;   position: relative;  float: left;}
.Photography.start { width:95%; -moz-animation:Photography 2s ease-out; -webkit-animation:Photography 2s ease-out;   position: relative;  float: left;}


@-moz-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-moz-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-moz-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-moz-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }

@-webkit-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-webkit-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-webkit-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-webkit-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }


.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 0px;
    position: relative;
    
}
#message-content {
    background: url(../img/skillback.jpg) fixed;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    padding: 180px 0px;
    padding-bottom: 89px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#message-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(243, 243, 243, 0.06));
    top: 0;
    left: 0;
    z-index: 1;
}
.message1-client {
    position: relative;
    z-index: 111;
    border: 1px solid #eaeaea;
    padding-bottom: 80px;
}
.message1-client h3 {
    letter-spacing: 1px;
    color: #727272;
    margin-top: 0px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 0px;
    font-size: 53px;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    background-color: white;
    transform: translateY(-26px);
    display: inline-block;
}
.message1-client p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
    margin-top: 0px;
    line-height: 23px;
    margin: 0px 100px;
        margin-bottom: 0px;
    margin-bottom: 30px;
}

.message-margin{
    margin-bottom: 40px;
}





/*=================================================== SERVICE ==========================================*/





#service{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

.service-content {
    padding-top: 80px;
    padding-bottom: 140px;
}
.service-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.service-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.service-content::after, .service-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #f9f9f9;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.service-grid{
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.service-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.about-row{
    margin-top: 50px;
}
.service-details {
    padding: 0px;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    padding: 30px 20px;
        padding-top: 30px;
    border: 1px solid #e7e7e7;
    padding-top: 0px;
    
}
.service-details:hover{
    border: 1px solid green;
}
.service-details:hover h3{
    color: green;
}


.service-details:hover .underline1{
    background-color: white;
}
.service-details h3 {
    font-size: 19px;
    letter-spacing: 1px;
    color: #242424;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 0px;
        margin-top: 0px;
    margin-top: 7px;
    padding: 0px 0px;
}
.service-row{
    margin-top: 50px;
}
.service-details p {
    color: #1A1A1A;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.margin-top{
    margin-top: 15px;
}

.serviceBox {
    text-align: center;
    margin-top: 0px;
    padding: 50px 15px;
        padding-top: 50px;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-top: 62px;
    box-shadow: 0px 0px 20px 2px #f5f5f5;
}
.serviceBox .service-icon {
    width: 60px;
    height: 60px;
    line-height: 57px;
    display: inline-block;
    font-size: 31px;
    color: green;
    border: 1px solid green;
    margin-bottom: 35px;
    position: relative;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    background: green;
    color: white;
    border-color: green;
}
.serviceBox .service-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 3px #e1e1e1;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all 0.2s ease 0s;
}
.serviceBox:hover .service-icon:after{
    transform: scale(1);
    opacity: 1;
}
.serviceBox .service-icon i{
    transform: rotate(45deg);
}
.serviceBox .title {
    font-size: 25px;
    color: green;
    margin: 0 0 15px;
}
.serviceBox .description {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 23px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}



.about-bottom {
    margin-top: 0px;
    background-color: #353535;
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-bottom-text h3 {
    color: white;
    font-size: 21px;
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.about-bottom-text p {
    color: white;
    font-size: 15px;
    line-height: 23px;
}
.about-bottom-text ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.about-bottom-text ul li {
    display: inline-block;
    margin-bottom: 17px;
    margin-top: 8px;
}
.about-bottom-text ul li a {
    color: white;
    background-color: black;
    padding: 10px 15px;
    margin-right: 6px;
    margin-top: 0px;
}
.about-bottom-text ul li a:hover{
    background-color: green;
    text-decoration: none;
}
.link h3{margin-bottom: 22px;}
.nav-text p {
    color: white;
    font-size: 15px;
    line-height: 23px;
}
.nav-text h3 {
    color: white;
    font-size: 21px;
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.about-social-bottom li a {
    color: white;
    background-color: transparent;
    float: left;
    font-size: 17px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 0px;
}
.about-social-bottom li a:hover {
    color: black;
}
.extrabutton{
    margin-top: 20px;
}
.icon-extra{
    padding: 35px 0px;
    padding-bottom: 35px;
}
.copyright-details{
    background-color: green;
    margin-top: 50px;
}
.copyright h3 {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    font-size: 15px;
    color: black;
    padding-top: 0px;
}
.copyright-text {
    background-color: green;
    padding: 10px 0px;
}
.copyright-text h3 {
    color: white!important;
    text-align: center!important;
    font-size: 14px!important;
    line-height: 140%!important;
    font-weight: 100;
}

.copyright-text a {
    color: white;
    text-decoration: underline;
}


/*=========================================================================== WORK ===============================================================*/


.blockquote-custom {
position: relative;
font-size: 18px;
padding-top: 40px!important;
}
blockquote .bg-info {
    background: green;
    color: white;
    margin-top: 16px;
}

.blockquote-custom-icon {
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -40px;
left: 19px;
}

#work {
    width: 100%;
    background-color: white;
}
.work-content {
    padding-bottom: 70px;
    position: relative;
}
.work-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.work-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

/*.work-content::after, .work-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid green;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}*/
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 155px;
}
.work-title-home{
    padding-top: 80px;
}
.work-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.work-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.work-details{
    margin-top: 50px;
}


.overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.port-over {
    width: 90%;
    height: 87%;
    border: 2px solid transparent;
    position: absolute;
    margin: 5%;
}
.extra-design {
    width: 140%;
    height: 20%;
    background-color: green;
    position: absolute;
    transform: rotate(331deg) translateX(-122%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-delay: .1s;
}
.portfolio-wrapper:hover .extra-design{
    transform: rotate(331deg) translateX(-22%);
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.overlay h3 {
    color: white;
    font-size: 25px;
    transform: translateY(50px);
    transition: .5s;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .8s;
}
.overlay h4 {
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: 0px 35px;
    margin-bottom: 20px;
    line-height: 24px;
    transition-delay: .8s;
}
.portfolio-wrapper:hover h3{
    transform: translateY(0px);
    opacity: 1.5;
}
.portfolio-wrapper:hover h4{
    transform: translateY(0px);
    opacity: 1.5;
}
.work-icon {
    font-size: 22px;
    color: white;
    text-align: center;
    transform: translateY(60px);
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
        transition-delay: 0s;
    transition-delay: 0s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition-delay: .8s;
    margin-top: 10px;
    background-color: green;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 150px;
    margin: 0px 5px;
        margin-top: 0px;
    margin-top: 20px;
}
.portfolio-wrapper:hover .work-icon{
    transform: translateY(0px);
    opacity: 1.5;
}
#filters {
    padding: 0;
    list-style: none;
    width: 573px;
    margin: 30px auto;
    margin-top: 0px;
}
#filters li {
    float: left;
    margin-right: 10px;
}

#filters li .baar{
    display: block;
    padding: 5px 30px;
        padding-left: 30px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
    padding-left: 0px;
}
#filters li .last{
    display: block;
    padding: 5px 0px;
        padding-left: 30px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
    padding-left: 0px;
}
#filters li .baar::after {
    content: '';
    width: 3px;
    height: 25px;
    background-color: green;
    position: absolute;
    transform: skew(-20deg);
    margin-left: 20px;
}
#filters li span::last-child:after{
    content: '';
    width: 0px;
    height: 0px;
    background-color: green;
    position: absolute;
    transform: skew(-20deg);
    margin-left: 0px;
}
#filters li span.active {
    background: transparent;
    color: green;
}
.no-padding{
    padding: 0px;
}
.work-row{
    margin: 0px 0px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 50%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}

.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}
.work-bottom-text{
    
}
.portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
}
.portfolio-wrapper img{

    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.portfolio-wrapper:hover .overlay{
    opacity: 1.5;
}
.portfolio .text-category {
    display:block;
    font-size:9px;
}


.copyright-details-work{
    margin-top: 80px;
    background-color: green;
}
.copyright h3 {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    font-size: 15px;
    color: black;
    padding-top: 0px;
}

.work-bottom{
    margin-top: 80px;
}


/* #Tablet (Portrait) */



/*  #Mobile (Portrait) - Note: Design for a width of 320px */

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}









/*================================================================ FANCYBOX ===============================================================*/




.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: green;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/close.png') center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-lock-test {
    overflow-y: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.83);
}


.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; 
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../fancybox_sprite@2x.png');
        background-size: 44px 152px; 
    }

    #fancybox-loading div {
        background-image: url('../fancybox_loading@2x.gif');
        background-size: 24px 24px; 
    }
}
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}






/*============================================================= TESTIMONIAL ================================================================*/




#testimonial{
    width: 100%;
    background-color: white;
    position: relative;
margin-top: 0px;
overflow: hidden;
}


#testimonial-content{
    
    position: relative;
    width: 100%;
    
    padding-bottom: 135px;
    padding-top: 80px;
}
#testimonial-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

#testimonial-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

#testimonial-content::after, #testimonial-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid green;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.testimonial-details{
    width: 100%;
}
.carousel-indicators1{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 48px;
    margin-bottom: 0px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 20px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.carousel-indicators .active{
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;

}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: green;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.item blockquote p {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
    line-height: 25px;
    position: relative;
}
.item blockquote p span {
    font-size: 23px;
    color: green;
    position: relative;
    line-height: 44px;
}
.item{
    height: auto;
}

.circle-img {
    width: 100%;
    height: 100%;
    border-radius: 155px;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 9px;
    margin-top: 10px;
}
section {
    height: auto;
    margin: 40px 0;
    margin-bottom: 0px;
}

.sponsors-title {
    padding-top: 80px;
}
.sponsors-title h3 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    color: #25c3dd;
    margin-top: 0px;
    font-weight: 900;
    line-height: 24px;
    position: relative;
}
.sponsors-title h2 {
    font-size: 53px;
    color: #f2f2f2;
    margin-top: 0px;
    font-weight: 900;
    position: absolute;
    line-height: 49px;
}
.sponsors-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.white{
    background-color: white;
}
.sponsors-grid {
    margin-top: 90px;
    background-color: #f8f8f8;
    padding-bottom: 50px;
}
.sponsors-image{
    margin-bottom: 30px;
    background-color: #25c3dd;
}

.sponsors-img{
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.sponsors-img:hover{
    opacity: .9;
}

.copyright-details-price{
    background-color: #25c3dd;
    margin-top: 0px;
}

.blog-bottomnav{
    margin-top: 0px;
}
.testimonial-bg{
    border: 10px solid green;
    padding: 80px 70px;
    text-align: center;
    position: relative;
}
.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description {
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    line-height: 25px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: green;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 20px;
    color: #848484;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
.row.equal_height {
    display: block;
}
.row.equal_height [class*="col-"] {
    float: none;
    display: block;
    vertical-align: top;
}
.row.equal_height [class*="col-"] .to_make_equal {
    position: relative; 
}
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}

/*============================================================== BLOG =====================================================================*/



#blog{
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
    
}
.blog-content {
    padding-bottom: 130px;
    position: relative;
}
.blog-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.blog-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.blog-content::after, .blog-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid white;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.blog-title {
    padding-top: 155px;
}
.blog-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.blog-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}


.blog-grid {
    margin-top: 0px;
}
.blog-main {
    box-shadow: 0px 9px 22px 0px #f0f0f0;
    padding-bottom: 49px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    height: auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0.8;
}
.blog-head{
    padding-left: 20px;
    margin-top: 20px;
}
.blog-head h2 {
    margin: 0px;
    margin-bottom: 30px;
    font-size: 17px;
    background-color: white;
    color: black;
    padding: 14px 20px;
    line-height: 22px;
    margin-top: -92px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: table-caption;
    font-weight: 700;
    box-shadow: 0px 0px 4px 0px #c9c9c9;
}
.blog-head a {
    color: green;
    font-size: 23px;
    text-decoration: none;
}
.blog-head a:hover {
    color: black;
    text-decoration: none;
}
.blog-middle {
    display: inline-flex;
    padding-left: 20px;
    margin-top: 12px;
}
.blog-middle h4 {
    margin: 0px;
    font-size: 15px;
    margin-left: 7px;
    margin-right: 15px;
}
.blog-icon{
    color: green;
}
.blog-bottom{
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-bottom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.blog-main:hover h2{
    background-color: black;
    color: white;
}
.post-slide {
    margin: 0px;
    box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content {
    background: #fff;
    padding: 40px 20px;
    margin-bottom: 30px;
}
.post-slide .post-title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: green;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 10px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 14px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
.copyright-details-blog{
    background-color: green;
    margin-top: 0px;
}
.blog-main:hover .blog-img{
    opacity: 1.8;
}
.blog-bottom-text{
    
}
.exdesign {
    width: 84.4%;
    height: 1300px;
    position: absolute;
    z-index: 111;
    margin-left: 7.8%;
    border: 10px solid green;
    margin-top: -19px;
}


/*============================================================== CONTACT =====================================================================*/








#contact {
    width: 100%;
    height: auto;
    background-color: #fcfcfc;
}
#contact-content {
    background: url(../img/contact.jpg) 50% 0 no-repeat fixed;;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 0px;
}
#contact-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.71);
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-grid{
    position: relative;
    z-index: 111;
}
.contact-grid:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.contact-grid:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

/*.contact-grid::after, .contact-grid::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid green;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}*/
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
/*color: white;*/
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}
form#contactForm .help-block {
    text-align: left;
}
form#contactForm input, form#contactForm textarea {
    background: #f1f1f1;
    border-color: #e1e1e1;
    text-align: left;
}

.contact-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.contact-bottomnav{
    margin-top: 0px;
}
.white-title p{
    color: white;
}
.black-title h3{
    color: black;
}
.black-title p{
    color: black;
}
.map {
    width:100%;
    height:600px;	
}
.info-details {
    /*background-color: #272727;*/
    background-color: #ffffffb0;
    padding: 80px 30px;
    margin-bottom: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 3px solid green;
}
.info-details:hover{
    border-bottom: 3px solid green;
}
.info-details h3 {
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: green;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 9px;
    letter-spacing: 1px;
}
.info-details p {
    margin-bottom: 0px;
    /*color: #d1d1d1;*/
    color: green;
    font-size: 19px;
    margin-top: 13px;
}
textarea.form-control {
    height: 183px;
}
.contact-icon {
    color: green;
    font-size: 54px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.info-details:hover .contact-icon{
    color: green;
}
.main-row{
    margin-top: 80px;
}
.contact-info-row{
    margin-top: 80px;
}
.map-wrap {
    position:relative; 
}

.overlay-map {
    width:100%;
    height: 100%; 
    position:absolute; 
    top:0;
    z-index: 111;
}
.map-col{
    padding: 0px;
}
.contact-col {
    height: auto;
    background-color: transparent;
}
.map-con{
    margin-top: 80px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8C8B8B;
    background-color: rgba(95, 95, 95, 0.4);
    background-image: none;
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: transparent;
    text-align: center;
    
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #303030;

}
.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .help-block {
    color: green;
    text-align: center;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid #595757;
}
.bor-right{
    border-right: 1px solid #959595;
}

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    opacity: 1.5;
    width: 100%;
    margin-top: 13px;
}
div.alert {
    margin-bottom: 0px;
    margin-top: 10px;
}
.btn-success.disabled {
    background-color: green;
    border-color: green;
    color: white;
    opacity: 1.5;
}
.btn.disabled:hover{
    background-color: green;
    border-color: green;
}
.btn-success:hover{
    cursor: pointer;
    background-color: green;
    border-color: green;
}
.btn-success {
    color: white;
    background-color: green;
    border-color: green;
}
.text-danger {
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
}
.text-success {
    color: black;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.white1{
    border-color: white;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-row-last{
    margin-top: 80px;
}


/*===================================================================== Home special ================================================*/

.home-page-css{
    padding-top: 80px;
}
.home-page-css-work{
    padding-top: 0px;
}
.home-page-css-blog{
    padding-top: 50px;
}
.copyright-details-home{
    background-color: black;
    margin-top: 30px;
}

/*=============================================================== RESPONSIVE ======================================================*/


@media screen and (max-width: 768px) {

    .about-details {
        margin: 0px;
        margin-top: 0px;
    }
    
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 24px 23px;
        margin-right: 0px;
    }

    #skill-main {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 50%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}
.contact-col {
    height: auto;
    background-color: transparent;
    margin-bottom: 0px;
}
.details-row {
    height: 500px;
    background-color: white;
    border: 5px solid green;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
    overflow: hidden;
}
.process1-image {
    width: 100%;
    height: 500px;
    padding: 0px;
    background-image: url(../img/process1.jpg);
    background-size: cover;
    background-position: center center;
}
.service-details {
    padding: 0px;
    margin-bottom: 60px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    padding: 30px 20px;
    padding-top: 30px;
    border: 1px solid #e7e7e7;
    padding-top: 0px;
}
.about-bottomres{
    margin-top: 20px;
}
.day-text {
    padding: 0px 00px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.process2-image {
    width: 100%;
    height: 500px;
    padding: 0px;
    background-image: url(../img/process2.jpg);
    background-size: cover;
    background-position: center center;
}
.process3-image {
    width: 100%;
    height: 500px;
}
.process4-image {
    width: 100%;
    height: 500px;
}
.exdesign {
    width: 96.4%;
    height: 1300px;
    position: absolute;
    z-index: 111;
    margin-left: 1.8%;
    border: 10px solid green;
    margin-top: -19px;
}
.map-con {
    margin-top: 80px;
}
.work-content {
    padding-bottom: 50px;
    position: relative;
}
.about-details {
    margin: 0px;
    margin-top: 0px;
    margin-left: 30px;
}
ul li {
    font-size: 16px;
    letter-spacing: 1px;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 0px;
    padding: 20px 0px;
}
.about-details h2 {
    font-size: 28px;
    color: green;
    margin-top: 0px;
    line-height: 28px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 20px;
}
.skill-title {
    padding: 0px 30px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    padding-bottom: 60px;
    border: none;
    margin-top: 0px;
    z-index: 1111;
    position: relative;
    margin-left: 20px;
    padding-bottom: 0px;
}
.skill-icon {
    color: green;
    font-size: 33px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    width: 40px;
    padding-bottom: 83px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 120px;
}
.serviceBox {
    margin-bottom: 30px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 110px;
}
.info-details {
    background-color: #272727;
    padding: 80px 30px;
    margin-bottom: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 3px solid green;
}
.navbar-nav {
    float: right;
    margin: 24px 23px;
    margin-right: 0px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 100px;
}
}

@media screen and (max-width: 767px) {
    .navbar-default.small .navbar-nav > li > a {
        color: white;
    }
    .image-over {
        width: 90%;
        height: 96%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 3%;
    }
    .about-details {
        margin: 50px 0px;
        margin-bottom: 10px;
    }
    .details-row {
    height: 700px;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}
.about-main {
    padding: 0px;
    height: auto;
    padding-right: 0px;
    display: block;
}
.faq-details {
    padding-bottom: 80px;
}
.day-text {
    padding: 14px 15px;
}
    .work-counter {
        width: 100%;
        margin-top: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 35%;
    }
    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .contact-col {
        height: auto;
        background-color: transparent;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 35%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .about-col1 {
    height: 100%;
    display: table;
    background-color: white;
    width: 100%;
}
.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 400px;
}
.con{
    background-color: white;
}
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 740px;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 49%;
        margin-right: 1%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a9a8a8;
    }
    .nav-tabs > li {
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-right: 20px;
}
.navbar-default .navbar-toggle 
{
    z-index: 9!important;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 0px;
    width: 535px;
    margin: auto;
}
.details-row {
    height: auto;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}
.day-text {
    padding: 30px 15px;
}
.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 80px;
}
.map-con {
    margin-top: 60px;
}
.about-bottom-text h3 {
    color: white;
    font-size: 16px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 40px;
    text-align: center;
}
.icon-extra {
    padding: 22px 0px;
    padding-bottom: 35px;
    text-align: center;
}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 0px;
    margin-top: 0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -54px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 15px;
    padding: 0px 0px;
    padding-bottom: 15px;
}
.skill-title {
    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    padding-bottom: 60px;
    border: none;
    margin-top: 50px;
    z-index: 1111;
    position: relative;
    margin-left: 0px;
    padding-bottom: 0px;
}
.service-content {
    padding-top: 80px;
    padding-bottom: 100px;
}
.faq-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 0px;
    margin-top: 60px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 165px;
}
.navbar-default {
    background-color: white;
    height: 75px;
    border-bottom: none;
    overflow: visible;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navbar-default-home{
    background-color: transparent;
}
.owl-theme .owl-controls {
    bottom: -27%;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 0px;
}
}

@media screen and (max-width: 640px) {

#home ,
video#home_video {
    height: 70vh!important;
}

    .contact-form {
        width: 100%;
        margin: auto;
        margin-bottom: 80px;
    }
    .work-counter {
        width: 100%;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
    #filters li span {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
    .details-row {
    height: auto;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}

.cd-headline.clip span {
    font-size: 56px;
    color: green;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.cd-headline.clip {
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20vh;
    font-weight: 700;
    margin-top: 100px;
}
.contact-form {
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
}
}


@media screen and (max-width: 480px) {
    
    .home-text h2 {
    font-size: 69px;
    color: white;
    letter-spacing: 5px;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 61px;
}
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    #filters li {
    float: none;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
    margin-bottom: 7px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 50%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-left: 0%;
    margin-bottom: 0%;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 15px;
    width: 100%;
    margin: auto;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
    padding-top: 5px;
}
.about-details {
    margin: 50px 0px;
    margin-bottom: 0px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #535353;
    cursor: default;
    background-color: transparent;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 17px 23px;
    text-align: center;
}
.tab-content {
    padding: 0px 0px;
    margin-top: 35px;
}
.message1-client p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
    margin-top: 0px;
    line-height: 23px;
    margin: 0px 15px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.about-image::before {
    content: '';
    position: absolute;
    height: 95%;
    width: 92%;
    background-color: transparent;
    border: 15px solid green;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 0px;
    padding: 20px 0px;
    padding-bottom: 15px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 135px;
}
#filters li {
    float: left;
    border: none;
    margin-right: 10px;
    margin-bottom: 15px;
}
.owl-theme .owl-controls {
    bottom: -17%;
}
}

@media screen and (max-width: 320px) {
    .home-row {
        z-index: 2;
        position: relative;

    }

    .home-text h2 {
    font-size: 37px;
    line-height: 33px;
}
    .home-text h3 {
        font-size: 19px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        line-height: 22px;
    }
.cd-headline.clip span {
    font-size: 36px;
    color: green;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}
.cd-headline.clip {
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}
    #skill-main-left {
        list-style: none;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #skill-main-right {
        list-style: none;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .image-over {
        width: 80%;
        height: 93%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 4%;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 15%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }

    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 17%;
    }
    #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 1%;
    margin-left: 0%;
}
    .work-counter {
        width: 100%;
    }

.skillblock-details {
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
}
    .about-details {
        margin: 40px 0px;
        margin-bottom: 0px;
    }
    .testimonial-content {
        padding-bottom: 0px;
        padding-top: 80px;
    }
    .item blockquote p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    .bottom-text h3 {
    color: #bdbdbd;
    font-size: 16px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 10px;
}
.about-social li {
    margin: 0px 4px;
}
.about-social-iconres {
    padding: 20px 0px;
    padding-bottom: 11px;
    margin-left: -47px;
}
.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #535353;
    cursor: default;
    background-color: transparent;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 12px 23px;
    text-align: center;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 0px;
    width: 100%;
    margin: auto;
}

.skill-title h4 {
    font-size: 20px;
    color: green;
    margin-top: 0px;
    line-height: 27px;
}
.message1-client h3 {
    letter-spacing: 1px;
    color: #727272;
    margin-top: 0px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 0px;
    font-size: 43px;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    background-color: white;
    transform: translateY(-26px);
    display: inline-block;
}
.about-image::before {
    content: '';
    position: absolute;
    height: 95%;
    width: 85%;
    background-color: transparent;
    border: 15px solid green;
}

.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 95%;
    background-color: transparent;
    border: none;
    margin-left: 40px;
    margin-top: 40px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 110px;
}
.blog-content {
    padding-bottom: 80px;
    position: relative;
}
.owl-theme .owl-controls {
    bottom: -13%;
}
}



/* ###### Manage Teams ##########*/
/* @Gaurav */

#create_team input, #create_team textarea {
    background: #ededed;
    text-align: left;
    border: unset;
    resize: none;
}

#create_team .help-block {
    text-align: left;
}
.stream_members_common {
    background: white;
    padding: 10px;
    border-radius: 10px;
    min-height: 250px;
    max-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}
.stream_members_common li.single_notification {
    list-style: none;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 10px;
    padding-top: 5px;
}
.stream_members_common .options__ {
    float: right;
}
.stream_members_common .options__ .btn {
    padding: 1px 5px!important;
    width: fit-content;
    margin-top: 8px;
}
.add_all_to_stream {
    width: fit-content;
    position: absolute;
    right: 0px;
    top: -13px;
    padding: 9px;
}
input#search_member_for_stream {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 9px;
}
.single_stream_post .main_comment .media-heading {
    margin: 0px;
}
.single_stream_post .main_comment .comment_text {
    margin-bottom: 5px;
}
#relative_card img {
    width: 100%;
}

#relative_card {
    width: 260px;
    position: relative;
}
#relative_card span.full_name {
    position: absolute;
    left: 95px;
    top: 38px;
    font-size: 12px;
    width: 90px;
    line-height: 10px;
}
#relative_card .reg_date {
    position: absolute;
    left: 95px;
    top: 86px;
    font-size: 11px;
}
#relative_card span.member_number {
    position: absolute;
    bottom: 30px;
    left: 95px;
    font-size: 10px;
}
#relative_card span.avatar_card {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 70px;
    height: 90px;
}
div#relative_card span.avatar_card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.card-wcn 
{
    float: right;
}
.card-wcn .card-no p {
    letter-spacing: 10px;
}
.card-wcn .card {
    color: #fff;
    cursor: pointer;
    perspective: 1000px;
}

.card-wcn .card-inner {
    width: 250px;
    height: 150px;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card-wcn .front, .card-wcn .back {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #0045c7, #ff2c7d);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    backface-visibility: hidden;
}

.card-wcn .row {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.card-wcn .map-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.card-wcn .card-no {
    font-size: 15px;
}

.card-wcn .card-holder {
    font-size: 12px;
    margin-top: 45px;
}

.card-wcn .name {
    font-size: 12px;
    margin-top: 0px;
}
.card-wcn .row.card-holder p {
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
}
.card-wcn .name p {
    width: 100%;
    text-align: left;
    line-height: 110%;
    margin-right: 10px;
}
.card-wcn .bar {
    background: #222;
    margin-left: -30px;
    margin-right: -30px;
    height: 60px;
    margin-top: 10px;
}

.card-wcn .card-cvv {
    margin-top: 20px;
}

.card-wcn .card-cvv div {
    flex: 1;
}

.card-wcn .card-cvv img {
    width: 100%;
    display: block;
    line-height: 0;
}

.card-wcn .card-cvv p {
    background: #fff;
    color: #000;
    font-size: 22px;
    padding: 10px 20px;
}

.card-wcn .card-text {
    margin-top: 30px;
    font-size: 14px;
}

.card-wcn .signature {
    margin-top: 30px;
}

.card-wcn .back {
    transform: rotateY(180deg);
}

