/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 2.9
*/
@charset "utf-8";

.w1-logos{
  list-style: none;
}
.testimonial-scroll{
  direction: ltr;
}
/* CSS Document */
.aligncenter,
.gallery-item a {
    display: block
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    padding: 4px
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    color: #757575
}

ul:before,
ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(226, 22, 209)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-next,
.owl-prev {
    background-position: 0 0
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    text-align: center;
    margin-top: 15px;
}

.owl-next,
.owl-prev {
    border-radius: 0;
    height: 40px;
    width: 40px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.owl-next {
    right: 0;
    background-image: url(images/next.svg)
}

.owl-prev {
    left: 0;
    background-image: url(images/prev.svg)
}

.header {
    position: relative;
    z-index: 1000;
    padding: 22px 0;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.header .logo {
    float: left;
}

.header .logo img {
    height: 50px;
}

.footer .logo img {
    height: 32px;
}

.banner {
    position: relative;
    color: #77838F;
    direction:rtl;
    text-align: right;
}

.banner .container {
    position: relative;
    height: 535px;
    background: url(../images/socials.png) no-repeat left 15px center;
}

.banner:after {
    height: 18px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.87);
    content: '';
    z-index: 99
}

.banner.v2:after {
    height: 18px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    content: '';
    z-index: 99;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MxYiIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmOGYxYiIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhmMWIiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255, 204, 27, 0.87) 0%, rgba(255, 143, 27, 0.87) 99%, rgba(255, 143, 27, 0.87) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 204, 27, 0.87) 0%, rgba(255, 143, 27, 0.87) 99%, rgba(255, 143, 27, 0.87) 100%);
    background: linear-gradient(to right, rgba(255, 204, 27, 0.87) 0%, rgba(255, 143, 27, 0.87) 99%, rgba(255, 143, 27, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deffcc1b', endColorstr='#deff8f1b', GradientType=1);
}

.banner h2 {
    color: #000;
}

.banner h2 span {
    background: -webkit-linear-gradient(90deg, #ffcd1b 0%, #ff891b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section {
    padding: 50px 0;
}

.home-w1 {
    background: url(../images/orange-shape.png) no-repeat top center;
    direction:rtl;
}

.home-w1.v2 {
    background: url(../images/blk-shape.png) no-repeat top center;
}

.home-w1 .login {
    margin-bottom: 70px;
    color: #fff;
    direction:rtl;
    text-align:right;
}

.home-w1 .login .row {
    margin-left: -8px;
    margin-right: -8px;
}

.home-w1 .login .row [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
}

.home-w1 .login .btn {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.home-w1 .login .form-control,
.home-w1 .login .btn {
    height: 58px;
}

.home-w1 .login .col-6 {
    font-size: 14px;
}

.home-w1 .login a {
    color: #fff;
}

.home-w1 .login a:hover {
    color: #000;
}

.home-w1 input[type="checkbox"] {
    display: none;
}

.home-w1 input[type="checkbox"]+label {
    line-height: 18px;
    display: block;
    margin: 0;
    cursor: pointer;
}

.home-w1 input[type="checkbox"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
    vertical-align: top;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    margin-left:10px;
}

.home-w1 input[type="checkbox"]:checked+label span {
    background: #000;
}

.stats {
    margin-bottom: 80px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.stats h2 {
    font-size: 50px;
}

.w1-block {
    margin-bottom: 100px;
}

.w1-block .icon-content {
    padding: 33px;
    background: #fff;
    border-radius: 12px;
    direction:rtl;
    text-align:right;
}

.w1-block .icon-content .icon {
    width: 70px;
    height: 71px;
    margin-right: 16px;
    border-radius: 50%;
    background: #f0b819;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjBiODE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmOGExOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #f0b819 0%, #ef8a19 100%);
    background: -webkit-linear-gradient(-45deg, #f0b819 0%, #ef8a19 100%);
    background: linear-gradient(135deg, #f0b819 0%, #ef8a19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b819', endColorstr='#ef8a19', GradientType=1);
}

.w1-block .icon-content h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.w1-block .icon-content p {
    font-size: 13px;
    line-height: 16px;
}

.w1-block .icon-content .media {
    align-items: center;
}

.w1-block .icon-content .media+.media {
    margin-top: 20px;
}

.w1-btn {
    margin-bottom: 80px;
    text-align: center;
}

.w1-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.w1-btn ul li {
    display: inline-block;
    margin: 0 10px 20px 10px;
}

.w1-btn ul li a {
    display: block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 14px 20px;
    border-radius: 40px;
    font-weight: 700;
}

.w1-btn ul li a:hover {
    background: #ee8819;
    color: #fff;
    text-decoration: none;
}

.w1-logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.w1-logos ul li {
    float: left;
    width: 14.285%;
    margin-bottom: 50px;
    text-align: center;
}

.testimonials .shape {
    text-align: center;
    line-height: 0;
}

.testimonials .testimonial-scroll {
    background: #171717;
    padding-bottom: 78px;
}

.testimonials .testimonial-scroll.v2 {
    background: #ffcc1b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmOGYxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #ffcc1b 0%, #ff8f1b 99%);
    background: -webkit-linear-gradient(left, #ffcc1b 0%, #ff8f1b 99%);
    background: linear-gradient(to right, #ffcc1b 0%, #ff8f1b 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1b', endColorstr='#ff8f1b', GradientType=1);
}

.testimonials .testimonial-scroll .testimonial-inner {
    padding: 0 85px;
    position: relative;
}

.testimonials .testimonial-scroll .testimonial-inner .quote {
    position: relative;
}

.testimonials .testimonial-scroll .testimonial-inner .quote:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: -40px;
    right: -40px;
    z-index: 1;
    border-radius: 12px;
}

.testimonials .testimonial-scroll .testimonial-inner .quote:before {
    content: '';
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -20px;
    right: -20px;
    z-index: 2;
    border-radius: 12px;
}

.testimonials .testimonial-scroll .testimonial-inner .quote .quote-block {
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.testimonials .testimonial-scroll .testimonial-inner .quote .quote-block blockquote {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.testimonials .testimonial-scroll .testimonial-inner .quote .quote-block .client {
    display: inline-block;
}

.testimonials .testimonial-scroll .testimonial-inner .quote .quote-block .client cite {
    vertical-align: middle;
    display: inline-block;
    margin-left: 12px;
    font-style: normal;
    text-align: right;
}

.testimonials .testimonial-scroll .testimonial-inner .quote .quote-block .client strong {
    color: #3D3F54;
    display: block;
}

.testimonials .owl-next,
.owl-prev {
    border-radius: 0;
    height: 24px;
    width: 24px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
}

.testimonials .owl-next {
    right: 0;
    background-image: url(../images/next.png);
    right: -145px;
}

.testimonials .owl-prev {
    left: 0;
    background-image: url(../images/prev.png);
    left: -145px;
}

.footer {
    padding: 25px 0;
}

.footer .logo {
    float: left;
    margin-right: 60px;
    width: 75px;
}

.footer ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    line-height: 30px;
    float: left;
    font-weight: 700;
}

.footer ul li+li {
    margin-left: 12px;
}

.footer ul li a {
    color: #000;
}

.footer p {
    float: left;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    direction: rtl;
}

.page-title h1 {
    font-size: 32px;
    text-align: center;
    color: #000;
}

.page-title h3 {
    font-size: 32px;
    color: #000;
}

.reg-form {
    padding: 40px;
    border: 1px solid #E7EAF3;
    border-radius: 8px;
}

.reg-form .btn {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.reg-form .form-control,
.reg-form .btn {
    height: 58px;
}

.reg-form .form-control {
    border: 1px solid #E7EAF3;
    border-radius: 6px;
}

.reg-form form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.reg-form form .row [class*=col-] {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordionjs .acc_section {
    position: relative;
    z-index: 10;
    margin-top: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.accordionjs .acc_section+.acc_section {
    margin-top: 25px;
}

.accordionjs .acc_section .acc_head {
    color: #000;
    position: relative;
    padding: 15px 40px 15px 15px;
    display: block;
    position: relative;
    cursor: pointer;
}

.accordionjs .acc_section .acc_head:after {
    background: url(../images/arrow-up.svg);
    background-size: 100%;
    height: 20px;
    width: 20px;
    left: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    content: '';
}

.accordionjs .acc_section .acc_content {
    padding: 25px 0 0 40px;
}

.accordionjs .acc_section.acc_active>.acc_content {
    display: block;
    padding: 25px;
}

.accordionjs .acc_section.acc_active>.acc_head {
    color: #fff;
    background: #ffcc1b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmOGYxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #ffcc1b 0%, #ff8f1b 99%);
    background: -webkit-linear-gradient(left, #ffcc1b 0%, #ff8f1b 99%);
    background: linear-gradient(to right, #ffcc1b 0%, #ff8f1b 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1b', endColorstr='#ff8f1b', GradientType=1);
}

.accordionjs .acc_section.acc_active>.acc_head:after {
    background: url(../images/arrow-down.svg);
    background-size: 100%;
    height: 20px;
    width: 20px;
    left: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    content: '';
    color:#000;
}

.service-head h1 {
    float: left;
    margin: 0;
    line-height: 65px;
    font-size: 36px;
    color: #171717;
}

.service-head .search-bar {
    border: 1px solid #eceef3;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 100;
    margin-bottom: -1px;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    width: 325px;
    float: right;
}

.service-head .search-bar .row {
    margin-right: -5px;
    margin-left: -5px;
}

.service-head .search-bar .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.service-head .search-bar .row [class*=col-] .form-control {
    background: url(images/search.svg) no-repeat 12px #f9f9f9;
    background-size: 16px;
    border: none;
    border-radius: 50px;
    height: 35px;
    padding: 6px 12px 6px 30px
}

.service-head .search-bar .row [class*=col-] .btn {
    font-size: 12px;
    padding: 0 10px;
    height: 35px;
    border-radius: 50px;
}

.service-head .search-bar .row [class*=col-] .btn i {
    margin-left: 4px;
}

.service-table .table-responsive {
    border: 1px solid #eceef3;
    border-bottom: 1px solid #171717;
    border-radius: 15px 0 0 0
}

.service-table .table {
    border: none;
    margin: 0;
}

.service-table .table>thead>tr>th,
.service-table .table>tbody>tr>td {
    color: #171717;
    font-size: 12px;
    vertical-align: middle;
    border: none;
}

.service-table .table>tbody>tr>td .btn {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 40px;
    white-space: nowrap;
}

.service-table .table>tbody>tr:nth-child(even)>td {
    background: #f9f9f9;
}

.service-table .table>tbody>tr>td.comment-td {
    background: #c1c7d0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.service-table .table>tbody>tr>td button.action {
    background: url(images/comment.svg) no-repeat center;
    background-size: 100%;
    height: 24px;
    width: 24px;
    border: none;
    cursor: pointer;
}

.service-table .table-pagination {
    background: #171717;
    padding: 12px;
    color: #fff;
    border-radius: 0 0 15px 15px;
    text-align: center;
}

.service-table .table-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-table .table-pagination ul li {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}

.service-table .table-pagination ul li a {
    color: #5f5f5f;
    padding: 0 4px;
}

.service-table .table-pagination ul li:first-child a,
.service-table .table-pagination ul li:last-child a {
    color: #fff;
}

.service-table .table-pagination ul li:first-child {
    float: left;
}

.service-table .table-pagination ul li:last-child {
    float: right;
}

.service-table .table-pagination ul li a:hover,
.service-table .table-pagination ul li.active a {
    color: #fff;
    text-decoration: none;
}

.service-modal .media img {
    width: 40px;
}

.api-details {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.api-details h5 {
    background: #C1C7D0;
    margin: 0;
    padding: 20px 20px;
    color: #fff;
    font-size: 17px;
}

.api-details .content {
    padding: 20px 20px;
    color: #171717;
    font-size: 14px;
}

.api-details .content h6 {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
}

.api-details .content [class*=col-] {
    margin-top: 12px;
}

.api-code {
    background: url(images/dots.png) no-repeat 30px 30px #393838;
    border-radius: 12px;
    color: #fff;
    position: relative;
    padding: 60px 30px 30px;
    margin-top: 40px;
}

.modal-content p {
    word-break: break-all;
}
