i {
  padding: 0px 10px;
}

.primary-color {
  color: #2563eb !important;
}
.nav-bg {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.161);
}
.nav-content {
    display: flex;
    align-items: center;
}
.float-button a{
  color: #fff !important;
}
.color-white {
  color: #fff !important;
}
.bg_yellow {
  /* background-color: #fffbe6; */
  padding: 30px;
  background-color: #f7f7ff;
  opacity: 0.8;
  background-image: radial-gradient(#0083ff 0.5px, #f7f7ff 0.5px);
  background-size: 10px 10px;
}
.bg_blue {
  background-color: #003466;
}
@media (min-height: 600px) and (max-height: 680px) {
  .landing-text {
    margin: 110px 0px 0px;
  }
}
@media only screen and (max-width: 599px){
  .landing-text {
    margin: 0px 0px 0px;
  }
}
.landing-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  text-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 0px 25px;
  letter-spacing: -1px;
  margin: 100px 0px 0px;
}
.landing-text a:hover {
  text-decoration: none;
  color: #2563eb;
}
span a {
  color: #337ab7 !important;
}
.landing-text-p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.heading-primary {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  color: #2563eb;
  margin: 10px 0px 30px;
}
.heading-primaryblack {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  color: #27272a;
  margin-top: 10px;
}
.heading-secondary {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #27272a;
}
.paragraph {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #4b5563;
}

.banner-button {
  background-color: #2563eb;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 32px;
  border: 3px solid transparent;
  border-radius: 10px;
  display: none;
}
.banner-button:hover {
  background-color: #fff;
  color: #2563eb !important;
  border: 3px solid #2563eb;
}
.service-btn {
  width: 100%;
  background-color: #ffb826;
  font-size: 14px;
  padding: 8px 10px !important;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.service-btn:hover {
  background-color: #fff;
  border: 1px solid #ffb826;
}
.service-btn-txt {
  color: #14181f !important;
  padding: 10px 70px;
}

.border_img {
  transition: all 0.3s ease 0s;
  width: 95%;
  height: 450px;
  border-radius: 10px;
  object-position: right;
}
.border_img1 {
  transition: all 0.3s ease 0s;
  width: 95%;
  height: 600px;
  border-radius: 10px;
  object-position: right;
}

.border_img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.pr-30 {
  padding-right: 20px !important;
}
.pl-30 {
  padding-left: 20px !important;
}
.call-us {
  margin-bottom: 30px;
}
.facilities-image {
  width: 100%;
  height: 350px;
  object-fit: contain !important;
}
.gallery-image {
  padding: 15px;
}
.reg-top {
  padding-top: 80px !important;
}
.about_title {
  padding-top: 20px;
}
.about_title1 {
  padding-top: 60px;
}
.facility_card {
  background: #e6f3ff;
  border-radius: 16px;
}
.quote-content {
  position: relative;
  top: 80px;
  width: 85%;
  margin: 0 auto;
  text-align: center !important;
  padding-bottom: 85px;
}
.charity-heading {
  text-align: center;
}
.charity-content {
  padding-top: 30px;
}
.charity-section {
  padding-top: 30px;
}
.left_img {
  position: relative;
  text-align: left;
}
.address1 {
  display: flex;
  padding-left: 10px;
}
.address1-pd {
  padding-left: 5px;
  padding-right: 10px;
}
@media (min-width: 300px) and (max-width: 500px) {
  .owl-carousel .owl-item {
    padding: 0px 120px !important;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .landing-text {
    font-size: 25px;
  }

  .landing-text-p {
    font-size: 15px !important;
  }
  .heading-primary {
    font-size: 30px;
  }
  .heading-primaryblack {
    font-size: 30px;
  }
  .heading-secondary {
    font-size: 25px;
  }
  .banner-button {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
  }
  .float-button{
    right: 20px;
  }
  .border_img {
    height: 400px !important;
    width: 100% !important;
  }
  .aboutus-banner {
    padding: 0px;
  }
  .paragraph {
    font-size: 16px;
  }
  .pr-30 {
    padding-right: 0px !important;
  }
  .facilities-image {
    height: 300px;
  }
  .header_aera {
    padding: 0px 0px !important;
  }
  .reg-top {
    padding-top: 60px;
  }
  .bg_yellow {
    padding-bottom: 20px;
  }
  .address1{
      padding-left: 0px;
  }
  .nav-content {
    display: block;
   
}
}
@media only screen and (min-width: 1600px) {
  .landing-text {
    font-size: 70px;
    padding: 0px;
    margin: 210px 0px 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-primary {
    margin: 10px 0px 20px;
  }
  .location li {
    line-height: 27px;
  }
  .pd-right-25 {
    padding-right: 0px;
  }
  .border_img1 {
    height: 500px;
  }
  .landing-text {
    font-size: 40px !important;
    margin: 240px 0px 0px;
  }
}
@media only screen and (min-width: 2000px) {
  .landing-text {
    font-size: 60px;
    padding: 0px;
    margin: 210px 0px 0px !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .landing-text {
    font-size: 29px !important;
    padding: 0px;
  }
  .pd-right-25 {
    padding-right: 0px;
  }
  .about-img{
    margin-top: 20px;
  }
  .footer-img{
    text-align: center !important;
  }
  .landing-text-p {
    font-size: 18px !important;
  }
  .service-s p {
    font-size: 14px;
  }
  .heading-primary {
    font-size: 25px !important;
  }
  .heading-primaryblack {
    font-size: 25px !important;
  }
  .heading-secondary {
    font-size: 25px !important;
  }
  .banner-button {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
  }
  .border_img {
    height: 400px;
  }
  .paragraph {
    font-size: 14px;
  }
  .pl_50 {
    padding-left: 20px !important;
  }
  .pr-30 {
    padding-right: 0px !important;
  }
  .reg-top {
    padding-top: 30px;
  }
  .logo-biss {
    width: 240px !important;
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 768) and (max-width: 992px) {
  .border_img {
    height: 500px !important;
  }
  .pr-30 {
    padding-right: 20px !important;
  }
  .footer-img img{
    max-width: 50% !important;
    height: auto;
  }
  .footer-img{
    text-align: center !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
  .border_img {
    height: 600px !important;
    width: 100%;
  }
  .about_title {
    padding: 20px 25px 0px 0px;
  }
  .pr-30 {
    padding-right: 20px !important;
  }
  .service-s p {
    font-size: 15px !important;
  }
}

/* about us page*/
.about-us-sec2-img {
  text-align: center;
  padding: 0 5%;
}
.about-us-sec2-img img {
  width: auto;
  height: 540px;
  position: relative;
  z-index: 45;
  border-radius: 10px;
}
.arvind-content {
  text-align: center;
  background-color: #dbeafe;
  position: relative;
  padding: 170px 0px 0px;
  margin-top: -140px;
}
.p-10 {
  padding: 20px;
}
.about-icons {
  height: 100px;
  width: auto;
}
.arvind-content h1 {
  color: #001a33;
  height: 50;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
}
.arvind-content h2 {
  color: #001a33;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0px !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .about-us-sec2-img img {
    height: 231px !important;
  }
  .border_img1 {
    height: 350px;
  }
  .quote-content {
    top: 6px;
    padding-bottom: 14px;
  }
  .arvind-content {
    padding: 127px 10px 0px !important;
  }
  .about-icons {
    height: 84px !important;
  }
  .arvind-content h1 {
    height: 46px !important;
    font-size: 20px !important;
    padding-top: 20px;
  }
  .arvind-content h2 {
    font-size: 20px !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .about-us-sec2-img img {
    height: 330px !important;
  }
  .quote-content {
    top: 46px;
  }
  .arvind-content h1 {
    height: 50px !important;
    font-size: 24px !important;
  }
  .arvind-content h2 {
    font-size: 24px !important;
  }
}

/*-------------------------------header-top-bar-----------------------------------------------*/

.header-top-right{
  padding: 13px 0px 0px;
  text-align: right !important;
}
.pd-0{
  padding: 0px !important;
}
.header-top{
  background-color: #E4E4E7;
}
.header-top p{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #0F172A;
}
.header-top i {
  padding: 0px 7px 0px 0px !important;
}
.header-right-content {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.header-top a:hover {
    text-decoration: none!important;
    border-bottom: 1.5px solid #2563eb;
}
.header-top a {
    text-decoration: none!important;
    color: #0F172A!important;
}
.show-hide {
  padding: 8px;
  display: none;
}
.show-hide1 {
  display: none;
}
.header-top-left {
  padding-top: 2px;
}
.email-content {
  display: inherit;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .show-hide {
    display: inline-block;
  }
  .information {
    display: none;
  }
  .information.toggle {
    display: block;
  }
  .header-top-right{
    position: fixed;
    top: -2px;
    right: 22px;
  }
  .email-content {
    display: none;
  }
  .header-right-content {
    display: block;
    gap: 0px;
    justify-content: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top p{
    font-size: 13px;
  }
  .show-hide {
    display: block;
  }
  .information {
    display: none;
  }
  .information.toggle {
    display: contents;
  }
  .show-hide1 {
    display: block;
  }
  .information1 {
    display: none;
  }
  .information1.toggle {
    display: contents;
  }
  .email-content {
    display: none;
  }
  .header-right-content {
    display: block;
    gap: 0px;
    justify-content: right;
  }
  .header-top-container {
    display: flex;
    justify-content: space-between;
  }
  .show-hide1 .navbar-toggle {
    display: block;
  }
  .nav-content {
    display: block;
    align-items: center;
  }
}





@media (min-width: 768px) and (max-width: 991px){
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }
  .collapse.in{
      display:block !important;
  }
}
/* floating call button for basic page*/
.float-button{
    background: #2563EB;
    border-radius: 10px;
    height: 48px;
    width: 108px;
    position: fixed;
    right: 48px;
    bottom: 50px;
    z-index: 100;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    transition: all 0.3s ease 0s;
}
.float-button:hover{
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.phone:hover {
  -webkit-animation: vibrate 0.32s cubic-bezier(.36, .07, .19, .97) infinite;
  animation: vibrate 0.32s cubic-bezier(.36, .07, .19, .97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.phone{
  position: relative;
  top: -5px;
}
.phone i{
  padding: 0px 8px 0px 0px;
}

@keyframes vibrate {
  0.50%, 90% {
   -webkit-transform: translate3d(-0.5px, 0, 0);
   transform: translate3d(1.5px, 0, 0);
 }

0.50%, 80% {
  -webkit-transform: translate3d(0.5px, 0, 0);
  transform: translate3d(0.5px, 0, 0);
}

30%, 50%, 70% {
  -webkit-transform: translate3d(-0.5px, 0, 0);
  transform: translate3d(-0.5px, 0, 0);
}

0.50%, 60% {
  -webkit-transform: translate3d(0.5px, 0, 0);
  transform: translate3d(0.5px, 0, 0);
}
}
#toggle1{
  background: #FFB826;
}
#toggle2{
  background: #004F99;
}
#toggle3{
  background: #004F99;
}
#t1{
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 24px, rgba(17, 17, 26, 0.05) 0px 16px 56px;
}
#t1:hover{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 24px, rgba(17, 17, 26, 0.05) 0px 16px 56px !important;
}
#t2{
  cursor: pointer;
}
#t2:hover{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 24px, rgba(17, 17, 26, 0.05) 0px 16px 56px !important;
}
#t3{
  cursor: pointer;
}
#t3:hover{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 24px, rgba(17, 17, 26, 0.05) 0px 16px 56px !important;
}
#first-map{
  display: block;
}
#second-map{
  display: none;
}
#third-map{
  display: none;
}
.viewsreference--view-title{
  display: none;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li a:active {
  color: #2563eb;
}
.our_footer_area img{
  width: 70%;
  text-align: center;
}
.single-service-img{
  text-align: center;
}
.single-service-img img{
  height: 300px;
  margin-top: 50px;
}
.our_partners_area {
  background-color: #fafafa;
  padding: 100px 0px 50px;
}
.text-center{
  text-align: center !important;
}
.mb-50{
  margin-bottom: 50px;
}
.gall-videos{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.gall-videos iframe{
  height: auto !important;
  width: auto !important;
}
.gall-videos .video-embed-field-provider-youtube{
  padding: 20px;
}
