/* Appium By IconicThemes */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Promo Section
    5.0 Content Section
    6.0 Features Section
    7.0 Screenshot Section
    8.0 Team Section
    9.0 Pricing Section
    10.0 Testimonial Section
    11.0 Download Section
    12.0 Blog Section
    13.0 Subscribe Section
    14.0 Footer Section
    15.0 Scrool To Top
    
    ==========================================================================
    Appium App Landing Page
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
	@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:wght@200..1000&display=swap');
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #666;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #222;
}
h1{
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px;
    color: #222;
    letter-spacing: -3px;
}
h2{
    font-size: 24px;
    color: #333;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #222;
    letter-spacing: -0.025rem;
}
h3{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.025rem;
    line-height: 1.2;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 17px;
    color: #666;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #555 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #555 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #555 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #555 !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f4f9ff;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-55{ margin-bottom: 55px; }
.mb-60{ margin-bottom: 60px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #e035a0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}
/*Battery*/
.battery{
    width: 28px;
    height: 14px;
    border: 1px #fff solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    top: 40px;
    margin: 0 auto;
}
.battery:after{
    width: 2px;
    height: 7px;
    background-color: #fff;
    border-radius: 0px 1px 1px 0px;
    position: absolute;
    content: "";
    top: 2px;
    right: -4px;
}
@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}


/* Section Heading */
.section-heading h2{
    color: #444;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.3px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.section-heading p{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* =================Whatsapp Button============== */

  /* whatsapp button */
  .fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    /* top: 77%; */
    bottom:30px;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedwhatapp a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #25D366;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .fixedwhatapp a p{
    margin: 0;
    margin: 0;
      padding: 5px;
      color: #25D366;
      height: 45px;
      line-height: 1.2;
      font-size:14px;
  }
  
  .fixedwhatapp:hover {
    right: 0;
  }
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed-top.header-section{
    background: linear-gradient(316deg, #f8ffff 50%, #ffffff 100%);
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    height: 85px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top ul.nav > li > a{
    color: #000000;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #d32027;
}
.navbar-fixed-top .logo-dark,
.logo-light{ display: none; }
.navbar-fixed-top .logo-light{ display: block; }
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 70px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #d32027;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: -53px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background-color: #fff;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.hero-section:before{
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -65px;
    top: -160px;
    z-index: -1;
    background: linear-gradient(45deg, #effafb, #fffce5);
    border-radius: 50%;
    box-shadow: 5px 5px 10px #ededed;
}
.hero-content h1{
    margin-bottom: 20px;
}
.hero-content p{
    line-height: 1.5;
    margin: 0 0 25px;
}
.hero-content .download-btn:hover{
    opacity: 0.8;
}
.hero-inner{
    position: relative;
}
.hero-moc{
    background-image: url(../img/mobile4.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 400px;
    height: 600px;
    vertical-align: middle;
    bottom: -200px;
    right: 50px;
}
.img_animation{
    animation-name: mock-animation;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
-webkit-animation-name: mock-animation;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
/*Mockup Animation*/
 @-webkit-keyframes mock-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-25px);
         transform: translateY(-25px);
    }
}
 @keyframes mock-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
}

/* ==========================================================================
   WHY Choose us Section
   ========================================================================== */
   .odd_bg{
    background: #fcffff;
   }
   .why_section .why_content{
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 5px #efefefa3;
    padding: 17px;
    height: 240px;
    }
    .why_section .why_content p{
    font-size: 15px;
    }

/*  */
.ecom_feature .admin_feature_img img, .ecom_feature .feature_heading, .ecom_feature .user_feature_img img{
    position: relative;
    z-index: 2;
}
.ecom_feature .admin_feature_img:before{
    background-image: url(../img/bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 700px;
    height: 500px;
    top: 75px;
    z-index: 0;
}
.feature_content div{
    position: relative;
}
.feature_content h4{
    padding-left: 30px;
    font-weight: 500;
}
.feature_content h4:before{
    background-image: url(../img/point.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0px;
    z-index: 0;
    top: 7px;
}
.ecom_feature p{
    font-size: 15px;
}
.ecom_feature .user_feature_img:before{
    background-image: url(../img/bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 700px;
    height: 500px;
    top: 155px;
    left: -144px;
    z-index: 0;
    transform: rotate(242deg);
}
.user_feature_img2{
    height: 300px;
    position: absolute;
    left: 10px;
    bottom: 200px;
}
.user_feature_img3{
    position: absolute;
    height: 300px;
    left: 10px;
    bottom: 121px;
}
/* ======================== */
.process_shadow{
    box-shadow: 0px 0px 10px #f0fbf8;
    border-radius: 5px;
}
.FAQ_border_right{
    border-right: 1px dashed lightgray;
}
/* ==========================================================================
   Download Section
   ========================================================================== */
.Your_success_section{
    padding: 120px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.Your_success_content h2{
    font-size: 40px;
    color: #000;
    text-transform: none;
}
.Your_success_content p{
    color: #000;
    margin: 0 0 25px;
}/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.process_img2{
    height: 225px;
    position: absolute;
    left: -40px;
    top: 16px;
}
.subscribe-section{
    /* background: linear-gradient(-45deg, #e035a0 50%, #714ac7 100%); */
    background-image: radial-gradient(#05e3a51f, #01bae200);
}
.subscribe-section .logo{
    margin-bottom: 30px;
}
.subscribe-content{
    display: block;
    margin-bottom: 40px;
}
.subscribe-content p{
    color: #000;
    font-weight: 600;
}
.subscribe-wrap{
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.subscribe-form{
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.subscribe-form .form_input{
    background-color: #fff;
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    float: left;
    width: 100%;
    outline: none;
    border: none;
    border: none;
    border-radius: 30px;
    padding-right: 110px;
}
.subscribe-form .submit{
    position: absolute;
    right: 20px;
    top: 0;
    height: 60px;
    /* width: 100px; */
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
        color: #009688;
}
.subscribe-form .submit:hover{
    cursor: pointer;
        color: #009688;
}
.subscribe-form .submit:focus{
  outline: none;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #111;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-success,
.subscription-error{
    color: #fff;
}
.subscribe-content h4{
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;

}
/* ==================footer =============== */
.colorRed {
    color: #e22430;
}
.Footer_detail_hr{
    display: none;
}
.footer_contact_detail .row{
align-items: center;
padding-top: 25px;
padding-bottom: 25px;

}
.redbg {
    background: #e22430;
}
.footer-contact-detail-icon {
    margin-right: 20px;
    font-size: 23px;
    color: #fff;
}
.footer_icn_css {
    font-size: 30px;
    color: #e22430;
}
.footerTextHeading {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    text-decoration: underline;
    color:#e22430;
    width: fit-content;
    text-underline-offset: 4px;
    margin-bottom: 5px;
}
.footerTextPara {
    font-size: 13px;
    LINE-HEIGHT: 1.5;
    margin-bottom: 8px;
}
.footerTextPara a{
color: #0e1442;
}
.footerlogoSize {
    width: 200px;
}
.CSSSP {
    padding-left: 40px;
    padding-right: 40px;
}
.footer_office_title{
    font-weight: 500;
    font-size: 17px;
    margin-right: 10px;
    font-family: 'Rubik', sans-serif !important;
  }
  p {
    margin-bottom: 10px;
    color: var(--purple-color);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}
.text-light{
    color:#fff !important;
}
.footer_contact_detail a:hover, .bannerSliderBox a:hover{
    color: #fff !important;
  }
/* ======================================outdoor============== */
.outdoor h2{
    font-family: "Fira Sans", sans-serif;
}
.outdoor_hero_section{
    background-image: url('../img/hoarding2.jpg');
    background-size: cover;
}
.outdoor_hero_inner_section{
    background-image: linear-gradient(45deg, #edfffef7, #fffce5);
}
.outdoor_hero_inner_section .container{
    align-items: center;
    padding: 180px 10px 150px;
}
.outdoor_hero_content h1{
    color: #d32027;
}
.outdoor_hero_content p{
    font-weight: 500;
    font-size: 25px;
    margin-top: 10px;
}
.outdoorFeature_content{
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.outdoor_btn{
    width: 100%;
    background: #dff3f1;
    padding: 5px;
    border-radius: 15px;
    color: #009688;
    font-weight: bold;
}
.testimonial_shadow{
    box-shadow: 0px 2px 5px #e6eae9;
    border-radius: 5px;
    margin: 10px;
    height: 200px;
    padding: 15px;
}
.testimonial_shadow p{
    font-size: 14px;
}