@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.logo {
  float: left;
  width: 30%;
}

.menu {
  float: right;
  width: 70%;
}

.logo img {
  width: 180px;
}

.header-bg-parent {
  display: flex;
  justify-content: space-between;
}

.header-col1 {
  margin-top: 10rem;
  margin-left: 3rem;
}

.common-h5 {
  color: #4d5ba4;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.common-h2 {
  color: #3b3663;
  font-size: 30px;
  line-height: 38px;
}

.faq-img-par {
  position: relative;
}

.faq-img-info {
  position: absolute;
  top: 110px;
  left: 170px;
  color: #fff;
}

.swiper-container {
  position: relative;
  left: 30%;
  width: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 7rem;
}
.swiper-container h1 {
  position: relative;
  font-size: 2rem;
  padding-bottom: 2rem;
  font-weight: 600;
  color: #4d5ba4;
  text-align: center;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100px;
}
.swiper-slide .overlay1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4196078431);
  z-index: 2;
  cursor: pointer;
}
.swiper-slide .overlay1 i {
  font-size: 50px;
}
.swiper-slide .overlay1 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  text-align: center;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px !important;
}
.swiper-slide .overlay1 .text a {
  text-decoration: none;
}
.swiper-slide .overlay1 .text a i {
  color: white;
  margin-left: 0.5rem;
}
.swiper-slide .overlay1 .text a p {
  font-size: 0.8rem;
  color: white;
}
.swiper-slide .overlay1 .text a:visited i {
  color: white;
}
.swiper-slide .overlay1 .text a:visited p {
  font-size: 1rem;
  color: white;
}
.swiper-slide img {
  height: 25rem;
  width: 100%;
}
.swiper-slide img:hover {
  cursor: zoom-in;
}

.call-to-action {
  position: relative;
  left: 40%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

.header-col1 {
  width: 50%;
}

.header-col1 h5 {
  color: #3b3663;
  font-size: 1.1rem;
  font-weight: 1000;
  letter-spacing: 1px;
}

.header-col1 h2 {
  color: #3b3663;
  font-size: 60px;
}

.header-col1 h2 {
  color: #3b3663;
  font-size: 3.5rem;
  line-height: 3rem;
  margin: 1.2rem 0rem 1rem;
}

.header-col1 h3 {
  color: #4d5ba4;
}

.header-col1 p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin: 20px 0px 0px;
}

button.common-btn {
  background: #4d5ba4;
  padding: 15px 30px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  margin: 20px 0px;
  transition: all 0.5s ease;
}
button.common-btn a {
  text-decoration: none;
  color: white;
}

section.header-bg-parent:after {
  content: "SEO";
  position: absolute;
  color: #fafbfc;
  top: 250px;
  left: -140px;
  font-size: 230px;
  transform: rotate(-90deg);
  font-weight: 800;
  letter-spacing: 5px;
  z-index: -1;
}

.hedaer-bg-par-img {
  position: absolute;
  bottom: -110px;
  left: 0px;
}

.why-choose-col {
  margin-left: 3rem;
  margin-top: 3rem;
  margin-bottom: 10rem;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.card {
  border-radius: 25px;
  background-color: #FFF;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #8b81ef, #6759e8);
  border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #6759e8;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

.teams {
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .header-col1 {
    width: 100%;
  }
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
  .form-par {
    padding: 30px 40px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
.cta-btn {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #4d5ba4;
}

.cta {
  background: #4d5ba4;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  margin-top: 1.5rem;
  color: #fff;
}
.cta .cta-btn-container a {
  text-decoration: none;
}

.why-choose-col {
  padding-top: 0px;
}

.why-choose-col p {
  color: #696687;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 13px 100px 0px 0px;
}

section#faq-par {
  margin-top: 60px;
}

.faq-que-col {
  margin-top: 80px;
  margin-left: -10px;
}

div#faq-accordion p {
  color: #696687;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.faq-img-par {
  position: relative;
}

.faq-img-info {
  position: absolute;
  top: 78px;
  left: 120px;
  color: #fff;
}

.faq-img-info a {
  color: #fff;
  text-decoration: none;
  padding-top: 20px;
  display: inline-block;
}

.faq-img-info h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.faq-img-info .fa-lightbulb {
  font-size: 45px;
  padding-bottom: 20px;
}

.faq-img-info p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}

.blog-col {
  float: left;
  width: 30%;
  margin-left: 1%;
  margin-top: 45px;
  overflow: hidden;
}
.blog-col img {
  max-width: 24rem;
  max-height: 30rem;
}

.blog-col span {
  color: #696687;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0px 6px 0px;
  display: inline-block;
}

.blog-col h3 {
  color: #696687;
  font-size: 19px;
  font-weight: 800;
}

.blog-col a {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
  background-color: #4d5ba4;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 38px;
}

.blog-col a {
  color: #ff881f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 25px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}

.blog-col a:after {
  content: "\f178";
  font-family: "FontAwesome";
  margin-left: -14px;
  padding-left: 12px;
  transition: all 0.5s ease;
  visibility: hidden;
}

.blog-col a:hover:after {
  visibility: visible;
  margin-left: 14px;
}

section#blog {
  margin: 80px 0px;
  margin-top: 5rem;
}

.blog-col img {
  border-radius: 5px;
  transition: all 0.5s ease-in;
}

.blog-col img:hover {
  transform: scale(1.1, 1.1);
}

.contact1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/homecontact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
}

.form-par {
  background: #4d5ba4;
  padding: 30px 40px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
}

.form-com {
  width: 100%;
  height: 40px;
  margin: 10px 0px;
  padding: 10px 10px;
}

.form-par h2 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}

input.submit-btn {
  color: #fff;
  border: none;
  background-image: linear-gradient(180deg, #059DDE 0%, #1A2E84 100%);
  padding: 14px 40px;
  margin: 20px auto 0px;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 30px;
}

.threeLineEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.twoLineEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

input.submit-btn:hover {
  background-image: linear-gradient(180deg, #1A2E84 0%, #059DDE 100%);
}

.footer__content {
  position: relative;
  top: 2rem;
}

.footer__logo {
  width: 30%;
}
.footer__logo img {
  width: 10rem;
}

.footer-col-1 .content__1 {
  display: flex;
  justify-content: flex-start;
}

.footer-col h3 {
  color: #3b3663;
  font-weight: 800;
  margin-bottom: 20px;
}

.footer-col .services ul {
  list-style-type: none;
}
.footer-col .h5 {
  font-size: 18px;
  font-weight: 500;
}

.footer-col p {
  color: #696687;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.footer-col i {
  color: #fff;
  background-color: #4d5ba4;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.social-icons-footer i:hover {
  transform: translateY(-10px);
}

.footer-col.footer-2-col ul li {
  color: #4d5ba4;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: -2rem;
}

.footer-col.footer-2-col ul li:hover {
  padding-left: 5px;
}

.footer-col.footer-2-col ul a:hover {
  padding-left: 5px;
}

.footer-col.footer-2-col ul {
  list-style: none;
}

.footer-col a {
  color: #696687;
  text-decoration: none;
  padding-left: 1px;
}

p.copyright-footer {
  text-align: center;
  padding: 20px 0px;
}

hr.footer-hr {
  margin: 60px 0px 20px;
}

.footer-col ul {
  margin-top: 1rem;
}
.footer-col ul li {
  color: #4d5ba4;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: -2rem;
}
.footer-col ul li:hover {
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .header-col1 h2 {
    font-size: 2.5rem;
  }
  .faq-img-par img {
    width: 90%;
  }
  .faq-img-info {
    position: absolute;
    top: 40px;
    left: 109px;
  }
  .faq-img-info h2 {
    font-size: 28px;
    line-height: normal;
  }
  .faq-img-info a {
    padding-top: 0px;
  }
  .why-choose-col {
    margin-left: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .header-bg-parent {
    flex-wrap: wrap;
  }
  .header-col1 {
    margin-top: 3rem;
  }
  .hedaer-bg-par-img {
    position: absolute;
    bottom: -467px;
    left: 0px;
  }
  .faq-img-info {
    position: absolute;
    top: 110px;
    left: 170px;
    color: #fff;
  }
  section#blog {
    margin: 30px 0px;
  }
  .blog-col {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-top: 45px;
    overflow: hidden;
    text-align: center;
  }
  .footer-col {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-top: 45px;
    text-align: left;
  }
  .footer-2-col {
    position: relative;
    left: 0px;
  }
  hr.footer-hr {
    margin: 30px 0px 0px;
  }
}
@media (max-width: 425px) {
  .header-col1 h2 {
    font-size: 2rem;
    font-weight: 600;
  }
  .header-col2 {
    background-size: contain;
    background-position: unset;
    width: 97%;
    height: 50vh;
  }
  .hedaer-bg-par-img {
    display: none;
  }
  .faq-img-par img {
    width: 95%;
  }
  .faq-img-info {
    position: absolute;
    top: 50px;
    left: 110px;
    color: #fff;
  }
  .faq-img-info .fa-lightbulb {
    font-size: 35px;
  }
  .faq-img-info h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
  }
  .why-choose-col p {
    line-height: 28px;
    padding: 2px 23px 0px 0px;
  }
  .form-par {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .why-choose-col {
    margin-left: 1rem;
    margin-top: 2rem;
  }
  .why-choose-col p {
    font-size: 18px;
  }
  .header-col2 {
    background-size: contain;
    background-position: unset;
    width: 97%;
    height: 40vh;
  }
  .faq-img-info {
    position: absolute;
    top: 27px;
    left: 110px;
    color: #fff;
  }
}
@media (max-width: 320px) {
  .header-col1 {
    margin-left: 2rem;
  }
  .header-col1 h2 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .faq-img-info {
    position: absolute;
    top: 27px;
    left: 67px;
  }
  .faq-img-info h2 {
    font-size: 20px;
  }
  .faq-img-info p {
    font-size: 13px;
  }
}
.backgroundIMG {
  position: absolute;
  top: -120%;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.headingSlider {
  position: relative;
  font-size: 2rem;
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 0;
  font-weight: 600;
  color: #4d5ba4;
  text-align: center;
}

@media (max-width: 786px) {
  .backgroundIMG {
    top: 0%;
  }
  .footer-col-1 .content__1 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .baseSocial {
    text-align: center;
    margin-top: 2rem !important;
  }
  .footer__logo {
    width: 100%;
  }
  .footer-2-col {
    margin-top: 70px !important;
  }
  .bannerIMG {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: -18px;
    top: 40px;
    position: relative;
  }
  .header-col1 {
    margin-left: 1rem;
  }
  .swiper-slide img {
    height: 14rem;
    width: 100%;
  }
  .swiper-container {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */