/*-------------------------------رنگ بندی اولیه دمو-------------------------------*/

.searchform #searchsubmit,
.woocommerce-product-search button {
    background-color: #21ddab;
}


.bread_dv {
    background-color: #21ddab;
}


.ata-pagination ul li span.current {
    background-color: #21ddab;
}


.ata-sharemodal a {
    background-color: #21ddab;
}


/*-------------------------------رنگ بندی اولیه دمو-------------------------------*/




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

blockquote {
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*border: 4px double #efefef;*/
    margin: 10px 0;
}

/*blockquote:before {*/
/*    display: block;*/
/*    content: "\201D";*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    left: 15px;*/
/*    color: #f9f9f9;*/
/*    z-index: -1;*/
/*    font-size: 10em;*/
/*    line-height: initial;*/
/*}*/

blockquote p {
    font-size: inherit;
}

blockquote span {
    font-weight: normal;
    font-size: 12px;
    margin-top: 15px;
    color: #ea1d21;
}

/*blockquote span:before{*/
/*	content:'';*/
/*	width: 9px;*/
/*	height: 2px;*/
/*	border-radius: 6px;*/
/*	background-color: var(--maincolor);*/
/*	display: inline-block;*/
/*	margin-left: 5px;*/
/*}*/


.ata-single-post a {
    color: rgb(12, 109, 251);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.alignleft {
    display: block;
    margin-left: 0;
    margin-right: auto;
    float: left;
}

.alignright {
    display: block;
    margin-right: 0;
    margin-left: auto;
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
}

/* custom css */
body {
    font-size: 13px;
    color: #222425;
    background-color: #fcfcfc;
    line-height: 2;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

table {
    font-size: 12px;
    text-align: right;
}


table th {
    font-size: 12px;
    font-weight: normal !important;
}


/* menu */
.search-holder input,
.form-control {
    border-radius: 16px;
    background-color: #f8f9fb;
    font-size: 14px;
    border: transparent;
}

.main-header {
    box-shadow: 0 5px 15px rgba(33, 33, 60, 0.11);
    background-color: #fff;
}


@media (min-width: 480px) {

    .header-search {
        min-width: 480px;
    }

}

.page-template-my-account.logged-in {
    background-color: #f5f5f5 !important;
}


.search-holder input:focus {
    box-shadow: none !important;
    background-color: #f8f9fb;
}

.header-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc0;
    padding: 6px 20px;
    color: #8c8989;
    border: none;
    border-radius: 10px;
    height: auto !important;
    font-size: 16px;
}

.auth-btn {
    background-color: #FCA203;
    color: #fff;
    /* border-radius: 35px; */
    /*padding: 10px 20px;*/
    box-shadow: 0 5px 15px rgba(33, 25, 65, 0.07) !important;
    font-size: 11px;
    transition: all .3s ease;
}

.auth-btn:hover {
    background-color: #EB8614;
    color: #fff;
}


/* ata-modal  */
.ata-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1500;
}

.ata-modal.show {
    visibility: visible;
    opacity: 1;
}

.ata-modal .body {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    min-height: 230px;
    max-width: 370px;
    padding: 30px 20px;
    border-radius: 16px;
    width: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.ata-modal .close {
    position: absolute;
    right: -8px;
    top: -10px;
    background-color: #e4e4e4;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ata-modal .close:hover {
    background-color: #d2d2d2;
}

.ata-modal .close:hover .fa-xmark::before {
    color: #fff !important;
}

.ata-modal .title {
    font-size: 16px;
}


.ata-modal .lost-password {
    margin-top: 8px;
    font-size: 13px;
    color: #333;

}

.ata-modal .submit {
    background-color: #14ac52;
    color: #fff;
    border-radius: 16px;
    width: 100%;
    padding: 12px 0;
    border: 0;
    font-size: 13px;
    transition: all .3 ease;
    box-shadow: 0 10px 15px 0 rgba(57, 163, 101, .1);
}



.ata-modal .submit:hover {
    opacity: .8;
}

.ata-modal .signup {
    color: #333;
    font-size: 13px;
}

.ata-modal input {
    font-size: 12px;
}

.ata-modal img {
    margin: 0 auto;
    width: auto;
    height: 60px;
    object-fit: cover;
}

.csf-field-image_select figure {
    border: 2px solid #b3b3b3 !important;
    margin: 2px !important;
}

.csf-field-image_select .csf--active figure {
    border-color: #0073aa !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.csf-field-image_select figure::before {
    background-color: #0073aa !important;
}

.tagged_as a {
    padding: 3px 10px;
    background-color: #f8f8f8;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 5px;
}

.tagged_as a:hover {
    background-color: #e9e6e6;
}



/* preloader */
.ata-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #ff3a30;*/
    z-index: 999999;
}

.ata-preloader-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}


.ata-preloader img {
    max-width: 170px;
    ;
    height: auto;
    margin-bottom: 10px;
}

.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: flex;
    justify-content: center;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 5px;
    border: 5px solid #000;
    border-radius: 50%;
    margin-top: 10px;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d7d7d7 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#ata-preload-gif .lds-ring div {
    border: 6px solid #fcfcfc;
    border-color: #fcfcfc transparent transparent transparent;
}



/* cart-btn */
.cart-btn {
    color: #dde2df;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.cart-btn:hover {
    opacity: .9;
}

.cart-btn i {
    font-size: 18px;
}

.cart-btn span {
    position: absolute;
    top: -7px;
    left: -7px;
    padding: 5px 7px;
    background-color: #000;
    border-radius: 50%;

}


.widget_shopping_cart_content {
    font-size: 13px;
}


.head_mobile i {
    font-size: 17px;
}

.mobile-accountico i {
    font-size: 20px;
}

.mobile-accountico a {
    font-size: 12px;
}

/* menu */
@media(max-width:1024px) {

    .phone-nav-toggle {
        display: flex !important;
    }

    .site-logo {
        max-height: 65px !important;
    }

    .head_mobile {
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.13);
        width: 100%;
        z-index: 998;
        padding: 10px 0;
        background-color: #fff;
    }

    .head_mobile i.fa-shopping-bag {
        font-size: 20px !important;
        color: #fff !important;
    }


    .head_mobile .cart-btn {
        background-color: #0b8825 !important;
        width: 35px;
        height: 35px;
    }

    .auth-btn {
        font-size: 12px;
    }

}


/* menu style one */
header {
    z-index: 99;
    position: relative;
}

.ata-main-header-one {
    background-image: linear-gradient(180deg, #08b89d 0%, transparent 100%);
}

.ata-main-header-one .ata-top-head span {
    color: #fff !important;
}

.ata-main-header-one .ata-top-head ul li a {
    padding: 0 6px;
    color: #fff;
}

.ata-main-header-one .ata-menu-section {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 10px 1px rgba(22, 131, 164, 0.3) !important;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(22, 131, 164, 0.3) !important;
    background-color: #fff;
}

.ata-main-header-one .auth-btn-one {
    font-size: 12px;
    transition: all .3s ease;
}


.ata-menu-section {
    height: 70px;
}

.ata-widget-slider .owl-stage-outer {
    padding: 0px !important;
}


.single-team-info img.attachment-post-thumbnail,
.dvteamgrid_2 a.w-100 {
    background-color: #ececec !important;
}


/* single-post styles*/
.ata-top-section {
    background-image: linear-gradient(30deg, #0103ff, #22d9c4);
    padding: 70px 0;
    color: #fff;
    line-height: 2;
}

.ata-top-section.ata-page-single {
    padding: 70px 0 !important;
}

.ata-top-section a {
    color: #fff;
}

.ata-top-section h1 {
    font-size: 23px;
}


.bread_dv {
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.ata-breadcrumbs {
    position: relative;
    border-radius: 10px;
    padding: 8px 25px;
    line-height: 28px;
    font-size: 12px;
}

.ata-breadcrumbs span {
    padding: 0 3px;
    font-size: 11px;
}

.ata-breadcrumbs i {
    font-size: 13px;
}



.ata-single-post ul li {
    list-style-type: circle;
    padding-right: 5px;
    margin-right: 10px;
}

.ata-single-post ol li {
    list-style: arabic-indic;
    padding-right: 5px;
    margin-right: 10px;
}


.ata-single-post .post-thumbnail img {
    object-fit: cover;
    border-radius: 35px;
    /*height:390px;*/
    width: 100%;
}


.ata-single-post .Dottedsquare {
    width: 90px;
    height: 100px;
    position: absolute;
    top: -1rem;
    right: 3.5rem;
    background-image: radial-gradient(#322f2f 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
    z-index: -5;
}

.ata-single-page,
.ata-single-post {
    overflow-x: hidden !important;
}

.ata-single-page .ata-content-section {
    margin-top: unset;
}


.ata-single-post .ata-content-section {
    margin-top: 20px;
}


.ata-single-post .Dottedstocol {
    width: 20px;
    height: 60px;
    background-image: radial-gradient(#322f2f 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
}

.ata-single-post .singletitle h1 {
    /*font-size: 15px;*/
    line-height: 1.9;
    margin-bottom: 10px;
}

.ata-single-post .singletitle span {
    padding: 2px 10px;
    border-radius: 15px;
    color: #fff !important;
}

.ata-single-post .singletitle span a {
    color: #fff !important;
    font-size: 11px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 1200px;
    }
}

.ata-single-post .ata-post-details span,
.ata-single-post .ata-post-details a {
    font-size: 13px;
    color: #000;
}

.ata-single-post .ata-post-details i {
    font-size: 13px;
}

.ata-post-content p {
    /* color: #434242; */
}

.ata-single-post .ata-post-content h2 {
    padding: 10px 0;
}


p.ata-post-excerpt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 16px;
    color: #414446;
    text-align: justify;
    padding: 0 8px;
}



/* sticky-side */


.box {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 1.5rem !important;
}


.ata-sticky {
    border-top: 1px dashed #cac8c8;
    padding-top: 18px;
}

.ata-sticky .ata-post-tags {
    font-size: 12px;
    cursor: pointer;
    color: #191818;
}


.ata-post-share {
    font-size: 13px;
    cursor: pointer;
    color: #191818;
}

.ata-post-tags a {
    background-color: #f5f5f5;
    font-size: 11px;
    color: #626262;
    padding: 4px 12px;
    margin: 0 3px;
    border-radius: 15px;
    transition: all .3s ease;
}

.ata-post-tags a:hover {
    color: #fff;
}

.ata-sharemodal .ata-desc {
    font-size: 13px;
    line-height: 2;
}

.ata-sharemodal a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    color: #fff;
    margin: 0 4px;
}

.ata-sharemodal input.ata-short-link {
    width: 100%;
    border: 1px dashed #636363 !important;
    padding: 8px;
    color: #666;
    font-size: 13px;
    border-radius: 15px;
    text-align: center;
}



.site-logo {
    width: auto;
    max-height: 60px;
    object-fit: cover;
}


.widget_media_image img {
    width: 100%;
    object-fit: cover;
}

.widget_calendar table {
    width: 100%;
}


.woo-wallet-add-amount input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

#searchform input#s,
.woocommerce-product-search input,
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
textarea,
.compare .btn,
.woocommerce form .form-row select {
    border-radius: 16px;
    padding: 10px 20px !important;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #666 !important;
    border: 1px solid #d0d0d0 !important;
    font-size: 12px !important;
    width: 100%;
    text-align: right;
}

#searchform input[type="text"] {
    border: none !important;
}

.search-holder input[type="text"] {
    margin-bottom: 0px !important;
}



input.wpcf7-submit {
    background-color: #ffac29;
    border: none;
    padding: 5px 16px;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
}

input.wpcf7-submit:hover {
    opacity: .7;
}

.main-header input[type="text"],
.head_mobile input[type="text"] {
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 14px !important;
}

.main-header input[type="text"]::placeholder,
.head_mobile input[type="text"]::placeholder {
    color: #8c8989;
}

.main-header .auth-btn {
    border-radius: 35px;
    color: #fff;
}

.main-header .auth-btn:hover {
    opacity: .7;
}


textarea:focus,
input:focus {
    outline: none;
}

/* comments style*/

.ata-section-title {
    font-size: 18px;
}

.ata-section-title::before {
    height: 4px;
    border-bottom: 2px dotted #ccc;
    position: absolute;
    top: 45%;
    right: 0;
    left: 5px;
    content: '';
}


.ata-section-title .title {
    display: inline-block;
    padding: 16px 0 8px 16px;
    position: relative;
    font-size: 15px;
}


.ata-comments-post {
    background-color: #fff;
    border-radius: 35px;
}

.ata-comments-post .title {
    background-color: #fff;
}

.ata-comments-post i,
.ata-section-title i {
    font-size: 1.8em;

}

p.comment-form-comment {
    display: flex;
    flex-direction: column;
    margin-top: 16px;

}

p.logged-in-as {
    line-height: 2;
    color: #333;
    font-size: 13px;
}

.comment-form input,
.comment-form textarea {
    border-radius: 16px !important;
    padding: 8px !important;
    background-color: #f8f9fb;
    border-color: transparent;
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-form textarea {
    margin-bottom: 25px !important;
}

.comment-form input.submit {
    padding: 6px 15px !important;
    color: #fff !important;
    font-size: 12px;
    border-radius: 26px !important;
}



.comment-reply-title,
p.comment-form-comment label {
    margin-bottom: 16px;
    font-size: 13px;
    color: #333;
}

.commentlist li {
    background-color: #fff;
    border: 1px dotted #ccc;
    padding: 12px;
    border-radius: 16px;
    margin: 16px 0;
    position: relative;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    margin-left: 8px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.comment-body p {
    background-color: #f4f5fb;
    padding: 16px;
    font-size: 12px;
    line-height: 2;
    margin: 15px 0;
    border-radius: 25px;
    border-top-right-radius: 0px;
}


.comment-meta {
    position: absolute;
    left: 90px;
    top: 20px;
    font-size: 11px;
}

.comment-meta a {
    color: #000 !important;
}

.comment-reply-link {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 11px;
    padding: 3px 15px;
    border-radius: 16px;
    color: #fff;
}


#cancel-comment-reply-link {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 16px;
    color: #fff;
}

.comment-form-cookies-consent label {
    margin: 16px 0;
}



/* related posts blog */

.ata-related-posts {
    border-radius: 35px;
    position: relative;
}

.owl-carousel .ata-post-inner img {
    object-fit: cover;
    height: 260px;
    padding: 10px;
    border-radius: 35px;
    margin-bottom: 15px;
}


.ata-related-posts .ata-post-inner {
    background-color: #fff;
    padding: 0px 0px 15px 0px;
    border-radius: 25px;
    margin-bottom: 16px;
    -ms-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -moz-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -webkit-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
}

.ata-related-posts .ata-post-inner h2 a {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
}

.ata-related-posts .ata-post-inner h2 {
    text-align: center;
    padding: 0 8px;
}

.ata-related-posts .Dottedsquare {
    width: 110px;
    height: 100px;
    position: absolute;
    bottom: 1.5rem !important;
    right: 0.3rem !important;
    top: unset !important;
    background-image: radial-gradient(#322f2f 1px, #fff 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
}

.ata-post-thumb span.date {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    padding: 5px 8px;
    border-radius: 12px;
    font-size: 10px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 20px !important;
    height: 8px !important;
    ;
}


.owl-nav button {
    position: absolute;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro' !important;
    top: 40%;
    border-radius: 50% !important;
    -ms-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11) !important;
    -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11) !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11) !important;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .11) !important;
    transition: all .3 ease;
}

.owl-nav .owl-next {
    left: 20px;

}

.owl-nav .owl-prev {
    right: 17px;
}

.owl-nav button:hover {
    color: #fff !important;
}


.atarelated-block4 img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    margin-left: 10px;
    margin-bottom: 0 !important;
    border-radius: 15px;
}

.atarelated-block4 h2 {
    color: #555;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 5px;
}

/* blog page style */

.atablog-post-block1 .atablog-post-thumbnail {
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
    width: 100%;
}

.atablog-post-block1:hover img {
    transform: scale(1.2);
    border-radius: 50px;
}

.atablog-post-block1 {

    margin-bottom: 25px;
    transition: .4s;

}


.atablog-post-block1 .atablog-post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 25px;
    -webkit-transition: all, 0.8s, ease-out, .8s;
    -o-transition: all, 0.8s, ease-out, .8s;
    transition: all, 0.8s, ease-out, .8s;
    filter: brightness(90%) contrast(100%) saturate(180%);
}


.atablog-post-block1 .atablog-post-thumbnail a {
    position: relative;
}

.atablog-post-block1 .post-title {
    position: absolute;
    padding-right: 25px;
    bottom: 15px;
    color: #fff;
}



.atablog-post-block1 .post-excerpt {
    font-size: 13px;
    line-height: 1.9;
    text-align: justify;
    color: #3c4147;
}

.atablog-post-block1 .post-meta i {
    margin-left: 3px;
}

.atablog-post-block1 .post-meta {
    color: #48494e;
    font-size: 12px;
}


.atablog-post-block1 .post-footer {
    color: #212341;
    font-size: 11px;
}

.atablog-post-block1 .post-footer .more {
    background-color: #fff;
    padding: 8px 10px;
    font-size: 13px;

    box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: all .3s ease;
}

.atablog-post-block1 .atablog-post-thumbnail a {
    display: block;
    height: 220px;
}

.atablog-post-block1 .atablog-post-content {
    border-radius: 32px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -35px;
    padding: 35px 15px 14px 15px;
    text-align: center;
}


.atablog-post-block2 {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 25px;

}

.atablog-post-block2:hover .pimg {
    filter: brightness(50%);
    transform: scale(1.2);
    border-radius: 25px;
}

.atablog-post-block2 img {
    height: 400px;
    filter: brightness(100%) contrast(100%) saturate(130%);
}

.atablog-post-block3 img {
    height: 400px;
    filter: brightness(90%) contrast(100%) saturate(130%);
}

.atablog-post-block3:hover img {
    height: 400px;
    filter: brightness(50%) contrast(100%) saturate(130%);
}


.atablog-post-block4 img,
.atablog-post-block5 img {
    filter: brightness(100%) contrast(100%) saturate(130%);
}

img {
    filter: brightness(100%) contrast(100%) saturate(120%);
}

.atablog-post-block2 .pimg {
    border-radius: 25px;
}

.atablog-post-block3 .pimg {
    border-radius: 35px;
}


.atablog-post-block2 img,
.atablog-post-block3 img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all, 0.8s, ease-out, .8s;
    -o-transition: all, 0.8s, ease-out, .8s;
    transition: all, 0.8s, ease-out, .8s;
}

.atablog-post-block2 .title {
    position: absolute;
    bottom: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    padding: 30px 20px;
    right: 0;
    left: 0;
    text-align: center;
}

.atablog-post-block2 .title a h2 {
    margin-top: 5px;
    color: rgb(12, 12, 12);
    background-color: rgba(255, 255, 255, .75);
    padding: 15px;
    border-radius: 25px;

}

.atablog-post-block3 .pimg {
    height: 400px;
}

.atablog-post-block2 .pimg {
    height: 400px;
}


.atablog-post-block3 .pimg,
.atablog-post-block2 .pimg {
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-transition: all, 0.8s, ease-out, .8s;
    -o-transition: all, 0.8s, ease-out, .8s;
    transition: all, 0.8s, ease-out, .8s;

}


.atablog-post-block3 {
    position: relative;
    cursor: pointer;
    transition: all .6s ease;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 35px;
}

.atablog-post-block3 span {
    background-color: #ddd;
    color: rgb(20, 20, 20);
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 15px;
}

.atablog-post-block3:hover img {
    transform: scale(1.2);
    border-radius: 35px;

}

.atablog-post-block3 .pimg {
    border-top-right-radius: 170px;
    border-top-left-radius: 170px;
}

.atablog-post-block3 a.pdetails {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20% 7% 10% 7%;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.atablog-post-block3 .cati {
    position: absolute;
    right: -5px;
    top: 5%;
    padding: 4px 15px;
    border-radius: 15px;
    z-index: 99;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.atablog-post-block3 .cati a {
    color: #fff;
}


.widgetata_latestposts img {
    max-width: 65px !important;
    height: 65px !important;
    object-fit: cover;
    border-radius: 15px !important;
    margin-left: 10px;
}

a.widgetata_latestposts {
    line-height: 2;
    margin-bottom: 8px;
    color: #333;
    font-size: 12px !important;
    text-align: right;
}


a.widgetata_latestposts p {
    padding-top: 5px;
    font-size: 13px !important;
}


/* atablog-post-block4 */

.atablog-post-block4 {
    padding: 12px;
    text-align: right;
    -ms-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -moz-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    -webkit-box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    box-shadow: 0px 5px 10px 3px rgba(154, 161, 171, 0.25);
    background-color: #fff;
    position: relative;
    border-radius: 35px;
    margin-bottom: 25px;
    min-height: 460px;

}

.atablog-post-block4 .atablog-post-thumbnail {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
    width: 100%;
}

.atablog-post-block4 .atablog-post-thumbnail img {
    margin-bottom: 0px;
    display: block;
    object-fit: cover;
    border-radius: 25px;
    height: 230px;
    width: 100%;
    -webkit-transition: all, 0.8s, ease-out, .8s;
    -o-transition: all, 0.8s, ease-out, .8s;
    transition: all, 0.8s, ease-out, .8s;

}

.atablog-post-block4:hover img {
    filter: brightness(58%) contrast(100%) saturate(200%) blur(0px) hue-rotate(0deg);
    transform: scale(1.2);
}


.atablog-post-block4:hover .atablog-post-overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(138, 20, 131, 0.25);
}

.atablog-post-block4:hover {
    cursor: pointer;
}

.atablog-post-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: 0px 0px 0px 0px;
    transition: .5s ease;
    border-radius: 1rem;
}

.atablog-post-overlay .text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.atablog-post-overlay .text i {
    border-radius: 50%;
}

.atablog-post-block4 .details h2 {
    color: rgb(54, 54, 54);
    margin: 0 5px;
    line-height: 1.8;
}

.atablog-post-block4 .details {
    z-index: 1000;
    background-color: #fff;
    position: relative;
    margin: 0px 10px 0 10px;
    padding: 5px 14px 10px 5px;
    border-radius: 35px;
}

.atablog-post-block4 .details p {
    border-right: 8px solid #f7f7f7;
    padding-right: 12px;
    margin: 15px 0px;
    text-align: justify;
    line-height: 2;
}

.atablog-post-block4 .details .dott {
    border-bottom: 1px dotted #000;
    width: 100px;
}

.atablog-post-block4 .details .dott::before {
    position: relative;
    content: "";
    width: 8%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px dotted #d1d1d1;
    margin-right: 28px;
}

.atablog-post-block4:hover .morelnk i {
    color: #fff;
}

.atablog-post-block4 .details span.date {
    margin-right: 10px;
    color: #5a5858;
}

.atablog-post-block4 .morelnk span {
    font-size: 13px !important;
}

.atablog-post-block4 .morelnk i {
    background-color: #f5f4fc;
    padding: 4px 15px;
    border-radius: 35px;
    font-size: 14px;
    vertical-align: middle;
}

.atablog-post-block5 {
    margin-bottom: 20px;
}

.atablog-post-block5 p,
.atablog-post-block5 span {
    color: #313233;
}

.atablog-post-block5 .atablog-post-thumbnail {
    overflow: hidden;
    display: inline-block;
    height: 150px;
    min-width: 240px;
    border-radius: 20px;
}

.atablog-post-block5 .atablog-post-thumbnail img {
    height: 170px;
    min-width: 240px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    -webkit-transition: all, 0.8s, ease-out, .8s;
    -o-transition: all, 0.8s, ease-out, .8s;
    transition: all, 0.8s, ease-out, .8s;
}

.atablog-post-block5:hover img {
    transform: scale(1.2);
    border-radius: 20px;
}

.atablog-post-block5 .dott::before {
    position: relative;
    content: "";
    width: 8%;
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    border-bottom: 2px dotted #d1d1d1;
}

.atablog-post-block6 {
    background-color: #fff;
    border-radius: 35px !important;
}

.atablog-post-block6 img {
    max-width: 100% !important;
    border-radius: 35px !important;
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}


.atablog-post-block6 span {
    padding: 5px 10px;
    background: #fff;
    color: #302f2f;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.8;
    max-width: 70px;
    min-width: 70px;
    font-size: 13px;
    min-width: 50px;
    height: 90px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.13);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.13);
    align-content: center;
}

.atablog-post-block6 h2 {
    color: #113975;
}

.atablog-post-block6 p {
    color: #5c5b5b;
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.atablog-post h2 {
    line-height: 2;
}

.atablog-post-block2 a.grid {
    width: 100%;
}

.atablog-post-block2 figcaption,
.atablog-post-block2 figure {
    display: block;
}

.atablog-post-block2 figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em;
    width: 100%;
    height: 220px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.atablog-post-block2 .grid figure img {
    height: 385px;
    width: 100%;
}

.atablog-post-block2 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    opacity: 0.8;
    width: 100%;
    object-fit: cover;
}

.atablog-post-block2 .grid figure figcaption {
    height: 385px;
    width: 100%;
}

.atablog-post-block2 figure figcaption,
.atablog-post-block2 figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.atablog-post-block2 figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.atablog-post-block2 figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #0aaa91 65%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #0aaa91 65%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.atablog-post-block2 figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.atablog-post-block2 figure.effect-sadie h2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 0 10px;
}

.atablog-post-block2 figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3em 1em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.atablog-post-block2 figure figcaption,
.atablog-post-block2 figure img {
    height: 385px;
    width: 100%;
}


/* ata-pagination */

.ata-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}


.ata-pagination ul li a,
.ata-pagination ul li span {
    background-color: #fff;
    color: #232323;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    font-size: 13px;
}

.ata-pagination ul li a:hover {
    color: #232323;
    background-color: #e9e6ed;
}



.ata-pagination ul li a.next,
.ata-pagination ul li a.prev {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.ata-pagination ul li span.current {
    color: #fff;
}


/* faq style */


.atafaq-block1 #cstm_collapsible .collapsible {
    cursor: pointer;
    width: 100%;
    text-align: right;
    outline: none;
    transition: 0.4s;
    margin: 3px 0;
    line-height: 2;
    display: flex;
    align-items: center;

}

.atafaq-block1 #cstm_collapsible .collapsible:before {
    content: '\002B';
    float: right;
    margin-left: 7px;
    transition: all 0.4s;
    line-height: 1;
}

.atafaq-block1 #cstm_collapsible .active:before {
    content: "\2212";
    transition: all 0.4s;
}

.atafaq-block1 #cstm_collapsible .content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;

}

.atafaq-block1 #cstm_collapsible .content p {
    line-height: 2.6;
}


.atafaq-block2 {
    max-height: 500px;
    overflow-y: scroll;
    scrollbar-color: #00d3b3 #e0e0e0;
    scrollbar-width: thin;
}

/* chrome */
.atafaq-block2::-webkit-scrollbar {
    width: 5px;
}

.atafaq-block2::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

.atafaq-block2::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #00d3b3;
}

/* mozlia */
.atafaq-block2::-moz-scrollbar {
    width: 5px;
}

.atafaq-block2::-moz-scrollbar-track {
    background-color: darkgrey;
}

.atafaq-block2::-moz-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.atafaq-block2 ul li {
    margin-bottom: 15px;
}

.atafaq-block2 h3::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 3px;
    margin-left: 4px;
    border-radius: 2px;
}

.atafaq-block2 h3 {
    margin-bottom: 10px;
    font-size: 13px;
}

.atafaq-block2 p {
    font-size: 12px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    color: #575454;
    padding: 15px 20px;
    border-radius: 15px;
    line-height: 2.6;
}




/* service items product */

.service_items_product {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.service_items_product img {
    margin: 0 auto;
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 8px;
}


.service_items_product p {
    font-size: 12px;
}





/* side-bar */

aside.widget {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 25px 18px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}


.atawidget-title,
.widget .ata-shopwidget-title {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px 0;
    position: relative;
    color: #000;
}

.widget .atawidget-title::before,
.widget .ata-shopwidget-title::before {
    content: '';
    width: 4px;
    height: 25px;
    position: absolute;
    right: -18px;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.widget-content {
    padding: 15px 10px 10px;
    display: block;
    position: relative;

}



.singlepost-style-one .post-thumbnail {
    position: relative;
}

.singlepost-style-one .ata-post-details {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 25px;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    right: 10px;
    left: 10px;
}


.content-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 51px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    padding: 35px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.ata-single-post article {
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    padding: 35px;
    padding-bottom: 35px;
    margin-bottom: 20px;
}


.ata-single-post .fa-share-nodes {
    font-size: 16px;
}


aside.widget {
    margin-bottom: 20px;
}

aside.widget ul li a {
    color: #333;
    font-size: 13px;
    text-align: right;
    padding-left: 5px;

}

aside.widget ul li {
    margin-bottom: 5px;
    position: relative;
    text-align: right;
}

aside.widget ul li.recentcomments {
    text-align: right !important;
}

.ata-single-page aside.widget ul li {
    text-align: right;
}

aside.widget ul li span {
    font-size: 12px;
    text-align: right;
}


.searchform,
.woocommerce-product-search {
    position: relative;
}

.searchform input,
.woocommerce-product-search input {
    background-color: #f3f3f3;
    border-color: transparent;
    width: 100%;
}

.searchform #searchsubmit,
.woocommerce-product-search button {
    font-size: 11px;
    color: #fff;
    padding: 4px 0;
    position: absolute;
    width: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 14px;
    border-bottom-right-radius: 5px;
}

#ata-search-result-holder {
    background-color: #fff;
    box-shadow: 0 5px 50px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.ata-ajax-search-result li img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 12px;
}

.ata-ajax-search-result li {
    margin-bottom: 10px;
}

.ata-ajax-search-result li a {
    color: #232323;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 2;
}

.ata-content-teamsection {
    background: #FFFFFF;
    box-shadow: 0px 4px 51px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
}



.teamgrid-3 img {
    width: 100%;
    object-fit: cover;
    height: 220px !important;
    border-radius: 25px;
}


/* single-team */
.single-team-info .teampic img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 35px;
    z-index: 20;
    position: relative;
}

.ata-single-team .Dottedsquare {
    bottom: unset !important;
    right: -18px !important;
    top: -20px !important;
}

.single-team-info h2 {
    font-size: 16px;
}

.btmpic {
    margin-top: -10px;
}

.single-team-info i {
    font-size: 14px;
}

.single-team-info p {
    line-height: 2.3;
}


.ata-team-name::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #fdb900;
    display: block;
    margin: 0.4em 0 1em 0;
    border-radius: 20px;
}

.single-team-info .btn {
    font-size: 13px;
}

.single-team-info .btn-success {
    background-color: #0acea9;
    border: none;
    padding: 12px 20px !important;
    border-radius: 5px;
    color: #fff;
    margin-left: 2px;
    box-shadow: 0 5px 15px #6cc2ab4d !important;
    min-width: 150px;
}

.single-team-info .btn-success:hover {
    background-color: #0da388;
}


.single-team-info .fa-telegram {
    background-color: #0aa6d6;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.single-team-info .fa-whatsapp {
    background-color: #14792d;
    color: #fff;
    padding: 5px 6px;
    border-radius: 5px;
}

.single-team-info .fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    padding: 5px 6px;
    border-radius: 5px;
}

/* ata-service */
.ata-service img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}


.mobile-main a {
    display: flex;
    align-items: center;
}


/* 404 page */
.content-404-inner {
    min-width: 350px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    margin: 10px;
    padding: 25px;
    border-radius: 25px;
}

.content-404-inner img {
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
    width: 420px;
    height: 240px;
}

.content-404-inner h2 {
    font-size: 15px;
    margin-top: 12px;
}

.content-404-inner .title-404 {
    padding: 10px;
    border-radius: 25px;
    font-size: 12px;
    margin-bottom: 25px;
    width: 320px;
    margin: 0 auto;
}

.back_to_site {
    font-size: 11px;
    color: #fff;
    border-radius: 35px;
    padding: 8px 20px;
}


.back_to_site:hover {
    color: #fff;
}


/*btn-whatsapp*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 25px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 5000;
    animation: jump-shaking 3s infinite;
}

@keyframes jump-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(-9px)
    }

    35% {
        transform: translateY(-9px) rotate(17deg)
    }

    55% {
        transform: translateY(-9px) rotate(-17deg)
    }

    65% {
        transform: translateY(-9px) rotate(17deg)
    }

    75% {
        transform: translateY(-9px) rotate(-17deg)
    }

    100% {
        transform: translateY(0) rotate(0)
    }
}


.search-no-result {
    background-color: #ffecec;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 20px;
    margin: 0 10px 10px 10px;
    font-size: 12px;
    display: block;
    width: calc(100% - 20px);
}

#searchform input[type="text"],
.woocommerce-product-search input {
    margin-bottom: 0 !important;
}


@media (min-width: 768px) {
    .ata-single-page .col-md-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .ata-single-page .col-md-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .singlepost-style-one .ata-post-details {
        width: 400px;
    }
}



@media (min-width: 992px) {

    .atablog-post-block5 .atablog-post-thumbnail img {
        min-width: 240px;
        max-width: 240px;
    }

}




@media (max-width: 480px) {

    .atafaq-block1 #cstm_collapsible {
        font-size: 12px;
    }

    .atablog-post-block5 {
        margin-bottom: 30px;
    }

    .ata-breadcrumbs {
        line-height: 25px;
        font-size: 11px;
    }

    .box {
        padding: 1.5rem .5rem !important;
    }

    .ata-single-post article {
        padding: 35px 22px;
    }

    .ata-post-share {
        font-size: 12px;
    }

    .ata-single-post .ata-post-details span,
    .ata-single-post .ata-post-details a {
        font-size: 11px;
    }

    .ata-single-post p {
        text-align: justify;
    }

    .ata-single-post .post-thumbnail img {
        height: 350px !important;
    }

    .ata-single-post .singletitle h1 {
        font-size: 13px;
    }

    .atablog-post-block5 .atablog-post-thumbnail {
        padding: 0 10px;
    }


    .single-team-info img.attachment-post-thumbnail {
        margin-top: 15px;
        width: 80%;
    }

    aside.widget ul li a {
        font-size: 14px;
    }

    .atablog-post-block5 .atablog-post-thumbnail img {
        height: 150px;
    }

    .content-404-inner img {
        width: 100% !important;
        height: auto !important;
    }


    .ata-widget-slider-section .owl-nav button {
        background-color: rgba(255, 255, 255, 0.6) !important;
        width: 28px;
        height: 28px;
        font-size: 18px !important;
        color: #000 !important;
        border-radius: 30% !important;
    }



}


@media (min-width:577px) {

    .atablog-post-block3 .pimg {
        border-width: 5px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
    }

}

@media (max-width:576px) {

    .atablog-post-block3 .pimg {
        border-radius: 35px;
        height: 250px;
    }

    .atablog-post-block3 img {
        height: 250px;
    }

    .atablog-post-block2 .pimg {
        height: 300px;
    }

    .atablog-post-block2 img {
        height: 300px;
    }

    .atablog-post-block1 h2 {
        /*padding-top: 10px;*/
        font-size: 13px;
    }

    .atablog-post-block3 a.pdetails {
        padding: 6%;
    }


    .atablog-post-block5 p,
    .atablog-post-block6 p,
    .atablog-post-block4 .details p {
        font-size: 13px;
    }

    .atablog-post-block4 .details h2 {
        margin-top: 10px;
        font-weight: 700;
        font-size: 14px;
    }

    .atablog-post-block5 h2 {
        font-weight: 700;
    }

    .atablog-post-block3 h2 {
        font-weight: 600;
    }

    .atablog-post-block6 h2 {
        font-weight: 700;
        padding: 8px 0;
    }

    .atablog-post-block4 .morelnk span {
        font-size: 12px !important;
    }

    .atablog-post-block4 .details {
        padding: 5;
    }



    .ata-related-posts {
        border-radius: 0;
    }

}