
/*Slider Area*/
.financoem-slider-area {
  display: block;
  position: relative;
  overflow: hidden;
}
.financoem-slide-content {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.financoem-slide-content h2 {
    color: #002e5b;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 6px;
    animation-delay: 0.8s;
    text-transform: uppercase;
    padding: 0;
    position: relative;
   display: inline-block;

}
.financoem-slide-content h1 {
  color: #006b63;
  font-size: 60px;
  font-weight: 700;
  margin: 0px;
  animation-delay: 1.2s;
  text-transform: uppercase;
  padding: 0;
}
.financoem-slide-content p{
    animation-delay: 1.3s;
    margin-top: 15px;
    color: #606060;
}
.financoem-slide-content h2  span,.financoem-slide-content h1  span{color:#fab704;}
.financoem-slide-btn a {
    background: transparent;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    transform-origin: 0 100% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    animation-delay: 1.6s;
    transition: .3s;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 35px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px;
}
.financoem-slide-btn a:hover{
  background:#fab704;
  color:#fff;
  border-color: #fab704;
}
.financoem-slide-btn .read-more {
     margin-top: 30px;
}

/* Slider Dot Css */
.financoem-slider-area .owl-dots {
    bottom: 50%;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    right: 25px;
    transform: translateY(50%);
    left: auto;
    position: absolute;
    width: auto;
    text-align: center;
}
.financoem-slider-area .owl-dots .owl-dot {
    display: block;
    margin-right: 0;
    color: #fab704;
    font-size: 25px;
}
.financoem-slider-area .owl-dot.active{
    box-shadow: unset;
}
.financoem-slider-item {
    background-position: top center;
    background-size: cover;
    width: 100%;
}
.dot_bottom_left.financoem-slider-area .owl-dots,
.dot_bottom_right.financoem-slider-area .owl-dots,
.dot_hori_center.financoem-slider-area .owl-dots {
    display: flex;
    bottom: 60px;
    right: auto;
    left: 15px;
    transform: translate(0);
}
.dot_bottom_right.financoem-slider-area .owl-dots {
    left: auto;
    right: 15px;
}
.dot_hori_center.financoem-slider-area .owl-dots{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.dot_left_center.financoem-slider-area .owl-dots{
  right: auto;
  left: 25px;
}

/* Slider Animation Css */
.financoem-slide-content *{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards ;
  animation-fill-mode: backwards ;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }
.active .financoem-slide-content h2{
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn; 
}
.active .financoem-slide-content h1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; 
}
.active .financoem-slide-content .financoem-slide-btn a {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; 
}
.active .financoem-slide-content p{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; 
}
.financoem-slider-area .owl-nav div {
    position: absolute;
    top: 50%;
    left: -39px;
    z-index: 2;
    width: 50px;
    color: #000;
    height: 50px;
    background: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.textmode-reverse.financoem-slider-area .owl-nav div{
writing-mode:tb-rl;
}
.financoem-slider-area .owl-carousel:hover .owl-nav div{
    opacity: 1;
} 
.financoem-slider-area .owl-nav div:hover{
    color: #fab704;
}
.financoem-slider-area .owl-nav div.owl-next{
    left: auto;
    right: -39px;
}
.financoem-slider-area:hover .owl-nav div{
left: 0;
}
.financoem-slider-area:hover .owl-nav div.owl-next{
    left: auto;
right: 0;
}
.financoem-slider-item::before {
    content: "";
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}
.active .financoem-slide-content p {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}
.financoem-slider-active .owl-nav div span {
    position: absolute;
    right: 62px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    color: #fab704;
    font-size: 12px;
    font-weight: 600;
}
.arrow_hover .financoem-slider-active .owl-nav div:hover span{
    opacity: 1;
    visibility: visible;
}
.financoem-slider-active .owl-nav div.owl-prev span{
    right: auto;
    left: 62px;
}
/*Slider Style Two*/
.financoem-slide-frnt-img {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}
.active .financoem-slide-frnt-img img {
    animation-delay: 0.5s;
    animation-name: slideInUp;
        animation-duration: 1s;
    animation-fill-mode: both;
}
/*Slider Style 4*/
.financoem-slide-content h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-bottom: 0px solid #fff;
}
a.financoem_popup_slider{
  display: inline-block;
border: none;
padding:0;
margin-left: 5px;
}
a.financoem_popup_slider:hover{
  background: none!important;
  border: none;
  color: inherit;
}
a.financoem_popup_slider img {
    max-width: 100%;
    display: inline-block!important;
    width: auto!important;
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
 .financoem-slide-content h1 {
   font-size: 50px;
}
.financoem-slide-content h2 {
    font-size: 30px;
} 

}
@media (min-width: 768px) and (max-width: 991px) {
.financoem-slide-content h1 {
   font-size: 37px;
}
.financoem-slide-content h2 {
    font-size: 23px;
    margin: 0 0 6px;
}
.financoem-slide-content {
    height: 500px;
}
.financoem-slide-content p br{
  display: none;
}
}
@media (max-width: 767px) {
.financoem-slide-content h1 {
   font-size: 20px;
}
.financoem-slide-content h2 {
    font-size: 15px;
    margin: 0 0 5px;
}
.financoem-slide-content {
    height: 350px;
}
.financoem-slide-btn a {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 16px;
}
.financoem-slide-content p br{
  display: none;
}
}

/*Service Section Elementor Css*/
.financoem_services_sec_class figure.elementor-image-box-img {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 100%;
    min-width: 45px;
    min-height: 45px;
    text-align: center;
}

/* Normal  :1366px. */
@media (min-width: 1200px) and (max-width: 1500px) {
.financo_choose_section .elementor-column-wrap{
  padding-right: 15px!important;
}

}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.financo_choose_section .elementor-column-wrap{
  padding-right: 15px!important;
}
}

/* project style css */
.financoem-filter-menu-list {
margin-bottom: 23px;
}
.financoem-filter-menu-list button {
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 16px;
line-height: 1;
margin: 0 15px;
position: relative;
padding: 0;
text-transform: capitalize;
position: relative;
outline: none;
height: auto;
border:none;
}
.financoem-filter-menu-list button.is-checked {
color: #1bb4b9;
}
.financoem-filter-menu-list button:focus{
  outline: none;
}
.financoem-filter_item_box{
    padding:0px;
}
.financoem-ft_item_image {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.financoem-ft_item_image::before {
  background: #000;
  content: "";
  left: 0;
  position: absolute;
  top: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.financoem-ft_item_image img{
    width: 100%;
}
.financoem-ft_item_image> a{
  display: block;
}
.financoem-ft_item_image:hover::before {
opacity: 1;
}
.financoem-ft_item_image a.icon_link {
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    height: 65px;
    line-height: 65px;
    margin: auto;
    font-size: 24px;
    text-align: center;
    width: 65px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.financoem-cat-wrapper {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    padding: 20px;
    top: 100%;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    
}
.financoem-cat-wrapper > a{
  color: #fff;
  transform: translateY(-15px);
  transition: all 0.5s ease-in-out;
}
span.financoem-cat-wrapper span{
  transform: translateY(15px);
  transition: all 0.5s ease-in-out;
}
.financoem-ft_item_image:hover .financoem-cat-wrapper > a,.financoem-ft_item_image:hover span.financoem-cat-wrapper span{
    transform: translateY(0);
  }
.financoem-ft_item_image a.icon_link{
  display: inline-block;
}
.financoem-cat-wrapper > a:hover{color: #1bb4b9;}
span.financoem-cat-wrapper span {
    display: block;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 5px;
}
.financoem-ft_item_image:hover .financoem-cat-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    top: auto;
}
.financoem-cat-wrapper h5 a{
    color: #fff;
}
.financoem-cat-wrapper h5{
    font-size: 16px;
    color: #fff
    margin-top: 0;
    margin-bottom: 5px;
}
.financoem-cat-wrapper h6{
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.financoem_project_ars .financoem-ft_item_image a.icon_link{
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-29%);
  position: absolute;
  visibility: hidden;
}
.financoem-ft_item_image:hover  a.icon_link {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
 a.icon_link >img{
  max-width: 100%!important;
 }
.financoem_project_ars .financoem-ft_item_image:hover a.icon_link{
  top:50%;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
body,.fancybox-enabled body{
  margin-right: 0px!important;
}
.fancybox-arrow:hover,.fancybox-arrow:focus{
  background: transparent;
  border: none;
  outline: none;
}
/*Team Css*/
.financoem-teamper-title h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
}
.financoem-teamper-title span{
  display: block;
  line-height: 1;
}
.financoem-team-thumb-img{
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.financoem-team-thumb-img a {
    display: block;
    overflow: hidden;
}
.financoem-team-thumb-img img{
    width: 100%;
}
.financoem-team-thumb-content {
    text-align: center;
    padding: 20px 10px;
    line-height: 1;
}
.financoem-team-thumb-content p {
    line-height: 1.5;
}
.financoem-team-social:after {
    background: #000 none repeat scroll 0 0;
    bottom:0px;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: auto;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}
.financoem-team-social > ul li{
    display: inline-block;
    position: relative;
    z-index: 9;
}
.financoem-team-social > ul{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding-left: 0;
}
.financoem-team-social {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top:0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.financoem-team-single-item:hover .financoem-team-social:after {
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.financoem-team-single-item:hover .financoem-team-social {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}
.financoem-team-social > ul li a{
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
    border-radius: 0;
}
.financoem-team-social > ul li a:hover {
    border: 1px solid #006b63;
    color: #fff;
    background: #006b63;
}
/*team details*/
.team-details-text h1 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.team-details-text > h3 {
    color: #006b63;
    font-size: 18px;
    font-weight: normal;
    margin: 3px 0 20px;
}
.team-details-text > p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 28px;
}
.team-details-text > p span {
    color: #333;
}
.team-icon > ul {
    float: right;
}
.team-icon li {
    display: inline-block;
}
.team-icon a {
    color: #9a9a9a;
    font-size: 18px;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.team-icon a:hover {
    color: #006b63;
}
.team-icon {
    display: block;
    overflow: hidden;
    position: relative;
}
.team-icon::before {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 451px;
}

@media (max-width: 767px) {
.team-details-text {
    margin-top: 30px;
}
.team-details-text h1 {
    font-size: 20px;
}
.team-details-text > h3 {
    font-size: 18px;
    margin: 5px 0 15px;
}
}

/*Team New Style */
.financoem_team_st2 .financoem-team-social {
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: auto;
    margin-top: 19px;
    margin-bottom: 0px;
}
.financoem_team_st2 .financoem-team-social > ul {
    top: 0;
    transform: translateY(0);
}
.financoem_team_st2 p {
    margin-top: 20px;
    margin-bottom: 0;
}

.financoem_team_st2 .financoem-team-thumb-content {
    position: absolute;
    bottom:-100%;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(108,173,25,0.81);
    opacity: 1;
    transition: all 0.6s ease-in-out;
    justify-content: center;
    flex-direction: column;
}
.financoem_team_st2:hover .financoem-team-thumb-content{
  bottom: 0;
}
.financoem_team_st2 .financoem-team-social:after{
  display: none;
}
.financoem_team_st2 .financoem-team-social > ul li a i{
  border-radius: 100%;
}

.financoem_team_st2:hover .financoem-team-thumb-content{
  opacity: 1;
}
.financoem-team-thumb-content.fancome_team_not_hover {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.fancybox-navigation button:hover{
  background: transparent;
  border:none;
  outline:none;
}
.fancybox-navigation button:focus{
  outline:none;
}

/*Carousel Button*/
.financoem_indicator1 .slick-arrow {
    bottom: 50%;
    transform: translateY(50%);
    right: -46px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 100%;
    line-height: 44px;
    text-align: center;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 100%;
    color: #aaa;
    font-size: 18px;
    height: 44px;
    width: 44px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
.financoem_indicator1 .slick-arrow.btn-prev{
  right: auto;
  left: -46px;
}
.financoem_indicator1 .slick-arrow:hover{
    color: #006b63;
    border-color: #006b63;
}
.financoem_indicator1:hover .slick-arrow{
  opacity: 1;
}

@media (max-width: 767px) {

.financoem_indicator1 .slick-arrow.btn-prev{
  right: 36px;
left: auto;
}
.financoem_indicator1 .slick-arrow {
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 25px;
    line-height: 25px;
    top: -46px;
}
}

.financoem_indicator-style-two .slick-arrow{
    opacity: 1;
    top: -79px;
    transform: translateY(0);
    right: 0px;
    left: auto;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border:1px solid #000;
    color: #000;
    font-size: 32px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.financoem_indicator-style-two .slick-arrow:hover{
    border-color: #006b63;
    color: #fff;
    background: #006b63;
} 
.financoem_indicator-style-two .slick-arrow.btn-prev{
    right:45px;
    left: auto;
}

.brand-logo {
  margin-bottom: 80px;
}
.financoem-brand-image{
    text-align: center;
}
.financoem-brand-image img{
    display: inline-block!important;
}
.brand-slider-active .slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.brand-slider-active .slick-dots li button {
    text-indent: -9999;
    opacity: 1;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px;
    border-radius: 100%;
    background: #061d36;
}
.brand-slider-active .slick-dots li.slick-active button{
    background: #e2a750;
}
.financoem-brand-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.htmega-counter-style-6 .htmega-counter-icon {
    justify-content: left!important;
}
.elementor-icon-list-item a span{
  transition: all 0.3s ease-in-out;
}