/*
Theme Name: Backupe
Author: Backupe
Author URI: https://backupe.com/
Description: In 2022,
Version: 2.0
Theme URI: https://backupe.com/theme/
Tags: Green, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/
html{
  scroll-behavior: smooth;
}
body {
  font-family: arial,sans-serif;
  font-weight: 400;
  color: #202124;
  position: relative;
  background-color: #fff;
}
img {
  vertical-align: middle;
}a {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
/*   color: #0d1820; */
}
a:focus,
a:hover {
  color: #384f75;
  text-decoration: none;
}
b, strong {
    font-weight: bold!important;
}
blockquote {
  padding: 20px 20px;
  margin: 20px 0;
  margin-left: 0px;
  border-left: 5px solid #009688;
  background-color: #f8fffe;
  color: #000;
  font-size: 16px;
}
blockquote:before {
    font-size: 50px;
    line-height: 1;
    top: 30px;
    left: 25px;
    content: '\275D';
    color: #009688;
  }

blockquote .blue {
  background-color: #1e4679;
  color: #fff;
}
/*@media(min-width:1450px) {
  .container {
    max-width: 1400px !important;
  }
}*/
.img-responsive {
  display: inline !important;
}
/*.bg-parallx {
  background: transparent;
  color: #fff;
}*/
.footer {
    background-color: #00394f;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 0rem;
}
.copyright-area {
  background-color: #001d29;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer a {
  color: #fff;
  transition: 1s;
}
.footer a:hover {
  color: #05fde8;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .mt-lg-n1 {
    margin-top: -5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -10rem !important;
  }
  .mt-lg-n3 {
    margin-top: -15rem !important;
  }
  .mt-lg-n4 {
    margin-top: -20rem !important;
  }
}
/*=========basic=========================*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: bold;
}
.alignnone {
  margin: 5px 0 20px 0;
  height: auto;
    max-width:100%;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
	max-width:100%;
	height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  height: auto;
    max-width:100%;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  height: auto;
    max-width:100%;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  height: auto;
    max-width:100%;
}
a img.alignnone {
  margin: 5px 0 20px 0;
    max-width:100%;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
    max-width:100%;
}
.postform {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*==================================*/
.avatar {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wp-post-image, .wp-block-image img {
  height: auto;
}
.bypostauthor {
  display: block;
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.post_format-post-format-quote {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}
.page-link {
    color: #b30000;
    background-color: #fff;
    border: 1px solid #b30000;
}
.page-link:hover {
    z-index: 2;
    color: #b30000;
    background-color: faadad;
    border-color: #b30000;
}
.page-item.active .page-link {
     background-color: #b30000;
    border-color: #b30000;
}
.embed-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.embed-container iframe {
  border: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/*start*/

.navbar{
background: #fff;
border-bottom: 2px solid #00394f;
}

.navbar-light .nav-item .nav-link {
  color: #00394f;
font-weight: 500;
  
}
.navbar-light .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #17a2b8;
  font-weight: 700;
}

@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	font-size: 18px;
    font-weight: 600;
  }
  .navbar-expand-xl .navbar-nav {
    align-items: center !important;
  }
}

@media screen and (max-width:768px){[data-aos-delay]{transition-delay:0!important}}

.menu-svg{
   margin-bottom:3px;
   margin-right:2px
}

.bg-products {
 background-color: #17a2b8;
 padding-top: 2.5%;
 padding-bottom: 1.5%;
}
hr.half-width{
  width:25%;
  margin: 0 auto;
  height: 2px;
  color: #ffffff!important;
}




/*@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: bold;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: center !important;
  }
}
.navbar{
background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
}

.navbar-dark .navbar-nav .nav-link{
  font-size: 20px;
  color: rgba(255, 255, 255, 1.0);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(5, 253, 232 1.0);
  }
.navbar-dark .dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #a5ead6!important;
}*/

.header-area {
width: 100%;
overflow: hidden;
background: linear-gradient(135deg, #2ebdc4 0%, #68e5b2 100%);
  background-repeat: repeat;
  background-size: auto;
background-size: cover;
}


.btn-green {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #008a4a;
    border-color: transparent;
    color: #fff!important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #008a4a;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-green::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-green:hover {
    box-shadow: none;
    color: #008a4a!important;
    border: 2px solid #008a4a
}

.btn-green svg {
    fill: #fff
}

.btn-green:hover svg {
    fill: #008a4a
}

.btn-green:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #0d6efd;
    border-color: transparent;
    color: #fff!important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #0d6efd;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue:hover {
    box-shadow: none;
    color: #0d6efd!important;
    border: 2px solid #0d6efd
}

.btn-blue svg {
    fill: #fff
}

.btn-blue:hover svg {
    fill: #0d6efd
}

.btn-blue:hover::after {
    transform: skewX(45deg) scale(1, 1)
}
.btn-orange {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #c63;
    border-color: transparent;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #c63;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-orange::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-orange:hover {
    box-shadow: none;
    color: #c63 !important;
    border: 2px solid #c63
}

.btn-orange svg {
    fill: #fff
}

.btn-orange:hover svg {
    fill: #c63
}

.btn-orange:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

@-webkit-keyframes rotate-style {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@keyframes rotate-style {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}

.breadcrumb-white{
    position: relative;
}
.breadcrumb-white a{
    color: #fff;
}
.breadcrumb-white .active{
    color: #ededed !important;
}

  .post-edit-link{
    background: #45cdbd;
    padding: 5px;
    font-weight: 700;
    color: #fff!important;
    margin: 0px 2px;
}
.card-side{
    border: 2px solid #3ec8be;
    background-color: #e2fff8;
}
.text-justify-center{
      text-align: justify;
    text-align-last: center;
}

ul.list-right {
list-style: none;
padding-left: 14px;
}
ul.list-right li {
position: relative;
text-align: left;
padding-bottom: .5rem;
}
ul.list-right li::before {
position: absolute;
height: 20px;
width: 20px;
content: "";
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(200,200,200)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
background-size: auto;
background-size: 14px 14px;
top: 5px;
margin-left: -20px;
}