
@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;
   }
  }
  }
#about-us .container {
    width: 85%;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #7e8691;
    line-height: 24px;
    text-align: justify;
}
/* #about-us {
    
} */
#about-jile {
    clear: both;
    overflow-y: hidden;

}
.hero {
    background-image: url('/assets/img/aboutJile/about-us-hero-background.png');
	background-position: right -200px;
}
.hero-content{
	position: absolute;
    bottom: 0;
}
@media(max-width:800px) {
    .hero {
        background-position-y: 2em;
    }
}
@media(max-width:425px) {
    .hero {
        background-position-x: 85%;
    }
    .hero-content>h4{
        text-shadow: 1px 1px 1px #b1b1b1;
    }
}
.about-us-hero-content {
    position: absolute;
    bottom: 0;
    padding-top: 6vh;
    left: 8vw;
    width: 50%;
}
.about-us-hero-content>h1 {
    font-weight: 700 !important;
    text-shadow: 2px 1px 1px rgba(62, 36, 36, 0.71) !important;
    color: #31c7b2;
    font-size: 35px;
}
.about-us-hero img {
    width: 100%;
}
.about-us-hero {
    margin-top: -35px;
    min-height: 300px;
    background-image: url('/assets/img/aboutJile/about-us-hero-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    position: relative;
}
@media(max-width:800px) {

    .about-us-hero {
        min-height: 384px !important;
        background-position: 100% 50px;
        background-size: cover;
        background-attachment: scroll;
        background-image: url('/assets/img/background/AboutUsMobile.jpg');
    }
}
/* Ipad pro */
@media (min-width: 1024px) {
    @media (min-height: 1366px) {
        #about-us .about-us-hero {
            background-attachment: scroll;
            min-height: 250px !important;
            background-position: 0 -25%
        }


    }
}
@media (min-width: 1366px) {
    @media (min-height: 1024px) {
        #about-us .about-us-hero {
            background-attachment: scroll;
            min-height: 250px !important;
            background-position: 0 -15%
        }

    }
}
/* Ipad */
@media (min-width: 768px) {
    @media (min-height: 1024px) {
        #about-us .about-us-hero {
            background-attachment: scroll;
            min-height: 250px !important;
            background-position: 0 -25%;
        }

    }
}
@media (min-width: 1024px) {
    @media (min-height: 768px) {
        #about-us .about-us-hero {
            background-attachment: scroll;
            min-height: 250px !important;
            background-position: 0 -15%;
        }


    }
}
/* 
    *
    *
    *       
*/
.focal-point {
    overflow: hidden;
    height: 236px;
    padding: 0;

    border-radius: 50%;
}
.focal-point img {
    width: 100%;
    max-width: 100%;
    position: relative;
    -ms-interpolation-mode: bicubic;
}
.focal-point>div {
    position: relative;
}
/* 
    *
    *
    *       
*/
.wrapper1>div,
.wrapper2>div {
    height: 53vh;
}
.wrapper3>div {
    height: 58vh;


}
.content1 {
    background-color: white;
    color: #483e3e;
    padding-left: 0;
    width: 39%;
    padding: 0;
}
.content2 {
    background-color: white;
    padding-left: 2em;
    color: #483e3e;
    width: 39%;
}
.content3 {
    background-color: white;
    color: #483e3e;
    width: 39%;
    padding: 0;
}
.content1 .only-content {
    margin-top: 12vh;

}
.content2 .only-content {
    margin-top: 7vh;
}
.content3 .only-content {
    margin-top: 5vh;
}
.content1 h2,
.content2 h2,
.content3 h2,
.content4 h2 {
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: 600;
}
.content2::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 71vh solid white;
    border-left: 15vh solid transparent;
    position: absolute;
    left: -14vh;
    top: 0;
}
.wrapper1,
.wrapper2,
.wrapper3,
.wrapper4 {
    padding: 0;
}
.content3::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 71vh solid white;
    border-right: 15vh solid transparent;
    position: absolute;
    right: -15vh;
    top: 0;

}
.content1::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 71vh solid white;
    border-right: 15vh solid transparent;
    position: absolute;
    right: -15vh;
    top: -0vh;

}
#about-us .wrapper1 .container {
    margin-bottom: 0;
    margin-top: 0;
}
#about-us .wrapper2 .container {
    margin-bottom: 0;
    margin-top: 0;
}
#about-us .wrapper3 .container {
    margin-bottom: 0;
    margin-top: 0;
}
.image1,
.image2,
.image3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}
.image1 {
    background-image: url("/assets/img/aboutJile/section-2-vision.jpg");
    float: right;
}
.image2 {
    background-image: url("/assets/img/aboutJile/section-2-mission.jpg");
	background-position: -479px 50px;
}
.image3 {
    background-image: url("/assets/img/aboutJile/section-2-core-value.jpg");
    float: right;
}
/*
	*
	*about us video
	*
*/
.video-ovelay a {
    font-size: 21px;
    float: right;
    position: absolute;
    top: -1.6vw;
    right: -3.4vw;
    border: 2px solid #E26A6A;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0 0.7ex;
    padding-left: 9px;
}
#video {
    display: block;
    position: relative;
    margin: auto;

    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 8%;
    z-index: inherit;
    clear: both
}
.video-content {
    position: relative;
    display: block;
    width: 50%;
    left: 0;
    margin: auto;
    right: 0;

}
.video-ovelay {
    height: 100%;
    width: 100%;
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.video-ovelay.full {
    display: block;
    opacity: 1;
}
.video-ovelay a::after {
    content: 'X';
    color: white;
    text-shadow: -4px 2px 6px black;


}
.about-us-play-button {
    cursor: pointer;
    position: absolute;
    height: 6em;
    width: 18em;
    background-color: transparent;
    top: 50%;
    left: 30%;
}
.about-us-video {
    padding-left: 0px;
    background-color: #b2b2b2;
    background-image: -webkit-gradient(linear, left top, right top, from(#aaaaaa), color-stop(10%, #b5b5b5), color-stop(50%, #aaaaaa), to(#b2b2b2));
    background-image: -o-linear-gradient(left, #aaaaaa 0%, #b5b5b5 10%, #aaaaaa 50%, #b2b2b2 100%);
    background-image: linear-gradient(to right, #aaaaaa 0%, #b5b5b5 10%, #aaaaaa 50%, #b2b2b2 100%);
}
.about-us-video .focal-point {
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 0;
    border-radius: 0;
}
.about-us-right .frame {


    margin-left: -6em;
    margin-right: -12em;
}
.about-us-up .frame {
    margin-top: 0em;
    margin-bottom: -3em;
}
.about-us-video-img {
    background-image: url("/assets/img/aboutJile/JileBrandStorySquare.jpg");
    background-position: -14vh 0vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.about-us-content {
    background-color: #f1f1f1;
    color: #483e3e;
    /* padding-left: 5em;
    padding-right: 5em;
    padding-bottom: 2em; */
    padding: 2em 5em;
    /* text-align: justify; */
    text-align: left;

}
.about-us-content h2 {
    text-align: center;
    font-size: 35px;
    color: black;
    font-weight: 600;
}
@media(max-width:991px) {
    .about-us-right .frame {
        margin-left: -11em;
        margin-right: -15em;
    }

    .about-us-content {
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media (max-width: 767px) {
    .about-us-video .focal-point {
        width: 100%;
        padding-right: 0px;
    }

    .about-us-video {
        padding-right: 0px;
        background-color: transparent;
        background-image: none;
        /* margin-top: -9em; */
    }

    .about-us-content {
        margin-top: 2em;
    }

    .about-us-up .frame {
        margin-top: -7em;
        margin-bottom: -11em;
    }

    .about-us-play-button {
        height: 8em;
        width: 25em;
        left: 33%;
    }
}
@media(max-width:650px) {
    .about-us-play-button {
        left: 30%;
    }
}
@media(max-width:600px) {
    .about-us-play-button {
        left: 33%;
        height: 7em;
        width: 20em;
    }
}
@media(max-width:500px) {
    .about-us-up .frame {
        margin-top: -5em;
        margin-bottom: -5em;
    }
}
@media (max-width: 425px) {
    .about-us-play-button {
        left: 35%;

        width: 15em;
    }
}
@media(max-width:375px) {
    .about-us-up .frame {
        margin-top: -3em;
        margin-bottom: -7em;
    }
}
@media (max-width: 320px) {
    .about-us-play-button {
        height: 5em;
        width: 12em
    }
}
/*
	*
	*team-member
	*
*/
@media (max-width: 1200px) {
    .focal-point {
        height: 200px;
    }

    .play-button {
        top: 60%;
    }
}
@media (max-width: 1172px) {

    .play-button {
        left: 2vh;
    }

    .wrapper1>div,
    .wrapper2>div {
        height: 56vh;
    }

    .wrapper3>div {
        height: 63vh;
    }

    .content3::after {
        border-top: 81vh solid white;
    }
}
@media (max-width: 1024px) {
    .play-button {
        width: 20em;
        height: 10em;
        left: -11vh;

    }

    .wrapper1>div,
    .wrapper2>div {
        height: 66vh;
    }

    .wrapper3>div {
        height: 66vh;
    }
	.image2{
		background-position: -400px 50px;
	}

}
@media (max-width: 991px) {
    .focal-point {
        height: 145px;
    }

    .right-2 .frame {
        margin-right: -0.5em;
        margin-left: -0.5em;
    }

}
@media (max-width: 900px) {


    .wrapper3>div {
        height: 71vh;
    }

    .content3::after {
        border-top: 98vh solid white;
    }

    .wrapper2>div {
        height: 70vh;
    }

    .content2::before {
        border-top: 91vh solid white;
    }
}
@media (max-width: 850px) {
    .play-video {
        width: 100%;
    }

    .content3::after {
        border-top: 115vh solid white;
    }

}
@media (max-width: 800px) {


    .wrapper3>div {
        height: 76vh;
    }

    .wrapper2>div {
        height: 75vh;
    }
}
@media(max-width:769px) {


    .video-content {
        width: 70%;

    }
}
@media (max-width: 767px) {
    .video-content {
        width: 80%;
    }

    .play-video i {
        right: 4vh;
    }

    .image1,
    .image3 {
        float: none;
    }

    .image1 {
        background-attachment: scroll;
         background-position: right center;

    }
.image2 {
        background-attachment: scroll;
        background-position: 70% center;
    }
    .image3 {
       
        background-attachment: scroll;
		 background-position: right center;
    }

    .wrapper1,
    .wrapper2,
    .wrapper3 {
        width: 60%;

        border: 1px solid grey;
        margin: 10vh auto;

    }

    .content1,
    .content2,
    .content3 {
        width: 100%;
    }

    .content1::after,
    .content2::before,
    .content3::after {
        content: '';
        border: none;

    }

    .content1 .only-content,
    .content2 .only-content,
    .content3 .only-content {
        margin: 7vh 0;
    }

    .wrapper1>.container,
    .wrapper2>.container,
    .wrapper3>.container {
        height: auto;
    }

    .focal-point {
        height: 320px;
        width: 50%;
        margin: auto;
    }

}
@media (max-width: 600px) {
    .focal-point {

        width: 68%;
    }
}
@media (max-width: 550px) {

    #about-us .wrapper2 .container,
    #about-us .wrapper1 .container,
    #about-us .wrapper3 .container {
        width: 100%;
    }

    .content3 {
        padding-left: 2em;
        padding-right: 15px;
    }

}
@media (max-width: 520px) {
    .focal-point {
        width: 80%;
    }

}
@media (max-width: 500px) {
    .video-content {
        width: 90%;
    }

    .focal-point {
        height: 325px;
        width: 90%;
    }
}
@media (max-width: 450px) {

    .wrapper1,
    .wrapper2,
    .wrapper3 {
        width: 85%;
        margin-left: 8%;
    }

    
}
@media (max-width: 425px) {
    .focal-point {
        width: 100%;
    }

}
@media (max-width: 375px) {
    .focal-point {
        height: 270px;

    }
 .image1 {
        background-position: 95% center;
    }
}
@media (max-width: 320px) {
    .focal-point {
        height: 232px;
    }


}
/* Ipad pro */
@media (min-width: 1024px) {
    @media (min-height: 1366px) {

        .image1 {
            background-position: right center;
        }

        .image2 {
            background-position: -25% 0;
        }

        .image3 {
            background-position: right center !important;
        }

        .wrapper1>div,
        .wrapper2>div {
            height: 40vh;
        }

        .wrapper3>div {
            height: 40vh;
        }

        .image1,
        .image2,
        .image3 {
            background-attachment: scroll;


        }
    }
}
@media (min-width: 1366px) {
    @media (min-height: 1024px) {
        .image1 {
            background-position: right 70% !important;
        }

        .image2 {
            background-position: -25% 0;
        }

        .image3 {
            background-position: right center !important;
        }

        .wrapper1>div,
        .wrapper2>div {
            height: 40vh;
        }

        .wrapper3>div {
            height: 40vh;
        }

        .image1,
        .image2,
        .image3 {
            background-attachment: scroll;
            background-position: 0 0;

        }
    }
}
/* Ipad */
@media (min-width: 768px) {
    @media (min-height: 1024px) {
        .image1 {
            background-position: right center;
        }

        .image2 {
            background-position: -25% 0;
        }

        .image3 {
            background-position: right center !important;
        }

        .wrapper1>div,
        .wrapper2>div {
            height: 40vh;
        }

        .wrapper3>div {
            height: 40vh;
        }

        .image1,
        .image2,
        .image3 {
            background-attachment: scroll;
            background-position: 0 0;

        }
    }
}
@media (min-width: 1024px) {
    @media (min-height: 768px) {
        .image1 {
            background-position: right 70% !important;
        }

        .image2 {
            background-position: -25% 0;
        }

        .image3 {
            background-position: right center !important;
        }

        .wrapper1>div,
        .wrapper2>div {
            height: 40vh;
        }

        .wrapper3>div {
            height: 40vh;
        }

        .image1,
        .image2,
        .image3 {
            background-attachment: scroll;
            background-position: 0 0;

        }
    }
}

/*# sourceMappingURL=style-about-us.css.map */
