/**
 * custom css
 * @project name: Prithibi Consulting Services
 * @author: skpaul.me, DevsStation.com;
 * 
 */
 
/* Importing League Gothic fonts */
@import url("../fonts/Candara/stylesheet.css"); 


/* Common Styling */
  :root{
    --primary-color: #FDD753;
    --secondary-color: #000;
    --text-color: #000;
    --text-color2: #444;
    --font-family-base: 'Candara', sans-serif;
    --font-size: 14px;
    --section-pb: 50px;
    --section-padding: 70px 0;
    --section-title-margin: 70px 0 50px 0;
    --section-border-color: 70px 0 50px 0;
  }
  *{
    padding: 0;
    margin: 0;
  }
  body{
    color: var(--text-color);
  }
  @keyframes left-to-right{
    from {
      left: -100%;
    }
    to {
      left: 0%;
    }
  }

  @keyframes bottom-to-top{
    from {
      bottom: -100%;
    }
    to {
      bottom: 0%;
    }
  }
  h2{
    font-size: 4rem;
  }
  p{
    margin-bottom: 20px;
  }
  
  .section{
    padding-bottom: var(--section-pb);
  }
  .section-title-wybb{
    margin: var(--section-title-margin);
    color: var(--text-color);
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    float: left;
  }
  .section-title-wybb::after{
    content: " ";
    display: block;
    height: 10px;
    width: calc(100% / 4);
    margin: auto;
    background-color: #FDD753;
    margin-top: 30px;
  }
  .text-box, 
  .thumbnail{
    position: relative;
    overflow: hidden;
  }

  .bg-white{
    background: #fff;
  }
  .text-white{
    color: #fff;
  }
  .text-normal{
    font-weight:normal;
    font-size: var(--font-size);
    color: var(--text-color);
  }
  .p-0{
    padding: 0px
  }
  .pl-0{
    padding-left: 0px
  }
  .pl-10{
    padding-left: 10px
  }
  .p-15{
    padding: 15px;
  }
  .pl-15{
    padding-left: 15px
  }
  .pl-20{
    padding-left: 20px
  }
  .pb-60{
    padding-bottom: 60px;
  }
  .m-0{
    margin: 0;
  }
  .mb-30{
    margin-bottom: 30px
  }

  .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
  }

  img.zoomin{
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
  }
  img.zoomin:hover{
    /* zoom image */
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);

    /* position: relative; */
    z-index: 0;
    outline: none;
    opacity: 0.5;
  }

  .overlay-container{
    position: relative;
    overflow: hidden;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(30, 45, 59, .9);
    padding: 10px; 
    color: #fff;
    font-size: 14px;
    text-align: justify;
  }
  .overlay-container:hover .overlay {
    opacity: 1;
    transition: .3s ease-in;
    transform-origin: bottom;
    overflow-y: auto;
  }

/* ..end Common Styling */
  
/* header nav */
  header nav{
    height: 120px !important;
    background-color: #1E2D3B !important;
    color: #fff;
    border: 0px !important;
  }
  header nav .navbar-brand{
    height: 90px;
  }
  header nav h1{
    font-size: 2.5rem !important;
    line-height: 2.7rem !important;
    /* margin-top: 3rem !important; */
    margin: 16px 0;;
    color: #fff !important;
    letter-spacing: 0.05em;
  }

  header .nav{
    margin-top: 3.8rem !important;
  }
  header .nav li a{
    background-color: #FFDE5F !important;
    text-transform: uppercase;
    padding: 8px 15px !important;
    font-weight: 500 !important;
    margin: 0px 3px !important;
  }
  header .nav li.active a{
    background-color: #eee !important;
    color: #444;
  }
  header .nav li a:hover{
    color: #1E2D3B !important;
    background-color: #eee !important;
  }
  .nav-pills>li>a{
    border-radius: 25px !important;
  }
  .navbar-toggle{
    background-color: #eee;
    color: #1E2D3B !important;
    margin-top: 30px;
    margin-right: 6px;
  }
  .navbar-toggle .icon-bar{
    color: #1E2D3B !important;
  }
  .navbar-brand>img {
      display: block;
      float: left;
      margin-right: 15px;
  }

  .nav-up { 
    height: 100px !important;
    margin-top: -5px;
    background: rgb(30, 45, 59, 0.9) !important;
    transition: .5s ease-out; 
  }
  .nav-up-img{
    height: 70px;
    transition: .5s ease-out;
  }
  .nav-up-h1{
    margin: 8px 0;
    transition: .5s ease-out; 
  }
  .nav-down{
    height: 120px !important;
    margin-top: 0;
    background: rgb(30, 45, 59, 1) !important;
    transition: .5s ease-in;
  }
  .nav-down-img{
    height: 90px;
    transition: .5s ease-in;
  }
  .nav-down-h1{
    margin: 16px 0;
    transition: .5s ease-in;
  }
/* .. end header nav */

/* Banner */
  #banner{
    background: #000;
    margin-top: -10px;
    margin: 0;
    padding: 0;
  }
  #banner .embed-responsive{
    z-index: 1;
  }
  #banner h2{
    position: absolute;
    z-index: 2;
    top: calc(100% / 3);
    color: #fff;
    font-size: 4.3rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
/* ..End Banner */


/* About Us */
  #about-us{
    background: #F7F7F7;
    line-height: 2em;
  }
  #about-us .ab-bg{
    background: #F7F7F7 url('./../img/About-Us-Team-Photo.png') no-repeat right center;
    background-size: cover;
    margin: 0;
    padding: 0 0 50px 0;
  }
  #about-us .bg-white{
    box-shadow: 20px 20px 50px grey;
  }
  #about-us img{
    margin: 0 0 25px 25px ;
    width: 50%;
  }
/* .. End About Us */

/* Stats Numbers */
  #stats-number{
    background-color: var(--primary-color);
    padding: 50px 0;
  }
  #stats-number .caption::after{
    content: '';
    height: 70px;
    width: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 34px;
    right: 0;
  }
  #stats-number .caption.last::after{
    display: none;
  }
  #stats-number .caption h3{
    font-size: 5rem;
    font-weight: 550;
    color: var(--text-color2);
  }
  #stats-number .caption h3 span{
    font-size: 3rem;
  }
  #stats-number .caption p{
    font-size: 1.5em;
    color: var(--text-color);
  }
/* .. End Stats */

/* Custom Applications */
  #custom-applications{
    background: #f0f8ff;
  }
  #custom-applications .thumbnail {
    border-color: #222222;
  }
  #custom-applications p {
    margin-bottom: 0px;
    font-size: 12px;
    font-family: var(--font-family-base);
  }
/* .. End Custom Applications */

/* .. services-home */
  #services{
    background: #FFFFE0;
    padding-bottom: 100px;
  }
  #services img{
    height: 450px;
  }
  /* #services a:hover::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(30, 45, 59, .4);
    position:absolute;
    margin: auto auto;
    animation: left-to-right 3s 1;
    overflow: hidden;
    z-index: 0;
  } */

  #services .caption{
    background-size: cover !important;
  }

  .text-box-black-bg{
    background: rgba(000, 000, 000, .7);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 90vh;
    height: 100%;
    padding: 15px;
    color: #fff;
    line-height: 1.5;
    font-family: var(--font-family-base);
    font-size: 15px;
    padding: 60px;
  }
  .text-box-black-bg:hover{
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    outline: 5px solid #0000004d;
    outline-offset: -10px;
  }
  .text-box-black-bg a{
    font-style: italic;
  }
  .text-box-black-bg a:hover{
    color:crimson;
    font-style: normal;
  }
  
  #services .caption h3{
    font-size: 3rem;
    background: rgba(65, 61, 61, 0.5);
    border-left: 10px solid rgba(255, 0, 0, 0.7);
    padding: 8px;
  }

  #implementation .caption{
    background: #000 url('./../img/key-factors-1.jpg') no-repeat center center;
    margin: 0 1px 1px 0;
  }
  #support .caption{
    background: #000 url('./../img/key-factors-2.jpg') no-repeat center center;
    margin: 0 0 1px 1px;
  }
  #business-transformation .caption{
    background: #000 url('./../img/key-factors-3.jpg') no-repeat center center;
    margin: 1px 1px 0 0;
  }
  #resource-support .caption{
    background: #000 url('./../img/key-factors-4.jpg') no-repeat center center;
    margin: 1px 0 0 1px;
  }
/* .. End services-home */

/* client home */
  #client{
    background: #F7F7F7;
    position: relative;
  }
  .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
  .carousel .item .thumbnail{
    height: 100px;
    width: 100%;
    align-content: center;
    vertical-align: middle;
    background: #cecece;
  }
  .carousel .item .thumbnail img{
    max-height: 100px;
    padding: 15px;
  }
  /* The controls */
  .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 35px;
  }
  .carousel-control.right {
    right: -12px;
  }
  /* The indicators */
  .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
  }
  /* The colour of the indicators */
  .carousel-indicators li {
    background: #cecece;
  }
  .carousel-indicators .active {
    background: #428bca;
  }
/* .. End client home */

/* footer */
footer .footer-info{
  margin-top: 45px;
  line-height: 1.6;
}
footer h3.section-title{
  font-weight: bold;
}
footer .get-a-quote h3.section-title::before {
  content: " ";
  display: block;
  height: 10px;
  width: calc(100% / 4);
  margin: 40px 0 20px;
  background-color: #FDD753;
}
/* .. End footer */

/* @media queries */
@media screen and (max-width: 767px) {
  .mb-xs-15{
    margin-bottom: 15px;
  }
  .mb-xs-30{
    margin-bottom: 30px;
  }
  header nav{
    height: 95px !important;
  }
  header nav h1{
    font-size: 2rem !important;
    margin-top: 2.1rem !important;
  }
  
  .navbar-brand{
    float: none;
    display: block;
    padding: 0;
  }
  .navbar-brand img{
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }
  header .nav{
    margin-top: 0 !important;
  }
  .navbar-collapse{
    border-top: 0px;
  }
  .nav-pills>li{
    width: 98%;
    margin-top: 8px;
  }

  /* -------------- */
  .nav-up { 
    height: 95px !important;
    /* margin-top: -3px; */
    margin-top: 0px !important;
  }
  .nav-up-img{
    height: 60px !important;
  }
  .nav-up-h1{
    margin: 16px 0 !important;
  }
  .nav-down{
    height: 95px !important;
    margin-top: 0 !important;
  }
  .nav-down-img{
    height: 60px !important;
  }
  .nav-down-h1{
    margin: 16px 0 !important;
  }
  /* ------------ */

  #banner h2{
    top: calc(100% / 4);
    font-size: 3rem;
  }
  .embed-responsive-16by9 {
    padding-bottom: 113%;
  }
  #banner video{
    width: 100vw;
    height: 100vh;
  }

  #about-us img{
    margin: 0 0 25px 0;
    width: 100%;
  }

  #stats-number .caption::after{
    content: '';
    height: 3px;
    width: 70px;
    background: #fff;
    display: block;
    position: relative;
    margin: auto;
    top: unset;
    right: unset;
  }
  .carousel-control {
    top: calc(100% / 3);
  }
}

@media screen and (min-width: 768px) and (max-width: 995px) {
  .navbar-brand>img{
    /* height: 60px; */
  }
  header nav h1{
    /* margin-top: 2.5rem !important; */
    margin: 5px 0 !important;
    font-size: 2.5rem !important;
    float: left;
  }
  header .nav{
    margin-top: -17px !important;
    /* margin-top: 0px !important; */
    /* float: right !important; */
    margin-left: 110px !important;
  }
  #pcs-main-navbar{
    float: left !important;
  }

  /* -------------- */
  .nav-up { 
    height: 120px !important;
    /* margin-top: -3px; */
    margin-top: 0px !important;
  }
  .nav-up-img{
    height: 70px !important;
  }
  .nav-up-h1{
    margin: 5px 0 !important;
  }
  .nav-down{
    height: 120px !important;
    margin-top: 0 !important;
  }
  .nav-down-img{
    height: 90px !important;
  }
  .nav-down-h1{
    margin: 5px 0 !important;
  }
  /* ------------ */
  
  .carousel-control {
    top: -26px;
  }
}
/* ..END @media queries */
