body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
  font-family: "Prompt", sans-serif !important;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.error-message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: block;
}

/* Sticky Header Styles */
.sticky-wrapper {
  position: sticky;
  /* Makes the header stick to the top */
  top: 0;
  /* Keeps the header at the top of the viewport */
  z-index: 1000;
  /* Ensures the header is above other content */
  background-color: #fff;
  /* Sets a solid background for better visibility */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional shadow for a modern look */
}

/* Adjust the content to avoid overlapping with the header */
body {
  margin-top: 80px;
  /* Adjust this value to match your header height */
}

/* Header Navigation Styling */
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  /* Spacing between menu items */
}

.main-menu a {
  text-decoration: none;
  color: #1b6baa;
  font-weight: 500;
  padding: 10px 15px;
  transition: color 0.3s ease;
}

.main-menu a:hover {
  color: #007bff;
  /* Change to your primary color */
}

/* Dropdown Menu Styling */
.main-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  /* Hidden by default */
  z-index: 1001;
}

.main-menu .menu-item.dropdown:hover .dropdown-menu {
  display: block;
  /* Show dropdown on hover */
}

.main-menu .dropdown-menu li {
  padding: 10px;
  width: 100% !important;
}

.main-menu .dropdown-menu a {
  color: #333;
  text-decoration: none;
}

.main-menu .dropdown-menu a:hover {
  color: #007bff;
}

/* Mobile Menu Adjustments */
.navbar-right .menu-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
    /* Hide desktop menu on small screens */
  }

  .mobile-menu-wrapper {
    display: block;
    /* Show mobile menu */
    background-color: #007bff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .mobile-menu ul {
    list-style: none;
    padding: 10px;
    margin: 0;
  }

  .mobile-menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
  }

  .mobile-menu a:hover {
    color: #007bff;
  }
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Prevent text wrapping and adjust spacing */
.dropdown-menu li a {
  display: block;
  white-space: nowrap;
  /* Prevent line wrapping */
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  width: 100%;
  /* Ensure consistent width */
  box-sizing: border-box;
  /* Include padding in the width */
}

/* Adjust the dropdown container to accommodate long service names */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  z-index: 1000;
  border-radius: 5px;
  min-width: 300px;
  /* Adjust width as needed */
}

/* Show dropdown on hover */
.menu-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Additional hover effects for clarity */
.dropdown-menu li a:hover {
  background: #f1f1f1;
  color: #1b6baa;
}

/* For mobile menu (small screens) */
.mobile-menu {
  display: none;
}

.mobile-menu ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

/* For dropdown items */
.menu-item .dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.menu-item .dropdown-menu li {
  border-bottom: 0px;
}

.menu-item .dropdown-menu li a {
  padding: 0px 20px;
  color: #333;
  text-decoration: none;
}

.menu-item .dropdown-menu li a:hover {
  background-color: #f1f1f1;
}

/* Mobile toggle button */
.menu-item .dropdown-toggle {
  cursor: pointer;
  display: block;
  /* padding: 10px 20px; */
  color: #333;
  text-decoration: none;
}

/* Show the dropdown when it's active */
.menu-item.active .dropdown-menu {
  display: block;
}

/* Ensure the mobile menu is visible on small screens */
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}

.footer__social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: var(--tp-common-white);
  text-align: center;
  background-color: #162b3b;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
  font-size: 17px;
}

/* Default logo width for PC (larger screens) */
.header-logo img {
  width: 286px !important;
  max-width: 100%;
  height: auto;
  /* Maintain the aspect ratio */
}

/* For screens smaller than 768px (mobile devices) */
@media (max-width: 767px) {
  .header-logo img {
    width: 282px !important;
    max-width: 100%;
    height: auto;
    /* Maintain the aspect ratio */
  }

}

/* hire page css start */
/* banner css start */
.banner_section {
  padding-top: 95px;
  padding-bottom: 270px;
}

.banner_section .banner_text,
.banner_section p {
  color: #fff;
  text-align: center;
}

.common_title h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.28em;
}

.banner_section h1 {
  width: 100%;
  max-width: 1101px;
  margin: 0px;
  padding-bottom: 31px;
}

.banner_section .banner_text p {
  font-size: 22px;
  line-height: 1.52em;
  padding-bottom: 31px;
}

button .common_button {
  display: inline-flex;
  align-items: center;
  line-height: 1.4em !important;
  padding-top: 24px !important;
  padding-right: 25px !important;
  padding-bottom: 25px !important;
  padding-left: 36px !important;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

button {
  padding: 0px;
  border: none;
  background-color: transparent;
}

button .common_button:after {
  content: "";
  background: url(../../../public/assets/img/button)no-repeat center right;
  background-size: 100% 100%;
  height: 29px;
  width: 29px;
  position: initial;
  margin-left: 10px !important;
  display: inline-block;
  opacity: 1 !important;
}

/* banner css end */
/* count section css start */
.count {
  font-size: 40px;
  font-weight: bold;
  color: rgba(26, 108, 171, 1);
  text-align: left;
}

.counter_sction .counter_row {
  background: #fff;
  box-shadow: 0px 7px 10px 7px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 26px;
  margin-top: -100px;
}

.counter_text {
  color: #000;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
}

.counter_sction .text-center.text-white {
  border-right: 2px solid #0000001c;
  height: 130px;
}

.counter_sction .text-center.text-white.lat_col {
  border-right: none !important;
}

/* count section css End */
/* hire_best section start  */
section.hire_best_sections {
  padding-top: 100px;
  padding-bottom: 149px;
}

.hire_best_sections .clock_card img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.hire_best_sections .clock_card {
  display: flex;
  background-color: rgba(26, 108, 172, 1);
  border-radius: 55px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
}

.hire_best_sections .clock_card h5 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 10px;
}

.hire_best_sections .hire_best_sections button {
  display: flex;
  margin: auto;
  padding-top: 30px;
}

.hire_best_sections .clock_hours {
  display: flex;
}

.hire_best_sections .clock_hours .clock_hours_text h5 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.hire_best_sections .clock_hours .clock_hours_text {
  color: rgba(60, 157, 213, 1);
  background: #fff;
  border: 2px solid rgba(26, 108, 172, 1);
  border-radius: 23px;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}

.hire_best_sections .clock_hours .clock_hours_text h6 {
  margin: 0;
  color: rgba(44, 42, 42, 1);
  font-size: 20px;
  font-weight: 600;
}

.hire_best_sections button {
  margin: auto;
  display: flex;
  padding-top: 70px;
}

.hire_best_sections .time_box-row {
  padding-top: 35px;
}

.hire_best_sections .benifits_row {
  padding-top: 15px;
  padding-bottom: 12px;
}

.hire_best_sections .benifits_row h5 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

/* hire_best section End  */
/* Success at Speak section start  */
.success_speak_section {
  background-color: rgba(59, 156, 213, 1);
  padding-top: 86px;
  padding-bottom: 86px;
}

.success_speak_section .page-title {
  color: #fff;
}

.success_speak_section p {
  font-size: 28px;
  max-width: 704px;
  text-align: left;
  line-height: 1.5em;
}

.success_speak_section .row {
  align-items: center;
}

.success_speak_section .row p {
  color: #fff;
}

/* Success at Speak section End */

/* Hire Wordpress Developer start */
.wordpress_developer {
  padding-top: 151px;
  padding-bottom: 156px;
  position: relative;
}

.wordpress_developer .wordpress_text {
  color: #000;
  padding-top: 30px;
}

.wordpress_developer .page-title {
  font-size: 27px;
  font-weight: 600;
  max-width: 354px;
}

.wordpress_developer p {
  color: #100f0f;
  max-width: 296px;
}

.wordpress_developer:after {
  content: "";
  position: absolute;
  background: url(../../../public/assets/img/wordpress_developer_img) no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wordpress_developer .row {
  z-index: 1;
  position: relative;
}

.wordpress_developer .wordpress_box {
  border: 1px solid rgba(194, 194, 194, 1);
  border-radius: 19px;
  min-height: 279px;
}

.wordpress_developer .wordpress_box_text {
  padding: 26px 41px;
}

.wordpress_developer .wordpress_box h3 {
  margin: 0;
  width: 80px;
  height: 80px;
  background: rgba(59, 156, 213, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.wordpress_developer .wordpress_box h2 {
  padding-bottom: 8px;
  margin: 0px;
}

.box_sec_row {
  padding-top: 83px;
}

/* Hire Wordpress Developer end */

/* clear_pricing_section */
.clear_pricing_section {
  background: radial-gradient(50% 118.07% at 50% 50%, #1a6bab 0%, #3ea0d8 100%);
  padding-top: 78px;
  padding-bottom: 78px;
}

.clear_pricing_section .row {
  align-items: center;
}

.clear_pricing_section h2 {
  color: #fff;
  margin: 0;
  padding-bottom: 50px;
}

.clear_pricing_section .clear_pricing_text h5 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
  padding-bottom: 10px;
}

.clear_pricing_section .clear_pricing_text p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.clear_pricing_section .pricing_left_section {
  padding-left: 100px;
}

.clear_pricing_section .clear_pricing_text {
  padding-bottom: 40px;
}

.clear_pricing_section .clear_pricing_text:last-child {
  padding-bottom: 0px;
}

/*clear_pricing_section  */

/* Why Hire Wordpress developer Satrt  */
.hire_wordpress_developer {
  padding-top: 178px;
  padding-bottom: 155px;
}

.hire_wordpress_developer .page-title {
  font-weight: 500;
  color: #000;
  max-width: 356px;
  font-size: 31px;
  line-height: 1.3em;
}

.hire_wordpress_developer .hire_text p {
  color: #000;
  font-size: 22px;
  line-height: 1.5em;
  max-width: 385px;
  margin: 0px;
}

.hire_wordpress_developer h4.titles {
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  color: #308bc6;
  line-height: 1.2em;
}

.hire_wordpress_developer .hire_wordpress_text p {
  margin: 0px;
  color: #000;
  font-size: 18px;
  padding-top: 26px;
  line-height: 1.6em;
}

.hire_wordpress_developer .row {
  align-items: center;
}

.hire_sec_row {
  padding-top: 51px;
  align-items: center;
}

.hire_wordpress_developer .first_col {
  position: relative;
}

.hire_wordpress_developer .first_col:after,
.hire_wordpress_developer .sec_col:after,
.hire_wordpress_developer .first_col:after,
.hire_wordpress_developer .first_col:after {
  content: "";
  position: absolute;
  background-image: url(../../../public/assets/img/hire_wordpress_img) no-repeat;
  background-size: contain;
  width: 258px;
  height: 110px;
  top: -45px;
}

/* Why Hire Wordpress developer nd  */
/* talk_more_section */
.talk_more_section {
  padding-top: 123px;
  padding-bottom: 115px;
  background-color: #3b9cd5;
}

.talk_more_section h5 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  padding-bottom: 38px;
}

.talk_more_section h3 {
  margin: 0;
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  padding-bottom: 40px;
}

/* talk_more_section */
/* hire page css end */

/* our-team page css start */
/* banner section css start */
.our_team_section .row {
  align-items: center;
  padding-top: 68px;
  padding-bottom: 68px;
}

.our_team_section .row .banner_text p {
  color: #000;
  font-size: 22px;
  line-height: 1.7em;
  padding-bottom: 54px;
  margin: 0;
}

/* banner section css end */
/* team_text_section */
.team_text_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team_text_section .text_section p {
  color: #000;
  font-size: 23px;
}

/* team_text_section */

/* Our Pillar section */
.our_pillar_section {
  padding-bottom: 80px;
}

.our_pillar_section h2 {
  padding-bottom: 50px;
  margin: 0;
}

.our_pillar_section .box {
  background-color: #d2ecff;
  max-width: 310px !important;
  padding: 15px;
}

.our_pillar_section .box .box_text {
  padding-top: 15px;
}

.our_pillar_section .box .box_text h5 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding-bottom: 5px;
}

.our_pillar_section .box .box_text p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0px;
}

.our_pillar_section .our_pilar_col {
  justify-content: center;
  display: flex;
}

.our_pillar_section .row {
  max-width: 1030px;
  margin: auto;
}

/* Our Pillar section */

/* Our_Team section */
.Our_Team_row {
  padding-top: 40px;
}

/* Our_Team section */

/* We Invest in Relationships section  */
.relationships_section {
  background-color: #ecf3f9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.relationships_section .row {
  align-items: center;
}

.relationships_section h2 {
  color: #000;
  font-weight: 600;
  font-size: 60px;
  margin: 0;
  padding-bottom: 30px;
}

.relationships_section p {
  color: #000;
  font-size: 20px;
  line-height: 1.7em;
}

.relationships_section button {
  margin: auto;
  display: flex;
}

button.get_in_touch_button a {
  display: inline-flex;
  align-items: center;
  line-height: 1.4em !important;
  padding-top: 20px !important;
  padding-right: 25px !important;
  padding-bottom: 20px !important;
  padding-left: 25px !important;
  border-radius: 50px;
  background-color: #1c6ca9;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

button.get_in_touch_button a:hover {
  background-color: #fff;
  color: #23527c;
  text-decoration: none;
}

.relationships_section .relationships_col {
  background-color: #fff;
  width: 520px;
  height: 500px;
  border-radius: 100%;
  align-items: center;
  margin: auto;
  justify-content: center;
  display: flex;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.25);
}

.relationships_section .relationships_col h4 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  color: #000;
  padding-bottom: 30px;
}

.relationships_section button a:hover {
  background-color: #23527c;
  color: #fff;
  text-decoration: none;
}

/* We Invest in Relationships section   */
/*  */
.position_section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.position_section .row {
  background: linear-gradient(90deg, #1a6bab 0%, #3ea0d8 100%);
  padding: 80px 60px;
  border-radius: 50px;
  align-items: center;
}

.position_section .row h2 {
  margin: 0px;
  color: #fff;
  line-height: 1.9em;
}

/*  */
/* our-team page css end */
/* thank you page css start */
.you_might_section {
  padding-top: 115px;
  padding-bottom: 115px;
}

.you_might_section .might_col {
  background: linear-gradient(180deg, #c9ebff 0%, #ffffff 100%);
}

.you_might_section .aloso_like_cox {
  display: flex;
  gap: 20px;
  padding: 30px 40px;
}

.you_might_section h2 {
  padding-bottom: 70px;
}

/* thank you page css start */

/* blog page css start */
/* banner css start */
.blog_banner_section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.blog_banner_section .row {
  align-items: center;
}

.blog_banner_section .row h1 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 18px;
}

.blog_banner_section .row p {
  color: #000;
  font-size: 22px;
  margin: 0;
}

/* banner css End */
/* blog_section css start */
.blog_section {
  padding-top: 110px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog_section .blog_box {
  background-color: #d9d9d900;
  padding: 27px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.25);
}

.blog_section button.get_in_touch_button a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-weight: 400 !important;
  font-size: 12px;
 
}

.blog_section .blog_box .blog_text h5 {
  margin: 0;
  font-size: 20px;
  color: rgba(102, 91, 91, 1);
}

.blog_section .blog_box .blog_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 20px;
}

.blog_section .blog_box h6 {
  color: #181a1c;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 11px;
}

.blog_section .blog_box p {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #717578;
  line-height: 1.7em;
  padding-bottom: 30px;
  height: 100%;
}

.blog_section .read_more_button a {
  color: #665b5b;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

.blog_section .read_more_button {
  text-align: end;
}

.blog_section button.load_more_button {
  margin: auto;
  display: flex;
  padding-top: 100px;
}

.blog_section .load_more_button a {
  background-color: #3ea0d8 !important;
  padding: 17px 48px 17px 48px !important;
  color: #fff;
}

.blog_section button.get_in_touch_button a:hover {
  background-color: #23527c;
  color: #fff;
}

.blog_section .padding_top_row {
  padding-top: 30px;
}

img.blog_img {
  border-radius: 20px;
}

/* blog_section css end */
/* interesting_project_section css start */
.position_section .row {
  background: linear-gradient(90deg, #1a6bab 0%, #3ea0d8 100%);
  padding: 80px 60px;
  border-radius: 50px;
  align-items: center;
}

.interesting_project_section .button_col {
  text-align: end;
}

/* interesting_project_section css end */
/* contact_form_section css start  */
.contact_form {
  padding-bottom: 90px;
}

.contact_form .contact_form_row {
  max-width: 900px;
  margin: auto;
}

.contact_form .contact_form_row a {
  color: #fff !important;
  text-decoration: none;
}

/* contact_form_section css End */
/* blog page css End*/

/* blog details page css start  */
.post-content {
  padding: 50px 40px;
}

.post-content h5 {
  font-size: 30px;
  margin: 0px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #1b6baa;
}

.post-content .blog_text {
  padding-top: 30px;
}

.post-content .blog_text:first-child {
  padding-top: 0px;
}

.post-content .blog_text p {
  font-size: 16px;
  line-height: 1.7em;
}

.post-content .blog_text a {
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  color: #1b6baa;
}

.post-content .right_side {
  background-color: #1C6CA9;
  max-width: 400px;
  border-radius: 25px;
  padding: 30px;
  height: 350px;
}

.post-content .right_side .looking-for-head {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8em;
  text-transform: uppercase;
}

.post-content .right_side .services_text {
  padding-top: 25px;
}

.post-content .right_side .services_text h6 {
  margin: 0px;
  padding-bottom: 15px;
}

.post-content .right_side .services_text a {
  color: #fff;
  font-size: 18px;
}

.blog_col {
  height: 350px;
}

/* blog details page css End  */

/* our portfolio page css start */
/* banner section css start  */
.our_portfolio {
  padding-top: 180px;
  padding-bottom: 180px;
}

.our_portfolio .banner_text h1,
.our_portfolio .banner_text p {
  text-align: center;
  color: #fff;
  margin: 0;
}

/* banner section css End  */
/* portfolio section start */
.portfolio_section .filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.portfolio_section .filter-btn {
  background-color: #3e9fd8;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
}

.portfolio_section .filter-btn.active {
  background-color: #1b6baa;
  border: none;
}

.portfolio_section button:focus {
  outline: none;
}

.portfolio_section .portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-top: 50px;
}

.portfolio_section .portfolio-item {
  width: 350px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  height: 249px !important;
}

.portfolio_section .portfolio-item img {
  position: relative;
}

.portfolio_section .portfolio-item:hover:after {
  content: '';
  position: absolute;
  background: rgb(13 12 12 / 88%);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: 3px solid #1b6baa;
  border-radius: 10px;
}

.portfolio_section .portfolio-item img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 249px;
  object-fit: cover;
}

.portfolio_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.portfolio_section .portfolio-item .portfolio_text h3{
  margin-top: -45px;
  color: #fff;
  padding-left: 20px;
  z-index: 4;
  position: relative;
  display: none;
  margin-bottom: 0px;
}
.portfolio_section .portfolio-item:hover .portfolio_text h3{
  display: block;
}
/* portfolio section End */


@media (max-width: 1024px) {
  .relationships_section .relationships_col {
    width: 490px;
    height: 470px;
  }
}

@media (max-width: 991px) {

  /* hire page css start*/
  .counter_sction .counter_row {
    padding: 20px;
    margin-top: -120px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .counter_text {
    font-size: 18px;
  }

  section.hire_best_sections {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .success_speak_section img.lozad {
    margin: auto;
    display: flex;
  }

  .success_speak_section p {
    font-size: 28px;
    max-width: 100%;
    margin: 0;
  }

  .success_speak_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wordpress_developer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wordpress_developer .wordpress_text {
    padding-top: 0px;
  }

  .wordpress_developer .page-title,
  .wordpress_developer p {
    max-width: 100%;
  }

  .box_sec_row {
    padding-top: 0px;
  }

  .wordpress_box {
    margin-top: 30px;
  }

  .clear_pricing_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clear_pricing_section .pricing_left_section {
    padding-left: 15px;
  }

  .hire_wordpress_developer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hire_wordpress_developer .page-title {
    max-width: 100%;
  }

  .hire_wordpress_developer .hire_text p {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .hire_wordpress_developer .hire_wordpress_text p {
    padding-top: 5px;
  }

  .hire_wordpress_text {
    padding-bottom: 30px;
  }

  .talk_more_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .talk_more_section h3 {
    font-size: 70px;
  }

  .common_title h1 {
    font-size: 35px;
  }

  .banner_section .banner_text p {
    font-size: 18px;
  }

  button .common_button {
    line-height: 1.4em !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    border-radius: 20px;
    font-size: 18px;
  }

  button .common_button:after {
    height: 26px;
    width: 26px;
    margin-left: 10px !important;
  }

  .counter_sction .text-center.text-white {
    border-right: none;
  }

  .flow-section {
    justify-content: center;
  }

  .clock_box {
    padding-bottom: 30px;
  }

  .hire_best_sections button {
    padding-top: 10px;
  }

  /* hire page css end */
  /* our_team page css start */
  .our_team_section img {
    margin: auto;
    display: flex;
  }

  .team_text_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our_pillar_section h2 {
    padding-bottom: 30px;
  }

  .our_pillar_section .row {
    max-width: 100%;
    margin: auto;
  }

  .our_pillar_section {
    padding-bottom: 20px;
  }

  .our_pillar_section .box {
    max-width: 285px !important;
  }

  .our_team_col {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }

  .Our_Team_row {
    padding-top: 0px;
  }

  .relationships_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .relationships_section h2 {
    font-size: 45px;
    padding-bottom: 20px;
  }

  .position_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .position_section .row {
    padding: 40px 30px;
    border-radius: 30px;
  }

  /* our_team page css end  */
  /* blog page css start */
  .blog_banner_section img {
    object-fit: cover;
  }

  .blog_banner_section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .blog_banner_section img {
    margin: auto;
    display: flex;
    height: 320px;
  }

  .blog_box {
    margin-bottom: 30px;
  }

  .blog_section {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .blog_section button.load_more_button {
    padding-top: 20px;
  }

  .interesting_project_section .button_col {
    text-align: start;
  }

  .position_section .row h2 {
    margin: 0px;
    color: #fff;
    line-height: 1.3em;
    padding-bottom: 20px;
  }

  .contact_form {
    padding-bottom: 50px;
  }

  .blog_section .padding_top_row {
    padding-top: 0px;
  }

  /* blog page css start */
  /* blog details page css start  */
  .post-content {
    padding: 50px 15px;
  }

  .post-content .right_side .services_text {
    padding-top: 10px;
  }

  .post-content .right_side {
    border-radius: 15px;
    padding: 20px;
  }

  .post-content .right_side .looking-for-head {
    font-size: 26px;
  }

  /* blog details page css End  */

  /* our portfolio page css start */

  /* portfolio section start */
  .portfolio_section .portfolio-item {
    width: 330px;
  }

  .portfolio_section .filter-buttons {
    overflow: hidden;
    justify-content: start;
  }

  .portfolio_section .filter-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .portfolio_section .filter-buttons::-webkit-scrollbar {
    width: 2px;
    height: 3px;
  }

  .portfolio_section .filter-buttons::-webkit-scrollbar-thumb {
    background: #1b6baa;
  }

  .portfolio_section .filter-buttons::-webkit-scrollbar-track {
    background: #3e9fd8;
    border-radius: 5px;
  }

  .portfolio_section .filter-btn {
    padding: 10px 40px;
  }

  /* portfolio section End */
  /* our portfolio page css End */

}

@media (max-width: 767px) {

  /* hire page css start*/
  .banner_section {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .counter_sction .counter_row {
    padding: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .page-title {
    font-size: 30px;
  }

  .success_speak_section p {
    font-size: 20px;
  }

  .hire_wordpress_developer .page-title {
    font-size: 30px;
  }

  .hire_wordpress_developer .hire_text p {
    font-size: 18px;
  }

  .hire_sec_row {
    padding-top: 0px;
  }

  .testimonials-section {
    padding: 0px 20px;
  }

  .talk_more_section h3 {
    font-size: 65px;
  }

  button .common_button:after {
    height: 18px;
    width: 20px;
    margin-left: 5px !important;
  }

  .count {
    font-size: 35px;
  }

  .counter_text {
    font-size: 14px;
  }

  /* hire page css end */
  /* our_team page css start */
  .our_team_section .row .banner_text p {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .team_text_section .text_section p {
    font-size: 18px;
  }

  .our_pillar_section .our_pilar_col {
    padding-bottom: 30px;
  }

  .our_pillar_section .our_pilar_col:last-child,
  .our_pillar_section .our_team_col:last-child {
    padding-bottom: 0px;
  }

  .relationships_section .relationships_col {
    width: 346px;
    height: 346px;
  }

  .relationships_section .relationships_col h4 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
  }

  .position_section .row {
    padding: 20px 20px;
    border-radius: 15px;
  }

  .position_section .page-title {
    font-size: 24px;
  }

  .blog_banner_section img {
    height: 100%;
  }

  .blog_section .blog_box {
    padding: 15px;
  }

  .blog_section .blog_box .blog_text {
    display: inherit;
  }

  .blog_section .blog_box .blog_text h5 {
    padding-top: 20px;
  }

  /* our_team page css end  */
  /* blog details page css start  */

  .post-content h5 {
    padding-bottom: 10px;
  }

  .blog_banner_section .row h1 {
    font-size: 30px !important;
  }

  .post-content h5 {
    font-size: 22px;
    font-weight: 500;
  }

  .post-content .blog_text {
    padding-top: 12px;
  }

  /* blog details page css End  */
}