@font-face {
    font-family: 'noto_sansregular';
    src: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face
{
    font-family: 'noto_sansbold';
    src: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Fonts/notosans-bold-webfont.woff2') format('woff2'),
         url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Fonts/notosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Header style starts here */
#ppc-header
{
  padding:20px 15px;
  box-shadow: 0px 3px 25px #0000000D;
}
#ppc-header img
{
  padding: 0px 30px;
  width:350px;
}
/* Header style ends here */

/* Banner section style starts here */
#banner-sec
{
  padding: 0;
  position: relative;
  background-image: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Images/Banner.png');
	height: 900px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 120%;
}
#banner-sec .row
{
  padding: 50px 0px;
}
#banner-sec .ppc-banner-text h2
{
  font-size: 48px;
  font-family:"serenity";
  font-weight: 700;
}
#banner-sec .ppc-banner-text h3
{
  font-family: 'noto_sansregular';
  font-size: 32px;
}
#banner-sec .ppc-banner-text p
{
  font-family: 'noto_sansregular';
  font-size: 18px;
}
#banner-sec .ppc-banner-text p:last-of-type
{
  padding-bottom: 30px;
}
/* Banner section style ends here */

/* Transform section style starts here */
#transform
{
  padding: 40px 0px;
  text-align: center;
}
#transform h2
{
  text-align: center;
  font-family:"serenity";
  font-weight: 700;
  font-size: 48px;
  width: 100%;
}
#transform h2::after
{
  content: '';
  background-color:#EE752F;
  height: 2px;
  width:70px;
  display: block;
  margin: 20px auto;
}
#transform h4
{
  text-align: center;
  font-family: 'noto_sansregular';
}
#transform .request-btn
{
  margin: 20px auto;
  background-color: #00FFC7;
  border: 1px solid #00FFC7;
  padding: 15px 40px;
  font-family: 'noto_sansregular';
  font-weight: 600;
  cursor: pointer;
}
#transform .request-btn:hover
{
  transition: 0.3s ease-in;
  background-color: transparent;
}
#transformation img
{
  width:220px;
  margin: 0 auto;
}
#transformation .owl-nav
{
  display: none;
}

/* Transform section style ends here */

/* solutions section style starts here */
#solutions
{
  background-image: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Images/solutions-back.png');
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 50px 0px;
  z-index: 1;
}
#solutions h2
{
  text-align: center;
  font-family:"serenity";
  font-weight: 700;
  font-size: 48px;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 160px;
}
#solutions h2::after
{
  content: '';
  background-color:#EE752F;
  height: 2px;
  width:70px;
  display: block;
  margin: 20px auto;
}
#solutions .logo-wrapper
{
  text-align: center;
  padding-bottom:100px;
  position: relative;
}
#solutions .logo-wrapper img
{
  margin: 0 auto;
  position: relative;
}
#solutions .logo-wrapper::after
{
  content: '';
  width: 1px;
  height: 98px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  border: 1px solid #707070;
  border-style: solid;
  margin: 0 auto;
  bottom: 0;
}
#solutions #metric-solution
{
  overflow: visible;
  border-top: 1px solid #707070;
  border-top-style: solid;
}
#solutions #metric-solution .owl-item
{
  padding-top: 100px;
  position: relative;
}
#solutions #metric-solution .circle-solution
{
    position: absolute;
    width: 20px;
    height: 20px;
    color: #059889;
    z-index: 100;
    display: block;
    background-color: #059889;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    left: 0;
    right: 0;
}
#solutions #metric-solution .owl-stage-outer
{
  margin-top: -10px;
}

#solutions #metric-solution .solution-wrapper:hover {
    background-color: #77F2BF;
}

#solutions #metric-solution .solution-wrapper::before
{
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
  z-index: 10;
  border-style: solid;
  height: 100px;
  border-width: 1px;
  border-color: #707070;
}
#solutions #metric-solution .solution-wrapper
{
  position: relative;
  display: flex;
  background-color: #fff;
  padding: 30px;
  align-items: center;
  width: 99%;
  margin: 0 auto;
  min-height: 250px;
}
#solutions #metric-solution .solution-wrapper p
{
  color:#170034;
  padding: 20px;
  font-family: 'noto_sansregular';
}
#solutions .request-btn
{
  margin: 30px auto;
  background-color: #00FFC7;
  border: 1px solid #00FFC7;
  padding: 15px 40px;
  font-family: 'noto_sansregular';
  font-weight: 600;
  cursor: pointer;
}
#solutions .request-btn:hover
{
  transition: 0.3s ease-in;
  background-color: transparent;
}
#solutions #metric-solution .solution-wrapper img
{
  width: 90% !important;
}
/* solutions section style ends here */

/* value section style starts here */
#value
{
  padding: 70px 0px;
}
#value h2
{
  text-align: center;
  font-family:"serenity";
  font-weight: 700;
  font-size: 48px;
  width: 100%;
  margin-bottom: 40px;
}
#value h2::after
{
  content: '';
  background-color:#EE752F;
  height: 2px;
  width:70px;
  display: block;
  margin: 20px auto;
}
#value h3
{
  font-size: 50px;
  font-family:"serenity";
  color:#068980;
  font-weight:600;
}
#value p
{
  font-family: 'noto_sansregular';
  font-size: 20px;
}
/* value section style ends here */

/* advantage section starts here */
#Advantage h2
{
  text-align: center;
  font-family:"serenity";
  font-weight: 700;
  font-size: 48px;
  width: 100%;
  margin-bottom: 40px;
}
#Advantage h3
{
  font-size: 36px;
  font-family:"serenity";
  color:#000;
  font-weight:600;
  position: relative;
}
#Advantage h3::before
{
  content: '';
  background-color: #EE752F;
  height: 2px;
  width: 100%;
  display: block;
  margin: 10px 0px 20px;
}
#Advantage p
{
  font-family: 'noto_sansregular';
  font-size: 20px;
}
#Advantage .request-btn
{
  margin: 30px auto;
  background-color: #00FFC7;
  border: 1px solid #00FFC7;
  padding: 15px 40px;
  font-family: 'noto_sansregular';
  font-weight: 600;
  cursor: pointer;
}
#Advantage .request-btn:hover
{
  transition: 0.3s ease-in;
  background-color: transparent;
}
/* advantage section ends here */

/* customer section style starts here */
#customer
{
  background-image: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Images/customer.png');
  height: 950px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
}
#customer h2
{
  text-align: center;
  font-family:"serenity";
  font-weight: 700;
  font-size: 48px;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 80px;
  color:#fff;
}
#customer h2::after
{
  content: '';
  background-color:#EE752F;
  height: 2px;
  width:70px;
  display: block;
  margin: 20px auto;
}
#customer #customer-exp
{
  padding: 2% 5% 5% 5%;
  position: relative;
}
#customer #customer-exp .owl-nav
{
  display: flex;
  justify-content: space-between;
  width:100%;
}
#customer #customer-exp .owl-nav img
{
  width:100px;
}
#customer #customer-exp .owl-nav .owl-prev
{
  position: absolute;
  top:35%;
  left: 7%;
}
#customer #customer-exp .owl-nav .owl-next
{
  position: absolute;
  top:35%;
  right:7%;
}
#customer #customer-exp p
{
  color:#1C2125;
  font-size: 18px;
  font-family: 'noto_sansregular';
}
#customer #customer-exp p::after
{
  content: '';
  background-color:#EE752F;
  height: 2px;
  width:70px;
  display: block;
  margin: 20px 0px;
}
#customer #customer-exp h5
{
  color:#313131;
  font-size: 22px;
  font-family: 'serenity';
  font-family: 500;
}
#customer #customer-exp h6
{
  color:#0F6F73;
  font-size: 20px;
  font-family: 'serenity';
  font-family: 300;
}
#customer .request-btn
{
  margin: 20px auto;
  background-color: #00FFC7;
  border: 1px solid #00FFC7;
  padding: 15px 40px;
  font-family: 'noto_sansregular';
  font-weight: 600;
  cursor: pointer;
}
#customer .request-btn:hover
{
  transition: 0.3s ease-in;
  background-color: transparent;
}
#customer #customer-exp .cutsomer-wrapper
{
  background-color: #fff;
  padding: 100px 180px;
  box-shadow: 6px 9px 60px #0A5D61A3;
  align-items: center;
}
#customer #customer-exp .cutsomer-wrapper .customer-wrapper-img
{
  position: relative;
}
#customer #customer-exp .cutsomer-wrapper .customer-wrapper-img img
{
  position: relative;
  z-index: 10;
}
#customer #customer-exp .cutsomer-wrapper .customer-wrapper-text
{
  position: relative;
}
#customer #customer-exp .cutsomer-wrapper .customer-wrapper-img::before
{
  content: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Images/Quotemarks-left-1.png');
  position: absolute;
  top:-14%;
  left: -25%;
  z-index: 1;
}
#customer #customer-exp .cutsomer-wrapper .customer-wrapper-text h6
{
  width: 70%;
}
#customer #customer-exp .cutsomer-wrapper .customer-wrapper-text::after
{
  content: url('https://info.metricstream.com/hubfs/2021%20-%20PPC%20-%20LP%20Template/Images/Quotemarks-left.png');
  position: absolute;
  right: 0;
  bottom: -30%;
}
/* customer section style ends here */

/* footer section style starts here */
#ppc-footer
{
  padding: 30px 0px;
  background-color: #10052F;
  text-align: center;
}
#ppc-footer h2
{
  font-family: 'noto_sansregular';
  color:#FFFFFF;
  font-size: 18px;
  margin: 0;
  opacity: 0.68;
  text-align: center;
  width:100%;
}
/* footer section style ends here */

/* Media queries starts here */
@media(max-width:576px)
{
  #ppc-header img
  {
    width:250px;
  }
  #banner-sec .ppc-banner-text h2
  {
    font-size: 26px;
    text-align: center;
  }
  #banner-sec .ppc-banner-text h3
  {
    font-size: 20px;
    text-align: center;
  }
  #banner-sec .ppc-banner-text p
  {
    font-size: 16px;
    text-align: center;
  }
  #transform h2
  {
    font-size: 26px;
  }
  #transform h4
  {
    font-size: 20px;
  }
  #transform
  {
    padding: 40px 0px 0px 0px;
  }
  #value h2
  {
    font-size: 26px;
    text-align: center;
  }
  #value h3
  {
    font-size: 20px;
    text-align: center;
  }
  #value p
  {
    font-size: 16px;
    text-align: center;
  }
  #Advantage h2
  {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
  }
  #solutions h2
  {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 120px;
  }
  #Advantage h3
  {
    font-size: 20px;
    text-align: center;
  }
  #Advantage p
  {
    font-size: 16px;
    text-align: center;
  }
  .request-btn
  {
    width:100% !important;
  }
  #solutions .request-btn
  {
    width:90% !important;
        margin-top: -40px;
  }
  #customer #customer-exp .cutsomer-wrapper
  {
    padding: 20px;
  }
  #customer #customer-exp .cutsomer-wrapper .customer-wrapper-img img
  {
    padding-bottom: 20px;
  }
}

@media(min-width:576px) and (max-width:992px)
{
  #customer #customer-exp .cutsomer-wrapper
  {
    padding: 30px;
  }
  #solutions .request-btn
  {
    margin: 10px auto 120px !important;
  }
  #solutions
  {
    margin: 50px 0px 0px !important;
  }
}

@media(max-width:600px)
{
  #transformation .owl-nav
  {
    display: flex;
    justify-content: center;
    width:100%;
  }
  #transformation .owl-nav img
  {
    width:60px;
  }
  #solutions .owl-dots {
    bottom: 3% !important;
	left: 36% !important;
	}
}

@media(max-width:992px)
{
  #banner-sec .ppc-banner-text h2
  {
    text-align: center;
    margin-bottom: 20px;
  }
  #banner-sec .ppc-banner-text h3
  {
    text-align: center;
  }
  #banner-sec .ppc-banner-text p
  {
    text-align: center;
  }
  #value
  {
    padding: 0px 0px 30px;
  }
  #Advantage h3::before
  {
    margin: 15px auto 20px;
  }
  #customer
  {
    height: unset;
  }
  #solutions
  {
    height: unset;
    margin-top: 0;
  }
  #solutions
  {
    text-align: center;
  }
  #value h3
  {
    text-align: center;
  }
  #value p
  {
    text-align: center;
  }
  #Advantage h3
  {
    text-align: center;
  }
  #Advantage p
  {
    text-align: center;
  }
  #customer #customer-exp p
  {
    padding-top: 20px;
  }
  #solutions .owl-nav
  {
    display: none;
  }
  #customer #customer-exp .owl-nav
  {
    display: none;
  }
  #customer #customer-exp .owl-nav .owl-dots
  {
    display: block;
  }
  #solutions #metric-solution .solution-wrapper
  {
    display: block;
    text-align: center;
  }
  #solutions #metric-solution .solution-wrapper img
  {
    margin: 0 auto;
  }
  #customer .request-btn
  {
    width:90% !important;
  }
}

@media(max-width:450px)
{
  #banner-sec
  {
    height: unset;
  }
  #solutions #metric-solution .solution-wrapper
  {
    margin-bottom: 60px;
  }
}

@media(min-width:992px) and (max-width:1200px)
{
  #solutions .owl-nav
  {
    display: none;
  }
}

@media(min-width:1201px) and (max-width:1600px)
{
  #solutions
  {
    height: 1075px;
    margin-bottom: 0;
  }
  #value {
    padding: 0px 0px;
}
}

@media(min-width:1200px)
{
  .container
  {
    max-width: 85%;
  }
}


  #solutions .owl-nav
  {
    display: none;
  }
  #solutions .owl-dots
  {
    display: flex;
    position: absolute;
    bottom: -15%;
    left: 49%;
    align-items: center;
    margin-bottom: 20px;
  }
  #solutions .owl-dots .owl-dot
  {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #D6D6D6;
    margin-right: 10px;
  }
  #solutions .owl-dots .owl-dot.active
  {
    background-color: #EE752F;
    height: 12px;
    width: 12px;
  }

/* Media queries ends here */


#customer .owl-nav
{
display: none;
}

#customer .owl-dots
{
display: flex;
position: absolute;
bottom: -1%;
left: 46.75%;
align-items: center;
margin-bottom: 20px;
}

#customer .owl-dots .owl-dot
{
border-radius: 50%;
height: 10px;
width: 10px;
background-color: #D6D6D6;
margin-right: 10px;
}

#customer .owl-dots .owl-dot.active
{
background-color: #EE752F;
height: 12px;
width: 12px;
}
