/*******BUTTON**************/
.btn-logo {
  transition: all 0.3s ease 0s;
}

.btn-logo:hover {
  transform: translateY(-10px);
  opacity: 0.9s;
}

.t4-header {
    border-bottom: 0px solid #e9ecef;
}

.card, body.contentpane .well {
  border: none;  
}

.card-footer {
  border-top: none;
  background:none;
}

.btn.btn-outline-primary {
    border-color: #2ea1dd;
    color: #2ea1dd;
}

.btn.btn-outline-primary:hover {
  background-color: #2ea1dd;
  color: #fff;
}

.hero-text a {
  padding: 0 0 20px;
  position: relative;
}

.hero-text i {
  transform: rotate(315deg);
  color: #ca3995;
  transition: all .25s;
}

.hero-text:hover i {
  transform: rotate(360deg);
}

.fa-arrow-right::before {
  content: "\f061";
  font-size: 16px;
  margin-left: 8px;
}

.icon-login a {
  color:#3B768E;
}

[class^=icon-], [class*=" icon-"] {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    letter-spacing: 2px;
}

/************BUTTON HOVER**********************/

.access {
  box-shadow: inset 0 0 0 0 #29607F;
  color: #fff;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  font-weight: 700;
  text-decoration: underline;
}

.access:hover {
  coolor: white!important;
  box-shadow: inset 2000px 0 0 0 #29607F;
  margin-left: 0;
}

.access:visited {
  color: #fff;
}

/************HEADERS****************/


.h3-bf6-blue {
  color: #2EA1DD;
  /*font-weight: bold;*/
}

@media screen and (max-width: 800px) {
  .h3-bf6-blue {
    font-size: 32px;
  }
}

.h3-bf6-darkb {
  color:#131E25;
  /*font-weight: bold;*/
}

@media screen and (max-width: 800px) {
  .h3-bf6-darkb {
    font-size: 32px;
  }
}

.h4-bf6 {
  color: #3B768E;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .h1-sap {
    font-size: 32px;
  }
}

.bf6-text {
   margin-top: 150px;
}

@media screen and (max-width: 800px) {
  .bf6-text {
    margin-top: 50px;
  }
}


/*********MENU****************/

.navbar-nav > li + li:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f111";
    font-size: 4px;
    color: #33a7e1;
    position: absolute;
    margin-left: -4px;
    top: 50%;

}

@media screen and (max-width: 800px) {
.navbar-nav > li + li:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f111";
    font-size: 4px;
    color: #33a7e1;
    position: absolute;
    margin-left: -4px;
    top: 42%;
}
}

@media (max-width: 991.98px) {
    .nav-breakpoint-lg .t4-megamenu {
        background: #0c101c;
        border: 1px solid #e9ecef;
        -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 320px;
        margin-top: -1px;
        overflow: auto;
        padding: 1rem;
        width: 100%;
        z-index: 3;
    }
  }

.t4-megamenu.animate.slide .dropdown.show.animating > .dropdown-menu {
    margin-top: 0%;
    background: #0c101c;
}


.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 20px 1.75rem;
  }


/***********FOOTER****************/

.t4-footer {
    background-color: none;
    border-top: 0px solid rgba(255, 255, 255, 0.07);
    color: var(--footer-text-color);
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .t4-main-body {
        padding-top: 3rem;
        padding-bottom: 0;
    }
  }

/*************BLOG**************/

.btn-outline-primary, .blog-list .item-readmore a {
  --t4-btn-color: #0d6efd;
  --t4-btn-border-color: #2ea1dd;
  --t4-btn-hover-color: #fff;
  --t4-btn-hover-bg:  #2ea1dd;
  --t4-btn-hover-border-color: #0d6efd;
  --t4-btn-focus-shadow-rgb: 13, 110, 253;
  --t4-btn-active-color: #fff;
  --t4-btn-active-bg: #0d6efd;
  --t4-btn-active-border-color: #0d6efd;
  --t4-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --t4-btn-disabled-color: #0d6efd;
  --t4-btn-disabled-bg: #000;
  --t4-btn-disabled-border-color: #0d6efd;
  --t4-gradient: none;
  background: #0c101c;
  color: white;
  padding: 10px;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.bf6-blog .card {
  margin-bottom: 50px;
  }

p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a {
    background-color: #e9ecef;
    padding: 0.3333333333rem 0.6666666667rem;
    margin-left: 10px;
}

/*.blog-item {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff;
}*/

.module-ct ul:last-child, .module-ct p:last-child, .moduletable ul:last-child, .moduletable p:last-child {
  padding-bottom: 20px;
  align-items:end;
}

.blog-menu-style {
  background: #e1ecf6;
  padding: 1.25rem;
  margin-bottom: 50px;
}

.card-header {
    padding: var(--t4-card-cap-padding-y) var(--t4-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--t4-card-cap-color);
    background-color: #e1ecf6;
    border-bottom: var(--t4-card-border-width) solid var(--t4-card-border-color);
}

.left-line {
  position: relative; 
  padding-left: 70px;
}

.left-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 100%;
  border: 1px solid #2EA1DD;
  display: inline-block;
}

.item-image img {
  border-radius: 0rem !important;
  /*max-width: 25%;*/
  
  }

.magz-layout.list-layout .item-image img {
  max-width: 100%;
}

.pull-internal-blog-image .item-image {
  max-width: 100%;
}


/*.icon-login::after {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 700;
    color: #131e25;
    margin-left: 7px;
    transition: all .15s ease-in-out;
    
}



a.bf6-link {
  color: #3B768E;
}

a.bf6-link:hover {
  color: #2EA1DD;
  font-weight: 900;
}
*/



/***************BOX****************/

.box {
    transition: transform 0.5s, opacity 0.5s;
}

.box.left {
    transform: translateX(-50px);
    opacity: 0;
}

.box.right {
    transform: translateX(200px);
    opacity: 0;
}

.box.up {
    transform: translateY(20%);
    opacity: 0;
}

.box.active {
    transform: translateX(0);
    opacity: 1;
}
 
@media screen and (max-width: 800px) {
.dark-bubble {
  background-color: rgb(4 4 31 / 50%);
  padding: 20px;
  border-radius: 10px;
}
}

/**************ANIMATION*******************/
.sppb-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    /* animation-fill-mode:both; */
}

.sppb-animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sppb-animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
         
   @-webkit-keyframes fadeOutDownBig {
            0% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
            100% {
               opacity: 0;
               -webkit-transform: translateY(2000px);
            }
         }
         
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
         
         @-webkit-keyframes fadeOutDownBig {
            0% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
            100% {
               opacity: 0;
               -webkit-transform: translateY(2000px);
            }
         }
         
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

         @-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
.fadeInLeft {
         -webkit-animation-name: fadeInLeft;
         animation-name: fadeInLeft;
         } 

.tag-category {
  display: grid;
  place-items: center;
  margin-bottom: 4rem;
  }

/************STORE***************/

.easystore-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
}