@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url(//fonts.googleapis.com/earlyaccess/notosanskannada.css);

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .1rem;
  transition: background-color .5s ease 0s;
}
.navbar-brand img {
  height: 2rem;
}

.name {
 font-family:'Noto Sans Kannada', sans-serif!important;
}

.svg-inline--fa.fa-w-14 {
  color: white;
  font-size: 1.6rem;
}
.navbar-nav li {
  padding-right: .8rem;
}
.navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #1ebba3;
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.7)!important;
  transition: background-color 1s ease 0s;
}

/*============= LANDING PAGE =============*/

.home-inner {
  background-image: url('img/fixed/zen-wall.jpg');
}
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
}
.caption h1 {
  color: white;
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}
.caption h3 {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 2rem;
}
.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block!important;
}

.btn-outline-light:hover {
  background-color: #006A4E;
  color: white;
  border-color: #006A4E;
}

/*============= SERVICES SECTION =============*/

.narrow {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btn-sm {
  border-width: medium;
  border-radius: 0;
  padding: .5rem 1.1rem;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem;
}
.btn-secondary {
  border-color: #006A4E;
  background-color: #006A4E;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #001E16;
  background-color: #001E16;
  color: white;
}
.btn-turquoise {
  border-color: #1EBBA3;
  background-color: #1EBBA3;
  color: white;
}
.btn-turquoise:hover,
.btn-turquoise:focus {
  border-color: #006A4E;
  background-color: #006A4E;
  color: white;
}
.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}
h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem;
}
.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #006A4E;
  margin: 0 auto 2rem;
}

.flip-card {
  background-color: transparent;
  width: auto;
  height: 13rem;
  perspective: 1000px;
  border-radius: 15px;
  position: center;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 15px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 15px;
}

.flip-card-front img {
	width:100%; 
	display:block;
	height:100%; 
	border-radius: 15px
}

.flip-card-back {
  position: absolute;
  color: white;
  background-color: #003728;
  /* IGNORE THIS BIT IF GRADIENT NOT NEEDED
  background: linear-gradient(150deg, #007b6a 50%, #008378 50%);*/
  transform: rotateY(180deg);
  border-radius: 15px;
}

.flip-card-back p{
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}

.flip-card-back h4{
	padding-top:0.5rem;
	padding-bottom: 0.3rem;
}

.srv .header{
  text-align: center;
  font-size: 1rem;
  padding-top: .4rem;
}

.srv p{
	font-size: .85rem;
	text-align: justify;
}

#services .head img {
  height: 5rem;
  padding-bottom: 0.3rem;
}
/*===== FIXED BACKGROUND IMG DARK =====*/

#fixed {
  background-image: url('img/fixed/group.jpeg');
  z-index: -1;
}
.dark {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
}
.dark h3, .dark p {
  color: #E9ECEF;
}

/*============= TEAM SECTION FIXED BG IMG LIGHT =============*/

#fixed-2 {
  background-image: url('img/fixed/office.png');
  z-index: -1;
}
.light {
  background-color: rgba( 255, 255, 255, .85);
  padding: 3rem 2rem 2rem;
  z-index: 1000!important;
}
.card {
  cursor: pointer;
  border-radius: 0;
  border: .1rem solid rgba(0, 0, 0, .075);
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
  margin: 0 auto;
  transition: transform .4s ease;
}
.card-img-top {
  border-radius: 0;
}
.card:hover {
  transform: scale(.95);
}
.card h4 {
  font-weight: 700;
}
.card h5 {
  color: #1ebba3;
}
.card p {
  border-top: .1rem solid rgba(0, 0, 0, .1);
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}
.card svg.svg-inline--fa {
  color: #1ebba3!important;
  font-size: 1.3rem;
  width: 2rem;
}
.card svg.svg-inline--fa:hover {
  color: #6c757d!important;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #006A4E!important;
}

#intro-card {
  display: block;
  width: 23rem;
}

#detail-card {
  display: none;
  width: 32rem;
}


/*============= PORTFOLIO SECTION =============*/

.skill h3 {
  color: #006A4E;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 .5rem;
}
.skill p {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

/*============= IMAGES SECTION =============*/

.row.padding {
  padding: 2rem 0 1rem;
}
img.example-image {
  max-width: 100%;
}
.row.no-padding [class*=col-] {
  padding: 0;
}
.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}
.portfolio-item img {
  padding: 0.2rem;
  transition: transform .4s ease;
}
.portfolio-item {
  overflow: hidden;
}

/*============= VIDEO =============*/

iframe.example-image {
  max-width: 100%;
}


#videos .example-image {
  box-shadow: .1rem .1rem .5rem;
}
/* The expanding video container */
#videos .container {
  position: relative;
  display: block;
  width: 100%;
  height: 67vh;
  margin: 0 auto;
}

#videos .example-image {
  padding: 0.2rem;
}

/*============= TESTIMONIALS SECTION =============*/

.testimonials img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: transform .3s ease;
}
.testimonials img:hover {
  transform: scale(0.95);
}
.row .testimonials .svg-inline--fa {
   color: #FFD700;
}
.row .testimonials blockquote .svg-inline--fa {
  margin: 1rem;
  color: #006A4E;
}
.testimonials-hr {
  border-top: .05rem solid #006A4E;
}

blockquote  {
   text-align: justify;
}

cite {
   text-align: center;
 }

 /*============= BLOG SECTION =============*/

#blog .jumbotron .card {
  width: 22rem;
  cursor: pointer;
  border-radius: 0;
  border: .1rem solid rgba(0, 0, 0, .075);
  box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
  margin: 0 auto;
  transition: transform .4s ease;
}
#blog .jumbotron .card-img-top {
  border-radius: 0;
  max-height:15rem; 
}
#blog .card:hover {
  transform: scale(.85);
}

#blog .jumbotron .card h5 {
  color: #505962;
}

#blog .jumbotron .card p {
  color: #006A4E;
  border-top: .1rem solid rgba(0, 0, 0, .1);
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
  padding: 1rem;
  margin: 1rem 0 1.5rem;
}

/*============= CONTACT SECTION =============*/

footer {
  background: url('img/fixed/main.jpg') no-repeat;
  /*background-color: #40474e;*/
  background-size: cover;
  color: white;
}
footer .row {
  background-color: rgba(57,63,70, 0.85);
  padding: 1rem 2rem 3rem;
  width: 100%!important;
}
footer img {
  height: 7.5rem;
  margin: 1.5rem 0;
}
footer a {
  color: white;
}
footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #006A4E!important;
}
footer h3 {
  color: white;
  text-align: left;
  text-transform: uppercase;
  margin: 1.5rem 0;
}

/*--- Start Contact Form Style --*/
h5.alert {
  padding: 0;
}
.ctn-contact {
  width: 100%;
  float: left;
  clear: both;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background: #53595f!important;
  border-radius: 0;
  border: .15rem solid #666b71;
  color: #c1c3c6!important; /*--- Font Color in Text Area --*/
  display: block;
  padding-left: .2rem;
}
#contact-form input, #contact-form textarea {
  float: left;
  padding: .5rem .8rem;
  width: 100%;
  margin-bottom: 0.7rem;
  color: #fff!important;
  font-size: 1.1rem;
}
#contactName::placeholder, #email::placeholder, #commentsText::placeholder {
  color: #B2B5B8!important;
}
#contact-us > button {
    color: #BFC2C4!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #BFC2C4!important;
    border-width: medium!important;
    border-radius: 0!important;
}
#contact-us > button:hover {
    background-color: #006A4E!important;
    border-color: #006A4E!important;
    color: #f8f9fa!important;
}
/*--- Prevent Waypoints from Altering #hash page reload--*/
#team-slider, #clients-slider, .owl-carousel {
  overflow-x: hidden!important;
  overflow-y: hidden!important;
}
/*--- End Contact Form Style --*/

hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
}

/*============= VIEWER COUNT =============*/
.viewer {
    display: none;
}
    
a.rights:hover + .viewer {
    display: block;
}

/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
  font-size: 3rem;
  height: 1.7rem;
  color: white;
  background: #006A4E;
}
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: .9;
  z-index: 1000;
  display: none;
}
a.top-scroll:hover {
  opacity: .5;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991px) {
  .caption h1 {
    font-size: 3.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
  }
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
  .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 2.1rem;
  }

  #blog .jumbotron .card {
    width: auto;
  }

  footer {
    background: url('img/fixed/main-medium.jpg') no-repeat;
  }
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
  .navbar {
  background: rgba(0, 0, 0, 0.7)!important;
  }
  .caption h1 {
    font-size: 2.7rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    padding: .6rem 1.1rem;
    font-size: 1rem;
  }
  .narrow h1 {
    font-size: 1.8rem;
  }
  #fixed {
    background-image: url('img/fixed/group.jpeg');
  }
  #fixed-2 {
    background-image: url('img/fixed/office-mobile.png');
  }
  footer {
    background: url('img/fixed/main-mobiles.jpg') no-repeat;
  }
  .clients img {
    max-width: 50%;
    margin: 0 auto;
  }
  .top-scroll {
    display: none!important;
  }
  
  .service .middle {
    left:50%;
  }

  #into-card {
    width:auto;
  }

  #detail-card {
    width:auto;
  } 

  #videos .container {
    max-height: 45vh;
    overflow: hidden;
  }

  #videos .iframe-container {
    max-height: 45vh;
    overflow: hidden;
  }

  #videos iframe {
    max-height: 45vh;
    overflow: hidden;
  }

  #blog .jumbotron .card {
    width: 18rem;
  }
}

/* Devices under 576px (sm) */
@media (max-width: 575px) {
  .navbar {
  background: rgba(0, 0, 0, 0.7)!important;
  }
  .caption h1 {
    font-size: 1.9rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  .btn-lg {
    padding: .4rem .9rem;
    font-size: .9rem;
  }
  .narrow {
    width: 85%;
  }

  .service .middle {
    left:50%;
  }

  #intro-card {
    width:auto;
  }

  #detail-card {
    width:auto;
  }

  #videos .container {
    max-height: 35vh;
    overflow: hidden;
  }

  #videos .iframe-container {
    max-height: 35vh;
    overflow: hidden;
  }

  #videos iframe {
    max-height: 35vh;
    overflow: hidden;
  }

  #blog .jumbotron .card {
    width: 15rem;
  }
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
