@import url(../font/stylesheet.css);
@import url(../css/animate.min.css);
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*,
.offer_item {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.Enquiry_btn,
.btn-bordered-white,
.btn-primary-blue {
  color: #fff;
  border-radius: 6px;
  font-family: source_sans_probold;
}
.Enquiry_btn,
.btn-bordered-white,
.btn-primary-blue,
.carousel-caption h2,
.section_head h6 {
  font-family: source_sans_probold;
}
.contact_address_detail a,
.hyper_link,
.latestBlog-box ul li a,
.navbar .logo a,
.strength_thumb a.show_more,
footer ul li a,
nav .navbar .links li a {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
nav .navbar .links li .arrow,
nav .navbar .links li.menu-item-has-children:after {
  width: 22px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  background: url(../images/arrow-drop.svg) center no-repeat;
  margin-left: 5px;
}
body {
  min-height: 100vh;
  font-family: source_sans_proregular;
}
p {
  color: #4b5d70;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.7;
}
h3 {
  font-size: 26px;
  font-family: source_sans_prosemibold;
}
h4{  font-size: 22px;  font-family: source_sans_prosemibold;}
header {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
}
.fixed-top {
  -webkit-box-shadow: 0 13px 50px 0 rgba(25, 43, 62, 0.1);
  -moz-box-shadow: 0 13px 50px 0 rgba(25, 43, 62, 0.1);
  box-shadow: 0 13px 50px 0 rgba(25, 43, 62, 0.1);
  background-color: #fff;
}
.fixed-top .logo img {
  height: 40px;
}
.Enquiry_btn {
  background: #8CC643;
  text-align: center;
  font-size: 18px;
  padding: 10px 19px;
  line-height: normal;
}
.Enquiry_btn:hover {
  background: #3ad303;
  color: #fff;
}
.btn-primary-blue {
  background: #41a5c4;
  padding: 10px 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}



.btn-primary-blue:hover {
 background: #8CC643;
  color: #fff;
}
.btn-primary-blue:hover svg path {
  stroke: #1d85f4;
}
.btn-bordered-white {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 30px;
  border: 2px solid #fff;
}
.btn-bordered-white:hover {
  background: #fff;
  color: #4b5d70;
}
.btn-bordered-black {
  border-radius: 6px;
  border: 1px solid #4b5d70;
  color: #4b5d70;
  font-family: source_sans_prosemibold;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 166.667%;
}
.btn-bordered-black:hover {
  background-color: #4b5d70;
  color: #fff;
}
.close,
.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 3px 0;
}
.hamburger.active span:first-child {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.close span {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transform-origin: center;
}
.close span:first-child {
  transform: rotate(45deg);
}
.close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -8px;
}
.thumb_image img,
nav {
  width: 100%;
  height: auto;
}
nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: normal;
  margin: auto;
}
.navbar .logo a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.navbar .logo img{filter: brightness(0) invert(1);}
.fixed-top .navbar .logo img{filter:none}
nav .navbar .nav-links {
  height: 100%;
}
.social_media,
nav .navbar .links {
  display: flex;
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  /*padding: 8px 16px;*/
  /* border-bottom: 3px solid rgba(255, 255, 255, 0); */
}
nav .navbar .links li a {
  height: 100%;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 16px;
}
nav .navbar .links li.current-menu-item,
nav .navbar .links li.current_page_item,
nav .navbar .links li:hover {
  color: #1d85f4;
  /* border-bottom: 3px solid #41a5c4; */
  background: #fff; border-radius: 6px;
}
.black_box p span,
nav .navbar .links li.current-menu-item a,
nav .navbar .links li.current_page_item > a,
nav .navbar .links li:hover,
nav .navbar .links li:hover a {
  color: #000;
}
nav .navbar .links li.current_page_item.menu-item-has-children:hover:after,
nav .navbar .links li.menu-item-has-children:hover:after,
nav .navbar .links li:hover .arrow {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(40%) sepia(35%) saturate(3382%)
    hue-rotate(194deg) brightness(98%) contrast(95%);
}
.fixed-top nav .navbar .links li a{color: #000;}
.fixed-top nav .navbar .links li.current-menu-item a,
.fixed-top nav .navbar .links li.current_page_item > a,
.fixed-top nav .navbar .links li:hover,
.fixed-top nav .navbar .links li:hover a {
  color: #8cc643;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.strength_thumb.Expand_text a.show_more:after,
nav .navbar .links li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
nav .navbar .links li .arrow {
  height: 100%;
  color: #fff;
}
nav .navbar .links li.menu-item-has-children:after {
  content: "";
  height: 100%;
  color: #fff;
}
nav .navbar .links li ul {
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 1.6;
  display: none;
  z-index: 2;
  padding: 43px 0 0;
  min-width: 180px;
}
.fixed-top nav .navbar .links li ul {
  top: 23px;
}
.links li ul .more:hover .more-sub-menu,
nav .navbar .links li:hover ul {
  display: block;
}
nav .navbar .links li ul a {
  color: #fff !important;
  padding: 15px;
}
nav .navbar .links li ul a:hover {
  color: #1d85f4 !important;
}
nav .navbar .links li ul li:hover {
  border-width: 1px;
}
.navbar .links li ul li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  background: #192b3e;
}
.navbar .links li ul a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
}
.navbar .links li ul .more-arrow {
  line-height: 40px;
}
.navbar .links li ul .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px;
  z-index: 1;
  display: none;
}
.navbar .bx-menu,
.navbar .nav-links .sidebar-logo {
  display: none;
}
@media (max-width: 920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .links li {
    padding: 0;
    white-space: nowrap;
  }
  nav .navbar .links li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .navbar .bx-menu,
  nav .navbar .links li {
    display: block;
  }
  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }
  .navbar .bx-menu,
  .sidebar-logo i {
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
  }
  nav .navbar .links {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li ul {
    position: relative;
    top: 0;
    padding-top: 0;
    box-shadow: none;
    display: none;
  }
  .fixed-top nav .navbar .links li ul {
    top: 0;
  }
  nav .navbar .links li ul li {
    border-bottom: none;
  }
  .navbar .links li ul .more-sub-menu {
    position: relative;
    left: 0;
    display: none;
  }
  .navbar .links li ul .more-sub-menu li,
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0);
  }
  .navbar .links li ul .more span {
    display: flex;
    align-items: center;
  }
  .links li ul .more:hover .more-sub-menu,
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    z-index: 1000;
  }
  nav .navbar .nav-links {
    height: 100vh;
    overflow: auto;
  }
  nav .navbar .links li.menu-item-has-children:after {
    position: absolute;
    height: 20px;
    top: 11px;
    right: 0;
    filter: brightness(100%) invert(100%);
  }
}
.banner_section{position: relative;}
.banner_section::after{position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; height: 160px; background:url(../images/pattern-1.png) repeat-x;content: ""; display: block;}
.carousel-item{min-height: 100vh; background-size: cover !important; background-position: center !important;}
.image_1{max-height: 560px;    position: absolute;
    bottom: 100px;
    right: 10%;}
.image_2{position: absolute;width: 200px;bottom: 8%;left: 8%;}
.image_3 {
    position: absolute;
    right: -50px;
    width: 230px;
    top: -50px;
    opacity: 0.8;
    filter: brightness(0) invert(1);
}

@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0;
  top: 0;
  padding: 0 8% 4.5%;
  color: #333;
  z-index: 10;
}
.buttonscroll,
.client_thumb p,
.owl-dots,
.welcom_box1,
.welcom_box1 h4 {
  text-align: center;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.carousel-indicators {
  margin-bottom: 35px;
}
.carousel-indicators div {
  border-radius: 30px;
  display: flex;
}
.carousel-indicators [data-bs-target] {
  background: #dfe6ed;
  opacity: 1;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  display: block;
}
.carousel-indicators .active {
  background: #1d85f4;
  opacity: 1;
}
.carousel-caption h2 {
    color: #fff;
    font-size: 4rem;
    line-height: 1.3;
    margin: 0 0 15px;
    font-family: "Pacifico", cursive;
}
.carousel-caption p{color: #fff; font-size: 16px; overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 8%;
}
.welcome_area {
  padding: 125px 0 150px;
}
.white_box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 60px 0 rgba(186, 195, 206, 0.4);
}
.consultation_thumb,
.offer_item {
  box-shadow: 0 4px 45px 0 rgba(186, 195, 206, 0.25);
}
.welcom_box1 {
  position: absolute;
  bottom: -9%;
  left: 0;
  z-index: 1;
  padding: 28px 9%;
}
.welcom_box1 h4 {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  margin: 16px 0;
}
.welcome_image {
  max-width: 85%;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bg1,
.bg2,
.bg3,
.bg4,
.image_bg,
.wave {
  position: absolute;
}
.section_head h6 {
    color: #8cc643;
    font-size: 20px;
    font-weight: 400;
    /*font-family: source_sans_proregular;*/
    font-family: source_sans_prosemibold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.hyper_link,
.offer_item h3,
.section_head h1,
.section_head h2 {
  font-family: source_sans_prosemibold;
}
.section_head h6::after {
  margin-left: 7px;
}
.career_detail h3,
.career_form h3,
.consultation_thumb h3,
.latestBlog-box ul li h4,
.offer_item h3,
.offer_item p,
.strength_thumb p,
.strength_thumb.Expand_text p {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section_head.text-center h6::before {
  margin-right: 7px;
}
.section_head h1,
.section_head h2 {
  color: #000;
  font-size: 45px;
}
.welcome_content,
.z-in1 {
  z-index: 1;
}
@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.bg7 img {
  animation: 100s linear infinite loading;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wave {
  background: url(../images/wave1.svg) 0 0 / contain no-repeat;
  bottom: 90px;
  width: 90px;
  height: 26px;
  left: 50px;
}
.bg1 {
  bottom: 20px;
  width: 150px;
  left: -55px;
  height: 150px;
}
.bg1 svg,
.bg3 svg,
.bg4 img,
.buttonscroll img {
  max-width: 100%;
}
.bg2 {
  left: 0;
  top: 0;
  overflow: hidden;
}
.bg2 img {
  transition: transform 0.2s;
  animation: 5s infinite alternate heartbeat;
}
.bg3 {
  right: 9%;
  width: 35px;
  bottom: -43px;
}
.bg4,
.latestBlog-box ul .flex-shrink-0 img {
  width: 100px;
}
.bg_str2,
.image_bg {
  bottom: 0;
  left: 0;
}
.bg4 {
  top: 50%;
  right: 3%;
}
.consultancy_sec {
  background-color: #fbf3e3;
  padding: 80px 0 60px;
}
.image_bg {
  top: 0;
  overflow: hidden;
  width: 25%;
}
.bg_str1,
.bg_str2 {
  width: 150px;
  position: absolute;
}
.image_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.overflow-hide,
footer,
section {
  overflow: hidden;
}
.offer-carousel {
  margin-top: 5px;
}
.offer_item {
  border-radius: 10px;
  min-height: 500px;
  background: linear-gradient(251deg, #fff 11.02%, #fff 91.32%);
  padding: 25px 25px 30px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.offer_item img {
  width: 100% !important;
}
.offer_item h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 50px;
}
.offer_item p {
  color: #4b5d70;
  font-size: 1.063rem;
  line-height: 1.6;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.hyper_link {
  color: #41a5c4;
  font-size: 16px;
  line-height: 1.6;
}

/*.hyper_link svg path {fill: #41a5c4;}*/

.offer_bg {
  position: absolute;
  top: 0;
  right: 0;
  display: none !important;
}
.offer_item:hover {
  /*background: linear-gradient(251deg, #1d85f4 11.02%, #8CC643 91.32%);*/
}
.belief_section p,
.core_thumb .caption h3/*,
.offer_item:hover .hyper_link,
.offer_item:hover h3,
.offer_item:hover p */{
  color: #fff;
}
.service_links a,
.strength_thumb h3 {
  color: #000;
  font-family: source_sans_prosemibold;
}
.offer_item:hover .hyper_link {
  color: #8CC643;
}

.offer_item:hover .hyper_link svg path {
  stroke: #8CC643;
}

.offer_item:hover img {
  /*filter: brightness(0) invert(1);*/
}

.offer-carousel .owl-stage{ padding-top: 40px;  padding-bottom: 40px;}

.custom-nav button {
  border: 0;
  background: no-repeat;
}
.service_links {
  color: #4b5d70;
  font-size: 1.063rem;
  line-height: 1;
}
.service_links a {
  margin-left: 5px;
}
.strength_section {
  padding: 80px 0;
  overflow: hidden;
}
.strength_thumb:hover .strength_image img {
  transform: scale(1.06);
}
.radius-6,
.strength_image {
  border-radius: 6px;
  overflow: hidden;
}
.strength_thumb h3 {
  font-size: 22px;
  line-height: 115.385%;
  margin: 5px 0 15px;
}
.black_box p,
.strength_thumb p {
  font-family: source_sans_proregular;
}
.owl-dots {
  margin-top: 30px;
}
.owl-dots .owl-dot {
  background: #dfe6ed !important;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dots .owl-dot.active {
  background: #41a5c4 !important;
  width: 40px;
  border-radius: 100px;
}
.strength_thumb p {
  color: var(--text-2, #4b5d70);
  font-size: 1.063rem;
  line-height: 166%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.strength_thumb a.show_more {
  color: #4b5d70;
  font-family: source_sans_prosemibold;
  font-size: 16px;
  line-height: 166%;
}
.strength_thumb a.show_more:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow-drop2.svg) right center no-repeat;
  width: 12px;
  height: 7px;
  margin-left: 10px;
}
.strength_thumb.Expand_text p {
  text-overflow: unset;
  overflow: hidden;
  -webkit-line-clamp: unset;
}
.bg_str1 {
  top: -30px;
  right: 0;
}
.black_box {
  padding: 60px;
  background: url(../images/bg_black.webp) 0 0 / cover no-repeat;
  border-radius: 6px;
  margin-top: 80px;
}
.black_box p {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
.black_box .flex-grow-1 {
  padding-right: 10%;
}
.belief_section {
  background: url(../images/bg-belief.webp) 0 0 / cover no-repeat;
  padding: 100px 0;
}
.bulb_bg {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 240px;
}
.core_thumb,
.image_belief_sec {
  position: relative;
}
.bg6,
.bg7 {
  position: absolute;
}
.image_belief_sec::before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 100%;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
}
.image_belief_sec img {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.belief_section h2 {
  color: #fff;
  font-size: 45px;
  font-family: source_sans_prosemibold;
  line-height: 1;
  margin-top: 50px;
}
.belief_section h4,
footer h4 {
  color: #fff;
  font-family: source_sans_prosemibold;
  font-size: 20px;
}
.belief_section h4 {
  line-height: 1;
  margin-bottom: 15px;
}
.bg6 {
  width: 60px;
  top: 60%;
  left: 10px;
  transition: transform 0.2s;
  animation: 8s infinite alternate heartbeat;
}
.consultation_thumb {
  border-radius: 10px;
  background: #fff;
}
.common_box {
  background: url(../images/white_bg.webp) top left/cover no-repeat;
}
.features {
  padding: 150px 0 0;
}
.feature_slide {
  margin-top: 40px;
}
.consultation_thumb .caption {
  padding: 30px;
}
.career_detail h3,
.career_form h3,
.consultation_thumb h3 {
  color: #192b3e;
  font-size: 22px;
  font-family: source_sans_prosemibold;
  line-height: 1.3;
  min-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
span.date {
  display: block;
  color: #6a7785;
  font-size: 16px;
  line-height: 1;
  margin: 15px 0 25px;
}
.w-auto {
  width: auto;
}
.client_thumb {
  border-radius: 10px;
  border: 1px solid #ced7df;
  background: #fff;
  padding: 45px 37px;
  height: 100%;
}
.test_image {
  border-radius: 100%;
  height: 75px;
  width: 75px;
  overflow: hidden;
}
.test_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.test_contact h4 {
  color: #000;
  font-size: 18px;
  font-family: source_sans_prosemibold;
  line-height: 1;
  margin: 0;
}
.test_contact h6 {
  color: #6a7c92;
  font-size: 0.938rem;
  font-family: source_sans_proregular;
  line-height: 1;
  margin: 8px 0 0;
}
.client_thumb p,
footer ul li a {
  font-size: 1.063rem;
  font-family: source_sans_proregular;
}
.client_thumb p {
  color: #4b5d70;
  line-height: 1.5;
}
.test_contact {
  margin-top: 50px;
}
.client_owl .owl-item {
  display: flex;
  align-items: stretch;
}
.client_owl .owl-item > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer {
  background-color: #252c41;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.common_padd,
.footer-top,
.team_member {
  padding: 80px 0;
}
.footer-bottom {
  background: #1b2132;
  padding: 20px 0;
}
.footer-bottom p {
  margin: 0;
  color: #acbccb;
  font-size: 16px;
  line-height: 1;
  font-family: source_sans_proregular;
}
.form-box h3,
footer h4 {
  margin-bottom: 20px;
}
footer .footer-bottom .powered {
  text-align: right;
}
footer ul li a {
  color: #babfd0;
  line-height: 222.222%;
}
footer ul li a:hover {
  color: #8CC643;
}
footer h4 {
  line-height: 1;
}
.social_media li {
  padding-right: 15px;
}
.social_media li a {
  background: #323c59;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}
.contact_detail li a {
  color: #acbccb;
  font-family: source_sans_proregular;
  font-size: 18px;
  line-height: 155.556%;
  display: block;
  padding: 5px 0 5px 35px;
  background-position: left center;
}
.contact_detail h5 {
  color: #acbccb;
  font-weight: 600;
  font-size: 18px;
}
.phone_footer {
  background: url(../images/phone-ico.png) no-repeat;
}
.email_footer {
  background: url(../images/email_ico.svg) no-repeat;
}
.bg7 {
  z-index: 10;
  top: 15px;
}
.overflow-hidden {
  overflow: hidden !important;
}
.page-section {
  width: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.bg-scroll {
  background-attachment: scroll !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.page-section h1 {
  color: #fff;
  font-family: source_sans_probold;
  font-size: 56px;
}
.page-section p {
  color: #fff;
  font-family: source_sans_proregular;
  font-size: 18px;
}
.faq_accordian .accordion-button,
.form-box h3,
.team_member h3,
.team_member h5 {
  font-family: source_sans_prosemibold;
}
.form-box {
  padding: 40px;
}
.form-control {
  background-color: #eeeef0;
  font-size: 16px;
  padding: 14px 20px;
  border-color: #eeeef0;
  border-radius: 4px;
}
textarea.form-control {
  height: 150px;
}
.px-10percent {
  padding: 0 10%;
}
.contact_address_detail {
  padding: 30px;
  margin: 0;
  list-style-type: none;
  background: #fbfbfb;
  box-shadow: 0 4px 60px 0 rgba(186, 195, 206, 0.4);
  border-radius: 6px;
}
.contact_address_detail li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact_address_detail a,
.contact_address_detail li {
  color: #4b5d70 !important;
}
.contact_address_detail a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contact_address_detail .address_ {
  background: url(../images/address_ico.svg) left top 5px no-repeat;
  margin: 0;
  padding-left: 40px;
}
.contact_address_detail .phone_footer {
  background-image: url(../images/phone-ico.svg);
}
.contact_address_detail .email_footer {
  background-image: url(../images/email_ico_color.svg);
}
.contact_address_detail h5 {
  color: #4b5d70;
  font-weight: 600;
  font-size: 18px;
}
.faq_sec {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid;
}
.faq_accordian .accordion-item,
.faq_accordian .accordion-item:last-child,
.faq_accordian .accordion-item:not(:first-of-type) {
  display: block;
  position: relative;
  color: #343d55;
  border: 0;
  text-decoration: none;
  border-top: 1px solid #b6bbc8;
  border-radius: 0 !important;
  background: 0 0;
}
.faq_accordian .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background: 0 0 !important;
  box-shadow: none !important;
  font-size: 18px;
  color: #1d85f4;
}
.faq_sec h6 {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0 0;
}
.vision_mission_sec {
  background-color: #fbf3e3;
  padding: 80px 0;
}
.pl-20percent,
.px-20percent {
  padding-left: 20%;
}
.rounded-8 {
  border-radius: 8px;
}
.vision_mission_accordian .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-radius: 0 !important;
  background: 0 0;
}
.vision_mission_accordian .accordion-button {
  border-radius: 6px !important;
  font-size: 18px;
  font-family: source_sans_prosemibold;
}
.vision_mission_accordian .accordion-body {
  padding: 20px 0;
}
.vision_mission_accordian .accordion-body p {
  margin: 0;
}
.vision_mission_accordian .accordion-button:not(.collapsed) {
  background-color: #41a5c4;
  color: #fff;
}
.vision_mission_accordian .accordion-button:not(.collapsed):after {
  filter: brightness(100);
}
.nav-right {
  display: flex;
  align-items: center;
}
.radius-10 {
  border-radius: 10px;
}
.team_member:nth-child(odd) {
  background-color: #f9f9f9;
}
.team_member:nth-child(odd) .row {
  flex-direction: row-reverse !important;
}
.team_member:nth-child(odd) .row .offset-md-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.team_member h3 {
  margin: 0;
  font-size: 1.8rem;
}
.team_member h5 {
  margin: 15px 0;
  color: #192b3e;
}
.team_member h5:after {
  display: block;
  width: 50px;
  height: 3px;
  content: "";
  background-color: #192b3e;
  margin-top: 5px;
}
.team_member h6 {
  font-family: source_sans_proregular;
  margin-top: 5px;
}
.accordion-button:focus {
  box-shadow: none;
}
.visionmission-block img {
  border-radius: 6px;
}
#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  background: 0 0;
  width: 50px;
  cursor: pointer;
  z-index: 1000;
}
.service_sec .offer_item {
  height: 100%;
  position: relative;
}
.contactAddress-block h2,
.faq_sec h2 {
  font-size: 40px;
}
.oval1 {
  position: absolute;
  left: -100px;
  top: 20px;
  opacity: 0.6;
  z-index: -1;
}
.team_member .bg3 {
  right: -15px;
  width: 35px;
  bottom: -40px;
}
.team_member .row.align-items-center:hover .oval1 {
  opacity: 1;
  left: -130px;
}
.career_thumb h3,
.career_thumb p,
.contactPage-section .form-group p {
  margin-bottom: 0;
}
.career_thumb h3{ min-height: auto;}
.career_form .form-group, .career_form .col.col-12.input-filled{ margin-top: 5px;}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  background: #4fe11a;
  border-color: #4fe11a !important;
  color: #fff;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin: 5px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
  background: #dc3232;
  color: #fff;
  border-color: #dc3232 !important;
}
.core_thumb .caption {
  position: absolute;
  bottom: 0;
  background: 0 0;
  background: linear-gradient(0deg, #000 -8.85%, rgba(19, 34, 50, 0) 96.05%);
}
.core_thumb:hover .caption {
  top: 0;
  background: linear-gradient(0deg, #0c4887 -8.85%, rgba(19, 34, 50, 0) 96.05%);
  display: flex;
  align-items: center !important;
}
.core_thumb .caption p {
  height: 0;
  opacity: 0;
  margin: 0;
  color: #fff;
  line-height: 1.4;
  font-size: 15px;
}
.core_thumb:hover .caption p {
  height: fit-content;
  opacity: 1;
}
.faq_accordian .accordion-body {
  padding: 0 0 20px;
}
.faq_accordian .accordion-button.collapsed {
  color: #212529;
}
.faq_accordian .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(40%) sepia(35%) saturate(3382%)
    hue-rotate(194deg) brightness(98%) contrast(95%);
}
.latestBlog-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 45px 0 rgba(186, 195, 206, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.latestBlog-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.latestBlog-box h3 {
  font-family: source_sans_prosemibold;
  font-size: 22px;
}
.latestBlog-box ul li {
  margin-top: 15px;
}
.latestBlog-box ul li h4 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.career_thumb {
  margin-bottom: 10px;
}
.career_time_place span {
  color: #686868;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0;
}
.career_time_place span.place_career {
  color: #0064d3;
  margin-left: 5em;
}
.career_time_place span.place_career svg {
  margin-right: 5px;
}
.input-group.mobile_number.row {
  width: inherit;
}
.contry_code {
  max-width: 160px;
}
.privacy_accordian.vision_mission_accordian .accordion-button {
  border: 1px solid #efefef;
}
.mt-50 {
  margin-top: 30px;
}
.form-box .col.col-12.input-filled {
  text-align: right;
  position: relative;
}
.form-box .col.col-12.input-filled .wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 0;
  top: 10px;
}
nav .navbar .links li.menu-item-has-children.current-menu-item::after {
  filter: brightness(0) saturate(100%) invert(39%) sepia(64%) saturate(2914%)
    hue-rotate(196deg) brightness(100%) contrast(92%);
}
.buttonscroll {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 50px;
  transition: 0.3s;
  z-index: 1000;
}
.buttonscroll:hover {
  top: 35px;
}
.pageimg {
  float: right;
  margin: 0 0 20px 30px;
  height: auto;
  width: 47%;
  max-width: 100%;
}
.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}
.btn-primary-Banner{ background: #41a5c4;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-size: 16px;}
    .btn-primary-Banner:hover{ background: #8CC643;color: #fff;}
.btn-primary-Banner span{border:1px solid #fff;
width: 28px;
display: inline-block;
height: 28px;
text-align: center;
border-radius: 50%;
margin-right: 5px;}

/*
.headerInner nav .navbar .links li.current-menu-item a{color: #8cc643;}*/
.commonlist, .commonlist ul{padding: 0;}
.commonlist li{ color: #4b5d70; margin-top: 10px; font-size: 1.063rem; list-style:none ; background:url(../images/list-icon.jpg) no-repeat; background-position: left 0 top 3px; padding: 0 0 0 20px;}
.contactAddress-block .section_head{ margin-bottom: 25px;}


.strength_section {background:url(../images/pattern001.webp),  url(../images/strawberry.png); background-position: left 0 top 0, right 0 top 0 ; background-repeat: no-repeat, no-repeat;}

.welcome_area{background:url(../images/shake-glass.webp) no-repeat; background-position: right 0 bottom 0 ;}

.productlist{background:url(../images/pattern001.webp), url(../images/bg4.svg); background-repeat: no-repeat, no-repeat; background-position: left 0 bottom 0, right 0 top 0 ; background-size: auto, 200px;}



.offer_item:hover img {transform: scale(1.05);}
.productIMG{ overflow: hidden;}

.blogThumb .readmore{ color: #41a5c4;
  font-size: 15px;
  font-family: source_sans_prosemibold;
  text-decoration: none; }

  .blogThumb .readmore:hover{ color: #8CC643;}
  .news_badge{ display: flex; font-size: 15px; color:#666; margin-top: 15px;}
  .news_badge span br{ display: none;}
  .news_badge svg{ margin-right: 5px; margin-top: 2px;width: 15px;}
  .blogThumb{ margin-bottom: 30px;}


  .productlist .offer_item:hover { box-shadow: 0px 0px 0px 3px #8cc643; cursor: default; }
  .offer_item:hover{cursor: default;}

  .blogDetail .caption h2 {font-family: source_sans_probold;}
  .blogDetail .caption h3,   .blogDetail .caption h3 strong{ min-height: auto;  font-family: 'source_sans_prosemibold'; font-weight: initial; font-size: 24px; }

  .blogDetail .caption .news_badge{ margin: 0 0 15px 0;}
  .form-control:focus{ box-shadow: none; border-color: #41a5c4;}

  .blogThumb h3 a{color:#000; text-decoration: none;}
  .blogThumb h3 a:hover{ color: #8CC643;}
  .latestBlog-box a h4:hover{ color: #8CC643;}

  .wp-block-list{ padding: 0;}
  .wp-block-list li{ list-style: none;}
  .wp-block-list li strong{font-family: 'source_sans_prosemibold'; font-weight: initial;}
  .wp-block-list li{ color: #4b5d70; margin-top: 10px; font-size: 1.063rem; list-style:none ; background:url(../images/list-icon.jpg) no-repeat; background-position: left 0 top 3px; padding: 0 0 0 20px;}

  .productDetail h3 strong{font-family: 'source_sans_prosemibold'; font-weight: initial;}
  .productDetail h3{ font-size: 24px;}
  .productDetail .row.flex-row-reverse.align-items-center{align-items: start !important;}
  .stickyTop{position: -webkit-sticky;position: sticky;top: 200px;}