/* font-family: 'Muli', sans-serif; */

body
{
	font-family: 'Roboto', sans-serif; 
} 


#header, #footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		background: #fff ;
		z-index:10;
		text-align:center;
		color: #f2f2f2;
		padding: 20px 0 0 0;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}
	


.arrow-left {
	position:absolute;
	left:197px;
	right:0;
	top:3px;
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; 
  border-right:9px solid #fff; 
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mind_logo:hover .arrow-left{
	left:200px;
	right:0;
	top:1px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right:9px solid #fff; 
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sec1 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sec {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  left: 3%;
  top:5%;
  overflow: hidden;
}
.sec h1 {
  text-align: center;
  font-size: 6rem;
  font-family: "Cookie";
  padding: 20px;
  margin: 15px;
  z-index: 1;
  opacity: 0.7;
}

.video-container {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%    !important;
  height: auto   !important;
  overflow: hidden;
}



#section0{
	background-size:cover;
	background-position:center center;

}

#section1{
	background:url(../images/home/bulb.png);
	filter: brightness(1.0);
	width: 100%;
	background-size:cover;
	background-position:center center;
}
.taxi{
	background-size:cover;
	background-position:center center;
}
.meirai{
	background-size:cover;
	background-position:center center;
}
#section2{
	background:url(../images/home/innovation.jpg);
	background-repeat: no-repeat;
  background-size: cover;

}
#section2 p{

}
#section3{
	background-image: url(../images/home/industry.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity:.9;
    filter: brightness(1.0);
}
#section4{
	background-image: url(../images/home/client.jpg);
		color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

#section5{
    background-color:#35373a;
}

.product_div{
	background-color:#EEF1F1 !important;
	padding:25px;
	
}

#menu{
    position:fixed;
    top:16px;
    right:24px;
    z-index:70;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    letter-spacing:1px;
    font-size:1.1em;
	/* background-color:#26BD4F; */
	color:#fff;
	width:35px;
	height:35px;
	text-align:center;
	padding-top:4px;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}
#menu a{
	color:#444444;
}
.overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(38,189,79,0.35);
	z-index:101;
	display:none;
}
.no_padding{
	padding:0px;
	margin:0px;
}
.product_content:hover .overlay{
	display:block;
	transition:0.5s;
}

.home{
	padding:30px;
}
.mind_title{
	font-family: 'Roboto', sans-serif;
	color:#26BD4F;
	font-weight:200;
	font-size:70px;
}
.mind_title span{
	color:#444444;
}
.mind_content{
	color:#444444;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	letter-spacing:1px;
}
.product_title{
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	font-size:16px;
}
.read_link{
	padding-top:15px;
}
.read_link a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.above_pad{
	padding-top:20px;
}
.mind_sub_titles{
	font-family: 'Roboto', sans-serif;
	font-weight:200;
	letter-spacing:1px;
	text-align:center;
}
.topnavbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* White background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Border shadow */
    z-index: 1; /* Ensure it stays above other content */
	height: 7vh
}

/* Side navigation style starts */
.sidenav {
    height: 100%;
    width:0px;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 19px;
    color: #002663;
    display: block;
    transition: 0.3s;
  	font-family: 'Muli', sans-serif; 
}

.sidenav a:hover {
    color:#002663;
	text-decoration: none;
	width: 320px;

}

.sidenav .closebtn {
    top: 0;
    right: 25px;
    font-size: 36px;
	z-index:150;
}

@media screen and (max-height: 450px) {
	
	}

#menu span{
	cursor:pointer;
}

.side_menu_logo{
	text-align:center;
}

.side_menu_title{
	color:#CD2CAA;
	text-transform:uppercase;
	text-align:justify;
	padding-left:25px;
	margin-bottom:0px;
}
.menu_btn{
	color:#002663;
	font-size: 19px;
	font-family: 'Muli', sans-serif;
	padding-left:32px;
	text-decoration:none;
}
.menu_btn:hover, .menu_btn:active{
	color:#002663;
	font-family: 'Muli', sans-serif;
	font-size: 19px;
	text-decoration:none;
}
.side_menu_anchor{
	cursor:pointer;
}
.side_m_pad{
	padding:5px;
}
.side_menu_list{
	padding-left:10px;
}



/* Side navigation style ends */




/* product overlay style */
.content .content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 1.0em;
}

.fadeIn-bottom{
  top: 80%;
}

.green_overlay_bg
{
  background-color: rgba(81, 144, 49, 0.58);
}

.card
{
	border: 1px solid transparent !important;

}


/* product overlay style */

div#all {
  width: 100%;
  height: 100%;
}

.view {
  float: left;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #ccc;
  cursor: default;

}

.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}



.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h2 {
	
  background: transparent;
  margin: 30px 40px 0px 40px;
  transform: scale(0);
  color: #fff;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  margin: 10px;
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  color:#fff;
  animation:fade 300ms infinite;
  -webkit-animation:fade 300ms infinite;
  
}

.view-tenth a.info:hover
{
	text-decoration:none;
	
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  background-color: #1CAF6C;
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes fade {
		from { opacity: 1.0; }
		50% { opacity: 0.4; }
		to { opacity: 1.0; }
	}
	

/*Services overlay style*/

ul
{
	list-style-type:none;
}

.contact_border
{
	border: 4px solid #26BD4F;
    text-align: center;
    height: 100%;
    background-color: #f6f6f6;
}

.contact_border p a:hover
{
	color:#26BD4F !important;
}

#section3oo {
    background-repeat: no-repeat;
    background-size: cover;
}


.text-dark:hover
{
	text-decoration:none;
	
}

.fab
{
	color:#616161 !important;
}

.contact_font
{
	font-weight:300;
	color:#26BD4F;
}

.social_icon
{
	padding: 14px;
    /* background-color: #26BD4F; */
    color: #f6f6f6;
    margin: 20px;
    
}

ul
{
	list-style-type:none;
}
ol li{
	list-style-type:none;
	display: inline-block;
	text-align: center;
	margin:5px;
}
.social_links
{
	list-style:none;
	text-align:center;
}

.social_links ul li
{
	display:inline;
	
}

.social_links ul li a 
{
	color:#fff;
}

.social_links ul li a:hover
{
	color:#26BD4F;
}

.fa-facebook-f
{
	color:#3C589E;
}

.fa-twitter
{
	color:#2AAAE0;
}

.fa-linkedin-in{
	color:#0177B5;
}

.fa-google-plus-g
{
	color:#DC4A38;
}



.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  /*background-color: #3b5998;*/
  color:#fff;
}
.social-btns .btn.facebook .fab {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  /*background-color: #3cf;*/
}
.social-btns .btn.twitter .fab {
  color: #3cf;
}
.social-btns .btn.google:before {
 /* background-color: #dc4a38;*/
}
.social-btns .btn.google .fab {
  color: #dc4a38;
}
.social-btns .btn.linkedin:before {
  /*background-color: #f26798;*/
}
.social-btns .btn.linkedin .fab {
  color: #f26798;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 45px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
 display: inline-block;
    background-color: #fff;
    width: 45px;
    height: 32px;
    line-height: 20px; 
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}

#social_menu{
    position: fixed;
    top: 10px;
    z-index: 70;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 1.1em;
    /* background-color: #26BD4F; */
    color: #fff;
    text-align: center;
    padding-top: 2px;
}

#social_menu ul li{
	display:inline-block;
	padding-right:35px;
}
.phone_number a{
	text-decoration:none;
}
.phone_number span{
	font-size: 20px;
	font-weight: 500;
	text-decoration:none;
}


/****/

.text_light
{
	color:#444444;
}

.h2_font
{
	font-weight: 300;
    font-size: 22px;
}

body .fp-viewing-2-0 #fp-nav
{
	display:none;
}



.fp-controlArrow.fp-prev {
   
    border-color: transparent #fff transparent transparent !important;
	
	
	left:55px;
}

.fp-controlArrow.fp-next {
   
    border-color: transparent  transparent transparent #fff !important;
	right:55px;
}

.slide p
{
	font-size: 35px;
}

.banner-padding
{
	position: relative;
    top: 21%;
}

.text-green
{
	color:#1CAF6C;
}



.cus_btn
{
	color: #fff;
    background: -moz-linear-gradient(-45deg, #E1A809 1%, #4EC037 100%);
	background: -webkit-linear-gradient(-45deg, #E1A809 1%,#4EC037 100%);
	background: linear-gradient(135deg, #E1A809 1%,#4EC037 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1A809', endColorstr='#4EC037',GradientType=1 );
    width: 100%;
	transition-duration:2s;
}
.cus_btn:hover
{
	color: #fff;
    background: -moz-linear-gradient(-45deg, #4EC037 1%, #E1A809 100%);
	background: -webkit-linear-gradient(-45deg, #4EC037 1%,#E1A809 100%);
	background: linear-gradient(135deg, #4EC037 1%,#E1A809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4EC037', endColorstr='#E1A809',GradientType=1 );
    width: 100%;
	transition-duration:2s;
}

.logo_client
{
	width:65% !important;
}

.card-link
{
	color:#1CAF6C;
}
.mind-white{
	color:#000;
	font-weight: 500;
}
.mind-white span{
	color:#000099;
	font-weight:300;
}
.mind-grey{
	color:#444444;
	font-weight:300;
}

/* new hamburger style starts */

.wrapper-menu {
  width: 35px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}


.line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}

.line-menu.half {
  width: 50%;
  transition: 0.4s;
}
.wrapper-menu:hover > .line-menu.half{
	width: 100%;
	transition: 0.4s;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
  transition: 0.4s;
}



.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
  transition: 0.4s;
}

.mnx_title{
	top: 20px;
	font-size: 60px;
	font-weight:700;
	background: #050A30;
	text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Muli', sans-serif;

}
/* new hamburger style ends */
.mnx_title1{
	font-size: 40px;
	font-weight:700;
	background: #050A30;
	text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
font-family: 'Muli', sans-serif;

}



.container12 {
  position: relative;
	color: white;
	width:600px;
}



.centered {
	font-size: 40px;


	text-transform: capitalize;
	background: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Muli', sans-serif;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@keyframes up-down {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}

.animated {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: up-down;
}

.tagline_style{
   		 font-size: 30px;    
		font-weight: 800;
		color: #fff;
		position: relative;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6543f4', endColorstr='#f6248e',GradientType=1 );
			text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
		font-family: 'Muli', sans-serif;
			-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
			-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
			-webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
			animation-name: example;
			animation-duration: 2s;
			animation-iteration-count: 1;
}
.violet_pink_btn{
	background:linear-gradient(90deg, #013ca6, black);
	padding:15px;
	color:#fff;
	font-family: 'Muli', sans-serif;
	border: none;
	text-decoration:none;
	width: 100%;
}
.violet_pink_btn:hover{
	background:linear-gradient(90deg, #013ca6,black);
	padding:10px;
	color:#fff;
	font-family: 'Muli', sans-serif;
	border: none;
	text-decoration:none;		cursor:pointer;
}
@keyframes example {
  0%    {left:0px; top:100px;}
  100% { left:0px; top:0px;}
}
.tagline_style1{
    font-size: 13px;
    font-family: 'Muli', sans-serif;

		font-weight: 400;
		color: #fff;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6543f4', endColorstr='#f6248e',GradientType=1 );
			text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
			-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
			-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
			-webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
			animation-name: example;
			animation-duration: 2s;
			animation-iteration-count: 1;
}
.mind-white{
	color:#000;
	/* padding-top:76px; */
	font-family: 'Muli', sans-serif;
	font-weight: 1000 !important;
}
.fp-slidesNav.bottom{
	display:none !important;
}

.icon_center{
	text-align:center;
}


/* Full page hamburger menu design starts */
.menu_card{
	height:100vh;
	text-align:center;
	transition-duration:1.4s;
}
.menu_card:hover{
	background: -moz-linear-gradient(-45deg, #000099 1%, #ff8700 100%);
	background: -webkit-linear-gradient(-45deg, #000099 1%,#ff8700 100%);
	background: linear-gradient(135deg, #000099 1%,#ff8700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099', endColorstr='#ff8700',GradientType=1 );
		transition-duration:1.4s;
}
.menu_card .menu_sub_text{
	color:#fff;
	font-family: 'Muli', sans-serif;
}

.home_menu_background_card{
	
 	/* background: -moz-linear-gradient(-45deg, #6543f4 1%, #f6248e 100%);
	background: -webkit-linear-gradient(-45deg, #6543f4 1%,#f6248e 100%);
	background: linear-gradient(135deg, #6543f4 1%,#f6248e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6543f4', endColorstr='#f6248e',GradientType=1 ); */ 
	
}
.menu_seperator{
	width:30%;
	height:2px;
	border-radius:10px;
	background-color:rgba(255,255,255,0.4);
	margin-left:75px;
	margin-top:30px;
	margin-bottom:30px;
}

.dept_menu_background{
	background: -moz-linear-gradient(-45deg, #000099 1%, #ff8700 100%);
	background: -webkit-linear-gradient(-45deg, #000099 1%,#ff8700 100%);
	background: linear-gradient(135deg, #000099 1%,#ff8700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099', endColorstr='#ff8700',GradientType=1 );
		height:100vh;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_heading{
	color:#fff;
	font-family: 'Muli', sans-serif;
	padding-top:45vh;
	text-align:center;
	font-size:30px;
}

.home_menu_background_card:hover{
	background:#fff;
}
.home_menu_background_card:hover .menu_heading{
	color:#333;
}
/* Full page hamburger menu design ends */



/* Blog page style starts */
.blog_card{
	background-color:#fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .55);
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .55);
	box-shadow: 0 0 20px rgba(0,0,0, .55);
	padding:30px;
	border-radius:10px;
	
}
.blog_margin
{
	-webkit-box-shadow: 0 0 12px rgba(0,0,0, .45);
	-moz-box-shadow: 0 0 12px rgba(0,0,0, .45);
	box-shadow: 0 0 12px rgba(0,0,0, .45);
	padding:10px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	margin-bottom:25px;
}
.blog_margin p{
	font-size:14px;
	font-weight:400;
	color:#333;
}
.date_style{
	font-size:11px;
	color:#333;
}
.user_style{
	font-size:11px;
	color:#333;
}
.mac_dots_inline{
	margin-top:10px;
	margin-bottom:10px;
	
}
/* Blog page style ends */

.social_white
{
	color:#fff;
}.black_color_title{
	color:#333;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus .form-control:active {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-danger{
	background-color:#fff;
	border-color:#fff;
	color:#222;
}
.btn-danger:hover{
	background-color:#222;
	border-color:#fff;
	color:#fff;
}



/* footer styles */
.footer_padding{
	padding-top:20px;
	padding-bottom:20px;
}
.footer_title{
	font-size:18px;
	font-weight:400;
	font-family: 'Muli', sans-serif;
	color:#fff;
}
.footer_links{
	list-style:none;
	padding:0px;
	margin:0px;
}
.footer_links li a{
	color:#c1c4c7;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
}
.footer_links li a:hover{
	color:#9c9c9c;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
}
.service_locations_white{
	color:#fff;
	font-size:14px;
	font-weight:300;
}

.service_locations_grey{
	color:#c1c4c7;
	font-size:14px;
	font-weight:300;
	margin-bottom:8px;
}
.copyright-background{
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}
.copyright_content{
	color:#848484;
	font-size:14px;
	font-weight: 500;
	margin-top: 5px;
}
.copyright_content a
{
	color:#848484;
}
.copyright_content a:hover
{
	text-decoration:none;
}
.copy_links{
	list-style:none;
	padding:0px;
	margin:0px;
}
.copy_links li{
	display:inline-block;
	color:#848484;
}
.copy_links li a{
	color:#848484;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.copy_links li a:hover{
	color:#9c9c9c;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
/* footer styles */

/* Slider Navigation hide */
#fp-nav ul li:last-child{
	visibility:hidden !important;
}

/* Slider Navigation hide */

.pad_bottom{
	padding-bottom:30px;
}
.read_more{
	text-align:center;
}
.read_more a{
	color: #000;
	font-size:20px;
	font-weight:800;
	text-decoration:none;
	border:1px solid #000;
	padding:6px 10px;
}
.read_more a:hover{
	color: #000;
	font-size:20px;
	font-weight:800;
	text-decoration:none;
	background-position: 100% 0;
	background-color:#fff;
	border:1px solid #fff;
	padding:6px 10px;
	transition:background-color .25s ease-in;
}
.mar_bot{
	margin-bottom:15px;
}
#section1  a:hover {
	text-decoration:none !important;
}

#section3  a:hover {
	text-decoration:none !important;
}

/* style updated on 26-04-2018 starts */
.mind-white span{
	font-size:19px;
	color:#fff;
	font-weight:600;
}
.des_pad_top{
	margin-top:40px;
	margin-left:50px;
	margin-right:50px;
}
.des_pad_top1{
	margin-left:50px;
	margin-right:50px;
}
.mob_sub_txt_size{
	font-size: 32px !important;
}
.mob_product_desc_ecom{
	font-size:20px !important;
	color:#861a13e5  !important;
	font-weight: 500;
}
.mob_product_desc{
	font-weight: 1000 !important;
	font-size:20px !important;
	text-align:justify;
	text-indent:30px;
	margin-top: 20px;
	color:#003666  !important;
}

/* style updated on 26-04-2018 ends */

.mobile_view_div a:hover{
	text-decoration:none;
}

/*Update on 10-05-18*/
#section1 h1
{
	font-size: 3em;
	font-weight: 1000;
    margin-bottom: 5rem;
}

#section2 h1
{
	font-size: 3em;
}

#section3 h1
{
	    font-size: 4em;
}
/*Update on 10-05-18*/


/*update on 15-05-18*/
.career_title
{
   font-size: 18px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    color: #fff ;
}
.career_title:hover
{
	text-decoration:none !important;
	color:#848484;
}
