
@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: grey;
   
    /* 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: #5a8fbe;
    
}
p{
    margin: 0 0 10px;
    line-height: 1.57em;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 10px;
    line-height: 1.4;
}
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: #31c7b2;
    outline: none;
	border-color:#31c7b2;
}
.btn.btn-solid,.btn.btn-solid:hover,.btn.btn-solid:focus{
    background-color: #31c7b2;
	color: white;
   /*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:#31c7b2;
}
.text-lowercase{
	text-transform: lowercase;
}
.align-center {
    text-align: center;
}
.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: #666666;
}
.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: #505050;
	 /* 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
}
/* @import './share/style-hero-section.css'; */
/*
*
********************************************
***********Hero Section*********************
********************************************
 
<div class="first-fold">
			<div class="container">
				<div class="row">
					<div class="col-xs-12">
						<div class="first-fold-content">
							<div class="first-fold-text">
								<h1 class="head-sup">Partner with Jile...</h1>
								<h4 class="head-1">To build something awesome together</h4>
								
								<h4 class="head-4">Discover new growth opportunities by joining the right partner program and build rewarding long term relationships</h4>
								<div class="first-fold-text-bottom">
									<a class="btn btn-sm btn-solid"  href="/contact-us/">Apply Now</a>
								</div>
							</div>
							<div class="first-fold-img">
								<img class="rotate" src="/assets/img/partner/partner-hero-background.png">
							</div>
						</div>
					</div>
				</div>
			</div>
			
		</div>
*/
.first-fold .head-1,
.first-fold .head-4,
.first-fold p,
.first-fold .head-sup{
    line-height: 1.3;
}
.first-fold {
    
    background-color: #c4c4c46b;
	overflow:hidden;
}
.first-fold-table{
	display: table;
	width: 100%;
}
.first-fold-content {
    
    padding-top: 60px;
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;	
}
.first-fold-text{
    
	display: inline-block;
	width: 60%;
    
    margin-top: 4em;
	padding-right: 20px;
}
.first-fold-text .head-1 {
    
  
	 margin-bottom: 40px;
     font-size: 44px;
	 font-weight: 600;
     color: #42099e;
	 padding: 0px;
    margin-top: 0px;
}
.first-fold-text .head-4 {
    
	
	margin-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
    color: #3f3f3f;
	padding: 0px;
    margin-top: 0px;
	
}
.first-fold-text .head-sup{
	margin-bottom: 20px;
    font-size: 20px;
	font-weight: 400;
	color: #3f3f3f;
}
.first-fold-text .first-fold-text-bottom{
	/*margin-top: 80px;*/
	margin-top: 40px;
	margin-bottom: 10px;
}
.first-fold-text .btn.btn-solid, .first-fold-text .btn.btn-solid:hover, .first-fold-text .btn.btn-solid:focus {
	font-weight: 500;
	line-height: 1.5;
}
.first-fold-text p {
	color: #3f3f3f;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 14px;
	padding-left: 29px;
    /*padding-right: 200px;*/
}
.first-fold-img {
    position: absolute;
    bottom: 9%;
    right: 0;
    width: 37%;
	
}
.first-fold-img img.rotate{
   
	width: 140%;
   
    -webkit-transform: rotate(338deg);
   
        -ms-transform: rotate(338deg);
   
            transform: rotate(338deg);
}
@media(max-width:1200px) {
	.first-fold-img
	{
		right:-60px;
	}
}
@media(max-width:991px) {
    .first-fold-text {
        width: 100% !important;
    }
    .first-fold-img {
        position: static;
        width: 100%;
		display:none;
    }
	.first-fold-content{
		min-height:auto;
		height: 83vh;
	}
	
}
@media(max-width:670px) {
	.first-fold-text a{
		margin-top:2em;
	}
	.first-fold-text .head-4{
		font-size: 22px;
	}
	.first-fold-text .head-1{
		font-size: 33px;
	}
}
@media(max-width:425px) {
	.first-fold-text{
		    margin-top: 2em;
	}
}
@media(max-width:375px) {
	.first-fold-text a {
    margin-top: 1em;
}
.first-fold-content{
	padding-top: 50px;
}
}
@media (min-width: 1024px){
    @media (min-height: 768px){
        .first-fold-img img {
            width: auto;
            height: 67vh;
        }
    }
}
/* Ipad */
@media (min-width: 768px) {
  @media (min-height: 1024px) {
  
    .first-fold-content {
		min-height: auto;
		height: 45vh;
	}
  }
  }
@media (min-width: 1024px) {
  @media (min-height: 768px) {
   .first-fold-content {
		min-height: auto;
		height: 80vh;
	}
  }
  }
.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
}
#slide1_container {
  width:100%;
  min-height:150px;
  overflow:hidden; /* So the sliding bit doesn't stick out. */
  margin:0 auto;
}
#slide1_images {
-webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); 
  -webkit-animation-iteration-count: infinite; 
          animation-iteration-count: infinite;
  -webkit-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  transition:all 1.0s ease-in-out;
}
#slide1_images div {
  padding:0;
  margin:0;
  float:left; /* All the images are in a row next to each other. */
  -webkit-animation: 10s slidy infinite;
          animation: 10s slidy infinite;
  height: auto;
  padding: 10px;
}
#slide1_images div img{
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 4px 4px 7px #464545;
          box-shadow: 4px 4px 7px #464545;
  border-radius: 5px;
  /* height: 100%; */
  width:100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.pos{
  cursor: pointer;
}
.customer-selected.pos{
  cursor: default;
}
.pos h4 {
  font-size: 18px;
  font-weight: bold;
  /* margin-top: -1.4em; */
  /* padding-left: 2em; */
}
.control-heading{
  position: relative;
  border: 2px solid #b1b1b1;
  margin: 10px 0;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
  border-left: 15px solid #b1b1b1;
  font-size: 18px;
}
.customer-selected .control-heading{
  /* border: 2px solid #f60da2;
    border-left: 15px solid #b102f9; */
    border-image-slice: 1;
    border-width: 2px;
    border-left-width: 15px;
    border-image-source: linear-gradient(to top, #743ad5, #d53a9d);
    -webkit-box-shadow: 0 0 5px #1d1d1d;
            box-shadow: 0 0 5px #1d1d1d;
    border-radius: 0;
}
/* .pos .control-heading:before{
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  display: inline-block;
  background-repeat: no-repeat;
  content:"";
  border:4px solid white;
  -webkit-box-shadow: 0 0 6px 0 #22c8b2;
          box-shadow: 0 0 6px 0 #22c8b2; 
} */
.customer-selected.pos .control-heading:before{
  background: #22c8b2;
}
.pos span{
  display: none;
  padding-left: 2.2em;
}
.customer-selected.pos span{
  display: block;
    
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
  0% { opacity: 0; -webkit-transform: translateY(-100%); }   
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@media (max-width:991px){
  .pos span{
    padding-left: 2.6em;
  }
}
body {
  color: #7F7D7D;
}
/* .hero{
  background-image: url('/assets/img/product/background/heroBannerImg.jpg');
  min-height: 500px;
}
.hero .container {
  margin-top: 20px;
}
.hero-content {
  width: 50%;
  margin-bottom: 50px;
}
.hero h1 {
  font-weight: 600;
  text-shadow: 0 0 0;
  color: var(--color7);
  font-size: 35px;
  margin-bottom: 50px;
}

.sub-text{
  font-weight: 500;
  text-shadow: 0 0 0;
  color: var(--color2);
}

@media (max-width:800px) and (min-width: 768px) {
  .hero{
    min-height: 70vh;
  }
}

@media (max-width:800px) {
  .hero h1{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .hero-content{
    margin-bottom: 15px;
  }
}
@media (max-width:500px) {
  .hero-content{
    width: 90%;
  }
}

@media (min-width: 1024px) {
  @media (min-height: 768px) {
      .hero {
          background-position: right top;
      }
  }
}
@media (max-width:1024px) {
@media (min-height: 1366px) { 
 .hero {
      background-position: right top;
 }
}
}

.hero .try-now-btn,
.hero .try-now-btn:hover,
.hero .try-now-btn:active,
.hero .try-now-btn:focus{
	margin-left: 10px;
	padding-left: 55px;
    padding-right: 55px;
 border-color: var(--jile-color);
}

@media (max-width: 500px) {
    .hero .try-now-btn,
    .hero .try-now-btn:hover,
    .hero .try-now-btn:active,
    .hero .try-now-btn:focus{ 
        padding-left: 25px; 
        padding-right: 25px;
    }
  } */
.first-fold-text p {
    font-size: 14px;
  }
.first-fold-text {
    width: 50%;
}
.first-fold-img {
  width: 40%;
}
.first-fold-img img.rotate {
  /* width: 150%;
  transform: rotate(335deg); */
  width: 100%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  height: auto;
}
@media (max-width: 991px){
  .first-fold-img {
      position: static;
      width: 100%;
      display: block;
      margin-bottom: 30px;
  }
  .first-fold-img img.rotate {
    width: 100%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* Ipad */
@media (min-width: 1024px) {
    @media (min-height: 1366px) {
      .first-fold-img {
        bottom: 26%;
      }
    }
  }
.overview-intro h2 {
  font-size: 30px;
  color: #42099e;
  /* color: #31c7b2; */
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  margin: 2em auto;
}
.overview-intro h3 {
  font-size: 22px;
  font-weight: 500;
  color: #e7ecf1;
}
/*
  *
  *slider
  *
*/
#slide1_images {
  /* This is the bit that moves. It has 3 images, so 3 * 100 = 300. You could use javascript
  to work this out instead by counting images. */
  width:400%; /* For three image */
}
#slide1_images div {
  width:25%;
}
/* .second-slider #slide1_images {
  width:500%;
}
.second-slider #slide1_images div {
  width:20%;
}
.third-slider #slide1_images {
  width:500%;
}
.third-slider #slide1_images div {
  width:20%;
}
.fourth-slider #slide1_images {
  width:700%;
}
.fourth-slider #slide1_images div {
  width:14.28%;
}
.fifth-slider #slide1_images {
  width:500%;
}
.fifth-slider #slide1_images div {
  width:20%;
} */
.first-slider,
.second-slider,
.third-slider,
.fourth-slider,
.fifth-slider,
.sixth-slider{
  margin-top: 3em;
  margin-bottom: 3em;
}
@media(max-width:1199px) {
  #slide1_container{
    margin-top: 2em;
  }
}
@media(max-width:991px) {
  #slide1_container{
    margin-top: 0;
  }
}
@media(max-width:991px) {
  .overview-intro .pull-right{
    float: none !important;
  }
}
#slide1_controls {
  margin-top: 15px;
  color: #b1b1b1;
}
.control-parent h3{
  margin-bottom: 25px;
}
/* .pos h4 p{
  margin-bottom: 25px;
} */
.customer-selected.pos h3{
  color: #42099e;
  /* text-shadow: 0px 1px 1px var(--color2); */
  font-weight: 600;
}
.pos p {
	height: 0;
	visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.customer-selected.pos p{
	height: auto;
  color: #666666;
  visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
/*
  *
  *slider Image
  *
*/
.pos .control-heading:before {
  vertical-align: middle;
}
/*
  *
  *slider Image
  *
*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  padding-top: 2em; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 88%;
  max-height: 32em;
}
/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {-webkit-transform:scale(0);transform:scale(0)} 
  to {-webkit-transform:scale(1);transform:scale(1)}
}
/* The Close Button */
.close {
  position: relative;
  float: none;
  left: 94%;
  color: white !important;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: .7;
}
.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
@media(max-width:425px){
  .close {
    left: 93%;
  }
}
.marketplace-sec h3,
.marketplace-sec p{
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}
/* .marketplace-sec a{
  font-weight: bold;
} */
.marketplace-img{
  width: 100%;
  -webkit-box-shadow: 4px 4px 10px #1d1d1d;
          box-shadow: 4px 4px 10px #1d1d1d;
  border-radius: 4px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  /* margin-top: 2em; */
}
@media(max-width:991px) and (min-width:768px){
.marketplace-img{
  margin-top: 4em;
}
}
/*
    *
    *FAQs
    * 
 */
.faq-question {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.faq-question .expander {
  position: absolute;
  top: 0.8em;
  right: 15px;
}
.faq-group-container .shown:first-child {
  margin-top: 10px;
}
.faq-group {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.faq-group {
  overflow: auto;
  border-radius: 10px;
  color: #6a757e;

}
.faq-group.shown {
  border: 1px solid grey;
}
.faq-group.first {
  background-color: #ffffff;
}
.faq-group.second {
  background-color: #f3f6f9;
}
.faq-question .fa {
  font-size: 17px;
  vertical-align: top;
}
.faq-group.shown .fa {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: roll 0.75s;
          animation: roll 0.75s;
}
@-webkit-keyframes roll {
  0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
  }

  100% {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
  }
}
@keyframes roll {
  0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
  }

  100% {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
  }
}
.faq-group i {
  /*color:white;*/
}
.faq-question a {
  display: inline-block;
  font-size: 16px;
  line-height: 3em;
  line-height: 1.5em;
  padding: 0.6em;
  padding-left: 5px;
  color: inherit;
  margin: 11px;
  margin-left: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;

}
.faq-question::before {
  content: 'Q.';
  padding-right: 10px;
  position: absolute;
  top: 10px;


}
.shown .faq-question {
  margin-left: 10px;
}
.faq-answer-wrapper {
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
.faq-group.first .faq-answer-wrapper {
  background-color: #f3f6f9;
}
.faq-group.second .faq-answer-wrapper {
  background-color: #ffffff;
}
.shown .faq-answer-wrapper {
  padding: 0 10px;
  margin: 10px 10px;
  border-radius: 5px;
}
.faq-answer {
  margin: 15px 0;
  color: #6a757e;
  text-align: justify;
  font-size: 14px;
}
.faq-market-place{
padding:20px ;
}
.heading {
  display: block;
  color: #31c7b2;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-top: 35px;
}
.faq-heading{
  font-size: 30px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 30px;
}
/*
* Try-Now-footer 
*/
.contact-section{
  background-image: url(/assets/img/product/contactBackground.jpg );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 4em;
  text-align: center;
  padding: 4em 0;
}
.contact-section p{
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.4em;
  margin-bottom: 1em;
  text-shadow: 3px 3px 5px black;
}
.contact-section .p-yellow{
  color: #f8d146;
}
.contact-section .btn-outline, 
.contact-section .btn.btn-outline:hover, 
.contact-section .btn.btn-outline:focus {
  border-radius: 0 20px 20px 0;
}
.contact-section .btn.btn-solid, 
.contact-section .btn.btn-solid:hover, 
.contact-section .btn.btn-solid:focus {
  /* border-radius: 20px 0 0 20px; */
  border: 1px solid #31c7b2;
  margin-right: -6px;
}
@media (max-width: 767px){
  .contact-section{
    background-position: right;
    background-size: cover;
  }
  .contact-section p{
    font-size: 20px;
  }
}

/*# sourceMappingURL=product-style.css.map */
