/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
@font-face {
    font-family: "iransans";
    src: url("../../css/fonts/iransans/eot/IRANSansWeb.eot"), url("../../css/fonts/iransans/ttf/IRANSansWeb.ttf") format("truetype"), url("../../css/fonts/iransans/woff/IRANSansWeb.woff") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: "iransans";
    src: url("../../css/fonts/iransans/eot/IRANSansWeb_Medium.eot"), url("../../css/fonts/iransans/ttf/IRANSansWeb_Medium.ttf") format("truetype"), url("../../css/fonts/iransans/woff/IRANSansWeb_Medium.woff") format("truetype");
    font-weight: 600;
    font-style: normal; }
@font-face {
    font-family: "iransans";
    src: url("../../css/fonts/iransans/eot/IRANSansWeb_Bold.eot"), url("../../css/fonts/iransans/ttf/IRANSansWeb_Bold.ttf") format("truetype"), url("../../css/fonts/iransans/woff/IRANSansWeb_Bold.woff") format("truetype");
    font-weight: 800;
    font-style: normal; }


html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: "iransans";
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

p{
    direction: rtl;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../../../files/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

h1,
h2 {
    font-weight: bold;
}

h1 {
    font-size: 35px;
    line-height: 3.063rem;
}
@media (max-width: 480px) {
    h1 {
        font-size: 25px;
    }
    #brief1{
        background: #F7F8FA !important;
    }
}
h2 {
    font-size: 25px;
    line-height: 3.063rem
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    text-align: right !important;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: justify;
    text-align-last: right;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}
@media (max-width: 480px) {
    .standard-button,
    .standard-button2 {
        width: 100%;
    }
}
.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    background: #F7F8FA !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header .solid-color {
    min-height: 1px;
    padding-bottom: 32px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .home-contents {
    margin-top: 170px;
}

@media screen and (max-width: 767px){

    header .home-contents {
        margin-top: 80px;
    }
}

header .intro-section {
    text-align: left;
}

header .intro-section .standard-button {
    margin: 0;
}

header .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

header .phone-image img {
    width: 100%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
    text-align: right;
}

header .intro-section h5 {
    color: #ffffff;
    direction: rtl;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 16px;
    padding-bottom: 30px;
    background: #ffffff;
}

.features .features-left {
    text-align: justify;
    text-align-last: right;
    margin-top: 26px;
    margin-bottom: 0px;
}

.features .features-left .feature {
    flex-direction: row-reverse;
}
.features .features-left .icon-container {
    margin-left: 20px;
}

.features .features-right {
    text-align: justify;
    text-align-last: right;
    margin-top: 26px;
    margin-bottom: 0px;
}

.features .features-right .feature{
    flex-direction: row;
}


.features .features-right .icon-container {
    margin-right: 20px;
}

@media screen and (max-width: 767px){

    .features .features-right .feature{
        flex-direction: row-reverse;
    }
    .features .features-right .icon-container {
        margin-right: 0;
        margin-left: 20px;
    }
}

.features .feature {
    display: flex;
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    display: flex;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}


.features .feature .icon-container .icon i {
    margin: auto    ;
}

.features .feature h4 {
    text-align: right;
}

@media screen and (min-width: 1200px) {

    .features .feature h4 {
        text-align: right;
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }

    .features .feature .fetaure-details p {

        height: 196px;
        overflow: hidden;
    }

}

@media screen and (min-width: 992px) and  (max-width: 1199px){

    .features .feature h4 {
        text-align: right;
        line-height: 32px;
        height: 64px;
        overflow: hidden;
    }

    .features .feature .fetaure-details p {

        height: 196px;
        overflow: hidden;
    }

}

@media screen and (min-width: 768px) and  (max-width: 991px){

    .features .feature h4 {
        text-align: right;
        line-height: 32px;
        height: 64px;
        overflow: hidden;
    }
    .features .feature .fetaure-details p {
        text-align: right;
        height: 310px;
        overflow: hidden;
    }

}
.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}


/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    padding-top: 40px;
    padding-bottom: 40px;
}

.app-brief h2 {
    margin-bottom: 20px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 0px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/* VIDEO */

video {
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/

.testimonials {
    color: #ffffff;
}

.testimonials .solid-color {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}


/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 16px;
    padding-bottom: 120px;
}

.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

.packages {
    padding-top: 16px;
    padding-bottom: 60px;
    background: #ffffff;
}

.single-package {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 60px;
}

.single-package .price {
    background: #FFFFFF;

}

.single-package .price h2 {
    color: #272727;
}

.single-package .price .color-bg h2 {
    color: #FFFFFF !important;
} 

.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    font-weight: 300;
}

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
    padding-right: 0;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-package .package-feature > li:first-child {
    font-weight: bold;
}
.single-package .package-feature > li > span {
  margin-right: 0px;
}

.packages .single-services{
    direction: rtl;display:flex;justify-content: center;flex-wrap: wrap
}
.packages .single-service{
    float: none;
}
.packages .single-service .package-heading{
    font-weight: 600;
}

.packages .single-service h6 {
    text-align-last: center;
}

.packages .single-service .price h6 {
    text-align-last: center;
    margin: 0;
    text-decoration: line-through !important;
    color: red !important;
}
.packages .single-service .price h2 {
    margin-top: -16px;
}
/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    color: #ffffff;
}

.download .solid-color {
    padding-top: 40px;
    padding-bottom: 0;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 30px;
}


/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    background: #c2c2c2;
    color:#fff;
    font-size: 25px;
    padding: 8px;
}
footer .social-icons li:hover a {
    background-color: rgb(0, 142, 214);

}
footer .social-icons li:hover a i{
    color:#fff;

}

footer .social-icons li a img {
    height: 18px;
    margin: auto;
}

footer .copyright {
    color: #808080;
    padding-top: 0px;
    margin-bottom: 8px;
}

header .intro-section {
    text-align: justify;
    text-align-last: right;
}



.app-brief .left-align {
    text-align: right;
}
.app-brief .left-align p{
    text-align: justify;
    text-align-last: right;
}

.single-package .price h2 {
    direction: rtl;
    font-size: 24px;
}

.single-package .package-feature > li > span {
    margin-left: 7px;
}



.navbar-inverse {

    background: #fff !important;
}

.colored-line-left {
    float: right;}

.rtl_footer_logo{
    max-width: 150px;
    margin-top: 32px;
}
.rtl_logo_image_holder {
    float: right;
    margin: 0 0 0 16px;
}
.rtl_logo_image {
    max-height: 45px;
}

@media (max-width: 767px) {

    .rtl_logo_image {
        display: none
    }
    .navbar-inverse .navbar-nav {

        direction: rtl !important;
    }
    .rtl_menu_small {
        position: absolute;
        left: 16px;
        top: 10px;

    }
    .rtl_menu_small img {
        max-height: 45px !important;
    }
}
.only-logo {
    margin-top: 100px;
}
.only-logo img {
    max-width: 150px;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: right;
    }
    .rtl_menu_small {
        display: none
    }
}

@media (min-width: 768px){
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: wrap;
    }}



@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
        margin: 16px 0;
    }



}

.navbar-toggle {

    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 15px;
}



@media (max-width: 767px){


    .navbar-inverse .navbar-nav  {
       padding-right: 15px;
       padding-left: 15px !important;
    }

    .navbar-inverse .navbar-nav > li {
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #eee;
    }
    .navbar-inverse .navbar-nav > li > a {
        width: 100%;
           display: inline-block;
           border-radius: 4px;
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            line-height: 16px;
           padding: 10px 13px;
           text-transform: uppercase;
           color: #0088cc;
       }
    .navbar-inverse .navbar-nav > li:hover > a {
        background: #0088cc;
        color: #fff;
    }
}
ul.main_header_style > li.active > a {
    background-color: #0088cc;
}
ul.main_header_style > li.active > a {
    background-color: #CCC;
}
.main_header_style >li.active>a, .main_header_style>li.active>a:focus, .main_header_style>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}
.navbar-inverse .navbar-nav > li.active > a {
    background: #0088cc;
    color: #fff;
}
.navbar-inverse .navbar-nav > li.active:hover > a {
    background: #0088cc;
    color: #fff;
}

.navbar-inverse .navbar-nav li .dropdown-menu {
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #0088cc;
    margin: -3px 0 0 0;
    min-width: 90px;
    padding: 5px;
    text-align: left;
}
.navbar-inverse .navbar-nav li.opened a{
    color: #0088cc;
}
.navbar-inverse .navbar-nav li.opened > ul.dropdown-menu {
    display: block !important;
    position: static;
    float: right;
    width: 100%;
    border: unset;
    box-shadow: unset;
    padding: 0 20px 0 0;
}
.navbar-inverse .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: none;
}
@media (min-width: 768px) {
    .navbar-inverse .navbar-nav li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        top: auto;
        display: block;
        opacity: 1;
    }
    .navbar-inverse .navbar-nav li.opened > ul.dropdown-menu {
        display: none !important;
    }
    .navbar-inverse .navbar-nav li.dropdown.open:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        top: auto;
        display: block;
        opacity: 1;
    }
}

.navbar-inverse .navbar-nav .dropdown-menu li {
    text-align: right;
}
.navbar-inverse .navbar-nav .dropdown-menu li a {
    font-size: 13px;
    color: #777;
    font-weight: normal;
    display: block;
    padding: 10px 13px;
}
.navbar-inverse .navbar-nav li.opened > ul.dropdown-menu {
    display: block;
    position: static;
    float: right;
    width: 100%;
    border: unset;
    box-shadow: unset;
    padding: 0 20px 0 0;
}
.navbar-inverse .navbar-nav li.opened > ul.dropdown-menu li a {
    padding: 10px 0;
    font-weight: normal;
    font-size: 13px;
    color: #424141;
}
.navbar-inverse .navbar-nav li.opened > ul.dropdown-menu li:last-child {
    border-bottom: unset;
}

@media (min-width: 768px){
    .navbar-inverse .navbar-nav > li > a {
        display: inline-block;
        border-radius: 4px;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        padding: 10px 13px;
        text-transform: uppercase;
        color: #0088cc;
    }
    .navbar-inverse .navbar-nav > li:hover > a {
        background: #0088cc;
        color: #fff;
    }
}
ul.main_header_style > li.active > a {
    background-color: #0088cc;
}
ul.main_header_style > li.active > a {
    background-color: #CCC;
}
.main_header_style >li.active>a, .main_header_style>li.active>a:focus, .main_header_style>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}

@media screen and (max-width: 425px){
    video {
        width: 100%;
    }
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #0088cc;
    border-color: #0088cc;
}

html .call-to-action.call-to-action-primary {
    background: #0088cc;
}
.call-to-action .call-to-action-content {
    text-align: center;
    width: 70%;
    margin-left: 3%;
    float: right;
}
html .heading-light, html .lnk-light, html .text-color-light {
    color: #ffffff !important;
}
.mb-none {
    margin-bottom: 0 !important;
}

.mt-xl {
    margin-top: 25px !important;
}
html .call-to-action.call-to-action-primary h3, html .call-to-action.call-to-action-primary p {
    color: #ffffff;
}
.call-to-action p {
    font-size: 1.2em;
}
.index-inline-46 {
    text-align: center !important;
}
.mb-xl {
    margin-bottom: 25px !important;
}
@media (min-width: 768px){
    .lead {
        font-size: 21px;
    }
}
.arrow.hlb {
    background-position: -209px -101px;
    width: 120px;
    height: 47px;
}
.arrow.arrow-light {
    background-image: url(../../img/arrows-dark.png);
}
.index-inline-47 {
    position: absolute !important;
    left: 270px !important;
    top: 30px !important;
}

.arrow {
    background: transparent url(../../img/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}
.call-to-action .call-to-action-btn {
    width: 22%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    right: auto;
    left: 25px;
}
.call-to-action .call-to-action-btn.mobile-btn{
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    left: unset;
    right: unset;
}
.call-to-action h2.h2-xs{
    font-size: 20px;
    font-weight: bold;
}
.jashnvare-icon{
    position:fixed;height: 150px;width: 170px;left: 0px;bottom: 0px;cursor: pointer;z-index: 100;
}
@media only screen and (max-width: 443px){
    .jashnvare-icon{
        height: 100px;width: 110px;
    }
}