
@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;
   }
  }
  }
.oss>.container>h1 {
        font-size: 25px;
        font-weight: 600;
        color: grey;
        margin: 15px 0 0px;
        padding-left: 0.5em;
        display: inline-block;
    }
.intro {
        /*border:1px solid #5a8fbe;*/
        padding: 1em;
        margin-bottom: 2em;
        text-align: justify;
        color: grey;
    }
.software-list-menu {
        padding: 0;
        margin: 20px 0 -1px 0px;
        overflow: hidden;
        text-align: center;
        /*border-bottom:1px solid lightgrey;*/
        list-style: none;
    }
.software-list-menu>li {
        display: block;
        float: left;

        padding: 0;
        margin: 0;
        /*margin-bottom: -1px;*/
        cursor: pointer;
        text-align: center;
        background-color: transparent;
    }
.software-list-menu:after {
        content: "";
        display: table;
        clear: both;


    }
.software-list-menu:before {
        content: "";
        display: table;
    }
.software-list-menu>li>a {

        padding: 1em;
        text-decoration: none;
        display: block;
        /*color:#5a8fbe;*/
        /*width: 100%;*/



    }
.software-list-view {
        padding: 2em;
        /*background-color:#5a8fbe; */
        margin-bottom: 2em;
        border: 1px solid lightgrey;
        /*border-top:none;*/
        overflow-x: auto;
    }
.first,
    .second,
    .third {
        display: none;

    }
.software-list-view>.visible {
        display: block;
    }
.software-list-menu>li>a {

        /* color: var(--jile-color); */
        color: #202020;
    }
/*.software-list-menu  a{
        color:white;
    }*/
.software-list-menu>.visible {
        position: relative;
    }
.software-list-menu>.visible>a {
        /* color: grey; */
        color: #404040;
        border-bottom: 1px solid white;
        border-top: 3px solid #31c7b2;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
    }
/*
        *
        *table
        *
    */
table {
        border: 1px solid lightgrey;
        margin-bottom: 2em;
        /*white-space: nowrap;*/
    }
tr {
        border-bottom: 1px solid lightgrey;


    }
td {
        padding: 15px;
        /* color: grey; */
        color: #404040;
        text-align: left;
        vertical-align: middle;
        border-right: 1px solid lightgrey;
		width: 25%;
		max-width: 0px;
		
    }
th {
        padding: 5px;
        /* color: grey; */
        color: #404040;
        text-align: left;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 12px;
        border-right: 1px solid lightgrey;
    }
td a{
		word-break: break-all;
	}
tbody td:nth-child(3){
		text-align: right;
		width:10%;

	}
td:last-child {
        width: 30%;
    }
thead {
        background-color: white;
    }
tbody {
        background-color: white;
    }
tbody>tr:nth-child(odd) {
        background-color: #fbfcfd;
    }
tbody>tr:hover {
        background-color: #f3f4f6;
    }
/*
        *
        *hero text
        *
    */
.hero-content>h2 {
        font-weight: 700 !important;
        text-shadow: 2px 1px 1px rgba(62, 36, 36, 0.71) !important;
        /* color: var(--jile-color); */
        color: #404040;
        font-size: 35px;
    }
.hero {
        background-image: url('../img/legal/OSSImg.jpg');
    }
@media (max-width:1200px) {
        .hero {
            background-position: right 60px;
        }
    }
@media (max-width:700px) {
        .hero-content>h2 {
            font-size: 30px;

        }
    }
@media (max-width:385px) {
        .hero {
            min-height: 450px !important;
        }
    }
@media (min-width: 1024px) {
        @media (min-height: 768px) {
            .hero {
                background-position-y: 4em;
            }
        }
        }
.css-serial {
        counter-reset: serial-number;
    }
.css-serial td:first-child:before {
        counter-increment: serial-number;
        content: counter(serial-number);
    }
.third .css-serial th:nth-child(3),
	 .third .css-serial td:nth-child(3),
	 .third .css-serial th:nth-child(5),
	 .third .css-serial td:nth-child(5),
	 .third .css-serial th:nth-child(7),
	 .third .css-serial td:nth-child(7),
	 .third .css-serial th:nth-child(8),
	 .third .css-serial td:nth-child(8),
	 .second .css-serial th:nth-child(7),
	 .second .css-serial td:nth-child(7),
	 .second .css-serial th:nth-child(8),
	 .second .css-serial td:nth-child(8),
	 .first .css-serial th:nth-child(7),
	 .first .css-serial td:nth-child(7),
	 .first .css-serial th:nth-child(8),
	 .first .css-serial td:nth-child(8){
		 display:none;
	 }
	 
	 
	 
/*# sourceMappingURL=style-oss.css.map */
