@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px,
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Cinzel", serif;
  font-size: 60px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1;
}

h2 {
  font-family: "Cinzel", serif;
  font-size: 60px;
  color: #156082;
  font-weight: 400;
  margin: 0 0 0px;
}

h3 {
  font-family: "Cinzel", serif;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Cinzel", serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Cinzel", serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #787878;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}
.menuSection {
  background: #156082;
  padding: 10px 0;
  position: relative;
}
.menuSection:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 45%;
  height: 110%;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  left: 0;
  z-index: 1;
}
.header-logo {
  position: relative;
  z-index: 9;
}
.header-logo a img {
  width: 144px;
  height: 68px;
  object-fit: contain;
}
.container-fluid.add-padding {
  padding: 0 5%;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 70px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #96dcf8;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Header Ends */

/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
.banner_text p {
  color: #82aabc;
  width: 99%;
}
.theme-btn-1 {
  background: #96dcf8;
  font-size: 14px;
  color: #1d1d1d;
  padding: 16px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}
.all-section {
  padding: 100px 0;
}
.main-banner-bottom-row {
  background-color: rgb(21, 96, 130);
  padding: 20px 0;
  column-count: 2;
  position: relative;
}
.main-banner-bottom-social-link ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  position: relative;
}
.main-banner-bottom-row:before {
  content: "";
  position: absolute;
  background: #96dcf8;
  width: 54%;
  height: 100%;
  top: 0px;
  right: 0;
  clip-path: polygon(12% 1%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 672px;
  object-fit: cover;
}
.main-banner-bottom-social-link ul:before {
  content: "";
  position: absolute;
  background: #44809b;
  width: 243px;
  height: 1px;
  left: 0;
}
.main-banner-bottom-social-link ul:after {
  content: "";
  position: absolute;
  background: #44809b;
  width: 243px;
  height: 1px;
  right: 0;
}
.main-banner-bottom-social-link ul li a:hover {
  background: #fff;
  color: #000;
  transition: 0.5s;
  transform: scale(1.1);
}
.main-banner-bottom-social-link ul li a {
  border: 1px solid #3c7a97;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
}

section.main_slider .slider-navigation {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 9;
  justify-content: center;
}

section.main_slider .progress-wrapper {
  width: 180px;
  height: 2px;
  background: #89cfec;
  position: relative;
  overflow: hidden;
}

section.main_slider .progress-fill {
  width: 33.33%;
  height: 100%;
  background: #0d4563;
  transition: all 0.4s ease;
}

section.main_slider .slider-prev,
.slider-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
section.main_slider .slider-prev {
  color: #6db4d2;
  border: 1px solid #7cc3e0;
  background: none;
  transition: 0.5s;
}
section.main_slider .slider-next {
  color: #6db4d2;
  border: 1px solid #7cc3e0;
  background: none;
  transition: 0.5s;
}

section.main_slider .slider-prev:hover {
  background: #156082;
  color: #fff;
  transition: 0.5s;
}

section.main_slider .slider-next:hover {
  background: #156082;
  color: #fff;
  transition: 0.5s;
}

section.main_slider .slider-counter {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.main_slider .slider-counter span {
  font-size: 35px;
  color: #156082;
  font-family: "Cinzel", serif;
}

section.main_slider span#total-slides {
  font-size: 20px;
}

section.main_slider .progress-line {
  width: 180px;
  height: 2px;
  background: #c5d8e2;
  display: inline-block;
}
/* Main Banner Ends */

/* About Us Start */

.about-us-left-side-text {
  margin-top: 80px;
}
.about-us-left-side-text h2 {
  font-size: 30px;
  color: #156082;
  margin-bottom: 5px;
}
.about-us-left-side-text p {
  color: #787878;
}
.about-us-left-side-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.about-us-right-side {
  margin-left: 50px;
}
.about-us-right-side-img img {
  width: 100%;
  height: 445px;
  object-fit: cover;
}
.about-us-right-side-img {
  margin-top: 45px;
}
.about-us-right-side-text p {
  color: #787878;
  margin-bottom: 20px;
}

/* About Us Ends */

/* Our Services Start */

.our-services-heading {
  text-align: center;
}
.our-services-heading p {
  width: 85%;
  margin: 0 auto;
}
.our-services-silder .slick-active {
  opacity: 1.5;
}
.our-services-silder-items {
  margin-top: 22px;
}
.our-services-silder-items-img img {
  width: 100%;
  height: 409px;
  object-fit: cover;
}
.our-services-silder-items-text h2 {
  font-size: 20px;
}
.our-services-silder-items-text {
  border: 2px solid #e1e1e1;
  width: 88%;
  padding: 30px 35px 0;
  margin: 0 auto;
  margin-top: -30px;
  background: #fff;
  position: relative;
  text-align: center;
}
.our-services-silder-items-text h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.our-services-silder-items-text p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 22px;
  font-size: 13.5px;
}
.our-services-silder-items-btn {
  margin-top: 15px;
  margin-bottom: -25px;
}
.our-services-silder .slick-slide {
  margin: 0px 20px 40px;
}

.trusted-by-researchers-sec {
  margin: 200px 0;
  padding: 75px 0;
  position: relative;
}
/* Our Services Ends */

/* Trusted By Researchers Start */

.trusted-by-researchers-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/trusted-by-researchers-back.png);
  width: 100%;
  height: 1020px;
  background-size: cover;
  z-index: -1;
  top: -150px;
}
.trusted-by-researchers-text {
  text-align: center;
}
.trusted-by-researchers-text p {
  color: #7ba2b5;
  margin-bottom: 25px;
}
.trusted-by-researchers-images img {
  width: 100%;
  height: 343px;
  object-fit: cover;
}
.trusted-by-researchers-button {
}
.trusted-by-researchers-button {
  margin-top: 35px;
  text-align: center;
}
.trusted-by-researchers-heading h2 span {
  display: block;
}
.trusted-by-researchers-heading h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 1.1;
}
.trusted-by-researchers-left-side {
  margin-left: 80px;
}
.trusted-by-researchers-images {
  margin-top: 30px;
}
.trusted-by-researchers-circle-counter ul li {
  border: 2px dashed #92b0bf;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
}
ul.trusted-by-researchers-counter-chg {
  margin-top: -30px;
}
.trusted-by-researchers-circle-counter {
  margin-top: 20px;
}

.trusted-by-researchers-circle-counter ul li h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 45px;
}
.trusted-by-researchers-circle-counter ul li p {
  margin-bottom: 0;
  width: 70%;
  color: #8cacbc;
  line-height: 22px;
  font-size: 13px;
}
.trusted-by-researchers-heading {
  text-align: center;
}
.trusted-by-researchers-circle-counter ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Trusted By Researchers Ends */

/* Researchers Choose Us Start  */
.researchers-choose-us-text h2 span {
  display: block;
}
.researchers-choose-us-text h2 {
  line-height: 1.1;
  margin-bottom: 5px;
}

ul.researchers-choose-us-points li a {
  font-family: "Cinzel", serif;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
ul.researchers-choose-us-icon-box li p {
  margin-bottom: 0;
}

ul.researchers-choose-us-points {
  column-count: 2;
}
ul.researchers-choose-us-points li i {
  color: #10719b;
}
ul.researchers-choose-us-points {
  column-count: 2;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-top: 30px;
}
ul.researchers-choose-us-icon-box {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}
ul.researchers-choose-us-icon-box li h2 {
  font-size: 23px;
  color: #161414;
  font-weight: 500;
}
ul.researchers-choose-us-icon-box li img {
  width: 65px;
  height: 51px;
  object-fit: contain;
}

/* Researchers Choose Us Ends */

/* Researchers Choose Us Start */

.researchers-choose-us-images-boxs {
  margin-left: 30px;
  position: relative;
}
li.researchers-choose-us-images-one img {
  width: 279px;
  height: 241px;
  object-fit: cover;
}
li.researchers-choose-us-images-two img {
  width: 225px;
  height: 199px;
  object-fit: cover;
}
.researchers-choose-us-images-boxs ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

ul.researchers-chg {
  margin-top: 80px;
}

li.researchers-choose-us-images-two.chg {
  margin-left: 65px;
}

.researchers-choose-us-consectetur-elit-box {
  background: #156082;
  width: fit-content;
  padding: 55px 60px;
  position: absolute;
  top: 175px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.researchers-choose-us-consectetur-elit-box h2 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  line-height: 45px;
}
.researchers-choose-us-consectetur-elit-box p {
  font-family: "Cinzel", serif;
  margin-bottom: 0;
  color: #fff;
}

/* Researchers Choose Us Ends */

/* What Researchers Say Starts */

.testimonial-sec .sec-head h2 {
  font-size: 65px;
}
.testimonial-heading {
  text-align: center;
}

section.testimonial-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/testimonial-back.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 80px;
  background-size: cover;
}
.test-box-text {
  padding: 40px 80px 40px 80px;
  position: relative;
}
section.testimonial-sec {
  position: relative;
  margin-bottom: 70px;
}
.testi-img img {
  height: 390px;
  object-fit: cover;
  margin-top: -120px;
  margin-left: -25px;
  object-position: top;
}
.testi-box {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.authr-box {
  display: flex;
  align-items: end;
}

.authr-box > div {
  margin-left: 10px;
}

.test-box-text h4 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0px;
  padding-top: 0;
  color: #000;
  font-weight: 400;
}

.test-box-text span {
  font-size: 15px;
  color: #404040;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}
.authr-box img {
  margin-bottom: 30px;
}

.testi-box {
  margin: 0;
}

.authr-box > img {
  width: auto;
}

.testi-slider .slick-list {
  padding: 20px 0;
}

.testi-slider button.slick-arrow {
  width: 28%;
  transition: 2s all;
  height: calc(86% - 40px);
  background-color: transparent;
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
}

.testi-slider button.slick-prev.slick-arrow {
  left: -245px;
}
.testi-slider button.slick-next.slick-arrow {
  right: -245px;
}

.testi-slider button.slick-prev.slick-arrow:before {
  content: "\f177";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #d7192e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: auto;
  right: -760px;
  bottom: -120px;
  height: 51px;
  width: 50px;
  display: none;
}

.testi-slider button.slick-next.slick-arrow:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #d7192e;
  display: flex;
  align-items: center;
  position: absolute !important;
  left: -153px !important;
  right: 0;
  height: 51px;
  width: 50px;
  bottom: -7px;
  margin: 0 0 -40px 52px;
  display: none;
}

.testi-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  margin: 10px;
  padding-top: 90px;
}

.testi-slider button.slick-arrow:before {
  color: #fff;
  font-size: 30px;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
  right: 50px;
  position: absolute;
  left: auto;
  bottom: -80px;
}

.testi-slider .slick-dots li.slick-active button {
  opacity: 1;
  font-size: 16px;
  border: 1px solid #0000009d;
}

.testi-slider .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #0000009d !important;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "" !important;
  text-align: center;
  opacity: 1;
  color: black;
  list-style: none !important;
}

.testi-slider .slick-dots li.slick-active button:before {
  background-color: #0000009d;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 55px;
  height: 1px;
  content: "";
}

.testi-slider .slick-dots li button:before {
  content: "";
  font-size: 0;
}

.slick-dots li button {
  font-size: 0 !important;
}

.testi-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  right: 30px;
}

.testi-slider-box {
  gap: 20px;
  z-index: 2;
  width: 91%;
  display: flex;
  border-radius: 0;
  margin: 30px auto;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: 1s ease-in-out;
  border-bottom: 2px solid #156082;
}

.testi-slider-box .col-lg-8 {
  position: relative;
  z-index: 1;
}

ul.tidti-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.star {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
  margin-top: 20px;
}

.test-box-text ul.star i {
  color: #ffc000;
}

.test-box-text p {
  font-size: 14px;
  color: #898989;
  margin: 10px 0;
  line-height: 27px;
  font-weight: 600;
}

section.testimonial-sec .top-heading {
  margin-bottom: 10px;
}

.test-box-extra {
  left: 0;
  bottom: 0;
  right: unset;
  height: auto;
  width: fit-content;
  padding: 20px 15px;
  position: absolute;
  background: #156082;
}

.test-box-extra h5 {
  margin: 0;
  height: auto;
  color: #f0f5f7;
  font-size: 24px;
  font-weight: 200;
  line-height: 16px;
  text-align: center;
  letter-spacing: 10px;
  writing-mode: sideways-lr;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
}

.pro_bar.testi-bar {
  bottom: 0;
  width: 45%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.progress4,
.progress3 {
  display: block;
  width: 70%;
  height: 6px;
  border-radius: 10px !important;
  overflow: hidden;
  background-image: linear-gradient(to right, #264a5c, #264a5c);
  background: linear-gradient(190deg, #000 0%, #000 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.progress4,
.progress3 {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e7ebed;
  border-radius: 0;
  margin: -30px 0 0 71px;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
  right: 0;
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 20px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testi-slider-number .nike-zoom-silder-number {
  top: auto;
  bottom: -48%;
  left: 5%;
}

.testi-slider-number {
  bottom: -52%;
  top: auto;
  left: 4%;
}

.testi-slider-number span.start_number1 {
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 20px;
  bottom: 0;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide_counter h2 span.mid {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 20px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading.text_center {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading.text_center p {
  width: 45%;
}

.testi-counter h2 {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 60%;
  margin: 0 auto -10px;
  font-weight: 400;
  gap: 10px;
}
.testimonial-heading p {
  width: 75%;
  margin: 0 auto;
}
.testimonial-heading h2 {
  color: #156082;
}
.testi-slider .slick-dots li.slick-active button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  width: 10px;
  height: 10px;
  background: #e4bd75;
  border-radius: 50%;
}

.testi-slider .slick-dots li.slick-active button::before {
  background-color: rgba(0, 0, 0, 0.616);
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 55px;
  height: 1px;
  content: "";
}

.testi-slider .slick-dots li.slick-active {
  margin: 0px 50px 0px 0px;
}

/* What Researchers Say End */

/* Footer Start */

.footerSec {
  padding: 60px 0 50px;
  position: relative;
}

.footerSec:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-back.png);
  width: 100%;
  height: 550px;
  background-size: cover;
  z-index: -1;
  top: -130px;
}
.ftr_links.one {
  margin-left: 40px;
}
.ftr_links.two {
  margin-left: 80px;
}
.ftr_links.four {
  margin-left: 30px;
}
.ftr_links.three {
  margin-left: 25px;
}

.ftr_links h5 {
  color: #e0eaee;
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
}

.ftr_links h5::before {
  position: absolute;
  content: "";
  background-color: #48839d;
  width: 160px;
  height: 1px;
  bottom: 0px;
  left: 0;
  z-index: 1;
}

.footer_contact h5 {
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 15px;
}

.ftr_lgo {
  width: 45%;
  background: #fff;
  padding: 5px 4px;
  margin-bottom: 10px;
}
.ftr_links ul li a {
  color: #a1bfcd;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-transform: capitalize;
  transition: 0.5s;
}

.ftr_links ul li a:hover {
  transform: translateX(10px);
  color: #ffffff;
}

.ftr_links ul li {
  margin-bottom: 15px;
}

.ftr_links ul li a i {
  color: #afc9d4;
  font-size: 18px;
}

.ftr_socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftr_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  background-color: #96dcf8;
  border: 1px solid #000;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  transition: all 0.3s ease-in;
}

.ftr_socials a:hover {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
}

.ftr_btm {
  background-color: #156082;
  padding: 20px 0;
  border-top: 1px solid #417d98;
  position: relative;
  text-align: center;
}
.copy_txt p {
  color: #a1bfcd;
}
.footer-page-scroll-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.copy_txt p {
  color: #a1bfcd;
  margin-bottom: 0;
}

.footer_contact p {
  color: #a1bfcd;
  margin-bottom: 35px;
  font-weight: 600;
  line-height: 24px;
}

p .payement {
  text-align: end;
}

.footer-page-scroll-btn a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 65px;
  color: #8c3636;
  font-size: 20px;
}

/* Footer Ends */

/* Inner About Us Start */

.inner-banner-sec {
  background-image: url(../images/inner-banner-images.jpg);
  width: 100%;
  height: 470px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.inner-banner-text h2 {
  color: #fff;
  margin-bottom: 0;
}
section.testimonial-sec:before {
  display: none !important;
}
.researchers-choose-us-sec.chg {
  margin-bottom: 220px;
}

/* Inner About Us Ends */

/* Inner Services Start */

.pb-25 {
  padding-bottom: 250px;
}
.inner-services-detail-box h2 {
  margin-top: 25px;
}
.inner-services-detail-box img {
  width: 100%;
  height: 553px;
  object-fit: cover;
}

/* Inner Services Ends */

/* Inner Contact Us Start  */

section.contact_top {
  padding: 130px 0 100px;
}

.contact_top .cont_box {
  color: #fff;
  padding: 70px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  height: 250px;
  background: #156082;
  transition: all 0.3s ease-in;
}

.contact_top .cont_box h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #48839d;
  width: 80%;
  padding-bottom: 15px;
}

.contact_top .cont_box a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
}

.contact_top .cont_box a:hover {
  color: #7ac42d;
}

.contact_btm_heading {
  text-align: center;
  margin-bottom: 40px;
}

.contact_btm_heading h2 {
  font-size: 60px;
  color: #156082;
  margin-bottom: 0;
}

.contact_btm_heading p {
  margin: 0 auto;
  color: #989898;
  width: 80%;
}

.cont_form input,
.cont_form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #e1e1e1;
  font-size: 13px;
  transition: border-color 0.3s;
  font-family: "Montserrat";
  height: 60px;
}
.cont_form input:focus,
.cont_form textarea:focus {
  outline: none;
  border-color: #7ac42d;
}

.cont_form textarea {
  min-height: 150px;
  resize: none;
}

section.contact_btm button {
  border: none;
}

.cont_form input::placeholder,
.cont_form textarea::placeholder {
  color: #909091;
  text-transform: uppercase;
  font-weight: 500;
}

/* Inner Contact Us Ends  */

.inner-technologies-boxs {
  background: #156082;
  padding: 40px 30px;
  width: 90%;
}
.inner-technologies-sec img {
  width: 100%;
  margin-top: 10px;
}
.inner-technologies-text {
  text-align: end;
}
.inner-technologies-boxs h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}

.inner-technologies-boxs h2 span {
  display: block;
}
.inner-technologies-boxs p {
  color: #afc7ca;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  width: 80%;
}

html {
    overflow-x: hidden !important;
}

/*Media Query Start*/



@media only screen and (min-width: 1200px) and (max-width: 1400px){
        .trusted-by-researchers-images img {
 
    height: 230px;
  
}
section.contact_top {
    padding: 50px 0 50px;
}
section.contact_btm.pb-25 {
    padding-bottom: 50px;
}
.contact_top .cont_box a {
  
    font-size: 12px;
}
.cont_form input, .cont_form textarea {
 
    margin-bottom: 10px !important;
    
}
.contact_btm_heading {
   
    margin-bottom: 20px;
}
.contact_btm_heading h2 {
    font-size: 50px;
   
}
.contact_top .cont_box h3 {
    font-size: 18px;

    margin-bottom: 10px;
 
  
    border-bottom: 1px solid #48839d;
    width: 80%;
    padding-bottom: 5px;
}
.contact_top .cont_box {

    padding: 10px 10px;
    
    height: 110px;
    
}
.trusted-by-researchers-sec {
    margin: 100px 0;
  
}
    .trusted-by-researchers-sec:before {
        width: 100%;
        height: 610px;
        top: -120px;
        background-size: cover;
    }
    
    
    html .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 5px !important;
}
ul.trusted-by-researchers-counter-chg {
    margin-top: -20px;
}
.trusted-by-researchers-left-side {
    margin-left: 0px;
}
.trusted-by-researchers-heading h2 span {
    display: contents;
}
.trusted-by-researchers-heading h2 {
  
    font-size: 40px;
 
}
   .about-us-sec.pb-25 {
    padding-bottom: 30px !important;
}
.trusted-by-researchers-circle-counter ul li h2 {
 
    font-size: 30px;
}
.trusted-by-researchers-circle-counter ul li {
  
    width: 150px;
    height: 150px;
   
}
.trusted-by-researchers-circle-counter ul li p {
 
    width: 70%;

    line-height: 20px;
    font-size: 12px;
}
.inner-technologies-boxs {
 
    padding: 10px 10px;
    width: 100%;
}
    
    
    
    
    
    
    
    
    
    
    li.researchers-choose-us-images-two img {
        width: 155px;
        height: 129px;
        object-fit: cover;
    }
.testi-slider-box {
    gap: 20px;
 
    width: 100%;

    margin: 10px auto;
   
}
.testi-slider .slick-slide {
  
    margin: 5px;
    padding-top: 0;
}
section.testimonial-sec {
   
    margin-bottom: 0;
}
    .test-box-extra {
        padding: 20px 10px;
        left: 10px;
    }

    .footerSec:before {
        background-size: cover;
        z-index: -1;
        top: 0;
        background: #156082;
        height: 100%;
    }
    .inner-banner-sec {
   
    height: 250px;
 
    background-position: center;
}
.ftr_links.three {
    margin-left: 0;
}
.ftr_links ul li a i {
    
    font-size: 15px;
}
.ftr_btm {

    padding: 12px 0;
    
}
.ftr_links.one {
    margin-left: 0;
}
.ftr_links.two {
    margin-left: 0px;
}
.ftr_links h5::before {
 
    width: 90px;

}
.ftr_links ul li {
    margin-bottom: 8px;
}
.ftr_links h5 {
 
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;

}
.ftr_links ul li a {
    
    font-size: 12px;

    gap: 10px;
   
}
.ftr_socials {
 
    gap: 4px;
}
.ftr_socials a {
  
    font-size: 12px;
  
    height: 30px;
    width: 30px;

}
.footer_contact h5 {
   
    font-size: 18px;
    padding-bottom: 5px;
}
.footer_contact p {
     line-height: 20px;
    margin-bottom: 10px;
  
}
.footerSec {
    padding: 30px 0 50px;

}
.test-box-text h4 {
    font-size: 28px;
    line-height: 30px;
  
}
.testi-img img {
    height: 280px !important;
    object-fit: cover !important;
    margin-top: -20px !important;
    margin-left: -5px !important;
    object-position: top !important;
}
.test-box-extra h5 {
        font-size: 20px;
        letter-spacing: 5px;
    }
test-box-extra {
        padding: 10px 10px;
        left: 10px;
    }
ul.star {
    
    margin-top: 10px;
}
.test-box-text ul.star i {
    
    font-size: 13px;
}
.inner-services-detail-box h2 {
    margin-top: 15px;
}
.inner-services-detail-box img {

    height: 440px !important;
    
}
.researchers-choose-us-sec.chg {
    margin-bottom: 50px;
}

html .page-id-12 .our-services-row .col-xl-4.col-lg-4.col-md-4.col-12 {
    margin-bottom: 30px !important;
}

.test-box-text p {
    font-size: 12px;
 
    margin: 5px 0;
    line-height: 20px;
 
}
.our-services-sec.all-section.pb-25 {
    margin-bottom: 0 !important;
}
section#custom_html-4 {
    margin-left: 20px;
}


section#custom_html-3 {
    margin-left: 20px;
}
  .test-box-text {
        padding: 30px 10px 20px 60px;
        position: relative;
    }

li.researchers-choose-us-images-two.chg {
    margin-left: 0;
}
.testi-slider button.slick-next.slick-arrow {
        right: -212px;
    }
.testi-slider button.slick-prev.slick-arrow {
        left: -215px;
    }
.testi-slider button.slick-arrow {
    width: 28%;
    transition: 2s all;
    height: calc(80% - 40px);
 
}
      .researchers-choose-us-consectetur-elit-box {
        padding: 20px 20px;
        top: 127px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    li.researchers-choose-us-images-one img {
        width: 150px;
        height: 141px;
        object-fit: cover;
    }
    
.menuSec ul {
        gap: 30px;
    }
.about-us-right-side-img img {
    width: 100%;
    height: 195px;

}
ul.researchers-choose-us-icon-box li h2 {
    font-size: 20px;
  
}
ul.researchers-choose-us-icon-box {
  
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
ul.researchers-choose-us-points {
    column-count: 1;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.trusted-by-researchers-sec {
    margin: 80px 0;
    padding: 0px 0;
   
}
.our-services-silder-items-text p {
  
    line-height: 20px;
    font-size: 12px;
}
.our-services-silder-items-text {

  width: 96%;
  padding: 10px 10px 0;
 
}
.our-services-silder-items-img img {
    width: 100%;
    height: 235px;
  
}
.our-services-sec {
    margin-bottom: 120px;
}
.our-services-heading p {
    width: 100%;
    
}
.about-us-left-side-text {
    margin-top: 20px;
}
.about-us-left-side-img img {
    
    height: 470px;

}
.about-us-right-side-img {
    margin-top: 25px;
}
.main-banner-bottom-row {

    padding: 10px 0;
  
}
.about-us-right-side-text p {
   
    margin-bottom: 10px;
}


.about-us-right-side {
    margin-left: 0;
}
h2 {
   
    font-size: 40px;
 
}
.all-section {
    padding: 50px 0;
}
.main-banner-bottom-social-link ul {
 
    gap: 10px;
   
}
.main-banner-bottom-social-link ul li a {
  
    width: 40px;
    height: 40px;
   
}
.slick-dots {
   
    display: none !important;
}
    .main-banner-bottom-social-link ul:after {
        width: 95px;
    }
.img-fluid {
        width: 100%;
        height: 400px;
    }
    .main-banner-bottom-social-link ul:before {
        width: 95px;
    }
.main-banner-bottom-social-link ul {
   
    gap: 20px;
    
}
section.main_slider .slider-prev, .slider-next {
    width: 40px;
    height: 40px;
 
}
section.main_slider .slider-navigation {
    
    gap: 20px;

}
section.main_slider .slider-counter span {
    font-size: 30px;
  
}
section.main_slider .progress-wrapper {
    width: 100px;
 
}
section.main_slider .slider-counter {
    
    gap: 5px;
}
.banner_text p {
 
    width: 100%;
}
.banner_text p {

    margin-bottom: 10px;
}
.theme-btn-1 {

    font-size: 12px;

    padding: 13px 30px;
   
}
p {
   
    font-size: 12px;
    line-height: 20px;
}
h1 {
    
    font-size: 40px;
    margin: 0 0 5px;
  
}
.menuSection:before {
 
    width: 35%;
   
}
.header-logo a img {
    width: 124px;
    height: 58px;

}
    .menuSec ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
        
    .trusted-by-researchers-images img {
 
    height: 230px;
  
}
section.contact_top {
    padding: 50px 0 50px;
}
section.contact_btm.pb-25 {
    padding-bottom: 50px;
}
.contact_top .cont_box a {
  
    font-size: 12px;
}
.cont_form input, .cont_form textarea {
 
    margin-bottom: 10px !important;
    
}
.contact_btm_heading {
   
    margin-bottom: 20px;
}
.contact_btm_heading h2 {
    font-size: 50px;
   
}
.contact_top .cont_box h3 {
    font-size: 18px;

    margin-bottom: 10px;
 
  
    border-bottom: 1px solid #48839d;
    width: 80%;
    padding-bottom: 5px;
}
.contact_top .cont_box {

    padding: 10px 10px;
    
    height: 110px;
    
}
.trusted-by-researchers-sec {
    margin: 100px 0;
  
}
    .trusted-by-researchers-sec:before {
        width: 100%;
        height: 690px;
        top: -120px;
        background-size: cover;
    }
    
    
    html .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 5px !important;
}
ul.trusted-by-researchers-counter-chg {
    margin-top: -20px;
}
.trusted-by-researchers-left-side {
    margin-left: 0px;
}
.trusted-by-researchers-heading h2 span {
    display: contents;
}
.trusted-by-researchers-heading h2 {
  
    font-size: 40px;
 
}
   .about-us-sec.pb-25 {
    padding-bottom: 30px !important;
}
.trusted-by-researchers-circle-counter ul li h2 {
 
    font-size: 30px;
}
.trusted-by-researchers-circle-counter ul li {
  
    width: 150px;
    height: 150px;
   
}
.trusted-by-researchers-circle-counter ul li p {
 
    width: 70%;

    line-height: 20px;
    font-size: 12px;
}
.inner-technologies-boxs {
 
    padding: 10px 10px;
    width: 100%;
}
    
    
    
    
    
    
    
    
    
    
    li.researchers-choose-us-images-two img {
        width: 155px;
        height: 129px;
        object-fit: cover;
    }
.testi-slider-box {
    gap: 20px;
 
    width: 100%;

    margin: 10px auto;
   
}
.testi-slider .slick-slide {
  
    margin: 5px;
    padding-top: 0;
}
section.testimonial-sec {
   
    margin-bottom: 0;
}
    .test-box-extra {
        padding: 20px 10px;
        left: 10px;
    }

    .footerSec:before {
        background-size: cover;
        z-index: -1;
        top: 0;
        background: #156082;
        height: 100%;
    }
    .inner-banner-sec {
   
    height: 250px;
 
    background-position: center;
}
.ftr_links.three {
    margin-left: 0;
}
.ftr_links ul li a i {
    
    font-size: 15px;
}
.ftr_btm {

    padding: 12px 0;
    
}
.ftr_links.one {
    margin-left: 0;
}
.ftr_links.two {
    margin-left: 0px;
}
.ftr_links h5::before {
 
    width: 90px;

}
.ftr_links ul li {
    margin-bottom: 8px;
}
.ftr_links h5 {
 
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;

}
.ftr_links ul li a {
    
    font-size: 12px;

    gap: 10px;
   
}
.ftr_socials {
 
    gap: 4px;
}
.ftr_socials a {
  
    font-size: 12px;
  
    height: 30px;
    width: 30px;

}
.footer_contact h5 {
   
    font-size: 18px;
    padding-bottom: 5px;
}
.footer_contact p {
     line-height: 20px;
    margin-bottom: 10px;
  
}
.footerSec {
    padding: 30px 0 50px;

}
.test-box-text h4 {
    font-size: 28px;
    line-height: 30px;
  
}
.testi-img img {
    height: 280px !important;
    object-fit: cover !important;
    margin-top: -20px !important;
    margin-left: -5px !important;
    object-position: top !important;
}
.test-box-extra h5 {
        font-size: 20px;
        letter-spacing: 5px;
    }
test-box-extra {
        padding: 10px 10px;
        left: 10px;
    }
ul.star {
    
    margin-top: 10px;
}
.test-box-text ul.star i {
    
    font-size: 13px;
}
.inner-services-detail-box h2 {
    margin-top: 15px;
}
.inner-services-detail-box img {

    height: 440px !important;
    
}
.researchers-choose-us-sec.chg {
    margin-bottom: 50px;
}

html .page-id-12 .our-services-row .col-xl-4.col-lg-4.col-md-4.col-12 {
    margin-bottom: 30px !important;
}

.test-box-text p {
    font-size: 12px;
 
    margin: 5px 0;
    line-height: 20px;
 
}
  .test-box-text {
        padding: 30px 10px 20px 60px;
        position: relative;
    }

li.researchers-choose-us-images-two.chg {
    margin-left: 0;
}
.testi-slider button.slick-next.slick-arrow {
    right: -175px;
}
.testi-slider button.slick-prev.slick-arrow {
    left: -175px;
}
.testi-slider button.slick-arrow {
    width: 28%;
    transition: 2s all;
    height: calc(80% - 40px);
 
}
      .researchers-choose-us-consectetur-elit-box {
        padding: 20px 20px;
        top: 127px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    li.researchers-choose-us-images-one img {
        width: 150px;
        height: 141px;
        object-fit: cover;
    }
    
.menuSec ul {
        gap: 30px;
    }
.about-us-right-side-img img {
    width: 100%;
    height: 195px;

}
ul.researchers-choose-us-icon-box li h2 {
    font-size: 20px;
  
}
ul.researchers-choose-us-icon-box {
  
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
ul.researchers-choose-us-points {
    column-count: 1;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.trusted-by-researchers-sec {
    margin: 80px 0;
    padding: 0px 0;
   
}
.our-services-silder-items-text p {
  
    line-height: 20px;
    font-size: 12px;
}
.our-services-silder-items-text {

  width: 96%;
  padding: 10px 10px 0;
 
}
.our-services-silder-items-img img {
    width: 100%;
    height: 235px;
  
}
.our-services-heading p {
    width: 100%;
    
}
.about-us-left-side-text {
    margin-top: 20px;
}
.about-us-left-side-img img {
    
    height: 470px;

}
.about-us-right-side-img {
    margin-top: 25px;
}
.main-banner-bottom-row {

    padding: 10px 0;
  
}
.about-us-right-side-text p {
   
    margin-bottom: 10px;
}


.about-us-right-side {
    margin-left: 0;
}
h2 {
   
    font-size: 40px;
 
}
.all-section {
    padding: 50px 0;
}
.main-banner-bottom-social-link ul {
 
    gap: 10px;
   
}
.main-banner-bottom-social-link ul li a {
  
    width: 40px;
    height: 40px;
   
}
.slick-dots {
   
    display: none !important;
}
    .main-banner-bottom-social-link ul:after {
        width: 95px;
    }
.img-fluid {
        width: 100%;
        height: 400px;
    }
    .main-banner-bottom-social-link ul:before {
        width: 95px;
    }
.main-banner-bottom-social-link ul {
   
    gap: 20px;
    
}
section.main_slider .slider-prev, .slider-next {
    width: 40px;
    height: 40px;
 
}
section.main_slider .slider-navigation {
    
    gap: 20px;

}
section.main_slider .slider-counter span {
    font-size: 30px;
  
}
section.main_slider .progress-wrapper {
    width: 100px;
 
}
section.main_slider .slider-counter {
    
    gap: 5px;
}
.banner_text p {
 
    width: 100%;
}
.banner_text p {

    margin-bottom: 10px;
}
.theme-btn-1 {

    font-size: 12px;

    padding: 13px 30px;
   
}
p {
   
    font-size: 12px;
    line-height: 20px;
}
h1 {
    
    font-size: 40px;
    margin: 0 0 5px;
  
}
.menuSection:before {
 
    width: 35%;
   
}
.header-logo a img {
    width: 124px;
    height: 58px;

}
    .menuSec ul li a {
        font-size: 14px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    
    
    .trusted-by-researchers-images img {
 
    height: 230px;
  
}
section.contact_top {
    padding: 50px 0 50px;
}
section.contact_btm.pb-25 {
    padding-bottom: 50px;
}
.contact_top .cont_box a {
  
    font-size: 12px;
}
.cont_form input, .cont_form textarea {
 
    margin-bottom: 10px !important;
    
}
.contact_btm_heading {
   
    margin-bottom: 20px;
}
.contact_btm_heading h2 {
    font-size: 50px;
   
}
.contact_top .cont_box h3 {
    font-size: 18px;

    margin-bottom: 10px;
 
  
    border-bottom: 1px solid #48839d;
    width: 80%;
    padding-bottom: 5px;
}
.contact_top .cont_box {

    padding: 10px 10px;
    
    height: 110px;
    
}
.trusted-by-researchers-sec {
    margin: 100px 0;
  
}
.trusted-by-researchers-sec:before {
   
    width: 100%;
    height: 690px;

    top: -100px;
}
    
    
    html .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 5px !important;
}
ul.trusted-by-researchers-counter-chg {
    margin-top: -20px;
}
.trusted-by-researchers-left-side {
    margin-left: 0px;
}
.trusted-by-researchers-heading h2 span {
    display: contents;
}
.trusted-by-researchers-heading h2 {
  
    font-size: 40px;
 
}
   .about-us-sec.pb-25 {
    padding-bottom: 30px !important;
}
.trusted-by-researchers-circle-counter ul li h2 {
 
    font-size: 30px;
}
.trusted-by-researchers-circle-counter ul li {
  
    width: 150px;
    height: 150px;
   
}
.trusted-by-researchers-circle-counter ul li p {
 
    width: 70%;

    line-height: 20px;
    font-size: 12px;
}
.inner-technologies-boxs {
 
    padding: 10px 10px;
    width: 100%;
}
    
    
    
    
    
    
    
    
    
    
    li.researchers-choose-us-images-two img {
    width: 135px;
    height: 109px;
    object-fit: cover;
}
.testi-slider-box {
    gap: 20px;
 
    width: 100%;

    margin: 10px auto;
   
}
.testi-slider .slick-slide {
  
    margin: 5px;
    padding-top: 0;
}
section.testimonial-sec {
   
    margin-bottom: 0;
}
    .test-box-extra {
        padding: 20px 10px;
        left: 10px;
    }

    .footerSec:before {
        background-size: cover;
        z-index: -1;
        top: 0;
        background: #156082;
        height: 100%;
    }
    .inner-banner-sec {
   
    height: 250px;
 
    background-position: center;
}
.ftr_links.three {
    margin-left: 0;
}
.ftr_links ul li a i {
    
    font-size: 15px;
}
.ftr_btm {

    padding: 12px 0;
    
}
.ftr_links.one {
    margin-left: 0;
}
.ftr_links.two {
    margin-left: 0px;
}
.ftr_links h5::before {
 
    width: 90px;

}
.ftr_links ul li {
    margin-bottom: 8px;
}
.ftr_links h5 {
 
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;

}
.ftr_links ul li a {
    
    font-size: 12px;

    gap: 10px;
   
}
.ftr_socials {
 
    gap: 4px;
}
.ftr_socials a {
  
    font-size: 12px;
  
    height: 30px;
    width: 30px;

}
.footer_contact h5 {
   
    font-size: 18px;
    padding-bottom: 5px;
}
.footer_contact p {
     line-height: 20px;
    margin-bottom: 10px;
  
}
.footerSec {
    padding: 30px 0 50px;

}
.test-box-text h4 {
    font-size: 28px;
    line-height: 30px;
  
}
.testi-img img {
    height: 280px !important;
    object-fit: cover !important;
    margin-top: -20px !important;
    margin-left: -5px !important;
    object-position: top !important;
}
.test-box-extra h5 {
        font-size: 20px;
        letter-spacing: 5px;
    }
test-box-extra {
        padding: 10px 10px;
        left: 10px;
    }
ul.star {
    
    margin-top: 10px;
}
.test-box-text ul.star i {
    
    font-size: 13px;
}
.inner-services-detail-box h2 {
    margin-top: 15px;
}
.inner-services-detail-box img {

    height: 440px !important;
    
}
.researchers-choose-us-sec.chg {
    margin-bottom: 50px;
}

html .page-id-12 .our-services-row .col-xl-4.col-lg-4.col-md-4.col-12 {
    margin-bottom: 30px !important;
}

.test-box-text p {
    font-size: 12px;
 
    margin: 5px 0;
    line-height: 20px;
 
}
  .test-box-text {
        padding: 30px 10px 20px 60px;
        position: relative;
    }

li.researchers-choose-us-images-two.chg {
    margin-left: 0;
}
    .researchers-choose-us-consectetur-elit-box {
        padding: 10px 20px;
        top: 127px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
li.researchers-choose-us-images-one img {
    width: 129px;
    height: 131px;
    object-fit: cover;
}
    
    .menuSec ul {
  
    gap: 20px;
}
.about-us-right-side-img img {
    width: 100%;
    height: 195px;

}
ul.researchers-choose-us-icon-box li h2 {
    font-size: 20px;
  
}
ul.researchers-choose-us-icon-box {
  
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
ul.researchers-choose-us-points {
    column-count: 1;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.trusted-by-researchers-sec {
    margin: 80px 0;
    padding: 0px 0;
   
}
.our-services-silder-items-text p {
  
    line-height: 20px;
    font-size: 12px;
}
.our-services-silder-items-text {

  width: 96%;
  padding: 10px 10px 0;
 
}
.our-services-silder-items-img img {
    width: 100%;
    height: 235px;
  
}
.our-services-heading p {
    width: 100%;
    
}
.about-us-left-side-text {
    margin-top: 20px;
}
.about-us-left-side-img img {
    
    height: 470px;

}
.about-us-right-side-img {
    margin-top: 25px;
}
.main-banner-bottom-row {

    padding: 10px 0;
  
}
.about-us-right-side-text p {
   
    margin-bottom: 10px;
}


.about-us-right-side {
    margin-left: 0;
}
h2 {
   
    font-size: 40px;
 
}
.all-section {
    padding: 50px 0;
}
.main-banner-bottom-social-link ul {
 
    gap: 10px;
   
}
.main-banner-bottom-social-link ul li a {
  
    width: 40px;
    height: 40px;
   
}
.main-banner-bottom-social-link ul:after {
   
    width: 55px;
  
}
.img-fluid {
  
    width: 100%;
    height: 350px;
   
}
.main-banner-bottom-social-link ul:before {
   
    width: 45px;
    
}
.main-banner-bottom-social-link ul {
   
    gap: 20px;
    
}
section.main_slider .slider-prev, .slider-next {
    width: 40px;
    height: 40px;
 
}
section.main_slider .slider-navigation {
    
    gap: 20px;

}
section.main_slider .slider-counter span {
    font-size: 30px;
  
}
section.main_slider .progress-wrapper {
    width: 100px;
 
}
section.main_slider .slider-counter {
    
    gap: 5px;
}
.banner_text p {
 
    width: 100%;
}
.banner_text p {

    margin-bottom: 10px;
}
.theme-btn-1 {

    font-size: 12px;

    padding: 13px 30px;
   
}
p {
   
    font-size: 12px;
    line-height: 20px;
}
h1 {
    
    font-size: 40px;
    margin: 0 0 5px;
  
}
.menuSection:before {
 
    width: 35%;
   
}
.header-logo a img {
    width: 124px;
    height: 58px;

}
.menuSec ul li a {

    font-size: 12px;
  
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    .all-section {
    padding: 40px 0;
}
.header-logo a img {
    width: 80%;
    height: 65px;
   
}
.container-fluid.add-padding {
    padding: 0 3%;
}
html article#post-173 .vc_custom_1782125665602 {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
html article#post-173 input#input_1_8, input#input_1_7, input#input_1_6, input#input_1_5, input#input_1_4, input#input_1_3 {
  
    margin-bottom: 10px !important;
    
    height: 50px !important;
}
ul.researchers-choose-us-points li a {

    font-size: 15px;
    gap: 8px;
}

    
li.researchers-choose-us-images-one img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.researchers-choose-us-consectetur-elit-box h2 {

    font-size: 35px;

    line-height: 35px;
}
    .researchers-choose-us-consectetur-elit-box {
        width: fit-content;
        padding: 20px 10px;
        position: inherit;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        margin-top: 10px;
    }
.researchers-choose-us-images-boxs ul {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
}
ul.researchers-choose-us-icon-box {
  
    margin-bottom: 10px;
}
      .test-box-text {
        padding: 0px 0px 0px 0px;
        position: relative;
        text-align: center;
    }
    .test-box-text h4 {
    font-size: 25px;
    line-height: 25px;
    }
    ul.tidti-list {
    
    justify-content: center;
}
    .testi-img img {
        height: 400px;
        margin-top: 0;
        margin-left: 0;
        object-position: top;
    }
.test-box-text ul.star i {
   
    font-size: 15px;
}
ul.star {
  
    gap: 3px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.testi-slider-box {
        gap: 0px;
        width: 100%;
        display: block;
        margin: 0px auto;
    }

html section#media_image-2 {
    width: 30% !important;
   
}
    .trusted-by-researchers-heading h2 {
  
    font-size: 30px;
    
}
.trusted-by-researchers-text p {
 
    margin-bottom: 15px;
}
.trusted-by-researchers-left-side {
    margin-left: 0;
    margin-top: 10px;
}
ul.trusted-by-researchers-counter-chg {
    margin-top: 0;
}
.trusted-by-researchers-circle-counter ul li {
 
    width: 150px;
    height: 150px;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.trusted-by-researchers-circle-counter ul li p {
 
    line-height: 15px;
    font-size: 12px;
}
    .trusted-by-researchers-circle-counter ul li h2 {
        font-size: 30px;
    }
    .trusted-by-researchers-circle-counter ul {
        display: flex;
    }
.trusted-by-researchers-heading h2 span {
    display: contents;
}
    .test-box-text p {
    font-size: 12px;

    margin: 5px 0;
    line-height: 20px;
 
}
    .test-box-extra {
        padding: 10px 10px;
        left: 12px;
    }
.test-box-extra h5 {

    font-size: 18px;

}
.trusted-by-researchers-images img {
    
    height: 240px;
    
}
.testi-slider-box .col-lg-8 {
  
    width: 100%;
}
    section.testimonial-sec {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
.ftr_links.one {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ftr_socials a {

    font-size: 12px;
  
    height: 30px;
    width: 30px;

}
.ftr_socials {
 
    gap: 5px;
}
.footer_contact h5 {
   
    font-size: 16px;
    padding-bottom: 8px;
}
.ftr_links ul li {
    margin-bottom: 10px;
}
section#custom_html-6 {
    margin-top: 10px;
}
.footerSec {
    padding: 30px 0 10px;
  
}
.ftr_links.two {
    margin-left: 0;
}
.ftr_links h5 {
   
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 15px;

}
.ftr_links ul li a i {
    
    font-size: 16px;
}
.ftr_links ul li a {
  
    font-size: 12px;



    gap: 8px;
  
}
.ftr_links.three {
    margin-left: 0;
}
.ftr_btm {

    padding: 10px 0;
  
 
}
.footerSec:before {
        z-index: -1;
        top: 0;
        background: #156082;
        height: 100%;
    }
.footer_contact p {
    
    margin-bottom: 10px;
   
}
.testi-slider .slick-slide {

    margin: 10px;
    padding-top: 0;
}
li.researchers-choose-us-images-one {
    margin-bottom: 10px;
}
.testimonial-heading p {
    width: 100%;
    margin: 0 auto;
}
.inner-technologies-text {
    text-align: center;
    margin-top: 10px;
}
.inner-technologies-sec img {
    width: 100%;
    margin-top: 10px;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}
.inner-technologies-boxs p {
    
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
.inner-technologies-boxs {
    
    padding: 10px 10px;
    width: 100%;
    text-align: center;
}
.about-us-sec.pb-25 {
    padding-bottom: 30px !important;
}
html .page-id-12 .our-services-row .col-xl-4.col-lg-4.col-md-4.col-12 {
    margin-bottom: 30px !important;
}
.inner-services-detail-box {
    text-align: center;
}
.inner-services-detail-box h2 {
    margin-top: 10px;
    text-align: center;
     margin-bottom: 5px;
}
.inner-services-detail-box img {
    width: 100%;
    height: 280px;
    
}
li.researchers-choose-us-images-two img {
    width: 100%;
    height: 350px;
    
}
li.researchers-choose-us-images-two.chg {
    margin-left: 0;
    margin-bottom: 10px;
}
ul.researchers-chg {
    margin-top: 10px;
}
ul.researchers-choose-us-icon-box li img {
    margin-bottom: 10px;
    width: 50px;
    height: 45px;
}
    ul.researchers-choose-us-icon-box {
        gap: 25px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
    }
.researchers-choose-us-images-boxs {
    margin-left: 0;
    position: relative;
    margin-top: 20px;
}
ul.researchers-choose-us-points {
    column-count: 1;
    line-height: 28px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.researchers-choose-us-sec {
    text-align: center;
}
.slicknav_nav a {
   
    font-size: 12px;
}
.header-logo {
    position: relative;
    z-index: 9;
    text-align: center;
}
.slicknav_nav a:hover {
    background: #000;
  
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_btn {
    
    background-color: #000;
}
.slicknav_menu {
   
    background: #156082;
   
}
.menuSection:before {

    width: 100%;
    height: 100%;
    top: 0;

}
.inner-banner-sec {
   
    height: 200px;

    background-position: center;
}
.researchers-choose-us-sec.chg {
    margin-bottom: 30px;
}
.main-banner-bottom-row {
   
    display: none;
}
.img-fluid {

    height: 390px;

}
.banner_text p {
        margin-bottom: 8px;
    width: 100%;
    line-height: 18px;
}
    h1 {
        font-size: 35px;
        margin: 0 0 5px;
    }
.our-services-silder-items-text h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.trusted-by-researchers-sec {
    margin: 0px 0;
    padding: 45px 0;
   
}
    .trusted-by-researchers-sec:before {
        height: 100%;
        top: 0;
    }
.slick-dots {
   display:none !important;
}
.our-services-silder-items-btn {
    margin-top: 8px;
  
}
.our-services-silder-items-img img {
  width: 100%;
  height: 280px;
  
}
.our-services-silder-items-text p {
  
    line-height: 20px;
    font-size: 12px;
}
.our-services-silder-items-text {
 
  width: 95%;
  padding: 10px 5px 0;
  margin: 0 auto;
  margin-top: -20px;
  
}
.our-services-silder-items {
    margin-top: 15px;
}
.our-services-silder .slick-slide {
    margin: 0px 5px 40px;
}
.our-services-heading p {
    width: 100%;
    
}
.about-us-right-side-img {
    margin-top: 20px;
}
    .about-us-right-side-img img {
        height: 225px;
    }
.theme-btn-1 {

    font-size: 12px;

    padding: 12px 25px;
   
}
.contact_top .cont_box h3 {
    font-size: 18px;
  
    margin-bottom: 10px;
  
  

    width: 100%;
    padding-bottom: 8px;
}
.contact_top .cont_box a {
 
    font-size: 12px;
}


section.contact_btm.pb-25 {
    padding-bottom: 30px !important;
}
section.contact_top {
    padding: 40px 0 30px;
}
.contact_top .cont_box {
  
    padding: 20px 15px;

    height: 120px;
    background: #156082;
 
    margin-bottom: 5px;
}
.contact_btm_heading h2 {
    font-size: 30px;
    
}
.contact_btm_heading {
  
    margin-bottom: 20px;
}
.cont_form input, .cont_form textarea {
  
    padding: 15px;
    margin-bottom: 10px;
 
    font-size: 13px;
   
    height: 55px;
}
.contact_btm_heading p {
 
    width: 100%;
}
.about-us-left-side-text h2 {
    font-size: 25px;
    margin-bottom: 2px;
}
.about-us-right-side-text p {
    
    margin-bottom: 10px;
}
h2 {

    font-size: 30px;
   
}
.about-us-left-side-img img {
        height: 500px;
    }
    p {
        font-size: 11px;
        line-height: 18px;
    }
.about-us-right-side {
    margin-left: 0;
}
.about-us-left-side-text {
    margin-top: 20px;
}
.about-us-sec {
    text-align: center;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}
.gform_wrapper.gravity-theme .gform_fields {
 
    grid-row-gap: 5px !important;
   
}
.trusted-by-researchers-button {
    margin-top: 15px;
  
}
.gform_wrapper.gravity-theme .gfield_label {
   
    font-size: 14px !important;
    
    margin-bottom: 5px !important;
    
}
.gform_wrapper.gravity-theme .gf_step {

    margin: 0px 20px 8px 0 !important;
}
.gform_wrapper.gravity-theme .gf_step_label {
 
    font-size: 13px !important;

    padding-left: 10px !important;
}
.gform_wrapper.gravity-theme .gf_step_number {
   
    height: 35px !important;
 
    width: 35px !important;
}
ul.star {
       
        justify-content: center;
    }
    .trusted-by-researchers-heading {

    margin-top: 30px;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
.all-section {
    padding: 40px 0;
}
ul.star {
       
        justify-content: center;
    }
.header-logo a img {
    width: 80%;
    height: 65px;
   
}
ul.researchers-choose-us-points li a {

    font-size: 15px;
    gap: 8px;
}
li.researchers-choose-us-images-one img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.researchers-choose-us-consectetur-elit-box h2 {

    font-size: 35px;

    line-height: 35px;
}
    .researchers-choose-us-consectetur-elit-box {
        width: fit-content;
        padding: 20px 10px;
        position: inherit;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        margin-top: 10px;
    }
.researchers-choose-us-images-boxs ul {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
}
ul.researchers-choose-us-icon-box {
  
    margin-bottom: 10px;
}
      .test-box-text {
        padding: 0px 0px 0px 0px;
        position: relative;
        text-align: center;
    }
    .test-box-text h4 {
    font-size: 25px;
    line-height: 25px;
    }
    ul.tidti-list {
    
    justify-content: center;
}
.testi-img img {
    height: 270px;
 
    margin-top: 0;
    margin-left: 0;
    object-position: top;
}
.test-box-text ul.star i {
   
    font-size: 15px;
}
html article#post-173 .vc_custom_1782125665602 {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
html article#post-173 input#input_1_8, input#input_1_7, input#input_1_6, input#input_1_5, input#input_1_4, input#input_1_3 {
  
    margin-bottom: 10px !important;
    
    height: 50px !important;
}
ul.star {
  
    gap: 3px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.testi-slider-box {
        gap: 0px;
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .trusted-by-researchers-heading h2 {
  
    font-size: 30px;
    
}
.trusted-by-researchers-text p {
 
    margin-bottom: 15px;
}
.trusted-by-researchers-left-side {
    margin-left: 0;
    margin-top: 10px;
}
ul.trusted-by-researchers-counter-chg {
    margin-top: 0;
}
.trusted-by-researchers-circle-counter ul li {
 
    width: 150px;
    height: 150px;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.trusted-by-researchers-circle-counter ul li p {
 
    line-height: 15px;
    font-size: 12px;
}
    .trusted-by-researchers-circle-counter ul li h2 {
        font-size: 30px;
    }
.trusted-by-researchers-circle-counter ul {
    display: block;
   
}
.trusted-by-researchers-heading h2 span {
    display: contents;
}
    .test-box-text p {
    font-size: 12px;

    margin: 5px 0;
    line-height: 20px;
 
}
    .test-box-extra {
        padding: 10px 10px;
        left: 12px;
    }
.test-box-extra h5 {

    font-size: 18px;

}
.trusted-by-researchers-images img {
    
    height: 240px;
    
}
.testi-slider-box .col-lg-8 {
  
    width: 100%;
}
    section.testimonial-sec {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
.ftr_links.one {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ftr_socials a {

    font-size: 12px;
  
    height: 30px;
    width: 30px;

}
.ftr_socials {
 
    gap: 5px;
}
.footer_contact h5 {
   
    font-size: 16px;
    padding-bottom: 8px;
}
.ftr_links ul li {
    margin-bottom: 10px;
}
section#custom_html-6 {
    margin-top: 10px;
}
.footerSec {
    padding: 30px 0 10px;
  
}
.ftr_links.two {
    margin-left: 0;
}
.ftr_links h5 {
   
    font-size: 15px;
    padding-bottom: 12px;
    margin-bottom: 15px;

}
.ftr_links ul li a i {
    
    font-size: 16px;
}
.ftr_links ul li a {
  
    font-size: 12px;



    gap: 8px;
  
}
.ftr_links.three {
    margin-left: 0;
}
.ftr_btm {

    padding: 10px 0;
  
 
}
.footerSec:before {
        z-index: -1;
        top: 0;
        background: #156082;
        height: 100%;
    }
.footer_contact p {
    
    margin-bottom: 10px;
   
}
.testi-slider .slick-slide {

    margin: 10px;
    padding-top: 0;
}
li.researchers-choose-us-images-one {
    margin-bottom: 10px;
}
.testimonial-heading p {
    width: 100%;
    margin: 0 auto;
}
.inner-technologies-text {
    text-align: center;
    margin-top: 10px;
}
.inner-technologies-sec img {
    width: 100%;
    margin-top: 10px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.inner-technologies-boxs p {
    
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
.inner-technologies-boxs {
    
    padding: 10px 10px;
    width: 100%;
    text-align: center;
}
.about-us-sec.pb-25 {
    padding-bottom: 30px !important;
}
html .page-id-12 .our-services-row .col-xl-4.col-lg-4.col-md-4.col-12 {
    margin-bottom: 30px !important;
}
.inner-services-detail-box {
    text-align: center;
}
.inner-services-detail-box h2 {
    margin-top: 10px;
    text-align: center;
     margin-bottom: 5px;
}
.inner-services-detail-box img {
    width: 100%;
    height: 220px;
    
}
li.researchers-choose-us-images-two img {
    width: 100%;
    height: 200px;
    
}
li.researchers-choose-us-images-two.chg {
    margin-left: 0;
    margin-bottom: 10px;
}
ul.researchers-chg {
    margin-top: 10px;
}
ul.researchers-choose-us-icon-box li img {
    margin-bottom: 10px;
    width: 50px;
    height: 45px;
}
    ul.researchers-choose-us-icon-box {
        gap: 25px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
    }
.researchers-choose-us-images-boxs {
    margin-left: 0;
    position: relative;
    margin-top: 20px;
}
ul.researchers-choose-us-points {
    column-count: 1;
    line-height: 28px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.researchers-choose-us-sec {
    text-align: center;
}
.slicknav_nav a {
   
    font-size: 12px;
}
.header-logo {
    position: relative;
    z-index: 9;
    text-align: center;
}
.slicknav_nav a:hover {
    background: #000;
  
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_btn {
    
    background-color: #000;
}
.slicknav_menu {
   
    background: #156082;
   
}
.menuSection:before {

    width: 100%;
    height: 100%;
    top: 0;

}
.inner-banner-sec {
   
    height: 170px;

    background-position: center;
}
.researchers-choose-us-sec.chg {
    margin-bottom: 30px;
}
.main-banner-bottom-row {
   
    display: none;
}
.img-fluid {

    height: 390px;

}
.banner_text p {
        margin-bottom: 8px;
    width: 100%;
    line-height: 18px;
}
    h1 {
        font-size: 35px;
        margin: 0 0 5px;
    }
.our-services-silder-items-text h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.trusted-by-researchers-sec {
    margin: 0px 0;
    padding: 45px 0;
   
}
    .trusted-by-researchers-sec:before {
        height: 100%;
        top: 0;
    }
.slick-dots {
   display:none !important;
}
.our-services-silder-items-btn {
    margin-top: 8px;
  
}
.our-services-silder-items-img img {
  width: 100%;
  height: 200px;
  
}
.our-services-silder-items-text p {
  
    line-height: 20px;
    font-size: 12px;
}
.our-services-silder-items-text {
 
  width: 95%;
  padding: 10px 5px 0;
  margin: 0 auto;
  margin-top: -20px;
  
}
.our-services-silder-items {
    margin-top: 15px;
}
.our-services-silder .slick-slide {
    margin: 0px 5px 40px;
}
.our-services-heading p {
    width: 100%;
    
}
.about-us-right-side-img {
    margin-top: 20px;
}
.about-us-right-side-img img {

    height: 155px;

}
.theme-btn-1 {

    font-size: 12px;

    padding: 12px 25px;
   
}
.contact_top .cont_box h3 {
    font-size: 18px;
  
    margin-bottom: 10px;
  
  

    width: 100%;
    padding-bottom: 8px;
}
.contact_top .cont_box a {
 
    font-size: 12px;
}


section.contact_btm.pb-25 {
    padding-bottom: 30px !important;
}
section.contact_top {
    padding: 40px 0 30px;
}
.contact_top .cont_box {
  
    padding: 20px 15px;

    height: 120px;
    background: #156082;
 
    margin-bottom: 5px;
}
.contact_btm_heading h2 {
    font-size: 30px;
    
}
.contact_btm_heading {
  
    margin-bottom: 20px;
}
.cont_form input, .cont_form textarea {
  
    padding: 15px;
    margin-bottom: 10px;
 
    font-size: 13px;
   
    height: 55px;
}
.contact_btm_heading p {
 
    width: 100%;
}
.about-us-left-side-text h2 {
    font-size: 25px;
    margin-bottom: 2px;
}
.about-us-right-side-text p {
    
    margin-bottom: 10px;
}
h2 {

    font-size: 30px;
   
}
.about-us-left-side-img img {

    height: 250px;

}
    p {
        font-size: 11px;
        line-height: 18px;
    }
.about-us-right-side {
    margin-left: 0;
}
.about-us-left-side-text {
    margin-top: 20px;
}
.about-us-sec {
    text-align: center;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px !important;
}
.gform_wrapper.gravity-theme .gform_fields {
 
    grid-row-gap: 5px !important;
   
}
.trusted-by-researchers-button {
    margin-top: 15px;
  
}
.gform_wrapper.gravity-theme .gfield_label {
   
    font-size: 14px !important;
    
    margin-bottom: 5px !important;
    
}
.gform_wrapper.gravity-theme .gf_step {

    margin: 0px 20px 8px 0 !important;
}
.gform_wrapper.gravity-theme .gf_step_label {
 
    font-size: 13px !important;

    padding-left: 10px !important;
}
.gform_wrapper.gravity-theme .gf_step_number {
   
    height: 35px !important;
 
    width: 35px !important;
}






















    
}


/*Media Query Ends */