/* Menu design 23/5/23 nilima */
.banner-com::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000000a5 0%, rgba(0, 0, 0, 0) 67.84%);
}
.banner-com .container {
  position: relative;
  z-index: 1;
}
.banner-com {
  padding: 50px 0;
  position: relative;
}
.site-header.stick-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  z-index: 1111;
  background: #ffffff;
}
.header-menu-area .sub-menu li a {
  padding: 12px 20px;
  width: 100%;
  border-bottom: 1px solid var(--blue);
  font-size: 16px;
  text-decoration: none;
  color: var(--dark-black);
  font-weight: 400;
}
.header-menu li.menu-item:last-child > a {
  border-bottom: none;
}
.header-menu-area ul li .sub-menu li a {
  margin-right: 0 !important;
}
.header-menu {
  position: relative;
}
.header-menu-area ul li a {
  padding: 42px 0;
  display: inline-block;
}
.site-header .navbar {
  padding: 0;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
}
.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../image/dropdown.svg) no-repeat center center;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0);
  opacity: 0.7;
}
.menu-item-has-children > a:hover::after {
  filter: none;
  opacity: 1;
}
.sub-menu li {
  margin: 0 !important;
}
.menu-item-has-children .sub-menu {
  display: none;
  padding: 0;
  list-style: none;
  margin: 0;
  background: #ffffff;
  z-index: 1111;
}
.menu-item-has-children .sub-menu.show {
  display: block;
}
.title-banner {
  z-index: 1;
}

.contact-us-page .address-title-and-icon a:hover,
.contact-us-page .mail-contact-us a:hover,
.contact-us-page .phone-contact-us a:hover {
  font-weight: 600;
  text-decoration: underline;
}
.contact-us-page #gform_1 .gform_footer .gform_button:hover::after {
  color: var(--black);
}
.contact-us-page .gform_footer::after:hover {
  color: var(--blue);
}
.contact-us-page .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  border: none;
  padding: 0;
}
.contact-us-page .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.service-section > div .view_all {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    display: block;
  }
  .header-menu-area .sub-menu {
    position: absolute;
    width: 360px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    opacity: 0;
    border-radius: 5px;
    left: 0;
    top: 87px;
  }
}
/* Contact us page 23/5 Nilima */

.inner-second-sec-contactus {
  padding: 60px 0;
}
.contact-us-page .bg-contact {
  border: 1px solid var(--blue);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: none;
  background: #f5f5f540;
}
.contact-us-page .bg-area {
  background: var(--blue);
}
.contact-us-page .col-text-side {
  padding: 82px 34px 62px 34px;
  height: 100%;
}
.contact-us-page .class-title-cu h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 42px;
  color: var(--white);
  margin-bottom: 20px;
}
.contact-us-page .descrrption-cu p {
  font-size: var(--semi-bold-font);
  line-height: 27px;
  font-weight: 400;
  margin: 0;
  color: var(--white);
  padding-bottom: 20px;
}

.contact-us-page .add-title h4 {
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
  color: var(--white);
  font-size: 25px;
}
.contact-us-page .address-title-and-icon a,
.contact-us-page .mail-contact-us a,
.contact-us-page .phone-contact-us a {
  color: var(--white);
  padding-left: 10px;
}
.contact-us-page .address-title-and-icon,
.contact-us-page .maincontect {
  margin-bottom: 20px;
}
.contact-us-page .title-address,
.contact-us-page .mail-title-and-icon,
.contact-us-page .phone-title-and-icon {
  margin-bottom: 0 !important;
  gap: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.contact-us-page .phone-title-and-icon,
.contact-us-page .mail-title-and-icon {
  display: inline-flex;
}
.contact-us-page .inner-second-sec-contactus .row {
  border-radius: 15px !important;
  overflow: hidden;
}
.contact-us-page .gravity-form-side {
  padding: 70px 87px;
  height: 100%;
}
.contact-us-page .gravity-form-side #gform_1 .gform_body {
  padding: 0 !important;
}
.contact-us-page .gform_wrapper.gravity-theme .gfield input.large {
  color: var(--black);
  font-size: 18px;
}
.contact-us-page .gform_wrapper.gravity-theme .gfield input.large {
  background: none;
  border: none;
  border-bottom: 1px solid var(--black) !important;
}
.contact-us-page #gform_1 .gform_body .ginput_container input {
  border-radius: 0;
}
.contact-us-page #gform_1 .gform_body .ginput_container input::placeholder {
  color: var(--black);
}
.contact-us-page #gform_1 .gform_body .gform-field-label {
  display: none;
}
.contact-us-page #gform_1 .gform_body .ginput_container input:focus-visible {
  outline: none;
}
.contact-us-page .gform_wrapper.gravity-theme .gform_footer {
  /* padding-top: 60px !important;
  margin: 0 !important; */
  margin-top: 60px;
  padding: 0;
  position: relative;
  width: 164px;
  display: block;
}
.contact-us-page #gform_1 .gform_footer .gform_button {
  border: 2px solid var(--blue);
  background: var(--blue);
  border-radius: 15px;
  line-height: 58px;
  color: var(--white);
  padding: 0 67px 0 26px;
  text-decoration: none;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  background: var(--blue);
}
/* .contact-us-page #gform_1 .gform_footer .gform_button:hover {
  background: transparent;
  transition: 0.4s all;
  border-color: var(--blue);
  color: var(--blue);
} */

/* 
.contact-us-page .gform_footer::after {
  content: "\2794";
  background: transparent;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  color: var(--white);
  left: 120px;
} */
.contact-us-page .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 36px;
}
.title-banner h1 {
  color: white;
}

/* Blog list page 23/5 Nilima */

.blog-list .dcsAllPostsWrapper {
  padding: 80px 0;
}
.blog-list .dcsWrapper.row {
  row-gap: calc(var(--bs-gutter-x) * 1);
}
.content-resent-blog {
  padding: 20px;
}
.content-resent-blog .category-and-date {
  padding-bottom: 8px;
}
.inner-content-resent-blog p {
  margin-bottom: 0;
}
.inner-content-resent-blog .catogory-btn a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: var(--regular-font);
  line-height: 22px;
  color: var(--orange);
}
.content-resent-blog .catogory-btn .inspector {
  color: var(--orange);
}
.blog-list .inner-content-resent-blog .inspector:last-child {
  display: none;
}
li#menu-item-268 {
  padding-right: 17px;
}
.content-resent-blog span.post_date {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: var(--small-font);
  line-height: 19px;
  color: var(--orange);
}
.content-resent-blog h4 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--black);
  padding-bottom: 0;
  min-height: auto;
}
.resent-blogs-inn .readmore-btn:hover {
  background: linear-gradient(180deg, var(--orange) 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resent-blogs-inn .readmore-btn:hover path {
  fill: var(--orange);
  transition: 0.4s all;
}
.content-resent-blog .blog-detail-home {
  font-weight: 400;
  font-size: var(--small-font);
  line-height: 150%;
  color: var(--black);
  padding-bottom: 20px;
}
.resent-blogs-inn .readmore-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: var(--small-font);
  line-height: 19px;
  text-align: center;
  background: linear-gradient(180deg, #3d7dda 0%, #0445a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resent-blogs-inn-wrap {
  background: var(--white);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.image-resnet-blog-add {
  height: 300px;
}
.image-resnet-blog-add img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.blog-list a#btnloadmore {
  background: var(--orange);
  border-radius: 10px px;
  font-style: normal;
  font-weight: 500;
  font-size: var(--regular-font);
  line-height: 22px;
  color: var(--white);
  padding: 14px 40px;
  border: none;
}
.blog-list .loadmorebtn-area {
  margin-top: 30px;
}

/* Blog-detail page 23/5/23 Nilima */

.blog-detail-page .inner-blog-detail-area .image-blog img {
  width: 100%;
  max-height: 594px;
  object-fit: cover;
  border-radius: 10px;
}
.blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
  padding: 20px 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: var(--black);
}
.blog-detail-page .inner-heaing-blog-detail {
  display: none;
}
.blog-detail-page .blog-cat-date-area-detail .cat-author-detail {
  display: flex;
  flex-direction: row-reverse;
  gap: 37px;
  align-items: center;
}
.blog-detail-page .blog-cat-date-area-detail {
  display: flex;
  align-items: center;
  gap: 37px;
  justify-content: space-between;
}
.blog-detail-page .author-blog p,
.author-blog-detail p,
.author_post_date .author {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: var(--orange);
  margin: 0;
  text-transform: capitalize;
}
.category-and-date * {
  text-transform: capitalize;
}
/* .blog-detail-page .categoty-blog-detail p a {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: var(--orange);
} */
.blog-detail-page .inspector:last-child {
  display: none;
}
.blog-detail-page .categoty-blog-detail p,
.blog-detail-page .date-blog-detail p {
  margin-bottom: 0;
}
.blog-detail-page .date-blog-detail p,
.blog-detail-page .categoty-blog-detail p a {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: var(--orange);
}
.blog-detail-page .data-blog .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #5c5c5c;
  margin: 0 0 20px 0;
}
.blog-detail-page .most-viewedpost {
  padding: 70px 0 60px 0;
}
.blog-detail-page .recentblogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
/* FAQ page 23/5/23 Nilima */

.faq-main-page .faq-home {
  padding: 40px 0 70px;
  background: #f5f5f5;
}

/* category-page 23/5/23 Nilima */

.category-page .dcsAllPostsWrapper {
  padding: 80px 0;
}
.category-page .loadmorebtn-area {
  margin-top: 30px;
}
.category-page .dcsWrapper.row {
  row-gap: calc(var(--bs-gutter-x) * 1);
}
.category-page .inspector:last-child {
  display: none;
}

/* service deatail page 24/5 Nilima */

.service_page {
  padding: 0;
}
.service_image {
  position: sticky;
  top: 50px;
  margin-right: 30px;
}
.service_image img {
  width: 100%;
  max-height: 500px;
  object-fit: scale-down;
}
.service_page .col-xl-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service_title h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: var(--orange);
  margin-bottom: 20px;
}
.service_desc p,
.service_desc li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--dark-black);
  margin-bottom: 20px;
}
.service_desc p:last-child,
.service_desc li:last-child {
  margin-bottom: 0;
}
.service_page:nth-child(even) {
  background-color: var(--theme-color);
  background-position: bottom;
}
.service_page:nth-child(even) .row {
  flex-direction: row-reverse;
}
.banner_desc p,
.service_summary p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--dark-black);
  margin: 35px 0;
  text-align: center;
}

/* about us page 24/5 nilima */
.about-first-sec {
  padding: 60px 0;
}
.about-right-sec {
  position: sticky;
  top: 130px;
}
.about_us_image img {
  width: 100%;
  height: 347px;
  object-fit: cover;
  object-position: center;
}
.about_section_sub_title p,
.about_section_desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--dark-black);
}
.our-experience .row > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 30px 0px;
}
.our_experince_section_img {
  background: var(--green);
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 15px;
}
.our_experince_section_img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  filter: brightness(0) invert(1);
}
.our_experince_section_title {
  text-align: center;
  padding: 20px 0;
}
.our_experince_section_desc {
  text-align: center;
}
#about_us .time_line_year {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(40 156 241 / 70%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
}
#about_us .time_line_desc p {
  text-align: center;
  color: #000000;
}
.history-class {
  background: var(--theme-color);
  padding: 50px 0;
}
.history-class h2 {
  font-size: 18px;
  background: rgb(40 156 241 / 70%);
  width: 120px;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  color: #ffffff;
}
.time_line_main_title h3 {
  position: relative;
  padding-left: 10px;
  margin: 10px 0;
  color: #000000;
}
.time_line_main_title h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: rgb(40 156 241 / 70%);
}
#about_us {
  padding: 50px 0;
}
section.blog-detail-page {
  border-top: 1px solid var(--dark-black);
  padding-top: 60px;
}
.site-header.stick-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  z-index: 1111;
  background: #ffffff;
}
.stick-header {
  position: sticky;
  top: 0;
  left: 0;
}
.footer-inner-space h3 {
  color: var(--orange);
  margin-bottom: 15px;
  font-size: 20px;
}
.footer-inner-space ul {
  grid-gap: 10px;
}
.blog-detail-home a:hover {
  color: var(--black);
}
.inner-content-resent-blog h4 a:hover {
  color: var(--black);
}
.banner-com.banner-without-image {
  padding: 181px 0;
}
.banner-com .title-banner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
.banner-com .banner-image {
  height: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner-com .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center right;
}
.banner-com.banner-without-image .col-xl-6.col-12 {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  /* Contact us page 23/5 Nilima */

  .contact-us-page .bg-contact {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
    border: 1px solid var(--blue);
    border-top: none;
  }
  .menu-item-has-children > a::before {
    right: 20px;
  }
  a.arrowup:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .header-menu-area ul li .sub-menu li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-menu li a:not(.sub-menu li a) {
    padding: 10px 20px;
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid var(--orange);
    display: block;
  }
  #menu-header-menu li {
    margin: 0;
  }
  .header-menu li.menu-item:last-child > a {
    border-bottom: 1px solid var(--orange);
  }
  .header-menu li.menu-item .sub-menu li:last-child a {
    border-color: var(--blue);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  button.navbar-toggler {
    border: 2px solid var(--orange);
  }
  .navbar-toggler-icon {
    line-height: 1.5em;
  }

  .about-right-sec {
    position: static;
    margin-bottom: 30px;
  }
  .about-first-sec {
    padding: 60px 0 30px;
  }
  .navbar-expand-xl .navbar-nav {
    grid-gap: 0;
  }
  .contact_us_link-data-home-page .contact_us_link-link {
    max-width: 165px;
  }
  .contact_us_link-data-home-page .contact_us_link-link {
    padding: 19px 0 19px 0px;
  }
  .contact_us_link-data-home-page .contact_us_link-link a {
    padding: 10px 40px 10px 15px;
  }
  .contact_us_link-data-home-page .contact_us_link-link a::after {
    line-height: 41px;
    right: 10px;
  }
  li#menu-item-268 {
    padding-right: 0;
  }
  .service_page {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-detail-page .recentblogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .our-experience .row > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .inner-footer .location-footer,
  .site-footer .inner-footer .phone-footer {
    margin: 15px 0;
  }
  .site-footer .inner-footer {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  /* Contact us page 23/5 Nilima */

  :root {
    --container: 90%;
  }
  .contact-us-page .col-text-side {
    padding: 40px 30px 40px 30px;
  }
  .contact-us-page .gravity-form-side {
    padding: 10px 30px 40px 30px;
  }
  .contact-us-page #gform_1 .gform_footer .gform_button {
    line-height: 58px;
  }
  .contact-us-page .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 40px;
  }
  .blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
    font-size: 38px;
    line-height: 43px;
  }
  .data-blog .content h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* Contact us page 23/5 Nilima */

  .contact-us-page.descrrption-cu p {
    line-height: 120%;
  }
  .banner-com.banner-without-image {
    padding: 100px 0;
  }

  /* Blog list page 23/5 Nilima */

  .blog-list .loadmorebtn-area,
  .category-page .loadmorebtn-area {
    text-align: center;
  }
  /* Blog detail page 23/5 Nilima */

  .blog-detail-page .recentblogs {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .blog-detail-page .container {
    width: 90%;
  }
  .category-page .dcsAllPostsWrapper {
    padding: 80px 0 40px;
  }
  .service_page .container {
    width: 90%;
  }

  .about-first-sec .container,
  .our-experience .container,
  .history-class .container {
    width: 95%;
  }
  .contact-us-page .bg-contact {
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-page .blog-cat-date-area-detail {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .blog-detail-page .blog-cat-date-area-detail .cat-author-detail {
    gap: 18px;
  }
  .blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
    font-size: 37px;
    margin: 0;
  }
  .our-experience .row > div {
    grid-template-columns: repeat(1, 1fr);
  }
  .our_experince_section_title {
    padding: 0;
    margin-top: 8px;
  }
  .blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
    font-size: 30px;
  }
  .data-blog .content h2 {
    font-size: 28px;
  }
  .data-blog .content h3 {
    font-size: 20px;
  }
  .blog-detail-page .data-blog .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  /* Contact us page 23/5 Nilima */

  .contact-us-page .gravity-form-side,
  .contact-us-page .col-text-side {
    padding: 50px 20px !important;
  }
  .contact-us-page #gform_1 .gform_footer .gform_button {
    padding: 0 70px 0px 25px;
  }
  .contact-us-page .class-title-cu h3 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .contact-us-page .add-title h4 {
    font-size: 21px;
  }
  .banner_desc p,
  .service_summary p {
    font-size: 16px;
  }
  .blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
    font-size: 30px;
  }
  .blog-detail-page .blog-detail-area .title-data-blog-detail h1 {
    font-size: 24px;
  }
}
