/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2022 | 08:15:12 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {
.mobile-menu-btn,.f-contact-container-mobile,.mobile-menu,.float-bar-mobile,.br-mobile{display: none;}
.footer-quarter.footer-middle-first .widget_nav_menu {display: none;}
.elementor-element-4ff197b .elementor-swiper-button {display: none;}
.our-t .our-t-img{transition: all 0.25s ease-in-out;}
.our-t:hover .our-t-img{transform: translateY(-20px);}
.elementor-accordion-item .elementor-tab-title{transition: all 0.25s ease-in-out;}
.elementor-accordion-item .elementor-tab-title:hover{transform: translateX(-20px);}
.elementor-accordion-item .elementor-tab-title.elementor-active{transform: translateX(0);}
	
}/*------ N O R M A L  -  C O M P U T E R S  -------*/
@media screen and (min-width: 1470px) and (max-width: 1750px) {
.header-top-bar li {margin: 0 0 0 3%;}
.header-top-bar a {font-size: 27px;}
.header-top-bar {padding: 15px 20px;}	

}/*------ S M A L L  -  C O M P U T E R S  -------*/
@media screen and (min-width: 1250px) and (max-width: 1469px) {
.header-top-bar li {margin: 0 0 0 2.5%;}
.header-top-bar a {font-size: 24px;}
.header-top-bar {padding: 15px 20px;}	
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
	
.hide-mobile{display: none !important;}
	
.elementor-widget-testimonial-carousel .swiper-pagination-bullets {
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
    display: block !important;
    width: fit-content;
}
.elementor-widget-testimonial-carousel .elementor-testimonial {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.elementor-testimonial__footer {
    margin: -5px 0 0 0 !important;
    padding: 0 0 0 20px;
}
.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0 10% !important;
}
.elementor-widget-testimonial-carousel .swiper-pagination-bullet {
    display: block;
	margin: 0 0 10px 0 !important;
}
	
	
	
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
.t-pad-01 .elementor-widget-wrap {
    padding: 25vh 20px !important;
}
	
	
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
.font-400 *{font-weight:400 !important;}
.font-500 *{font-weight:500 !important;}
.font-700 *{font-weight:700 !important;}
.header-top-middle,.header-top-left,.f-contact-container {
    display: none;
}
.header-top-bar, .home .header-top-bar {
    position: sticky;
    top: 0;
    padding: 15px 30px 15px 15px;
    background: #575756;
	z-index: 9999;
}
.header-top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-top-right img {
    height: 75px !important;
    width: auto !important;
}
.mobile-menu-btn {
    margin: 10px 0 -10px 0;
}
.footer-top {
    padding: 40px 25px 75px 25px;
}
.cf-container .header .title {
    font-size: 40px;
}
.cf-container .inputs {
    display: block;
}
.cf-container .inputs .col {
    width: 100%;
}
.footer-middle .flex-box {
    display: block;
    text-align: center;
    padding: 0;
}
.footer-middle .footer-middle-third, .footer-middle .footer-middle-fourth {
    display: none;
}
.footer-middle-second {
    margin: 0 ;
    padding: 30px 20px;
    background: #575756;
}
.footer-middle .title {
    color: #fff;
}
.footer-middle .data, .footer-middle .data a {
    color: #fff;
}
.f-contact-container-mobile {
    text-align: center;
    padding: 45px 30px 0;
}
.f-contact-container-mobile .phone {
    display: block;
    margin: 15px 0;
    font-size: 35px;
    color: #575756;
}
.footer-quarter.footer-middle-first ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 45px 0;
}
.footer-quarter.footer-middle-first ul li {
    margin: 0 7px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 135px 30px;
    background: #575756;
    transition: all 0.35s ease-in-out;
    transform: translateY(-100%);
    visibility: hidden;
	overflow: auto;
}
.mobile-menu::-webkit-scrollbar {display: none;}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px 0;
    font-family: 'Fb Forma', 'heebo';
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.4px;
}
.mobile-menu ul a i{color: #FFB093;}

.mobile-menu ul a i.fa-minus {display: none;}
.mobile-menu ul .show-childrens a i.fa-plus {display: none;}
.mobile-menu ul .show-childrens a i.fa-minus {display: block;}
.page-is-open {
    overflow: hidden;
}
.page-is-open .mobile-menu {
    transform: translateY(0%);
    visibility: visible;
}
.footer-bottom {
    margin: 0 0 55px 0;
}
.float-bar-mobile {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #FFB093;
    z-index: 999;
}
.float-bar-mobile .col {
    width: 25%;
}
.float-bar-mobile .col-2 {
	width: 50%;
    text-align: center;
}
.float-bar-mobile .col-2 a {
    display: block;
    margin: -2px 0 0 0;
    font-family: 'Fb Forma';
    font-size: 30px;
    font-weight: 400;
    color: #575756;
    letter-spacing: -0.4px;
}
.float-bar-mobile .col-1 {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.float-bar-mobile .col-1 a{margin: 0 0 0 0;}	
.pojo-a11y-toolbar-toggle {
    position: fixed !important;
    top: auto !important;
    right: auto !important;
    bottom: 6px !important;
    left: 6px !important;
}
.cat-container .filter {
    padding: 10px;
    font-size: 25px;
}
.cat-container article {
    width: 33%;
    padding: 7.5px;
}
.cat-container article .post-img {
    height: 133px;
}
.cat-container {
    padding: 0 12.5px;
}
.cat-container article h2 {
    font-size: 24px;
    height: 80px;
    padding: 0 10px;
}
/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn{display:inline-block;height:15px;margin-bottom:5px;}
.mobile-menu-btn .line {
    display: inline-block;
    position: relative;
    width: 37px;
    height: 4px;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: 300ms;
}
.mobile-menu-btn .line:before,.mobile-menu-btn .line:after{content:'';display:block;width:37px;height:4px;position:absolute;background:#fff;transition-property:margin, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before{margin-top:-13px;}
.mobile-menu-btn .line:after{margin-top:13px;}
.mobile-menu-btn.open .line{background:rgba(0, 0, 0, 0);}
.mobile-menu-btn.open .line:before{margin-top:0;transform:rotate(45deg);}
.mobile-menu-btn.open .line:after{margin-top:0;transform:rotate(-45deg);}
.mobile-menu ul.sub-menu {
    display: none;
    padding: 0 25px 0 0;
}
.mobile-menu ul.sub-menu a {
    margin: 0 0 10px 0;
    font-size: 24px;
}
.mobile-menu li.show-childrens ul.sub-menu {
    display: block;
}

	
	
	
	
	
	
	
	
	

	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {
.br-web,.hide-web{display: none !important;}
.steps-slider .elementor-row {
    display: block !important;
    white-space: nowrap !important;
    padding-top: 30px;
    width: 100%;
    overflow: auto;
}
.steps-slider .elementor-row::-webkit-scrollbar{display: none;}
.steps-slider .step-item {
    display: inline-block !important;
    white-space: normal;
    max-width: 185px;
}
.steps-slider .step-item.elementor-element-fccad03,
.steps-slider .step-item.elementor-element-6e68dfd{width: 135px;}
.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0 20px !important;
}
.elementor-widget-testimonial-carousel .swiper-slide .elementor-testimonial {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center !important;
}
.elementor-testimonial__footer * {
    width: 100%;
}
.elementor-testimonial__footer {
    margin: 0 !important;
}
.elementor-accordion-icon-closed i:before{
    content: "";
    position: absolute;
    top: 37px;
    left: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2022/05/Path-88.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.elementor-accordion-icon-opened i:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 20px;
    width: 20px;
    height: 5px;
    background-image: url(/wp-content/uploads/2022/05/Rectangle-31.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.cf-container.meeting .flex-box,.show-meeting .cf-container.meeting .flex-box,.cf-container.meeting .close,.cf-container.meeting .overlay {transform: unset;transition: unset;}
.show-meeting .cf-container.meeting .overlay {opacity: 1;}
.cf-container.meeting .close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 35px;
}
.cat-container article {width: 50%;}	

.meta-box .meta-data {
    position: relative;
    padding: 50px 0 0;
    border: solid 1px #707070;
    background: #fff;
}
.meta-box .meta-data .item {
    display: none;
    margin: 0;
    width: 100%;
    background: #fff;
    color: #575756;
    font-size: 25px;
    transition: unset !important;
    transform: unset !important;
}
.meta-box .meta-data .item.active {
    display: block !important;
    position: absolute;
    top: 0;
    color: #fff;
}
.meta-box .meta-data.show .item {
    display: block !important;
}
.single-post .entry-content {
    margin: 0;
    padding: 20px 0 0;
}
.single-post .page-header {
    padding: 35px 20px 20px;
}
.single-post .page-header .meta-box {
    margin: 50px auto 0;
}
.meta-box .meta-data .item.active:after {
    content: url(/wp-content/uploads/2022/06/Polygon-2.svg);
    position: absolute;
    top: 15px;
    left: 10px;
}
.m-dots .swiper-pagination {
    margin-bottom: -19px !important;
}
.mobile-menu .search-toggle {
    margin-top: 30px;
}
.search-wrapper .search-toggle {
    top: 25px;
    right: 25px;
    width: 40px;
}
.search-wrapper input {
    font-size: 30px !important;
}



	
	
	
	
	
	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}