/* fonts varibles only */
@font-face {
  font-family: "font-medium";
  src: url("../assets/fonts/samsungsharpsans-medium.otf");
}

@font-face {
  font-family: "font-bold";
  src: url("../assets/fonts/samsungsharpsans-bold.otf");
}

@font-face {
  font-family: "font-regular";
  src: url("../assets/fonts/samsungsharpsans.otf");
}

/*particle background styles*/
/*****************************************************************************************/
html, body {
  margin: 0;
  padding: 0;
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;

}
/*****************************************************************************************/

.body {
  font-family: font-bold, serif;
  background-color: #F2F2F2 ;
}

.logo_image {
  width: 50px;
  height: 50px;
}

.header {
  font-size: 1.2em;
  /* font-weight: bold; */
  font-family: font-bold, serif;
  color: black;
  transition: transform 0.4s;
  text-align: center;
  margin-top: 2vh !important;
}

.header2 {
  text-align: center;
  position: absolute;
  right: 0;
  top: 11.5vh;
  margin: auto;
  font-size: 0.9em;
  color: black;
  transition: transform 0.4s;
}

.header2:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.headings1 {
  /*margin-left: -15px;*/
}

.headings2 {
  text-align: right;
}

.view_interviews {
  text-align: center;
  font-size: 0.9em;
  color: black;
  transition: transform 0.4s;
  margin-top: 10vh;
}

.view_interviews:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.names {
  font-size: 3.5em;
  font-family: font-bold, serif;
}

p {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
}

.keellsLogo {
  text-align: center;
  margin-top: 10vh;
}

.btnWatchInterview {
  border: 2px #62ba46 solid !important;
  color: #62ba46 !important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  /* width: 100%; */
}
/**********************************button styles***************************************************/
.buttonfx{
  color: black; /* button text color */
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 4px solid #eee;
  letter-spacing: 0.0625em;
  padding: 8px 10px;
  text-transform: uppercase;
  font: bold 16px 'Bitter', sans-serif; /* use google font */
  line-height: 2;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all .5s;
}

.buttonfx:before,
.buttonfx:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #259f6c; /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}

.buttonfx:before{
  background: #fafcd6; /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
}

.buttonfx:hover{
  color: white;
}

.buttonfx:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

.doubletake:before,
.doubletake:after{
  width: 200%;
  background: #259f6c;
  transform-origin: 0 bottom;
  transform: translate3D(-50%,0,0) rotate(-50deg);
}

.doubletake:before{
  opacity: .4;
}

.doubletake:hover:before,
.doubletake:hover:after{
  transform: rotate(0deg);
  transition: all .25s;
}

.doubletake:hover:after{
  transition-delay: .25s;
}

/***********************************************************************************/

/***********************************************************************************/
/*flip hover images*/

.img_container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.imageinner{
    display: block;
    /* width: 100%; */
    height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.inner_details {
  margin: 0 !important;
}

.img_container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/***********************************************************************************/

.btnWatchInterview:hover {
  padding: 0.9rem 2.7rem !important;
  background-color: #62ba46 !important;
  border: 2px transparent solid !important;
  font-family: "font-bold", serif !important;
  border-radius: 0 !important;
  color: white !important;
}

.btnWatchInterview_rocell {
  border: 2px #263A8E solid !important;
  color: #263A8E !important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_rocell:hover {
  background-color: #263A8E !important;
}

.btnWatchInterview_keells {
  border: 2px #62ba46 solid !important;
  color: #62ba46 !important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_keells:hover {
  background-color: #62ba46 !important;
}

.btnWatchInterview_pabc {
  border: 2px #ED1C24 solid !important;
  color: #ED1C24!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_pabc:hover {
  background-color: #ED1C24 !important;
}

.btnWatchInterview_wso2 {
  border: 2px #F47B20 solid !important;
  color: #F47B20!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_wso2:hover {
  background-color: #F47B20!important;
}

.btnWatchInterview_audi {
  border: 2px #B9B9B9 solid !important;
  color: #B9B9B9!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_audi:hover {
  background-color: #B9B9B9!important;
}

.btnWatchInterview_acca {
  border: 2px #C80000 solid !important;
  color: #C80000!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_acca:hover {
  background-color: #C80000!important;
}

.btnWatchInterview_cdb {
  border: 2px #0077C0 solid !important;
  color: #0077C0!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_cdb:hover {
  background-color: #0077C0!important;
}

.btnWatchInterview_hnb {
  border: 2px #FFDE00 solid !important;
  color: #FFDE00!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_hnb:hover {
  background-color: #FFDE00!important;
}

.btnWatchInterview_slpi {
  border: 2px #ED6325 solid !important;
  color: #ED6325!important;
  border-radius: 0 !important;
  padding: 0.9rem 2.7rem !important;
  font-family: "font-bold", serif !important;
  width: 100%;
}

.btnWatchInterview_slpi:hover {
  background-color: #ED6325!important;
}

.clientimages {
  width: 100%;
}

.client_image_single {
  width: auto !important;
}

/*.rocell_svg {*/
/*  margin-right: -50px;*/
/*}*/

.second_names {
  font-family: font-bold, serif;
  color: #62ba46;
  font-size: 3.5em;
  margin-top: -2.5vh;
}

.home_heading h4 {
  font-family: font-bold, serif;
  font-size: 3em;
  text-align: center;
  margin-top: 3vh;
  color: #ed6325;
}

.home_paragraph {
  margin-top: 3vh;
  text-align: center;
}

.parahead {
  font-family: font-bold, serif;
  text-align: center;
  font-size: 3em;
  color: #ed6325;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.cam_para {
  text-align: center;
  margin-bottom: 7vh;
}

.small_logos {
  width: 100px;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.header_block {
  width: 100%;
  text-align: center;
}

.mm_logo {
  padding-top: 2vh;
  width: 6vw;
  text-align: center;
}
.mm_logo_mobile {
  padding-top: 2vh;
  width: 6vw;
  text-align: center;
}

.btns {
  margin-bottom: 5vh;
  padding: 10px;
  text-align: center;
}

.btns:hover{
  text-decoration: unset;
  color: white !important;
  font-weight: bold;
}

.footer_text {
  font-family: font-bold, serif;
  width: 100%;
  padding-top: 50px;
  text-align: center;
  font-size: 3rem;
  color: #ed6325;
  margin-top: 10vh;
}

.web_link {
  text-align: center;
  color: black !important;
  font-family: font-bold, serif;
  margin-bottom: 8vh;
  padding-bottom: 50px;
}

a:hover {
  text-decoration: unset !important;
}


.footer {
  background-color: #e4e4e4;
  /*height: 300px;*/
  width: 100%;
}

.second_names_rocell {
  font-family: font-bold, serif;
  color: #263A8E;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_keells{
  font-family: font-bold, serif;
  color: #62BA46;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_pabc{
  font-family: font-bold, serif;
  color: #ED1C24;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_wso2{
  font-family: font-bold, serif;
  color: #F47B20;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_audi{
  font-family: font-bold, serif;
  color: #AFAFAF;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_acca{
  font-family: font-bold, serif;
  color: #C80000;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_cdb{
  font-family: font-bold, serif;
  color: #0077C0;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_hnb{
  font-family: font-bold, serif;
  color: #FFDE00;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.second_names_slpi{
  font-family: font-bold, serif;
  color: #ED6325;
  font-size: 2.5em;
  margin-top: -2.5vh;
}

.backgroundimg {
  background-image: url(http://projects.enfection.com/metric_makers/assets/imgs/edited.jpg);
  background-position: top;
  background-size: cover;
  min-height: 800px;
}
.bgimg{
  background-position: top;
  background-size: cover;
  min-height: 750px;
}
.clientheading{
    font-family: font-bold, serif;
    color: #ED6325;
    font-size: 3.5em;
    padding-top: 5vh;
}
.clientheadertext{
    text-align: left;
    padding-top: 20vh;
    /* text-shadow: 2px 2px black; */
}
.clientname{
    font-family: font-bold, serif;
    font-size: 3.5em;
    color: white;
}
.clientdesig{
    font-family: font-medium, serif;
    font-size: 2.5em;
    color: #ED6325;
}
.clientintro{
    font-family: font-medium, serif;
    font-size: 1.5em;
    color: white;
}
.clientpara{
    font-family: "Courier Prime", monospace;
  font-weight: 400;
  color: white;
}
.footer_row{
  margin-right: 0 !important;
  height: 100%;
}

.footer_row svg {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 11vw;
  top: 20vh;
  width: 15vw;
}

.fb_icon_column {
  overflow: hidden;
}

.interview_logo {
  width: 17vw !important;
}

.wso2 {
  color: #F47B20!important;
}

.rocell {
  color: #263A8E !important;
}

.audi {
  color: #B9B9B9!important;
}

.pabc {
  color: #ED1C24!important;
}

.hnb {
  color: #FFDE00!important;
}

.cdb {
  color: #0077C0!important;
}

.interview_btn {
  width: 18vw !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.image_position {
  margin-left: 120px !important;
}

/*scroll to top button*/

#button {
  display: inline-block;
  background-color: #FF9800;
  /*background-image: image path;*/
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto !important;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0.5 !important;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
  opacity: 1 !important;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/*enc scroll to top button*/

@media only screen and (max-width: 1024px) {
  .names {
    font-size: 2em;
    margin-top: 1vh;
  }

  .second_names_acca, .second_names_rocell, .second_names_keells,
  .second_names_pabc, .second_names_wso2, .second_names_audi,
  .second_names_cdb, .second_names_hnb, .second_names_slpi {
    font-size: 2.7em !important;
    margin-top: -1.5vh !important;
  }

  .btns {
    padding: 5px !important;
  }

  .footer_row img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .names {
    margin-top: 0.5vh;
  }

  .second_names_acca, .second_names_rocell, .second_names_keells,
  .second_names_pabc, .second_names_wso2, .second_names_audi,
  .second_names_cdb, .second_names_hnb, .second_names_slpi {
    margin-top: -1.8vh !important;
  }

}

@media only screen and (max-width: 425px) {
  .headings1 {
    display: none;
  }

  .mm_logo {
    width: 20vw;
    text-align: center;
  }
  .mm_logo_mobile {
    width: 20vw;
    text-align: center;
  }

  .header {
    text-align: center;
    font-family: font-bold, serif;
    left: 0;
    right: 0;
    top: 10vh;
    margin: auto;
    font-size: 0.6em;
    color: black;
    transition: transform 0.4s;
  }

  .view_interviews {
    text-align: center;
    font-size: 0.6em;
    color: black;
    transition: transform 0.4s;
    margin-top: 5vh;
  }

  .cam_para {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .names {
    font-size: 2.7em !important;
  }

  .second_names_acca, .second_names_rocell, .second_names_keells,
  .second_names_pabc, .second_names_wso2, .second_names_audi,
  .second_names_cdb, .second_names_hnb, .second_names_slpi {
    font-size: 3.7em !important;
  }

  .fb_icon_column {
    display: none !important;
  }

  .center_column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .footer_text, .web_link {
    padding-left: 15px !important;
  }

  .btnWatchInterview_wso2:hover {
    background-color: #F47B20!important;
  }
  .btnWatchInterview_rocell:hover {
    background-color: #263A8E !important;
  }
  .btnWatchInterview_audi:hover {
    background-color: #B9B9B9!important;
  }
  .btnWatchInterview_rocell:hover {
    background-color: #263A8E !important;
  }
  .btnWatchInterview_pabc:hover {
    background-color: #ED1C24 !important;
  }
  .btnWatchInterview_cdb:hover {
    background-color: #0077C0!important;
  }

}

