/*
  Template Name: onetop 
*/


/* === common css here === */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body,
html {
  overflow-x: hidden;
}

ul,
ol {
  list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
  margin-bottom: 0;
}

.display_none {
  display: none;
}

.margin_zero {
  margin-bottom: 0 !important;
}

a:focus {
  outline: 0;
}

.form-control:focus {
  border-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Josefin Sans", 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: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: none!important;
}

.md_b768 {
  display: none;
}

.span {
  color: #1ab744;
}

.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: #1ab744;
}

.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: 20px;
  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: #000122;
    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: #1ab744;
  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;
}


/* ===== START CSS FOR HOME-PAGE ===== */

.banner_slider_full {
  background: url("./images/preview.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 800px;
  position: relative;
}

.text_logo {
  margin-bottom: 10px;
}

.dflex_text {
  display: flex;
  justify-content: space-between;
}
.banner_info_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67%;
}
.banner_info_text h2 {
    font-size: 58px;
    margin-bottom: 25px;
    color: #fff;
}

.banner_info_text h3 span,
.banner_info_text h2 span {
  color: #1ab744;
}

.banner_info_text h3 {
  font-size: 46px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;  
}

.banner_info_text p {
color: #fff;  
}

.banner_info_text p i {
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
}

.wp_main_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.wp_main_btn.card_btn {
  right: 0;
  left: auto;
}

.wp_main_btn a,
.main_btn a {
  background: #1ab744;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.wp_main_btn a::before,
.main_btn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  background: #02101e;
  transition: .5s;
}

.wp_main_btn a:hover,
.main_btn a:hover {
  color: #fff;
}

.wp_main_btn a:hover::before,
.main_btn a:hover::before {
  bottom: 0px;
}


/* capability area */

.capable_area {
  background: url("https://themeloto.com/pv/wp/ashar_demo/images/cpbg.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: #1ab744;
}

.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: #1ab744;
}

span.cdowns {
  width: 44px;
  height: 60px;
  display: inline-block;
  margin: 0 29px;
  position: relative;
}

span.cdowns::before {
  position: absolute;
  content: "";
  background: #1ab744;
  top: 27px;
  right: -37px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

span.cdowns::after {
  position: absolute;
  content: "";
  background: #1ab744;
  top: 50px;
  right: -37px;
  height: 8px;
  width: 8px;
  ;
  border-radius: 50%;
}

span.time-counts {
  color: #1ab744;
  font-size: 34px;
  font-weight: 600;
}

span.cdowns:last-child::before,
span.cdowns:last-child::after {
  display: none;
}

.counterdowns {
  text-align: center;
}

.counterdowns p {
  color: #1ab744;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}


#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;
    text-align: center;
}
.img_overlay {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    height: 300px;
    background: #fff;
    border-radius: 10px;
	transition:.5s;
}
.img_overlay:hover{
      background: url("./images/preview.jpg") no-repeat;
	  background-position:center center;
	      background-size: cover;
		  transition:.5s;
}

/* btn */
.live_demo_btn {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    transition: 1s;
}
.live_demo_btn a {
  font-size: 18px;
  padding: 10px 30px;
  display: inline-block;
  transition: .5s;
}


/* coming_soon_thumb */

.coming_soon_thumb {
  position: relative;
}

.coming_soon_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1ab744ed;
}

.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, #1ab744, #1ab744, 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: #1ab744;
}

.theme_new_demo {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  transition: .3s;
}

.theme_new_demo span {
  background: #1ab744;
  padding: 7px 17px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  display: inline-block;
}

.multiarea {
  background: url(https://themeloto.com/pv/wp/ashar_demo/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: url(https://themeloto.com/pv/wp/ashar_demo/images/fbg.png);
  background-position: center center;
}

.witr_services_page {
  margin-top: 15px;
  text-align: center;
}

.witr_icon_image {
  margin-bottom: 30px;
}
.witr_icon_image{
     filter: grayscale(1);
     transition: all 0.3s ease 0s;
}
 .witr_icon_image:hover{
     filter: grayscale(0);
}
.witr_icon_image h5 {
  margin-top: 22px;
  font-weight: 500;
}

.witr_icon_image h5:hover {
  color: #000122;
}


/* witr_responsive_area */

.witr_elementor_area {
  padding: 100px 0;
}

.align_items {
  align-items: center;
}

.witr_lr_image img {
  width: 100%;
}

.witr_text_right {
  margin-right: 348px;
}

.witr_text_left {
  margin-left: 120px;
}

.witr_content h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000122;
}

.witr_content h2 {
  font-size: 48px;
}

.witr_content_list {
  display: flex;
  margin-top: 17px;
}

.witr_content_list li {
  list-style: none;
  margin-right: 23px;
  font-size: 18px;
  font-weight: 500;
}

.witr_content p {}

.witr_content a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 3px;
  color: #fff;
  transition: .3s;
  background: #1ab744;
  margin-top: 30px;
}

.witr_content a:hover {
  background: #000122;
}

.single_demo_install {
  margin-top: 30px;
}


/* compatible_demo_area */

.compatible_demo_img {
  margin-bottom: -3px;
}

.compatible_demo_img img {}


/* witr_column_inn_area */

.witr_column_inn_area {
  padding: 0 200px;
}


/** footer part css **/
.footer_part {
    padding: 100px 0px;
    background: url(./images/preview.jpg);
    background-position: center center;
    background-size: cover;
}

.footer_col h2 {
  color: #fff;
  font-size: 60px;
}
.footer_col p {
    color: #fff;
    margin: 19px 20px 30px;
    font-size: 24px;
}

.buy_now {
  color: #fff;
  background: #1ab744;
  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: #1ab744;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 50%;
    text-align: center;
    border-radius: 5px;
    transform: translateX(-50%);
}

#scrollUp i {
  color: #fff;
  font-weight: 900;
}

.mean-container .mean-bar {
  background: #1ab744;
  min-height: 51px;
  padding: 4px 0 0;
}

.mean-container a.meanmenu-reveal {
  padding: 11px;
}

.md_n768 {
  display: none;
}


/* witr_documentation_area */

.witr_documentation_area {
  padding: 30px 0;
  background: #1ab744;
}

.witr_documentation_text h4 {
  font-size: 60px;
}

.witr_documentation_text p {
  font-size: 36px;
}


/* hstylearea */

.headerstyle {
  padding: 100px 0;
}

.hstyle_main_area {
  margin: 70px 0 30px;
}

.hstyle_main {
  background: #1ab744;
  background-image: linear-gradient(63deg, #1a237c 20%, #0ebab8 100%);
  text-align: center;
  padding: 20px 30px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.hmiddlecolor {}

.hstyle_main h2 {
  font-size: 72px;
  color: #000122;
  margin: 0;
}

.hstyle_main h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.list-inline {
  margin: 0;
}

.wp_main_btnv {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.video-item i {
  color: #ffffff;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: #1ab744;
  border-radius: 50%;
  font-size: 25px;
}

.video-item a::after,
.video-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
  animation: witr-shadow 1s linear infinite;
}

.video-item a::after {
  animation-delay: 1.5s;
}

@-webkit-keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.myvd {
  color: #1ab744;
}

.myvd i {
  font-size: 12px;
  color: #1ab744;
}
