/* ------------------------------------------------
  
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. Accordion
  2. Social
  3. Team
  4. Tab
  5. Counter
  6. Blog - Post
  7. Progress Bar
  8. Testimonials
  9. Featured Box
  10. Button
  11. Price Table
  12. Client Logo
  13. Section Title
  14. Portfolio
  15. Services


/* ------------------------
    Accordion
------------------------*/
.accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: inherit;
}
.accordion .card:last-child {
    margin-bottom: 0;
}
.accordion .card-header {
    background: none;
    border: none;
}
.accordion .card-header a {
    font-weight: 600;
    font-size: 15px;
    color: #202125;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.accordion .card.active .card-header {
    border-bottom: 1px solid #efefef;
}
.accordion .card.active a,
.accordion .card a:hover {
    color: #4ab242;
}
.accordion .card-header {
    padding: 20px 20px 20px 30px;
    position: relative;
}
.accordion .card-body {
    padding: 30px;
}
.accordion .card-header a span {
    background: #4ab242;
    border-radius: 50%;
    height: 40px;
    left: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.accordion .card-header a span:before {
    font-family: "themify";
    color: #ffffff;
    font-weight: bold;
    content: "\e64b";
    position: absolute;
    left: 50%;
    top: 50%;
}
.accordion .card-header a[aria-expanded="true"] span:before {
    color: #ffffff;
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.dark-bg .accordion .card {
    background: rgba(0, 0, 0, 0.2);
}
.dark-bg .accordion .card-header a {
    color: rgba(255, 255, 255, 0.5);
}
.dark-bg .accordion .card.active a,
.dark-bg .accordion .card a:hover {
    color: #4ab242;
}

.accordion.style-2 .card {
    background: #4ab242;
    margin-left: 0;
}
.accordion.style-2 .card-header a {
    color: #ffffff;
}
.accordion.style-2 .card span {
    display: none;
}
.accordion.style-2 .card-body {
    color: #ffffff;
}

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.text-center.social-icons ul {
    display: inline-block;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #202125;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-white .social-icons li a {
    color: #ffffff;
}

/*** Colored ***/
.social-icons.social-colored a,
.social-icons.social-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover {
    background-color: #303030;
}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover {
    background-color: #a4c639;
}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover {
    background-color: #999999;
}

/*** Border ***/
.social-icons.social-border li a {
    border: 1px solid #efefef;
    background: transparent;
}

/*** Circle ***/
.social-icons.circle li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-icons.social-fullwidth ul {
    display: table;
    width: 100%;
}
.social-icons.social-fullwidth li {
    display: table-cell;
    width: 20%;
}
.social-icons.social-fullwidth li a {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 0;
}
.social-icons.social-fullwidth li a:hover {
    background: #202125;
}

/* ------------------------
    Team
------------------------*/
.team-member {
    overflow: hidden;
    position: relative;
}
.team-images {
    position: relative;
    overflow: hidden;
}
.team-images:before {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(74, 178, 66, 0) 0%, rgba(74, 178, 66, 0.9) 55%);
    background: linear-gradient(to bottom, rgba(74, 178, 66, 0) 0%, rgba(74, 178, 66, 0.9) 55%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); */
}
.team-member .team-about {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.team-images:before,
.team-member .team-about {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.team-member:hover .team-images:before,
.team-member:hover .team-about {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-member .team-description {
    width: 100%;
    padding: 30px;
    background: #ffffff;
}
.team-member .team-description span {
    color: #202125;
}
.team-member .team-description h5 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #1f6895;
}
.team-member .team-about p {
    color: #ffffff;
    margin-bottom: 15px;
}
.team-member .team-social-icon ul {
    display: inline-block;
}
.team-member .team-social-icon ul li {
    margin: 0;
    display: inline-block;
    position: relative;
}
.team-member .team-social-icon ul li a {
    background: #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #4ab242;
    display: inline-block;
    text-align: center;
}
.team-member .team-social-icon ul li a:hover {
    background: #202125;
    color: #ffffff;
}
.team-member img {
    width: 100%;
}
.team-member p {
    margin-bottom: 0;
}
.dark-team .team-member .team-description span {
    color: #fff;
}
.dark-team .team-description {
    background: #202125;
    color: #fff;
}

.team-member.style-2 {
    overflow: visible;
    margin-top: 90px;
    background: #ffffff;
}
.team-member.style-2 .team-images {
    overflow: visible;
}
.team-member.style-2 .team-images:before {
    display: none;
}
.team-member.style-2 .team-images img {
    border-radius: 50%;
    width: 180px;
    margin: -90px auto 0;
}

.team-member.style-3 {
    box-shadow: none;
    background: #f9f9f9;
    padding: 30px;
}
.team-member.style-3 .team-images {
    border-radius: 50%;
    width: 180px;
    margin: 0 auto;
}
.team-member.style-3 .team-description {
    background: none !important;
    padding: 20px 0;
    color: #202125;
}
.team-member.style-3 .team-description span {
    color: #202125;
}

.team-desc {
    background: #ffffff;
}
.team-desc .media-icon li a {
    color: #202125;
}
.team-desc .media-icon li a:hover {
    color: #4ab242;
}
.team-desc .media-icon li i {
    width: auto;
    height: auto;
    line-height: inherit;
}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
    border: none;
}
.tab .nav-tabs .nav-link {
    background: #202125;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    float: left;
    position: relative;
    display: inline-block;
    border: none;
    border-right: 1px solid #ffffff;
    margin: 0;
    padding: 15px 40px;
}
.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs.active > a:focus,
.tab .nav-tabs > a:hover {
    background: #4ab242;
    color: #ffffff;
}
.tab .tab-content {
    padding: 30px;
}

.grey-bg .tab .tab-content {
    background: #ffffff;
}

.tab.style-2 .nav-tabs {
    float: left;
    width: 30%;
}
.tab.style-2 .nav-tabs .nav-link {
    float: none;
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
}
.tab.style-2 .tab-content {
    float: right;
    width: 70%;
}

/* ------------------------
    Counter
------------------------*/
.counter {
    position: relative;
    text-align: center;
}
.counter .count-number {
    display: block;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: #202125;
}
.counter label {
    font-weight: 600;
    color: #202125;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin: 15px 0;
    margin-bottom: 0;
}
.theme-bg .counter .count-number,
.theme-bg .counter label,
.dark-bg .counter .count-number,
.dark-bg .counter label {
    color: #ffffff;
}

/* ------------------------
    Blog - Post
------------------------*/
.post {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.post-meta {
    margin-bottom: 15px;
}
.post-meta ul li {
    color: #202125;
    font-style: italic;
    display: inline-block;
    margin: 0 40px 0 0;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
}
.post-meta ul li:last-child {
    margin-right: 0;
}
.post-meta ul li:before {
    content: "";
    background: #4ab242;
    border-radius: 50px;
    height: 5px;
    width: 25px;
    right: -35px;
    top: 50%;
    position: absolute;
}
.post-meta ul li:last-child:before {
    display: none;
}
.post .post-desc {
    padding: 30px;
    background: #ffffff;
    width: 100%;
    display: inline-block;
}
.post .post-desc h5 a {
    text-transform: capitalize;
    font-weight: 500;
    color: #202125;
}
.post .post-desc h5 a:hover {
    color: #4ab242;
}
.post .post-desc p {
    margin: 15px 0 0;
}
.post-btn {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
}
.post .post-btn:hover {
    color: #202125;
}
.dark-post .post .post-desc .post-btn {
    color: #4ab242;
}
.dark-post .post .post-meta ul li,
.dark-post .post .post-desc h5 a,
.dark-post .post .post-desc .post-btn:hover {
    color: #ffffff;
}
.dark-post .post .post-desc {
    background: #202125;
    color: #fff;
}

.blog-classic {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.video-post {
    padding-top: 56.9444%;
    position: relative;
    width: 100%;
}
.video-post iframe,
.video-post object,
.video-post embed {
    pointer-events: auto;
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.left-side .post {
    box-shadow: none;
    margin-top: -50px;
    padding: 0 30px 30px;
}
.blog-details {
    background: #fff;
    padding: 30px;
}
.post-queto .item {
    background: #202125;
    padding: 30px 30px 30px 100px;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}
.post-queto .item span {
    font-size: 40px;
    color: #4ab242;
    line-height: 40px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.media-holder .media {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}
.media-holder .media.inner {
    margin: 15px 0 15px 100px;
}
.media-body h6 {
    color: #202125;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}
.comment-date {
    display: inline-block;
    color: #4ab242;
    vertical-align: middle;
}
.reply {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.reply a {
    color: #202125;
    font-weight: 500;
    border: 1px solid #efefef;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 10px;
}
.reply a:hover {
    color: #4ab242;
    border-color: #4ab242;
}
.media-body p {
    margin: 15px 0;
}

.page-item:first-child .page-link {
    border-radius: 5px;
}
.pagination {
    display: inline-block;
}
.pagination > li {
    margin: 0 6px;
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    border-radius: 5px;
    color: #4ab242;
    border-color: #efefef;
}
.pagination > li.active .page-link,
.page-link:hover,
.page-link:focus {
    box-shadow: none;
    background: #4ab242;
    color: #ffffff;
    border-color: #4ab242;
}

/*Widget-Title*/
.widget-title {
    color: #202125;
    display: inline-block;
    margin: 30px 0;
    position: relative;
    width: 100%;
}

/*Widget-Search*/
.widget-searchbox {
    position: relative;
    width: 100%;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.widget-searchbox .search-btn {
    background: none;
    border: none;
    color: #4ab242;
    font-size: 14px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 50%;
    cursor: pointer;
}

/*Recent Post*/
.widget .recent-post-thumb {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 75px;
}
.widget .recent-post-desc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.widget .recent-post-desc a {
    display: block;
    margin-bottom: 5px;
    color: #202125;
}
.widget .recent-post-desc a:hover {
    color: #4ab242;
}
.widget .recent-post-desc span {
    color: #666;
    font-style: italic;
    font-size: 12px;
}

/*widget-Categories*/
.widget .widget-categories li {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px dashed #efefef;
}
.widget .widget-categories li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #202125;
    line-height: 32px;
    display: block;
    font-weight: 500;
}
.widget .widget-categories li a:hover {
    color: #4ab242;
    padding-left: 5px;
}

/*widget-tags*/
.widget .widget-tags li {
    display: inline-block;
    margin: 5px 5px 15px 0;
}
.widget .widget-tags li a {
    border: 1px solid #efefef;
    color: #202125;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}
.widget .widget-tags li a:hover {
    background: #4ab242;
    color: #ffffff;
}

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar {
    margin: 20px 0;
}
.ht-progress-bar h4 {
    color: #202125;
    font-weight: 500;
    font-size: 14px;
}
.ht-progress-bar .progress {
    height: 5px;
    background: #eceff8;
    overflow: visible;
    border-radius: 5px;
}
.ht-progress-bar .progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 5px;
    background: #4ab242; /* Old browsers */
    background: -moz-linear-gradient(left, #4ab242 0%, #18c9bf 50%, #3dcaff 50%, #0358d5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4ab242 0%, #18c9bf 50%, #3dcaff 50%, #0358d5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4ab242 0%, #18c9bf 50%, #3dcaff 50%, #0358d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab242', endColorstr='#0358d5',GradientType=1 ); /* IE6-9 */
}
.ht-progress-bar .progress-parcent {
    position: absolute;
    right: 0px;
    top: -37px;
    color: #222021;
    font-size: 16px;
}

.theme-bg .ht-progress-bar .progress {
    background: rgba(255, 255, 255, 0.2);
}
.theme-bg .ht-progress-bar .progress .progress-bar {
    background: #ffffff;
}
.theme-bg .ht-progress-bar h4,
.theme-bg .ht-progress-bar .progress-parcent,
.dark-bg .ht-progress-bar h4,
.dark-bg .ht-progress-bar .progress-parcent {
    color: #ffffff;
}

.skill-title {
    color: #202125;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}
.skill-num {
    font-size: 25px;
    color: #303030;
    text-align: center;
}

.skill {
    position: relative;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin: auto;
}
.skill-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.spinner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.skill-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid #303030;
    box-sizing: border-box;
}
.animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

/* ------------------------
    Testimonials
------------------------*/
.testimonial {
    position: relative;
}
.owl-carousel .testimonial {
    margin: 20px;
}
.testimonial-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
    color: #202125;
}
.testimonial .testimonial-content span {
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    color: #1B1B1B;
    margin-bottom: 15px;
}
.testimonial .testimonial-content label {
    margin-bottom: 0;
}
.testimonial h6 {
    color: #1B1B1B;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
    font-weight: 900;
}
.theme-bg .testimonial h6,
.theme-bg .testimonial .testimonial-content span,
.theme-bg .testimonial .testimonial-content p,
.dark-bg .testimonial .testimonial-content p,
.dark-bg .testimonial .testimonial-caption label,
.theme-bg .testimonial .testimonial-caption label {
    color: #ffffff;
}

.testimonial.style-2 {
    background: rgba(255, 255, 255, 0.05);
    display: table;
}
.testimonial.style-2 .testimonial-avatar {
    display: table-cell;
    vertical-align: top;
}
.testimonial.style-2 .testimonial-content {
    display: table-cell;
    vertical-align: top;
    padding: 30px;
    overflow: hidden;
    position: relative;
}
.testimonial.style-2 .testimonial-content span {
    bottom: -10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item {
    padding: 15px;
    position: relative;
}
.featured-item .featured-icon {
    position: relative;
    border: 1px solid transparent;
    display: inline-block;
    padding: 7px;
    margin-bottom: 20px;
    text-align: center;
}
.featured-item .featured-icon i {
    background: transparent;
    z-index: 9;
    position: relative;
    border-radius: 0;
    color: #E5E5E5;
    display: inline-block;
    font-size: 60px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.bottom-service .featured-item .featured-icon i {
    background: transparent;
    z-index: 9;
    position: relative;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 60px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.featured-item:hover .featured-icon {
    border-radius: 50%;
    border-color: #dddddd;
}
.featured-item:hover .featured-icon i {
    border-radius: 50%;
    background: #303030;
    color: #ffffff;
    font-size: 30px;
}
.bottom-service .featured-item:hover .featured-icon {
    border-radius: 50%;
    border-color: #1B1B1B;
}
.bottom-service .featured-item:hover .featured-icon i {
    border-radius: 50%;
    background: #1B1B1B;
    color: #ffffff;
    font-size: 30px;
}

.grey-bg .featured-item,
.dark-bg .featured-item {
    z-index: 1;
}
.featured-desc p {
    margin-bottom: 0;
}
.featured-title h5 {
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.dark-bg .featured-title h5,
.theme-bg .featured-title h5 {
    color: #ffffff;
}

.featured-item.text-center,
.featured-item.text-left {
    padding: 0;
}
.featured-item.left-icon {
    padding: 0 0 0 120px;
    position: relative;
    background: none;
}
.featured-item.left-icon .featured-icon {
    left: 0;
    position: absolute;
    top: 0;
    display: inline-block;
    margin-bottom: 0;
}
.featured-item.left-icon:hover {
    box-shadow: none;
    transform: inherit;
}

.featured-item .featured-icon:before {
    content: "";
    border-radius: 7px;
    background: #FFFFF7;
    position: absolute;
    margin: 0 auto;
    width: 0;
    height: 5px;
    top: 50%;
}
.featured-item .featured-icon:after {
    content: "";
    border-radius: 7px;
    background: #FFFFF7;
    position: absolute;
    margin: 0 auto;
    width: 5px;
    height: 0;
    left: 50%;
}
.featured-item:hover .featured-icon:before {
    width: 100%;
    left: 0;
    right: 0;
}
.featured-item:hover .featured-icon:after {
    height: 100%;
    top: 0;
    bottom: 0;
}

.featured-step {
    background: #fff;
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-bottom: 2px solid #4ab242;
}
.featured-step > span {
    color: #4ab242;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.featured-step p {
    margin-bottom: 0;
}
.featured-step.style-2,
.featured-step.style-3 {
    border: none;
}
.featured-step.style-2 span {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
}
.featured-step.style-3 span {
    color: #fff;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    z-index: 9;
}
.featured-step.style-3 span:before {
    content: "";
    background: #4ab242;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* ------------------------
    Button
------------------------*/
.btn {
    padding: 12px 25px;
    font-weight: 500;
    background: none;
    color: #202125;
    border-radius: 0;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-transform: uppercase;
}
.btn span {
    transition: inherit;
}
.dark-bg .btn,
.theme-bg .btn {
    color: #ffffff;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.btn-theme .btn.focus,
.btn-theme .btn:focus {
    color: #ffffff;
}
.btn:hover {
    background: #000;
    color: #fff;
}
.btn.btn-theme {
    background: #303030;
    color: #ffffff;
}
.btn.btn-theme:hover {
    background: #202125;
    border-color: #fff;
}
.btn.btn-theme:hover:after {
    background: #1b1b1b;
}
.btn.btn-border {
    border: 1px solid #000;
}
.btn.btn-radius {
    border-radius: 5px;
}
.btn.btn-circle {
    border-radius: 30px;
}
.btn.btn-white {
    background: #ffffff;
    color: #202125;
}
.btn.btn-white:after {
    background: #ffffff;
}
.btn.btn-white.btn-border {
    border-color: #ffffff;
    background: none;
    color: #ffffff;
}
.btn.btn-white:hover {
    background: #ffffff;
    color: #4ab242;
}
.btn.btn-white.btn-border:hover {
    color: #4ab242;
}
.btn + .btn {
    margin-left: 10px;
}
.btn-simple {
    color: #202125;
    padding: 0;
    background: none !important;
}
.dark-bg .btn-simple,
.theme-bg .btn-simple {
    color: #ffffff;
}
.btn-simple:hover {
    color: #4ab242;
}
.btn-simple:before,
.btn-simple:after {
    display: none;
}
.theme-bg .btn-simple:hover {
    color: #202125;
}

/* ------------------------
    Price Table
------------------------*/
.price-table {
    padding: 30px 0;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 0 13px 18px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0 13px 18px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 13px 18px rgba(0, 0, 0, 0.02);
}
.price-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #4ab242;
}
.price-value {
    color: #ffffff;
    display: inline-block;
    width: 100%;
}
.price-value h2 {
    font-size: 54px;
    line-height: 54px;
    font-weight: 600;
    color: #202125;
    margin-bottom: 0;
}
.price-value h2 span {
    font-size: 12px;
    padding: 0 2px;
    font-style: italic;
    color: #555;
}
.price-value h2 span.price-dollar {
    font-size: 24px;
    font-style: normal;
    color: #4ab242;
}
.price-list {
    padding: 0 30px;
}
.price-list ul li {
    padding: 10px 0;
}
.dark-bg .price-list ul li {
    color: rgba(255, 255, 255, 0.8);
}
.price-list ul li:last-child {
    border-bottom: none;
}
.price-table:hover {
    border: 1px solid #4ab242;
}

.price-table.style-2 {
    padding: 0;
    border: none;
}
.price-table.style-2 .price-inner {
    padding-top: 30px;
    background-color: #fff;
}
.price-table.style-2:hover .price-inner,
.price-table.style-2.active .price-inner {
    background: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Section Title
------------------------*/
.title {
    position: relative;
    color: #202125;
}
.dark-bg .title {
    color: #ffffff;
}
.title span {
    position: relative;
    font-weight: 300;
    color: #FFFFF7;
}
.dark-bg .title span {
    color: #ffffff;
}
.section-title h6 {
    position: relative;
    padding-left: 40px;
    display: inline-block;
}
.section-title h6:before {
    content: "";
    position: absolute;
    background: #303030;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 30px;
    height: 2px;
}
.theme-bg .section-title h6,
.dark-bg .section-title h6,
.theme-bg .title span {
    color: #ffffff;
}
.theme-bg .section-title h6:before {
    background: #ffffff;
}

/* ------------------------
    Gallery
------------------------*/
.portfolio-filter {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 50px;
    text-align: center;
}
.portfolio-filter button {
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    border-right: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: #202125;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
}
.portfolio-filter button:last-child {
    border-right: none;
}
.portfolio-filter button:focus {
    outline: none;
    outline-style: none;
    outline-offset: 0;
}
.portfolio-filter button.is-checked,
.portfolio-filter button:hover {
    color: #ffffff;
    background: #4ab242;
}
.isotope .grid-item img {
    width: 100%;
}
.theme-bg .portfolio-filter button {
    color: #ffffff;
}
.theme-bg .portfolio-filter button.is-checked,
.theme-bg .portfolio-filter button:hover {
    background: #ffffff;
    color: #4ab242;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    text-align: center;
}
a.popup {
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    display: inline-block;
    color: #4ab242;
    font-size: 30px;
    border-radius: 50%;
    opacity: 0;
}
a.popup:hover {
    background: #1b1b1b;
    color: #ffffff;
}
.gallery-item:hover a.popup {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.gallery-icon {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 15px;
    left: 0;
    z-index: 999;
}
.gallery-item img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.gallery-item:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.gallery-item .gallery-hover {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(74, 178, 66, 0) 0%, rgba(74, 178, 66, 0.9) 35%);
    background: linear-gradient(to bottom, rgba(74, 178, 66, 0) 0%, rgba(74, 178, 66, 0.9) 35%);
}
.gallery-item .gallery-hover {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.gallery-item:hover .gallery-hover {
    opacity: 1;
    transform: rotateX(0deg) translate3d(0px, 0%, 0px) scale(1);
    transition-delay: 0.21s;
}

.grid .grid-item {
    padding: 10px;
}
.grid.columns-2 .grid-item,
.masonry.columns-2 .masonry-brick {
    width: 50%;
}
.grid.columns-3 .grid-item,
.masonry.columns-3 .masonry-brick {
    width: 33.333333%;
}
.grid.columns-4 .grid-item,
.masonry.columns-4 .masonry-brick {
    width: 25%;
}
.masonry .masonry-brick {
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
}
.grid.no-gutters .grid-item {
    padding: 0;
}
.masonry.no-gutters .masonry-brick,
.gallery.no-gutters .masonry-brick {
    padding: 0;
    margin: 0;
}

/* ------------------------
    Services
------------------------*/
.service-item {
    text-align: center;
}
.service-images {
    position: relative;
    overflow: hidden;
}
.service-images img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.service-item:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}
.service-icon {
    bottom: -100%;
    display: inline-block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    z-index: 99;
}
.service-icon i {
    z-index: 9;
    width: 80px;
    height: 80px;
    line-height: 60px;
    background: #303030;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
}
.service-item:hover .service-icon {
    bottom: -30px;
}
.service-description {
    background: #ffffff;
    padding: 20px;
}
.service-item h4 {
    background: #303030;
    color: #ffffff;
    padding: 20px 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.service-description a {
    font-weight: 500;
    text-transform: uppercase;
    color: #202125;
}
.dark-service .service-item .service-description a {
    color: #ffffff;
}
.dark-service .service-item .service-description a:hover,
.service-description a:hover {
    color: #303030;
}
.dark-service .service-item .service-description {
    background: #202125;
    color: #fff;
}

.sidebar-links li {
    margin-bottom: 2px;
}
.sidebar-links li:last-child {
    margin-bottom: 0;
}
.sidebar-links li a {
    background-color: #E5E5E5;
    color: #202125;
    display: block;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.sidebar-links li.active a,
.sidebar-links li a:hover {
    background: #303030;
    color: #ffffff;
    padding-left: 25px;
}
.sidebar-links li a i {
    margin-right: 5px;
    vertical-align: middle;
}
.brochure {
    background: #4ab242;
    border: 1px solid #efefef;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px 10px 80px;
    position: relative;
}
.brochure:hover {
    color: #ffffff;
}
.brochure i {
    background: #ffffff;
    border-right: 1px solid #f2f2f2;
    color: #4ab242;
    font-size: 28px;
    font-weight: 400;
    height: 100%;
    left: 0;
    line-height: 68px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}
.brochure span {
    color: #202125;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.dark-post .post,
.dark-service .service-item,
.owl-carousel .team-member {
    box-shadow: none;
}
.bottom-service .featured-title h5{
    font-size: 18px;
    font-weight: 400;
}
.doc_list{
    margin-bottom: 15px;
}
.doc_list .team-member.style-3{
    padding: 12px 12px 12px 12px;
    border-radius: 8px;
}
.doc_list .team-member.style-3 .team-images{
    border-radius: 10%;
    width: 200px;
}
.doc-list-btns{
    display: flex;
    justify-content: space-around;
}
.doc-list-btns .btn-theme{
    padding: 4px 6px 4px 6px;
    font-size: 14px;
}
.doc-list-btns .btn-border{
    padding: 4px 6px 4px 6px;
    font-size: 14px;
}
.doc_list .team-member.style-3 .team-description{
    padding: 12px 0;
}
.doc_list .btn{
    transition: none;
}
.doc_list i{
    transition: none;
}
.doc_filter_form{
    background-color: #fff;
    padding: 26px 15px 14px 15px;
    border-radius: 8px;
}
.doc_filter_form .form-group input{
    border: 1px solid #000;
}
.doc_filter_form .nice-select{
    border: 1px solid #000;
}
.doc_filter_form .form-group label{
    font-size: 16px;
}
.doc_filter_form .btn-theme{
    padding: 5px 15px 5px 15px;
}
.doc_filter_form .form-group select{
    border: 1px solid #000;
    height: 50px;
    border-radius: 10px;
    transition: none;
    line-height: 38px;
    font-size: 13px;
}
.doc_filter_form .form-group option{
  max-height: 100px !important;
}
.doc_filter_form .form-group select .dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}
.doc_filter_form span{
    transition: none;
}
.select2-container span{
    transition: none;
}
.doc_filter_form .nice-select:after{
    transition: none;
}
.dctrs{
    padding-top: 160px;
}
.doc_list .spclztn{
    font-size: 13px;
}
.doc_dtl_view{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 15px 12px 15px 12px;
    border-radius: 8px;
}
.doc_dtl_view .team-description span{
    color: #000;
}
.doc_dtl_view .team-description .doc_des{
    color: #000;
}
.doc_dtls_main_div{
    padding-top: 80px;
}
.appointment_main_div{
    padding-top: 140px;
    padding-bottom: 40px;
}
.appointment_main_div .contact-main{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.appointment_main_div .form-info img{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.appointment_main_div .form-group sup{
    color: red;
}
.appointment_main_div .form-group input{
    border: 1px solid #000;
}
.appointment_main_div .form-group select{
    border: 1px solid #000;
}
.appointment_main_div .apntmnt_heading{
    border-bottom: 1px dashed #000;
    margin-bottom: 12px;
}
.appointment_main_div .apntmnt_heading p{
  text-align: center;
    margin-bottom: 2px;
}
.appointment_main_div .form-group{
        margin-bottom: 15px;
    }
.appointment_main_div .form-group .form-control{
        height: 40px !important;
        border-radius: 5px;
    }
.appointment_main_div .contact-main{
    padding: 20px !important;
}
.appointment_main_div .form-group label{
        margin-bottom: 0;
    }
@media(max-width: 767px){

    .appointment_main_div .form-group{
        margin-bottom: 12px;
    }
    .appointment_main_div .apntmnt_heading h2{
        font-size: 23px;
        line-height: 21px;
    }
    .appointment_main_div {
        padding-top: 90px;
    }
    .appointment_main_div .contact-main{
        padding: 15px !important;
    }
    .doc_dtls_main_div{
        padding-top: 40px;
    }
    .doc_filter_form .form-control{
        height: 40px !important;
    }
    .doc_filter_form .form-group select{
        height: 40px;
    }
    .doc_filter_form select{
        line-height: 28px !important;
    }
    .dctrs{
        padding-bottom: 30px !important;
        padding-top: 90px !important;
    }
    .doc_list{
        width: 50%;
        padding: 10px;
    }
    .doc_list .team-member.style-3 {
        padding: 5px 3px 5px 3px;
        border-radius: 4px;
        height: 350px;
    }
    .doc_list .team-member.style-3 .team-images {
        border-radius: 4%;
        width: 100%;
    }
    .doc-list-btns .btn-theme {
        padding: 2px 3px 2px 3px;
        font-size: 10px;
        margin-bottom: 6px;
    }
    .doc-list-btns .btn-border {
        padding: 2px 3px 2px 3px;
        font-size: 10px;
    }
    .doc-list-btns {
        display: block;
    }
    .doc_list .team-member.style-3 .team-description span{
        font-size: 13px;
    }
    .doc_list h5{
        font-size: 16px;
        line-height: 20px;
    }
    .doc_list .spclztn{
        font-size: 11px !important;
    }
    .doc_list .team-member.style-3 .team-description {
        padding: 6px 0;
    }
}