
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');
:root{
    /* --font-family1:Lato, sans-serif; */
    /* --font-family1:'Open Sans', sans-serif; */ /* jile iron color */
    /*--color7:#141618;*//* old footer*//* copywrite *//* envision *//* elobrate */ /* plan *//* measure *//*dark jile color*/
}
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap'); */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
   
}
ol,
ul {
    list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
}
::-moz-selection {
    background-color: #31c7b2;
    color:white;
}
::selection {
    background-color: #31c7b2;
    color:white;
}
.container:before,
.container:after,
.row:before,
.row:after,
.nav-header:before,
.nav-header:after,
.nav-navbar:before,
.nav-navbar:after,
.top-set:after,
.top-set:before,
.bottom-set:after,
.bottom-set:before {
    content: " ";
    display: table;
}
.row:after,
.nav-header:after,
.nav-navbar:after,
.top-set:after,
.bottom-set:after {
    clear: both;
}
body {
    font-family: 'Source Sans Pro'
,
sans-serif;
	 font-family: 'Poppins'
,
sans-serif;
    /*font-family: var(--font-family2);*/
    font-size: 16px;
    font-weight: 400;
    /* color: var(--color1); */
    color: #404040;
   
    /* line-height: 1.5625; */
    line-height: 1.5em;
    background-color: white;
    overflow-x: hidden;
    min-height: 100px;
	 cursor: default;
   
}
a{
    cursor: pointer;
    /* color: var(--jile-color);
    color: var(--color-new-1);*/
    /* color: var(--color-new-2); */
    color: blue;
    
}
p{
    margin: 0 0 10px;
    line-height: 1.57em;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 10px;
    /* line-height: 1.4; */
    line-height: 1.5;
}
a:hover, a:focus {
     /*color: var(--jile-color);
    color: var(--color-new-1);*/
	 color: #5a8fbe;
    text-decoration: none;
    outline: none;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* width: 98%; */
    /* position: relative; */
}
.btn,.btn:hover, .btn:focus,.btn:active:focus {
    position: relative;
    display: inline-block;
    background-clip: padding-box;
	background-color: transparent;
    /*transition: color .2s ease,border .2s ease,background .2s ease,box-shadow .2s ease;*/
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
    min-width: 60px;
    max-width: 100%;
    padding: 20px 30px;
	opacity: 0.95;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    border-color: #31c7b2;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
    line-height: 1;
	-webkit-box-shadow:none;
	        box-shadow:none;
	
}
.btn.btn-outline,.btn.btn-outline:hover,.btn.btn-outline:focus{
    background-color: white;
    /* color: var(--color3); */
	/* color: var(--jile-color); */
    color: #202020;
    outline: none;
	border-color:#31c7b2;
}
.btn.btn-solid,.btn.btn-solid:hover,.btn.btn-solid:focus{
    background-color: #31c7b2;
	/* color: var(--color4); */
    color: #202020;
   /*color:var(--color-new-1); 
   color: var(--color4);
	color:black;*/
	
    /*border-radius: 20px;
	padding: 12px 30px*/
		
}
/*.btn-outline{
  background-color: var(--color4);
  color: var(--color3);
  padding: 10px 25px;
  border-radius: 20px;
  background-clip: padding-box;
  border: 1px solid var( --jile-color);
}
.btn-outline:hover {
  background-color: var(--color4);
  color: var(--jile-color) !important;
  border-radius: 20px;
  border: 1px solid var(--jile-color);
}*/
.btn.btn-outline-left,.btn.btn-outline-left:hover{
	/*border-radius: 20px 0 0 20px;*/
	border-radius: 6px;
   
}
/* .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} */
/* 
    *
    *Genderal 
    *
*/
.light-text{
    color:white;
}
.color-jile-iron{
    color:#666666;
}
.float-right{
    float:right;
  
}
.float-left{
    float:left;
  
}
.style-italic{
	font-style:italic;
}
.uppercase {
    text-transform: uppercase;
}
.padding-left-zero{
    padding-left:0px;
}
.padding-right-zero{
    padding-right:0px;
}
.padding-zero{
	padding:0px;
}
.margin-left-zero{
	margin-left:0px;
}
hr.space-top {
    display: inline-block;
    width: 0;
    height: 1px;
    border: none;
    /* background-color: #e9e9e9; */
    margin-top:40px;
}
hr.no-margin{
	border:none;
}
hr.no-margin-six{
	margin-top:6em;
}
.highlight{
    /* color:var(--jile-color); */
    color: #404040;
}
.text-lowercase{
	text-transform: lowercase;
}
.align-center {
    /* text-align: center; */
    text-align: left;
}
.sbold {
    font-weight: 600 !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.font-grey {
    color: grey !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
/* 
    *
    *media query 
    *
*/
@media(max-width:1024px){

}
@media (max-width:991px){

}
@media(max-width:767px){
    /* .container{
        width: 100%;
        padding: 0 5px;
        
    } */

    .btn{
        max-width:100%;
    }

    
}
@media(max-width:425px){

}
@media(max-width:320px){

}
.text-up {
	text-transform: uppercase;
}
.text-low {
	text-transform: lowercase;
}
body {
    
    font-family: 'Poppins'
,
sans-serif;
}
.header-color{
	color: #42099e;
}
.second-header-color{
	/* color: var(--color3); */
    color: #404040;
}
.centeral-content-header{
	    
	font-size: 34px;
	font-weight: 500;
    
	text-align: center;
}
.feature-heading .centeral-content-para{
	font-size: 26px;
	font-weight: 400;
	
	text-align: center;
	line-height: 1.3;
}
.loader-dot {
    color: #31c7b2;
    font-size: 10px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    top:35%;
    bottom: 0;
    left:0;
    right:0;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    opacity: 0.95;
    z-index: 10000;
    
  }
@-webkit-keyframes load4 {
    0%,
    100% {
      -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
              box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
              box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
              box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
@keyframes load4 {
    0%,
    100% {
      -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
              box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
              box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
              box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
              box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 200;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}
.nav-header {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-box-shadow: 0
2px
5px
#0000001a;
            box-shadow: 0
2px
5px
#0000001a;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    /* padding: 3px 0 4px; */
    z-index: 100;
    background-color: white;
    width: 100%;
    /*transition: background-color 0.5s ease;*/
}
.nav-navbar {
    height: auto;
    /* transition: height .4s ease; */
}
.nav-header .container {
    position: relative;
}
.nav-header li {
    display: inline-block;
    padding: 10px 0;
}
.menu-set a {
    /* color: var(--color3); */
    color: #404040;
	 /* color: var(--color-new-1); */
    padding: 15px 12px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
}
.menu-set a:hover {
    color: #31c7b2;
}
.menu-set .btn,
.menu-set .btn:hover {
    padding: 10px 25px;
    font-size: 16px; 
}
.logo-section {
    position: absolute;
    height: 100%;
    padding: 0;
}
.logo-container {

    height: inherit;
}
.logo {
   display: block;
    height: 50px;
    margin-top: 7px;
    background-image: url(/assets/img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 30px;
    background-size: contain;
}
.top-set {
    background-color: white;
    /*transition: background-color 0.5s ease;*/
}
.top-menu-set {
    position: relative;
    float: inherit;
    padding-top: 5px;
}
.bottom-set {
    position: relative;
    background-color: whitesmoke;
	 /*color: var(--color-new-1);*/
    /* background-color: var(--jile-color); */
    /*transition: background-color 0.5s ease;*/

}
.bottom-set .mobile-menu {
    display: none;
}
.bottom-menu-set {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/* .bottom-menu-set li{
    padding-left:20px;
    padding-right:20px;
} 
.bottom-menu-set li:last-child,
.bottom-menu-set li:last-child a {
    padding-right: 3px;
}*/
/* 
    *
    * sub menu  
    *
*/
.dropdown {
    position: relative;
}
.dropdown li {
    display: block;
}
.dropdown>.dropdown-toggle {
    position: relative;
    min-width: 0;
    font-weight: 400;
    border: none;
    z-index: 1;
}
.dropdown>.dropdown-toggle:before {

    -webkit-transition: bottom .1s ease-in, border 50ms ease-in, -webkit-box-shadow .3s ease-in;

    transition: bottom .1s ease-in, border 50ms ease-in, -webkit-box-shadow .3s ease-in;

    -o-transition: bottom .1s ease-in, border 50ms ease-in, box-shadow .3s ease-in;

    transition: bottom .1s ease-in, border 50ms ease-in, box-shadow .3s ease-in;

    transition: bottom .1s ease-in, border 50ms ease-in, box-shadow .3s ease-in, -webkit-box-shadow .3s ease-in;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    display: block;
    content: "";

    border-style: solid;
    border-width: 0;
    z-index: -1;
}
.dropdown>.dropdown-toggle:after {
    display: inline-block;
    margin-left: 3px;
    width: 15px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.dropdown>.dropdown-menu {
    display: none;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);

    margin: 0;
    padding: 0;
    background-color: white;
    border: none;
    /* box-shadow: 0 6px 12px #24344a3b; */
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    z-index: 1000;
}
.dropdown.opened>.dropdown-toggle {

    -webkit-transition: color .1s ease .25s;

    -o-transition: color .1s ease .25s;

    transition: color .1s ease .25s;
    color: #666666;
    -webkit-box-shadow: inset 0px 3px 0px #31c7b2;
            box-shadow: inset 0px 3px 0px #31c7b2;
    

    /* z-index: 1000; */
}
.dropdown.opened>.dropdown-toggle::before {
    -webkit-box-shadow: 0 6px 12px #24344a3b;
            box-shadow: 0 6px 12px #24344a3b;
    bottom: 0;
    background-color: white;
}
.dropdown.opened>.dropdown-menu {
    display: block;
	-webkit-box-shadow: 4px 5px 7px 0px grey;
	        box-shadow: 4px 5px 7px 0px grey;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    /* text-decoration: none; */
    color: inherit;
    background-color: inherit;
}
.dropdown-menu .dropdown>.dropdown-toggle:after {
    position: absolute;
    bottom: -1px;
    right: 0;
	height: 100%;
    display: inline-block;
    width: 20px;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.dropdown>.dropdown-menu.dropdown-sub-menu {

    top: 0;
    left: 100%;
    -webkit-transform: translateY(0px) translateX(-3px);
        -ms-transform: translateY(0px) translateX(-3px);
            transform: translateY(0px) translateX(-3px);
    background-color: white;
    /* box-shadow: 0 6px 12px #24344a3b; */
	    -webkit-box-shadow: 4px 2px 7px 0px grey;
	            box-shadow: 4px 2px 7px 0px grey;

}
.dropdown-menu li {
    padding: 0px;
}
.dropdown-menu li a {
    padding: 10px 10px;
	padding-left: 20px;
    display: block;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: whitesmoke;
    color: #666666;
}
.dropdown-menu .dropdown.opened {
    background-color: whitesmoke;
    /* box-shadow: 0 6px 12px #24344a3b; */
}
/* .dropdown-menu .dropdown.opened>.dropdown-toggle{
    box-shadow: inset 3px 0px 0px var(--jile-color);
} */
.dropdown-menu .dropdown>.dropdown-toggle {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.dropdown-menu .dropdown.opened>.dropdown-toggle::before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: whitesmoke;
}
/* 
    *
    * divided menu  
    *
*/
.dropdown-menu{
	min-width: 180px;
}
.dropdown-split-menu {
    min-width: 325px;
    min-width: 355px;
    min-width: 450px;
}
.dropdown-split-menu>li {
    float: left;
    text-align: left;
    width: 50%;
}
.about .dropdown-split-menu {
     min-width: 235px;
	  min-width: 250px;
}
/* 
    *
    * error  menu  
    *
*/
.error-header .top-set>.container{
		   height:62px;
		 }
.error-header.head-opacity .bottom-set{
			background-color:transparent;
		 }
.error-header .collapsed .navigation-toggle{
			 display:none;
		 }
/* 
    *
    * mobile  
    *
*/
body.collapsed {
    right: 270px;
}
.navigation-toggle {
    border-radius: 4px;
    background-clip: padding-box;
    /* position: absolute; */
    position: relative;
    float: right;
    top: 13px;
    right: 5px;
    display: none;
    min-width: 0;
    padding: 9px 10px;
    border: none;
    background: 0 0;
    outline: 0;
}
.collapsing {
    overflow: visible;
}
.navigation-toggle .icon-bar {

    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    opacity: .7;
    background-color: #31c7b2;
    margin-top: 4px;

}
body.collapsed .nav-header {
    right: 270px;
}
.collapsed .navigation-toggle {
    display: block;
}
.collapsed .top-menu-set li {
    display: none;
}
.collapsed .top-menu-set .always-show {
    display: inline-block;
}
.collapsed .bottom-set {

    -webkit-transform: translateZ(0);

            transform: translateZ(0);
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    position: absolute;
    top: 0;
    right: -270px;
    display: block;
    width: 270px;
    padding: 0;
    text-align: center;
    background-color: #272727;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}
/* .collapsed .bottom-set .mobile-menu {
    display: block;
    } */
.collapsed .logo-empty-space {
    display: none;
}
.collapsed .bottom-set .container {
    padding: 0px;
}
.collapsed .bottom-set li {
    width: 100%;
    padding: 0px;

}
.collapsed .bottom-set li a {
    width: 100%;
    color: white;
    border-style: solid;
    border-width: 1px 0;
    border-color: #00000026
transparent
#ffffff0d;
    display: block;
    text-align: center;
    padding: 25px 0;

}
.collapsed .bottom-menu-set li:last-child{
    padding-right: 0px;
}
.collapsed .bottom-menu-set li:first-child a {
    padding-left: 10px;
}
.collapsed .dropdown.opened .dropdown-toggle {
    color: white;
    /* background-color: transparent; */
    background-color: #1d1d1d;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.collapsed .dropdown.opened .dropdown-menu{
    background-color: #1d1d1d;
	    -webkit-box-shadow: none;
	            box-shadow: none;
}
.collapsed .dropdown.opened .dropdown-sub-menu{
    background-color: #2E3133;
	    -webkit-box-shadow: none;
	            box-shadow: none;
}
.collapsed .dropdown>.dropdown-menu{
    /* background-color: transparent; */
    position: relative;
    top:0;
    left:0;
    right:0;
    min-width:100%;
}
.collapsed .dropdown.opened>.dropdown-toggle::before {
    
    display: none;
}
.collapsed  .dropdown>.dropdown-toggle::after{
    position:relative;
    display:inline;
    content: "\f0d7";
    margin-left: 7px;
}
.collapsed .dropdown-split-menu>li {
    width: 100%;
    float: none;

}
.collapsed .about .dropdown-split-menu>li {
    width: 100%;
    float: none;
}
.collapsed .about .dropdown-split-menu{
-webkit-transform: translate(0px);
    -ms-transform: translate(0px);
        transform: translate(0px);
}
.collapsed .dropdown-menu li a{
	padding:10px 15px;
}
.collapsed .dropdown-menu li a:hover, .collapsed .dropdown-menu li a:focus{
	background-color:transparent;
}
.collapsed  .dropdown-menu .dropdown>.dropdown-toggle:after{
		bottom:0px;
	}
/* navigation header new code */
/* 
.sign-in{
  border: 1px solid var(--jile-color);
    padding: 3px 0 6px !important;
	padding: 4px 0 6px !important;
    border-radius: 20px 0 0 20px;
    margin-right: -6px;
}*/
.sign-in {
	 /*margin-right: -6px;*/
	     padding: 12px 30px;
		 margin-right:6px;
}
.try-now{
  /*border-radius: 0 20px 20px 0 !important;*/
      padding: 12px 30px;
  border:1px solid #31c7b2;
}
.head-opacity .nav-header {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  background-color: transparent;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.head-opacity .top-set {
  -webkit-box-shadow: 0
2px
5px
#0000001a;
          box-shadow: 0
2px
5px
#0000001a;
}
.head-opacity .bottom-set {
 
  /* background-color: #053c56d4; */
  background-color: #006666;
  background-color: #006666f4;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.head-opacity .bottom-set .menu-set ul a{
  color: white;
}
.head-opacity .bottom-set .menu-set ul a:hover{
  color: #31c7b2;
  text-shadow: 0 0 0;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.head-opacity .bottom-set .menu-set ul .dropdown li a{
  color: #666666;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.head-opacity .dropdown.opened>.dropdown-toggle {
  color: #666666;
}
.sol-dropdpwn .dropdown-split-menu {
    min-width: 400px;
}
.head-opacity .bottom-set .menu-set ul .dropdown li a.elab-menu,.dropdown-menu a.elab-menu {
    color: #1d1d1d;
    font-weight: 500;
}
.dropdown-menu a.elab-menu:hover, .dropdown-menu a.elab-menu:focus {
    background-color: inherit;
}
.head-opacity .bottom-set .menu-set ul a.elab-menu:hover,
.head-opacity .bottom-set .menu-set ul a.elab-menu:focus {
    text-shadow: none;
}
a.elab-menu:hover,
a.elab-menu:focus{
    cursor: default;
}
.elab-li li li{
    margin-left: 10px;
}
.collapsed .elab-li li li a{
    background-color: #2e3133;
}
.collapsed .dropdown .elab-menu:after {
    display: inline;
    margin-left: 7px;
    /* width: 15px; */
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.collapsed .menu-set ul .dropdown li a.elab-menu {
    color: #b1b1b1;
    font-style: italic;
}
.collapsed .bottom-set li a:not([href]):not([tabindex]),.collapsed .bottom-set li a:not([href]):not([tabindex]):focus,.collapsed .bottom-set li a:not([href]):not([tabindex]):hover{
color: white;
}
/* 
    *
    * media query 
    *
*/
@media(max-width:1250px) {
	.about .dropdown-split-menu{
		-webkit-transform: translate(-160px,-7px);
		    -ms-transform: translate(-160px,-7px);
		        transform: translate(-160px,-7px);
	}
	.res-dropdown .dropdown-split-menu{
		-webkit-transform: translate(-231px,-7px);
		    -ms-transform: translate(-231px,-7px);
		        transform: translate(-231px,-7px);
	}
	
}
@media(max-width:1024px) {
	.dropdown-split-menu{
		min-width: 450px;
	}
	.dropdown-split-menu li a{
		   padding: 10px 20px;
	}
	.about .dropdown-split-menu{
		-webkit-transform: translate(-210px,-7px);
		    -ms-transform: translate(-210px,-7px);
		        transform: translate(-210px,-7px);
		    min-width: 300px;
	}
	.res-dropdown .dropdown-split-menu{
		-webkit-transform: translate(-275px,-7px);
		    -ms-transform: translate(-275px,-7px);
		        transform: translate(-275px,-7px);
		min-width: 400px;

	}
}
@media (max-width:991px) {

    .menu-set {
        padding: 0;
    }
	.menu-set a{
			padding: 15px 5px;
			font-size: 15px;
	}
	.res-dropdown .dropdown-split-menu{
		-webkit-transform: translate(-289px,-7px);
		    -ms-transform: translate(-289px,-7px);
		        transform: translate(-289px,-7px);
	}
     /*.bottom-menu-set li {
        padding-left: 10px;
        padding-right: 10px;
    }

   .bottom-menu-set li:first-child,
    .bottom-menu-set li:first-child a {
        padding-left: 0px;
    }

    .bottom-menu-set li a {
        padding: 12px 20px;
    }
	.dropdown>.dropdown-toggle{
		  padding: 15px 20px;
	}
*/
	.about .dropdown-split-menu {
		    min-width: 286px;
	}
	.about .dropdown-split-menu li a{
		padding:10px 15px;
	}
	.about .dropdown-split-menu>li{
		    width: 45%;
	}
	.dropdown-menu .dropdown>.dropdown-toggle:after{
		bottom:-4px;
	}
}
@media(max-width:850px){
.bottom-menu-set{
	float:left;
}
}
@media(max-width:767px) {
    body {

        cursor: default;
        -webkit-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease;

        position: relative;
        right: 0;
    }
	.menu-set a{
		font-size:16px;
	}
    .bottom-menu-set {
        float: none;

    }
    /* .try-now {
      border-radius: 20px 5px 5px 20px !important;
    } */

	.res-dropdown .dropdown-split-menu {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

}
@media(max-width:425px) {}
@media(max-width:320px) {}
#footer {
    background: none;
    /* background-color: #505050; */
    background-color: #505050;
    color:white;
    padding: 0;
}
#footer a{
    color:white;
    line-height: 2;
}
#footer a:hover{
    text-decoration: underline;
}
.footer-content {
    /* padding: 7vh 0 0 0 ; */
    padding:5vh 0 4vh 0;
   
}
.footer-content  p{
    font-size: 15px;
    line-height: 1.6;
     margin: 0 0 10px;;
}
.footer-content ul{
	list-style: none;
	padding-left:0px;
}
.footer-content  li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.6;
	
}
.footer-section-1{
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer-section-2>div{
    padding:0px;

}
.footer-section-2 .row{
    margin:0px;
    padding:0px;
}
.footer-menu-wrapper{
    padding:0px;
}
.footer-menu-title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size:20px;
    color:#b1b1b1;
    line-height: 2;
}
a.footer-menu-title{
    color:white;
   display: block;
}
.footer-menu-wrapper li{
    padding-left: 0px;
    margin-bottom: 5px;
}
.contact-us .fa{
    position: absolute;
    left: 0;
    bottom: 6px;
    font-size: 20px;
    color: #31c7b2;
    padding-right: 5px;
}
.socials{
   
    /* text-align: center; */
    margin: 0 auto;
}
.socials  li{
     
        padding: 0 10px 10px;
    
}
.socials i{
    cursor: pointer;
}
.socials>li:first-child{
    padding-left:0px;
}
.socials .fa{
    color:#31c7b2;
}
/*
    *
    * copyright
    * 
 */
#footer .copyright-container{
    background-color: #444242;
    padding: 1em 0;
    font-size: 12px;
    font-weight: 300;
}
.copyright-container .legal-pages-border {
    border-right: 1px solid #ccc;
    width: 1px;
    height: 12px;
    padding-left: 0;
    margin: -2px 0;
    padding: 0 !important;
}
.footer-head {
    background-color: #666666;
}
.logo-container-footer {

    height: inherit;
}
.logo-container-footer .logo {
   display: block;
    height: 50px;
    margin-top: 7px;
    background-image: url(/assets/img/logoWhite.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 30px;
    background-size: contain;
    margin-left: -30px;
}
@media(max-width:991px){
    #footer .copyright-container{
        text-align: center;
    }
    #footer .copyright-container .list-inline{
        float:none;
    }
    #footer .copyright-container .copyright{
        float:none;
    }
    .social-wrap .socials{
        text-align: center;
    }
    .footer-menu-wrapper{
        padding-right:10px;
    }
    .footer-section-2 .row{
        margin-bottom:20px;
    }
    .contact-us{
        text-align: center;
    }
    .contact-us li{
        display: inline-block;
        padding-right: 30px;
        margin-bottom: 10px;
    }
    .footer-content{
        padding: 4vh 0 1vh 0;
    }
    .logo-container-footer .logo{
        margin-left: 0;
    }
}
/* @media (max-width:767px){
    .social-wrap .socials{
        text-align: center;
    }
    .footer-menu-wrapper{
        padding-right:10px;
    }
    .footer-section-2 .row{
        margin-bottom:10px;
    }
} */
.social-wrap div{
	
}
.footer-section-2 .social-wrap-style{
	padding-top:40px;
	/*padding-bottom:20px;*/
	
}
.socials-style,.contact-us-style{
	padding:0px;
}
.socials-style i{
    color: #31c7b2;
}
.socials-style div{
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
}
.contact-us-style div{
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	    text-align: right;
}
.contact-us-style span{
	    color: #31c7b2;
}
@media (max-width:991px){
	 .socials-style,.contact-us-style{
		 float:none;
		 text-align:center;
		 padding-bottom:10px
	 }
 }
@media (min-width: 1024px){
@media (min-height: 768px){
  .footer-section-2>div>div{
	  width:100%;
  }
  .footer-section-2>div>div>div{
	  width:50%;
  }
 }
}
#back-to-top {

    -webkit-transition: opacity .5s ease;

    -o-transition: opacity .5s ease;

    transition: opacity .5s ease;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #31c7b2;
    background-color: #000000cc;
    cursor: pointer;
    z-index: 9999;
    opacity: .4
}
#back-to-top:hover {
    opacity: 1
}
.hero{
    /* background-image: url(/assets/img/partner/PartnerBanner.png); */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
	background-attachment: fixed;
	min-height: 300px;
	position: relative;
}
.hero-content{
	/*position: absolute;
    bottom: 0;
    left: auto;*/
	margin-top: 10em;
    width: 60%;
}
.hero-content>h1 {
    font-weight: 700;
    text-shadow: 2px 1px 1px rgba(62,36,36,.71);
    /* color: var(--jile-color); */
    color: #404040;
    font-size: 35px;
}
.hero-content>p,.hero-content>h4 {
    font-size: 25px;
    color: #3f3f3f;
    font-weight:500;
}
@media (max-width: 800px) {
    .hero {
        min-height: 335px;
        background-size: cover;
        background-attachment: scroll;
    }
}
@media (max-width:600px) {
    .hero-content {
        width: 80%;
    }
}
@media (max-width: 425px) {
    .hero {

		background-position:left center;
    }
}
/* Ipad */
@media (min-width: 768px) {
  @media (min-height: 1024px) {
  
    .hero {
       background-attachment: scroll;
   }
  }
  }
@media (min-width: 1024px) {
  @media (min-height: 768px) {
    .hero {
       background-attachment: scroll;
   }
  }
  }
.thumbnail .caption {
  padding: 17px;
  padding-top: 20px;
}
.thumb:not(.thumb-rounded) img {
  border-radius: 3px;
}
.caption-overflow span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    width: 100%;
    text-align: center;
    cursor: inherit;
}
.caption-overflow span a{
    cursor:pointer;
}
.caption h3 a{
    cursor: default;
}
.caption h3 a.whitepaper-title{
     cursor:pointer
 }
.video-ovelay{
          height: 100%;
          width:  100%;
          display:none;
    opacity: 0;
          position: fixed; 
          z-index: 211; 
          left: 0;
          top: 0;
          background-color: rgb(0,0,0);
          background-color: rgba(0,0,0, 0.65); 
          overflow: hidden;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; 
      }
.video-ovelay a::after{
          content:'X';
          color: white;
          text-shadow: -4px 2px 6px black;


      }
.video-ovelay a
      {
         font-size: 21px;
          float: right;
          position: absolute;
          top: -1.6vmax;
          right: -3.4vmax;
        border: 2px solid #E26A6A;
          border-radius: 100%;
          width: 35px;
          height: 35px;
          padding: 3px 0.7ex;
          padding-left: 10px;
      }
video{
            display:block;
            position:relative;
            margin:auto;
           
            width:100%;
            top:0;
            left:0;
            right:0;
            margin-top: 8%;
            z-index:inherit;
            clear:both
        }
.video-content{
          position: relative;
          display: block;
          width: 50%;
          left: 0;
          margin: auto;
          right: 0;
         
       }
.thumbnail{
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.5384616;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;				
  border: 1px solid #e7ecf1!important;
}
.thumb
{
position: relative;
display: block;
text-align: center;
}
.caption-overflow {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  /* visibility: hidden; */
  border-radius: 3px;
  /* opacity: 0; */
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  /* background-color: rgba(86,86,86,.7); */
  visibility: visible;
  /* opacity: 1; */
}
.thumbnail .caption {
  padding: 17px;
  padding-top: 20px;
}
.thumb:not(.thumb-rounded) img {
  border-radius: 3px;
}
.thumb img:not(.media-preview) {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: inherit;
}
.thumb:hover>.caption-overflow {
    cursor: pointer;
}
@media (max-width:767px){
  video{
      width:60%;
  }
}
@media (max-width: 425px){
  video {
      width: 100%;
  }

}
@media (max-width:920px){
  .video-padd-top{
  padding-top: 2em;
}
}
@media (max-width: 767px){
  .video-content{
     width:80%;
 }
  .video-padd-top{
     padding-top: 0em;
 }
}
@media (max-width: 500px){
  .video-content{
     width:90%;
 }

}
.caption-overflow img {
 height: 40px!important;
 width: 40px!important;
}
/* Ipad pro */
@media (max-width:1024px) {
@media (min-height: 1366px) {

 .video-padd-top {
     padding-top: 4em;
 }
}
}
@media (min-width: 1366px) {
@media (min-height: 1024px) {
 .video-padd-top {
     padding-top: 0em !important;
 }
}
}
/* Ipad */
@media (min-width: 768px) {
@media (min-height: 1024px) {
 .video-padd-top {
     padding-top: 5em;
 }
}
}
.preview-image-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.65);
    /* transition: transform .3s ease; */
    z-index: 211;
}
.preview-image-container a::after {
    content: 'x';
    /* color: #fff; */
    color: #434646;
    /* text-shadow: -4px 2px 6px #000 */
    font-weight: bold;
}
.preview-image-container a {
    border: 1px solid white;
    background-color: white;
    border-radius: 100%;
    font-size: 28px;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
	width: 1em;
    height: 1em;
    padding: 4px 1px;
    cursor: pointer
}
.preview-image-wrapper a:hover {
    text-decoration: none
}
.preview-image-container.full {
    display: block;
    padding: 0;
}
.preview-image-wrapper {
    display: table-cell;
    height: 100vh;
    width: 100vw;
    text-align: center;
    /* background: #0f0; */
    line-height:100%;
    vertical-align: middle;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.preview-image-wrapper img{
    display:inline-block;
    max-width: 90% !important;
    max-height: 100vh !important;
}
.preview-image-container.full img {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    cursor: auto;
}
.parent-overlay {
    overflow: hidden
}
/* #jile-less  .container{
    width: 85%;
    margin-top: 35px;
     margin-bottom: 35px;
     font-size: 16px;
     color: grey;
     line-height: 24px;
     text-align: justify;
} */
.video-padd-top img {
    max-width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.section{
	padding:30px 0;
}
.landing-page {

    /* color:grey; */
    color: #404040;
}
/* .jile-less-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top,#8d8d8d 2%,rgba(244,244,251,.04) 60%);
} */
span.sup-small{
 top:-5px;
 position: relative;
 font-size: 1em;

}
.small-less-group{
    padding:0px;
}
.hero{
background-image: url('/assets/img/JileLess/lessHero.jpg');
background-position: right 75%;
}
@media (max-width:1024px) {
  .hero{
    background-position: right bottom;
  }
}
@media (max-width:800px) {
  .hero{
    background-position: right top;
  }
}
@media (max-width:550px){
        .hero{
         background-position: 78% center;
    }
  }
.top-alignment{
    margin-top: 35px; 
    margin-bottom: 35px;
    font-size: 16px;
    color: #7e8691; 
    line-height: 24px;
    text-align: justify;
}
.less-intro{
 font-size:17px;
 margin-top: 3em;
}
.jile-support-less-body {
    padding-top: 2em;

}
.jile-support-less-header{
    font-size: 36px;
    color: #31c7b2;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    padding:5vh 0vh;
}
.jile-support-less-sub-heading{
    font-size: 30px;
 padding-top:5px;
    font-weight: 600;
    line-height: 1.2em;

}
.jile-support-less-feature-wrapper-message{
    font-size:20px;
}
.jile-support-less-body-feature-wrapper{
    padding-bottom: 5vh;
    
}
.jile-easy-less-body {
    padding-top: 2em;

}
.jile-easy-less-header{
    font-size: 36px;
    color: #31c7b2;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    padding:5vh 0vh;
}
.jile-support-less-boby img{
    max-width: 100%;
}
.less-intro-message{
	position:relative;
	top:2em;
}
.no-margin-top {
      margin-top: 0!important;
  }
/*
        *
        *focus point
        *
    */
.focal-point {
        overflow: hidden;
        padding:0;
    }
.focal-point img {
            width: 100%;
            max-width: 100%;
            position:relative;
        
            -ms-interpolation-mode: bicubic;
        }
.focal-point>div {
            position: relative; 
            
        }
@media all and (max-width: 1440px) {
            .focal-point .frame {
                margin: -3em -4em;
            }
            .up-1 .frame {
                margin-top: 0em;
                margin-bottom: 0em;
            
            }
            
            .right-1 .frame {
                margin-left: 0em;
                margin-right: 0em;
            
            }
        }
@media (max-width:767px){
            .up-1 .frame {
                    margin-top: 0;
                    margin-bottom: 0;
                }
                

            .focal-point{
                min-height:none;
            }
             
        }
/*
        *
        * less Intro
        *
 */
.less-intro-message .first {
    position: absolute;
    left: 0;
    /*top: -21px;*/
	top:0px;
}
.less-intro-message .second {
    position: absolute;
    right: 0;
   /*top: -21px;*/
   top:0px;
}
.less-intro-message-header{
    color: #31c7b2;
    font-weight: 600;
    margin-top: 8%;
    font-size: 20px;    
    margin-bottom: 0px;
}
.jile-less-quotes p{
  padding: 5vh 7vh 0vh 6vh;
  margin: 0;
}
.less-intro-author-name{
    text-align:right;
    margin-bottom:0px
}
@media (max-width:991px){
    
    .less-intro-img{
        padding-top: 11vh;
    }
}
@media (max-width:767px){
    
    .less-intro-img{
        width: 60%;
        margin: auto;
    }
    
.jile-less-quotes p{
  padding: 2em 0;
}
}
@media (max-width:425px){
    
    .less-intro-img{
        width: 100%;
        margin: auto;
    }
}
/*
    *
    *less Jile
    *
 */
.adoption-less{
    
        position: relative;
        background-image: url(/assets/img/Videos/videoBackground.png);
        background-size: cover;
         background-repeat: no-repeat;
        background-position: center center;
    }
.adoption-less-content{
        padding: 46px 35px 46px 35px;
    
    }
.adoption-less-heading{
        font-size: 36px;
        /* color: var(--jile-color); */
        font-weight: 600;
        line-height: 1.2em;
        color: white;
    
    }
.adoption-less-message{
        font-size: 20px;
        /* color: #1d1d1d; */
        color: grey;
        line-height: 1.2em;
    }
.adoption-less-content-first{
        padding: 8vh 5vh;
        color:white;
    }
.adoption-less-heading{
        margin-bottom: 0.3em;
    }
@media (max-width:1024px){
        .adoption-less-content-first{
            padding: 2vh 5vh;
        }
    }
@media (max-width:991px){
        .adoption-less{
            min-height: 300px;
        }
        .adoption-less-heading{
            font-size:30px;
        }
        .adoption-less-content{
            padding-left:0px;
            padding-right:0px;
        }
        .adoption-less-content-first{
            padding: 4vh 5vh 0;
        }
    }
@media (max-width:767px){
        .adoption-less{
            background-position: 0% center;
        }
       .adoption-less-content .adoption-less-content-first{
            padding-bottom: 6vh;
        }
        
        .adoption-less-content{
            left:0em;
        }
    }
@media (max-width:425px){
        .adoption-less-content-first{
            padding-bottom: 3vh;
        }
    }
@media (max-width:375px){
        .adoption-less-content-first {
            padding: 2vh 2vh 2vh 2vh;
        }
    }
/*
            *
            * slide show
            *
    */
.jile-support-less-content{
        position: relative;
        overflow: hidden;
    }
.slide-container {
        position: relative;
        margin: auto;
      }
.slide-wrapper {
        display: none;
      }
.slide-wrapper img{
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        -webkit-box-shadow: 0 0 8px grey;
                box-shadow: 0 0 8px grey;
        border-radius: 5px;
      }
.slide{
          max-height: 400px;
      }
.prev, .next {
        cursor: pointer;
        position: absolute;
        top: 45%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: black;
        font-weight: bold;
        font-size: 18px;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }
.next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
.less-slide-dot-background .less-slide-dot{
        cursor: pointer;
        height: 5px;
        width: 5px;
        margin: auto;
        background-color: transparent;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 50%;
        position: absolute;
        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;

      }
.less-slide-dot-background{
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 5px 2px;
        padding: 0;
        -webkit-box-shadow: 0 1px 8px 0 #23c4af;
                box-shadow: 0 1px 8px 0 #23c4af;
        background-color: transparent;
        border-radius: 50%;
        position: relative;
        margin-right: 8px;

      }
.less-slide-dot-group{
        position: relative;
        padding: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        left: 50%;
        
      }
.jile-support-less-boby .shown .less-slide-dot {
            background-color: rgba(40,201,180,.73);
            -webkit-box-shadow: 0 0 6px 0 rgba(40,201,180,.73);
                    box-shadow: 0 0 6px 0 rgba(40,201,180,.73);
        }
.slide-show{
        -webkit-animation-name: slide-show;
        -webkit-animation-duration: 1.5s;
        animation-name: slide-show;
        animation-duration: 1.5s;
      }
.slide-contant>div{
        padding: 10px;
      }
@-webkit-keyframes slide-show{
        from {
           
            opacity: .2;
            
        } 
        to {
           
            opacity: 1;
           
        }
      }
@keyframes slide-show {
        from {
            
            opacity: .2;
            
        } 
        to {
            
            opacity: 1;
           
        }
      }
@media (max-width: 1024px){
        .slide-wrapper .slide-contant>div>img{
            margin-top: 7vh; 
         }

      }
@media (max-width: 991px){
        
            .slide-wrapper .slide-contant>div>img {
                margin-top: 12vh;
            }
            .less-slide-dot-group{
                left: 41%;
            }
        }
@media (max-width: 767px){
          .slide-wrapper .slide-contant>div>img {
            margin-top: 0;
        }
            .prev, .next{
                top: 66%;
            }
            .less-slide-dot-group{
                left: 39%;
            }
            .less-intro-img {
                padding-top: 0;
            }
        }
@media (max-width: 425px){
            .less-slide-dot-group {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

        }
/* .slide-show-left {
          position: relative;
        -webkit-animation-name: slide-show-left;
        -webkit-animation-duration: 4s;
        animation-name: slide-show-left;
        animation-duration: 4s;
      }
      
      @-webkit-keyframes slide-show-left{
        from {
           
            left:100%;
            
        } 
        to {
           
            left:0;
           
        }
      }
      
      @keyframes slide-show-left {
        from {
            
            left:100%;
            
        } 
        to {
            
            left:0%;
           
        }
      }
      .slide-show-right {
        position: relative;
      -webkit-animation-name: slide-show-left;
      -webkit-animation-duration: 4s;
      animation-name: slide-show-left;
      animation-duration: 4s;
    }
    
    @-webkit-keyframes slide-show-right{
      from {
         
          right:0%;
         
      } 
      to {
         
        
        right:100%;
      }
    }
    
    @keyframes slide-show-right {
      from {
          
        right:0%;
      } 
      to {
          
        right:100%;
      }
    } */
/*
    *
    *article-footer
    * 
 */
.text-semibold {
    font-weight: 500;
        line-height: 23px;
        font-size: 17px;
}
.article-title{
    /* margin:0 0 5px; */
    line-height: 23px;
    font-size: 17px;
}
.article-title a {
    /* font-size: 25px; */
    color: black;
    display: block;
}
.article-title a:hover {
    /* font-size: 25px; */
    color: #31c7b2;
}
i.icon-calendar {
    color: #31c7b2;
}
a.date {
    padding-left: 3px;
    color: black;
}
.article-footer{
    border-top: 1px solid;
   border-top-color: #f0f1f2;
   padding-top: 20px;
   position: relative;
   
}
.article-footer>div{
 
    display: inline-block;
    margin-right: 10px;
}
.article-footer i{
    color:#31c7b2;
    vertical-align: inherit;
}
.article-footer a{
    color:grey;
}
.article-footer a.clock {
    color: black;
    padding-left: 3px;
}
/* share button */
.article-footer .share-label{
    display:none;
}
.article-footer .share{
   font-size: 1.5em;
   line-height: 0;
   cursor: pointer;
   float:right;

}
.article-footer .share-button{

   font-size: 1.25em;

}
.article-footer .share-button li{
   display: inline-block;

}
/* floating share button */
.article-footer .float.share .share-label{
    display:block;

}
.article-footer .float.share-button{
    display:none;
    position: absolute;
    bottom: -0.5em;
    right: 2em;
    font-size: 0.75em;
    border: 0.05em solid #e7ecf1;
    padding: 0.25em 0.5em;
    background: #ffffff;
    border-radius: 0.5em;
    /* box-shadow: 0px 1px 20px 7px #bfbbbb26; */
    -webkit-box-shadow: 0px 0px 20px 1px #bfbbbb26;
            box-shadow: 0px 0px 20px 1px #bfbbbb26;
}
.float.share-button:after,.float.share-button:before{
    content:"";
    width: 0; 
    height: 0; 
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #e7ecf1;
    position: absolute;
    right: -0.5em;
    bottom: 0.6em;
}
.float.share-button:after{
   border-left: 0.5em solid #ffffff;
   right: -0.37em;
}
.float.share-button li{
    display: inline-block;
    font-size: 1.5em;
    padding: 0.05em 0.2em;
}
.article-footer .float.share:hover .float.share-button{
    display:block;

}
.article-footer .float.share i{
    vertical-align:top;
}
.article-footer .fa-facebook-square{
    color:#3B5998;
}
.article-footer .fa-linkedin-square{
    color:#0077B5; 

}
.article-footer .fa-twitter-square{
    color:#1DA1F2;

}
@media (max-width:1200px){
    
   .article-footer .float.share .share-label{
           display:none;
       }
       .article-footer .float.share-button{
           display: block;
           position: static;
           border:none;
           -webkit-box-shadow: none;
                   box-shadow: none;
           font-size: 1.25em;
           padding:0px;
       }
       .float.share-button:after,.float.share-button:before{
           content:none;
       }
       .float.share-button li{
            font-size: 1em;
            padding:0px;
       }
    
}
@media (max-width:320px){
   .article-footer .share{
       float:none;
   }
   .article-footer>div{
       display: block;
       padding:0.2em 0;
   }


}
.no-margin-top {
    margin-top: 0!important;
}
.text-semibold {
    font-weight: 500;
        line-height: 23px;
        font-size: 17px;
}
/* Ipad pro */
@media (max-width:1024px) {
        @media (min-height: 1366px) {
            .hero {
                background-position-y: -4em;
            }
            .focal-point img{
                margin-top: 6vh;
            }
        }
    }
@media (min-width: 1366px) {
        @media (min-height: 1024px) {
            .hero {
                background-position-y: -8em!important;
            }
        }
    }
/* Ipad */
@media (min-width: 768px) {
        @media (min-height: 1024px) {
            .slide-wrapper img {
                padding-top: 10vh;
            }
        }
    }
@media (min-width: 1024px) {
        @media (min-height: 768px) {
            .hero {
                background-position-y: -4em;
            }
        }
    }
@media (min-width: 1366px) {
        @media (min-height: 768px) {
            .hero {
                background-position-y: -12em;
            }
        }
    }
/*
*
* banner add 
*
*/
.banner-add{
  background-image: url('/assets/img/adword/BGBluebox.png');
  padding: 2em;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 32px;
  font-weight: 600;
  color: #3e3d3d;
}
.banner-add p{
  margin-bottom: 1em;
}
.banner-add .btn-outline, 
.banner-add .btn.btn-outline:hover, 
.banner-add .btn.btn-outline:focus {
  margin-bottom: 10px;
}
.banner-add .btn.btn-solid, 
.banner-add .btn.btn-solid:hover, 
.banner-add .btn.btn-solid:focus {
  margin-bottom: 10px;
}
@media (max-width:600px){
  .banner-add{
    background-position: right center;
    font-size: 24px;
    padding: 2em 15px;
    font-weight: 500;
  }
}
/*# sourceMappingURL=style-jile-less.css.map */
