@media (min-width: 1340px){
.container {
    width: 1330px !important;
}
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1330px !important;
}
.entry-footer span.edit-link,
.site-footer {
    display: none;
}


/********************spirobiz themeselecotr css***************/
/*********section 1 css(tm-overflow-hidden)*********/
.tm-border-radius .elementor-container {
    overflow: hidden;
}
.tm-spirobiz-thumb-box {
    padding: 20px 20px 9px 20px;
    border-radius: 30px;
    background-color: #122432;
    transition: all 0.5s linear;
}
.tm-spirobiz-thumb-box .tm-thumb-inner.tm-thumbbox-headerinner .main-home-img {
    width: 100%;
}
.tm-spirobiz-thumb-box .tm-thumb-inner.tm-thumbbox-headerinner .main-home-img img {
    border-radius: 30px;
    width: 100%;
}
.tm-spirobiz-thumb-box .head-thumb h6 a,
.tm-spirobiz-thumb-box .head-thumb h6 {
    color: #fff;
}
.tm-spirobiz-thumb-box .head-thumb h6 {
    text-align: center;
}
.tm-spirobiz-thumb-box .head-thumb {
    padding-top: 16px;
}
.tm-spirobiz-thumb-box .head-thumb h6 a img,
.tm-spirobiz-thumb-box .head-thumb h6  img {
    padding-right: 15px;
}
.tm-spirobiz-thumb-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*************imgbox style1 css********************/
.elementor-element.imgbox-style1 .elementor-widget-container {
    padding:30px 15px 10px 15px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0,0.2);
    border: 1px solid rgb(218,218,218,0.2);
} 
.imgbox-style1 .elementor-widget-container .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    color: var(--ttm-whitecolor);
}
.elementor-element.imgbox-style1 .elementor-widget-container .elementor-image-box-img img {
    border-radius: 10px;
    margin-bottom: 7px;
    transition: all .3s ease;
}
.elementor-element.imgbox-style1 .elementor-widget-container:hover .elementor-image-box-img img {
    transform: translateY(-5px);
}
.tm-img-hover:hover .elementor-image-box-img img {
    transform: rotateY(180deg);
}
.tm-toor-photo img {
    -webkit-animation: shake 15s linear infinite;
    -moz-animation: shake 15s linear infinite;
    -o-animation: shake 15s linear infinite;
    animation: shake 15s linear infinite;
}
@keyframes shake {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/***************responsive site css*******************/
@media (max-width:1499px) {
.elementor-top-section.tm-space {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
}
@media (max-width:1024px) {
.elementor-inner-section.tm-responsive-col2 .elementor-container .elementor-column.elementor-col-25 {
    width: 25% !important;
}
.tm-border-radius .elementor-container {
    border-radius: unset;
}
.elementor-top-section.tm-space {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media (max-width:479px) {
.tm-responsive-col2 .elementor-container .elementor-column.elementor-col-25 {
    width: 50% !important;
}
}
@media (max-width:767px) {
.tm-br-none .elementor-widget-container h2 br {
    display: none;
}
}

