@font-face {
  font-family: "ButlerPro";

  src: url("../font/ButlerPro-Bold.woff") format("woff");
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #f7f7f7;
  color: #343a40;
}

.newlogo {
  width: 286px;
  height: auto;
}

.mtop50 {
  margin-top: 50px;
}

#banner {
  background: url("../images/bg.jpg") no-repeat;
  /* background-size: 100%; */
  background-size: cover;
  height: 640px;
  padding-top: 30px;
  background-position: 1% 0px;
}

.container {
  max-width: 90%;
  margin: auto;
}

.orangecolor {
  color: #fdaf17;
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600;
}

.logo {
  width: 350px;
}

.dflex {
  display: flex;
}

.gap20 {
  gap: 20px;
}

.mtop30 {
  margin-top: 30px;
}

.mtop20 {
  margin-top: 20px;
}

/* .applogos img {
  width:auto;
} */
.appimg {
  width: 100%;
}

.qrimg {
  width: 195px;
}

.appmobimg {
  width: 150px;
}

.appmobimgn {
  width: 138px;
}

#reseach .t-heading {
  color: #2e2a94;
  font-size: 20px;
}

.column {
  flex-direction: column;
}

.profile {
  width: 80px;
}

.aligncenter {
  align-items: center;
}

.orangetext {
  color: #f9af18;
}

.bold {
  font-weight: 700;
}

.alignstart {
  align-items: flex-start;
}

.gap10 {
  gap: 10px;
}

.whitecolor {
  color: #fff;
}

.f20 {
  font-size: 20px;
}

.d50 {
  flex: 0 0 50%;
}

.text-center {
  text-align: center;
}

.phone {
  width: 260px;
  margin-left: 80px;
}

.mtop40 {
  margin-top: 40px;
}

.gap30 {
  gap: 30px;
}

.d60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.d40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.f40 {
  font-size: 40px;
}

.lightblack {
  color: #32312f;
}

#reseach {
  padding: 50px 0;
}

.f24 {
  font-size: 24px;
}

.text-center {
  text-align: center;
}

.d32 {
  flex: 0 0 32%;
  max-width: 32%;
}

.whitebox {
  background: #fff;
  border-radius: 8px;
  border: solid 1px #ddd;
  padding: 15px;
  height: 100px;
  display: flex;
}

.whitebox .lightblack {
  font-size: 16px;
  text-align: left;
  margin-left: 12px;
}

.mtop10 {
  margin-top: 10px;
}

.imgbox {
  margin-right: 15px;
}

.spacebetween {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.semibold {
  font-weight: 600;
}

.alignstart {
  align-items: flex-start;
}

.ml12 {
  margin-left: 12px;
}

.desk {
  display: block !important;
}

.mob {
  display: none !important;
}

#whyresearch {
  background: #fff;
  padding: 50px 0;
}

.img-width {
  width: 100%;
}

.flexwrap {
  flex-wrap: wrap;
}

.f32 {
  font-size: 32px;
}

.f12 {
  font-size: 12px;
}

.ml10 {
  margin-left: 10px;
}

.text-orange {
  color: #fcaf17;
}

.text-blue {
  color: #2e2a94;
}

.text-black {
  color: #333;
}

/* 
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
    display: none !important
}

.slick-dots {
    display: none !important
} */

.slick-track {
  display: flex;
  align-items: center;
}

#footer {
  padding: 0 0 10px 0;
  color: #333;
  font-size: 14px;
  position: sticky;
  bottom: 0;
  background: #fff;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

.mobmtop10 {
  margin-top: 10px;
}

.rmb-10 {
  margin-bottom: 10px;
}

#testimonials {
  padding: 30px 0 55px 0;
  width: 100%;
  position: relative;
  background: url(../images/intro-bg.png) center bottom no-repeat;
  background-size: cover;
}

#testimonials .testbox {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dflex {
  display: flex;
}

.flexend {
  justify-content: flex-end;
}

.w100 {
  width: 100%;
}

.text-right {
  text-align: right;
}

#testimonials .inverted {
  margin-bottom: 10px;
}

ul.slick-dots {
  list-style: none;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

ul.slick-dots li.slick-active button {
  background: #012d94 !important;
}

ul.slick-dots button {
  border: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.slick-slide {
  transform: scale(0.9);
  transition: 0.5s all ease;
}

.slick-slide:hover {
  transform: scale(1);
}

.slick-track {
  display: flex;
  align-items: center;
}

.bg-dark-grey {
  background-color: #3b3b3b;
}

.text-white {
  color: #fff;
}

.slick-arrow {
  background: transparent;
  border: none;
  top: 45%;
  position: absolute;
  cursor: pointer;
}

.slick-prev {
  left: -30px !important;
}

.slick-next {
  right: -30px !important;
}

.float-right {
  float: right;
}

.p10 {
  padding: 10px;
}

.whitecolor.subhead.f24.r20.f14-mob {
  position: relative;
  top: 14px;
  font-size: 26px;
}

.btm-white-border {
  border-bottom: 2px solid #fff;
}

.btm-line {
  position: relative;
}

.btm-line::after {
  content: " ";
  position: absolute;
  width: 68px;
  height: 3px;
  background: #fff;
  top: 60px;
  left: 2px;
  display: block;
}

@media only screen and (max-width: 1300px) {
  .orangecolor {
    font-size: 35px;
  }

  .bluecolor {
    font-size: 35px;
  }

  .whitecolor {
    font-size: 44px !important;
  }

  .applogos img {
    width: 100%;
  }

  #banner {
    height: 580px !important;
  }

  #testimonials .testbox {
    height: 415px;
  }

  .appmobimg {
    width: 150px !important;
  }

  .google-img {
    height: 49px;
  }
}

@media only screen and (max-width: 1150px) {
  #banner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
  }

  .rightblock.alignstart.dflex.gap30 {
    gap: 20px !important;
  }

  .orangecolor {
    font-size: 50px;
  }

  .bluecolor {
    font-size: 50px;
  }

  .whitecolor {
    font-size: 35px;
  }

  .rightblock.alignstart.dflex.gap30 {
    gap: 10px;
  }

  .rightblock .whitecolor {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1150px) {
  #banner {
    background-position: -160px 0px;
  }

  .d60 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media only screen and (max-width: 950px) {
  .ighold {
    height: 140px;
  }

  .ighold img {
    height: 100%;
  }
}

@media only screen and (max-width: 840px) {
  .orangecolor.head.r20.f15-mob {
    font-size: 30px !important;
  }

  .bluecolor.head.r20.f15-mob {
    font-size: 30px !important;
  }

  .whitecolor.head.r20.f15-mob {
    font-size: 30px !important;
  }

  .rightblock.alignstart.dflex.gap30 {
    gap: 10px !important;
  }

  .rightblock .orangetext.bold.f20 {
    font-size: 18px;
  }

  .rightblock .bluetext.bold.f20 {
    font-size: 18px;
  }

  .rightblock .whitecolor {
    font-size: 13px;
  }

  #banner {
    background-position: -100px 0px;
  }
}

@media only screen and (max-width: 800px) {
  .d60 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .orangecolor {
    font-size: 40px;
  }

  .bluecolor {
    font-size: 40px;
  }

  .whitecolor {
    font-size: 40px;
  }

  .d60 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media only screen and (max-width: 768px) {

  br {
    display: none;
  }
  .counter-text {
    font-size: 14px;
  }
  .whitecolor {
    font-size: 20px !important;
  }
  .mt-10 {
    margin-top: 10px;
  }

  .applogos img {
    width: 75px;
  }

  .rightblock .text-white.bold.f20 {
    font-size: 12px !important;
  }

  .slick-next {
    right: -20px !important;
  }

  .slick-prev {
    left: -20px !important;
  }

  #whyresearch h3 {
    font-size: 24px;
  }

  .d60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  #whyresearch .d32 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desk {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  #reseach h3 {
    font-size: 22px;
  }

  #reseach .d32 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #reseach .head {
    font-size: 20px;
    margin-top: 30px;
  }

  #reseach .whitebox {
    height: auto;
  }

  .mobwrap {
    flex-wrap: wrap;
  }

  .logo {
    width: 165px;
  }

  .orangecolor {
    font-size: 30px;
  }

  .bluecolor {
    font-size: 30px;
  }

  .whitecolor {
    font-size: 30px;
  }

  .mob-gap5 {
    gap: 5px;
  }

  .mob-h-auto {
    height: auto !important;
  }

  .r20.first {
    font-size: 23px;
  }

  .r20 {
    font-size: 18px;
    padding-right: 19%;
  }

  #banner .mtop50 {
    margin-top: 20px;
  }

  .newlogo {
    width: 130px;
    height: auto;
    margin-top: 10px;
  }

  .orangecolor.head.r20.f15-mob {
    font-size: 18px !important;
  }

  .bluecolor.head.r20.f15-mob {
    font-size: 18px !important;
  }

  .whitecolor.head.r20.f15-mob {
    font-size: 18px !important;
  }

  #banner {
    height: auto;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: -430px 0px;
  }

  #banner .dflex.gap20.aligncenter {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  #banner .orangetext.bold.f20 {
    font-size: 12px;
  }

  #banner .bluetext.bold.f20 {
    font-size: 12px;
  }

  #banner .rightblock {
    flex-direction: column;
  }

  #banner .rating {
    width: 60px;
  }

  #banner .profile {
    width: 50px;
    margin-bottom: 5px;
  }

  #banner .mtop40,
  #banner .mtop30 {
    margin-top: 20px;
  }

  .mob-flex-col {
    flex-direction: column;
  }

  .r8 {
    font-size: 8px;
  }

  .btm-line::after {
    width: 24px;
    top: 24px;
    left: 0px;
  }
}

.applogos .tooltip {
  position: relative;
}

.applogos .tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  top: -197px;
  left: 0px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 1;
}

.applogos .tooltip:hover .tooltiptext {
  visibility: visible;
}

@media only screen and (max-width: 700px) {
  #banner {
    background-position: -490px 0px !important;
  }
}

@media only screen and (max-width: 600px) {
  .align-items-center {
    align-items: center !important;
  }
  .fd-column {
    flex-direction: column !important;
  }
  
  .fd-row {
    flex-direction: row !important;
  }
  #banner {
    background-position: -340px 0px !important;
  }
}

@media only screen and (max-width: 400px) {
  .align-items-center {
    align-items: center !important;
  }
  .fd-column {
    flex-direction: column !important;
  }
  
  .fd-row {
    flex-direction: row !important;
  }
  .applogos img {
    width: 60px;
  }

  .mob-w-auto {
    width: 100% !important;
  }

  .f15-mob {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 21px;
  }

  .f14-mob {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 24px;
  }

  .applogos img {
    width: 60px;
  }

  #banner {
    height: auto !important;
  }
}

@media only screen and (max-width: 550px) {
  /* .align-items-center {
    align-items: center !important;
  }
  .fd-column {
    flex-direction: column !important;
  }
  
  .fd-row {
    flex-direction: row !important;
  } */

  #banner {
    background-position: -390px 0px !important;
  }
  .r20 {
    font-size: 16px;
    padding-right: 5%;
  }
}

@media screen and (min-device-width: 360px) and (max-device-width: 375px) {
  /* .align-items-center {
    align-items: center !important;
  }
  .fd-column {
    flex-direction: column !important;
  }
  
  .fd-row {
    flex-direction: row !important;
  } */
  .r20 {
    font-size: 14px;
    padding-right: 2%;
  }
  .subhead {
    top: 12px;
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 375px) {
  .rightblock .dflex.aligncenter.gap10 {
    flex-wrap: wrap !important;
  }

  .counter-text {
    font-size: 14px;
    width: 100%;
  }

  #banner {
    background-position: 73% -39px !important;
    background-size: 1328px !important;
  }
}

@media only screen and (max-width: 500px) {
  .align-items-center {
    align-items: center !important;
  }
  .fd-column {
    flex-direction: column !important;
  }
  
  .fd-row {
    flex-direction: row !important;
  }
  .rightblock .dflex.aligncenter.gap10 {
    flex-wrap: wrap !important;
  }

  .counter-text {
    font-size: 14px;
    width: 100%;
  }
  .slick-track {
    display: flex;
    align-items: center;
  }

  #banner {
    background-position: 79% !important;
    /* background-size: 1359px; */
    background: url(../images/mobilebg.jpg) no-repeat;
    background-size: cover !important;
  }

  .with-text {
    font-size: 20px !important;
  }

  .ighold img {
    width: 270px;
  }

  #whyresearch .d32 {
    margin-top: 30px !important;
  }

  .subhead {
    position: relative;
    top: 12px;
    font-size: 14px;
  }

  #testimonials .testbox {
    height: 450px;
  }

  .testimonial-content {
    width: 90%;
    margin: auto;
  }

  #banner .container {
    max-width: 94%;
  }
}

@media only screen and (max-width: 400px) {
  .orangecolor.head.r20.f15-mob {
    font-size: 16px !important;
  }

  .bluecolor.head.r20.f15-mob {
    font-size: 16px !important;
  }

  .whitecolor.head.r20.f15-mob {
    font-size: 16px !important;
  }
}

.bluetext {
  color: #2e2a94;
}

.bluecolor {
  color: #2e2a94;
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600;
}

.whitecolor {
  color: #ffffff;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
}

.butlerFont {
  font-family: "ButlerPro" !important;
  /* font-family: 'Butler' !important; */
  font-weight: 700 !important;
  font-style: normal !important;
}

.with-text {
  font-size: 40px;
  font-weight: 200;
  font-family: "ButlerPro";
}

.fw-700 {
  font-weight: 700;
}

.bottom-line {
  border-bottom: 2px solid #f8bc1a;
}


