.ajax-search-form.search-widget input[type=text] {
    height: 55px;
}

.ajax-search-form.search-widget button {
    height: 49px;
}

.azim-List i {
    margin-right: 15px;
}

.azim-List li {
    line-height: 40px;
}

/*--------------------------------------------------------------
## fade-in effect
--------------------------------------------------------------*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/

.loader-rel {
    position: relative;
}

.loader {
    position: absolute;
    right: 47.7%;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
    display: none;
    margin: 20px 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
## Section Title
--------------------------------------------------------------*/
.section-title h6 {}

.section-title h1 {
    font-size: 60px;
    font-weight: bold;
}

.section-title p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/

.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding: 200px 0 100px;
}

.banner-content h1 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 300;
}

.banner-content .azim-btn {
    padding: 15px 50px;
}

/*--------------------------------------------------------------
## Banner App
--------------------------------------------------------------*/
.banner-app {
    padding: 100px 0 150px;
}

.banner-app .banner-content h1 {
    font-size: 62px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-icon {
    transition: 0.3s;
    position: absolute;
    float: left;
    width: 90px;
    border-radius: 20px;
    overflow: hidden;
}

.banner-icon:hover {
    transition: 0.3s;
    transform: scale(1.3);
}

.banner-icon:nth-child(1) {
    top: -230px;
    right: 350px;
    animation: fadeIn ease 4s;
}

.banner-icon:nth-child(2) {
    top: -185px;
    right: 0;
    animation: fadeIn ease 2s;
}

.banner-icon:nth-child(3) {
    top: -80px;
    right: 0;
    animation: fadeIn ease 5s;
}

.banner-icon:nth-child(4) {
    top: 30px;
    right: 0;
    animation: fadeIn ease 7s;
}

.banner-icon:nth-child(5) {
    top: 150px;
    right: 0;
    animation: fadeIn ease 2s;
}

.banner-icon:nth-child(6) {
    top: -230px;
    right: 110px;
    animation: fadeIn ease 3s;
}

.banner-icon:nth-child(7) {
    top: -120px;
    right: 110px;
    animation: fadeIn ease 8s;
}

.banner-icon:nth-child(8) {
    top: -10px;
    right: 110px;
    animation: fadeIn ease 3s;
}

.banner-icon:nth-child(9) {
    top: 110px;
    right: 110px;
    animation: fadeIn ease 4s;
}

.banner-icon:nth-child(10) {
    top: 225px;
    right: 350px;
    animation: fadeIn ease 7s;
}

.banner-icon:nth-child(11) {
    top: -180px;
    right: 230px;
    animation: fadeIn ease 2s;
}

.banner-icon:nth-child(12) {
    top: -62px;
    right: 230px;
    animation: fadeIn ease 6s;
}

.banner-icon:nth-child(13) {
    top: 50px;
    right: 230px;
    animation: fadeIn ease 2s;
}

.banner-icon:nth-child(14) {
    top: 160px;
    right: 230px;
    animation: fadeIn ease 8s;
}

.banner-icon:nth-child(15) {
    top: -117px;
    right: 350px;
    animation: fadeIn ease 3s;
}

.banner-icon:nth-child(16) {
    top: -5px;
    right: 350px;
    animation: fadeIn ease 5s;
}

.banner-icon:nth-child(17) {
    top: 110px;
    right: 350px;
    animation: fadeIn ease 2s;
}

.banner-icon:nth-child(18) {
    top: -40px;
    right: 470px;
    animation: fadeIn ease 9s;
}

.banner-icon:nth-child(19) {
    top: 80px;
    right: 470px;
    animation: fadeIn ease 7s;
}

.banner-icon:nth-child(20) {
    top: -160px;
    right: 470px;
    animation: fadeIn ease 3s;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.counter-item {
    text-align: center;
}

.counter-item.white i,
.counter-item.white span,
.counter-item.white h2 {
    color: #fff !important;
}

.counter-item .counter-icon img {
    width: 110px;
    margin-bottom: 10px;
}

.counter-item h2 span,
.counter-item h2 {
    font-weight: bold;
    font-size: 52px;
}

.counter-item span {
    font-size: 18px;
    font-weight: 500;
}

/*--------------------------------------------------------------
## InfoBox
--------------------------------------------------------------*/

.infobox-item {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}

.infobox-item.style-1:after {
    position: absolute;
    content: '';
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: -1;
}

.infobox-item.style-1.active:after,
.infobox-item.style-1:hover::after {
    opacity: 1;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.infobox-item.style-1.active h3,
.infobox-item.style-1.active p,
.infobox-item.style-1:hover h3,
.infobox-item.style-1:hover p {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.infobox-item .infobox-icon {
    position: relative;
}

.infobox-item i {
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.infobox-item.style-1 .infobox-icon:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.infobox-item.style-1 .infobox-icon:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 26px;
    left: 56px;
    z-index: -1;
    opacity: 0.1
}

.infobox-item.style-1.text-right .infobox-icon:before {
    right: 0;
    left: unset;
}

.infobox-item.style-1.text-right .infobox-icon:after {
    right: 56px;
    left: unset;
}

.infobox-item.style-1.text-center .infobox-icon:before {
    left: auto;
    right: auto;
}

.infobox-item.style-1.text-center .infobox-icon:after {
    left: auto;
    right: 27%;
}

.infobox-item.style-1.active .infobox-icon:before,
.infobox-item.style-1.active .infobox-icon:after,
.infobox-item.style-1:hover .infobox-icon:before,
.infobox-item.style-1:hover .infobox-icon:after {
    background: #fff;
    opacity: 0.9;
}

.infobox-item h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.infobox-item.style-3 h3 {
    font-weight: 600;
}

.infobox-item p {
    margin-bottom: 0;
}

.infobox-item.style-3 img {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
## IconBox
--------------------------------------------------------------*/
.iconbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iconbox-item div:first-child {
    width: 25%;
    margin-right: 15px;
}

.iconbox-item div:last-child {
    width: 75%;
}

.iconbox-item i {
    font-size: 45px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.iconbox-item:hover i {
    font-size: 48px;
}

.iconbox-item h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.iconbox-item p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Partner
--------------------------------------------------------------*/

.partner img {
    padding: 0 15px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.partner img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*--------------------------------------------------------------
## Category item
--------------------------------------------------------------*/
.category-item {
    overflow: hidden;
    border-radius: 20px;
    display: block;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.category-item:hover h5 {
    color: #fff;
}

.category-item-img {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 45px;
}

.category-item h5 {
    background: #efefef;
    padding: 20px 0;
    margin-bottom: 0;
}

.category-item-2 {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.category-item-2>a {
    width: 40%;
}

.category-item-2>a>img {
    padding-right: 25px;
}

.category-item-2>div {
    width: 60%;
}

.category-item-2>div h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.category-item-2>div h5 a {
    color: #717173;
}

.category-item-2>div ul li a {
    color: #444;
    font-size: 14px;
}

.category-item-2>div>a {
    font-size: 14px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.azim-tab .nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.azim-tab .nav .nav-item {
    color: #1f1f25;
    font-weight: 400;
    margin-right: 20px;
}

.azim-tab .nav .nav-item.active {
    color: #fff;
}

.azim-tab.style-2 .nav {
    border-bottom: none;
}

.azim-tab.style-2 .nav .nav-item {
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    margin-right: 30px;
}

.azim-tab.style-2 .nav .nav-item.active {
    color: #1f1f25;
    background: transparent;
    border-bottom: 2px solid;
}

/*--------------------------------------------------------------
# Progress bar
--------------------------------------------------------------*/

.skill {
    padding-top: 3px;
    position: relative;
    overflow: hidden;
}

.skill>p {
    margin-bottom: 10px;
    font-weight: 400;
}

.skill:before {
    border-radius: 6px;
    width: 100%;
    height: 25px;
    content: "";
    display: block;
    position: absolute;
    background: #f1f1f1;
    bottom: 0;
}

.skill-bar {
    border-radius: 6px;
    width: 100%;
    height: 25px;
    display: block;
    position: relative;
}

.skill-bar span {
    border: .125rem solid;
    position: absolute;
    top: -38px;
    font-size: 12px;
    padding: 0px 12px !important;
    font-weight: 500;
    border-radius: 6px;
}

.skill-count {
    right: 0;
}

.skill-bar span:after {
    border-style: solid;
    border-width: .3125rem .3125rem 0 0;
    bottom: -0.4375rem;
    content: "";
    left: 1.375rem;
    position: absolute;

}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.azim-accordion-item {
    padding: 20px 30px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
}

.azim-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.azim-accordion-item h5 {
    margin: 0 !important;
    font-weight: 500;
    cursor: pointer;
}

.azim-accordion-item.active h5 span:nth-child(1) {
    display: none;
}

.azim-accordion-item h5 span:nth-child(2) {
    display: none;
}

.azim-accordion-item.active h5 span:nth-child(2) {
    display: block;
}

.azim-accordion-item h5 span {
    float: right;
}

.azim-accordion-item .collapse.show {
    margin-top: 20px;
    padding-top: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-top: 1px solid #ddd;
}

.azim-accordion.style-2 .azim-accordion-item {
    background: transparent;
    border: none;
    padding: 0;
}

.azim-accordion.style-2 .azim-accordion-item h5 {
    padding: 0 0 20px;
}

.azim-accordion.style-2 .azim-accordion-item .collapse.show {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.azim-team {
    text-align: center;
    position: relative;
}

.azim-team img {
    border: 3px solid transparent !important;
    width: 100%;
    border-radius: 50% !important;
}

.azim-team-content {
    position: absolute;
    -webkit-box-shadow: 0 0 100px 0px rgba(7, 7, 7, 0.08);
    box-shadow: 0 0 100px 0px rgba(7, 7, 7, 0.08);
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    right: 0;
    left: 0;
    bottom: -90px;
}

.azim-team-social {
    background: #fff;
    padding: 7px 20px !important;
    border-radius: 10px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.azim-team:hover .azim-team-social {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.azim-team-social li.list-inline-item {
    margin-left: 0;
}

.azim-team-social li {
    text-align: center;
    margin-right: 0
}

.azim-team-social li a {
    color: #717173;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonials-style-2 .testimonial-img {
    margin: 0 auto;
    display: inline-block;
}

.testimonials-style-2 .testimonial-img img {
    width: 150px;
}

.testimonials-style-2 .client-info h4 {
    font-size: 30px;
}

.testimonials-style-2 .testimonial-item:hover,
.testimonials-style-2 .testimonial-item {
    background: transparent;
}

.testimonials-style-2 .testimonial-item:hover h4 {
    color: #1f1f25;
}

.testimonials-style-2 .testimonial-item p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}

.testimonials-style-2 .client-info span {
    font-size: 16px;
}

.testimonials-style-2 .testimonial-content:before {
    font-size: 49px;
    top: -12px;
    right: unset;
}

.testimonials-style-2 .testimonial-item:hover span,
.testimonials-style-2 .testimonial-item:hover p {
    color: inherit;
}

.testimonial-item {
    background: #F8F9FA;
    padding: 50px 30px;
    margin: 0 15px;
    border-radius: 10px;
}

.testimonial-item:hover h4,
.testimonial-item:hover span,
.testimonial-item:hover p {
    color: #fff;
}

.testimonial-img img {
    width: 70px;
    border-radius: 50% !important;
}

.testimonial-content>i {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 50px;
    opacity: 0.2;
}

.testimonial-content {
    position: relative;
}

.testimonial-content:before {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 62px;
    top: -10px;
    right: 0;
    color: #eaeaea;
}

.testimonial-content p {
    margin-bottom: 30px;
}

.client-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.client-info span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.testi-bottom ul li i {
    color: #f2b01e;
}

.testi-bottom ul li.list-inline-item:not(:last-child) {
    margin-right: 2px;
}

/*--------------------------------------------------------------
## Ad Banner
--------------------------------------------------------------*/
.ad-banner {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px;
    color: #fff;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.ad-banner.horizontal:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
}

.ad-banner.horizontal:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.ad-banner.horizontal:hover::before {
    opacity: 1;
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0) 90%);
}


.ad-banner.vertical:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
}

.ad-banner.vertical:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.ad-banner.vertical:hover::before {
    opacity: 1;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 45%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 45%, rgba(26, 26, 26, 0) 90%);
}

.ad-banner.vertical ul li {
    line-height: 35px;
}

.ad-banner h2 {
    line-height: 26px;
}

.ad-banner h2,
.ad-banner h3 {
    font-weight: bold;
}

.ad-banner h2,
.ad-banner h3,
.ad-banner p,
.ad-banner a {
    color: #fff;
}

.ad-banner .azim-btn {
    padding: 8px 35px;
}

/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.azim-pricing-table {
    overflow: hidden;
    background: #fff;
    padding: 70px 40px;
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, .05);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: 10px;
}

.azim-pricing-table.recommended {
    position: relative;
    padding: 90px 40px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.azim-pricing-table.recommended:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #212529;
}

.azim-pricing-table.recommended h1,
.azim-pricing-table.recommended h4,
.azim-pricing-table.recommended ul li,
.azim-pricing-table.recommended .azim-currency,
.azim-pricing-table.recommended {
    color: #fff;
    z-index: 1;
}

.azim-pricing-table.recommended a {
    border-color: #fff !important;
    color: #fff;
    background: transparent;
}

.azim-pricing-table i {
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 32px;
    padding: 15px;
    height: 80px;
    width: 80px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
}

.azim-pricing-table h1 {
    font-size: 92px;
    font-weight: 700;
}

.azim-pricing-table h1 span {
    font-size: 18px;
    font-weight: bold;
}

.azim-pricing-table h6 {
    font-size: 22px;
}


.azim-pricing-table ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

.azim-pricing-table ul li {
    font-weight: 400;
    line-height: 45px;
}

.azim-pricing-table ul li span {
    line-height: 40px;
}

.azim-pricing-table a {
    border: 2px solid;
    padding: 12px 40px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
}

.azim-pricing-table a:hover,
.azim-pricing-table.recommended a:hover {
    color: #fff;
}

.azim-currency {
    font-weight: 700;
    position: absolute;
    font-size: 20px;
    left: 22%;
    bottom: 20%;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.isotope_items>a {
    position: relative;
    margin-bottom: 30px;
}

.isotope_items>a img {
    border-radius: 8px !important;
}

.isotope_items .single_item_content {
    background: #fff;
    position: absolute;
    bottom: -50px;
    left: 30px;
    right: 30px;
    padding: 20px;
    z-index: 99;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.isotope_items>a:hover .single_item_content {
    opacity: 1;
    bottom: 15px;
}

.isotope_items .single_item_content span {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.isotope_items .single_item_content h5 {
    font-size: 24px;
    margin-bottom: 0;
}

/*.isotope_items>a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, .35) 63.54%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44.79%, rgba(0, 0, 0, 0)), color-stop(63.54%, rgba(0, 0, 0, .35)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, .35) 63.54%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, .35) 63.54%, #000 100%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}*/

.portfolio-filter {
    text-align: center;
    margin-bottom: 70px;
}

.portfolio-filter li {
    font-weight: 400;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 6px;
    background: #efefef;
}

.portfolio-filter li:hover,
.portfolio-filter li.active {
    color: #fff;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.wpcf7 p {
    margin-bottom: 0
}

.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
}

.wpcf7 textarea {
    height: 160px;
}

.wpcf7 input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 60px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
    .banner h1 {
        font-size: 52px;
    }

    .partner {
        margin-bottom: 50px;
    }

    .partner {
        text-align: center;
    }
}

@media screen and (max-width: 1250px) {
    .banner-icons {
        opacity: 0.1;
    }
}

@media (max-width: 991px) {
    .banner {
        height: unset;
        padding: 100px 0;
    }

    .banner2 .azim-product-search-form {
        max-width: 80%;
    }

    .banner-icons {
        top: 100px;
    }

    .portfolio-filter li {
        margin-bottom: 15px;
    }

    .select-items div,
    .select-selected {
        margin-bottom: 15px;
    }

    .category-item-2 {
        display: block;
    }

    .category-item-2>a {
        width: 100%;
    }

    .category-item-2>a>img {
        padding-right: 0;
        margin-bottom: 20px;

    }

    .category-item-2>div {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .banner-app {
        text-align: center;
        font-size: 42px;
    }

    .banner {
        text-align: center;
    }

    .banner .azim-product-search-form {
        width: 100%;
        float: none;
    }

    blockquote p {
        font-size: 22px;
        line-height: 30px;
    }

    .products-filter-area .woocommerce-ordering {
        margin-top: 20px;
    }

    .products-filter-area .woocommerce-ordering,
    .products-filter-area p {
        text-align: center !important;
    }

}


@media (max-width: 540px) {
    .partner img {
        width: 200px;
    }

    .banner h1 {
        font-size: 42px;
    }

}