* {
  margin: 0;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */
input[type=number] {
 -moz-appearance: textfield;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #f64c70;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0cbbab;
}

html,
body {

  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
}

button {
  border: 0;
  outline: 0;
}

.home-sec-7 .inp-sty form input,
.inp-sty form textarea:focus-visible {
  outline: 0px;
}

button:hover {
  cursor: pointer;
}

button:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/* a, p{
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.no-pad {
  padding: 0;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 25px 0;
}

.banner-sec {
  position: relative;
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 840px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-text ul li {
  display: inline-flex;
  column-gap: 10px;
  margin: 0;
  align-items: center;
}

header .header-text li a {
  font-size: 15px;
  color: white;
  display: block;
  text-align: left;
}

header .header-text li a span {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

header .header-text {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: end;
}

.t-btn:hover {
  background: white;
  color: black;
}

.t-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  min-width: 150px;
  height: 50px;
  transition: 0.5s;
  background: #0cbba8;
  font-size: 16px;
  color: white;
  -webkit-transform: skew(-203deg);
  -moz-transform: skew(-200deg);
  transform: skew(-192deg);
  padding: 0 30px;
  text-transform: uppercase;
}

.banner-sec .text h1 {
  font-size: 65px;
  color: white;
  font-weight: 700;
  line-height: 1.1;
}

.banner-sec .img-box img {
  max-width: 160%;
  margin-left: -70px;
  margin-top: 190px;
}

.banner-sec ul {
  display: inline-flex;
  column-gap: 60px;
  margin-bottom: 10px;
}

.banner-sec ul li {
  font-size: 20px;
  position: relative;
  color: white;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.banner-sec ul li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #0cbba8;
  right: -30px;
  border-radius: 10px;
  top: 9px;
}

.banner-sec ul li:nth-child(even):after {
  background: #f64c70;
}

.banner-sec ul li:last-child:after {
  display: none;
}

.text p {
  font-size: 16px;
}

.home-sec-1 {
  background-image: url("../images/sec-2--2bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* padding: 140px 0 90px; */
  margin: -90px 0 0;
  display: flex;
  height: 440px;
  justify-content: center;
  align-items: center;
}

.home-sec-1 .text img {
  margin-bottom: 20px;
}

.home-sec-1 .text p {
  width: 88%;
  margin: 0 auto;
  line-height: 1.8;
}

.home-sec-2 {
  background-image: url("../images/sec-2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0 90px;
  margin-top: -100px;
}

.home-sec-2 .box:hover {
  background-image: url("../images/border-hover.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  border: 2px solid transparent;
}

.home-sec-2 .box {
  /* transition: 0.5s; */
  border: 2px solid white;
  padding: 55px 0;
  text-align: center;
}

.home-sec-2 .box h5 {
  font-size: 22px;
  color: white;
  font-weight: 500;
  margin-top: 20px;
}

.text h5 {
  font-size: 18px;
  color: #f0f0f0;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.text h2 {
  font-size: 40px;
}

.home-sec-2 .text h2 {
  color: white;
  font-weight: 600;
}

.home-sec-2 .text p {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 300;
  max-width: 86%;
  margin: 10px auto 40px;
  line-height: 1.7;
}

.home-sec-2 .box img {
  width: 80px;
  height: 80px;
  object-fit: scale-down;
  margin: 0 auto;
}

.home-sec-2 button.slick-arrow.next-arrow {
  left: auto;
  right: -130px;
}

.home-sec-2 button.slick-arrow:hover {
  background: #0cbba8;
  color: white !important;
  border: 0 !important;
}

.home-sec-2 button.slick-arrow {
  content: "\f105" !important;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 0 !important;
  color: white !important;
  border: 1px solid white;
  background-image: none !important;
  z-index: 999;
  font-family: FontAwesome;
  position: absolute;
  left: -130px;
  transition: 0.5s;
  top: 45%;
  background: transparent;
}

.home-sec-3 {
  padding: 90px 0;
}

.home-sec-3 .text h5 {
  color: #0cbba8;
  margin-bottom: 5px;
}

.home-sec-3 .img-box {
  background-image: url("../images/laptop-img.png");
  max-width: 660px;
  height: 370px;
  background-size: 100% 100%;
  margin-left: -100px;
  background-repeat: no-repeat;
}

.home-sec-3 .images-slider img {
  width: 321px;
  height: 221px;
  margin: 9px auto 0;
  display: table;
  margin-right: 164px;
}

.home-sec-3 .text h4 {
  font-size: 25px;
  margin-top: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.home-sec-3 .text h6 {
  font-size: 60px;
  font-weight: 900;
  color: #feedf0;
  position: absolute;
  top: -7px;
}

.home-sec-3 .text h4:after {
  position: absolute;
  display: none;
  content: "";
  background-image: url("../images/bg-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  left: 0;
  top: -30px;
  height: 50px;
}

.home-sec-3 .text p {
  margin: 10px 0 0;
  line-height: 1.9;
  max-width: 89%;
}

.home-sec-3 button.slick-next.slick-arrow:after {
  display: none;
}

.home-sec-3 .slick-dots {
  z-index: 9;
  position: absolute;
  bottom: 0;
  list-style: none;
  display: inline-flex;
  column-gap: 4px;
  padding: 0;
  margin: 0;
  width: 100%;
  bottom: -16%;
  left: auto;
  right: 0px;
}

.home-sec-3 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 15px;
  border-radius: 50%;
  height: 15px;
}

.home-sec-3 .slick-dots li button:before {
  background: #0cbbab;
  box-shadow: 0px 0px 10px #606060;
  border: 1px solid white;
}

.home-sec-4 {
  background-image: url("../images/sec-4-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 147px;
  background-position: center;
}

.home-sec-4 .text h5 {
  color: #f64c70;
}

.home-sec-5 .text h5 {
  color: #0cbba8;
}

.home-sec-5 {
  padding: 30px 0 60px;
}

.home-sec-5 .logos ul {
  display: inline-flex;
  column-gap: 52px;
  margin-top: 40px;
}

.home-sec-5 .logos ul li img {
  filter: grayscale(1);
  transition: 0.5s;
}

.home-sec-5 .logos ul li img:hover {
  filter: none;
}

.home-sec-6 {
  background-image: url("../images/sec-6-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 90px;
}

.home-sec-6 .text h2 {
  color: white;
  margin-bottom: 40px;
}

.home-sec-6 .text h5 {
  color: #f64c70;
}

.home-sec-6 .box-slid:hover {
  background-image: url("../images/border-hover1.png");
  background-size: 100% 100%;
  border: 1px solid transparent;
  background-repeat: no-repeat;
}

.home-sec-6 .box-slid {
  border: 1px solid #757575;
  padding: 45px 25px 45px 25px;
}

.home-sec-6 .box-slid p {
  color: #babcbb;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 15px;
}

.home-sec-6 .box-slid h5 {
  color: white;
  font-size: 22px;
}

.home-sec-6 button.slick-arrow:hover {
  background: #0cbba8;
  color: white !important;
  border: 0 !important;
}

.home-sec-6 button.slick-arrow {
  content: "\f105" !important;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 0 !important;
  color: white !important;
  border: 1px solid white;
  background-image: none !important;
  z-index: 999;
  font-family: FontAwesome;
  position: absolute;
  left: -130px;
  transition: 0.5s;
  top: 45%;
  background: transparent;
}

.home-sec-6 button.slick-arrow.next-arrow {
  left: auto;
  right: -130px;
}

.home-sec-7 h5 {
  color: #0cbba8;
}

.home-sec-7 {
  padding: 90px 0;
}

.home-sec-7 .text h2 {
  font-weight: 300;
  margin: 0px 0 20px;
}

.home-sec-7 .inp-sty form input,
.inp-sty form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid black;
  height: 55px;
  padding-top: 21px;
  font-size: 14px;
}

.home-sec-7 .inp-sty form textarea {
  min-height: 150px !important;
}

.home-sec-7 .btn-form {
  text-align: right;
  margin-top: 20px;
}

.home-sec-7 .map iframe {
  min-height: 580px;
  width: 100%;
  box-shadow: 0px 0px 10px #bfbfbf;
}

footer {
  background: #141414;
  padding: 90px 0 20px;
}

footer .footer-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

footer .footer-logo li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  color: white;
  border: 1px solid white;
  transition: .5s;
  border-radius: 40px;
  font-size: 13px;
}

footer .footer-logo li a i:hover {
  background: #f64c71;
}

footer .footer-logo ul {
  display: inline-flex;
  margin: 20px 0 0;
  column-gap: 8px;
}

.footer-text h4 {
  color: white;
  font-size: 25px;
  margin: 0 0 15px;
}

footer .footer-text li span {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

footer .footer-text li a {
  font-size: 15px;
  color: white;
  opacity: 80%;
  transition: .5s;
  line-height: 1.8;
}

footer .footer-text li a:hover {
  opacity: 100%;
}

footer .footer-text li {
  margin: 0 0 8px;
}

footer .footer-text input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  -webkit-transform: skew(-203deg);
  -moz-transform: skew(-200deg);
  transform: skew(-192deg);
}


footer button.t-btn {
  width: 100%;
  margin: 15px 0 0;
}

footer .text p {
  font-size: 15px;
  color: white;
  text-align: center;
}

footer .text p a {
  color: white;
  transition: .5s;
}
footer .text p a:hover{
  color: #f64c70;
}

footer hr {
  border: 0;
  border-top: 1px solid #666666;
  margin: 60px 0 12px;
}

.text-box h2 {
  display: flex;
  justify-content: center;
  font-size: 75px;
  font-weight: 900;
}

.text-box p {
  font-size: 22px;
  font-weight: 400;
  margin: 0px 0 0;
}

.home-sec-4 .text {
  margin-bottom: 40px;
}

.home-sec-4 .text h2 {
  margin-bottom: 7px;
}

.home-sec-4 .btn-cen {
  text-align: center;
  margin: 40px 0 0;
}

.b-hover:hover {
  background: black;
  color: white;
}


@media only screen and (max-width: 1600px) {

  .home-sec-6 {
    background-position: center center;
  }

  .home-sec-4 {
    background-position: center center;
  }

  .home-sec-2 {
    background-position: center center;
  }

  .banner-sec {
    background-position: center center;
  }

  .agency-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-sec-2 button.slick-arrow.next-arrow {
    left: auto;
    right: -20px;
  }

  .home-sec-2 button.slick-arrow {
    left: -20px;
  }

  .clients-slid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-sec-6 button.slick-arrow.next-arrow {
    left: auto;
    right: -20px;
  }

  .home-sec-6 button.slick-arrow {
    left: -20px;
  }

  .home-sec-2 .box h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-sec .img-box img {
    max-width: 150%;
    margin-left: -90px;
    margin-top: 90px;
  }

}

@media only screen and (max-width: 1400px) {
  .banner-sec .img-box img {
    max-width: 130%;
    margin-left: -90px;
    margin-top: 50px;
  }

  .banner-sec .text h1 {
    font-size: 55px;
  }

  .banner-sec ul li {
    font-size: 16px;
    letter-spacing: 6px;
  }

  .text-box h2 {
    font-size: 45px;
  }

  .text-box p {
    font-size: 17px;
  }

  .home-sec-4 {
    padding: 70px 0 100px;
  }

  .home-sec-5 {
    padding: 30px 0 40px;
  }

  footer .footer-text li a {
    font-size: 13px;
  }

  button.slick-arrow {
    width: 45px !important;
    height: 45px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .home-sec-2 button.slick-arrow.next-arrow {
    left: auto;
    right: 0;
  }

  .home-sec-2 button.slick-arrow {
    left: 0px;
  }

  .home-sec-6 button.slick-arrow.next-arrow {
    left: auto;
    right: 0;
  }

  .home-sec-6 button.slick-arrow {
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .text h5 {
    font-size: 16px;
    letter-spacing: 3px;
  }

  footer hr {
    margin: 30px 0 12px;
  }

  .home-sec-3 .images-slider img {
    width: 231px;
    height: 183px;
    margin: 9px auto 0;
    margin-right: 116px;
  }

  .home-sec-3 .slick-dots {
    right: 0;
    bottom: -15%;
  }

  .home-sec-6 .box-slid {
    padding: 35px 12px 35px 12px;
  }

  .home-sec-6 .box-slid p {
    font-size: 14px;
  }

  .home-sec-6 .box-slid h5 {
    font-size: 18px;
  }

  .home-sec-6 .box-slid {
    min-height: 260px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .banner-sec .text h1 {
    font-size: 45px;
  }

  .banner-sec {
    min-height: 650px;
  }

  .banner-sec ul li {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .text p {
    font-size: 14px;
  }

  .home-sec-2 {
    padding: 100px 0 80px;
  }

  .home-sec-5 .logos ul {
    column-gap: 40px;
  }

  .home-sec-7 .map iframe {
    min-height: 550px;
  }

  .home-sec-6 .text h2 {
    margin-bottom: 30px;
  }

  footer .text p {
    font-size: 13px;
  }

  .home-sec-7 {
    padding: 70px 0;
  }

  .home-sec-1 {
    height: 420px;
  }

  .home-sec-2 .text p {
    font-size: 14px;
    max-width: 90%;
  }

  .text h2 {
    font-size: 35px;
  }

  .home-sec-3 .text h4 {
    font-size: 20px;
  }

  .text-box h2 {
    font-size: 35px;
  }

  .text-box p {
    font-size: 14px;
  }

  .t-btn {
    min-width: 130px;
    height: 45px;
    font-size: 13px;
  }

  footer {
    padding: 70px 0 20px;
  }

  header .header-text li a {
    font-size: 13px;
  }

  header .header-text li a span {
    font-size: 14px;
  }

  header .header-text ul li {
    column-gap: 8px;
  }

  .home-sec-3 .img-box {
    margin-left: -20px;
  }

  .home-sec-3 .img-box {
    height: 310px;
  }

  .home-sec-4 {
    padding: 50px 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .home-sec-3 .text h4 {
    margin: 0;
}
  .home-sec-3 .images-slider img {
    width: 322px;
    height: 207px;
}
  .home-sec-3 .img-box {
    height: 350px;
}
  .banner-sec .img-box img {
    max-width: 60%;
    margin: 30px auto 0;
    display: table;
  }

  .banner-sec {
    min-height: 650px;
    padding-top: 110px;
  }



  .banner-sec .text {
    text-align: center;
  }

  .banner-sec .text h1 {
    font-size: 40px;
  }

  .banner-sec ul {
    column-gap: 50px;
  }

  .home-sec-3 .text {
    text-align: center;
    margin: 55px 0 0;
  }

  .home-sec-3 .images-slider img {
    width: 322px;
    height: 208px;
    margin: 9px auto 0;
    margin-right: 164px;
  }

  .home-sec-3 .img-box {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .home-sec-3 .text p {
    max-width: 100%;
  }

  .home-sec-3 .text h6 {
    font-size: 40px;
    top: 20px;
    position: relative;
    z-index: -1;
    letter-spacing: 2px;
  }

  .text h2 {
    font-size: 30px;
  }

  .home-sec-3 .slick-dots {
    right: 0;
    bottom: -22%;
    left: 0;
    margin: 0 auto;
    justify-content: center;
  }

  .home-sec-3 {
    padding: 60px 0;
  }

  .text-box h2 {
    font-size: 30px;
  }

  .home-sec-4 .btn-cen {
    margin: 20px 0 0;
  }

  .count-area-content {
    margin-bottom: 15px;
  }

  .home-sec-5 {
    padding: 10px 0 30px;
  }

  .home-sec-7 .btn-form {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  footer {
    padding: 50px 0 20px;
    text-align: center;
  }

  footer .footer-logo ul {
    display: flex;
    margin: 25px 0 20px;
    column-gap: 8px;
    justify-content: center;
  }

  .footer-text h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  footer .footer-text input {
    margin-top: 10px;
  }

  footer .footer-text li span {
    font-size: 14px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .home-sec-7 {
    padding: 60px 0;
  }

  .text h5 {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .text {
    text-align: center;
  }

  .header-text ul {
    margin: 0;
  }

}


@media only screen and (max-width: 767px) {
  .home-sec-3 .img-box {
    height: 310px;
}
  header {
    padding: 15px 0 0;
  }

  header .header-text li a {
    font-size: 12px;
  }

  header .header-text li a span {
    font-size: 13px;
  }

  .header-text li img {
    width: 40px;
  }

  header .header-text {
    column-gap: 20px;
  }

  .t-btn {
    min-width: 120px;
    height: 45px;
    font-size: 12px;
    padding: 0 20px;
  }

  header .logo img {
    max-width: 130px;
  }

  .banner-sec .text h1 {
    font-size: 30px;
  }

  .banner-sec {
    min-height: 590px;
    padding-top: 40px;
  }

  .banner-sec ul {
    column-gap: 40px;
  }

  .banner-sec ul li:after {
    width: 5px;
    height: 5px;
    right: -22px;
    top: 9px;
  }

  .home-sec-1 .text img {
    margin-bottom: 20px;
    max-width: 130px;
  }

  .home-sec-1 .text p {
    width: 100%;
  }

  .text h2 {
    font-size: 27px;
  }

  .text h2 br {
    display: none;
  }

  .footer-logo img {
    max-width: 130px;
  }

  .home-sec-7 {
    padding: 50px 0;
  }

  .home-sec-6 {
    padding: 80px 0 50px;
  }

  .home-sec-5 .logos ul {
    display: block;
    margin: 0 auto 0px;
    display: table;
  }

  .home-sec-5 .logos ul li img {
    margin-top: 23px;
  }

  .home-sec-3 .images-slider img {
    width: 248px;
    height: 183px;
    margin: 9px auto 0;
    margin-right: 127px;
  }

  .home-sec-6 .box-slid {
    min-height: 200px;
  }

}

@media only screen and (max-width: 575px) {
  button.slick-arrow {
    width: 35px !important;
    height: 35px !important;
}
#button {
  width: 30px !important;
  height: 30px !important;
  bottom: 30px !important;
  right: 10px !important;
}
#button::after {
  font-size: 12px !important; 
  line-height: 30px !important;
}
  .home-sec-2 .box {
    width: 80%;
    margin: 0 auto;
}
  .header-text a.t-btn {
    height: 34px;
    font-size: 11px;
  }

  header .logo {
    text-align: center;
    margin: 0 0 5px;
  }

  header .header-text {
    column-gap: 20px;
    justify-content: center;
    margin: 20px 0 0;
  }

  .banner-sec ul {
    column-gap: 20px;
  }

  .banner-sec ul li {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .banner-sec ul li:after {
    width: 5px;
    height: 5px;
    right: -13px;
    top: 6px;
  }

  .banner-sec .text h1 {
    font-size: 25px;
  }

  .banner-sec .img-box img {
    max-width: 80%;
    margin: 30px auto 0;
    display: table;
  }

  .banner-sec {
    min-height: 720px;
    padding-top: 80px;
    background-position: center center;
    padding-bottom: 20px;
  }

  .text p {
    font-size: 13px;
  }

  .home-sec-1 {
    height: 430px;
    margin: -79px 0 0;
  }

  .home-sec-2 {
    padding: 80px 0 50px;
  }

  .agency-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-sec-2 .box {
    padding: 40px 0;
  }

  .home-sec-2 .box h5 {
    font-size: 16px;
  }

  .home-sec-2 .box img {
    width: 50px;
    height: 50px;
  }

  .home-sec-3 .images-slider img {
    width: 137px;
    height: 107px;
    margin: 9px auto 0;
    padding-left: 3px;
  }

  .home-sec-3 .img-box {
    height: 190px;
    transform: scale(1.4);
    width: 280px;
    margin: 0 auto !important;
  }

  .home-sec-6 {
    padding: 120px 0 90px;
    background-position: center center;
  }

  .clients-slid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-sec-6 {
    padding: 80px 0 50px;
    background-position: center center;
  }

  .home-sec-7 {
    padding: 40px 0;
  }

  .footer-logo img {
    max-width: 110px;
  }

  .text h2 {
    font-size: 23px;
  }

  .home-sec-2 .text p {
    font-size: 13px;
    max-width: 100%;
    margin: 10px auto 30px;
  }

  .home-sec-3 .slick-dots {
    bottom: -18%;
    transform: scale(.8);
  }

  .home-sec-5 .logos ul li img {
    max-width: 130px;
  }

  .home-sec-7 .map iframe {
    min-height: auto;
  }

  .home-sec-7 .inp-sty form textarea {
    min-height: 120px !important;
  }

  .home-sec-7 .inp-sty form input,
  .inp-sty form textarea {
    font-size: 12px;
  }

  .home-sec-4 {
    padding: 49px 0 80px;
  }

  footer .footer-text input {
    margin-top: 10px;
    width: 90%;
    font-size: 13px;
  }

  footer button.t-btn {
    width: 90%;
  }

  header .header-text li a {
    font-size: 11px;
  }

  header .header-text li a span {
    font-size: 12px;
  }

  header .header-text ul li {
    column-gap: 6px;
  }

  .header-text li img {
    width: 35px;
  }

  .home-sec-6 .box-slid p {
    font-size: 13px;
  }

  footer {
    padding: 30px 0 15px;
  }
  .home-sec-3 {
    padding: 80px 0 70px;
}
button.slick-arrow.next-arrow {
  left: auto;
  right: 10px !important;
}
.home-sec-2 button.slick-arrow {
  left: 10px;
}
.home-sec-6 .box-slid {
  width: 80%;
  margin: 0 auto;
}
.home-sec-6 button.slick-arrow {
  left: 10px;
}
.home-sec-6 .box-slid {
  padding: 20px 10px 20px 10px;
}
.home-sec-6 .box-slid p {
  font-size: 12px;
}
.home-sec-6 .box-slid h5 {
  font-size: 15px;
}
}

@media only screen and (max-width: 360px) {

  .banner-sec {
    min-height: 560px;
    padding-top: 80px;
    background-position: center center;
    padding-bottom: 20px;
  }

}

/* button-css */
#button {
  display: inline-block;
  background-color: #f64c70;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal; 
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0cbba8;
}
#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;
}
