/*********************************************/
/*** VPI, VPI.Net, Visual Perspectives CSS ***/
/*********************************************/
/*** Pantone 201CV is a22b30 ***/
/*** background-color: #a22b30; ***/
/********************************/

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic");
@import url("http://fonts.googleapis.com/css?family=Alex+Brush");
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');

.card {
  border-style: solid;
  border-width:4px;
  border-color: #a22b30;
}
.card-title {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #a22b30;
  text-transform: uppercase;
}
.card-text {
  font-family: 'Droid Serif', serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
}
.btn-toolbar {
  color: #fff;
}
.btn-primary {
  font-family: 'Droid Serif', serif;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #a22b30;
  text-transform: uppercase;
}
.btn-card {
  font-family: 'Droid Serif', serif;
  font-size: 12px;
  color: #fff;
  background-color: #a22b30;
  text-transform: uppercase;
}
body {
  margin: 10px;
  font-family: Helvetica, sans-serif;
}
a {
  color: #000;
}

/**********************************/
/*** MENU CONTROL ***/
/**********************************/

/* header */
.MyVPI-header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}
.MyVPI-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.MyVPI-header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}
.MyVPI-header li a:hover,
.MyVPI-header .MyVPI-menu-btn:hover {
  color: #a22b30;
  background-color: #efefef;
  
}
.MyVPI-header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* MyVPI-menu */
.MyVPI-header .MyVPI-menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  padding: 5px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #a22b30;
}

/* MyVPI-menu icon */
.MyVPI-header .MyVPI-menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.MyVPI-header .MyVPI-menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.MyVPI-header .MyVPI-menu-icon .navicon:before,
.MyVPI-header .MyVPI-menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.MyVPI-header .MyVPI-menu-icon .navicon:before {
  top: 5px;
}
.MyVPI-header .MyVPI-menu-icon .navicon:after {
  top: -5px;
}

/* MyVPI-menu btn */
.MyVPI-header .MyVPI-menu-btn {
  display: none;
}
.MyVPI-header .MyVPI-menu-btn:checked ~ .MyVPI-menu {
  max-height: 240px;
}
.MyVPI-header .MyVPI-menu-btn:checked ~ .MyVPI-menu-icon .navicon {
  background: transparent;
}
.MyVPI-header .MyVPI-menu-btn:checked ~ .MyVPI-menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.MyVPI-header .MyVPI-menu-btn:checked ~ .MyVPI-menu-icon .navicon:after {
  transform: rotate(45deg);
}
.MyVPI-header .MyVPI-menu-btn:checked ~ .MyVPI-menu-icon:not(.steps) .navicon:before,
.MyVPI-header .MyVPI-menu-btn:checked ~ .MyVPI-menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 48em) {
  .MyVPI-header li {
    float: left;
}
  .MyVPI-header li a {
    padding: 20px 30px;
}
  .MyVPI-header .MyVPI-menu {
    clear: none;
    float: right;
    max-height: none;
}
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0);
  position: fixed;
  width: 100%;
  z-index: 3;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
  color: #a22b30;
}
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  padding: 5px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #a22b30;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* 48em = 768px */
@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
/* end menu */

.full-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-banner img {
  height: auto;
  width: 100%;
}
.nav-toggle-icon {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 50;
  font-size: 20px;
}
.nav-toggle-icon a {
  color: #f5f5f5;
  outline: none;
  top: 100px;
  text-decoration: none;
}
.info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.info .title {
  font-family: 'Droid Serif', serif;
  font-size: 48px;
  color: #a22b30;
}
.info .title .subtitle {
  font-family: 'Droid Serif', serif;
  font-size: 48px;
  color: #a22b30;
  text-transform: uppercase;
}
.info .title span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.info .title .designation {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 5px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  border-bottom: 2px solid #a22b30;
  border-top: 2px solid #a22b30;
  font-family: 'Open Sans', sans-serif;
}
.title {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.title designed {
  font-family: 'Droid Serif', serif;
  font-size: 10px;
  font-weight: normal;
  color: #a22b30;
  text-align: center;
}
.title h1,
.title h2 {
  margin: 0;
  padding: 0 40px;
}
.title h1 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  width: 34%;
  text-align: right;
  border-right: 1px solid #f5f5f5;
}
.title h1 span {
  font-size: 100px;
  color: #f5f5f5;
  display: block;
  font-weight: 800;
  font-style: italic;
}
.gray-bg .title h1 span {
  color: #f5f5f5;
}
.title h2 span {
  font-size: 14px;
  float: left;
  width: 66%;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  /*left: 0;*/
  padding: 0 40px;
  font-style: normal;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
}
.clients-info h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}
.clients-info .designation {
  font-size: 14px;
  margin-bottom: 40px;
}
.clients-info p {
  font-size: 14px;
  line-height: 30px;
}
.scroll-down-icon a {
  color: #a22b30;
  outline: none;
  text-decoration: none;
  display: inline-block;
}
.scroll-down-icon {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 50;
  font-size: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.scroll-down-icon i {
  display: block;
  font-size: 20px;
}
.section {
  padding: 100px 0;
}
.about-info {
  margin: 0 auto;
  text-align: left;
  width: 90%;
  font-size: 16px;
  line-height: 30px;
}
.about-info p {
  padding: 0 5%;
  margin-bottom: 2px;
}
.about-info .avatar {
  margin-bottom: 80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: inline-block;
}
.about-info .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

a, a:hover, .contact-row .view-btn, .contact-row .view-btn:hover, .solutions-info .solutions-box, .solutions-info .solutions-box:hover {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration:none;
}
ul, ol {
  margin-bottom: 40px;
}
h1 {
  font-size: 100px;
  top: 35%;
  width: 100%;
  text-shadow:       0 1px 0 hsl(174,5%,80%),
	                 0 2px 0 hsl(174,5%,75%),
	                 0 3px 0 hsl(174,5%,70%),
	                 0 4px 0 hsl(174,5%,66%),
	                 0 5px 0 hsl(174,5%,64%),
	                 0 6px 0 hsl(174,5%,62%),
	                 0 7px 0 hsl(174,5%,61%),
	                 0 8px 0 hsl(174,5%,60%),
	                 0 0 5px rgba(0,0,0,.05),
	                 0 1px 3px rgba(0,0,0,.2),
	                 0 3px 5px rgba(0,0,0,.2),
	                 0 5px 10px rgba(0,0,0,.2),
	                 0 10px 10px rgba(0,0,0,.2),
	                0 20px 20px rgba(0,0,0,.3);
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;

}
h3 {
  font-size: 30px;
  top: 35%;
  width: 100%;
  text-shadow:       0 1px 0 hsl(174,5%,80%),
	                 0 2px 0 hsl(174,5%,75%),
	                 0 3px 0 hsl(174,5%,70%),
	                 0 4px 0 hsl(174,5%,66%),
	                 0 5px 0 hsl(174,5%,64%),
	                 0 6px 0 hsl(174,5%,62%),
	                 0 7px 0 hsl(174,5%,61%),
	                 0 8px 0 hsl(174,5%,60%),
	                 0 0 5px rgba(0,0,0,.05),
	                 0 1px 3px rgba(0,0,0,.2),
	                 0 3px 5px rgba(0,0,0,.2),
	                 0 5px 10px rgba(0,0,0,.2),
	                 0 10px 10px rgba(0,0,0,.2),
	                0 20px 20px rgba(0,0,0,.3);
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
}
.section-contact {
  margin-top: -100px;
}
.contact-row {
  width: 70%;
  margin: 0 auto;
}
.contact-row input, .contact-row textarea, .contact-row select {
  border: 3px solid #a22b30;
  background-color: #f5f5f5;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact-row input, .contact-row select {
  height: 42px;
  line-height: normal;
}
.contact-row {
  margin-top: 30px;
}
.view-btn {
    margin-top: 60px;
    padding: 15px 30px;
    background:#a22b30;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: none;
}
.contact-row .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
}
.contact-row .form-control:-moz-placeholder {
  color: #000;
  font-size: 13px;
}
.contact-row .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 13px;
}
.contact-row .form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.interest {
  margin-top: 10px;
  text-align: center;
}
.interest-list {
  margin-bottom: 0;
  padding: 0;
  margin-top: 10px;
  text-align: center;
}
.interest-list li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.interest-list li a {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: #efedee;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #a22b30;
}
.interest-list li a,
.interest-list li a span,
.extra-port li a,
.extra-port li a span,
.extra-port li a i,
.footer-social a,
.footer-social a i{
  position: relative;
}
.interest-list li a .bg,
.extra-port li a .bg,
.footer-social a .bg{
   -webkit-animation:orangeOut 0.4s ease;
  animation: orangeOut 0.4s ease;
  position:absolute;  top:0;  left:0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.interest-list li a .bg {
  border-radius: 50%;
}
.interest-list li a:hover .bg,
.extra-port li a:hover .bg,
.footer-social a:hover .bg {
  -webkit-animation: orangeIn 0.2s ease;
  animation: orangeIn 0.2s ease;
  opacity: 1;
  color: #a22b30;
}
.interest-list li a:hover span,
.extra-port li a:hover span,
.extra-port li a:hover i,
.footer-social a:hover i {
  color: #a22b30;
  background: #efedee;
}
.different-title {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px
  margin-bottom: 5px;
}
.different-title h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Droid Serif', serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.different-title h5 {
  font-size: 13px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
}
.collapsible {
  	background-color: #a22b30;
  	color: #fff;
  	cursor: pointer;
  	padding: 18px;
  	width: 100%;
  	border: none;
  	text-align: left;
  	outline: none;
  	font-size: 15px;
}
.active, .collapsible:hover {
  	background-color: #a22b30;           
}
.collapsible:after {
  	content: '\002B';
  	color: #fff;
  	font-weight: bold;
  	float: right;
  	margin-left: 5px;
}
.active:after {
  	content: "\2212";
}
.content {
  	padding: 0 18px;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
  	background-color: #a22b30;
  	color: #fff;
	font-family: 'Open Sans', sans-serif;
  	text-transform: uppercase;
  	font-size: 14px;
  	text-align: left;
}
.section-client {
  text-align: center;
}
.section-client {
  margin-bottom: 80px;
}
.clients-list {
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.clients-list li{
  display: inline-block;
  margin: 0 5px 15px 5px;
}
footer {
  text-align: center;
  position: relative;
  margin-top: 2px;
  display: inline-block;
  width: 100%;
}
footer .primary {
  background: #f5f5f5;
}
.personal-photo {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -75px;
  left: 50%;
  margin-left: -75px;
}
footer h2.name {
  margin-top: -100px;
  margin: -220px auto 185px;
  font-family: 'Alex Brush', cursive;
  font-size: 36px;
}
.personal-photo img {
  width: 190px;
  height: 84px;
  border-radius: 50%;
  border:4px solid #a22b30;
}
.footer-social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #e4e4e4;
  color: #000;
}
.footer-social a:hover{
  color: #fff;
}
.footer-social {
  margin-top: 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.address {
  margin-bottom: 15px;
}
.address, .other-info {
  font-size: 14px;
}
.other-info a {
  color: #000;
}
a.download-btn {
  display: inline-block;
  height: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  overflow: hidden;
  outline: none;
  text-shadow: none;
  text-decoration: none;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  max-width: 100%;
}
a.download-btn i {
  font-size: 22px;
  left: -55px;
  top: -1px;
  padding: 17px;
  background: rgba(0,0,0,0.1);
  font-size: 18px;
  display: inline-block;
  position: absolute;
}
a.download-btn:hover i {
  left: 0;
}
a.download-btn:hover span {
  padding-left: 70px;
  padding-right: 20px;
}
a.download-btn i {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms linear;
}
a.download-btn span {
  padding: 10px 30px;
  display: block;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms linear;
}

/*******************************************/
/*** Card Stacks by VPI ***/
/*******************************************/

.card-container {
  position: relative;
  width: 300px;
  background: rgba(0, 0, 0, 0);
  transform: rotate(-30deg) skew(25deg) scale(0.8);
  transition: 0.5s;
}
.card-container img {
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 300px;
  transition: 0.5s;
  border: 1px solid #a22b30;

}	
.card-container:hover img:nth-child(9) {
  transform: translate(225px, -225px);
  opacity: 1;
}
.card-container:hover img:nth-child(8) {
  transform: translate(200px, -200px);
  opacity: 1;
}
.card-container:hover img:nth-child(7) {
  transform: translate(175px, -175px);
  opacity: 1;
}
.card-container:hover img:nth-child(6) {
  transform: translate(150px, -150px);
  opacity: 1;
}
.card-container:hover img:nth-child(5) {
  transform: translate(125px, -125px);
  opacity: 1;
}
.card-container:hover img:nth-child(4) {
  transform: translate(100px, -100px);
  opacity: 1;
}
.card-container:hover img:nth-child(3) {
  transform: translate(75px, -75px);
  opacity: 0.8;
}
.card-container:hover img:nth-child(2) {
  transform: translate(50px, -50px);
  opacity: 0.6;
}
.card-container:hover img:nth-child(1) {
  transform: translate(25px, -25px);
  opacity: 0.4;
}
/****************************************/
/*** set cookie ***/
/****************************************/

.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

/********************************************/
/*** hr shadow colored ***/
/********************************************/

.myVPI-center-div {
  padding: 5px;
  margin: 0 auto;
  max-width: 80%;
  height: 10px;
  border: solid #000000 1px; 
  background-color: #a22b30;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ;
  border-radius: 4px;
}