  
 
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

b, strong {
    font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section {
	width: 100%;
    height: 100%;
	position: fixed;
	z-index: -1;
	opacity: 1;
}

.nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 99999;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
    top: 0;

}
.nav li ul {
	opacity:1;
}
.nav li:hover ul {
	opacity:1;
}
.nav li {
    float: left;
    margin-right: 0px;
    position: relative;
    margin-top: 13px;
    text-align: center;
}
.nav li li {
	margin-top: 0px;
}
.nav li li a {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	font-family: "Open Sans";
}
.nav a {
	   display: block;
    padding: 12px 11px 16px 5px; 
    color: #fff;
    text-decoration: none;
    font-family: -webkit-pictograph;
    font-weight: 100;
    opacity: 1;
    font-size: 15px;
    border: 2px solid transparent;
    

}
.nav a.active {
	border: 2px solid #8d6190;
}
.nav a:hover {
   border: 2px solid #8d6190;
}

/*--- DROPDOWN ---*/
.nav ul {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: 2000px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
	padding-top: 11px;
	transition: all 0.5s ease; 
}
.nav ul li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
	min-width: 150px;
}
.nav ul a {
    padding: 5px;
    white-space: nowrap;
    font-size: 15px;
}
.nav li:hover ul { /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
}
.nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}
.nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    opacity: 1;
}


.herosection {
	background-image: url('../../images/banner-1.jpg');
	background-position:bottom center;
	background-size:cover;
	transition: background 1s linear;
}
.aboutsection {
	background-image: url('../../images/about-bg-new.jpg');
	background-position:bottom center;
	background-size:cover;
}
.historysection {
	background-image: url('../../images/about-us-bg.jpg') ;
	background-position:bottom center;
	background-size:cover;
}
.missionsection {
	background-image: url('../../images/our-vision.jpg');
	background-position:bottom center;
	background-size:cover;
}
.gallerysection {
	background-position:bottom center;
	background-size:cover;
	background-color: #000;
}
.regionalsection {
	background-image: url('../../images/regional.jpg');
	background-position:center center;
	background-size:cover;
}

.regionalsection {
	background-color:#2b2b2b;
	background-position:center center;
	background-size:cover;
}
.leadershipsection {	
	background-image:url('../../images/leadership.jpg');
    background-position: center center;
    background-size: cover;
}
.home-text {
	width: 100%;
    bottom: 0px;
	padding: 15px 0;
    position: absolute;
	background-color:#9461a2;
	background-color: rgba(148, 97, 162, 0.62);
	padding-bottom:26px;
}
.home-text h3 {
	font-size: 22px;
	text-align: center;
	font-family: "futura";
    font-weight: 300;
    color: rgb(255, 255, 255);
	margin-bottom: 15px;
}
.home-text h2 {
	text-align: center;
	font-family: "futura";
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: 0px;
	color: rgb(255, 255, 255);
}
.about-text {
	width: 80%;
	margin: 0 auto;
	top: 20%;
	position: relative;
}
.about-text-left {
	text-align: left;
	width: 46%;
	margin: 0 2%; 
	float: left;
}

.about-text-right {
	text-align: left;
	width: 96%;
	margin: 0 2%;
	float: right;
}

.about_title {
	line-height: 1.2em;
    color: #cda4e1;
    font-size: 45px;
    font-family: "futura";
	font-style: normal;
	margin-bottom: 10px;
}
.about_title2 {
	line-height: 1.2em;
    color: #fff;
    font-size: 25px;
    font-family: "futura";
    font-style: normal;
    position: absolute;
    top: 70px;
    left: 10px;
	font-weight: bold;
}
.history-text {
	width: 80%;
	margin: 0 auto;
	top: 20%;
	position: relative;
}
.history-text .text2 {
	width: 44%;
    float: left;
    padding: 10px 2%;
    font-size: 18px;
    background: #000;
	background: rgba(0, 0, 0, 0.92);
    margin: 0px 1%;
}
.history-text-left {
	text-align: left;
	width: 96%;
	margin: 0 2%; 
	float: left;
}

.history-text-right {
	text-align: left;
	width: 46%;
	margin: 0 2%;
	float: right;
}

.history_title {
	line-height: 1.2em;
    color: #e3a9ff;;
    font-size: 40px;
    font-family: "futura";
	font-style: normal;
	margin-bottom: 20px;
}
.history_title2 {
	line-height: 1.2em;
    color: #9461a2;
    font-size: 30px;
    font-family: "futura";
	font-style: normal;
	margin-bottom: 20px;
	text-align: left;
}
.mission-text .history_title{
	line-height: 1.2em;
    color: #bc5cd5;
    font-size: 30px;
    font-family: "futura";
    font-style: normal;
    margin-bottom: 5px;
    text-align: left;
}
.mission-text .mission-text-left .text2{
	color:#000;
}
.mission-text .mission-text-left .separator{
	margin-bottom:12px;
	width:5%;
	margin-top:0px;
}
.mission-text {
	width: 80%;
	margin: 0 auto;
	top: 90px;
	position: relative;
}
.mission-text-left {
	text-align: left;
	width: 45%;
	margin: 0 2%; 
	float: left;
	padding-top:40px;
	padding-top: 180px;
}
.mission-text-right {
	text-align: left;
	width: 46%;
	margin: 0 2%; 
	float: left;
	padding-top:40px;
	padding-top: 180px;
	background-color: rgba(255, 255, 255, 0.8); margin: 47px 0 0 0;  padding: 24px; 
}


.mission_title {
	line-height: 1.2em;
    color: #9461a2;
    font-size: 35px;
    font-family: "futura";
	font-style: normal;
	margin-bottom: 20px;
}
.missionsection ul li {
	color: #000;
    margin-bottom: 16px;
    line-height: 18px;
	text-align: justify;
	font-weight: lighter;
	margin-top:32px;
}
p {
	margin-bottom: 10px;
}
q {
	text-decoration: none;
}
.text1 {
	font-size: 18px;
    font-family: "Open Sans";
    font-weight: 300;
    line-height: 1.7em;
	text-align: justify;
	color: #fff;
}

.text2 {
	text-align: justify;
	font-size: 20px;
    font-family: "Open Sans";
    font-weight: 300;
    line-height: 1.4em;
	color: #fff;
    margin-top: 10px;

}

	.mission-text .text2 {
	text-align: justify;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: normal;
    line-height: 1.4em;
    color: #fff;
    letter-spacing: 0px;
	font-weight: lighter;
}

.active {
	z-index: 999;
}

.regional_text {
	width: 82%;
	margin: 0px 0px 0px auto;
	position: relative;
	top: 100px;
	margin: 0 auto;
}
.regional_col {
	width: 50%;
	float: left;
}
.regional_row {
	overflow: hidden;
    display: block;
}
.regional_title {
	width: 222px;
    float: left;
    color: #fff;
    font-family: "futura";
    font-size: 40px;
    line-height: 1.7em;
    font-weight: bold;
    text-align: right;
	padding-right: 10px;
}
.separator {
    height: 4px;
    border-radius: 10px;
    width: 8%;
    background: rgb(188, 92, 214);
    margin-top: 20px;
    margin-bottom: 30px;
}
.regional_address {
	padding: 10px 5px;
    transition: all 0.8s;
    display: block;
    width: 305px;
    float: left;
}
.regional_address h1 {
    color: #fff;
    font-family: "futura";
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bolder;
	
}


.regional_address p {
	color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 200;
    font-family: "Open Sans";
	margin-bottom:0;
}

.leadership_text {
	width: 80%;
	margin: 0px 0px 0px auto;
	position: relative;
	top: 12%;
	margin: 0 auto;
	
}
.leadership_col {
	width: 25%;
	float: left;

	
}
.leadership_address img {
	width: 100%;
}
.leadership_address h1 {
       color: #fff;
    font-family: "futura";
    font-size: 18px;
    line-height: 28px;
    font-weight: bolder;
	margin: 10px 0;
}

.leadership_address h3 {
    color: #fff;
    font-family: "futura";
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}

.leadership_address p {
	color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    font-family: "Open Sans";
    margin-bottom: 0;
    letter-spacing: 1px;
    opacity: 1;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 96%;
    width: 80%;
    text-align: center;
    top: 2%;
    padding: 0 10%;
    left: 0;
    transition: all 0.8s;
    display: table-cell;
    vertical-align: middle;
}
.leadership_address:hover p {
	opacity: 1;
}
.leadership_title {
	font-size: 30px;
    font-weight: 600;
    font-family: "futura";
    line-height: 40px;
    height: auto;
    color: #f6f3f7;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}


/* Menu */
.fullpage-menu {
    position: fixed;
    top: 256px;
    right: 30px;
    z-index: 9999;
    margin-left: 15px;
	    background: rgba(0, 0, 0, 0.5);
}
.fullpage-menu ul {
    padding: 10px;
    margin: 0px;
}
.fullpage-menu li {
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    padding-bottom: 38px;
}
.fullpage-menu li img {
	width: 50px;
	 transition: all 0.2s;
}
.fullpage-menu li:hover img {
	transform: scale(1.3);
}
.fullpage-menu li a, .fullpage-menu li a span {
    transition: all.6s;
}
.fullpage-menu  a {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.fullpage-menu  a:hover {
	opacity: 1;
}
.fullpage-menu a span {
    color: #fff !important;
	font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.39);
	display: block;
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px;
	font-family: "futura";
}
.mail_logo {
	margin-top: 0px !important;
	z-index: 999999999;
}
.mail_logo img {
	width: 200px;
	position: relative;
	z-index: 999;
}

.fullpage-menu .active a {
	color: #fff;
	opacity: 1;
}
.fullpage-menu li hr {
    content: "";
    position: absolute;
    right: 50%;
    margin-right: -1px;
    margin-top: 8px;
    height: 23px;
    width: 1px;
    border-left: 1px solid #B3B3B3;
    border-top-style: none;
	margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
	background: #fff;
}
.fullpage-menu i {
    font-size: 35px;
}

.delay-1s {
	-webkit-animation-delay: .1s;
}
.delay-2s {
	-webkit-animation-delay: .2s;
}
.delay-3s {
	-webkit-animation-delay: .3s;
}
.delay-4s {
	-webkit-animation-delay: .4s;
}
.delay-5s {
	-webkit-animation-delay: .5s;
}
.delay-6s {
	-webkit-animation-delay: .6s;
}
.delay-7s {
	-webkit-animation-delay: .7s;
}
.delay-8s {
	-webkit-animation-delay: .8s;
}
.delay-9s {
	-webkit-animation-delay: .9s;
}
.delay-10s {
	-webkit-animation-delay: 1s;
}
.delay-12s {
	-webkit-animation-delay: 1s;
}
.delay-14s {
	-webkit-animation-delay: 2s;
}
.testimonialsection {
	    background-color: #000;
    background-position: center center;
    background-size: cover;
}
#testimonial-slider {
	    width: 73%;
    float: left;
    top: 119px;
    background-image: url(../../images/testimoninal-bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 88%;
    padding: 95px;
}
.testimonial {
    margin: 10px;
    text-align: left;
    position: relative;

}

.testimonial .title {
    padding: 7px 0;
    margin: 0 20px 0px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
   
    position: relative;
    text-align: right;
    bottom: 20px;
}
.testimonial .post{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .post-d {
	 display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
	font-style: italic;
}
.testimonial .description {
    padding: 0 20px;
    margin: 20px 0px;
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 26px;
	text-align: justify;
	min-height: 240px;
}
.testimonial_half{
	width: 50%; 
	height: 100%;
	float: right;
	background-image:url('../../images/test-half.jpg');	
	
	background-size:cover;
	background-position:center center;
}
.life_at_paperchase{
	width: 50%;
	position: absolute;
	height: 100%;
	 
	 background: #9461a2;	
	 transition: all 0.5s ease; 
}
.life_at_paperchase ul li {
	color: #fff;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 14px;
    list-style: circle;
}
.life_at_paperchase ul {
	 margin-left: 22px;
}

.owl-theme .owl-controls{ margin-top: 0 !important; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #dadada;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-nav{
    position: absolute;
    padding-top: 25px;
}
.owl-prev:before,
.owl-next:before{
    content: "\e650";
    font-family: 'icomoon' !important;
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\e660"; }
.owl-theme .owl-controls .owl-buttons div {
	background: #662a66 !important;
}
.owl-theme .owl-controls .owl-page span {
	background: #ffffff !important;
}

@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}

.lap_gallery {
	position: absolute;
	width: 50%;
	right: 130px;
	top: 72px;
	z-index: 9999;
}
.life_at_paperchase h2 {	color: #fff;    font-size: 23px;    font-weight: bold;    margin-bottom: 50px; margin-left: 10px;}

.workwithus_row {
	overflow: hidden;
    display: block;
	
}
.workwithus_title {
	width: 117px;
    float: left;
    color: #fff;
    font-family: "futura";
    font-size: 22px;
    line-height: 1.7em;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.workwithus_desc {
	 padding: 5px 5px;
    transition: all 0.8s;
    display: block;
    width: 500px;
    float: left;
    color: #fff;
    line-height: 24px;
	text-align: justify;
}
.leadership_address {
	
	    margin: 5px;
    -webkit-box-shadow: 1px 4px 46px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 4px 46px -2px rgba(0,0,0,0.2);
    box-shadow: 1px 4px 46px -2px rgba(0,0,0,0.2);
    position: relative;
}
.team-member-top {
    overflow: hidden;
    position: relative;
}
.team-member-modern-img {
    position: relative;
    width: 100%;
}
.team-member-modern-img img {
    height: auto;
    width: 100%;
}
.lines {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 26px;
    top: 23px;
    z-index: 2;
}
.lines .line1 {
    height: 2px;
    width: 23px;
    background-color: #fff;
    margin-top: 9px;
}
.lines .line2 {
    height: 2px;
    width: 17px;
    background-color: #fff;
    margin-top: 5px;
}
.lines .line3 {
    height: 2px;
    width: 23px;
    background-color: #fff;
    margin-top: 5px;
}
.team-member-hover {
    top: 39px;
    left: 38px;
    opacity: .8;
    position: absolute;
    height: 53px;
    width: 53px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-50%,-50%);
	background-color: rgb(148, 97, 162);
	-webkit-transition: height 0.5s, width 0.5s;
	-moz-transition: height 0.5s, width 0.5s;
	transition: height 0.5s, width 0.5s;
}
.team-member-hover-button {
    cursor: pointer;
    overflow: hidden;
    top: 13px;
    z-index: 99;
    justify-content: center;
    position: absolute;
    height: 50px;
    width: 50px;
}
.team-member-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.team-member-center .description {
    color: #fff;
    width: 90%;
    position: relative;
    opacity: 0;
    text-align: center;
    font-size: 19px;
    padding: 0 5%;
    font-family: "Open Sans";
    line-height: 20px;
}
.team-member-down {
    text-align: center;
    background-color: #fff;
}
.team-member-down .title {
    padding: 10px 7%;
    line-height: 29px;
    font-weight: normal;
    font-size: 14px;
    padding-top: 10px;
    font-family: "Open Sans";
}
.team-member-down .subtitle {
   font-size: 13px;
    line-height: 18px;
    padding: 0 15%;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-top: -22px;
    color: rgb(148, 97, 162);
    font-family: "Open Sans";
}
.team-member-top.hover .lines {
	display: none;
}
.team-member-top.hover .team-member-hover {
	width: 300%;
	height: 250%;
}
.team-member-top.hover .team-member-hover-button{
	width: 100%;
	height: 100%;
}
.team-member-top.hover  .description{
	opacity: 1;
}
.icon{
	 height:18px;
	 padding-top:7px; 
}
.text2.left{
	float:left;
	width:85%;
	padding: 10px;
	background-color:#000000d9;
	
}
.text2.right{
	float:right;
	width:85%;
	padding: 10px;
	background-color:#000000d9;
	
}
.w3 {
	width: 33.33%;
	float: left;
	position: relative;
    text-align: center;
    color: white;
	cursor:pointer;
}

.h40{
	width: 100%;
    height: 40%;
	background-size: cover;
    background-position: center center;
	position: relative;
    text-align: center;
    color: white;
}
.h60{
	width: 100%;
    height: 60%;
	background-size: cover;
    background-position: center center;
	
}
.h35{
	width: 100%;
    height: 35%;
	background-size: cover;
    background-position: center center;
	position: relative;
    text-align: center;
    color: white;
	
}
.h65{
	width: 100%;
    height: 65%;
	background-size: cover;
    background-position: center center;
}
.h50{
	width: 100%;
    height: 50%;
	background-size: cover;
    background-position: center center;
	position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
     position: absolute;
    bottom: 5px;
    left: 16px;
	font-weight: 500;
	z-index:999;
	
	transition: all 2s ease; 
}

.w3 h2{
	font-size:23px;
	
}
.w3 h3{
	text-align:left;
	margin-top:5px;
	
}
.careers{
	
	
}


.bcolor{
	position: absolute;
    width: 100%;
    height: 36px;
    background-color: rgba(183, 67, 214, 0.61);
    
    transition: all 0.5s ease;
    bottom: 0;
}
.item-image:hover .bcolor , .item-image:hover .bottom-left {
	opacity: 1;
}
.tb1{
	padding-top: 10px;
	border-collapse: collapse;
	min-height:240px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 85%;
	margin-left:45px;
}

td, th {
    text-align: left;
    padding: 8px;
	font-size: 14px;
	vertical-align:middle;
	font-family: "Open Sans";
}
.thdark th
{
	border-bottom: 1px solid #90679b;
    background: #fff;
    color: #12a8f4;
    padding: 20px 10px;
}

tr:nth-child(even) {
    background-color: #F2F2F2;
}

.head2{
	margin: 30px 160px 1px 47px;
	padding: 25px 0px 20px 37px;
	border: 0px solid #a09595ad;
    border-radius: 0px;
    color: #000000;
    display:block;
    background: #f2f2f2;
    font-weight: 400;
}
button.btn {
	color:white;
	background-color:#12a8f4;
	padding: 6px 18px 6px 16px;
	font-size:16px;
	border:0;
	margin-left: 36px;
}

.waveBg svg {
    vertical-align: middle;
}
.tab_trigger_img {
    display: block;
    position: relative;
    padding: 12px 0;
    text-align: center !important;
    top: 28px;
}

.timeline {
	position: absolute;
    bottom: 0;
    height: auto;
    width: 70%;
	left: 15%;
}
.waveBg path {
    fill: #64d3dc;
}
.tab_trigger_icon {
    display: block;
    height: 25px;
    left: 21%;
    margin: 0 auto;
    position: absolute !important;
    top: 39px;
    width: 62%;
    z-index: 9;
}
.singleTabIcon {
    height: 136px;
    position: relative;
    
}
.singleTabIcon i {
    position: relative;
    background-image: url(../../images/plate.png);
    background-size: cover;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
    height: 34px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    width: 37px;
    top: calc(0% + 12px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    padding: 10px;
}
.tab_trigger_icon .owl-item.prEv .singleTabIcon i,
.tab_trigger_icon .owl-item.neXt .singleTabIcon i {
    top: calc(100% - 55px);
}
.blog_area .owl-carousel .owl-stage-outer {
    margin: -10px 0 -20px -15px;
    overflow: hidden;
    padding: 10px 0 20px 15px;
    position: relative;
}
.process_area .owl-stage-outer, .process_area .owl-stage, .process_area .owl-item {
    height: 100%;
}
.single_pricing {
    background: #64d3dc;
    padding: 38px 0 45px;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}
.single_pricing i {
    background: #fff;
    border-radius: 0 0 20px 20px;
    color: #ff4081;
    font-size: 20px;
    height: 55px;
    line-height: 64px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
    width: 35px;
    opacity: 0;
}
.single_pricing h1 {
    margin: 28px 0 38px;
    font-weight: 600;
}
.single_pricing h5 {
    font-size: 16px;
    font-weight: 600;
}
.single_pricing hr {
    height: 1px;
    background: #ff4081;
}
ul.pricing_list {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
ul.pricing_list li {
    color: #fff;
    font-family: 'Open Sans', sans-serif; 
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
	text-align: left;
}
.single_pricing a.th_bt {
    height: 40px;
    line-height: 40px;
    width: 120px;
    margin: 0 auto;
}
.single_pricing.active, .single_pricing:hover{
    color: #fff;
    background: #ff4081;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.single_pricing.active i, .single_pricing:hover i{
    opacity: 1;
    background:#fff;
    color:#ff4081;
}
.single_pricing.active hr, .single_pricing:hover hr,.home-3 .single_pricing.active hr, 
.home-3 .single_pricing:hover hr, .home-6 .single_pricing:hover hr, .home-7 .single_pricing:hover hr {
    background: #fff;
}
.single_pricing.active h5,
.single_pricing:hover h5,
.single_pricing.active h1,
.single_pricing:hover h1{
    color: #ffffff;
}
.single_pricing.active ul.pricing_list li,
.single_pricing:hover ul.pricing_list li{
    color: #f7f6f6;
}
.single_pricing.active a, .single_pricing:hover a{
    color: #ff4081;
    background: #ffffff;
}
.single_pro_content {
    padding-right: 1px;
}
.single_pro_content fieldset {
    
    padding: 13px 25px 28px;
    margin: 2px;
}
.single_pro_content legend {
    border: 0 none;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: calc(50% - 90px);
    padding: 0 71px;
    width: auto;
    text-transform: uppercase;
}
.single_pro_content p {
    margin: 0;
}
.owl-item.center .singleTabIcon i {
    height: 55px;
    line-height: 55px;
    width: 55px;
    background-image: url(../../images/plate.png);
    background-size: cover;
    top: calc(0% + 5.5px);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
    font-size: 21px;
	-webkit-transition: .5s;
    transition: .5s;
}
.owl-item .singleTabIcon i {
	-webkit-transition: .5s;
    transition: .5s;
	}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		
}
.single_pro_content legend img{
	width:50px !important;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
	width: 40px;
    height: 40px;
    line-height: 35px;
	background: #662a66 !important;
	text-align:center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover
{
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.addresslsection {
	    background-color: #000;
    background-position: center center;
    background-size: cover;
}
.add{
	width: 50%;
	position: absolute;
	height: 100%;
	
	color: #fff;
	 	
	 font-family: "futura";
    font-style: normal;
}
.add_half{
	width: 50%; height: 100%; float: right; background: #666;	transition: all 0.5s ease; 
}
.add h1{
   font-size: 40px;
    font-family: "futura";
    padding-bottom: 20px;
	padding-top: 80px;
	padding-left: 30px;
}
.add p{
	  
    font-family: "Opens Sans";
    padding-left: 30px;
	font-size: 22px;

}
.add1{
	height:50%;
	text-align:center;
}
.servicesection {
	background-image:url(../images/service/new-service.jpg);
    background-position: center center;
    background-size: cover;
}

.all {
	text-align: center;
    height: 70%;
    padding-top: 200px;
    padding-right: 30px;
	
	
}
.top{
 	
    color: #000;
    font-size: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 14%;
	font-family: 'Open Sans';
	
}
.top p{
	text-align: center;
	font-family: "futura";
	font-size: 19px;
}
.all .top button{
	    color: white;
    background-color: #12a8f4;
    padding: 6px 18px 6px 16px;
    font-size: 16px;
    border: 0;

}
.sr{
	    color: #000;
    font-size: 24px;
    position: absolute;
    top: 45%;
    left: 10%;
	font-family: 'Open Sans';
}
.sr p{
	text-align: center;
	font-family: "futura";
	font-size: 19px;
}
.all .center .sr button{
	    color: white;
    background-color: #12a8f4;
    padding: 6px 18px 6px 16px;
    font-size: 16px;
    border: 0;

}
.sl{
	    color: #000;
    font-size: 24px;
    position: absolute;
    top: 45%;
    right: 12%;
	font-family: 'Open Sans';
}
.sl p{
	text-align: center;
	font-family: "futura";
	font-size: 19px;
}
.all .center .sl button{
	    color: white;
    background-color: #12a8f4;
    padding: 6px 18px 6px 16px;
    font-size: 16px;
    border: 0;

}
.br{
	    color: #000;
    font-size: 24px;
    position: absolute;
    width: auto;
    top: 80%;
    left: 10%;
	font-family: 'Open Sans';
}
.br p{
	text-align: center;
	font-family: "futura";
	font-size: 19px;
}
.all .bottom .br button{
	    color: white;
    background-color: #12a8f4;
    padding: 6px 18px 6px 16px;
    font-size: 16px;
    border: 0;

}
.bl{
	    color: #000;
    font-size: 24px;
    position: absolute;
    top: 81%;
    right: 10%;
	font-family: 'Open Sans';
	
}
.bl p{
	text-align: center;
	font-family: "futura";
	font-size: 19px;
}
.all .bottom .bl button{
	    color: white;
    background-color: #12a8f4;
    padding: 6px 18px 6px 16px;
    font-size: 16px;
    border: 0;

} 
.all a{
	color:#8E6396;
	cursor: pointer;

}
.acc{
	position: absolute;
    top: 58%;
    text-align: center;
    width: 100%;
    font-size: 29px;
    font-family: 'Open Sans';
	color:#8E6396;
}
.font2{
	font-family:aroly;
	font-size:50px;
	text-shadow: 1px 0px #000;
}
.ci{
	text-align: center;
    font-size: 19px;
    color: #000;
    line-height: 18px;
	font-weight:900;
}
.ci img{
	display: inline !important;
    width: 68px !important;
    position: relative!important;
    top: 20px !important;
}
.innerabout{
	background-image:url('../../images/about-log.png');
	width: 100%;
    height: 64%;
    background-position: center top;
    background-size: cover;
    overflow: auto;
    position: relative;
    

}
.innertext1{
	width: 29%;
    margin: 0 2%;
    text-align: justify;
    font-size: 17px;
    float: left;
    font-family: "Open Sans";
    position: absolute;
    color: #fff;
    bottom: 0;
    line-height: 26px;
	
}
.innertext2{
	width: 32%;
    margin: 0 2%;
    font-family: "Open Sans";
    text-align: justify;
    color: #fff;
	font-size: 17px;
    position: absolute;
    bottom: 0;
    left: 32%;
    line-height: 26px;
}
.innertext3{
	width: 29%;
    margin: 0 2%;
	text-align: justify;
	font-size:18px;
	font-family: "Open Sans";
	color: #fff;
	line-height: 28px;
	bottom: 0;
	right:0;
	position:absolute;
}
li,p {
	opacity:1;
}
.ps{
	    list-style: unset;
		font-family: "Open Sans";
}
.ps li{
	padding: 5px;
    margin: 3px;
    color: #8e6599;
}
.mail_logo a {
	width: 210px;
    border: 0;
}
.mail_logo a:hover {
	border: none;
}
.pdf {
	color: #ff0909;
    font-size: 18px;
}
.career_submit {
	background: #12a8f4;
    display: block;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-size: 12px;
    width: 65px;
    text-decoration: none;
	float: right;
	border: 0;
	
}
.single_pro_content img {
	width: 100px !important;
    margin: 0 auto;
}

.payrollsection {
	    background-color: #000;
    background-position: center center;
    background-size: cover;
}
.puzzal{
	
	background: url(../../assets/images/service/puzzal.jpg);
	width: 50%;
	position: absolute;
	height: 100%;
	background-position: center center;
    background-size: cover;
	
	
}
.payroll_half{
	width: 50%; height: 100%; float: right; background: #E1DDDE;	transition: all 0.5s ease; 
}
.payroll_half h2{
	    padding: 110px 0 0 85px;
		font-size:30px;
		font-family:'Open Sans';
		color:#8E6396;
}
.payroll_half p{
	    padding: 16px 0 0 85px;
		font-size: 18px;
		font-family:'futura';
}
.pi {
    border: 1px solid #8e8e8e;
    margin-left: 81px;
    width: 85%;
    margin-top: 40px;
}
.pay ul {
	padding: 26px 0 50px 0;
    margin-left: -18px;
}
.pay{
	position: relative;
    font-family:'futura';
}
.pay ul li {
	background: url(../../assets/images/service/bullete.png);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 50px;
}
.pi .pay img{
	padding: 5px;
    position: relative;
    top: 17px;
}
/*.simple-tooltip-container {
  position: relative;
}
 
.simple-tooltip-tooltip {
  position: absolute;
  z-index: 666;
  top: 50%;
  left: 50%;
  width: 15em;
  background: #fff;
  background: rgba (255, 255, 255, .9);
  border: 1px solid #882525;
  border-radius: .5em;
  padding: 1em;
  text-align: left;
}

.simple-tooltip-tooltip__title {
    margin: 0;
    line-height: 1;
    font-size: 36px;
	
    margin-bottom: 10px;
}

.simple-tooltip-tooltip p {
  font-size: 1em;
  text-align:left;
}

.simple-tooltip-tooltip__close {
  float: right;
  font-family: inherit;
  font-size: 1em;
  background: #882525;
  color: #fff;
  border-radius: 1em;
}
.left-tooltip-tooltip {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 99999;
    position: fixed;
    width: 25em;
    max-width: 100%;
    padding: .5em;
    font-size: 1em;
    border: 0;
    animation: fromleft .3s linear;
    background-image: -webkit-linear-gradient( top,#882525 3em,#f7f7f7 3em );
    background-image: linear-gradient( to bottom,#882525 3em,#f7f7f7 3em );
	
}
.left-tooltip-tooltip__close {
    float: right;
    background: transparent;
    color: #fff;
}
.left-tooltip-tooltip__title {
    font-size: 1.2em;
    margin: 0;
    color: #fff;
    font-weight: normal;
}*
@charset "UTF-8";*/
/**
SCSS for popups taken from Reinforced Concrete © Elkfox 2017
**/
.popup {
  position: fixed;
  z-index: 9996;
  opacity: 1;
  visibility: hidden; }
  .popup.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .popup .popup-content {
    display: inline-block;
    z-index: 9999;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 30px;
    background-color: white;
    text-align: initial;
    cursor: default;
    white-space: initial; }
  .popup.overlay {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed; }
    .popup.overlay .popup-outside {
      z-index: 9998;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .popup.overlay .popup-inner {
      -webkit-backface-visibility: hidden;
      cursor: pointer;
      z-index: 9997;
      text-align: center;
      white-space: nowrap;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .popup.overlay .popup-content {
		width: 35%;
    position: relative;
    top: 50%;
    font-family: futura;
    font-size: 20px;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    background-color: #f7d8ffd1;
    text-align: justify;
    line-height: 1.3;
}
	  
	  
    .popup.overlay.visible .popup-inner {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .popup.full-screen {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .popup.full-screen .popup-inner {
      -webkit-backface-visibility: hidden;
      cursor: pointer;
      z-index: 9999;
      text-align: center;
      white-space: nowrap;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      transition-delay: 0.5s;
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .popup.full-screen .popup-content {
      width: 100%;
      height: 100%; }
    .popup.full-screen.visible .popup-inner {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .popup.notification .popup-content {
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 15px;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .popup.notification.visible .popup-content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .popup .popup-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px; }

/*# sourceMappingURL=popup.css.map */
.withussection {
	    background-color: #000;
    background-position: center center;
    background-size: cover;
}


.work{
	width: 55%;
	position: absolute;
	height: 100%;
	
	color: #fff;
	 	
	 font-family: "futura";
    font-style: normal;
}
.wrok img:hover{
	width:100%;
	text-align:center;
	background-color:#000;
}

.work_half{
	width: 45%;
	height: 100%; 
	float: right; 
	background-image:url('../../images/business.jpg');	
	
	background-size:cover;
	background-position:center center;
	
}
.carousel-indicators {
    position: absolute;
    bottom:145px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.downarrow{
	    text-align: center;
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
	
	color:white;
	
}
.downarrow img{
	width:100%;
}
@import "compass/css3";


@mixin keyframes($name) {
  @-webkit-keyframes #{$name} {
    @content; 
  }
  @-moz-keyframes #{$name} {
    @content;
  }
  @-ms-keyframes #{$name} {
    @content;
  }
  @keyframes #{$name} {
    @content;
  } 
}
@mixin animation($animation) {
  -webkit-animation: #{$animation};
	-moz-animation: #{$animation};
	-ms-animation: #{$animation};
	animation: #{$animation};
}
@mixin transform($transform) {
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  transform: $transform;
}

@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-20px));
  }
	60% {
    @include transform(translateY(-10px));
  }
}




.encircle{
  width:60px;
  height:60px;
  border-radius:60px;
  
  position: fixed;
  bottom: -18px;
  left: 50%;
  animation: bounce 2s infinite ;
  z-index: 99999999;
}
.bounce {
  @include animation (bounce 2s infinite);
}
.rc {
    position: absolute;
    top: 90px;
    left: 25px;
}
.mobile_menu {
	display: none;
}

}
.homebeat p {
	font-size: 24px;
    position: inherit;
    top: 52%;
}
a {
	text-decoration: none;
}
.privacy{
	    background-image: url(../../images/privacy-terms.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: -webkit-paged-x;
	background-attachment:fixed;
}
.loader {
    color: dodgerblue;
    font-size: 1.5em;
    font-family: sans-serif;
    text-transform: uppercase;
    width: 100%;
    /* height: 100%; */
    animation: change-color 10s linear infinite;
    /* height: 100vh; */
    position: relative;
    top: 50%;
}

.loader span {
	animation: moving 2s linear infinite;
	animation-delay: calc((var(--n) - 10) * 0.2s);
	position: absolute;
	height: 3em;
}

@keyframes change-color {
	to {
		filter: hue-rotate(1turn);
	}
}

@keyframes moving {
	0% {
		filter: opacity(0);
		transform: rotate(-180deg);
		left: 100%;
	}

	33% {
		filter: opacity(1);
		transform: rotate(0deg);
		left: 60%;
	}

	66% {
		filter: opacity(1);
		transform: rotate(0deg);
		left: 40%;
	}

	100% {
		filter: opacity(0);
		transform: rotate(180deg);
		left: 0;
	}
}

.loader span:nth-child(1) {
	--n: 1;
}

.loader span:nth-child(2) {
	--n: 2;
}

.loader span:nth-child(3) {
	--n: 3;
}

.loader span:nth-child(4) {
	--n: 4;
}

.loader span:nth-child(5) {
	--n: 5;
}

.loader span:nth-child(6) {
	--n: 6;
}

.loader span:nth-child(7) {
	--n: 7;
}
.loader-continer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    /* display: flex; */
    background: rgba(0, 0, 0, 0.9);
}
#grad1 {
            height: 100px;
            background: -webkit-linear-gradient(left, red , blue);
            background: -o-linear-gradient(right, red, blue); 
            background: -moz-linear-gradient(right, red, blue);
            background: linear-gradient(to right, red , blue);
         }
		 

.mid img{
	position:absolute;
	top:25%;
	left:45%;
	text-align:center;
	}		 