
@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
}
/* @import './share/style-video-pop-up.css'; */
/*@import './share/style-video.css';*/
.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
}
/*@import './share/style-home-offer.css';*/
body {
  color: grey;
}
.home-hero{
    padding-bottom: 0px;
    background-position: right top;
    margin-top: -20px;
    min-height: 92vh;
    background-image: url('/assets/img/homePage/homehero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
	
	/* dec-changes
	background-image: url('/assets/img/homePage-dec/homehero.png');*/
}
.home-hero .container {
    
    margin-top: 20px;
}
.heading-block>h4 {
  
  font-weight: 700 !important;
  color: #24344a;
  font-size: 35px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.heading-block{
    width: 40%;
    position: absolute;
    bottom:40px;
}
.heading-block img{
    width:80%;
}
#home-hero-video{
    max-height: 500px;
    width: 50%;
    position: absolute;
    
    right: 0;
    bottom: 15%;
}
.dark-gray{
  color: #505050;
  text-shadow: 2px 1px 1px rgba(241, 236, 236, 0.71) !important;
}
.btn.release {
    font-weight: bold;
    margin-bottom: 10px;
}
.home-hero img{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-hero .home-try-btn,
.home-hero .home-try-btn:hover,
.home-hero .home-try-btn:active,
.home-hero .home-try-btn:focus{
    font-weight: bold;
    margin-bottom: 10px;
    /* border: 1px solid #31c7b2; 
    border-radius: 0 20px 20px 0;  */
    padding-left: 63px; 
    padding-right: 63px;
}
.home-hero .home-req-demo,
.home-hero .home-req-demo:hover,
.home-hero .home-req-demo:active,
.home-hero .home-req-demo:focus{
    font-weight: bold;
    margin-bottom: 10px; 
    margin-left: 5px;
    /* border-radius: 20px 0 0 20px; 
    margin-right: -6px; */
}
@media (max-width:991px) {
  .home-hero .heading-block {
  width:49%;
}
  .home-hero {
  background-position: left top;
}
}
@media (max-width:850px) {
  .heading-block>h4 {
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .home-hero .heading-block {
    bottom:0;
  }
    .home-hero .home-req-demo,
.home-hero .home-req-demo:hover,
.home-hero .home-req-demo:active,
.home-hero .home-req-demo:focus{
    margin-left: 0;
}
}
@media (max-width:800px) {
  .home-hero{
    background-image: url('/assets/img/homePage/homeheroMob.png');
	background-attachment: scroll;
    background-position-x: right;
	background-size: cover;
	min-height: 600px;
	/* dec-changes
	 background-image: url('/assets/img/homePage-dec/homeheroMob.png');*/
	 /* background-position-y: bottom; */
  }
   
  .heading-block>h4 {
    text-shadow: 2px 1px 1px rgba(62, 36, 36, 0.71) !important; 
    color: #31c7b2;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .home-hero .heading-block {
    bottom:0;
	
  }
}
@media(max-width:767px) {
  .home-hero .heading-block {
      width: 94%;
	  /* dec-changes*/
	  /* top:100px; */
  }
  /* dec-changes*/
  .home-hero .home-try-btn,
.home-hero .home-try-btn:hover,
.home-hero .home-try-btn:active,
.home-hero .home-try-btn:focus{
	padding:15px 49px;
     
}
/* dec-changes*/
  .home-hero .home-req-demo,
.home-hero .home-req-demo:hover,
.home-hero .home-req-demo:active,
.home-hero .home-req-demo:focus{
    padding: 15px 15px;
}
  /*.heading-block > h4 {
    text-shadow: 1px 1px 2px var(--color2);
    }*/
}
/* Ipad */
@media (min-width: 768px) {
  @media (min-height: 1024px) {
      .home-hero {
          background-attachment: scroll;
		  min-height: 80vh;
      }
      /*.home-hero .heading-block {
        bottom: 18%;
      }*/
      .heading-block>h4 {
        text-shadow: 2px 1px 1px rgba(62, 36, 36, 0.71) !important; 
        color: #31c7b2;
      }
  }
}
@media (min-width: 1024px) {
  @media (min-height: 768px) {
      .home-hero {
          background-attachment: scroll;
          background-position: center center;
      }
      .heading-block>h4 {
        text-shadow: 2px 1px 1px rgba(62, 36, 36, 0.71) !important; 
        color: #31c7b2;
      }
  }
}
@media (max-width: 500px) {
    .home-hero .home-try-btn,
    .home-hero .home-try-btn:hover,
    .home-hero .home-try-btn:active,
    .home-hero .home-try-btn:focus{ 
        margin-left: auto;
    }
  }
/* nav */
.sign-in{
    padding: 4px 0 6px !important;
}
/*
*
* slide show
*
*/
.jile-support-dad-content{
  position: relative;
  overflow: hidden;
}
.slide-container {
      position: relative;
      margin: auto;
    }
.slide-wrapper {
      display: none;
    }
.slide-wrapper img{
      max-height: inherit;
      width: 100%;
    }
.slide-contant{
    text-align:center;
  }
.slide-contant-heading{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5em;
  }
.slide{
        max-height: 400px;
    }
.prev, .next {
      cursor: pointer;
      position: absolute;
      top: 45%;
      width: auto;
      margin-top: -22px;
      padding: 16px;
      color: black;
      font-weight: bold;
      font-size: 18px;
      -webkit-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
.next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
.dad-slide-dot-background .dad-slide-dot{
      cursor: pointer;
      height: 5px;
      width: 5px;
      margin: auto;
      background-color: transparent;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-radius: 50%;
      position: absolute;
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease;

    }
.dad-slide-dot-background{
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 5px 2px;
      padding: 0;
      -webkit-box-shadow: 0 1px 8px 0 #053c56;
              box-shadow: 0 1px 8px 0 #053c56;
      background-color: transparent;
      border-radius: 50%;
      position: relative;
      margin-right: 8px;

    }
.dad-slide-dot-group{
      position: relative;
      padding: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      left: 44%;
      
    }
.jile-support-dad-boby .shown .dad-slide-dot {
          background-color: #053c56;
          -webkit-box-shadow: 0 0 6px 0 #053c56;
                  box-shadow: 0 0 6px 0 #053c56;
      }
.slide-show{
      -webkit-animation-name: slide-show;
      -webkit-animation-duration: 1.5s;
      animation-name: slide-show;
      animation-duration: 1.5s;
    }
.slide-show-text{
      -webkit-animation-name: slide-show-text;
      -webkit-animation-duration: 1.5s;
      animation-name: slide-show-text;
      animation-duration: 1.5s;
    }
.slide-group{
      position: relative;
      overflow: hidden;
    }
.slide-text{
      font-size: 18px;
      text-align: center;
      color: grey;
      padding: 2em 3em 0 0;
    }
.slide-text h4{
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 0;
  }
.slide-text p{
    padding: 1.5em 1.5em;
    border-radius: 0 0 5px 5px;
    border:0;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100px auto;
    min-height: 12em;
  }
.jile-tools .btn-outline,
  .builtin-quality .btn-outline{
    border: 2px solid #31c7b2
  }
.jile-tools .btn.btn-outline,
  .builtin-quality .btn.btn-outline{
    font-weight: 600;
  }
.agile-slider-heading-container{
  background-color: #24344a;
  margin-bottom: 2em;
}
.agile-slider-heading{
        color: white;
        font-size:26px;
        font-weight: 600;
        margin: 1em 0;
        text-align: center;
    }
.builtin-quality .btn.btn-outline,
    .jile-tools .btn.btn-outline,
    .jile-wow .btn.btn-outline {
    display: table;
    margin: auto;
    margin-top: 1.5em;
    }
.adopt-h4 h4{
      color: #70ad47;
    }
@-webkit-keyframes slide-show{
      from {
         
          opacity: .2;
          /* transform: scale( 1.1); */
          /* transform: translateX(100%); */
      } 
      to {
         
          opacity: 1;
          /* transform: scale( 1); */
          /* transform: translateX(0); */
      }
    }
@keyframes slide-show {
      from {
          
          opacity: .2;
          /* transform: scale( 1.1); */
          /* transform: translateX(100%); */
      } 
      to {
          
          opacity: 1;
          /* transform: scale( 1); */
          /* transform: translateX(0); */
      }
    }
@-webkit-keyframes slide-show-text{
    from {
         
        -webkit-transform: translateX(100%);
         
                transform: translateX(100%);
    } 
    to {
       
        -webkit-transform: translateX(0);
       
                transform: translateX(0);
    }
    }
@keyframes slide-show-text {
      from {
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
      } 
      to {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
      }
    }
@media (max-width: 1024px){
      .slide-wrapper img{
          padding-top: 7vh; 
       }

    }
@media (max-width: 991px){
      
          .slide-text {
            padding: 0;
        }
          .dad-slide-dot-group{
              left: 41%;
          }
      }
@media (max-width: 767px){
  .slide-wrapper img {
    padding-top: 0vh;
  }
  .prev, .next{
    top: 66%;
  }
  .dad-slide-dot-group{
    left:42%;
  }
  .slide-contant-heading{
    line-height: 1em;
    padding-bottom: 1em;
  }
  .slide-text {
    padding-top: 15px;
}
  .slide-text p {
    min-height: 0;
  }
  .agile-slider-heading {
    font-weight: 500;
    font-size: 18px;
  }
}
@media (max-width: 600px){
  .dad-slide-dot-group{
    left:41%;
  }
}
@media (max-width: 500px){
  .dad-slide-dot-group{
    left:39%;
  }
}
@media (max-width: 425px){
          .dad-slide-dot-group {
              left: 37%;
          }
      }
@media (max-width: 375px){
          .dad-slide-dot-group {
              left: 35%;
          }
      }
@media (max-width: 320px){
          .dad-slide-dot-group {
              left: 32%;
          }
      }
/*
*
* jile-wow
*
 */
/* .jile-wow{
  background-image: url('/assets/img/homePage/wowBg.jpg');
  background-size: cover;
  padding: 2em 0;
  color: var(--color6);
  margin-top: 1em;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
} */
.jile-wow p {
  text-shadow: 2px 2px 4px #1d1d1d;
}
.jile-wow p a{
  text-shadow: 0 0 0;
}
.jile-wow h4{
  font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: -3px 0px 2px black;
}
.jile-wow h4>span{
  color: #31c7b2;
}
.jile-wow .row img{
    width: 60%;
    display: block;
    margin: auto;
}
.wow-text{
  text-align: center;
  padding: 0 3em;
  margin-top: 1em;
}
@media (max-width:800px) {
  .jile-wow {
    background-attachment: scroll;
    background-size: 250% auto;
  }
  .wow-text{
    padding: 0 15px;
  }
}
/* Ipad */
@media (min-width: 768px) {
  @media (min-height: 1024px) {
      .jile-wow {
          background-attachment: scroll;
      }
  }
}
@media (min-width: 1024px) {
  @media (min-height: 768px) {
      .jile-wow {
          background-attachment: scroll;
      }
  }
}
/*
*
* jile-tools
*
 */
.jile-tools-heading{
  text-align: center;
  font-weight: 600;
  /* color: var(--color3); */
  color: #404040;
  /* margin-bottom: 1em; */
  }
.product-feature {
    background-image: url('/assets/img/homePage/toolsbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 2em;
    position: relative;
}
.product-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.25;
    z-index: 1;
}
.jile-tools{
  margin: 2em 0 1em;
  z-index: 2;
  position: relative;
  text-shadow: 0 0 5px black;
}
.jile-tools h4{
   text-align: center;
   font-weight: 600;
   margin-bottom: 20px;
   color: #31c7b2;
 }
/* .jile-tools span{
   color: var(--jile-color);
 } */
.jile-tools p{
   text-align: center;
   color: white;
 }
.tools-img{
   min-height: 6.5em;
 }
.row .tools-img img{
  height:70px;
  width: auto;
  display: block;
  margin: auto;
 }
.tools-white{
  padding: 1em;
 }
@media (max-width:1199px) {
  .tools-img {
    min-height: 5em;
  }
 }
@media (max-width:991px) {
  .tools-img {
    min-height: 6em;
  }
  .tools-white {
    min-height: 16em;
}
 }
@media (max-width:767px) {
  .jile-tools p {
    text-align: center;
}
 }
/* 
    *
    * slider-section
    *

*/
blockquote:after,
blockquote:before {

    position: absolute;
    top: 25%;
}
blockquote:before {
    left: 0;
}
blockquote:after {
    right: 0;
}
.slider-section h2 {
    font-size: 45px;
}
@media(max-width:1024px) {}
@media (max-width:991px) {}
@media(max-width:425px) {}
@media(max-width:320px) {}
/* 
    *
    *Half half Resources section
    *
 */
/* .half-half{
   margin:2em 0;
 } */
.half-half .row{
  padding: 0 15px;
 }
.half-half .col-sm-6{
  padding: 0 0px;
 }
.half-half h4{
  font-size: 24px;
}
.half-half a{
  font-weight: 600;
}
.half-half i{
  margin-left: 2px;
  vertical-align: middle;
}
.ebook-part{
  background-image: url('/assets/img/homePage/ebookbgi.png');
  /* color: var(--color2); */
}
.blog-part{
  background-image: url('/assets/img/homePage/blogbgi.png');
  color: white;
}
.webinar-part{
  background-image: url('/assets/img/homePage/webinarbgi.png');
  color: white;
}
.tutorial-part{
  background-image: url('/assets/img/homePage/tutorialbgi.png');
  /* color: var(--color2); */
}
.knowledge-part{
  background-image: url('/assets/img/homePage/agilebasicbgi.png');
  /* color: var(--color2); */
}
.datasheet-part{
  background-image: url('/assets/img/homePage/dataSheeti.png');
  color: white;
}
.half-half .row>div>div{
  padding: 2em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 18em;
  padding-right: 40%;
}
@media (max-width:1199px) {
  .half-half .row>div>div{
    min-height: 20em;
  }
}
@media (max-width:991px) {
  .half-half .row>div>div{
    min-height: 23em;
    background-position:left center;
  }
}
@media (max-width:767px) {
  .half-half .row>div>div{
    min-height: 15em;
  }
}
@media (max-width:425px) {
  .half-half .row>div>div{
    padding: 2em;
    background-size: auto 150%;
  }
}
@media (max-width:767px) {
  .half-half .pull-right{
    float: none !important;
  }
}
/*
                        *
                        *Why_jile  form Effect
                        *
                    */
#why-jile .fa {
    color: #31c7b2;
    font-size: 35px
}
#why-jile .focal-point {
    height: auto;
}
/* 
article .heading {
    color: var(--color1);
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}

article p {
    color: var(--color1);
} */
#why-jile hr.no-margin {
    width: 0;
    margin-top: 40px;
}
#why-jile .caption-overflow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#why-jile .caption-overflow span {
    position: relative;
    display: block;
    top: 40%;
    ;
}
#why-jile .caption-overflow span a {
    display: block;
}
#why-jile .caption-overflow img {
    width: 10%;
}
@media(max-width: 1400px) {
    #why-jile .focal-point .frame {
        margin-bottom: 0em;
        margin-top: 0em;
        margin-left: 0em;
        margin-right: 0em;
    }
}
@media(max-width: 1000px) {
    #why-jile .focal-point .frame {
        margin-left: -6em;
    }
}
@media(max-width: 767px) {
    #why-jile hr.no-margin {
        display: none;
    }
}
@media(max-width: 767px) {
    #why-jile .caption-overflow span {
        top: 45%;
    }

    #why-jile .focal-point .frame {
        margin-bottom: -2em;
        margin-top: -2em;
        margin-left: -69em;
        margin-right: -2em;
    }
}
@media(max-width: 650px) {
    #why-jile .focal-point .frame {
        margin-top: -1em;
        margin-left: -60em;
    }
}
@media(max-width: 550px) {
    #why-jile .caption-overflow img {
        width: 15%;
    }

    #why-jile .focal-point .frame {
        margin-left: -54em;
    }
}
@media(max-width: 500px) {
    #why-jile .focal-point .frame {
        margin-left: -49em;
        margin-top: 0em;
    }
}
@media(max-width: 450px) {
    #why-jile .focal-point .frame {
        margin-left: -43em;
        margin-right: -2em;
    }
}
@media(max-width: 400px) {
    #why-jile .focal-point .frame {
        margin-left: -37em;
    }
}
@media(max-width: 350px) {
    #why-jile .focal-point .frame {
        margin-left: -30em;
        margin-right: -5em;
    }
}
/*
                        *
                        *Talkie video  
                        *
                    */
#talkie-video {
    position: relative;
    background-image: url('/assets/img/background/BackgroundForJileTalkies.jpg');
    background-size: cover;
    /*background-image: url(/assets/img/features/Jile/tryfreesection.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
}
#talkie-video .talkie-video-header {
    position: relative;
}
#talkie-video .talkie-video-author-name {
    text-shadow: 1px 0px 2px #000000;
    text-align: left;
    float: right;
}
.talkie-video-slider .talkie-video-author {
    height: 28vh;
}
.talkie-video-slider .talkie-video-says {
    height: 30vh;
}
#talkie-video .talkie-video-header h2 {
    font-size: 35px;
    line-height: 1.2em;
    color: #31c7b2;
    font-weight: 600;
}
#talkie-video .talkie-video-slider {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    -webkit-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
    clear: both;
}
#talkie-video .talkie-video-slider:before {
    clear: both;
    display: table;
    content: "";
}
#talkie-video .talkie-video-slider:after {
    clear: both;
    /*display: table;*/
    content: "";
}
#talkie-video .left-slider {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
#talkie-video .right-slider {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
#talkie-video .talkie-video-visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
@media (max-width:767px) {
    #talkie-video .talkie-video-header h2 {
        font-size: 27px;
    }
}
@media (max-width:1024px) {
    #talkie-video .talkie-video-slider {
        min-height: 200px;
    }

    #talkie-video .talkie-video-visible {
        padding: 0;
    }
}
@media(max-width:991px) {
    #talkie-video {
        background-size: cover;
        background-attachment: scroll;
        background-position: top;
    }

    /* .talkie-video-header{
                        margin: 37px 0 30px;
                    
                        } */
}
@media(max-width:900px) {
    #talkie-video .talkie-video-slider {
        min-height: 300px;
    }
}
@media (max-width: 768px) {
    #talkie-video .talkie-video-slider {
        min-height: 250px;
    }
}
@media (max-width: 550px) {
    .talkie-video-slider .talkie-video-says {
        height: auto;
        width: 100%;
    }
}
@media (max-width: 500px) {
    #talkie-video .talkie-video-slider {
        min-height: 350px;
    }
}
@media(max-width:480px) {
    #talkie-video .talkie-video-slider {
        min-height: 300px;
    }
}
@media (max-width: 400px) {
    #talkie-video .talkie-video-slider {
        min-height: 350px;
    }
}
@media(max-width:375px) {
    #talkie-video .talkie-video-slider {
        min-height: 300px;
    }

    #talkie-video .talkie-video-author-name {
        float: none;
        text-align: center;
    }

    .talkie-video-slider .talkie-video-author {
        height: auto;
        width: 100%;
    }
}
@media(max-width:340px) {
    #talkie-video .talkie-video-slider {
        min-height: 350px;
    }
}
@media(max-width:320px) {
    #talkie-video .talkie-video-slider {
        min-height: 400px;
    }
}
/* Ipad pro */
@media (max-width:1024px) {
    @media (min-height: 1366px) {
        #talkie-video {
            background-position: 0px 0px;
            background-attachment: scroll;
            /* min-height: 637px !important; */
        }

        .talkie-video-slider .talkie-video-author {
            height: 17vh;
        }

        .talkie-video-slider .talkie-video-says {
            height: 17vh;
        }
    }
}
@media (min-width: 1366px) {
    @media (min-height: 1024px) {
        #talkie-video {
            background-position: 0px -80px;
            background-attachment: scroll;
            /* min-height: 637px !important; */
        }

    }
}
/* Ipad */
@media (min-width: 768px) {
    @media (min-height: 1024px) {
        #talkie-video {
            background-position: 0px -80px;
            background-attachment: scroll;


        }

        .talkie-video-slider .talkie-video-author {
            height: 17vh;
        }

        .talkie-video-slider .talkie-video-says {
            height: 17vh;
        }
    }
}
@media (min-width: 1024px) {
    @media (min-height: 768px) {
        #talkie-video {
            background-position: 0px -80px;
            background-attachment: scroll;

        }

    }
}
/*
                        *
                        *Price  
                        *
                    */
.section .section-header {
    margin: 0 auto;
}
.section {
    padding-bottom: 0;
}
@media(max-width:767px) {
    #why-jile .clearfix {
        padding-top: 2em;
    }

    #why-jile .clearfix>div {
        padding: 0 3em;
    }
}
/*
                        *
                        *Resource  form Effect
                        *
                    */
#resources {
    padding: 6vh;

}
.resource-wrapper {
    position: relative;
    background: #f9f9f9;
    overflow: auto;
    display: block;
    padding: 0;
    clear: both;
    overflow: auto;
}
.column2 .resource-wrapper {
    float: left;
    overflow: hidden
}
.column1 .resource-wrapper img {
    height: auto;
}
.resource-wrapper h4 {
    color: #454545;
    font-size: 35px;
}
.resource-wrapper p {
    color: #4a4a4a;
}
.column2>div {
    padding: 0;
}
.column1 .resource-wrapper img {
    position: relative;
    display: inline-block;
    margin: 0;
    left: 0;
    top: 0;
    width: 50%;
    padding: 0;
}
.resource-content {
    position: relative;
    display: inline-block;
    bottom: -4vh;

}
.focal-point {
    overflow: hidden;

    padding: 0;
}
.focal-point,
.resource-content-parent {
    height: 236px;
}
.resource-content a {
    margin-bottom: 3vh;
}
.column2 .resource-wrapper {
    float: left;
}
.focal-point img {
    width: 100%;
    max-width: 100%;
    position: relative;
    -ms-interpolation-mode: bicubic;
}
.focal-point>div {
    position: relative;
}
@media all and (max-width: 1440px) {
    .focal-point .frame {
        margin: -3em -4em;
    }

    .column1 .up-1 .frame {
        margin-top: -6.5em;
        margin-bottom: -0.6em;
    }

    .column1 .right-1 .frame {
        margin-left: -17em;
        margin-right: -20em;
    }

    .row1 .up-3 .frame {
        margin-top: -10.5em;
        margin-bottom: -0.6em;
    }

    .row1 .right-3 .frame {
        margin-left: -7em;
        margin-right: -20em;
    }

    .row2 .up-3 .frame {
        margin-top: -1em;
        margin-bottom: -1em;
    }

    .row2 .right-3 .frame {
        margin-left: -8em;
        margin-right: -6em;
    }

    .focal-point.up-5 .frame {
        margin-top: 0em;
        margin-bottom: 0em;
    }

    .focal-point.right-5 .frame {
        margin-left: 0em;
        margin-right: 0em;
    }
}
@media (min-width: 1024px) {
    @media (min-height: 1366px) {
        .column1 .right-1 .frame {
            margin-left: -14em;
            margin-right: -15em;
        }

        .column1 .up-1 .frame {
            margin-top: -39em;
            margin-bottom: 0em;
        }

        #resources {
            padding: 6vh 0;
        }
    }
}
@media (max-width: 1277px) {
    .column1 .resource-wrapper img {
        height: 72vh;
    }
}
@media (max-width: 995px) {
    .column1 div {
        width: 100%;
    }

    .column1 .resource-wrapper img,
    .column2 .resource-wrapper>div {
        width: 100%;
    }

    .column2 .resource-content {
        bottom: 0;
    }

    .column1 .right-1 .frame {
        margin-left: 0em;
        margin-right: 0em;
    }

    .column1 .up-1 .frame {
        margin-top: -8.5em;
        margin-bottom: -0.6em;
    }

    .focal-point .frame {
        margin: 0;
    }

    .row1 .up-3 .frame {
        margin-top: -14.2em;
        margin-bottom: -0.64em;
    }

    .row1 .right-3 .frame {
        margin-left: -4em;
        margin-right: -23em;
    }

    .row2 .up-3 .frame {
        margin-top: -6.4em;
    }

    .focal-point.up-5 .frame {
        margin-top: -6em;
    }
}
@media (max-width: 780px) {
    #resources {
        padding: 0;
        padding-top: 6vh;
        padding-bottom: 6vh;
    }
}
@media (max-width: 767px) {
    .column2 .focal-point .frame {
        margin: 0;
    }

    .row1 .right-3 .frame {
        margin-left: -1em;
        margin-right: -4em;
    }

    .row1 .up-3 .frame {
        margin-top: -11.2em;
        margin-bottom: -0.64em;
    }

    .focal-point.up-5 .frame {
        margin-top: -6em;
    }

    .column1 .resource-wrapper img {
        height: auto;
    }

    .column1 {
        margin-bottom: 20px;
    }

    .column2>div {
        margin-bottom: 20px;
    }

    /* #resources {
        padding-bottom: 0;
    } */
}
@media (max-width: 600px) {
    .column1 .up-1 .frame {
        margin-top: -5.5em;
        margin-bottom: -0.6em;
    }

    .row1 .up-3 .frame {
        margin-top: -6.2em;
    }
}
@media (max-width: 580px) {
    .focal-point.up-5 .frame {
        margin-top: -3em;
    }
}
@media (max-width: 500px) {
    .column1 .up-1 .frame {
        margin-top: 0;
        margin-bottom: 0;
    }

    .row1 .up-3 .frame {
        margin-top: -3.2em;
    }

    .focal-point {
        height: auto;
    }

    .focal-point.up-5 .frame {
        margin-top: 0em;
    }
}
@media (max-width: 400px) {
    .row1 .up-3 .frame {
        margin-top: 0;
    }
}
/* Ipad pro */
@media (max-width:1024px) {
    @media (min-height: 1366px) {
        .resource-content {
            bottom: 0;
            top: 0;
        }

        #resources {
            padding: 6vh 0;

        }

        .resource-wrapper h4 {
            font-size: 30px;
        }

        .row2 .up-3 .frame {
            margin-top: 0;
        }

        .row2 .right-3 .frame {
            margin-left: -6em;
            margin-right: -6em;
        }

        .focal-point.up-5 .frame {
            margin-top: 0em;
            margin-bottom: 0em;
        }

        .focal-point.right-5 .frame {
            margin-left: -3em;
            margin-right: -3em;
        }
    }
}
@media (min-width: 1366px) {
    @media (min-height: 1024px) {
        .resource-content {
            bottom: 0;
        }

        #resources {
            padding: 6vh 0;

        }

        .resource-wrapper h4 {
            font-size: 30px;
        }

        .row2 .right-3 .frame {
            margin-left: -6em;
            margin-right: -6em;
        }

        .focal-point.up-5 .frame {
            margin-top: 0em;
            margin-bottom: 0em;
        }

        .focal-point.right-5 .frame {
            margin-left: -3em;
            margin-right: -3em;
        }
    }
}
/* Ipad */
@media (min-width: 768px) {
    @media (min-height: 1024px) {
        .resource-content {
            bottom: 0;
        }

        #resources {
            padding: 6vh 0;

        }

        .row2 .right-3 .frame {
            margin-left: -6em;
            margin-right: -6em;
        }

        .resource-wrapper h4 {
            font-size: 30px;
        }

        .focal-point.up-5 .frame {
            margin-top: 0em;
            margin-bottom: 0em;
        }

        .focal-point.right-5 .frame {
            margin-left: -3em;
            margin-right: -3em;
        }
    }
}
@media (min-width: 1024px) {
    @media (min-height: 768px) {
        .resource-content {
            bottom: 0;
        }

        #resources {
            padding: 6vh 0;

        }

        .row2 .right-3 .frame {
            margin-left: -6em;
            margin-right: -6em;
        }

        .resource-wrapper h4 {
            font-size: 30px;
        }

        .focal-point.up-5 .frame {
            margin-top: 0em;
            margin-bottom: 0em;
        }

        .focal-point.right-5 .frame {
            margin-left: -3em;
            margin-right: -3em;
        }
    }
}
/*
                        *
                        *feedback effects
                        *
                    */
blockquote:before {
    content: url('/assets/img/icon/qfirst-whites.png');
}
blockquote:after {
    content: url('/assets/img/icon/qsecond-whites.png');
}
#feedback:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    background-color: #00000040;
    z-index: 0;
}
/*
            //////
            
            Written same class in below slider section
        
            //////
        
        #feedback-controls .customer-details {
                -webkit-transition: border 0.3s ease, opacity 0.3s ease;
                -moz-transition: border 0.3s ease, opacity 0.3s ease;
                -o-transition: border 0.3s ease, opacity 0.3s ease;
                transition: border 0.3s ease, opacity 0.3s ease;
                margin: 0 0 0 30px;
                padding: 15px 0;
                text-align: left;
                opacity: 0.75;
                cursor: pointer;
                vertical-align: bottom;
                position: absolute;
                bottom: 0;
                right:0;
            }*/
#feedback-controls .customer-feedback-slider {
    /*color:var(--color1);*/
    /* border-bottom: 2px solid #e9e9e9; */
    margin: 20px 0;
}
#feedback-controls .flex-manual>div {
    cursor: pointer;
}
#feedback-controls .customer-feedback-slider .customer-details p {
    color: grey;
    padding-left: 80px;
}
#feedback-controls .customer-feedback-slider .customer-selected p,
#feedback-controls .customer-details:hover p {
    color: white;
}
#feedback-controls .customer-details p>span.highlight {
    color: grey;
    text-transform: capitalize;
    font-weight: bold;
}
#feedback-controls .customer-details:hover p>span.highlight {
    color: #31c7b2;
    /* color: rgba(255,255,255,1); */
}
#feedback-controls .customer-feedback-slider:before {
    content: '';
    display: table;
    clear: both;
}
#feedback-controls .customer-feedback-slider:after {
    clear: both;
    content: " ";
    display: table;
}
#feedback-controls .customer-details {
    cursor: pointer;
    margin: 0 2vw;
    -webkit-transition: border 0.3s ease, opacity 0.3s ease, color 0.7s ease-in;
    -o-transition: border 0.3s ease, opacity 0.3s ease, color 0.7s ease-in;
    transition: border 0.3s ease, opacity 0.3s ease, color 0.7s ease-in;
    /* border-bottom: 1px solid #e9e9e9; */
}
#feedback-controls .customer-selected a{
  font-weight: bold;
}
#feedback-controls .customer-selected {
    border-bottom: 2px solid #26c4ad;
    /* font-weight: bold; */
}
#feedback-controls .customer-selected p>span.highlight {
    color: #31c7b2;
}
.transparent-bg {
    background-color: #333333;
    background-color: #333333c2;
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media (max-width:1024px) {

    blockquote {
        padding: 0 230px;
    }
}
@media(max-width:991px) {
    blockquote {
        padding: 0 125px;
    }

}
@media(max-width:900px) {
    blockquote {
        padding: 0 150px;
    }

}
@media (max-width: 768px) {
    blockquote {
        padding: 0 115px;
    }

}
@media (max-width: 620px) {
    blockquote {
        padding: 0 70px;
    }

}
@media (max-width: 500px) {
    #feedback {
        background-position: center center;
    }

    blockquote:before {
        top: 2%;
    }

}
@media(max-width:480px) {

    blockquote:after {
        top: 80%;
    }

    blockquote {
        padding: 0 53px;
    }
}
@media(max-width:375px) {

    blockquote:after {
        top: 85%;
    }

}
@media(max-width:340px) {

    blockquote:after {
        top: 90%;
    }
}
/* 
            *
            *new Slider start
            *
        */
#slide1_container {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    /* So the sliding bit doesn't stick out. */
    margin: 0 auto;

}
#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: 300%;
    /* For two image */
    -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;
    width: 33.33%;
    /* width:50%; For two image */
    float: left;
    /* All the images are in a row next to each other. */
    -webkit-animation: 10s slidy infinite;
            animation: 10s slidy infinite;
}
.slider-bg {
    background-image: url('../img/homePage/TestimonialImg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
    position: relative;
}
.extra-padding {
    margin-top: 1.5%;
}
.slider-section {
    text-align: center;
}
blockquote {
    position: relative;
    margin: 0 1px;
    display: block;
    padding: 0 100px;

    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    border: none;
    border-left: 0px;
    color: white;
    text-shadow: 0px 0px 20px #000000;



}
.feedback-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    background-color: #00000040;
    z-index: 0;
}
/* .clearfix:after,
.clearfix:before,
slider-bg:before,
slider-bg:after {
    content: "";
    display: table;
} */
.pos {
    position: relative;
    height: 96px;
}
@media (min-width: 1200px) {
    .extra-padding {
        margin-top: 4.5%;
        padding-left: 54px;
        padding-right: 54px;
        margin-left: 15%;
        margin-right: 15%;
    }

    #slide1_images div {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 4.5%;
    }

}
@media (max-width: 1199px) and (min-width: 992px) {
    .extra-padding {
        margin-top: 4.5%;
        padding-left: 54px;
        padding-right: 54px;
        margin-left: 15%;
        margin-right: 15%;
    }

    #slide1_images div {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 6%;
    }
}
@media (max-width: 991px) and (min-width: 769px) {
    .extra-padding {
        padding-left: 54px;
        padding-right: 54px;
        margin-left: 15%;
        margin-right: 15%;
    }

    #slide1_images div {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 7%;
    }
}
@media(width:768px) {
    #slide1_images div {

        margin-bottom: 8%;
    }
}
@media (max-width: 767px) and (min-width: 600px) {
    #slide1_images div {

        margin-bottom: 14%;
    }
}
@media (max-width: 599px) and (min-width: 450px) {
    #slide1_images div {

        margin-bottom: 19%;
    }
}
@media (max-width: 768px) and (min-width: 450px) {
    .extra-padding {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 8%;
        margin-right: 8%;
    }

    .alignpadding {
        padding-top: 5%;
    }

    blockquote:before {
        content: url("");
    }

    blockquote:after {
        content: url("");
    }
}
@media (max-width: 449px) and (min-width: 321px) {
    #slide1_images div {
        margin-bottom: 26%;
    }
}
@media (max-width: 320px) {
    #slide1_images div {
        margin-bottom: 29%;
    }
}
@media (max-width: 449px) {
    .extra-padding {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5%;
        margin-right: 5%;
    }

    blockquote:before {
        content: url("");
    }

    blockquote:after {
        content: url("");
    }

    .slider-bg {
        background-position: center;
    }
}
#feedback-controls .customer-details {
    -webkit-transition: border 0.3s ease, opacity 0.3s ease;
    -o-transition: border 0.3s ease, opacity 0.3s ease;
    transition: border 0.3s ease, opacity 0.3s ease;
    opacity: 0.75;
    cursor: pointer;
    vertical-align: bottom;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {

    .slider-bg {
        background-attachment: scroll;
        background-size: cover;
        background-position: center bottom;
    }

    blockquote {
        text-shadow: 0 0 0;
    }
}
@media(max-width:767px) {
    .alignpadding {
        padding-top: 6%;
    }
}
/* Ipad */
@media (min-width: 768px) {
    @media (min-height: 1024px) {
        .slider-bg {
            background-attachment: scroll;
        }
    }
}
@media (min-width: 1024px) {
    @media (min-height: 768px) {
        .slider-bg {
            background-attachment: scroll;
        }
    }
}
/* 
            *
            *new Slider ends
            *
        */
/* 
            *
            *workarea starts
            *
        */
.agility-heading {
    font-size: 26px;
    text-align: center;
    color: #696868;
    padding-top: 1em;
    font-weight: bold;
}
.agility-heading span {
    color: #31c7b2;
}
@media (max-width: 767px) {

    .agility-heading {
        font-size: 24px;
    }

    .lrpadd {
        padding-left: 10%;
        padding-right: 10%;
    }
}
.padd-0 {
    padding-top: 0px;
}
.lrpadd {
    padding-left: 5%;
    padding-right: 5%;
}
.workarea {
    color: #696868;
    min-height: 21em;
    padding: 0% 7%;

}
.workarea-heading {
    text-align: center;
    font-size: 24px;
    color: #696868;
}
.workarea-sub-heading {
    text-align: center;
    font-size: 18px;
    color: #696868;
}
.workarea ul {
    list-style: disc;
    padding-left: 7%;
    font-weight: bold;
}
.workarea li {
    font-size: 150%;
    line-height: 1em;
}
.workarea li span {
    font-size: 16px;
    vertical-align: bottom;
}
.workarea-shadow-one {
    border-radius: 8px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px grey;
            box-shadow: 0px 0px 10px 0px grey;

}
/* .imgone {
    background-image: url('/assets/img/background/TeamGrad.png');
    background-size: cover;
}

.jq-workarea-shadow-one {
    background-image: url('/assets/img/background/TeamBG.png');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 0 12px 5px #a2c3f2;
} */
.workarea-shadow-two {
    border-radius: 8px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px grey;
            box-shadow: 0px 0px 10px 0px grey;

}
/* .imgtwo {
    background-image: url('/assets/img/background/ProgramGrad.png');
    background-size: cover;
}

.jq-workarea-shadow-two {
    background-image: url('/assets/img/background/ProgramBG.png');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 0 12px 5px #faf588;
} */
.workarea-shadow-three {
    border-radius: 8px;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px grey;
            box-shadow: 0px 0px 10px 0px grey;

}
/* .imgthree {
    background-image: url('/assets/img/background/EnterprisesGrad.png');
    background-size: cover;
}

.jq-workarea-shadow-three {
    background-image: url('/assets/img/background/EnterprisesBG.png');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0 0 12px 5px #9bf694;
} */
.padding5 {
    padding: 12px;
    color: #696868;
}
.mar-bottom2 {
    margin-bottom: 5px;
}
.workarea-heading-one {
    padding: 0.8em;
    border-radius: 8px;
}
/* .jq-workarea-heading-one {
    background-image: url("/assets/img/background/BlueWave.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.workarea-heading-two {
    padding: 0.8em;
    border-radius: 8px;
}
/* .jq-workarea-heading-two {
    background-image: url("/assets/img/background/YellowWave.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.workarea-heading-three {
    padding: 0.8em;
    border-radius: 8px;
}
/* .jq-workarea-heading-three {
    background-image: url("/assets/img/background/GreenWave.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
/* 
            *
            *workarea ends
            *
        */
#triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 11em solid white;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0px;
}
.modal {
    display: none;
    /*position: fixed; */
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.modal-content {
    position: fixed;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px 20px 20px;
    border: 1px solid #888;
    width: 40%;
    min-height: 400px;
    bottom: auto;
    right: auto;
    top: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% center;
    border: 10px solid white;
}
.opt-in-form-content {
    background-image: url('/assets/img/homePage/webinarPopup.jpg');
}
.modal-form-content {
    width: 50%;
    top: 30px;
    position: relative;
    background-color: transparent;
}
.popup-header {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 1.5em;
    padding-top: 10px;
    line-height: 1;
}
.modal-form-bottom-content {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-top: 3em;
    margin-bottom: 15px;
}
.modal-form-bottom-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.2em;
}
.text-black {
    color: #000000 !important;
    cursor: pointer;
}
@media (max-width:767px) {
    .modal {
        display: none !important;
    }
}
@media (max-width:450px) {
    .modal-content {
        top: 4% !important;
        min-width: 300px;
        background-position: 30%;
    }

    .modal-form-content {
        width: 100% !important;
        top: 10px !important;
    }

    .popup-header {
        padding-top: 0px !important;
    }
}
@media (max-width:1024px) {
    .modal-content {
        width: 50%;
        left: 50% !important;
        right: 50% !important;
        margin-left: -25%;
        margin-right: -25%;
    }

    .modal-form-content {
        top: 10px;
    }
}
@media (max-width:991px) {
    .modal-content {
        background-position: 35% center;
    }

}
@media (min-width:1025px) {
    .modal-content {
        left: 60% !important;
        right: 60% !important;
        margin-left: -30%;
        margin-right: -30%;
    }
}
.case-study-lg {
    border: 1px solid #e7ecf1;
    margin-bottom: 30px;
    cursor: default;
}
.case-study-contant {
    padding: 20px 30px 30px;
}
.case-study-title {
    margin: 0 0 5px;
    line-height: .6em;
}
.case-study-lg p {
    color: grey;
}
.case-study-lg img,
.row img {
    width: 100%;
}
.case-study-footer {
    border-top: 1px solid;
    border-top-color: #f0f1f2;
    padding-top: 20px;
    text-align: right;
}
.case-study-title a {
    font-size: 25px;
    color: #000000;
    cursor: pointer;
    display: block;
}
.case-study-title a:hover {
    color: #31c7b2;
}
/* .magic-quadrant {
    background-color: var(--jile-color);
    padding: 1em 0;
    color: var(--color4);
    text-align: center;
    font-size: 22px;
}

.magic-quadrant-content {
    padding: 0px 50px;
}

.magic-quadrant-content::before {

    left: 0;
}

.magic-quadrant-content::after {

    right: 0;
}

.magic-quadrant-content::before,
.magic-quadrant-content::after {
    background-image: url('/assets/img/homePage/trophyWhite.png');
    background-size: 100% 80%;
    display: inline-block;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    top: 0;

}

.magic-quadrant-link a {

    color: var(--color4);

    font-weight: 600;
    font-size: 18px; */
/*     
    text-decoration: underline;


}

.magic-quadrant-link a:hover {
    text-decoration: underline;
}

@media (max-width:991px) {
    .magic-quadrant-padding {
        display: none;
    }
}

@media (max-width:767px) {

    .magic-quadrant-content::before,
    .magic-quadrant-content::after {
        display: none;
    }
}

@media (max-width:375px) {
    .magic-quadrant-content::before {
        display: block;
        position: relative;
        left: 35%;
        width: 70px;
        height: 100px;
    }
} */
/* .trophy {
    background-image: url('/assets/img/homePage/trophyWhite.png');
    background-size: 80% auto;
    background-position: center center;
} */
.gartner-section{
    background-image: url('/assets/img/homePage/gartnerImg.png');
    padding: 3em 0;
    background-size: cover;
    background-position: right center;
    font-weight: 600;
    color: #1d1d1d;
}
.gartner-section p{
    font-size: 26px;
    font-family: sans-serif;
    font-weight: 500;
}
.gartner-section a{
    font-weight: 600;
}
.gartner-section .fa{
    vertical-align: middle;
}
@media (max-width:767px){
    .gartner-section{
        background-position: left center;
    }
}
/*
  *
  *product-tour
  *
*/
.product-tour-outer {
    background-image: url('/assets/img/homePage/videobg.png');
    padding: 2em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* color: white; */
    color: #1d1d1d;
  }
.product-tour-text{
      margin-top: 3%;
  }
.product-tour-text hr{
    border: 1px solid #31c7b2;
}
.product-tour-outer p{
    font-size: 18px;
    /* text-align: center; */
    text-align: left;
  }
.thumbnail {
  margin-bottom: 0;
  background: transparent;
  border: 0 !important;
}
.product-tour-video>div>img{
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    /* box-shadow: 0 0 5px var(--color2); */
    border-radius: 5px;
}
@media (max-width:1199px) {
    .product-tour-text{
        margin-top: 0;
        }
  }
@media (max-width:991px) {
  .product-tour-video{
    margin-top: 7em;
  }
  }
@media (max-width:767px) {
    .product-tour-video{
      margin-top: 0;
      float: none !important;
    }
    .product-tour-outer{
      padding: 2em 1em;
    }
  }
@media (min-width:768px){
    .product-tour{
      padding: 0 2em;
    }
  }
@media (max-width:767px){
    .product-tour-text{
      padding-bottom: 2em;
    }
  }
/*
    *
    *jile-agile-test video
    *
  */
/*
  *
  *built-in quality
  *
*/
.builtin-quality {
    padding: 4em 0;
  }
.builtin-quality-text{
    padding-right: 8em;
    color: #1d1d1d;
    margin-top: 1em;
  }
.builtin-quality-text.text-space-right{
      padding: 0 4em;
  }
.builtin-quality h3 {
    /* color: var(--jile-color); */
    color: #404040;
    font-size: 24px;
    font-weight: 600;
    /* margin-top: 1em; */
  }
.builtin-quality ul {
    margin-left: 1.2em;
    line-height: 2em;
  }
.builtin-quality ul li:before {   
    content: "\f05d";
    font-family: 'FontAwesome';
    display: block;  
    height: 0;  
    width: 0;  
    left: -1.2em;
    /* top: 1px; */
    position: relative;
    color: #31c7b2;
}
.builtin-quality-text p:nth-of-type(1){
    margin-top: 1em;
  }
.builtin-quality img{
    width: 95%;
    margin: 0 auto 10px;
    max-width: 28em;
  }
/* .builtin-quality-text{
    margin-top:5em;
  } */
.strategic .color-bg{
    background-color: #e4f2fd;
  }
@media (max-width:1199px) {
    .builtin-quality-text {
        margin-top: 0;
      }
  }
@media (max-width:991px) {
    .builtin-quality {
      padding: 2em 0;
    }
    .builtin-quality img{
      margin-top: 4.5em;
    }
    .builtin-quality-text.text-space-right {
      padding: 15px;
    }
    .builtin-quality-text {
      padding-right: 15px;
    }
  }
@media (max-width:767px) {
    .builtin-quality .pull-right{
      float: none !important;
    }
    .builtin-quality img{
        max-width: 90%;
        display: block;
        margin-top: 0;
    }
  }
/*
  *
  *video-play button
  *
*/
.caption-overflow img {
    height: 40px!important;
    width: auto !important;
}
.caption-overflow span {
    top: 95%;
    text-align: right;
}
/*# sourceMappingURL=home-style.css.map */
