/*
  Template Name: febar 
  Version: 1.0.1
*/


/* === common css class end here === */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body,
html {
  overflow-x: hidden;
}

ul,
ol {
  list-style-type: none;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.display_none {
  display: none;
}

.margin_zero {
  margin-bottom: 0 !important;
}

a:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  transition: .5s;
  font-size: 24px;
  color: #000122;
  margin: 0;
  margin-bottom: 10px;
}

body {
  color: #000122;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
}

a {
  text-decoration: none!important;
}

.md_b768 {
  display: none;
}

.span {
  color: #14b1bb;
}

.text-center {
  text-align: center;
}


/*==== Preloader css  ====*/	
.wpdhide {
    width: 100%;
    z-index: 9000;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fcbf64f5;
    height: 100%;	
}
.waitcencel {
    text-align: center;
}
.waitfew {
    font-size: 25px;
}
.cencelload {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
}


/* logo sticky */

.witr_main_menu {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 9%);
}

.witr_main_menu .logo a.main_sticky_main_l {
  display: block;
}

.witr_main_menu .logo a.main_sticky_l {
  display: none;
}

.hidden-md.hidden-lg {
  overflow: hidden;
}
.special_offer {
    background: #000122;
    padding: 10px 10px;
}

.special_offer h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.special_offer h4 span {
  color: #14b1bb;
}

.special_offer.text-center .thr {
  color: #000122;
  text-decoration: line-through;
}

.tx_mmenu_together {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.witr_menu_text ul li {
  display: inline-block;
  position: relative;
}
.witr_menu_text ul li a {
  display: block;
  margin-right: 30px;
  transition: .5s;
  color: #333333;
  font-size: 22px;
  font-weight: 500;
}

.witr_menu_text ul li a:hover {
  color: #000122;
}


.live_demo_btn a, .dtbtn {
    border: none;
    display: block;
    font-size: 19px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    background: #000122;
    transition: .5s;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.live_demo_btn a:hover,
.dtbtn:hover {
  color: #fff;
}

.live_demo_btn a:before,
.dtbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #14b1bb;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.live_demo_btn a:hover:before,
.dtbtn:hover:before {
  transform: scaleY(0);
  color: #fff;
}

.mobile-menu {
  display: none !important;
}


/* capability area */

.capable_area {
  background: url("./images/footerbg.png");
  background-position: center center;
  padding: 100px 0 120px;
}

.single_c_main {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.single_c_item h2 {
  margin-top: 15px;
}


/* page_count_number */

.number_area {
  padding-top: 40px;
}

.page_count_number h2 {
  font-size: 95px;
}

.page_count_number h2 sub {
  bottom: 0;
}

.page_count_number h3 {
  font-size: 36px;
  font-weight: 600;
}

.page_count_number h4 {
  margin-top: 30px;
  font-weight: 600;
}

.page_count_number h4 span {
  color: #14b1bb;
}

.page_count_number ul {
  margin: 29px 0 30px;
}

.page_count_number ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.page_count_number ul li i {
  color: #14b1bb;
}
/* portfolio_nav */

.portfolio_nav {
  margin: 20px 30px;
  text-align: center;
}

.portfolio_nav ul li {
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding: 7px 15px;
  position: relative;
  transition: .5s;
  text-transform: uppercase;
}

.portfolio_nav ul li:hover {
  color: #000122;
}

.portfolio_nav ul li sup {
  color: #14b1bb;
  font-size: 15px;
  transition: .5s;
}

.portfolio_nav ul li.active sup,
.portfolio_nav ul li:hover sup {
  color: #fff;
}

.portfolio_nav ul li.active,
.portfolio_nav ul li.current_menu_item {
  color: #14b1bb;
}

li.new_color {
  background: #14b1bb;
  color: #fff;
}

#demo_part {
  padding: 0px 0 90px;
  margin-top: -110px;
}

/* .padding_left_right {
  padding: 0px 175px;
} */

.row.demo_title {
  padding-bottom: 50px;
}

.demo_title h4 {
  font-weight: 600;
  color: #000122;
  margin: 0;
}

.demo_title h2 {
  font-size: 60px;
}

.demo_title p {
  width: 54%;
  margin: auto;
}

.single_demo {
  margin-top: 30px;
  transition: .5s;
}


.img_overlay {
  position: relative;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 9%);
  overflow: hidden;
}
.img_overlay img {
  width: 100%;
  height: auto;
     transition: all 2s ease;
    background-size: cover; 
}

.img_overlay img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.img_overlay img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}
.single_demo:hover .img_overlay img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.single_demo:hover .img_overlay img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
/* .img_overlay::before {
  position: absolute;
  content: "Best";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8%;
  border-radius: 100% 100% 0% 0% / 100% 100% 100% 100%;
  transition: .5s;
}

.img_overlay:hover::before {
  height: 12%;
} */


/* btn */

.live_demo_btn {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: 1s;
}

.live_demo_btn ul li {
  display: inline-block;
}

.live_demo_btn a {
  font-size: 18px;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 4px;
  transition: .5s;
}


/* coming_soon_thumb */

.coming_soon_thumb {
  position: relative;
}

.coming_soon_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #14b1bbed;
}

.coming_soon_thumb img {
  width: 100%;
}

.compatible_part {
  padding: 100px 0px 80px;
}

.white_color {
  color: #fff;
}


/* Feature title css */

.demo_des {
  margin-top: 20px;
}

.demo_des h4 {
  display: inline-block;
  transition: 1s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: linear-gradient(to right, #14b1bb, #14b1bb, 50%, #333333 50%);
  background-size: 200% 100%;
  background-position: 100%;
  font-size: 30px;
}

.demo_des h4:hover {
  background-position: 0% 100%;
}

.demo_des.coming_soon h4 {
  -webkit-text-fill-color: inherit;
}

.demo_more_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.demo_more_text a h2:hover {
  color: #14b1bb;
}

.theme_new_demo {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  transition: .3s;
}

.theme_new_demo span {
  background: #14b1bb;
  padding: 7px 17px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  display: inline-block;
}

.multiarea {
  background: url(./images/multibg.png);
  background-position: center center;
  background-size: cover;
}


/* ==== footer ==== */

.footer_copyright {
  height: 55px;
  line-height: 55px;
  background-color: #555;
  text-align: center
}

.footer_text p {
  line-height: 55px;
  font-weight: 400;
  color: #fff;
}

.footer_text p a {
  text-transform: uppercase;
  color: #ff5a5a;
}


/* feature css */

#feature_part {
  padding: 100px 0;
  background: #f9f9f9;
  background-position: center center;
}
.witr_services_page {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 50px 0 #0000000a;
    padding: 20px 30px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.witr_icon_image {
    position: relative;
    overflow: hidden;
}

.witr_icon_image img {
    transition: all 2s ease;
    background-size: cover;
}

.witr_icon_image img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.witr_icon_image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    object-fit: cover;
    transform: translateX(-50%);
}
.witr_services_page:hover .witr_icon_image img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.witr_services_page:hover .witr_icon_image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.witr_icon_image h5 {
  margin-top: 22px;
  font-weight: 500;
}

.witr_icon_image h5:hover {
  color: #000122;
}

/** footer part css **/

.footer_part {
  padding: 100px 0px;
  background: url(./images/footerbg.png);
  background-position: center center;
}

.footer_col h2 {
  font-size: 60px;
}

.footer_col p {
  margin: 19px 0 30px;
  font-size: 24px;
}

.buy_now {
  color: #fff;
  background: #14b1bb;
  padding: 17px 50px;
  border-radius: 0 15px;
  display: inline-block;
  font-size: 16px;
  transition: .5s;
  margin-right: 10px;
}

.buy_now:hover {
  color: #fff;
  border-radius: 15px 0;
  background: #000122;
}

#footer_copyright {
  background: #000122;
  padding: 10px 0;
}
nav.witr_menu_text {
  text-align: right;
}
#footer_copyright ul li {
  color: #fff;
  font-size: 20px;
}

#footer_copyright ul li a {
  color: #fff;
}


/*========================
EM40 SCROLL TOP CSS
=========================*/

#scrollUp {
  background: #14b1bb;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 30px;
  text-align: center;
  border-radius: 5px;
}

#scrollUp i {
  color: #fff;
  font-weight: 900;
}

.mean-container .mean-bar {
  background: #f8b37c;
  min-height: 51px;
  padding: 4px 0 0;
}

.mean-container a.meanmenu-reveal {
  padding: 11px;
}

.md_n768 {
  display: none;
}



