@font-face { 
  font-family: Architects_Daughter;
  src: url(/assets/font/ArchitectsDaughter.ttf);
}

@font-face {
  font-family: HelveticaLTStd;
  src: url(/assets/font/HelveticaLTStd.otf);
}
@font-face {
  font-family: HelveticaLTStd-Bold;
  src: url(/assets/font/HelveticaLTStd-Bold.otf);
}

@font-face {
  font-family: HelveticaLTStd-Roman;
  src: url(/assets/font/HelveticaLTStd-Roman.otf);
}

@font-face {
  font-family: HelveticaLTStd-Light;
  src: url(/assets/font/HelveticaLTStd-Light.otf);
}

@font-face {
  font-family: HelveticaLTStd-UltraComp;
  src: url(/assets/font/HelveticaLTStd-UltraComp.otf);
}

@font-face {
  font-family: HelveticaLTStd-Obl;
  src: url(/assets/font/HelveticaLTStd-Obl.otf);
}

body 
{
  background-image: url("/assets/svg/body-background.svg");  
  font-family: HelveticaLTStd-Light;
  text-align: center;
  color: #414042;
  letter-spacing: 0;
}

img
{
  width: 100%;
}

button
{
  box-shadow: 5px 5px 5px #99999929;
  border-radius: 22px;
  color: #00AEEF !important;
  background-color: #ffffff !important;
  opacity: 1;
}

input, textarea
{
  margin-top: 25px !important;
  border-radius: 7px !important; 
  border: none !important;;
}

header, footer
{
  background: #FCFCFC 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 0px 5px 5px #00000029;
  opacity: 1;
  color: #00AEEF !important;
}

footer nav, footer nav
{
  background: none !important;
  box-shadow: none !important;
}

.navbar {
    box-shadow: none !important;
}

.footer-copyright
{
  color: black !important;
  opacity: 1;
  
}

footer hr
{
  width: 500px;
}

.iv-btn
{
  background-color: #29ABE2 !important;
  color: white !important;
}

.iv-btn-dark
{
  background-color: #1B75BC !important;
  color: white !important;
}

section h1
{
  font-family: HelveticaLTStd-Roman;  
  font-size: 30px;
}

section h1 span
{
  font-family: Architects_Daughter;
  font-size: 28px;
  color: #00AEEF;
}

section h2
{
  font-family: HelveticaLTStd-Light;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 34px;
}

section h3
{
  font-family: HelveticaLTStd-Light;
  font-size: 20px;
  
}
section p
{
  font-family: HelveticaLTStd-Light;
  font-size: 18px;
  letter-spacing: 0;
  color: #6D6E71;
  opacity: 1;
}

/* header */
header 
{  
  position: sticky;
  z-index: 1000;
  top: 0px;
}

header #m-page .nav-link
{
  font-family: HelveticaLTStd-Roman;
  color: #00AEEF;
  letter-spacing: 0;
  opacity: 1;
  margin: auto;
  padding-left: 20px;
  padding-right:20px;
}

header #m-page .separator
{
  border-right: 2px solid #D1D3D4;
  margin-top: 10px;
  width: 20px;
  height: 40px;
}

header #m-page .fab
{
  margin: auto;
  padding-left: 24px;
}

.i-navbar-menu
{
  height: 80px;
}

.i-active, .i-btn:hover {
  border-bottom: 3px solid #00AEEF;
}
#m-navbar
{
  box-shadow:none !important;
}
#mobile-menu
{
  position: fixed;
  z-index: 100;
  right: 30px;
  top: 60px;
  
  background: #FCFCFC 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 0px 5px 5px #00000029;
  color: #00AEEF !important;
  width: 172px;
  opacity: 1;
  
  padding-bottom: 20px;
  padding-right: 20px;
}
#mobile-menu .i-nabvar-icon
{
  padding: 10px;
  color: #00AEEF;
}
#mobile-menu .fab:hover
{
  padding: 10px !important;;
  color: #fff !important;;
  background-color: #00AEEF !important;;
}

/* buttons */
main button 
{
    width: 200px;
    height: 44px;
  
    background: #29ABE2 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 5px #99999929;
    border-radius: 22px;
    opacity: 1;

    color: #FFFFFF;    
    border: none;
}

.iv-btn
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 5px #99999929;
    border-radius: 22px;
    color: #00AEEF;
    opacity: 1;
}

.iv-btn-0
{
    background: #29ABE2 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

.iv-btn-1
{
    background: #1B75BC 0% 0% no-repeat padding-box;
    color: #FFFFFF;
}

/* footer */
footer nav .container
{
  margin-top: 25px;
}

footer #m-page a
{
  font-family: HelveticaLTStd-Roman;
  padding-left: 20px;
  padding-right: 20px;
  color: #00AEEF;
  letter-spacing: 0;
  opacity: 1;
}

footer #m-icons li
{
  padding-right: 40px;  
}

.footer-copyright
{
  color: black !important;
  opacity: 1;
}

footer hr
{
  border-top: 2px solid #00AEEF;
  opacity: 1;
}

/* Others*/
.list-1 ul
{
    list-style: none;
    text-align: left;
    padding: 0px 62px 23px 62px;
}
  
.list-1 ul li:before
{
    content: '✓';
    color: #009444;
    padding-right: 10px;
}

/* Sections*/
.test
{
  position: absolute;
  top: 31px;
  width: 81%;    
  left: 39%; z-index: -100;
}
#s-head1{
  padding-top: 116px;
}
#s-head1 h1
{
  font-family: HelveticaLTStd-Roman;
  text-align: left;
  font-size: 40px;
}
#s-head1 p
{
  font-family: Architects_Daughter;    
  padding-top: 50px;
  text-align: left;
  font-size: 20px;
}
#s-head2{
  padding-top: 153px;
  padding-bottom: 82px
}
#s-head2 h1{
  font-family: HelveticaLTStd-Roman; 
  text-align: left;
  font-size: 30px;
  color: #414042;
}
#s-head2 h1 span{
  font-family: Architects_Daughter; 
  font-size: 28px;
  color: #00AEEF;
  letter-spacing: 0;
  opacity: 1;
}
#s-head2 h2{
  font-family: HelveticaLTStd-Light; 
  text-align: left;
  font-size: 18px;
  color: #6D6E71;
  letter-spacing: 0;
  opacity: 1;
}

#s-head2 ol
{
  text-align: left;
}

#s-head2 ol
{
  list-style: none;
  counter-reset: li;
}
#s-head2 li::before
{
  font-family: Architects_Daughter;
  content: counter(li);
  color: white;
  display: inline-block;
  margin-left: -1em;
  border-radius: 50%;
  background-color: #29ABE2;
  padding-left: 8px;
  height: 28px;
  width: 28px
}
#s-head2 li
{
  counter-increment: li
}

#s-features {
  padding-top: 65px;
  padding-bottom: 59px;

  background-color: #85E5FF;
  background-image: url(/assets/svg/Features\ backg.svg);
}

#s-features img
{
  width: 90px;
  height: 90px;
  margin: auto;
  padding-top: 30px;
}

.feature-card h1
{
  color: #00AEEF;
  font-family: Architects_Daughter;
  font-size: 18px
}

#s-plans h1
{
  padding-bottom: 52px;
}

#s-plans{
    padding-top: 66px;
  padding-bottom: 72px;
}

#card-executive
{
  background-image: linear-gradient(45deg, white 95%, white 0%, #29abe2 70%);
    color: #1b75bc;
}

#card-enterprise
{
  background-image: linear-gradient(45deg, white 95%, white 0%, #1b75bc 70%);
  color: #1b75bc;
}

.price-card h1 {
  font-family: HelveticaLTStd-Bold;
  font-size: 20px;
  padding-top: 33px !important;
  padding-bottom: 23px !important;
  font-weight: bold;
}

.price-card p {
  font-family: HelveticaLTStd-Light;
  font-size: 16px;
}

#s-plans sup{  
  font-size: 24px;
  position: relative;
  top: -24px;
  left: -13px;
}

#s-plans sub{
  
  font-size: 16px;
}

.price-style-1
{
  font-size: 64px;
  font-family: HelveticaLTStd-Roman;
  color: #00AEEF;
  padding-left: 30px;
}

#s-plans .before 
{  
  color: #D1D3D4;  
  text-decoration: line-through;
  opacity: 1;
}

#s-plans .saved 
{
  background: #E2EDC1 0% 0% no-repeat padding-box;  
  padding: 4px 16px 4px 16px;
  border-radius: 18px;
  color: #00AEEF;
  opacity: 1;
}

#s-plans .money-symbol{
  position: relative;
  left: 13px;
  top: -25px;
}

#s-plans .month
{
  position: relative;
  left: -58px;
  top: 0px;
}
#s-admin{
    padding-top: 85px;
    padding-bottom: 68px;
    background-color: #85E5FF;
}

#s-admin h1{
    padding-top: 61px;
    padding-bottom: 37px;  
    text-align: left;
}

#s-admin p{    
    text-align: left;
}

#s-works {
    padding-top: 77px;
    padding-bottom: 50px;
}

#s-works h1{
    padding-bottom: 46px;
}

#s-works .card-small{  
    text-align: left;
}

#s-works button{  
    margin: 31px 0px 0px 0px;
}

#s-works .card-small 
{
  height: 222px;
  width: 222px;
  padding: 10px;
  margin-bottom: 20px;
}

#s-works .card-dark
{
  background-color: #00aeef;
}
#s-works .card2
{
  height: 100%;
  padding: 60px;
  border-radius: 12px;
}

#s-works #img-1
{
  width: 212px;
  left: -20px;
  top: 157px;
}
#s-works #img-2
{
  width: 206px;
  right: -20px;
  top: -20px;
}
#s-works #img-3
{
  width: 176px;
  right: -43px;
    top:126px;
}

#s-works .card3
{
  background-color: #00aeef;  
  color: #fff !important;;
  text-align: left;
  opacity: 1;
}

#s-works .card2 h1
{
  margin-top: 40px;  
  margin-left: 40px;
  font-size: 18px;
}

#s-works .card2 h2
{
  margin-top: -60px;
  margin-left: 40px;  
  font-size: 18px;
}

#s-works .card2 p
{
  color: #fff !important;
}


#ic_ourwork_thumb
{
  width: 30px;
  position: relative;
  bottom: 30px;
  left: 60px;  
}

#s-reasons{
    padding-top: 50px;
    padding-bottom: 66px;
}

#s-reasons h1{
    margin-bottom: 71px;
}


#s-reasons h3 {
  text-align: left;
  font-family: HelveticaLTStd-Bold;
}
#s-reasons p {
  padding-top: 10px;
  text-align: left;  
  margin-bottom: 60px;
}
#s-reasons img
{
  position: absolute;
  width: 40px;
  top: -10px;
  left: -2px;
  z-index: -100;
  
}
#s-question{
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent linear-gradient(30deg, #E5F5FF 0%, #85E5FF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

#s-question textarea{
  height: 200px;
  min-height: 200px;
  max-height: 200px;
} 