body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 600;
  color: #3b5998;
  margin: 0;
}

h1 {
  font-size: 45px;
  line-height: 55px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  h4 {
    line-height: 1.4;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0 !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.secPadd {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .secPadd {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .secPadd {
    padding: 60px 0;
  }
}

.secPadd-top {
  padding-top: 80px;
}

@media (max-width: 1199px) {
  .secPadd-top {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .secPadd-top {
    padding-top: 70px;
  }
}

.secPadd-bottom {
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  .secPadd-bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .secPadd-bottom {
    padding-bottom: 60px;
  }
}

.section-title {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 776px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title .title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.section-title .title::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 80px;
  height: 2px;
  left: -100px;
  background: #3b5998;
}

@media (max-width: 991px) {
  .section-title .title::before {
    display: none;
  }
}

.section-title .title::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 80px;
  height: 2px;
  right: -100px;
  background: #3b5998;
}

@media (max-width: 991px) {
  .section-title .title::after {
    display: none;
  }
}

.bgGrey {
  background-color: rgb(251, 251, 251);
}

.btn {
  display: inline-block;
  font-size: 16px;
  background: #3b5998;
  color: #ffffff;
  padding: 12px 30px;
  border: 0;
}

.btn:hover {
  background: #c73135;
  color: #ffffff;
}

/* Slick Nav */
.slick-prev {
  width: auto;
  height: auto;
  left: -20px;
}

.slick-next {
  width: auto;
  height: auto;
  right: -20px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  color: #000;
  font-size: 35px;
}

.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}
/* Slick Dots */
.slick-dots li {
  width: 14px;
  margin: 0 3px;
}
.slick-dots li button {
  width: 14px;
  padding: 0;
}

.slick-dots li button:before {
  width: 14px;
  font-size: 40px;
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1e73be;
}

.slick-dots {
  bottom: -30px;
}

.orderListing {
  padding-left: 20px;
  list-style: decimal;
}

.orderListing li {
  margin: 4px 0;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .img-main img {
    margin-bottom: 20px;
  }
}

/*  */
/* Header CSS */
/*  */

.header {
  padding: 0 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
}

.header.fixedHeader {
  background-color: #ffffff;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  position: relative;
}

.header .headerLogo img {
  max-width: 170px;
}

.header .header_humBurger {
  cursor: pointer;
  display: none;
}

@media (max-width: 1199px) {
  .header .header_humBurger {
    display: block;
  }
}

.header .header_humBurger__menuIcon {
  position: relative;
  z-index: 2;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
}

.header.fixedHeader .header_humBurger__menuIcon {
  background-color: #000000;
}

.header .header_humBurger__menuIcon::before,
.header .header_humBurger__menuIcon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.25s ease-in-out;
}

.header.fixedHeader .header_humBurger__menuIcon::before,
.header.fixedHeader .header_humBurger__menuIcon::after {
  background-color: #000000;
}

.header .header_humBurger__menuIcon::before {
  transform: translateY(-9px);
}

.header .header_humBurger__menuIcon::after {
  transform: translateY(9px);
}

.header .hamburgerClose .header_humBurger__menuIcon {
  background: 0;
}

.header .hamburgerClose .header_humBurger__menuIcon::before {
  transform: rotate(45deg);
}

.header .hamburgerClose .header_humBurger__menuIcon::after {
  transform: rotate(-45deg);
}

.header .headerNav {
  display: block;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1199px) {
  .header .headerNav {
    display: none;
    position: fixed;
    width: 300px;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #1d2738;
    padding: 30px 25px;
    overflow-y: scroll;
  }
  .header .headerNav.headerNavToggler {
    display: block;
  }
}

.header .headerNav .nav-list {
  display: flex;
}

@media (max-width: 1199px) {
  .header .headerNav .nav-list {
    display: block;
  }
}

.header .headerNav .nav-list .nav-item.sub-menuNav {
  position: relative;
}

.header .headerNav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 24px 8px;
  margin: 0 10px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .header .headerNav .nav-item .nav-link {
    padding: 10px 10px;
    margin: 0 10px;
  }
  .header .headerNav .nav-item.sub-menuNav > .nav-link {
    position: relative;
  }
  .header .headerNav .nav-item.sub-menuNav > .nav-link::after {
    font-size: 20px;
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    width: 10px;
  }
  .header .headerNav .nav-item.superSub-menuNav > .nav-link {
    position: relative;
  }
  .header .headerNav .nav-item.superSub-menuNav > .nav-link::after {
    font-size: 20px;
    content: "+";
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
  }
}

.header.fixedHeader .headerNav > .nav-list > .nav-item > .nav-link {
  color: #000000;
}

@media (max-width: 1199px) {
  .header.fixedHeader .headerNav > .nav-list > .nav-item > .nav-link {
    color: #ffffff;
  }
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }

  40% {
    transform: scaleY(1.02);
  }

  100%,
  60% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}

.header .headerNav .sub-menu,
.header .headerNav .superSub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  background: #1d2738;
  top: 80px;
  left: 0px;
  top: 100%;
  padding: 0;
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

@media (max-width: 1199px) {
  .header .headerNav .sub-menu,
  .header .headerNav .superSub-menu {
    display: none;
    position: unset;
    min-width: 100%;
    background: #1d2738;
  }
}

.header .headerNav .superSub-menu {
  top: 0;
  left: 100%;
}

.header .headerNav .sub-menu,
.header .headerNav .superSub-menu {
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .header .headerNav .sub-menu,
  .header .headerNav .superSub-menu {
    padding: 0;
    padding-left: 20px;
  }
  .header .headerNav .superSub-menu {
    padding-left: 0;
  }
}

.header .headerNav .sub-menu .nav-item,
.header .headerNav .superSub-menu .nav-item {
  padding: 0px 15px;
  position: relative;
}

@media (max-width: 1199px) {
  .header .headerNav .sub-menu .nav-item,
  .header .headerNav .superSub-menu .nav-item {
    padding: 0;
    margin-left: 15px;
  }
}

.header .headerNav .sub-menu .nav-item:not(:last-child),
.header .headerNav .superSub-menu .nav-link:not(:last-child) {
  border-bottom: 1px solid #2d374a;
}

.header .headerNav .sub-menu .nav-link,
.header .headerNav .superSub-menu .nav-link {
  position: relative;
  color: #fff;
  padding: 10px 0px 10px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.header .headerNav .sub-menu .nav-link::before,
.header .headerNav .superSub-menu .nav-link::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.header .headerNav .sub-menu .nav-link:hover,
.header .headerNav .superSub-menu .nav-link:hover,
.header .headerNav .sub-menu .nav-link:hover::before,
.header .headerNav .superSub-menu .nav-link:hover::before {
  color: #3b5998;
}

.header .headerNav .sub-menuNav:hover .sub-menu {
  display: block;
}

@media (max-width: 1199px) {
  .header .headerNav .sub-menuNav:hover .sub-menu {
    display: none;
  }
  .header .headerNav .nav-list .showSubmenu {
    display: block !important;
  }
  .header .headerNav .nav-list .showSuperSubmenu {
    display: block !important;
  }
}

.header .headerNav .superSub-menuNav:hover .superSub-menu {
  display: block;
}

@media (max-width: 1199px) {
  .header .headerNav .superSub-menuNav:hover .superSub-menu {
    display: none;
  }
}

.header .headerNav .superSub-menuNav:hover > .nav-link,
.header .headerNav .superSub-menuNav:hover > .nav-link::before {
  color: #3b5998;
}

/*  */
/* Home Banner */
/*  */
.homeBanner-main .homeBanner-slider {
  width: 100%;
  height: 100vh;
}

.homeBanner-main .homeBanner-slider .homeBanner-sliderContent {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.homeBanner-main .homeBanner-slider .homeBanner-sliderContent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.homeBanner-main .homeBanner-slider .homeBanner-sliderContent .title {
  color: #ffffff;
  margin-bottom: 20px;
}

.homeBanner-main .homeBanner-slider .homeBanner-sliderContent .description {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .homeBanner-main .homeBanner-slider .homeBanner-sliderContent .description {
    font-size: 18px;
    line-height: 26px;
  }
}

/*  */
/* Home Our Services CSS */
/*  */
.ourServices-main .ourServices-content {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 776px) {
  .ourServices-main .section-title {
    margin-bottom: 0;
  }
  .ourServices-main .ourServices-content {
    height: auto;
  }
  .ourServices-main .ourServices-content {
    margin-top: 30px;
  }
}

.ourServices-main .ourServices-content .img-main img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

.ourServices-main .ourServices-content .text-content {
  padding: 20px;
  text-align: center;
}

.ourServices-main .ourServices-content .text-content .title {
  margin-bottom: 10px;
}

.ourServices-main .ourServices-content .text-content .link {
  color: #3b5998;
  font-weight: 500;
}

/*  */
/* Home Why Us CSS */
/*  */
.whyUs-main .section-title {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .whyUs-main .section-title {
    margin-bottom: 5px;
  }
}

.whyUs-main .whyUs-content {
  padding: 20px;
  border: 1px solid #959595;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px !important;
}

.whyUs-main .whyUs-content .img-main {
  margin-bottom: 5px;
}

.whyUs-main .whyUs-content .img-main img {
  margin: auto;
}

.whyUs-main .whyUs-content .img-main i {
  font-size: 55px;
  color: #5c6265;
  margin-bottom: 10px;
}

.whyUs-main .whyUs-content p {
  min-height: 95px;
}

@media (max-width: 767px) {
  .whyUs-main .whyUs-content p {
    min-height: auto;
  }
}

.whyUs-main .whyUs-content .title {
  margin-bottom: 10px;
}

.whyUs-main .slick-slide {
  margin: 0 10px;
}

/*  */
/* Value Proposition CSS */
/*  */
.valueProposition-main .img-main img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .valueProposition-main .img-main img {
    margin-bottom: 20px;
  }
}

.valueProposition-main .textContent .list {
  list-style: square;
  padding-left: 20px;
}

.valueProposition-main .textContent .list .items {
  font-size: 20px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .valueProposition-main .textContent .list .items {
    font-size: 16px;
    padding: 4px 0;
  }
}
/*  */
/* Clients CSS */
/*  */
.clients-main .clients-content {
  margin: 0 10px;
  background-color: #ffffff;
  border: 1px solid #959595;
  display: flex;
  align-items: center;
  min-height: 130px;
}

.clients-main .clients-content img {
  padding: 10px 10px;
  width: auto;
  max-width: 100%;
  max-height: 125px;
  margin: auto;
}
/*  */
/* Our Blogs CSS */
/*  */
.ourBlogs-main .section-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ourBlogs-main .section-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .ourBlogs-main .section-title {
    margin-bottom: 0;
  }
}

.ourBlogs-main .ourBlogs-content {
  border: 1px solid;
  transition: all 0.25s ease-in-out;
  margin-top: 30px;
}

.ourBlogs-main .ourBlogs-content:hover {
  -webkit-box-shadow: 0px 0px 40px -18px rgb(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 0px 40px -18px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 40px -18px rgb(0, 0, 0, 0.62);
}

.ourBlogs-main .ourBlogs-content .img-main {
  padding: 10px;
}

.ourBlogs-main .ourBlogs-content .img-main img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .ourBlogs-main .ourBlogs-content .img-main img {
    margin-bottom: 0;
  }
}

.ourBlogs-main .ourBlogs-content .textContent {
  padding: 20px;
}

.ourBlogs-main .ourBlogs-content .textContent .date {
  width: 52px;
  height: auto;
  background-color: #ffffff;
  border: 2px solid #86898b;
  color: #86898b;
  text-align: center;
  padding: 1px 1px 1px 1px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.ourBlogs-main .ourBlogs-content .textContent .date span {
  font-size: 20px;
  font-weight: 600;
}

.ourBlogs-main .ourBlogs-content .textContent .title a,
.ourBlogs-main .ourBlogs-content .textContent .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  text-decoration: none;
}

.ourBlogs-main .ourBlogs-content .textContent .title a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 45px;
}

.ourBlogs-main .ourBlogs-content .textContent .readMore {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 12px 15px 10px 30px;
  background: #3b5998;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.ourBlogs-main .ourBlogs-content .textContent .readMore::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 200%;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  margin: -5px 0 0 -5px;
  transform-origin: 0 0;
  transform: rotate(-20deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.ourBlogs-main .ourBlogs-content .textContent .readMore i {
  margin-left: 35px;
}

.ourBlogs-main .ourBlogs-content .textContent .readMore:hover {
  background: #c73135;
}

.ourBlogs-main .ourBlogs-content .textContent .readMore:hover::after {
  width: 40%;
}

.blogDetails-main .blogDetailsContent {
  padding: 20px;
  border: 1px solid;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
  .blogDetails-main .blogDetailsContent {
    margin-bottom: 40px;
  }
}

.blogDetails-main .blogDetailsContent .img-main {
  text-align: center;
  margin-bottom: 30px;
}

.blogDetails-main .blogDetailsContent .img-main img {
  width: auto;
  max-width: 100%;
}

.blogDetails-main .blogDetailsContent .textContent .date {
  width: 52px;
  height: auto;
  background-color: #ffffff;
  border: 2px solid #86898b;
  color: #86898b;
  text-align: center;
  padding: 1px 1px 1px 1px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.blogDetails-main .blogDetailsContent .textContent .date span {
  font-size: 20px;
  font-weight: 600;
}

.blogDetails-main .blogDetailsContent .textContent .title a,
.blogDetails-main .blogDetailsContent .textContent .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  text-decoration: none;
}

.blogDetails-main .blogDetailsContent .textContent .title a:hover,
.blogDetails-main .blogDetailsContent .textContent .title:hover {
  color: #3b5998;
}

.blogDetails-main .blogDetailsContent .textContent .link {
  display: block;
  margin-bottom: 15px;
}

.blogDetails-main .blogDetailsContent .textContent .auth {
  color: #000000;
  display: flex;
  align-items: flex-start;
}

.blogDetails-main .blogDetailsContent .textContent .auth i {
  display: flex;
  font-size: 18px;
  margin-right: 7px;
  font-weight: bold;
}

.blogDetails-main .blogDetailsContent .textContent .auth a {
  display: flex;
  font-size: 14px;
  color: #000000;
}

.blogDetails-main .blogSidebar .widgetTitle {
  margin-bottom: 20px;
}

.blogDetails-main .blogSidebar .widgetBlogContent {
  border: 1px solid;
  padding: 20px;
  padding-top: 15px;
}

.blogDetails-main .blogSidebar .widgetBlogContent:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blogDetails-main .blogSidebar .widgetBlogContent:not(:last-child) {
    margin-bottom: 20px;
  }
}

.blogDetails-main .blogSidebar .widgetBlogContent .img-main {
  margin-bottom: 10px;
}

.blogDetails-main .blogSidebar .widgetBlogContent .title,
.blogDetails-main .blogSidebar .widgetBlogContent .title a {
  font-size: 16px;
  color: #000000;
}

.blogDetails-main .blogSidebar .widgetBlogContent .title a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 45px;
}

.blogDetails-main .blogSidebar .widgetBlogContent .title a:hover {
  color: #3b5998;
}

/* Footer Section CSS */
.footer .footer-widgets {
  background-color: rgba(40, 51, 71, 1);
  padding: 45px 0;
}

.footer .footer-widgets .widget {
  margin: 15px 0;
}

.footer .footer-widgets .widget .widgetTitle {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .footer .footer-widgets .widget .widgetTitle {
    margin-bottom: 15px;
  }
}

.footer .footer-widgets .widget .widgetText {
  color: #ffffff;
}

.footer .footer-widgets .widget .widgetText p a {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-widgets .widget ul {
  list-style: square;
  padding-left: 20px;
}

.footer .footer-widgets .widget ul li {
  padding: 0 0px 10px 5px;
}

@media (max-width: 991px) {
  .footer .footer-widgets .widget ul li {
    padding: 0 0px 8px 5px;
  }
}

@media (max-width: 575px) {
  .footer .footer-widgets .widget ul li {
    padding: 0 0px 5px 5px;
  }
}

.footer .footer-widgets .widget ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-widgets .widget ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer .footer-copyright {
  background: rgba(29, 39, 56, 1);
  padding: 20px 0;
  text-align: center;
}

.footer .footer-copyright p {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-copyright p a {
  color: rgba(255, 255, 255, 1);
}

.footer .footer-copyright p a:hover {
  color: #3b5998;
}

/*  */
/* Philosophy Section CSS */
/*  */
.philosophy-main .philosophy-content {
  margin-top: 30px;
  text-align: center;
}

.philosophy-main .sectionContent {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .philosophy-main .sectionContent {
    margin-bottom: 0;
  }
}

.philosophy-main .philosophy-content .img-main {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .philosophy-main .philosophy-content .img-main {
    margin-bottom: 0;
  }
}

.philosophy-main .philosophy-content .img-main img {
  border-radius: 50%;
  border: 3px dashed #3b5998;
  box-shadow: 0 0 14px 1px rgb(59 89 162 / 30%);
  min-height: 206px;
}

@media (max-width: 767px) {
  .philosophy-main .philosophy-content .img-main img {
    min-height: auto;
  }
}

/*  */
/* Performance Section CSS */
/*  */
.performance-main .img-content img {
  width: 100%;
  height: auto;
}

.performance-main .text-content .title {
  margin-bottom: 20px;
}
.performance-main .performance-progress {
  margin-top: 20px;
}
.performance-main .performance-progress span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.performance-main .performance-progress .progress {
  height: 10px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 20px;
}
.performance-main .performance-progress .progress-bar {
  background-color: #3b5998;
}

/*  */
/* About Archers Wealth Section CSS */
/*  */

.AboutArchersWealth-main .AboutArchersWealth-content {
  padding: 20px;
  border: 1px solid #959595;
  text-align: center;
  border-radius: 10px;
  margin-top: 25px;
}

.AboutArchersWealth-main .AboutArchersWealth-content .img-main {
  margin-bottom: 5px;
}

.AboutArchersWealth-main .AboutArchersWealth-content .img-main img {
  margin: auto;
}

.AboutArchersWealth-main .AboutArchersWealth-content p {
  min-height: 95px;
}

/*  */
/* How We Different Section CSS */
/*  */
.howWeDifferent-main .howWeDifferent-list {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .howWeDifferent-main .howWeDifferent-list {
    margin-bottom: 15px;
  }
}

.howWeDifferent-main .listing {
  list-style: none;
  padding: 0;
  margin: 0;
}

.howWeDifferent-main .listing li {
  position: relative;
  margin: 4px 0;
  padding-left: 25px;
}

.howWeDifferent-main .listing li::before {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f0a3";
  left: 0;
  top: 0;
  font-size: 15px;
}

.howWeDifferent-tabs .nav-tabs {
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .howWeDifferent-tabs .nav-tabs {
    display: block;
    border: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}

.howWeDifferent-tabs .nav-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 2px solid transparent;
  margin: 0px 0px -1px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  min-width: 290px;
}

@media (max-width: 991px) {
  .howWeDifferent-tabs .nav-tabs .nav-link {
    min-width: auto;
    padding: 20px 0;
    padding-bottom: 10px;
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .howWeDifferent-tabs .nav-tabs .nav-link {
    display: inline-block;
    padding: 10px 0;
  }
}

.howWeDifferent-tabs .nav-pills .nav-link.active,
.howWeDifferent-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  border-bottom: 2px solid #3b5998;
}

.howWeDifferent-tabs .nav-tabs .nav-link .icon {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transform: rotate(45deg);
  position: relative;
  margin-bottom: 35px;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 991px) {
  .howWeDifferent-tabs .nav-tabs .nav-link .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .howWeDifferent-tabs .nav-tabs .nav-link .icon {
    display: none;
  }
}

.howWeDifferent-tabs .nav-tabs .nav-link .icon i {
  position: absolute;
  font-size: 32px;
  color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.howWeDifferent-tabs .nav-pills .nav-link.active .icon,
.howWeDifferent-tabs .nav-pills .nav-link:hover .icon {
  background-color: #3b5998;
}

.howWeDifferent-tabs .nav-pills .nav-link.active .icon i,
.howWeDifferent-tabs .nav-pills .nav-link:hover .icon i {
  color: #ffffff;
}

.howWeDifferent-tabs .tab-content img {
  width: 100%;
  height: auto;
}

/*  */
/* Performance CSS */
/*  */

.performance-main p {
  margin-bottom: 20px;
}

/*  */
/* Explore Archers Wealth CSS */
/*  */
.exploreArchersWealth-main .exploreArchersWealth-content .img-main img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .exploreArchersWealth-main .section-title {
    margin-bottom: 5px;
  }
  .exploreArchersWealth-main .exploreArchersWealth-content {
    margin-top: 30px;
  }
  .exploreArchersWealth-main .exploreArchersWealth-content .img-main img {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .exploreArchersWealth-main .section-title {
    margin-bottom: 0;
  }
}
/*  */
/* Testimonials CSS */
/*  */
.testimonials-main .testimonials-content {
  margin: 0 10px;
}

.testimonials-main .testimonials-content blockquote {
  background-color: #ffffff;
  padding: 25px 25px 30px;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .testimonials-main .testimonials-content blockquote {
    padding: 20px;
    margin-bottom: 25px;
  }
}

.testimonials-main .testimonials-content blockquote:before {
  content: "";
  position: absolute;
  left: 33px;
  bottom: -11px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
}

/* .testimonials-main .testimonials-content blockquote:after {
  content: "";
  position: absolute;
  left: 33px;
  bottom: -11px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid rgba(0, 0, 0, 0.1);
} */

.testimonials-main .testimonials-content .testimonials-author p {
  margin-bottom: 2px;
  line-height: 20px;
}

.testimonials-main .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* All Inside Banner CSS */
.insideBanner-main {
  position: relative;
  padding-top: 220px;
  padding-bottom: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

@media (max-width: 991px) {
  .insideBanner-main {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .insideBanner-main {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .insideBanner-main {
    padding-top: 155px;
    padding-bottom: 70px;
  }
}

.insideBanner-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.insideBanner-main .insideBanner-content {
  position: relative;
  z-index: 1;
}

.insideBanner-main .insideBanner-title .title {
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .insideBanner-main .insideBanner-title .title {
    margin-bottom: 10px;
  }
}

.insideBanner-main .breadcrumb {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  justify-content: center;
}

.insideBanner-main .breadcrumb {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  justify-content: center;
  font-size: 15px;
}

.insideBanner-main .breadcrumb .link {
  position: relative;
  padding-right: 18px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.insideBanner-main .breadcrumb .link:hover {
  color: #ffffff;
}

.insideBanner-main .breadcrumb .link::before {
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #ffffff;
}

.insideBanner-main .breadcrumb .current {
  color: #ffffff;
}

/*  */
/* Investment Advisory Section CSS */
/*  */
.investmentAdvisory-main .img-main {
  margin-bottom: 40px;
}

.investmentAdvisory-main .img-main img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.investmentAdvisory-main .investmentAdvisory-content:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .investmentAdvisory-main .investmentAdvisory-content:not(:last-child) {
    margin-bottom: 30px;
  }
}

.investmentAdvisory-main .investmentAdvisory-content .title {
  margin-bottom: 10px;
  color: #000000;
  text-transform: uppercase;
}

.investmentAdvisory-main .investmentAdvisory-content p {
  margin-bottom: 8px;
}

.investmentAdvisory-main .investmentAdvisory-content .subtitle {
  margin-bottom: 10px;
  color: #000000;
}

.investmentAdvisory-main .investmentAdvisory-content .subtitle {
  margin-bottom: 8px;
}

.investmentAdvisory-main .advisoryTable {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 70%;
}

@media (max-width: 991px) {
  .investmentAdvisory-main .advisoryTable {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .investmentAdvisory-main .tableResponsive {
    overflow: scroll;
  }
  .investmentAdvisory-main .advisoryTable {
    width: 400px;
  }
}

.investmentAdvisory-main .advisoryTable th,
.investmentAdvisory-main .advisoryTable td {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .investmentAdvisory-main .advisoryTable th,
  .investmentAdvisory-main .advisoryTable td {
    padding: 6px 15px;
  }
}

.investmentAdvisory-main .advisoryTable th {
  background-color: rgba(40, 51, 71, 0.7);
  color: #ffffff;
  font-weight: 500;
}

/*  */
/* NRI FAQS CSS */
/*  */
.nriFaqs-main .nriFaqs-content .card {
  border: 0;
}

.nriFaqs-main .nriFaqs-content .card:not(:last-child) {
  margin-bottom: 22px;
}

.nriFaqs-main .nriFaqs-content .card .card-link {
  padding-left: 33px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2f3436;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .nriFaqs-main .nriFaqs-content .card .card-link {
    padding-left: 40px;
    text-transform: capitalize;
  }
}

.nriFaqs-main .nriFaqs-content .card .card-link .toggle_icon {
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0;
  top: 50%;
  background-color: transparent;
  border: 2px solid #2a2a2a;
  transform: translate(0, -50%);
}

.nriFaqs-main .nriFaqs-content .card .card-link .toggle_icon::before,
.nriFaqs-main .nriFaqs-content .card .card-link .toggle_icon::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  background-color: #2a2a2a;
  transform: translate(-50%, -50%);
}

.nriFaqs-main .nriFaqs-content .card .card-link .toggle_icon::before {
  height: 2px;
  width: 10px;
}

.nriFaqs-main .nriFaqs-content .card .card-link .toggle_icon::after {
  height: 10px;
  width: 2px;
  visibility: hidden;
}

.nriFaqs-main .nriFaqs-content .card .card-link.collapsed .toggle_icon::after {
  visibility: visible;
}

.nriFaqs-main .nriFaqs-content .card .card-content {
  padding-left: 33px;
  font-size: 15px;
  margin-top: 15px;
}

@media (max-width: 575px) {
  .nriFaqs-main .nriFaqs-content .card .card-content {
    padding-left: 40px;
    margin-top: 10px;
  }
}

.nriFaqs-main .nriFaqs-content .card .card-content p {
  margin-bottom: 3px;
}

/*  */
/* Our Founder CSS */
/*  */

.founder-main .img-main img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .founder-main .img-main {
    margin-bottom: 20px;
  }
}
.founder-main .text-content .title {
  margin-bottom: 15px;
}

/*  */
/* Wealth Sec CSS */
/*  */

.Wealth-main .wealthManagement-content {
  margin-top: 50px;
  text-align: center;
}

.Wealth-main .wealthManagement-content .title {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .Wealth-main .wealthManagement-content .title {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.Wealth-main .wealthManagement-content .wealthManagement-box {
  margin-top: 20px;
}

.Wealth-main .wealthManagement-content .wealthManagement-box img {
  border-radius: 10px;
  margin-bottom: 12px;
}

.Wealth-main .wealthManagement-content .wealthManagement-box h6 {
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
}

/*  */
/* Vision Mission CSS */
/*  */
.VisionMission-main .img-main {
  /* width: 75%; */
  margin: auto;
}
.VisionMission-main .text-content:not(:last-child) {
  margin-bottom: 20px;
}
.VisionMission-main .text-content .title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*  */
/* Our Team CSS */
/*  */
.ourTeam-main .team-content {
  box-shadow: 0 0 4px 1px rgb(0, 0, 0, 0.2);
}

.ourTeam-main .team-content .img-main img {
  width: 100%;
  max-height: 245px;
  object-fit: cover;
}

.ourTeam-main .team-content .team-details {
  padding: 20px 15px;
  background-color: #f2f2f2;
  text-align: center;
}

.ourTeam-main .team-content .team-details .title {
  margin-bottom: 2px;
}

/*  */
/* Our Strategy CSS */
/*  */
.ourStrategy-main .ourStrategy-content:not(:last-child) {
  margin-bottom: 50px;
}
.ourStrategy-main .ourStrategy-content .img-main {
  max-width: 85%;
  margin: auto;
}

/*  */
/* Analysis Section CSS */
/*  */
.analysis-main {
  padding: 65px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .analysis-main {
    padding: 45px 0;
  }
}

.analysis-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 89, 152, 0.7);
}

.analysis-main .analysis-content {
  position: relative;
  text-align: center;
  background-color: #f8f8f8;
  padding: 25px 25px;
  margin: 15px 0;
  z-index: 1;
}

.analysis-main .analysis-content .title {
  margin-bottom: 5px;
  color: #2f3436;
}

/*  */
/* Private Enquiry Section CSS */
/*  */
.privateEnquiry-main .img-main {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .privateEnquiry-main .img-main {
    margin-bottom: 0;
  }
}

.privateEnquiry-main .section-title {
  padding-top: 25px;
}

.privateEnquiry-main .privateEnquiry-content:not(:last-child) {
  margin-bottom: 30px;
}

.privateEnquiry-main .privateEnquiry-content .title {
  margin-bottom: 10px;
  color: #000000;
  text-transform: uppercase;
}

.privateEnquiry-main .privateEnquiry-content .subtitle {
  margin-bottom: 10px;
  color: #000000;
}

.privateEnquiry-main .privateEnquiry-content p {
  margin-bottom: 8px;
}

.privateEnquiry-main .privateEnquiry-content .subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
}

/*  */
/* Learning CSS */
/*  */
.learning-main .learning-content {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 100%;
}

@media (max-width: 767px) {
  .learning-main .learning-content {
    padding: 20px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .learning-main .col-md-4:last-child .learning-content {
    margin-bottom: 0;
  }
}

.learning-main .learning-content .title {
  margin-bottom: 10px;
  font-size: 16px;
}

/*  */
/* Achievements Media CSS */
/*  */
.achievementsMedia-main .media-content {
  margin: 15px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .achievementsMedia-main .media-content {
    margin: 10px 0;
  }
}

.achievementsMedia-main .section-subtitle {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .achievementsMedia-main .section-subtitle {
    margin-bottom: 15px;
  }
}

.achievementsMedia-main .section-subtitle .title {
  color: #2a2a2a;
}

.achievementsMedia-main .media-content .img-main img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}

@media (max-width: 575px) {
  .achievementsMedia-main .media-content .img-main img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.achievementsMedia-main .media-content .title {
  margin-top: 15px;
  color: #2a2a2a;
}

@media (max-width: 767px) {
  .achievementsMedia-main .media-content .title {
    margin-top: 0;
  }
}

.divider {
  margin: 40px 0;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .divider {
    margin: 30px 0;
  }
}

.achievementsMedia-main .achieveFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  width: 100%;
  margin: 15px 0;
}

.achievementsMedia-main .achieveFlex img {
  max-height: 142px;
}

/*  */
/* Contact Details Section CSS */
/*  */

.contactDetails-main .section-title {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .contactDetails-main .section-title {
    margin-bottom: 0;
  }
}

.contactDetails-main .contactDetails-content {
  margin-top: 30px;
}

.contactDetails-main .contactDetails-content .title {
  margin-bottom: 10px;
  color: #2a2a2a;
}

.contactDetails-main .contactDetails-content .box {
  display: flex;
  flex-direction: row;
}

.contactDetails-main .contactDetails-content .box i {
  min-width: 30px;
  font-size: 25px;
  margin-top: 2px;
}

li.social {
    list-style: none;
    display: inline-block;
    font-size: 29px;
}

li.social a{
    padding:5px;
}

ul.points li {
    list-style: disc;
}

.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}
	.form-group.btn button#submit {
    padding: 0px !important;
}
.form-group.btn {
    margin-left: 145px;
}

.row.thx-txt p {
    text-align: center;
    margin-top: 11px;
    font-size: 22px;
}
section.philosophy-main.secPadd.overview {
    padding: 50px 0 0 0;
}
.row.main-content {
    margin-top: 50px;
}
h3.title1 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #3d5b9a;
}