body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  padding: 0;
  margin: 0;
}



h1, h2, h3 {
  color: #3a3a3a;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.logo-main {
  text-align: left;
  padding-top: 20px;
}

.text {
  font-size: 17px;
}
.text2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.text-main {
  padding-left: 30px;
}

.main-title {
  font-size: 36px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.main-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 50px;
  background-color: #de983c;
}

.sub-head {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
}

.sub-head:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 50px;
  background-color: #de983c;
  margin-left: -30px;
}
.sub-head.left {
  text-align: left;
}

.sub-head.left:after {
  left: 0%;
  margin-left: 0px;
}

.rounded-lg {
  border-radius: .3rem!important;
}
.app-logo {
  margin-left: -22px;
}

.app-logo a {
  margin-right: 3px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  transition: 0.3s;
  width: 12.3%;
  text-align: center;
}
.app-logo a:hover {
  text-decoration: none;
  transform: translate(0, -3px);
}

.app-logo a img {
  height: 40px;
  border-radius: 50px;
  display: block;
  margin: 0 auto 5px auto;
}

.three-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 20px 0 rgb(53 122 171 / 4%);
  padding: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: left;
}

.three-box img {
  margin-right: 20px;
  height: 50px;
}

.three-box .title {
  font-size: 20px;
  margin-bottom: 0;
}

.four-box {
  background-color: #0c6b7f;
  border-radius: 8px;
  box-shadow: 0px 4px 40px 0 rgb(38 41 42 / 6%);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.four-box img {
  margin-bottom: 10px;
  height: 50px;
}

.four-box .title {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.green div {
  background-color: #76be02;
}

.bottom-text {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 20px 0 rgb(58 63 66 / 8%);
  padding: 30px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.bottom-text p {
  margin-bottom: 10px;
}
.icon-box{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.icon-box a{
  font-size: 18px;
  color: #0c6b7f;
}
.icon-box img{
  width: 24px;
  margin-right: 10px;
}
.social-main{
  background-color: #0c6b7f;
  text-align: center;
  color: #fff;
}
.social-main span{
  margin-right: 10px;
}
.social-main a{
  display: inline-block;
  margin: 0 3px;
}
@media (max-width: 1199px) {
.app-logo a {
  width: 15%;
 }
}

@media (max-width: 991px) {
  .main-title {
    font-size: 26px;
  }
  .app-logo a {
  width: 22%;
}
}

@media (max-width: 991px) {
  .four-box {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .four-box .title {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .text-main {
    padding-left: 0;
    padding-top: 20px;
  }
  .app-logo a{
    width: 17%;
    margin: 6px 1%;
  }
  .app-logo {
  margin-left: 0px;
}
}

@media (max-width: 767px) {
  .four-box .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .four-box {
    padding: 15px;
    margin-bottom: 10px;
  }
  .text2 {
  font-size: 17px;
}
}
@media (max-width: 575px) {
.app-logo a {
  width: 30%;
}
.social-main span {
  margin-right: 0px;
  display: block;
  margin-bottom: 10px;
}
}
@media (max-width: 575px) {
.icon-box span strong{
  display: block;
}
.icon-box a {
  font-size: 16px;
}
.icon-box {
  font-size: 16px;
}
}


