/* 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: #17626d
}
.accordion .card-header {
    padding: 20px 20px 20px 30px;
    position: relative;
}
.accordion .card-body {
    padding: 30px;
}
.accordion .card-header a span {
    background: #17626d;
    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);
}
    /* Social Icons */
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.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 .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* Colored  */
.social-icons.social-colored a,
.social-icons.social-hover a:hover {
    color: #fff;
    border: 0;
}
.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover {
    background-color: #40bff5;
}
.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover {
    background-color: #ef4e41;
}
.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover {
    background-color: #db5442;
}
.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover {
    background-color: #238cc8;
}
/* 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:hover {
    filter: grayscale(1);
}
.team-images:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgb(128, 128, 128, 0) 0%, rgb(128, 128, 128, 0.5) 40%);
    background: linear-gradient(to bottom, rgb(128, 128, 128, 0) 0%, rgb(128, 128, 128, 0.5) 40%);
    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: #17626d;
}
.team-member .team-about p {
    color: #ffffff;
    margin-bottom: 15px;
}
.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: #17626d;
}
.team-desc .media-icon li i {
    width: auto;
    height: auto;
    line-height: inherit;
}
/* 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: #17626d;
    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: #17626d
}
.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;
}
.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: #17626d;
    line-height: 40px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.blog-classic {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.skill-title {
    color: #202125;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}
.skill-num {
    font-size: 25px;
    color: #17626d;
    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 #17626d;
    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: #17626d;
    margin-bottom: 15px;
}
.testimonial .testimonial-content label {
    margin-bottom: 0;
}
.testimonial h6 {
    color: #17626d;
    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.050);
    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: #17626d;
    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: #17626d;
    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: #17626d;
    position: absolute;
    margin: 0 auto;
    width: 0;
    height: 5px;
    top: 50%;
}
.featured-item .featured-icon:after {
    content: "";
    border-radius: 7px;
    background: #17626d;
    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 #17626d
}
.featured-step>span {
    color: #17626d;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    position: absolute;
    right: 30px;
    top: 30px
}
.featured-step p {
    margin-bottom: 0;
}
/* Button */
.btn {
    font-weight: 500;
    background: none;
    color: #202125;
    border-radius: 0;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-transform: uppercase;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
.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: #17626d;
    color: #fff;
}
.btn.btn-theme {
    background: #17626d;
    color: #ffffff;
}
.btn.btn-theme:hover {
    background: #202125;
    border-color: #17626d;
}
.btn.btn-theme:hover:after {
    background: #1b1b1b;
}
.btn.btn-border {
    border: 1px solid #17626d;
}
.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: #17626d;
}
.btn.btn-white.btn-border:hover {
    color: #17626d;
}
.btn+.btn {
    margin-left: 10px;
}
/* Section Title */
.title {
    position: relative;
    color: #202125;
}
.dark-bg .title {
    color: #ffffff
}
.title span {
    position: relative;
    font-weight: 300;
    color: #17626d
}
.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: #17626d;
    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: #17626d
}
.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: #17626d;
    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: linear-gradient(to bottom, rgba(74, 178, 66, 0) 0%, rgba(105, 193, 199, 0.7) 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%;
}
.masonry .masonry-brick {
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
}
/* 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: #17626d;
    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: 4px;
}
.service-item h4 {
    background: #17626d;
    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: #17626d
}

.dept:hover{
    color:whitesmoke;
}

.dark-service .service-item .service-description {
    background: #202125;
    color: #fff;
}
.dark-post .post,
.dark-service .service-item,
.owl-carousel .team-member {
    box-shadow: none;
}
.section_1 .con{
    position: relative;
    padding-left: 40px;
    display: inline-block;
}
.section_1 .con::before{
    content: "";
    position: absolute;
    background: #17626d;
    left: -15px;
    top: 50%;
    margin-top: -1px;
    width: 50px;
    height: 4px;

}
.section_1 .con::after{
    content: "";
    position: absolute;
    background: #17626d;
    right: -45px;
    top: 50%;
    margin-top: -1px;
    width: 40px;
    height: 4px;
}