* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.navigation .nav_left a {
  text-decoration: none;
  color: #032d60;
}
.nav_right li img {
  width: 20px;
}
.nav_logo a img {
  width: 60px;
}
.nav_left,
.nav_right {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
}
.nav_left li a:hover {
  color: #0176d3;
}
.nav_right_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_right_link a {
  color: #032d60;
  text-decoration: none;
}
.nav_right_contact a {
  color: #032d60;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 5px;
}
.nav_right_try a {
  padding: 10px 30px;
  background-color: #2e844a;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.second_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: #06a59a;
  color: white;
  padding: 10px 0;
  margin-top: 76px;
}
.second_nav img {
  width: 120px;
}
.second_nav a {
  color: white;
}
.Anne{
  height: 600px;
  background-image: url(./images/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

}

.Anne img{
  width: 800px;
}
.Anne-txt h1{
  padding-left: 80px;
  color: #032d60;
  font-size: 45px;
}
.Anne-txt p{
  padding:25px 50px 25px 80px;
}
.Ehi{
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-left: 20px;
  /* padding: 10px 30px; */
  color: white;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding-left: 60px;
}
.btn-a
.bnt-b{
  margin: 10px 0 0 0;
}
.btn-a button{
  background-color: #0176d3;
  color: white;
  padding: 10px 10px;
  border: none;
}
.btn-b button{
  color: #0176d3;
  padding: 10px 10px;
  border:2px solid #0176d3; 
  background-color: white;
}
.Get{
  width: 100%;
  font-size: 20px;
  height: 100px;
  padding-left: 320px;
  color: #032d60;
  margin: 80px auto;
}
.baby{
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 10px 30px;
}
.babyA{
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  padding: 10px 10px;
}
.babyA img{
  width: 300px;
}
.babyA h1 {
  margin: 40px 10px;
  color: #032d60;
  font-size: 16px;
}
.babyA p{
  margin:20px 10px;
  font-size: 14px;
  color: #032d60d5;
  text-decoration: underline;

}
.power{
  width: 100%;
  font-size: 20px;
  height: 100px;
  padding-left: 200px;
  color: #032d60;
  margin: 80px auto;
}
.power p{
  margin: 30px auto;
  padding-left: 150px;
  color: black;
  font-size: 18px;
}
.boy{
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 10px 30px;
}
.boyA{
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  padding: 10px 10px;
}
.boyA img{
  width: 300px;
}
.boyA h1{
  margin: 10px 10px;
  color: #032d60;
  font-size: 18px;
}
.boyA h2{
  color: rgba(0, 0, 0, 0.815);
  font-size:14PX;
  margin: 0 10px;
}
.boyA p {
  margin:30px 10px;
  font-size: 14px;
  color: #032d60d5;
  text-decoration: underline;
}
.find{
  width: 100%;
  font-size: 20px;
  height: 100px;
  color: #032d60;
  margin: 170px auto;
  text-align: center;
}
.find p{
  margin: 30px auto;
  padding-left: 20px;
  color: black;
  font-size: 18px;
}
.btn{
  margin: 20px 0 0 0;
}
.btn button{
  background-color: white;
  padding: 15px 40px;
  color: #0176d3;
  border: 2px solid blue;
}
.girl{
  height: 200px;
  background-image: url(./images/hp-industries-page-break-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px 400px;
  gap: 20px;
  margin: 60px auto;
}
.girlA{
  display: flex;
  flex-direction:column
}
.girlA img{
  width: 50px;
  height: 70px;
  background-color:aquamarine;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.girlA h1{
  font-size: 14px;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.651);
}
.see{
  width: 100%;
  height: 100px;
  font-size: 18px;
  color: #032d60;
  text-align: center;
  
}
.see h1{
  margin: 20px 0px;
}
.chuka{
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 200px;
  margin: 250px 0 60px 0;
}
.chukaA{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
}
.chukaA img{
  width: 150px;
}
.learn{
  width: 100%;
  font-size: 20px;
  color: #032d60;
  text-align: center;
}
.learn P{
  color:black;
  font-size: 18px;
  margin: 20px auto;
}
.jenny{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  height: 500px;
  margin: 150px auto;
}
.jennyA{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; 
}
.jennyA img{
  width: 250px;
}
.btn-c{
  margin: 10px 0 0 0 ;
  padding-right: 210px;
}
.btn-c button{
  background-color: aquamarine;
  padding: 10px 5px;
  border: 2px solid gainsboro;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.jennyA h1{
  color: #032d60;
  font-size: 24px;
  margin:0;
  padding-right: 90px;

}
.jennyA h2{
  color: rgba(0, 0, 0, 0.815);
  font-size: 16px;
  margin:0;
  padding: 0 80px;
}
.jennyA p{
  margin:0;
  color: #032d60;
  text-decoration: underline;
  font-size: 14px;
  padding-right: 180px;
}
.all{
  width: 100%;
  margin: 170px auto;
  color: #032d60;
  text-align: center;
}
.all h1{
  margin: 60px auto;
  font-size: 36px;
}
.btn-d{
  margin: 30px 0 0 0;
}
.btn-d button{
  padding: 10px 20px;
  background-color: white;
  color: #0176d3;
  border:2px solid blue ;
  font-size: 16px;
}
.teddy{
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
  padding-right: 20px;
}
.teddyA{
  background-image: url(./images/php-rc-what-is-crm.jpg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.teddyA-txt{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 0 0 70px;
}
.btn-e{
  margin: 30px 0 0 0;
}
.btn-e button{
  padding: 10px 20px;
  background-color: white;
  color: #0176d3;
  border:2px solid blue ;
  font-size: 16px;
}
.teddyA-txt h1{
  color: #032d60;
  font-size: 22px;
  margin-bottom: 20px;
}
.teddyA-txt h2{
  color: rgba(0, 0, 0, 0.815);
  font-size: 18px;
  margin-bottom: 10px;
}
footer{
  background-color: #032d60;
  display: flex;
  align-items: start;
  padding: 20px 80px;
  gap: 40px;
}

.footer-left a{
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-left span{
  font-size: 18px;
}

.footer-right{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-right-top{
  display: flex;
  gap: 20px;
}
.footer-right-top a{
  color: white;
  font-size: 12px;
}

.footer-right-bottom span{
  font-size: 12px;
  color: white;
}
.footer-right-bottom a{
  font-size: 12px;
  color: white;
}
.pre-foot{
  display: flex;
  margin: 100px 80px 50px 100px;
  gap: 200px;
}

.pre-foot-left{
  display: flex;
  flex-direction: column;
}

.pre-foot-left a{
  display: flex;
  justify-content: left;
  color: #032d60;
  margin: 0 0 20px 0;
}
.ft-icon-cont{
  display: flex;
  gap: 15px;
}

.pre-foot-left:hover a{
  color: #0176d3;
}

.pre-foot-left h4{
  color: rgb(68, 68, 68);
  margin-bottom: 20px;
}

.pre-foot-right{
  display: flex;
  gap: 120px;
}

.pre-foot-right h4{
  color: rgb(68, 68, 68);
}

.list-cont{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-cont h4{
  margin-bottom: 20px;
}
.pre-foot-right a{
  text-decoration: none;
  color: #0176d3;
  font-size: 14px;
  display: flex;
  justify-content: left;
}
.mum{
  background-image: url(./images/crm_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 800px;
  margin-bottom: 50px;
  margin-top: 70px;
}


.mum-item{
  display: flex;
  background-color: white;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 570.7px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.mum-sec1 img{
  width: 400px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mum-sec2{
  height: 240px;
  padding: 40px 0 0 30px;
}
.mum-sec2 pill{
  background-color: #eaf5fe;
  color: #032d60;
  font-size: 12px;
  padding: 10px 5px;
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
}

.mum-sec2 a{
  text-decoration: none;
  color: #032d60;
  text-align: left;
}

.mum-sec2:hover a{
  color: black;
}

.mum-sec2 h3{
  margin: 40px 0 30px 0;
}

.mum-sec3{
  padding: 50px 0 30px 30px;
}

.mum-sec3 a{
  color: #032d60;
}

.mum-sec3:hover a{
  text-decoration: none;
  color: #0176d3;
}

.sally{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 70px 0;
}


.sally-item{
  display: flex;
  background-color: white;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.sally-sec1 img{
  width: 400px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sally-sec2{
  padding: 20px 0 0 30px;
}
.sally-sec2 pill{
  background-color: #eaf5fe;
  color: #032d60;
  font-size: 12px;
  padding: 10px 5px;
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
}

.sally-sec2 a{
  text-decoration: none;
  color: #032d60;
  text-align: left;
}

.sally-sec2:hover a{
  color: black;
}

.sally-sec2 h3{
  margin: 30px 0 20px 0;
}

.sally-sec3{
  padding: 20px 0 50px 30px;
}

.sally-sec3 a{
  color: #032d60;
}

.sally-sec3:hover a{
  text-decoration: none;
  color: #0176d3;
}

.group-topic{
  display: flex;
  justify-content: space-between;
  margin: 50px 100px;
  padding: 20px 30px;
}
.group-topic-cont{
  background-color: white;
  width: 350px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.group-topic-sec1{
  padding: 20px 20px 0 20px;
}
.group-topic-sec1 pill{
  background-color: #eaf5fe;
  color: #032d60;
  font-size: 12px;
  padding: 10px 5px;
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
}

.group-topic-sec1 a{
  text-decoration: none;
  color: #032d60;
  text-align: left;
}

.group-topic-sec1:hover a{
  color: black;
}

.group-topic-sec1 h3{
  margin: 20px 0;
}

.group-topic-sec2{
  padding: 0 20px 20px 20px;
}

.group-topic-sec2 a{
  color: #032d60;
}

.group-topic-sec2:hover a{
  text-decoration: none;
}

.zaya{
  display: flex;
  justify-content: center;
}
.zaya-btn:hover{
  background-color: #eaf5fe;
  color: #032d60;
  border: solid 2px #032d60;
}
.zaya-btn:hover a{
  color: #032d60;
}

.zaya-btn{
  border: solid 2px #0176d3;
  padding: 10px 25px;
  width: fit-content;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 30px 0;
}
.zaya-btn a{
  text-decoration: none;
  color:#0176d3;
}


.basil{
  display: flex;
  justify-content: center;
  gap: 150px;
  margin: 70px 100px;
  align-items: center;
}

.basil-B{
  display: flex;
  flex-direction: column;
}

.basil-B h1{
  font-size: 40px;
  color: #032d60;
  margin-bottom: 30px;
}

.basil-B p{
  margin-bottom: 10px;
}

.basil-A img{
  height: 600px;
}
.basil-C{
  border: solid 2px #0176d3;
  padding: 10px 25px;
  width: fit-content;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 30px 0;
}
.basil-C a{
  text-decoration: none;
  color:#0176d3;
}
.basil-C:hover{
  background-color: #eaf5fe;
  color: #032d60;
  border: solid 2px #032d60;
}
.basil-C:hover a{
  color: #032d60;
}
.ready{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.ready h1{
  text-align: center;
  color: #032d60;
  font-size: 40px;
}
.charles{
  height: 600px;
  background-image: url(./images/ready_to_take_next_step_bg.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
  width: 100%;
}

.charles-item{
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  gap: 30px;
  width: 300px;
  height: 350px;
}

.charles-item-sec1{
  background-color: #eaf5fe;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.charles-item-sec2{
  height: 93px;
}
.charles-item-sec2 h2{
  color: #032d60;
  margin-bottom: 10px;
}

.charles-item-sec3 a{
  color: #032d60;
}

.charles-item-sec3:hover a{
  text-decoration: none;
  color: #0176d3;
}

