﻿.top-nav a {
    color:white;
    cursor:pointer;
     -webkit-transition: width .3s; /* Safari */
     font-family:Arial;
      font-size:small;
      font-weight:bold;
     transition: ease .3s;
     text-decoration:none;
     padding-bottom: 6%;
       
}
.top-nav a:hover{
     color:#34B578 ;
     font-size:medium;
     border-bottom: #34B578 2px solid;
     -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 4s;
}
@-webkit-keyframes example {
    from {color: red;}
    to {color: yellow;}
}

/* Standard syntax */
@keyframes example {
    from {color: red;}
    to {color: yellow;}
}

    a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}
#topbar {
	background: none repeat scroll 0 0 #012232;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0;
}
#topbar p {
	color: #fff;
	font-size: 0.75em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #92c500;
	cursor: pointer;
	opacity: 1;
}
nav {
	background: none repeat scroll 0 0 #00283a;
}
header {
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
}
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}
/*.top-nav li a {
	border-top: 2px solid #00283a;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #00283a;
	border-top: 2px solid #92c500;
	color: #92c500;
	position: relative;
}*/
#carousel .text {
	position: absolute;
	top: 60%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #92c500;
}
#first-block {
	background: none repeat scroll 0 0 #00283a;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #6c7c84;
	font-size: 0.85em;
}
#features {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#features i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#features p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
    
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #dedede;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #92c500;
	color: #fff;
}
#services {
	background: #6f9600 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #6f9600;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 0.8em;
}
#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	height: 125px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	height: 125px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 0.85em;
}
#contact {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
}
#contact h3 {
	color: #92c500;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
.line {
    max-width: 71.25rem;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.map-block {
   filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0 #00283a;
	padding: 3.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #6c7c84;
	font-size: 0.8em;
}



div.transbox {
    margin: 30px;
    background-color: black;
    border: 1px solid black;
    /*opacity: 0.8;*/
    background: rgba(12, 12, 14, 0.7);
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
}
div .transbox .line {
    /*margin: 5%;*/
    font-weight: bold;
    color: #000000;
    opacity:0.9;
}
@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }

  .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}



/* brandico */
/*[class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
}*/

/*ul.social-buttons {
  text-align: center;
 /* margin-top: 50px;
}*/

/*ul.social-buttons li {
  display: inline-block;
  margin: 0 10px;
}*/

/*ul.social-buttons li a {
 width: 40px;
height: 40px;
display: block;
border-radius: 30px;
text-decoration: none;
font-size: 20px;
line-height: 40px;
color: white;
}

ul.social-buttons li a.brandico-twitter-bird {
  background-color: #4099FF;
}*/

/*ul.social-buttons li a.brandico-facebook {
  background-color: #3B5998;
}

ul.social-buttons li a.brandico-instagram {
  background-color: #3f729b;
}

ul.social-buttons li a.brandico-vimeo {
  background-color: #4EBBFF;
}

ul.social-buttons li a.brandico-linkedin {
  background-color: #0e76a8;
}*/

/*Demo 1*/
/*ul#demo1 li a {
  transition: transform 0.2s linear;
}

ul#demo1 li:hover a {
  transform: translateY(-10px);
}*/

/*Demo 2*/
/*ul#demo2 li a {
  transition: transform 0.5s ease-in-out;
}*/

/*ul#demo2 li:hover a {
  transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}*/

/*Demo 3*/
/*ul#demo3 li a {
  transition: transform 0.2s ease-in-out 0;
}*/

/*ul#demo3 li:hover a {
  transform: rotateZ(27deg) scale(1.1);
}*/

/*.top-nav a {
    color:white;
    cursor:pointer;
     -webkit-transition: width .3s;
     font-family:Arial;
      font-size:0.9em;
      font-weight:bold;
     transition: ease .3s;
     text-decoration:none;
     padding-bottom: 6%;
       
}*/
/*.top-nav a:hover{
     color:#34B578 ;
     font-size:1.1em;
     border-bottom: #34B578 2px solid;
     -webkit-animation-name: example; 
    -webkit-animation-duration: 4s; 
    animation-name: example;
    animation-duration: 1s;
}*/
@-webkit-keyframes example {
    from {color: red;}
    to {color: yellow;}
}

/* Standard syntax */
@keyframes example {
    from {color: red;}
    to {color: yellow;}
}
flip {
  -webkit-perspective: 800;
  -ms-perspective:800;
  -moz-perspective: 800;
  -o-perspective: 800;
   width: 400px;
   height: 200px;
   position: relative;
  /* margin: 50px auto;*/
}
.flip .card.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .card .face {
  width: 100%;
  height: 100%;

  z-index: 2;
  font-family: Georgia;
  
  text-align: center;
 
  backface-visibility: hidden;  
  -webkit-backface-visibility: hidden; 
  -moz-backface-visibility: hidden; 
  -ms-backface-visibility: hidden; 
  -o-backface-visibility: hidden; 

}
.flip .card .front {
  position: absolute;
  z-index: 1;
  background: black;
  color: white;
  cursor: pointer;
}
.flip .card .back {
    background: blue;
    background: white;
    color: black;
    cursor: pointer;
    
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); 
  -moz-transform:rotatey(-180deg);
  -webkit-transform:rotatey(-180deg);
  -o-transform:rotatey(-180deg); 

}
flip1 {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   width: 400px;
   height: 200px;
   position: relative;
  /* margin: 50px auto;*/
}
.flip1 .card1.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.flip1 .card1 {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip1 .card1 .face {
  width: 100%;
  height: 100%;

  z-index: 2;
  font-family: Georgia;
  
  text-align: center;
 
  backface-visibility: hidden;  
  -webkit-backface-visibility: hidden; 
  -moz-backface-visibility: hidden; 
  -ms-backface-visibility: hidden; 
  -o-backface-visibility: hidden; 

}
.flip1 .card1 .front {
  position: absolute;
  z-index: 1;
  background: black;
  color: white;
  cursor: pointer;
}
.flip1 .card1 .back {
    background: blue;
    background: white;
    color: black;
    cursor: pointer;
    
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); 
  -moz-transform:rotatey(-180deg);
  -webkit-transform:rotatey(-180deg);
  -o-transform:rotatey(-180deg); 

}

flip2 {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
   width: 400px;
   height: 200px;
   position: relative;
  /* margin: 50px auto;*/
}
.flip2 .card2.flipped {
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); /* IE 9 */
  -moz-transform:rotatey(-180deg); /* Firefox */
  -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
  -o-transform:rotatey(-180deg); /* Opera */
}
.flip2 .card2 {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip2 .card2 .face {
  width: 100%;
  height: 100%;
 
  z-index: 2;
  font-family: Georgia;
  
  text-align: center;
 
  backface-visibility: hidden;  
  -webkit-backface-visibility: hidden; 
  -moz-backface-visibility: hidden; 
  -ms-backface-visibility: hidden; 
  -o-backface-visibility: hidden; 

}
.flip2 .card2 .front {
  position: absolute;
  z-index: 1;
  background: black;
  color: white;
  cursor: pointer;
}
.flip2 .card2 .back {
    background: blue;
    background: white;
    color: black;
    cursor: pointer;
    
  transform:rotatey(-180deg);
  -ms-transform:rotatey(-180deg); 
  -moz-transform:rotatey(-180deg);
  -webkit-transform:rotatey(-180deg);
  -o-transform:rotatey(-180deg); 

}
.activee {
    /*font-family:'Droid Sans', serif;*/
    font-size: 1.8rem !important;
    text-decoration: none;
    line-height: 50px;
    padding-top: 35px !important;
    color:red !important;
}
 .active {
    font-family:'Droid Sans', serif;
    font-size: 1.8rem !important;
    text-decoration: none;
    line-height: 50px;
    /*padding-top: 15px !important;*/
    color:red !important;
}
#home {
    
    /* height:100vh;width: 100%;*/
   
    /*width: 100%;*/
}
#Process {
    
    /*  height:100vh;width: 100%;*/
  margin-top:5%;
  margin-bottom:10%;

}
#Solutions {
    
    /* height:100vh;width: 100%;*/
      min-height: 610px;
      margin-top:5%;
margin-bottom: 10%;
}
#Testimonials {
    min-height: 610px;
    /* height:100vh;
    width: 100%;*/
  margin-top:5%;
  margin-bottom:10%;
}

#Mentors {
     
       min-height: 610px;
    /* height: 100%;*/
  /*width: 100%;*/
  margin-top:5%;
  margin-bottom:10%;
}
#Product {
    /* height:100vh;*/
    /*width: 100%;*/
     min-height: 610px;
    margin-top:5%;
  margin-bottom:10%;
}
#Skills {
     
    /*width: 100%;*/
    margin-top:5%;
  margin-bottom:10%;
}
#Contact {
    
    /*width: 100%;*/
  margin-top:5%;
  margin-bottom:10%;
  
}

.name-title {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    margin-top:5px;
    min-width: 150px;
    padding: 5px 15px;
   /* text-transform: uppercase;*/
    background-color: #2bcdc1;
    margin-bottom:2%;
}
.skilldiv {
text-align: center;
border-radius: 50%;
height: 60px;
padding-top: 2px;
margin-top: 2px;
margin-left: 2px;
width:96%;
}
 .divs {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
 }

 .divs:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
 }
.btn {
  background: #35BC7A;
  background-image: -webkit-linear-gradient(top, #35BC7A,#3a8059);
  background-image: -moz-linear-gradient(top, #35BC7A, #3a8059);
  background-image: -ms-linear-gradient(top, #35BC7A, #3a8059);
  background-image: -o-linear-gradient(top, #35BC7A, #3a8059);
  background-image: linear-gradient(to bottom, #35BC7A, #3a8059);

 -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        font-family: Arial;
        color: #ffffff;
        font-size: 15px;
        padding: 7px 15px 8px 15px;
        text-decoration: none;
        margin-top: 15px;
        margin-right:4%;
}

.btn:hover {
  background: #2ccf7d;
  background-image: -webkit-linear-gradient(top, #2ccf7d, #229c5f);
  background-image: -moz-linear-gradient(top, #2ccf7d, #229c5f);
  background-image: -ms-linear-gradient(top, #2ccf7d, #229c5f);
  background-image: -o-linear-gradient(top, #2ccf7d, #229c5f);
  background-image: linear-gradient(to bottom, #2ccf7d, #229c5f);
  text-decoration: none;
}

.textabout {
    color:#DC3B00;
     font-size: 13px; 
     line-height: 1vmax; 
     font-family: Arial;
}

.effeckt-caption figcaption {
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 1rem;
    width:100%;
}



.tooltipshow {
    width: 300px;
    height:400px;
    padding: 10px 20px;
    overflow: visible;
    display: inline;
    
     color: #000000; 
    display:block;
	background: #B99F7E;
	background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
	background: linear-gradient(top, #FBF5E6, #FFFFFF);	    
	border: 1px solid black;	  
    position:absolute;
    	-webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
	-moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
	box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
    z-index: 1000;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: linear, linear,linear, linear;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function: 
        linear,linear,linear,linear;
}
.toolcont {
    display:none;
    
}

/*a.tooltip > span:hover,*/
 .one {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 0px solid red;
        /* margin-bottom: 40px;*/
        position: relative;
    }

    .fillWidth { /* class name used in javascript too */
        width: 100%; /* width needs to be set to 100% */
        height: 100%; /* height needs to be set to 100% */
        /*position: absolute;*/
        z-index: 0;
    }

    .overlay {
        position: absolute;
        top: 35%;
        left: 35%;
        z-index: 1;
    }

    .txtbox {
        background-image: url(/images/form_bg.jpg);
        background-repeat: repeat-x;
        width: 100%;
        color: #333333;
        padding: 3px;
        font-family: tahoma, arial, sans-serif;
    }

    input:not([type]), input[type="text"] {
        border: 1px solid black;
        border-bottom: 2px solid #41a87c !important;
        width: 100% !important;
        height: 40px !important;
        padding: 5px !important;
        border-radius: 5px;
        font-size: small;
        transition: .2s linear;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        display: inline-block;
        height: 27px;
        background-image: url(/images/form_bg.jpg);
        background-repeat: repeat-x;
        border: 1px solid #d1c7ac;
        border: 1px solid #d1c7ac;
        width: 170px;
        color: #333333;
        padding: 3px;
        margin: 2px;
        font-family: tahoma, arial, sans-serif;
    }

        input:not([type]), input[type="text"]:focus {
            outline: none;
            box-shadow: 0px 0px 6px #41a87c;
            border-color: #41a87c;
        }

    textarea:focus {
        outline: none;
        box-shadow: 0px 0px 6px #41a87c;
        border-color: #41a87c;
    }

    a#contactbtn:hover {
        outline: none;
        box-shadow: 0px 0px 6px #41a87c;
        border-color: #41a87c;
        background-color: red;
    }


    label {
        color: rgba(162, 48, 3, 1);
        border-radius: 4px;
        padding: 3px 3px 0px 0px;
    }

    

    .one-edge-shadow {
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .effect1 {
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }

    .grow {
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .grow:hover {
            transform: scale(1.1);
        }

    .light {
        background: url('/images/spotlight.png') center;
        background-repeat: no-repeat;
        padding: 4%;
    }

    blockquote {
        padding: 29px 15% 2% 5%;
        margin: 0 0 20px;
        position: relative;
        /*Font*/
        font-family: Arial, serif;
        font-size: 17px;
        line-height: 1.2;
        color: white;
        text-align: justify;
        border-left: 5px solid #f95175 !important;
        /*Borders - (Optional)
        border-left: 15px solid #c76c0c;
        border-right: 2px solid #c76c0c;
        /*Box Shadow - (Optional)*/
        /*-moz-box-shadow: 2px 2px 15px #ccc;
        -webkit-box-shadow: 2px 2px 15px #ccc;
        box-shadow: 2px 2px 15px #ccc;*/
    }

        blockquote::before {
            content: "\201C"; /*Unicode for Left Double Quote*/
            /*Font*/
            font-family: Georgia, serif;
            font-size: 2.5em;
            font-weight: bold;
            color: white;
            /*Positioning*/
            position: absolute;
            left: 2%;
            top: 2%;
        }

        blockquote::after {
            /*Reset to make sure*/
            content: "";
        }

        blockquote a {
            text-decoration: none;
            background: #eee;
            cursor: pointer;
            padding: 0 3px;
            color: #c76c0c;
        }

            blockquote a:hover {
                color: #666;
            }

        blockquote em {
            font-style: italic;
        }

    .ban {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
    }

    .downr {
        text-align: right;
        font-size: 2em;
        cursor: pointer;
        color: red;
    }
    .scon {
        text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
        font-size: 1em;
        color: red !important;
        padding: 1px;
    }
    .cont {
        text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
        font-size: 1.5em;
        width: 45px;
        height: 45px;
        padding: 1px;
        color: #fcf7f7 !important;
        background-color: #335361;
        padding: 15%;
        text-align: center;
        margin-top:2px;
        vertical-align:middle;
    }
    .cardtxt {
        display: inline-block;
        text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
        font-size: 1em;
        color: black;
        padding: 2px;
        
    }
    .hlight {
        color:red;
        font-weight:bold;
    }
    .fliptext {
        font-family:Arial;
    }
    .htxt {
        color: #777;
        font-size: 1.3em;
        line-height: 1.7em;
        font-family: Arial;
    }
    .sdiv {
        width: 90%;
        height: 160px;
        border-bottom: 2px white solid;
        cursor: pointer;
    }
    .vertical-text {
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        position: absolute;
        top: 50%;
        left: 70%;
        color: white;
        font-family: Arial;
        font-weight:bold;
        padding: 5px;
        font-size: 1.2vmax;
        font-weight: bold;
        white-space: nowrap;
    }
    .trfnone {
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    #flipbook {
        /*min-width: 85%;*/
        height: 600px;
        background: #B99F7E;
        background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
        background: linear-gradient(top, #FBF5E6, #FFFFFF);
        border: 1px solid #B99F7E;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        text-align: center;
        margin-left:auto;
        margin-right:auto;
    }
        #flipbook .turn-page {
            background: #B99F7E;
            background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
            background: linear-gradient(top, #FBF5E6, #FFFFFF);
            border: 1px solid #B99F7E;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            background-size: 100% 100%;
        }

    #flipbook1 {
        width: 85%;
        height: 600px;
        background: #B99F7E;
        background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
        background: linear-gradient(top, #FBF5E6, #FFFFFF);
        border: 1px solid #B99F7E;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        #flipbook1 .turn-page {
            background: #B99F7E;
            background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
            background: linear-gradient(top, #FBF5E6, #FFFFFF);
            border: 1px solid #B99F7E;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            background-size: 100% 100%;
        }
    #flipbook2 {
        width: 85%;
        height: 600px;
        background: #B99F7E;
        background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
        background: linear-gradient(top, #FBF5E6, #FFFFFF);
        border: 1px solid #B99F7E;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        #flipbook2 .turn-page {
            background: #B99F7E;
            background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
            background: linear-gradient(top, #FBF5E6, #FFFFFF);
            border: 1px solid #B99F7E;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            -moz-box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            box-shadow: 0px 0px 15px 0px rgba(36, 139, 203, 0.42);
            background-size: 100% 100%;
        }
   
    /*.p1 {
        width: 470px !important;
    }
    .p2 {
        width: 485px !important;
    }
    .p3 {
        width: 490px !important;
    }
    .p4 {
        width: 525px !important;
    }
    .p5 {
        width: 490px !important;
    }
    .p6 {
        width: 495px !important;
    }
    .p7 {
        width: 500px !important;
    }
    .p8 {
        width: 505px !important;
    }
    .p9 {
        width: 510px !important;
    }
    .p9 {
        width: 515px !important;
    }*/
    #flipbook {
        width: 400px;
        height: 550px;
    }

        #flipbook .page {
            width: 400px;
            height: 550px;
            background-color: white;
            /*line-height: 300px;*/
            font-size: 20px;
            text-align: center;
            background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
            background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook .page-wrapper {
            -webkit-perspective: 2000px;
            -moz-perspective: 2000px;
            -ms-perspective: 2000px;
            -o-perspective: 2000px;
            perspective: 2000px;
        }

        #flipbook .hard {
            background: #B99F7E !important;
            color: #333;
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
            font-weight: bold;
        }

        #flipbook .odd {
            background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
            background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook .even {
            background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
            background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: linear-gradient(left, #fff 95%, #dadada 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }
        #flipbook .shadow,
        #flipbook.shadow {
            -webkit-box-shadow: 0 4px 10px #666;
            -moz-box-shadow: 0 4px 10px #666;
            -ms-box-shadow: 0 4px 10px #666;
            -o-box-shadow: 0 4px 10px #666;
            box-shadow: 0 4px 10px #666;
        }
    #caption {
        line-height: 30px;
        font-weight: bold;
    }
    #flipbook1 {
        width: 400px;
        height: 550px;
    }

        #flipbook1 .page {
            width: 400px;
            height: 550px;
            background-color: white;
            /*line-height: 300px;*/
            font-size: 20px;
            text-align: center;
            background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
            background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook1 .page-wrapper {
            -webkit-perspective: 2000px;
            -moz-perspective: 2000px;
            -ms-perspective: 2000px;
            -o-perspective: 2000px;
            perspective: 2000px;
        }

        #flipbook1 .hard {
            background: #B99F7E !important;
            color: #333;
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
            font-weight: bold;
        }

        #flipbook1 .odd {
            background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
            background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook1 .even {
            background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
            background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: linear-gradient(left, #fff 95%, #dadada 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook1 .shadow,
        #flipbook1.shadow {
            -webkit-box-shadow: 0 4px 10px #666;
            -moz-box-shadow: 0 4px 10px #666;
            -ms-box-shadow: 0 4px 10px #666;
            -o-box-shadow: 0 4px 10px #666;
            box-shadow: 0 4px 10px #666;
        }
    #flipbook2 {
        width: 400px;
        height: 550px;
    }

        #flipbook2 .page {
            width: 400px;
            height: 550px;
            background-color: white;
            /*line-height: 300px;*/
            font-size: 20px;
            text-align: center;
            background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
            background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook2 .page-wrapper {
            -webkit-perspective: 2000px;
            -moz-perspective: 2000px;
            -ms-perspective: 2000px;
            -o-perspective: 2000px;
            perspective: 2000px;
        }

        #flipbook2 .hard {
            background: #B99F7E !important;
            color: #333;
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
            font-weight: bold;
        }

        #flipbook2 .odd {
            background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
            background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook2 .even {
            background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
            background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
            background-image: linear-gradient(left, #fff 95%, #dadada 100%);
            -webkit-box-shadow: inset 0 0 5px #666;
            -moz-box-shadow: inset 0 0 5px #666;
            -o-box-shadow: inset 0 0 5px #666;
            -ms-box-shadow: inset 0 0 5px #666;
            box-shadow: inset 0 0 5px #666;
        }

        #flipbook2 .shadow,
        #flipbook2.shadow {
            -webkit-box-shadow: 0 4px 10px #666;
            -moz-box-shadow: 0 4px 10px #666;
            -ms-box-shadow: 0 4px 10px #666;
            -o-box-shadow: 0 4px 10px #666;
            box-shadow: 0 4px 10px #666;
        }
    .ui-widget-header, .ui-state-default, ui-button {
        background: #FBF7EB;
        border: 1px solid #B99F7E;
        color: Brown;
        font-weight: bold;
    }
    label, input {
        display: block;
    }

        input.text {
            margin-bottom: 12px;
            width: 95%;
            padding: .4em;
        }

    fieldset {
        padding: 0;
        border: 0;
        margin-top: 25px;
    }

        fieldset h1 {
            font-size: 1.2em;
            margin: .6em 0;
        }

    div#users-contain {
        width: 350px;
        margin: 20px 0;
    }

        div#users-contain table {
            margin: 1em 0;
            border-collapse: collapse;
            width: 100%;
        }

            div#users-contain table td, div#users-contain table th {
                border: 1px solid #eee;
                padding: .6em 10px;
                text-align: left;
            }

    .ui-dialog .ui-state-error {
        padding: .3em;
        
    }

    .validateTips {
        border: 1px solid transparent;
        padding: 0.3em;
    }
    #btnqt {
        background: none;
        background-color: #D55344;
        color: white;
    }
    #btndemo {
        background: none;
        background-color: #29C275;
        color: white;
    }
    .error {
        border: 2px red solid !important;
        border-bottom: 2px solid red !important;
    }
    .correct {
        border: 2px #D1C7AC solid !important;
        border-bottom: 2px solid #41a87c !important;
    }
#menu {
    color:white;
    font-weight:bold;
}


/* brandico */
[class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
}

ul.social-buttons {
  text-align: center;
  margin-top: 50px;
}

ul.social-buttons li {
  display: inline-block;
  margin: 0 2px;
}

ul.social-buttons li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  color: white;
}

ul.social-buttons li a.fa-twitter{
  background-color: #4099FF;
}

ul.social-buttons li a.fa-facebook-square {
  background-color: #3B5998;
}

ul.social-buttons li a.fa-instagram {
  background-color: #3f729b;
}

ul.social-buttons li a.fa-google-plus{
  background-color: #DC4B3F;
}

ul.social-buttons li a.fa-linkedin-square {
  background-color: #0e76a8;
}

/*Demo 1*/
ul#demo1 li a {
  transition: transform 0.2s linear;
}

ul#demo1 li:hover a {
  transform: translateY(-10px);
}

/*Demo 2*/
ul#demo2 li a {
  transition: transform 0.5s ease-in-out;
}

ul#demo2 li:hover a {
  transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

/*Demo 3*/
ul#demo3 li a {
  transition: transform 0.2s ease-in-out 0;
}

ul#demo3 li:hover a {
  transform: rotateZ(27deg) scale(1.1);
}

 .postdata {
        width: 250px;
        height: 20px;
        height: auto;
        position: fixed;
        left: 2%;
        bottom: 10px;
        color: #F0F0F0;
        font-family: Calibri;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        border-radius: 2px;
        background-image: linear-gradient(to bottom,#DA311D 0,#ed6610 100%);
        color:brown;
        padding:2px;
        z-index: 99999;
        border-radius:5%;
        opacity: 0.5;
    }
 .postdatabtn {
       
       
       
        position: fixed;
        right: 2%;
        bottom: 10px;
        text-align: center;
        padding:2px;
        z-index: 99999;
        opacity: 0.5;
    }

 .clear {
			clear: both;
			}
h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  margin-top:150px;
}

.accordion {
  width: 100%;
  max-width: 1212px;
  height: 600px;
  overflow: hidden;
  margin: 50px auto;
  padding:70px;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 361px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  /*white-space: nowrap;*/
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 10px;
    color: #C86E3E;
    font-weight: bold;
    /*background: rgba(0, 0, 0, 0.4);*/
    
}

.accordion ul li div a p {
  top: 140px;
  font-size: 13.5px;
}


.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 @media screen and (max-width: 600px) {

body { margin: 0; }

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
    .txtlb {
         font-size:13px !important;
    }
}
.testm {
    padding:6% !important; 
}

  #mentor{

        min-width:215px;
    }
     .txtslide {
            font-style: italic;
            font-size: x-large;
            color:white;
        /*  background: rgba(76, 175, 80, 0.7) ;*/
          background: rgba(185, 159, 126, 0.9) ;
          height: 80px;
          text-align: center;
    }
     

.btnread {
  background: #fc0f0f;
  background-image: -webkit-linear-gradient(top, #fc0f0f, #751919);
  background-image: -moz-linear-gradient(top, #fc0f0f, #751919);
  background-image: -ms-linear-gradient(top, #fc0f0f, #751919);
  background-image: -o-linear-gradient(top, #fc0f0f, #751919);
  background-image: linear-gradient(to bottom, #fc0f0f, #751919);
  -webkit-border-radius: 17;
  -moz-border-radius: 17;
  border-radius: 17px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  border: solid #b54545 2px;
  text-decoration: none;
  
}

.btnread:hover {
  background: #e00b21;
  background-image: -webkit-linear-gradient(top, #e00b21, #ba3d3d);
  background-image: -moz-linear-gradient(top, #e00b21, #ba3d3d);
  background-image: -ms-linear-gradient(top, #e00b21, #ba3d3d);
  background-image: -o-linear-gradient(top, #e00b21, #ba3d3d);
  background-image: linear-gradient(to bottom, #e00b21, #ba3d3d);
  text-decoration: none;
}
.txtpro {
    color: #DD3A1A;
     width: 200px;
      padding-top:320px; 
      position: absolute;
      z-index: 9; 
      font-size: 18px;
       font-style: italic;
        word-wrap: break-word;
        margin:5px;
}