/*Sidebar & Footer Default Style*/
/************************ Blog Widget Style************************/

/*

.widget ul{
	position:relative;	
}
.widget ul li {
    position: relative;
    display: block;
    margin-bottom: 0px;
line-height: 35px;}
.widget ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #141417;
    padding-left: 18px;
}
.widget ul li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
    font-weight: 700;
    content: "\e906";
    font-family: 'icomoon' !important;
	transition: all 700ms ease;
}
.widget ul li a:hover {
    color: #eb7328;
}
.widget ul li a:hover:before{
    color: #eb7328;
}

*/


/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:6px 6px;
	margin-top:15px;
	height:50px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	/* border-bottom:none; */
	margin-bottom:0px;
	padding-bottom:0px;
	/* border-top:1px solid #eaeaea; */
	margin-left:5px;
}

.widget ul li ul li:after{
	top:10px;
}

.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #222;
    text-align: center;
    font-size: 14px !important;
    background: none;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    /* font-family: 'Open Sans', sans-serif; */
border-radius: 3px;}
.tagcloud a:hover {
    border-color: #eb7328;
    background-color: #eb7328;
    color: #ffffff;
}
.mrsidebar{
    margin-bottom: 36px;
}

.mrsidebar .sidebar-title h3:before {
    background: -webkit-linear-gradient(0deg, #00b8ff, #0081ff 100%);
}

.widget ul li ul.children li a:before {
    /* top: 22px; */

}
.widget ul li ul.sub-menu li a:before {
    top: 0px;
}


.wp-block-column h3 {
    font-family: 'Prata', serif;
    position: relative;
    font-weight: 400;
    color: #141417;
    margin: 0px;
    transition: all 500ms ease;
}
.wp-block-group__inner-container h3 {
    position: relative;
    font-weight: 400;
    color: #141417;
    margin: 0px;
    transition: all 500ms ease;
}

p.wp-block-tag-cloud {
    background: #F6F6F6;
    padding: 40px 35px;
    padding-bottom: 34px;
}
p.wp-block-tag-cloud a {
    font-size: 13px !important;
    color: #545454 !important;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    background: #fff;
    transition: all .4s ease;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
    padding: 10px 25px;
    font-weight: 600;
}
p.wp-block-tag-cloud a:hover {
    background: #10AEAD;
    border-color: #10AEAD;
    color: #fff;
}

.widget_categories>form{
    display: inline-block;
	width:100%;
}

.widget_search .search-form {
    background: #ebebeb;
    padding: 25px;
    position: relative;
}
.mrwidget .textwidget form {
    position: relative;
    display: inline-block!important;
}
.mrwidget .rsswidget{
    font-size: 23px;
    margin-bottom: 0px;
    font-size: 16px;
    color:#141417;
    line-height: 1.8em;
}
  
  
  
  
  
  
  
.pdoff {
	padding : 0px 0px 0px 0px ;
}
.border-one .elementor-container {
    border: 1px solid #e5e5e5;
}
.pdoff.borderoff.products-section-two .right-column {
    margin-left: 0;
    padding: 0;
    border: unset;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
.products-section-two.pdoff.borderoff {
    padding-bottom: 0;
}
.products-section-two.pdoff {
    padding-bottom: 0;
}
.products-section-two.pdoff .left-column {
    margin-right: 0;
}
.products-section-two.pdoff .collection-block {
    margin-bottom: 0;
}
.products-section-two.pdoff .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.border-one .elementor-container {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}














.wp-block-group__inner-container {}
.wp-block-group__inner-container h5 {
	margin-bottom: 25px;
    position: relative;
    font-size: 22px;
    color: #121416;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
    display: inline-block;
    font-family: var(--rubik);
    text-transform: capitalize;
}
.wp-block-group__inner-container h5:before {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 2px;
    height: 22px;
    content: '';
    background: var(--theme-color-one);
}




.mrwidget {}
.mrwidget ul {}
.mrwidget ul li {
    margin-bottom: 5px;
}
.mrwidget ul li:last-child {
    margin-bottom: 0px;
}
.mrwidget ul li a {
    display: block;
    background: #F6F6F6;
    color: #333333;
    font-size: 15px;
    font-family: "Oxygen";
    padding-left: 35px;
    line-height: 45px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    font-weight: 600;
}
.mrwidget ul li a:before {
    content: '';
    width: 3px;
    height: 0%;
    background: #095F5F;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.mrwidget ul li a:hover {
    background: #10AEAD;
    color: #fff;
}
.mrwidget ul li a:hover:before, .mrwidget ul li a:hover:before {
    height: 100%;
}

.mrwidget ul li:hover a {}

span.page-numbers.current {
	display: block;
    color: #333333;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    padding: 0 19px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: #AB1C6E;
    color: #fff;
    cursor: auto;
}
.news-block-one ul.blog-info li a {
    font-size: 16px;
    color: #949392;
}
.blog-sidebar .popular-posts .post .post-thumb img {
    height: 110px;
}
.blog-sidebar .popular-posts .post .text a {
    line-height: 25px;
}


.popular-posts .widget-title h5 {
    position: relative;
    font-size: 22px;
    color: #121416;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
    display: inline-block;
    font-family: var(--rubik);
    text-transform: capitalize;
}
.popular-posts .widget-title h5:before {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 2px;
    height: 22px;
    content: '';
    background: var(--theme-color-one);
}
.blog-sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
}
.author-details .author-info a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-left: 10px;
    color: #68666C;
    text-transform: capitalize;
}
.author-details .author-image img {
    border-radius: 50%;
}
.widget.widget_ecolab_latest_post {
    margin-bottom: 0;
}












/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}




.handle-preloader {
    background: #10AEAD;
}




.blog-sidebar.ml_10 {
    margin-left: 10px;
}

.search_area_df .btn-box {
    margin-top: 30px;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    display: inline-block;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
    float: unset;
    left: -16px;
    top: -3px;
    padding: 0;
}

.blog-style-two.sec-pad.blog-page .read-more-btn {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 700ms ease;
}
.text-box a {
    text-decoration: unset;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a {
    text-decoration: unset !important;
}
.blog-page .text-box p {
    margin-bottom: 20px !important;
}


.comments {
    display: inline-block;
    margin-left: 15px;
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Oxygen";
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.comments i {
    margin-right: 5px;
}
.blog-style-two.sec-pad.blog-page .read-more-btn:hover {
    color: #10AEAD;
}


































/* header */




.header-navigation .thm-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-navigation .thm-container .main-navigation {
    padding-left: 300px;
    padding-right: 100px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}









@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }
	.header-navigation .thm-container {
    padding: 30px 0px;
}
	
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}











@media only screen and (max-width: 1200px){

	  .main-menu,
	  .sticky-header,
	  .main-header.style-one .outer-container:before{
		display: none !important;
	  }
	  
}
  
  
  
  
  @media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
    padding-left: 0;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 3px;
}
.mobile-menu .contact-info ul {
    padding-left: 0;
}
.mobile-menu .contact-info ul li a{
  color: #fff;
}
.mobile-menu .navigation {
    padding-left: 0;
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

@media only screen and (max-width: 1200px){
	.menu-area .mobile-nav-toggler {
		display: block;
		padding: 10px;
		background: #000;
	}
	.header-navigation .thm-container .navbar-header {
		position: relative;
		top: 25px;
		left: 15px;
		padding: 0;
	}
	.header.header-home-two .thm-container .main-navigation {
		padding-left: 20px !important;
	}

}

@media(max-width: 1024px) {

    .header-navigation .thm-container .right-side-box {
		display: none;
	}
	.header-navigation .thm-container .main-navigation {
		padding-left: 0;
		padding-right: 15px;
	}
	.header-navigation .thm-container .navbar-header {
		top: 0;
	}
}




.mobile-menu .dropdown-btn {
    display: block;
}


.dropdown-btn {
    display: none;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #AB1C6E;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: black;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #AB1C6E;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes diagonal-slide {
  from { top: 0; left: 0; animation-timing-function: linear; }
  20% { top: -5px; left: -5px; animation-timing-function: linear; }
  40% { top: 5px; left: -5px; animation-timing-function: linear; }
  60% { top: 5px; left: 5px; animation-timing-function: linear; }
  80% { top: -5px; left: 5px; animation-timing-function: linear; }
  to { top: 0; left: 0; animation-timing-function: linear; }
}











.header.header-home-two .thm-container .main-navigation {
    padding-left: 0;
    padding-right: 315px;
}
.right-side-box {
    position: relative;
    display: flex;
    align-items: center;
}
.header-home-two .header-navigation {
    padding: 0;
}


/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner{
  width: 100%;
  background: #fff;
  height: 100%;
}

.search-popup .upper-box{
  position: relative;
  padding: 70px 70px;
  z-index: 1;
}

.search-popup .upper-box .logo-box{
  max-width: 149px;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    background: #ffffff;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    font-family: 'Inter', sans-serif;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 40px;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 35px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
    background: unset;
    border: unset;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}

.top-header.home-two  .single-header-info a {
    font-size: 20px;
    color: #101010;
    display: block;
    padding: 11px 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.header-home-two .sticky-header {
    background: #129DE8 !important;
}
.header-home-three .main-navigation {
    padding-left: 220px !important;
}






.mobile-menu .social a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}



:focus-visible {
    outline: unset;
}

.wp-block-search .wp-block-search__label {
    box-shadow: 0px 3px 18px rgb(0 0 0 / 8%);
    background: #FFFFFF;
    border-bottom: 3px solid #AB1C6E;
    margin-bottom: 15px;
    padding: 21.5px 0;
    padding-left: 35px;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oxygen";
}
.wp-block-search .wp-block-search__label:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 1px;
    background: #CBCBCB;
    margin-left: 20px;
}
.wp-block-search__inside-wrapper {
    width: 100%;
    border: unset;
    height: 50px;
    padding: 0;
    position: relative;
}
.wp-block-search__inside-wrapper input {
	width: 100%;
    border: 1px solid #EDEDED;
    height: 50px;
    padding-left: 25px;
}
.wp-block-search__inside-wrapper input:-ms-input-placeholder {
   color: #222;
}
.wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    background: #AB1C6E;
    color: #fff;
    width: 75px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.wp-block-search .wp-block-search__button svg {
    fill: #fff;
    font-size: 20px;
    transform: rotate(-100deg);
}
.wp-block-search__inside-wrapper input {
    /* height: 40px; */
}
.wp-block-search__inside-wrapper input::placeholder {
	font-size: 16px;
    color: #222;
}



/* Sidebar Title */

.wp-block-group__inner-container {}
.wp-block-group__inner-container h2 {
    box-shadow: 0px 3px 18px rgb(0 0 0 / 8%);
    background: #FFFFFF;
    border-bottom: 3px solid #AB1C6E;
    margin-bottom: 15px;
    padding: 21.5px 0;
    padding-left: 35px;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oxygen";
    font-weight: 900;
}
.wp-block-group__inner-container h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 1px;
    background: #CBCBCB;
    margin-left: 20px;
}
.wp-block-group__inner-container h3 {
    box-shadow: 0px 3px 18px rgb(0 0 0 / 8%);
    background: #FFFFFF;
    border-bottom: 3px solid #AB1C6E;
    margin-bottom: 15px;
    padding: 21.5px 0;
    padding-left: 35px;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oxygen";
    font-weight: 900;
}
.wp-block-group__inner-container h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 1px;
    background: #CBCBCB;
    margin-left: 20px;
}
.wp-block-search__input::placeholder {
  color: #666666;
}
.row {
    --bs-gutter-x: 30px;
}




blockquote {
    position: relative;
    padding-left: 32px;
    border-left: 5px solid #10AEAD;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin: 20px 0px 20px 0px;
}
.blog-details-page .single-post-content .post-content p {
    line-height: 24px;
    margin-bottom: 20px;
}
blockquote cite {
	margin-top: 20px;
	color: #403ab4;
	display: block;
	font-style: normal;
}








.form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.comment-reply-box {}
.comment-reply-box .frm-control {
    position: relative;
    margin-bottom: 30px;
}
.comment-reply-box .frm-control input, .comment-reply-box .frm-control textarea {
    border: none;
    outline: none;
    background-color: transparent;
    height: 45px;
    border-bottom: 1px solid #DCDCDC;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: "Oxygen";
    font-weight: 300;
    color: #666666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.comment-reply-box button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    width: 190px;
    height: 52px;
    background: #AB1C6E;
    color: #FFFFFF;
    font-family: "Oxygen";
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 0;
}
.comment-reply-box textarea {
    height: 145px !important;
}






ul.pagination li a {
    display: block;
    background: #F6F6F6;
    color: #333333;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    padding: 0 19px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
ul.pagination li {
    display: inline-block;
    margin: 0px 5px;
}








.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	/* border-bottom:
	none; */
	/* margin-bottom:0px; */
	/* padding-bottom:0px; */
	/* border-top:1px solid #eaeaea; */
	margin-left:5px;
}

.widget ul li ul li:after{
	top:10px;
}


.main-footer.bg-color-2 {
    padding: 100px 0px 100px;
}
.main-footer a, .main-footer p {
    color: #fff !important;
}
.sidebar-page-container p {
    margin-bottom: 20px;
}

.wp-block-search__input {
    border: unset;
}


.wp-block-group__inner-container h2, .wp-block-group__inner-container h3, .wp-block-group__inner-container h4, .wp-block-group__inner-container h5, .wp-block-group__inner-container h6 {position: relative;padding-bottom: 15px;margin-bottom: 20px;font-size: 24px;line-height: 34px;}
.wp-block-group__inner-container h2:before, .wp-block-group__inner-container h3:before, .wp-block-group__inner-container h4:before, .wp-block-group__inner-container h5:before, .wp-block-group__inner-container h6:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    background-color: var(--tertiary-color);
}







ol.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0 !important;
}


.mrwidget a {
    color: #141417;
}
.widget ul li:last-child {
    padding-left: 10px;
}

.main-footer.p_relative.one.monster {
    padding: 100px 0px 100px;
}




.tag-sticky-2 .inner-box, .sticky .blog-1-block.standard-post {
    border: 1px solid #E5E5E5;
    padding: 40px;
}
.widget_rss.widget ul li a, .widget_rss.footer-widget ul li a {
    color: unset;
    background: unset;
    background: none;
    color: #2C2A49;
    font-family: 'PT Serif', serif;
    font-weight: 700;
}
.main-footer.p_relative.one.monster {
    background: #2C2A49;
}


.mrwidget ul li ul {
    margin-top: 10px;
}
.mrwidget ul li ul li {
    margin-top: 10px;
}
.mrwidget .textwidget form {
    width: 100%;
}


span.post-page-numbers.current {
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	padding: 0 19px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: #AB1C6E;
	color: #fff;
	cursor: auto;
	display: inline-block;
	margin: 0px 5px;
}
.paginate_links a {
	display: block;
	background: #F6F6F6;
	color: #333333;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	padding: 0 19px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0px 5px;
	display: inline-block;
	margin: 0px 5px;
}
.paginate_links {
    color: #2C2A49;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}

.wp-style p img, .wp-style figure img, .wp-style img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-bottom: 0;
}
figure {
    max-width: 100%;
    display: block;
}

.blog-sidebar .nice-select {
    float: unset;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: unset;
}


.has-very-light-gray-color {
    color: #fff!important;
}
.mrfooter a {
    color: #fff!important;
}
.is-layout-flow.wp-block-group.has-background {
    padding: 40px;
}


.error404 .elementor-icon i, .archive .elementor-icon i, .category .elementor-icon i, .search .elementor-icon i {
    left: 19px;
    top: 17px;
}
.mrfooter {
    padding: 100px 0px;
}
.wp-block-search__inside-wrapper {
    background: #F2F2F2;
    width: 100%;
    border: 1px solid #F2F2F2 !important;
}
.wp-block-search__button {
    border: unset;
}


.footer-widget {}
.footer-widget li {
    list-style: none;
}
.footer-widget li a {
    display: block;
    background: #F6F6F6;
    color: #333333 !important;
    font-size: 15px;
    font-family: "Oxygen";
    padding-left: 35px;
    line-height: 45px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}



.footer-widget li::marker {
    display : none;
}