* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #004fbe;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: black;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea: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;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Roboto', sans-serif;
}


.no-pad {
  padding: 0;
}


.text h6{
  font-size: 24px;
}
header .header-call .text h6 {
  color: #004fbe;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
header .header-call .text p{
  color: black;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

header .header-call a {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
header .header-box .header-btn {
  background-color: #004fbe;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  padding: 16px 35px;
  border-radius: 50px;
  display: inline-flex;
  transition: .3s;
}
header .header-box .header-btn:hover{
  background-color: black;
  color: white;
}
header .header-box {
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
}
header {
  padding: 20px 0;
  border-top: 5px solid #004fbe;
}


.home-sec-01 {
  min-height: 650px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text h1 {
  color: black;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 15px;
}
.text h1 span{
  color: #004fbe;
  font-weight: 800;
}
.text p{
  font-size: 18px;
  color: black;
}
.home-sec-01 ul {
  margin: 20px 0;
}
.home-sec-01 ul li {
      font-size: 20px;
  color: black;
  padding-bottom: 4px;
}
.home-sec-01 ul li img {
  margin-right: 10px;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0rem;
}
.t-btn {
  background-color: #004fbe;
  color: white;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px !important;
  display: inline-flex;
  transition: .3s;
}
.t-btn:hover{
  background-color: black;
  color: white;
}
.t-btn.t-btn-w{
  background-color: white;
  color: #004fbe;
  margin-left: 20px;
  transition: .3s;

}
.t-btn.t-btn-w:hover{
  background-color: #004fbe;
  color: white;
}


.form-box {
     background-color: white;
  border-radius: 20px;
  border-top: 5px solid #004fbe;
  padding: 30px 40px 20px 40px;
  position: relative;
  z-index: 9999;
  margin-top: 0px;
  margin-bottom: -100px;
  /* overflow: hidden; */
}

.form-box form textarea {
  height: 150px;
}
.form-box h2{
  text-align: center;
}
.form-box p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 10px;
}
.text h2{
font-size: 35px;
font-weight: 700;
}
.form-box form input {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: 1px solid #cecece;
  height: 42px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-style: italic;
}
.form-box form textarea {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: 1px solid #cecece;
  height: 140px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-style: italic;
  padding-top: 10px;
}
.form-box form button {
  background-color: #004fbe;
  color: white;
  border-radius: 50px;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: .3s;
  font-size: 14px;
}
.form-box form button:hover{
  background-color: black;
  color: white;
}
.form-box::after {
  content: "";
  background-image: url(../images/form-shadow.png);
  width: 548px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
.home-sec-01 .text.hero-text {
  padding-top: 60px;
}
.home-sec-01 .hero-btns{
  position: relative;
}
p.header-call-btn b {
  text-transform: uppercase;
  margin-right: 5px;
}
.header-call-btn a {
  color: black !important;
}
.header-call-btn {
  display: none;
}
.home-sec-01 .hero-btns::after {
  content: "";
  background-image: url(../images/hero-arrow.png);
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: -50px;
}


.home-sec-01 .hero-drop-down .icons ul li a i {
  color: #004fbe8f;
  border-radius: 100%;
  border: 1px solid #004fbe00;
  font-size: 18px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-sec-01 .hero-drop-down .icons ul li a i:hover{
  color: #004fbe;
  border-color: #004fbe;
}

.home-sec-01 .hero-drop-down {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    left: 4%;
}
.hero-drop-down ul {
  margin-bottom: 10px;
}
.home-sec-02 {
  background-color: #f3f9f7;
  padding: 120px 0;
}

.home-sec-02 img.star-image {
  margin: 15px 0;
}
.home-sec-02 .text p b {
  color: #3a3c3b;
}

.home-sec-02 .google-btn {
  background-color: #427fed;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-flex;
  margin-top: 25px;
  border-radius: 50px;
  /* padding: 15px 30px; */
  align-items: center;
  column-gap: 15px;
  justify-content: center;
  width: 215px;
  height: 72px;
  transition: .3s;
}
.home-sec-02 .google-btn:hover{
  background-color: #004fbe;
}
.home-sec-02 .google-btn:hover i{
  color: #004fbe;
}
.home-sec-02 .google-btn i {
  width: 50px;
  height: 50px;
  background-color: white;
  color: #427fed;
  font-size: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sec-02 .testi-box .text h6{
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.home-sec-02 .testi-box .text p{
  font-size: 16px;
  font-weight: 400;
}
.home-sec-02 .testi-box .img-box {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.home-sec-02 .testi-box .starts {
  margin: 20px 0;
}

.home-sec-02 .testi-box .text-content p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.568);
  line-height: 1.8em;
}

.home-sec-02 .testi-box {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #0000002e;
  padding: 20px 20px;
  margin-right: 20px;
  height: 300px;
}

.home-sec-02 .slick-dots {
  z-index: 9;
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0px;
  bottom: -50px;
  z-index: 999 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.home-sec-02 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #427eed65;
  width: 12px;
  border-radius: 50%;
  height: 12px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333333 !important;
  opacity: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-sec-02 li.slick-active button:before {
  color: #004fbe !important;
  opacity: 100% !important;
  background-color: #004fbe !important;
  box-shadow: 0px 0px 5px 6px #0000002e;
  outline: 3px solid white;
}
.home-sec-02 .text.text-content {
  height: 120px;
  overflow-x: auto;
}

.home-sec-02 .text.text-content::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
.home-sec-02 .text.text-content::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 10px;
  height: 45px !important;
}
.home-sec-02 .text.text-content::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
  height: 45px !important;
}
.home-sec-02 .text.text-content::-webkit-scrollbar-thumb:hover {
  background: black;
}
.home-sec-03 {
  padding: 200px 0 100px;
}
.home-sec-03 .text h2{
  margin-bottom: 30px;
}
.home-sec-03 .img-box {
  position: relative;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.home-sec-03 .img-box .text {
  position: absolute;
  bottom: 20px;
  z-index: 999;
}
.home-sec-03 .img-box .text {
  color: white;
  padding: 0px 30px 10px 20px;
}
input.t-btnn {
  background-color: #004fbe !important;
  color: white !important;
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: 600;
  border-radius: 50px !important;
  cursor: pointer;
}
input.t-btnn:hover {
  background-color: #000000 !important;
  color: white !important;
}
.home-sec-03 .img-box .text p{
  color: white;
  font-size: 16px;
  margin: 15px 0;
}
.home-sec-03 .img-box .text .t-btn.t-btn-w {
  margin-left: 0;
}
.home-sec-03 .img-box .text .t-btn.t-btn-w:hover{
  background-color: black;
}
.home-sec-03 .img-box .text .hide-box {
  display: none;
  transition: .3s;
}
.home-sec-03 .img-box:hover .text .hide-box {
  display: block;
}
.home-sec-03 .img-box img {
  width: 100%;
  border-radius: 10px;
}
.home-sec-03 .img-box::after {
  content: "";
  background-image: url(../images/home-sec-2-hover.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: .3s;
  border-radius: 10px;
}
.home-sec-03 .img-box:hover::after{
  opacity: 100%;
}
.home-sec-03 .row.services-row {
  row-gap: 50px;
}
.home-sec-03 .text.bottom-sec {
  margin-top: 50px;
  position: relative;
}
.home-sec-03 .text.bottom-sec a::after {
  content: "";
  background-image: url(../images/section-2-arrow.png);
  width: 42px;
  height: 73px;
  position: absolute;
  right: -350px;
  left: 0;
  margin: auto;
  top: 25px;
}
.home-sec-03 .text.bottom-sec img {
  display: block;
  margin: auto;
  margin-bottom: 50px;
  width: 25%;
}
.home-sec-03 .text.bottom-sec a.t-btn {
  padding: 15px 50px;
}
.home-sec-03 .text h3{
  margin-bottom: 50px;
}
.text h3 {
  font-size: 35px;
  font-weight: 700;
}
.home-sec-04{
  padding: 100px 0;
  background-color: #f3f9f7;
}
.home-sec-04 .text p {
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 15px;
}
.home-sec-04 .img-box {
  background-color: white;
  border: 1px solid #b3b4b3;
  border-radius: 10px;
  text-align: center;
  padding: 0px 15px;
  margin-top: 50px;
  height: 260px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 50px;
}
.home-sec-04 .img-box p {
  font-size: 18px;
}
.home-sec-04 .img-box:hover{
  border: 1px solid #004fbe;
}
.home-sec-04 .img-box:hover .img::after{
  background-color: #dceee9;
}
.home-sec-04 .img-box:hover .img img{
  filter: none !important;
}

.home-sec-04 .img-box .img{
  position: relative;
  margin-bottom: 20px;
}
.home-sec-04 .img-box .img::after {
  content: "";
  background-color: #f4f4f4;
  width: 93px;
  height: 93px;
  position: absolute;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}
.home-sec-04 .img-box .img img {
  filter: grayscale(100%);
  z-index: 999;
  position: relative;
}

/* .home-sec-05 {
      padding-top: 40px;
  padding-bottom: 30px;
} */

.home-sec-05 img.person-img-mobile{
  display: none;
}
.home-sec-05 .row {
  display: flex;
  align-items: center;
}
.home-sec-05 .text {
  width: 600px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.home-sec-05 .text p{
  font-size: 16px;
  margin-bottom: 15px;
  opacity: 80%;
}
.home-sec-06{
  background-color: #f3f9f7;
}
.home-sec-06{
  padding: 100px 0;
}
.home-sec-06 .form-box {
  margin: 0 !important;
  width: 960px;
  display: block;
  margin: auto !important;
}

.home-sec-06 .form-box::after {
  content: "";
  background-image: url(../images/big-form-bottom-bg.png);
  width: 930px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
}

.home-sec-06 .form-box p {

  margin: 15px 0px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
footer {
  background-color: #333232;
  padding-top: 100px;
}
footer .text p {
  color: white;
  font-size: 14px;
  margin-top: 30px;
  margin-right: 25px;
  line-height: 1.7em;
}
footer .text h4 {
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
  margin-top: 15px;
}
footer .text ul li a{
  font-size: 18px;
  transition: .3s;
  color: white;
}
footer .text ul li a:hover{
  color: #004fbe;
}
footer .text.footer-center-text {
  padding-left: 120px;
}
footer .text ul li {
  padding-bottom: 15px;
}
footer hr {
  border: 0;
  border-top: 1px solid #004fbe;
  margin-top: 70px;
}
footer .copyright p{
      font-size: 18px;
      color: white;
}
footer .copyright p a{
  color: white;
  transition: .3s;
}
footer .copyright p a:hover{
  color: #004fbe;
}
footer .copyright {
  padding-bottom: 10px;
}







/* font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif; */


.header-logo a img {
  max-width: 300px;
  object-fit: contain !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn {
  background-color: #004fbe;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn:hover{
  background-color: black;
}


.pkg-sec {
  padding: 0px 0 120px;
}


.pkg-sec .box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.115);
  border-radius: 10px;
  color: #212124;
  /* transition: 0.1s; */
}
.pkg-sec .box .head {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  padding-bottom: 10px;
  /* transition: .1s; */
}

.pkg-sec .box:hover .head {
  background: none;
}
.pkg-sec .box:hover {
  color: #fff;
  background: #004fbe;
  /* background: linear-gradient( 180deg, rgba(189, 3, 136, 1) 0%, rgba(63, 10, 127, 1) 100% ); */
}
.pkg-sec .box:hover,
.pkg-sec .box:hover .head p {
  color: white;
}
.pkg-sec .box .head h2 {
  font-size: 54px;
}
.pkg-sec .box .head p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  color: #858585;
}
.pkg-sec .box .head p.pri {
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
}
.pkg-sec .box .text ul {
  margin: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}
.pkg-sec .box .text ul::-webkit-scrollbar {
  width: 5px;
}
.pkg-sec .box .text ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.pkg-sec .box .text ul::-webkit-scrollbar-thumb {
  background: rgb(63, 63, 63);
  border-radius: 50px;
}
.pkg-sec .box .text ul::-webkit-scrollbar-thumb:hover {
  background: rgb(112, 112, 112);
}
.pkg-sec .box .text ul li {
  position: relative;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 15px;
}
.pkg-sec .box .text {
  padding: 30px 15px 10px 20px;
  height: 280px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 0;
  margin-right: 20px;
  margin-top: 15px;
  /* transition: .3s; */
  padding-bottom: 0px;
}
/* width */
.pkg-sec .box .text::-webkit-scrollbar {
  width: 5px;

}

/* Track */
.pkg-sec .box .text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;

}
 
/* Handle */
.pkg-sec .box .text::-webkit-scrollbar-thumb {
  background: #414042; 
  border-radius: 10px;
}

/* Handle on hover */
.pkg-sec .box .text::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}
.pkg-sec .box .text ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/check.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  display: none;
}
.pkg-sec .box .call {
  border-top: 1px solid #8080803d;
  display: flex;
  padding: 20px;
  column-gap: 20px;
  justify-content: space-around;
}
.pkg-sec .box .call a {
  color: #464649;
  font-size: 14px;
  font-weight: 600;
  /* transition: 0.5s; */
}
.pkg-sec .box:hover .call a {
  color: #fff;
}
.pkg-sec {
  padding: 0px 0 120px;
}
.pkg-sec .box:hover .t-btn {
  background: #000000;
}
.pkg-sec .text h2 {
  font-size: 48px;
  color: #212124;
  font-weight: 800;
  margin: 0 0px 40px;
}

.pkg-sec .box .t-btn:hover {
  background-color: #fff;
  color: #000;
}
.pkg-sec .tabbings ul.nav.nav-tabs,
.home-sec-03   ul.nav.nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  column-gap: 16px;
  row-gap: 10px;
}
.pkg-sec .tabbings ul.nav.nav-tabs .active,
.home-sec-03 ul.nav.nav-tabs .active  {
  background: black;
  color: #ffffff;
  /* border: 1px solid black; */
}
.pkg-sec .t-btn:hover,
.home-sec-03 .t-btn:hover  {
  background: black;
  color: #ffffff;
  /* border: 1px solid black; */
}
.pkg-sec .box .t-btn {
  background: #000000;
  margin-top: 10px;
  margin-bottom: 15px;
}
.pkg-sec .box .t-btn:hover{
  border: none !important;
}
.home-sec-05 {
  overflow-x: hidden;
}
@media only screen and (max-width: 1500px) {


.home-sec-01 .text.hero-text {
  padding-top: 125px;
  padding-left: 60px;
}
.home-sec-01 .text h1 {
  font-size: 45px;
  margin-bottom: 10px;
}
.home-sec-01 .text p {
font-size: 18px;

}
.home-sec-01 .hero-drop-down {

left: 2%;
}
.home-sec-05 .text {

padding-bottom: 20px;
}
footer .logo {
padding-left: 20px;
}
footer .text p {

padding-left: 20px;

}
.home-sec-01 .hero-btns::after {
  width: 80px;
}

.home-sec-05 .row {
display: flex;
/*align-items: flex-end;*/
}
.home-sec-01 {
  min-height: 700px;
}
.main-banner .slick-slide img {
  height: 820px;
}
.text h2 {
  font-size: 30px;
}
.home-sec-01 .text p {
  font-size: 17px;
  margin-top: 0;
}
.home-sec-03 {
  padding: 150px 0 80px;
}
.home-sec-03 .text h3 {
  margin-bottom: 35px;
}
.text h3 {
  font-size: 35px;
  font-weight: 700;
}
.pkg-sec .text h2 {
  font-size: 35px;
  margin: 0 0px 35px;
}
.pkg-sec .box .head h2 {
  font-size: 45px;
}
sub, sup {
  font-size: 30px !important;
}
.pkg-sec .box .head p {
    font-size: 18px;
}
.t-btn {
  font-size: 16px;
  padding: 10px 25px;
}
.home-sec-05 .text {
  padding-bottom: 20px;
  padding: 20px 0px 20px 0px;
}
}
@media only screen and (max-width: 1199px) {

  header .header-box .header-btn {

    font-size: 16px;
  }
  .form-box::after {
   
    width: 450px;
  
}
.home-sec-01 .text h1 {
  font-size: 42px;
  margin-bottom: 5px;
}
.home-sec-01 .text p {
font-size: 16px;
}
.form-box {

margin-bottom: -50px;

}.home-sec-01 {
min-height: 700px;

}
.home-sec-01 .text.hero-text {
padding-top: 160px;
padding-left: 50px;
}

.home-sec-01 .hero-btns::after {
width: 90px;
}
.home-sec-02 .text p {
font-size: 18px;

}
.home-sec-02 .testi-box .text h6 {
font-size: 20px;
font-weight: 700;

}
.home-sec-04 {
padding: 80px 0;
}
.home-sec-02 .google-btn {
width: 205px;
height: 70px;
}
.home-sec-05 .text h3 {
font-size: 36px;
font-weight: 700;
}
.home-sec-05 .text h2 {
font-size: 30px;
font-weight: 700;
}
.home-sec-05 .text p {
font-size: 16px;
margin-bottom: 10px;
margin-top: 10px;
}
.home-sec-05 .text {
width: 450px;
}
.home-sec-03 .text h6 {
font-size: 20px;
}

.home-sec-03 .text.bottom-sec img {
margin-bottom: 30px;
width: 25%;
}
.home-sec-03 .text h3 {
margin-bottom: 35px;
font-size: 34px;
font-weight: 600;
}

.t-btn {

font-size: 16px;

}
.home-sec-03 {
padding: 80px 0;
}
.home-sec-04 .img-box p {
font-size: 15px;
}
.home-sec-04 .text h3 {
font-size: 36px;
font-weight: 700;
}
.home-sec-04 .text p {
font-size: 15px;
line-height: 1.6em;
margin-top: 10px;
}
.home-sec-06 {
padding: 80px 0;
}
.home-sec-06 .form-box {

width: 800px;

}
.home-sec-06 .form-box::after {

width: 800px;

}
.home-sec-05 .text {
padding-bottom: 30px;
}
footer {

padding-top: 80px;
}
footer .text.footer-center-text {
padding-left: 80px;
}
footer .text h4 {
font-size: 24px;
margin-bottom: 22px;

}
footer .text ul li a {
font-size: 15px;

}
footer .copyright p {
font-size: 16px;

}
header .header-box .header-btn {
  font-size: 13px !important;
  padding: 12px 30px;
  display: inline-flex;
  align-items: center;
}
.home-sec-01 .text h1 {
  font-size: 35px;
  margin-bottom: 5px;
}
.home-sec-01 .text.hero-text {
  padding-top: 100px;
  padding-left: 0px;
}
.home-sec-01 ul li {
  font-size: 16px;
  padding-bottom: 3px;
}
.home-sec-01 .text p {
  font-size: 14px;
}
.home-sec-01 {
  min-height: 750px;
}
.home-sec-01 .hero-btns::after {
  width: 75px;
}
.t-btn {
  font-size: 15px;
}
.home-sec-03 .text h3 {
  margin-bottom: 25px;
  font-size: 30px;
}
.home-sec-03 {
  padding: 60px 0;
}
.pkg-sec .text h2 {
  font-size: 30px;
  margin: 0 0px 25px;
}
.pkg-sec .box .head h2 {
  font-size: 40px;
}
sub, sup {
  font-size: 25px !important;
}
.home-sec-04 .text h3 {
  font-size: 30px;
}
}
@media only screen and (max-width: 991px) {


.home-sec-06 .form-box {
  width: 700px;
}
.home-sec-01 {
min-height: 1200px;
}
.home-sec-01 .text.hero-text {
padding-top: 0px;
padding-left: 30px;
}
.home-sec-01 .hero-drop-down {
display: none;
}
.home-sec-01 .hero-btns::after {
display: none;
}
.home-sec-01 .form-box {
margin-bottom: -120px;
}
header .header-logo {
text-align: center;
}
header .header-box {
display: flex;
justify-content: center;
margin-top: 30px;
}
header .header-box .header-btn {
font-size: 14px;
}
.home-sec-01 .text h2 {
font-size: 30px;
font-weight: 700;
}
.home-sec-01 .text h1 {
font-size: 38px;
margin-bottom: 10px;
}
.home-sec-01 .text br {
display: none;
}
.home-sec-03 {
padding: 50px 0;
}
.home-sec-03 .text h3 {
margin-bottom: 25px;
font-size: 28px;
font-weight: 600;
}
.home-sec-03 .text.bottom-sec {
margin-top: 30px;
}

.home-sec-03 .text.bottom-sec img {
margin-bottom: 20px;

}

.home-sec-03 .text.bottom-sec a::after {
display: none;
}

.home-sec-03 .text.bottom-sec a.t-btn {
padding: 12px 35px;
}
.home-sec-03 .img-box {

width: 100%;
}
.home-sec-04 .text h3 {
font-size: 28px;

}
.home-sec-04 .text p {
font-size: 14px;
}
.home-sec-04 .text br {
display: none;
}
.home-sec-05 .text h3 {
font-size: 32px;
padding-top: 20px;
}
.home-sec-02 {
  padding: 90px 0;
}

.home-sec-02 .text.text-1 {
text-align: center;
margin-bottom: 30px;
}
.home-sec-02 .text h2 {
font-size: 28px;
font-weight: 700;
}
.home-sec-02 img.star-image {
margin: 10px 0;
max-width: 40%;
}
.home-sec-02 .text p {
font-size: 16px;
}
.home-sec-02 .google-btn {

font-size: 15px;
margin-top: 10px;
column-gap: 10px; 
}
.home-sec-06 .form-box::after {
width: 700px;
}
.home-sec-05 .text {
width: 100%;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.home-sec-05 .t-btn {
font-size: 14px;
}
.home-sec-06 {
padding: 50px 0;
}
.home-sec-06 .text h2 {
font-size: 28px;
}
footer .text.footer-center-text {
padding-left: 20px;

}
footer .text p {
padding-left: 20px;
padding-bottom: 10px;
margin-top: 20px;
}
footer {
padding-top: 50px;
}
footer .copyright p {
font-size: 14px;
}
footer .text h4 {
font-size: 20px;
margin-bottom: 18px;
}
footer .text ul li a {
font-size: 14px;
}

.home-sec-05 .row {
display: flex;
flex-direction: column-reverse;
flex-wrap: wrap;
}
footer .text.footer-center-text {
padding-left: 0px;
}
footer .logo {
padding-left: 0px;
}
footer .text p {
padding-left: 0px;
padding-bottom: 10px;
margin-top: 20px;
}
.home-sec-05 {
padding-top: 40px;
}
.home-sec-01 {
min-height: 1130px;
margin-top: 0px;
}
.form-box::after {
width: 550px;
bottom: -75px;
}
.home-sec-03 .img-box .text p {
  color: white;
  font-size: 11px;
  margin: 5px 0;
}
.home-sec-03 .img-box .text .t-btn.t-btn-w {
margin-left: 0;
padding: 10px 20px;
font-size: 14px;
}
.home-sec-03 .row.services-row {
row-gap: 25px;
}
.home-sec-04 .img-box {
background-color: white;
border: 1px solid #b3b4b3;
border-radius: 10px;
text-align: center;
padding: 0px 15px;
margin-top: 20px;
height: 220px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding-top: 0px;
justify-content: center;
}
.home-sec-05 .text h3 {
font-size: 28px;
padding-top: 10px;
}
.page-id-120 .home-sec-05 .text {
  text-align: left;
}
.page-id-120 .home-sec-05 .text {
  width: 100%;
  padding-left: 0px;
  padding-bottom: 40px;
  padding-right: 0;
}
.home-sec-01 .text.hero-text {
  padding-top: 0px;
  padding-left: 0px;
}
.home-sec-01 {
  min-height: 900px !important;
  margin-top: 0px;
}
.main-banner .slick-slide img {
  height: 1050px !important; 
  object-position: center center;
}

section.home-sec-03 {
  margin-top: 140px !important;
}
.home-sec-01 .text h1 {
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
}
.home-sec-01 .text p {
  font-size: 14px;
  text-align: center;
}
.home-sec-01 .hero-btns {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px !important;
}
.pkg-sec {
  padding: 0px 0 70px;
}
.pkg-sec .box {
  margin-top: 40px;
}
.pkg-sec .tabbings ul.nav.nav-tabs {
  margin-bottom: 0px;
  column-gap: 15px;
  row-gap: 10px;
}
.home-sec-04 {
  padding: 60px 0;
}
footer .logo a img {
  max-width: 250px;
  display: block;
  margin: auto;
}
footer hr {
  border: 0;
  border-top: 1px solid #004fbe;
  margin-top: 30px;
}
.header-logo a img {
  max-width: 200px;
}
header .header-box {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  align-items: center;
}
header .header-box .header-btn {
  font-size: 12px !important;
  padding: 5px 25px;
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.home-sec-01 .hero-btns .t-btn {
  font-size: 13px;
  padding: 12px 20px;
}
.home-sec-01 .text h2 {
  font-size: 28px;

}
.home-sec-03 .text h6 {
  font-size: 18px;
}
.pkg-sec .box .head h2 {
  font-size: 35px;
}
sub, sup {
  font-size: 20px !important;
}
footer .text ul li {
  padding-bottom: 5px;
}
}


@media only screen and (max-width: 767px) {


.home-sec-01 .text h1 {
  font-size: 30px;
  margin-bottom: 10px;
} 
.home-sec-01 ul li {
font-size: 20px;
  color: black;
  padding-bottom: 4px;
}
.home-sec-01 .hero-btns .t-btn {
font-size: 14px;
}

.home-sec-01 .form-box::after {
  width: 100%;
}
.home-sec-01 .text h2 {
font-size: 24px;
font-weight: 600;
}

.home-sec-01 .text p {
font-size: 13px;
}
.home-sec-02 .google-btn {
width: 193px;
height: 60px;
}
.home-sec-02 .google-btn i {
width: 40px;
height: 40px;
font-size: 28px;

}
.home-sec-02 .text h2 {
font-size: 24px;
font-weight: 600;
}
.home-sec-02 .google-btn {
font-size: 13px;
margin-top: 10px;
column-gap: 10px;
}

.home-sec-02 .testi-box .text h6 {
  font-size: 13px;
  font-weight: 600;
}
.home-sec-02 .testi-box .text-content p {
font-size: 14px;
}
.home-sec-02 .testi-box .text p {
font-size: 14px;

}
.home-sec-02 .text p {
font-size: 14px;
}

.home-sec-03 .text h3 {
  margin-bottom: 15px;
  font-size: 22px;
 
}

.home-sec-03 .text.bottom-sec img {
  margin-bottom: 10px;
}
.home-sec-03 .t-btn {
  font-size: 14px;
  font-weight: 400;
}
.home-sec-04 {
  padding: 50px 0;
}

.home-sec-04 .text p {
  font-size: 13px;
}
.home-sec-04 .text h3 {
  font-size: 22px;
}


.home-sec-05 .t-btn {
  font-size: 12px;
}
.home-sec-05 .text p {
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: 5px;
}
.home-sec-06 .form-box p {
  font-size: 12px;
}

.home-sec-05 .text h3 {
  font-size: 26px;
  padding-top: 20px;
}
.home-sec-06 .text h2 {
  font-size: 24px;
}
.home-sec-06 .form-box {
  width: 100%;
}

.home-sec-06 .form-box::after {
  width: 100%;
}

footer .text.footer-center-text {
  padding-left: 0px;
}

footer .text p {

  font-size: 13px;
 
}
footer .text h4 {
font-size: 18px;
margin-bottom: 10px;
}
footer .text ul li {
padding-bottom: 10px;
}

footer .text ul li a {
font-size: 13px;
}

footer .text p {
  padding-left: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
}
footer .logo {
  padding-left: 0px;
}

.home-sec-01 {
min-height: 1050px;
margin-top: 0px;
}
.home-sec-02 .testi-box {
margin-right: 0px;
}
.home-sec-03 .img-box {
width: 100%;
height: 300px !important;
min-height: 300px !important;
}
.home-sec-03 .img-box img {
width: 100%;
border-radius: 10px;
height: 300px;
object-fit: cover;
object-position: top;
}
footer{
text-align: left;
}
footer hr {

margin-top: 35px;
}
.home-sec-01 {
  min-height: 1000px !important;
  margin-top: 0px;
}
.home-sec-01 .text h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.home-sec-01 .hero-btns .t-btn {
  font-size: 13px !important;
  padding: 12px 20px !important;
}
.form-box form textarea {
  height: 100px;
}
.main-banner .slick-slide img {
  height: 1130px !important;
  object-position: center center;
}
section.home-sec-03 {
  margin-top: 120px !important;
}
.pkg-sec .tabbings ul.nav.nav-tabs, .home-sec-03 ul.nav.nav-tabs  {
  font-size: 14px !important;
}
.t-btn {
  font-size: 14px;
}
}


@media only screen and (max-width: 575px) {
  .container{
    max-width: 350px !important;
  }
  .header-call-btn {
  display: block;
}

/* New Css */

.header-box {
display: none !important;
}

header {
padding: 30px 0;

}
.home-sec-01 .text h1 {
font-size: 36px;
margin-bottom: 24px;
padding-top: 0px;
    line-height: 1.3;
}

.home-sec-01 .text.hero-text {

padding-left: 0px;
}
.home-sec-01 .text p {
font-size: 12px;
}
.home-sec-01 ul li {
  font-size: 15px;
  padding-bottom: 14px;
  margin-left: -10px;
  margin-right: -13px;
  /*transform: scale(1.05);*/
}
.home-sec-01 .hero-btns .t-btn {
font-size: 12px;
}
.t-btn.t-btn-w {

margin-left: 10px;

}
.form-box {

margin-top: 35px;

}

.home-sec-01 .text h2 {
font-size: 24px;

}
.home-sec-01 .text p {
    font-size: 13px;
  line-height: 2;
      margin-bottom: 30px;
}
.home-sec-01 .form-box .text p {
font-size: 12px;
margin: 10px 0px;
    line-height: 2.3;
}
.form-box form input {
font-size: 9px;
}
.form-box form textarea {
font-size: 9px;
}
.form-box {
padding: 25px 30px 20px 30px;
}
.home-sec-01 {
min-height: 780px;
}
.home-sec-02 {
padding: 100px 0;
}
.home-sec-02 .text p {
font-size: 12px;
}
.home-sec-02 .text h2 {
font-size: 25px;
}

.home-sec-02 .google-btn {
font-size: 12px;

}
.home-sec-02 .google-btn i {

font-size: 21px;
}
.home-sec-02 .google-btn i {
width: 30px;
height: 30px;
font-size: 20px;
margin-right: -10px;
}
.home-sec-02 .google-btn {
width: 150px;
height: 40px;
}
.home-sec-02 .testi-box .text h6 {
font-size: 16px;
}
.home-sec-02 .testi-box .text p {
font-size: 10px;
}
.home-sec-02 .testi-box {
margin-right: 0px;
}
.home-sec-02 .text.text-content {
height: 70px;
overflow-x: auto;
}
.home-sec-03 .text h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.home-sec-03 .text h6 {
font-size: 16px;
letter-spacing: -0.3px;
}


.home-sec-03 .img-box .text p {

font-size: 10px;
margin: 10px 0;
}
.home-sec-03 .t-btn {
font-size: 12px;
padding: 11px 22px;
}
.home-sec-03 .text.bottom-sec img {
margin-bottom: 30px;
width: 50%;
}
.home-sec-03 .text.bottom-sec {
margin-top: 20px;
}
.home-sec-04 .text h3 {
font-size: 25px;
}
.home-sec-04 .text p {
font-size: 12px;
margin-top: 15px;
}
.home-sec-04 .img-box {
margin-top: 20px;
height: 250px;
}
.home-sec-04 .img-box p {
font-size: 16px;
}
.home-sec-04 {
padding: 40px 0;
}
.home-sec-05 .row {
display: flex;
align-items: center;
flex-wrap: nowrap;
flex-direction: column-reverse;
}
.home-sec-05 {
padding-top: 40px;
}
.home-sec-05 .text p {
font-size: 12px;
margin-bottom: 15px;
margin-top: 10px;
}
.home-sec-05 .t-btn {
font-size: 12px;
font-weight: 500;
}
.form-box form input {
height: 35px;
margin-bottom: 10px;
padding-left: 15px;

}
.form-box form textarea {

height: 110px;
margin-bottom: 5px;
padding-left: 15px;
padding-top: 10px;
}
.form-box form button {
font-size: 10px;
}
footer .text p {
font-size: 10px;
margin-top: 10px;
margin-right: 0px;
padding-bottom: 30px;
line-height: 2.4em;
}
footer .text ul li a {
font-size: 10px;
}
footer .text h4 {
font-size: 20px;
margin-bottom: 10px;
}
footer hr {
margin-top: 30px;
}
footer .text ul li {
padding-bottom: 5px;
}
footer .copyright p {
font-size: 12px;
}

header {
  padding: 20px 0 24px;
  border: 0;
}
.header-logo a img {
max-width: 70%;
}
.home-sec-01 ul {
margin: 15px 0;
}
.home-sec-01 .form-box {
margin-bottom: -40px;
padding: 25px 22px;
}
.form-box form input {
height: 46px;
margin-bottom: 10px;
padding-left: 15px;
}
.form-box form textarea {
height: 125px;
margin-bottom: 5px;
padding-left: 15px;
padding-top: 10px;
}
.home-sec-02 {
padding: 55px 0 80px;
}
.home-sec-02 .testi-box .text p {
font-size: 10px;
padding-right: 40px;
color: black;
opacity: 90%;
}
.home-sec-02 .testi-box {
margin-right: 0px;
padding: 20px 20px 30px 20px;
}
.home-sec-02 .text.text-content {
height: 55px;
overflow-x: auto;
}
.home-sec-03 .img-box .text .t-btn.t-btn-w {
margin-left: 0;
padding: 10px 20px;
font-size: 12px;
}
.home-sec-03 .img-box .text {
color: white;
padding: 0px 10px 10px 10px;

}
.home-sec-03 .img-box .text {
  bottom: 10px;
}
.home-sec-06 .form-box p {
font-size: 9px;
}
.home-sec-06 .form-box p {
font-size: 12px;
  margin-top: 7px;
  line-height: 2.3;
}
.home-sec-05 img{
display: none;

}
.home-sec-05 img.person-img-mobile {
display: block !important;
margin-top: -60px;
}
.home-sec-04 .img-box {
margin-top: 20px;
height: 260px;
margin: 10px 25px;
}
.home-sec-04 .text p {
margin-bottom: 15px;
}
.home-sec-03 .text.bottom-sec a::after {
display: block !important;
width: 25px;
background-repeat: no-repeat;
left: -140px;
height: 40px;
background-size: contain;
top: 20px;
}
.home-sec-03 .img-box .text {
bottom: 10px;
padding: 0px 5px 10px 10px;
}
.home-sec-03 .row.services-row {
row-gap: 15px;
}
.home-sec-06 .form-box {
width: 100%;
padding: 20px 24px;
}
.home-sec-02 .testi-box {
  height: 240px;
}
.slick-slide img {
  max-width: 40%;
}
.home-sec-05 .text {
  width: 86%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin: auto;
}
.home-sec-05 img.person-img-mobile {
  display: block !important;
  margin-top: 0px;
}
.home-sec-05 .container-fluid.p-0 .col-md-12 {
  padding: 0 !important;
}
.home-sec-05 {
  padding-top: 40px;
      padding-bottom: 0!important;
  width: 100% !important;
  overflow-x: hidden;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn {
  background-color: #004fbe;
  color: white;
  border-radius: 50px;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: .3s;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-sec-01 .hero-btns .t-btn {
  font-size: 14px;
  padding: 10px 15px;
}
li.font_8.wixui-rich-text__text {
  font-size: 12px;
}
.home-sec-02 {
      padding: 120px 0 80px;
}
.home-sec-01 .form-box {
  margin-bottom: -70px;
  padding: 25px 22px;
}
.home-sec-01 {
  min-height: auto;
      padding-top: 50px;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 100px !important;
}
.rc-anchor-normal .rc-anchor-content {
  height: 70px !important;
  width: 160px !important;
}
.rc-anchor-normal .rc-anchor-pt {
  margin: 2px 11px 0 0 !important;
  padding-right: 2px !important ;
  position: absolute !important;
  right: 45px !important;
  text-align: right !important;
  width: 100px !important;
}
.rc-anchor-normal {
  height: 74px !important;
  width: 255px !important;
}
.rc-anchor-logo-portrait {
  margin: 10px 0 0 -20px !IMPORTANT;
  width: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.rc-anchor-normal {
  height: 70px;
  width: 250px !important;
}

span.wpcf7-form-control-wrap.recaptcha iframe{
  margin-left: -30px!important;
}

.home-sec-01 .hero-btns {

  margin-top: 30px;
  margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn{
  height: 52px;
}
.header-call-btn {
  display: block;
  margin-top: 10px;
  font-size: 13px !important;
}
.home-sec-01 .text h1 {
  font-size: 25px;
  margin-bottom: 5px;
  padding-top: 0px;
  line-height: 1em;
}
.home-sec-01 .text p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.home-sec-01 ul li {
  font-size: 12px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.home-sec-01 .hero-btns {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
}
.home-sec-01 .hero-btns .t-btn {
  font-size: 13px;
  padding: 10px 9px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
}
.home-sec-01 .form-box {
  margin-bottom: 0px;
  padding: 25px 22px;
  margin-top: 0px;
}
.home-sec-01 .text h2 {
  font-size: 18px;
}
.home-sec-01 .form-box .text p {
  font-size: 12px;
  margin: 5px 0px;
  line-height: 1.5em;
}
.form-box form input {
  height: 35px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-style: normal;
}
.form-box form textarea {
  height: 80px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-style: normal;
}
.main-banner .slick-slide img {
  height: 1100px !important;
  object-position: center center;
}
section.home-sec-03 {
  margin-top: 50px !important;
}
.home-sec-03 .text h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.home-sec-03 .t-btn {
  font-size: 11px;
  padding: 10px 20px;
}
.home-sec-03 ul.nav.nav-tabs {
  margin-bottom: 30px !important;
}
.pkg-sec .text h2 {
  font-size: 20px;
  margin: 0 0px 20px;
}
.pkg-sec ul.nav.nav-tabs {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0 !important;
}
.pkg-sec .box .text ul {
  margin: 0;
  padding-left: 10px;
  margin-bottom: 10px;
}
.pkg-sec .box .text {
  padding: 20px 5px 0px 30px;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 0;
  margin-right: 15px;
  margin-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.pkg-sec .box .head h2 {
  font-size: 30px;
}
sub, sup {
  font-size: 17px !important;
}
.pkg-sec .box .text ul li {
  font-size: 13px;
  margin-bottom: 8px;
}
.pkg-sec .box .t-btn {
  font-size: 12px;
  padding: 8px 20px;
}
.pkg-sec .box .call {
  border-top: 1px solid #8080803d;
  display: flex;
  padding: 13px;
  column-gap: 10px;
  justify-content: space-around;
}
.pkg-sec .box .call a {
  font-size: 13px;
}
.home-sec-04 .text h3 {
  font-size: 18px;
}
.home-sec-05 {
  padding-top: 0px;
}
.home-sec-06 .text h2 {
  font-size: 18px;
}
.home-sec-06 .form-box p {
  font-size: 12px;
  margin-top: 7px;
  line-height: 1.4em;
}


}

.main-banner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slick-dots {
  display: flex!important;
  bottom: 10px;
  z-index: 999999;
  left: 0;
  justify-content: center;
}

.slick-dots li button:before{
  background: #004fbe;
}
.main-banner .slick-slide img {
  width: 100%;
  object-fit: cover;
  height: 800px;
}



.main-banner{
  overflow: hidden;
}
.home-sec-05 .img-box img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}



.home-sec-01 h1 {
    margin-top: 40px;
}

@media only screen and (max-width: 1500px){
  .main-banner .slick-slide img {
    height: 800px;
  }

}


@media only screen and (max-width: 991px){
  .main-banner .slick-slide img{
    height: 1170px;
    object-fit: cover;
    max-width: 100%;
  }

  .home-sec-01 ul li{
    font-size: 12px;
    padding-bottom: 14px;
  }
  .home-sec-01 .hero-btns .t-btn {
    font-size: 13px;
    padding: 10px 9px;
}.home-sec-01 .hero-btns {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
}section.home-sec-03 {
  margin-top: 80px;
}
.main-banner .slick-slide img {
  height: 1240px;
  object-position: center center;

}

.slick-dots{
  bottom:0;
}

.home-sec-01 h1 {
    margin-top: 0;
}
}


