@import "../reset.css";
@import "../mobile-menu.css";
@import "../header.css";

:root {
  --bx-primary-color: #015c8b;
  --bx-title-color: #011;
}

.bx-section-head__label {
  background: #f6f6f6;
  color: var(--bx-title-color);
}

.bx-btn {
  color: white;
}

html {
  overflow-x: hidden;
}
.recidencePage.remote
/* Header  */
.bx-header {
  /* position: absolute; */
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.bx-header__block {
  border-bottom: 0;
}

.header-main.sticky {
  background: #fff;
}

.bx-header__inner {
  position: initial;
}

.bx-header__main {
  margin: 0px 10px;
}

.bx-header__logo {
  border-right: 0;
  padding-right: 0px;
  height: auto;
}

.bx-header__right {
  gap: 40px;
}

.bx-header__action {
  gap: 24px;
}

.bx-header__action-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bx-header__search,
.bx-header__menu {
  color: var(--bx-white-color);
  width: 44px;
  height: 44px;
  border: 1px solid var(--bx-white-color);
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}

.bx-header__search:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}

.bx-header__menu {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
}

.bx-header__menu:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}

.bx-header__nav {
  border-right: none;
  padding: 0;
}

.bx-header__nav-menu li a {
  padding: 35px 0px;
}

.bx-header__nav-menu li .bx-btn {
  color: white;
  padding: 10px 20px;
}

.bx-header__nav-menu li .bx-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.bx-header__nav-menu li .bx-btn:hover {
  color: white;
}

.bx-header__nav-menu li a,
.bx-header__info .support-text i {
  color: black;
}

.mega-menu__item-action .bx-btn {
  color: var(--bx-title-color) !important;
}

.mega-menu__item-action .bx-btn:hover {
  color: var(--bx-white-color) !important;
}

.header-main.sticky .bx-header__nav-menu li .active {
  color: var(--bx-primary-color);
}

.offcanvas__sub_menu_item.active,
.offcanvas__menu_item.active,
.offcanvas__sub_menu_item:hover,
.offcanvas__menu_item:hover {
  color: #85a6a6;
}

.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
  background-color: #85a6a6;
}

/* Hero  */
.bx-hero {
  
  overflow: hidden;
  height: 500px;
    display: flex;
    align-items: center;
}

.bx-hero ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bx-hero ul li {
  display: inline-block;
  margin-right: 10px;
  background: white;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  border-radius: 13px;
}

.bx-hero ul li:last-child {
  margin-right: 0px;
}


.bx-hero ul li img {
  height: 30px;
  display: block;
  margin: auto;
}



.bx-hero__inner {
  gap: 40px;
  margin: 0px 10px;
}

.bx-hero__content {
  max-width: 812px;
}

.hero-review-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-review-wrapper .reviewers-img-list li {
  display: inline-block;
}

.hero-review-wrapper .reviewers-img-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--bx-white-color);
}

.hero-review-wrapper .reviewers-img-list li {
  margin-left: -16px;
}

.hero-review-wrapper .reviewers-img-list {
  margin-left: 16px;
}

.hero-review-wrapper .trustpilot-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-review-wrapper .trustpilot-info span {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: -0.18px;
  color: var(--bx-white-color);
}

.hero-review-wrapper .trustpilot-info img {
  max-width: 96px;
}

.hero-review-wrapper .reviewers-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: var(--bx-white-color);
  margin-top: 8px;
}

.bx-hero__content .title {
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  color: black;
  font-weight: 500;
  letter-spacing: -1.54px;
}

.bx-hero__content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.44px;
  font-family: var(--bx-inter-font);
  max-width: 595px;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 24px;
  margin-bottom: 25px;
}

.bx-hero__form form {
  position: relative;
}

.bx-hero__form .title {
  color: var(--bx-white-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--bx-inter-font);
  margin-bottom: 24px;
  display: block;
}

.bx-hero__form form input {
  width: 555px;
  height: 72px;
  border-radius: 55px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.24);
  padding: 20px 180px 20px 34px;
  color: var(--bx-white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.bx-hero__form form input:focus,
.bx-hero__form form input::placeholder {
  color: var(--bx-white-color);
}

.bx-hero__form form .bx-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 52px;
}



/* About  */
.bx-about {
  overflow: hidden;
}

.reqAquote {
  padding: 70px 0px;
  background: #eaf8ff;
}

.reqAquote h2 {
  margin-bottom: 50px;
  font-weight: 400;
}


.reqAquote .form-control {
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}





.bx-about__top {
  gap: 65px;
}

.bx-about__image-widget.widget-1 {
  transform: rotate(-16deg);
}

.bx-about__image-widget.widget-2 {
  transform: rotate(16deg);
}

.bx-about__image-widget img {
  max-width: 228px;
  border-radius: 6px;
}

.bx-about .bx-section-head {
  /* max-width: 734px; */
  margin: 0;
}

.bx-about .bx-section-head__title {
  color: var(--bx-title-color);
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
}

.bx-about .bx-section-head__btn {
  margin-top: 40px;
}

.bx-about .bx-section-head__btn .bx-btn {
  background: transparent;
  border: 1px solid var(--bx-title-color);
  color: black;
}

.bx-about .bx-section-head__btn .bx-btn:hover {
  background: var(--bx-title-color);
  color: var(--bx-white-color);
}

.bx-about__counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-top: 140px;
}

.bx-about .single-counter {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bx-about .single-counter h4 {
  margin: 0;
  font-size: 76px;
  line-height: 70px;
  color: #015c8b;
  font-weight: 500;
}

.bx-about .single-counter .odometer.odometer-auto-theme,
.bx-about .single-counter .odometer.odometer-theme-default {
  font-family: var(--bx-inter-font);
  line-height: 70px;
  letter-spacing: -1px;
}

.bx-about .single-counter p {
  font-size: 20px;
  font-family: var(--bx-inter-font);
  font-weight: 400;
  line-height: 34px;
  color: var(--bx-paragraph-color);
}

.serviceProvide .card {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 15px;
}

.serviceProvide .card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.footerNew {
  padding: 50px 0px;
  padding-bottom: 30px;
}


.footerNew img {
  width: 250px;
  margin-bottom: 20px;
}

.footerNew .social {
  margin-top: 30px;
}

.footerNew .social li {
  display: inline-block;
  margin-right: 20px;
}

.footerNew .social li i {
  font-size: 20px;
}

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

.footerNew h5 {
  margin-bottom: 30px;
  font-weight: 500;
}





@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-about__counter-wrapper {
    gap: 60px;
  }

  .bx-about__top {
    justify-content: space-around;
  }
}

/* Service  */
.bx-service {
  overflow: hidden;
  background: linear-gradient(to bottom, #015c8b 0%, #8e8e8e 100%);
}

.bx-service .bx-section-head {
  gap: 40px;
}

.bx-service .bx-section-head__info {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.bx-service .bx-section-head__info.two {
  max-width: 480px;
}

.bx-service .bx-section-head__text {
  color: var(--bx-title-color);
  margin: 0;
}

.bx-service .bx-section-head__btn {
  margin-top: 32px;
}

.owl-carousel.bx-features__slider {
  padding-left: 176px;
  margin-top: 50px;
}

.bx-service__item {
  position: relative;
  width: 100%;
}


.bx-service__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  right: 0;
  top: 0;
  background: rgba(34, 48, 53, 0.17);
}

.bx-service__item:last-child::before {
  display: none;
}

.bx-service__item .service-img {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.service-img img {
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 230px;
  object-fit: cover;
}

.bx-service__item:hover .service-img img {
  transform: scale(1.04);
}

.service-content {
  margin-top: 20px;
}

.service-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: var(--bx-paragraph-color);
  display: block;
}

.service-content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  margin-top: 0px;
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .owl-carousel.bx-features__slider {
    padding-left: 24px;
  }
}

/* Why Choose  */
.bx-why-choose__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 34px;
  top: 160px;
  z-index: -1;
}

.w-choose-content {
  max-width: 800px;
  min-width: 800px;
  padding: 90px 0px;
  margin: 0 auto;
}

.w-choose-content .faq-inner {
  margin-top: 50px;
}

.w-choose-content .accordion-item {
  margin-bottom: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  border-radius: 0 !important;
}

.w-choose-content .accordion-item:last-child {
  margin: 0;
}

.w-choose-content .accordion-item .accordion-button {
  background: transparent;
  color: var(--bx-title-color);
  padding: 0 0 25px;
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.w-choose-content .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
}

.w-choose-content .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.w-choose-content .accordion-item .accordion-button span {
  color: var(--bx-title-color);
}

.w-choose-content .accordion-item .accordion-button svg {
  position: absolute;
  right: 4px;
  top: 12px;
}

.w-choose-content .accordion-body {
  padding: 0px 24px 32px 0px;
  border-radius: 0px 0px 8px 8px;
  transition: all 0.4s ease;
}

.w-choose-content .accordion-body .accordion-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}

.w-choose-content .accordion-item .accordion-button::after {
  display: none;
}

.w-choose-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}

.w-choose-contact p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.w-choose-contact p i {
  color: var(--bx-title-color);
  position: relative;
  top: 2px;
}

.w-choose-contact a {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-title-color);
  line-height: 120%;
  margin-top: 4px;
}

.bx-why-choose__image {
  margin-top: 110px;
}

.bx-why-choose__image img {
  max-width: 610px;
}

.securityCameras h2 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 45px;
}

.securityCameras p {
  margin-bottom: 25px;
}

.securityCameras img {
  border-radius: 10px;
}


.aboutPage {
  background: url(../../images/about.webp);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left;
  padding: 60px 0px;
  position: relative;
  background-color: #f4f4f4;
}

.aboutPage::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0%;
  transform: translate(-50%, 0%);
  background: linear-gradient(to left, #f4f4f4, transparent);
  z-index: 0;
}

.aboutPage h2 {
  font-weight: 500;
  font-size: 60px;
}

.coreValues {
  padding: 70px 0px;
}

.coreValues h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.coreValues .card {
  height: 100%;
  border-radius: 15px;
}

.coreValues .card i {
  color: #015c8b;
  font-size: 50px !important;
}

.coreValues .card h5 {
  font-weight: 400;
}

.companyOverview {
  padding-top: 40px;
}

.companyOverview h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.companyOverview .nav-pills {
  justify-content: center;
  align-items: center;
}


.companyOverview .nav-pills .nav-link {
  color: #aeaeae;
  font-size: 45px;
  font-weight: 200;
  border-radius: 0px !important;
  margin: 0px 10px;
}


.companyOverview .nav-pills .nav-link.active {
  background: transparent;
  color: #015c8b !important;
  font-weight: 500;
  border-bottom: 1px solid #015c8b !important;
  font-size: 65px;
}

.companyOverview .historySingle {
  max-width: 90%;
  margin: auto;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 20px;
}

.companyOverview .historySingle img {
  border-radius: 20px;
}

.companyOverview .historySingle h3 {
  font-weight: 400;
  color: #000;
}

.recidencePage {
  /*background: url(../../images/residence.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 70px 0px;
  background-color: #015c8b24;
}

.recidencePage.access-control {
  /*background: url(../../images/access-control-banner.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 70px 0px;
  background-color: #015c8b24;
}
.serviceImages{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.serviceImages img{
     width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.recidents .serviceImages img{
    object-position: right;
    object-fit: contain;
}
.access-control .serviceImages img{
    object-position: right;
    object-fit: contain;
}
.recidencePage h1 {
  font-weight: 500;
  line-height: 1.1;
}

.recidencePage h1 span {
  color: #015c8b;
}

.recidencePage p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.44px;
  font-family: var(--bx-inter-font);
  max-width: 595px;
  color: rgba(0, 0, 0, 0.72);
  margin-top: 24px;
  margin-bottom: 25px;
}

.recidencePage h5 {
  font-size: 22px;
  font-weight: 400;
  color: #015c8b;
  margin-top: 24px;
  margin-bottom: 25px;
}

.recidentialSolutions {
  padding: 70px 0px;
}

.recidentialSolutions h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;

}

.recidentialSolutions .card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.recidentialSolutions .card .bx-btn {
  background: transparent;
  color: black;
  border: 1px solid #000;
  margin-top: 20px;
}

.recidentialSolutions .card .bx-btn:hover {
  background: #015c8b;
  color: white;
  border: 1px solid transparent;
}

.recidentialSolutions .card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.recidentialSolutions .card h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 30px;
}

.recidentialSolutions.mobile .card h5 {
  font-size: 25px !important;
}

.recidentialSolutions .card .card-body {
  padding: 25px;
}

.recidentialSolutions form {
  padding: 25px;
  border-radius: 15px;
  margin-left: 30px;
  position: sticky;
  top: 110px;
  background: #e3f6ff;
  border: 1px solid;
}

.recidentialSolutions form .form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  padding-left: 0px;
  background: transparent;
}

.recidentialSolutions form .form-control:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #015c8b;
}

.recidentialSolutions form h5 {
  font-weight: 500;
  font-size: 30px;
}

.smartHome {
  padding-top: 20px;
}

.smartHome.business {
  padding-top: 70px;
}

.smartHome .wrapper {
  max-width: 90%;
  margin: auto;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 20px;
}

.smartHome .wrapper img {
  border-radius: 15px;
}

.smartHome .wrapper h3 {
  font-weight: 500;
}


.installationGuide {
  padding: 70px 0px;
  background: linear-gradient(to bottom, #015c8b 0%, #8e8e8e 100%);
  margin-top: 70px;
}

.installationGuide h2 {
  color: white;
  font-weight: 500;
}

.installationGuide p {
  color: white;
}

.installationGuide img {
  border-radius: 15px;
}

.recidencePage.business {
  /*background: url(../../images/business22.jpg) !important;*/
  background-size: cover !important;
  background-position: right !important;
  position: relative;
}

.recidencePage.business::before {
  content: '';
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #f4f4f4, #f4f4f4, #f4f4f4e3, transparent);
  z-index: 1;
}

.recidencePage.business .row {
  position: relative;
  z-index: 11;
}

.smartHome.business h2 {
  text-align: center;
  margin-bottom: 30px;
}


.recidentialSolutions.business .card {
  background: #f5f5f5;
  border: none;
}

.recidentialSolutions.business .card .bx-btn {
  background: var(--bx-primary-color) !important;
  color: white !important;
}

.recidencePage.remote {
  /*background: url(../../images/remote.jpg) !important;*/
  background-size: cover !important;
  background-position: right !important;
  position: relative;
}

.recidencePage.remote::before {
  content: '';
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #015c8b, #015c8b, #015c8bdb, transparent);
  z-index: 1;
}

.recidencePage.remote .row {
  position: relative;
  z-index: 11;
}
.recidencePage.remote .bx-btn{
    background: #ffffff !important;
    color: #5b696d !important;
}
.recidencePage.remote h1 {
  color: white;
}

.recidencePage.remote h1 span {
  color: white;
}

.recidencePage.remote h5 {
  color: white;
}

.contactPage {
  padding-top: 40px;
  padding-bottom: 80px;
}

.contactPage .heading h1 {
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 10px;
}

.contactPage .heading p {
  font-size: 18px;
}

.contactPage .wrapper {
  padding: 40px;
  background: #015b8a17;
  border: 1px solid #015b8a36;
  border-radius: 20px;
}

.contactPage .wrapper .singleContact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.contactPage .wrapper .singleContact h5 {
  margin-bottom: 5px;
  font-weight: 500 !important;
}

.contactPage .wrapper .singleContact i {
  width: 60px;
  height: 60px;
  min-width: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #015c8b;
  color: white;
  text-align: center;
  font-size: 20px;
}

.contactPage .wrapper .yourNote {
  position: relative;
}

.contactPage .wrapper .yourNote textarea {
  padding-right: 60px;
}


.blogPage {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #f5f5f5;
}

.blogPage .title {
  margin-bottom: 50px;
}

.blogPage .title h1 {
  font-size: 55px;
  font-weight: 500;
}


.blogPage .card {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}

.blogPage .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top;
}

.blogPage .card .toppart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blogPage .card .toppart span {
  color: black;
}

.blogPage .card .toppart span i {
  color: #000;
}

.blogPage .card .toppart .catagory {
  padding: 3px 10px;
  background: #015b8a1a;
  color: #015b8a;
  font-size: 14px;
  border-radius: 40px;
  font-weight: 500;
}

.blogPage .card h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.blogPage .card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: black;
  opacity: 0.6;
}

.blogPage .card .readDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogPage .card .readDetails span {
  color: black;
  font-size: 14px;
}

.blogPage .card .readDetails span i {
  color: black;
}

.blogPage .card .readDetails .btn-link {
  color: #015c8b;
  text-decoration: none;
  font-weight: 600;
}

.blogPage .card .readDetails .btn-link i {
  color: #015c8b;
  margin-left: 5px;
}

.blogDetailsPage .blogBanner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.blogDetailsPage .blogBanner .blogBannerImg {
  margin: auto;
  display: block;
  height: 350px;
}

.blogDetailsPage .blogBanner .bg {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: -2;
  filter: blur(150px);
  object-position: top;
  opacity: 0.6;
}

.blogDetailsPage .toppart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}

.blogDetailsPage .toppart .catagory {
  padding: 3px 10px;
  background: #015c8b;
  font-size: 14px;
  border-radius: 40px;
  font-weight: 500;
  color: white;
}

.blogDetailsPage h1 {
  font-weight: 500;
  font-size: 45px;
  margin-bottom: 30px;
}

.otherBlogs {
  margin-top: 60px;
}

.otherBlogs .toppart {
  padding-top: 0px;
}

.otherBlogs h2 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 50px;
}

.otherBlogs .card {
  border: 1px solid #ddd;
}







@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-why-choose__inner {
    margin: 0;
  }

  .w-choose-content {
    padding: 90px 40px 90px 0px;
  }

  .bx-why-choose__shape {
    left: 12px;
  }
}

/* Partners  */
.bx-partner__section-head {
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding-bottom: 40px;
}

.bx-partner__section-head .title {
  color: var(--bx-paragraph-color);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 0;
}

.owl-carousel.bx-partner__slider {
  margin-top: 40px;
}

.bx-partner__item img {
  max-width: 174px;
}

/* Video  */

.bx-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.bx-video__content {
  padding: 490px 0px 100px;
}

.bx-video__content .title {
  font-size: 40px;
  font-weight: 500;
  color: var(--bx-white-color);
  max-width: 600px;
  margin: 0;
  line-height: 140%;
}

.bx-video__player {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding-top: 24px;
}

.bx-video__player .video-content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: var(--bx-white-color);
}

.bx-video__player .video-content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: var(--bx-white-color);
  display: block;
  margin-top: 16px;
}

.bx-video__player .bx-video__btn {
  width: 76px;
  height: 76px;
  line-height: 82px;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff30;
  backdrop-filter: blur(4px);
  color: var(--bx-white-color) !important;
  border: 1px solid #ffffff57;
  z-index: 2;
  transition: all 0.3s ease;
}

.bx-video__player .bx-video__btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color) !important;
  border: 1px solid transparent;
}

/* Portfolio  */
.bx-portfolio .bx-section-head {
  gap: 40px;
}

.bx-portfolio .bx-section-head__info {
  max-width: 636px;
}

.bx-portfolio .bx-section-head__info.two {
  max-width: 480px;
}

.bx-portfolio .bx-section-head__text {
  color: var(--bx-title-color);
  margin: 0;
}

.bx-portfolio .bx-section-head__btn {
  margin-top: 32px;
}

.bx-portfolio__wrapper {
  margin-top: 40px;
}

.bx-portfolio__item {
  padding: 65px 0px;
  border-top: 1px solid rgba(34, 48, 53, 0.17);
}

.bx-portfolio__item:last-child {
  padding-bottom: 0px;
}

.bx-portfolio__item .portfolio-image {
  max-width: 720px;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 24px;
}

.bx-portfolio__item .portfolio-image img {
  max-width: 674px;
}

.bx-portfolio__item .portfolio-content {
  max-width: 430px;
}

.bx-portfolio__item .portfolio-content .number {
  display: block;
  color: var(--bx-title-color);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 48, 53, 0.17);
  border-radius: 100%;
  line-height: 40px;
}

.bx-portfolio__item .portfolio-content .category {
  margin-top: 50px;
  border-radius: 4px;
  background: #f6f6f6;
  display: inline-block;
  padding: 8px 18px;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.15px;
  font-weight: 500;
}

.bx-portfolio__item .portfolio-content .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  margin: 0;
  margin-top: 16px;
}

.bx-portfolio__item .portfolio-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 16px;
}

.bx-portfolio__item .portfolio-content .key-ponits {
  margin-top: 32px;
}

.bx-portfolio__item .portfolio-content .key-ponits li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bx-portfolio__item .portfolio-content .key-ponits li:last-child {
  margin: 0;
}

.bx-portfolio__item .portfolio-content .key-ponits li i {
  color: #85a6a6;
  position: relative;
  top: 2px;
}

.bx-portfolio__item .portfolio-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bx-title-color);
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 120%;
  margin-top: 56px;
}

.bx-portfolio__item .portfolio-btn i {
  position: relative;
  top: 2px;
}

/* Text Move  */
.bx-text-move {
  overflow: hidden;
}

.swiper.text-move_slider-reverse {
  margin-top: 40px;
}

.bx-text-move .swiper-slide {
  width: auto !important;
}

.bx-text-move .swiper-wrapper {
  transition-timing-function: linear;
}

.bx-text-slide__item {
  display: flex;
  gap: 58px;
  justify-content: center;
  align-items: center;
}

.bx-text-slide__item .text {
  font-size: 77px;
  font-weight: 400;
  letter-spacing: -3.08px;
  color: var(--bx-title-color);
  line-height: 140%;
}

.bx-text-slide__item .text.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-title-color);
}

.bx-text-slide__item .arrow-img {
  max-width: 50px;
  max-height: 50px;
}

/* Team  */
.bx-team {
  background-color: #f6f6f6;
}

.bx-team__shape {
  position: absolute;
  right: 0;
  top: 145px;
}

.bx-team__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.bx-team__head {
  position: relative;
  overflow: hidden;
}

.bx-team__img {
  border-radius: 8px;
  overflow: hidden;
}

.bx-team__img img {
  width: 100%;
  border-radius: 8px;
}

.bx-team__card:hover .bx-team__img img {
  transform: scale(1.04);
}

.bx-team__social {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  transition: all 0.3s ease;
}

.bx-team__card:hover .bx-team__social {
  bottom: 30px;
}

.bx-team__social li {
  display: inline-block;
  margin-right: 10px;
}

.bx-team__social li a {
  width: 42px;
  height: 42px;
  background: var(--bx-white-color);
  border-radius: 100%;
  line-height: 44px;
  text-align: center;
  color: var(--bx-title-color);
}

.bx-team__social li a:hover {
  color: var(--bx-title-color);
  background: var(--bx-primary-color);
}

.bx-team__social li:last-child {
  margin: 0;
}

.bx-team__content {
  margin-top: 32px;
}

.bx-team__content .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}

.bx-team__content .designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

/* Motivation  */
.bx-motivation__image {
  text-align: center;
}

.bx-motivation__image img {
  width: 100%;
  border-radius: 6px;
}

.bx-motivation__content {
  gap: 150px;
  justify-content: center;
  justify-items: end;
}

.bx-award__medal {
  margin-top: 128px;
}

.bx-award__medal .title {
  margin: 0;
  color: var(--bx-title-color);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.bx-award__medal-icons {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 55px;
}

.bx-award__medal-icons img {
  max-width: 90px;
}

.bx-motivation__widget {
  border-radius: 6px;
  background: var(--bx-primary-color);
  max-width: 342px;
  padding: 45px 30px 35px 30px;
  margin-top: -112px;
}

.bx-motivation__widget .title {
  color: #0b0b0b;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 13px;
}

.bx-motivation__widget .text {
  color: rgba(11, 11, 11, 0.75);
  font-family: var(--bx-inter-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.bx-motivation__widget img {
  margin-top: 28px;
}

/* Testimonial  */
.owl-carousel.bx-testimonial__slider-2 {
  padding: 0px 190px;
}

.testimonial-item {
  padding: 30px;
  border: 1px solid rgba(34, 48, 53, 0.17);
  border-radius: 10px;
}

.testimonial-inner {
  display: flex;
  align-items: center;
  gap: 78px;
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.testimonial-inner .quotation-icon {
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
}

.testimonial-inner .quotation-icon img {
  max-width: 40px;
  display: inline-block !important;
}

.testimonial-info img {
  max-width: 140px;
}

.testimonial-info .title {
  margin: 0;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: var(--bx-title-color);
}
.testimonial-info .title-text-message{
    /*color: var(--bx-paragraph-color) !important;*/
    font-family: var(--bx-dm-font) !important;
    font-size: 18px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 170px;
}

.testimonial-author .author-img img {
  max-width: 60px;
  height: 60px;
  border-radius: 199%;
  object-fit: cover;
}

.testimonial-author .author-info .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-title-color);
  line-height: 120%;
  margin-bottom: 8px;
}

.testimonial-author .author-info .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--bx-paragraph-color);
}

/* Slider Controls  */
.owl-carousel.bx-testimonial__slider-2 .owl-dots {
  position: absolute;
  right: 190px;
  bottom: 25px;
  line-height: 0;
  display: flex;
}

.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 16px;
  background: var(--bx-title-color);
  display: block;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}

.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--bx-title-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span,
.owl-carousel.bx-testimonial__slider-2 .owl-dot:hover span {
  background: var(--bx-title-color);
}

.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Blog  */
.bx-blog {
  background-color: #f6f6f6;
}

.bx-blog .bx-section-head {
  align-items: end;
}

.bx-blog .bx-section-head__btn .bx-btn {
  background: var(--bx-title-color);
  color: var(--bx-white-color);
}

.bx-blog .bx-section-head__btn .bx-btn:hover {
  background: var(--bx-primary-color);
  color: var(--bx-title-color);
}

.bx-blog .bx-section-head__text {
  margin: 0;
  color: var(--bx-title-color);
}

.bx-blog .bx-section-head__btn {
  margin-top: 32px;
}

.bx-section-head__info.two {
  max-width: 480px;
}

.bx-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.bx-blog__card {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-radius: 8px;
  align-items: center;
  transition: all 0.3s ease;
  background: var(--bx-white-color);
}

.bx-blog__cover {
  min-width: 306px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.bx-blog__cover img {
  max-width: 306px;
  border-radius: 8px;
}

.bx-blog__card:hover .bx-blog__cover img {
  transform: scale(1.04);
}

.bx-blog__meta .category {
  padding: 12px 20px;
  border-radius: 57px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: var(--bx-title-color);
  display: inline-block;
  border: 1px solid rgba(34, 48, 53, 0.25);
}

.bx-blog__meta .category:hover {
  background: var(--bx-primary-color);
  color: var(--bx-title-color);
  border: 1px solid transparent;
}

.bx-blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.bx-blog__meta .date {
  color: var(--bx-title-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.bx-blog__content .title {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 400;
}

.bx-blog__content .title a {
  font-weight: 400;
  line-height: 40px;
  color: var(--bx-title-color);
}

.bx-blog__content .title a:hover {
  text-decoration: underline;
}

.bx-blog__content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  color: var(--bx-paragraph-color);
}

/* Call Action  */
.bx-call-action {
  background-color: var(--bx-primary-color);
  overflow: hidden;
}

.bx-call-action__shapes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bx-call-action__shapes .shape {
  position: absolute;
  left: 8%;
  top: 20%;
}

.bx-call-action__shapes .shape-2 {
  position: absolute;
  right: -8%;
  bottom: -39%;
}

.bx-call-action__content {
  padding: 0px 66px;
}

.bx-call-action__content .sm-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: var(--bx-white-color);
  padding: 10px 18px;
  border-radius: 4px;
  display: inline-block;
  background: var(--bx-title-color);
}

.bx-call-action__content .title {
  margin: 0;
  margin-top: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -0.48px;
  color: var(--bx-title-color);
}

.bx-call-action__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 32px;
}

.bx-call-action__btn .bx-btn,
.bx-call-action__btn .bx-btn.outline-btn:hover {
  background: var(--bx-title-color);
  color: var(--bx-white-color);
  border: 1px solid transparent;
}

.bx-call-action__btn .bx-btn.outline-btn,
.bx-call-action__btn .bx-btn:hover {
  background: transparent;
  color: var(--bx-title-color);
  border: 1px solid var(--bx-title-color);
}

/* Footer  */
.bx-footer {
  z-index: 2;
  background-color: #001111;
}

.bx-footer__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 128px;
  padding: 100px 0px 140px;
}

.bx-footer__widget {
  margin-top: 30px;
}

.bx-footer__widget.bx-footer__about {
  min-width: 465px;
}

.bx-footer__logo img {
  max-width: 142px;
}

.bx-footer__about .title {
  color: var(--bx-white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  margin-top: 32px;
}

.bx-footer__social {
  margin-top: 56px;
}

.bx-footer__social li {
  display: inline-block;
  margin-right: 24px;
}

.bx-footer__social li a {
  font-size: 24px;
  color: var(--bx-white-color);
}

.bx-footer__social li a:hover {
  color: var(--bx-primary-color);
}

.bx-footer__social li:last-child {
  margin: 0;
}

.bx-footer__widget-group {
  min-width: 632px;
}

.bx-footer__widget-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 116px;
}

.bx-footer__widget .widget-title {
  color: var(--bx-white-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}

.bx-footer__widget .list-links li {
  margin-bottom: 28px;
}

.bx-footer__widget .list-links li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.bx-footer__widget .list-links li:last-child {
  margin: 0;
}

.bx-footer__widget .list-links li a:hover {
  color: var(--bx-primary-color);
}

.bx-footer__widget .contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
}

.bx-footer__widget .contact-icon img {
  max-width: 45px;
  filter: invert(1);
}

.bx-footer__widget .contact-info .label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}

.bx-footer__widget .contact-info .links {
  font-size: 22px;
  font-weight: 300;
  color: black;
}

.bx-footer__widget .contact-info .links:hover {
  color: var(--bx-primary-color);
}

.bx-footer__widget .contact-item:last-child {
  margin: 0;
}

.bx-footer__copyright {
  background: #000000;
  padding: 12px 0px;
}

.bx-footer__copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bx-footer__links li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.bx-footer__links li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.16);
  right: 0;
  top: 4px;
}

.bx-footer__links li:last-child {
  padding: 0;
  margin: 0;
}

.bx-footer__links li:last-child::before {
  display: none;
}

.bx-footer__links li a {
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.bx-footer__links li a:hover {
  color: var(--bx-primary-color);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.69);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.bx-footer__newsletter {
  margin-top: 64px;
  position: relative;
}

.bx-footer__newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 0;
  width: 100%;
  padding: 14px 180px 22px 0px;
  color: var(--bx-white-color);
  font-weight: 400;
}

.bx-footer__newsletter input:focus {
  color: var(--bx-white-color);
}

.bx-footer__newsletter .bx-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 15px;
  padding: 8px 18px;
  background: var(--bx-white-color);
  color: var(--bx-title-color);
  transition: all 0.3s ease;
}

.bx-footer__newsletter .bx-btn:hover {
  background: var(--bx-primary-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-footer__main {
    gap: 80px;
  }

  .bx-footer__widget-inner {
    gap: 60px;
  }

  .bx-footer__widget.bx-footer__about {
    min-width: 423px;
  }

  .bx-footer__widget-group {
    min-width: 560px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  /* Hero  */
  

  .bx-hero__content .title {
    font-size: 60px;
    line-height: 72px;
  }

  .bx-hero__content .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }

  .bx-hero__form form input {
    width: 450px;
  }

  .bx-hero__form .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  /* About  */
  .bx-about__top {
    gap: 40px;
  }

  .bx-about .bx-section-head {
    /* max-width: 600px; */
  }

  .bx-about .bx-section-head__btn {
    margin-top: 30px;
  }

  .bx-about__counter-wrapper {
    gap: 20px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }

  .bx-about .single-counter h4 {
    font-size: 55px;
    line-height: 60px;
  }

  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 60px;
  }

  .bx-about .single-counter p {
    font-size: 18px;
    line-height: 30px;
  }

  /* Why Choose  */
  .bx-why-choose__inner {
    gap: 80px;
    margin: 0px 20px;
  }

  .w-choose-content {
    max-width: 800px;
    min-width: 800px;
    padding: 70px 0px;
  }

  .bx-why-choose__image img {
    max-width: 520px;
  }

  .bx-why-choose__image {
    margin-top: 90px;
  }

  .w-choose-content .faq-inner {
    margin-top: 40px;
  }

  .w-choose-content .accordion-item {
    margin-bottom: 26px;
  }

  .w-choose-content .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 25px;
    gap: 16px;
  }

  .w-choose-content .accordion-body .accordion-text {
    font-size: 16px;
    line-height: 28px;
  }

  .w-choose-action {
    gap: 26px;
    margin-top: 35px;
  }

  .w-choose-contact a {
    font-size: 16px;
  }

  /* Video  */
  .bx-video__content {
    padding: 450px 0px 90px;
  }

  .bx-video__content .title {
    font-size: 36px;
    max-width: 550px;
  }

  .bx-video__player {
    margin-top: 20px;
    padding-top: 20px;
  }

  .bx-video__player .video-content p {
    font-size: 20px;
  }

  .bx-video__player .video-content span {
    margin-top: 14px;
  }

  .bx-video__player .bx-video__btn {
    width: 70px;
    height: 70px;
    line-height: 76px;
    font-size: 18px;
  }

  /* Portfolio */
  .bx-portfolio .bx-section-head {
    gap: 30px;
  }

  .bx-portfolio .bx-section-head__info {
    max-width: 580px;
  }

  .bx-portfolio .bx-section-head__info.two {
    max-width: 420px;
  }

  .bx-portfolio .bx-section-head__btn {
    margin-top: 25px;
  }

  .bx-portfolio__item {
    padding: 50px 0px;
  }

  .bx-portfolio__item .portfolio-image {
    max-width: 600px;
    padding: 20px;
  }

  .bx-portfolio__item .portfolio-image img {
    max-width: 560px;
  }

  .bx-portfolio__item .portfolio-content {
    max-width: 380px;
  }

  .bx-portfolio__item .portfolio-content .category {
    margin-top: 40px;
  }

  .bx-portfolio__item .portfolio-content .title {
    font-size: 28px;
    line-height: 38px;
  }

  .bx-portfolio__item .portfolio-btn {
    margin-top: 45px;
  }

  /* Motivation  */
  .bx-motivation__image img {
    max-width: 100%;
  }

  .bx-motivation__content {
    gap: 100px;
  }

  .bx-award__medal {
    margin-top: 100px;
  }

  .bx-award__medal-icons {
    gap: 40px;
  }

  .bx-award__medal-icons img {
    max-width: 80px;
  }

  .bx-motivation__widget {
    margin-top: -90px;
    padding: 40px 25px 30px 25px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0px 40px;
  }

  /* Blog  */
  .bx-blog__card {
    display: block;
  }

  .bx-blog__cover img {
    max-width: 100%;
    width: 100%;
  }

  .bx-blog__content {
    margin-top: 40px;
  }

  /* Call Action  */
  .bx-call-action__content {
    padding: 0;
  }

  .bx-call-action__content .title {
    font-size: 36px;
    margin-bottom: 35px;
  }

  /* Footer  */
  .bx-footer__main {
    grid-template-columns: repeat(2, 1fr);
  }

}

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

  /* Hero  */
  .bx-hero {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
  }

  .bx-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }

  .bx-hero__content {
    max-width: 100%;
  }

  .bx-hero__content .title {
    font-size: 48px;
    line-height: 58px;
  }

  .bx-hero__content .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    max-width: 100%;
  }

  .hero-review-wrapper .reviewers-img-list li img {
    width: 45px;
    height: 45px;
  }

  .bx-hero__form {
    width: 100%;
  }

  .bx-hero__form form input {
    width: 100%;
    max-width: 100%;
  }

  /* About  */
  .bx-about__top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .bx-about__image-widget.widget-1,
  .bx-about__image-widget.widget-2 {
    transform: rotate(0);
  }

  .bx-about .bx-section-head {
    max-width: 100%;
    order: -1;
    /* Move section head to top */
  }

  .bx-about__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "header header"
      "img1 img2";
  }

  .bx-about .bx-section-head {
    grid-area: header;
  }

  .bx-about__image-widget.widget-1 {
    grid-area: img1;
    justify-self: center;
  }

  .bx-about__image-widget.widget-2 {
    grid-area: img2;
    justify-self: center;
  }

  .bx-about__counter-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
  }

  .bx-about .single-counter {
    width: 45%;
  }

  .bx-about .single-counter h4 {
    font-size: 60px;
    line-height: 56px;
  }

  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 56px;
  }

  .bx-about .single-counter p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Service  */
  .bx-service .bx-section-head {
    flex-direction: column;
    gap: 25px;
  }

  .bx-service .bx-section-head__info,
  .bx-service .bx-section-head__info.two {
    max-width: 100%;
  }

  .bx-service .bx-section-head__btn {
    margin-top: 20px;
  }

  .owl-carousel.bx-features__slider {
    padding-left: 60px;
    margin-top: 35px;
  }

  .bx-service .bx-section-head__text {
    margin-top: 12px;
  }

  .bx-service__item {
    padding: 0;
    margin-right: 24px;
  }

  .bx-service__item::before {
    display: none;
  }

  .service-content {
    margin-top: 20px;
  }

  .service-content h4 {
    font-size: 18px;
    margin-top: 8px;
  }

  /* Why Choose  */
  .bx-why-choose__shape {
    left: 15px;
    top: 120px;
  }

  .bx-why-choose__inner {
    flex-direction: column;
    gap: 40px;
    margin: 0px 15px;
    align-items: center;
  }

  .w-choose-content {
    max-width: 100%;
    min-width: auto;
    width: 90%;
    padding: 60px 0px 70px;
  }

  .bx-why-choose__image {
    margin-top: 70px;
    display: flex;
    justify-content: center;
  }

  .bx-why-choose__image img {
    max-width: 90%;
  }

  .w-choose-content .faq-inner {
    margin-top: 35px;
  }

  .w-choose-content .accordion-item {
    margin-bottom: 22px;
  }

  .w-choose-content .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 14px;
    gap: 14px;
  }

  .w-choose-content .accordion-body {
    padding: 0px 20px 24px 0px;
  }

  .w-choose-content .accordion-body .accordion-text {
    font-size: 16px;
    line-height: 26px;
  }

  .w-choose-action {
    gap: 20px;
    margin-top: 30px;
  }

  .w-choose-contact p {
    font-size: 14px;
    line-height: 24px;
  }

  .w-choose-contact a {
    font-size: 16px;
  }

  /* Video  */
  .bx-video__content {
    padding: 350px 0px 80px;
  }

  .bx-video__content .title {
    font-size: 32px;
    max-width: 500px;
  }

  .bx-video__player {
    margin-top: 18px;
    padding-top: 18px;
    gap: 16px;
  }

  .bx-video__player .video-content p {
    font-size: 18px;
    line-height: 20px;
  }

  .bx-video__player .video-content span {
    font-size: 15px;
    margin-top: 12px;
  }

  .bx-video__player .bx-video__btn {
    width: 65px;
    height: 65px;
    line-height: 70px;
    font-size: 16px;
  }

  /* Portfolio  */
  .bx-portfolio .bx-section-head {
    flex-direction: column;
    gap: 25px;
  }

  .bx-portfolio .bx-section-head__info,
  .bx-portfolio .bx-section-head__info.two {
    max-width: 100%;
  }

  .bx-portfolio .bx-section-head__btn {
    margin-top: 20px;
  }

  .bx-portfolio__wrapper {
    margin-top: 30px;
  }

  .bx-portfolio__item {
    padding: 40px 0px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .bx-portfolio__item .portfolio-content {
    max-width: 100%;
    order: 1;
  }

  .bx-portfolio__item .portfolio-image {
    max-width: 100%;
    order: 2;
  }

  .bx-portfolio__item .portfolio-image img {
    max-width: 100%;
    width: 100%;
  }

  .bx-portfolio__item .portfolio-content .category {
    margin-top: 25px;
  }

  .bx-portfolio__item .portfolio-content .title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 12px;
  }

  .bx-portfolio__item .portfolio-btn {
    margin-top: 30px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .bx-text-slide__item .arrow-img {
    max-width: 34px;
    max-height: 34px;
  }

  .bx-text-slide__item {
    gap: 32px;
  }

  .swiper.text-move_slider-reverse {
    margin-top: 32px;
  }

  /* Team  */
  .bx-team__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Motivation  */
  .bx-motivation__image img {
    max-width: 100%;
  }

  .bx-motivation__content {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }

  .bx-award__medal {
    margin-top: 60px;
    text-align: center;
  }

  .bx-award__medal .title {
    font-size: 24px;
    line-height: 34px;
  }

  .bx-award__medal-icons {
    gap: 30px;
    justify-content: center;
  }

  .bx-award__medal-icons img {
    max-width: 70px;
  }

  .bx-motivation__widget {
    margin-top: 0;
    max-width: 500px;
    text-align: center;
  }

  .bx-motivation__widget .title {
    font-size: 24px;
  }

  .bx-motivation__widget .text {
    font-size: 16px;
    line-height: 28px;
  }

  .bx-motivation__widget img {
    display: block;
    margin: 24px auto 0;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }

  .testimonial-inner .quotation-icon {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    max-width: 80px;
  }

  .testimonial-inner .quotation-icon img {
    max-width: 24px;
  }

  .testimonial-info .title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 43px;
  }

  .testimonial-inner {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .testimonial-author {
    margin-left: 0;
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .testimonial-info {
    margin-top: 24px;
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    display: grid;
    margin-top: 20px;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bx-blog__cover {
    min-width: 100%;
    width: 100%;
  }

  .bx-blog__card {
    display: block;
    min-width: 100%;
    width: 100%;
    padding: 24px;
  }

  .bx-blog__cover img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
  }

  .bx-blog__content .title {
    margin-bottom: 9px;
    font-size: 22px;
  }

  .bx-blog__content .title a {
    line-height: 32px;
  }

  .bx-blog__content .text {
    line-height: 25px;
  }

  .bx-blog__meta .category {
    padding: 8px 12px;
    line-height: 11px;
  }

  .bx-blog__content {
    margin-top: 32px;
  }

  /* Call Action  */
  .bx-call-action__content {
    padding: 0;
  }

  .bx-call-action__content .title {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 30px;
  }

  .bx-call-action__shapes {
    display: none;
  }

  /* Footer  */
  .bx-footer__main {
    display: flex;
    gap: 40px;
    padding: 40px 0px 80px;
    flex-wrap: wrap;
  }

  .bx-footer__widget.bx-footer__about {
    min-width: 100%;
  }

  .bx-footer__about .title {
    font-size: 24px;
  }

  .bx-footer__social {
    margin-top: 40px;
  }

  .bx-footer__social li a {
    font-size: 20px;
  }

  .bx-footer__widget-group {
    min-width: 100%;
  }

  .bx-footer__copyright-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

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

  /* Hero  */
  .bx-hero {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
  }

  .bx-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 0;
  }

  .bx-hero__content {
    max-width: 100%;
  }

  .bx-hero__content .title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.8px;
  }

  .bx-hero__content .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    max-width: 100%;
  }

  .hero-review-wrapper {
    gap: 10px;
  }

  .hero-review-wrapper .reviewers-img-list li img {
    width: 40px;
    height: 40px;
  }

  .hero-review-wrapper .trustpilot-info span {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-review-wrapper .trustpilot-info img {
    max-width: 80px;
  }

  .hero-review-wrapper .reviewers-text {
    font-size: 14px;
    line-height: 20px;
  }

  .bx-hero__form {
    width: 100%;
  }

  .bx-hero__form .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .bx-hero__form form input {
    width: 100%;
    height: 60px;
    padding: 15px 140px 15px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .bx-hero__form form .bx-btn {
    height: 44px;
    right: 8px;
    top: 8px;
    padding: 10px 15px;
    font-size: 14px;
  }

  /* About  */
  .bx-about__top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .bx-about__image-widget.widget-1,
  .bx-about__image-widget.widget-2 {
    transform: rotate(0);
  }

  .bx-about .bx-section-head {
    max-width: 100%;
    order: -1;
    /* Move section head to top */
  }

  .bx-about .bx-section-head__btn {
    margin-top: 25px;
  }

  .bx-about__counter-wrapper {
    gap: 30px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .bx-about .single-counter {
    width: 45%;
    display: block;
  }

  .bx-about .single-counter h4 {
    font-size: 50px;
    line-height: 46px;
  }

  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 46px;
  }

  .bx-about .single-counter p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Service  */
  .bx-service .bx-section-head {
    flex-direction: column;
    gap: 20px;
  }

  .bx-service .bx-section-head__info,
  .bx-service .bx-section-head__info.two {
    max-width: 100%;
  }

  .bx-service .bx-section-head__btn {
    margin-top: 15px;
  }

  .owl-carousel.bx-features__slider {
    padding-left: 15px;
    margin-top: 20px;
  }

  .bx-service__item {
    padding-right: 0px;
    margin-right: 16px;
    margin-bottom: 20px;
  }

  .bx-service__item::before {
    display: none;
  }

  .service-content {
    margin-top: 10px;
  }

  .service-content span {
    font-size: 14px;
  }

  .service-content h4 {
    font-size: 25px;
    margin-top: 5px;
  }

  /* Why Choose  */
  .bx-why-choose__shape {
    left: 0;
    top: 100px;
    display: none;
  }

  .bx-why-choose__inner {
    flex-direction: column;
    gap: 0;
    margin: 0px 10px;
  }

  .w-choose-content {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 40px 16px;
  }

  .bx-why-choose__image {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .bx-why-choose__image img {
    max-width: 100%;
  }

  .w-choose-content .faq-inner {
    margin-top: 30px;
  }

  .w-choose-content .accordion-item {
    margin-bottom: 20px;
  }

  .w-choose-content .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 12px;
    gap: 10px;
  }

  .w-choose-content .accordion-item .accordion-button svg {
    right: 0;
    top: 8px;
    width: 10px;
    height: 10px;
  }

  .w-choose-content .accordion-body {
    padding: 0px 15px 20px 0px;
  }

  .w-choose-content .accordion-body .accordion-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
  }

  .w-choose-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 25px;
    justify-content: center;
  }

  .w-choose-contact p {
    font-size: 14px;
    line-height: 22px;
  }

  .w-choose-contact a {
    font-size: 15px;
    margin-top: 2px;
  }

  /* Partner  */
  .bx-partner__section-head {
    padding-bottom: 24px;
  }

  .bx-partner__section-head .title {
    font-size: 18px;
  }

  .owl-carousel.bx-partner__slider {
    margin-top: 32px;
  }

  /* Video  */
  .bx-video__content {
    padding: 250px 0px 60px;
  }

  .bx-video__content .title {
    font-size: 26px;
    max-width: 100%;
    line-height: 130%;
  }

  .bx-video__player {
    margin-top: 15px;
    padding-top: 15px;
    gap: 12px;
  }

  .bx-video__player .video-content p {
    font-size: 16px;
    line-height: 18px;
  }

  .bx-video__player .video-content span {
    font-size: 14px;
    margin-top: 10px;
    line-height: 12px;
  }

  .bx-video__player .bx-video__btn {
    width: 55px;
    height: 55px;
    line-height: 60px;
    font-size: 14px;
  }

  /* Portfolio  */
  .bx-portfolio .bx-section-head {
    flex-direction: column;
    gap: 20px;
  }

  .bx-portfolio .bx-section-head__info,
  .bx-portfolio .bx-section-head__info.two {
    max-width: 100%;
  }

  .bx-portfolio .bx-section-head__title {
    font-size: 24px;
    line-height: 1.3;
  }

  .bx-portfolio .bx-section-head__btn {
    margin-top: 15px;
  }

  .bx-portfolio__wrapper {
    margin-top: 25px;
  }

  .bx-portfolio__item {
    padding: 30px 0px;
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }

  .bx-portfolio__item .portfolio-content {
    max-width: 100%;
    order: 1;
  }

  .bx-portfolio__item .portfolio-image {
    max-width: 100%;
    order: 2;
    padding: 15px;
  }

  .bx-portfolio__item .portfolio-image img {
    max-width: 100%;
    width: 100%;
  }

  .bx-portfolio__item .portfolio-content .number {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .bx-portfolio__item .portfolio-content .category {
    margin-top: 20px;
    padding: 6px 14px;
    font-size: 14px;
  }

  .bx-portfolio__item .portfolio-content .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }

  .bx-portfolio__item .portfolio-content .text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }

  .bx-portfolio__item .portfolio-btn {
    margin-top: 25px;
    font-size: 15px;
  }

  .bx-portfolio__item .portfolio-content .key-ponits {
    margin-top: 20px;
  }

  .bx-portfolio__item .portfolio-content .key-ponits li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .bx-text-slide__item .arrow-img {
    max-width: 24px;
  }

  .bx-text-slide__item {
    gap: 32px;
  }

  .swiper.text-move_slider-reverse {
    margin-top: 24px;
  }

  /* Team  */
  .bx-team__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }

  .bx-team__content {
    margin-top: 16px;
  }

  .bx-team__content .name {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .bx-team__shape {
    display: none;
  }

  /* Motivation  */
  .bx-motivation__image {
    text-align: center;
  }

  .bx-motivation__image img {
    max-width: 100%;
    border-radius: 6px;
  }

  .bx-motivation__content {
    gap: 150px;
    justify-content: center;
    justify-items: end;
    display: block !important;
  }

  .bx-award__medal {
    margin-top: 40px;
  }

  .bx-award__medal .title {
    margin: 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
  }

  .bx-award__medal-icons {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .bx-award__medal-icons img {
    max-width: 64px;
  }

  .bx-motivation__widget {
    border-radius: 6px;
    max-width: 100%;
    padding: 24px;
    margin-top: 40px;
  }

  .bx-motivation__widget .title {
    color: #0b0b0b;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 13px;
  }

  .bx-motivation__widget .text {
    color: rgba(11, 11, 11, 0.75);
    font-family: var(--bx-inter-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .bx-motivation__widget img {
    margin-top: 28px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;

  }

  .testimonial-inner .quotation-icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    max-width: 60px;
  }

  .testimonial-inner .quotation-icon img {
    max-width: 24px;
  }

  .testimonial-info .title {
    margin-top: 0px;
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-inner {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .testimonial-author {
    margin-left: 0;
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .testimonial-info {
    margin-top: 24px;
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }

  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    display: grid;
    margin-top: 20px;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }

  .bx-blog__cover {
    min-width: 100%;
    width: 100%;
  }

  .bx-blog__cover img {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
  }

  .bx-blog__card {
    display: block;
    min-width: 100%;
    width: 100%;
    padding: 24px;
  }

  .bx-blog__content .title {
    margin-bottom: 9px;
    font-size: 22px;
  }

  .bx-blog__content .title a {
    line-height: 32px;
  }

  .bx-blog__content .text {
    line-height: 25px;
  }

  .bx-blog__meta .category {
    padding: 8px 12px;
    line-height: 11px;
  }

  .bx-blog__content {
    margin-top: 32px;
  }

  /* Call Action  */
  .bx-call-action__content {
    padding: 0;
  }

  .bx-call-action__content .sm-title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .bx-call-action__content .title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .bx-call-action__btn {
    flex-direction: column;
    gap: 16px;
  }

  .bx-call-action__shapes {
    display: none;
  }

  /* Footer  */
  .bx-footer__main {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px 0px 56px;
  }

  .bx-footer__widget.bx-footer__about {
    min-width: 100%;
  }

  .bx-footer__about .title {
    font-size: 24px;
    margin-top: 24px;
  }

  .bx-footer__social {
    margin-top: 24px;
  }

  .bx-footer__social li {
    margin-right: 22px;
  }

  .bx-footer__social li a {
    font-size: 20px;
  }

  .bx-footer__widget-group {
    min-width: 100%;
  }

  .bx-footer__main {
    gap: 0;
  }

  .bx-footer__widget .widget-title {
    font-size: 18px;
  }

  .bx-footer__widget-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .bx-footer__newsletter input {
    height: 48px;
  }

  .bx-footer__newsletter {
    margin-top: 40px;
  }

  .bx-footer__widget .contact-icon img {
    max-width: 35px;
  }

  .bx-footer__widget .contact-info .links {
    font-size: 20px;
    line-height: 120%;
  }

  .bx-footer__widget .contact-item {
    margin-bottom: 32px;
  }

  .bx-footer__copyright-inner {
    display: block;
    text-align: center;
  }

  .copyright-text {
    text-align: center;
    margin-top: 12px;
  }

  .bx-footer__links li {
    padding-right: 12px;
    margin-right: 12px;
  }
}




/* RTL  */
.rtl .hero-review-wrapper .reviewers-img-list li {
  margin-right: -16px;
  margin-left: 0;
}

.rtl .hero-review-wrapper .reviewers-img-list {
  margin-right: 16px;
  margin-left: 0;
}

.rtl .bx-hero__form form .bx-btn {
  left: 10px;
  right: auto;
}

.rtl .bx-hero__form form input {
  padding: 20px 34px 20px 180px;
}

/* About RTL */
.rtl .bx-about__image-widget.widget-1 {
  transform: rotate(16deg);
}

.rtl .bx-about__image-widget.widget-2 {
  transform: rotate(-16deg);
}

/* Service RTL */

.rtl .owl-carousel.bx-features__slider {
  padding-right: 176px;
  padding-left: 0;
  direction: ltr;
}

.rtl .bx-service__item {
  direction: rtl;
  text-align: right;
  padding-left: 50px;
  padding-right: 0;
  margin-left: 50px;
  margin-right: 0;
}

.rtl .bx-service__item::before {
  left: 0;
  right: auto;
}

/* Why Choose RTL */
.rtl .bx-why-choose__shape {
  right: 34px;
  left: auto;
}

.rtl .w-choose-content .accordion-item .accordion-button {
  padding: 0 0 20px;
}

.rtl .w-choose-content .accordion-item .accordion-button span {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .w-choose-content .accordion-item .accordion-button svg {
  left: 4px;
  right: auto;
}

.rtl .w-choose-content .accordion-body {
  padding: 0px 0px 32px 24px;
}

.rtl .w-choose-contact p {
  display: flex;
}

/* Partners RTL */
.rtl .owl-carousel.bx-partner__slider {
  direction: ltr;
}

/* Portfolio RTL */
.rtl .bx-portfolio__item .portfolio-content .number {
  text-align: center;
}

.rtl .bx-portfolio__item .portfolio-btn i {
  transform: rotate(180deg);
}

/* Text Move RTL */

.rtl .bx-text-slide__item .arrow-img {
  transform: rotate(180deg);
}

/* Team RTL */
.rtl .bx-team__shape {
  left: 0;
  right: auto;
}

.rtl .bx-team__content {
  text-align: right;
}


/* Testimonial RTL */
.rtl .owl-carousel.bx-testimonial__slider-2 .owl-dots {
  left: 190px;
  right: auto;
}


/* Call Action RTL */
.rtl .bx-call-action__shapes .shape {
  right: 8%;
  left: auto;
}

.rtl .bx-call-action__shapes .shape-2 {
  left: -8%;
  right: auto;
}

/* Footer RTL */
.rtl .bx-footer__main {
  direction: rtl;
}

.rtl .bx-footer__social li {
  margin-left: 24px;
  margin-right: 0;
}

.rtl .bx-footer__social li:last-child {
  margin-left: 0;
}

.rtl .bx-footer__links li {
  padding-left: 20px;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 0;
}

.rtl .bx-footer__links li::before {
  left: 0;
  right: auto;
}

.rtl .bx-footer__links li:last-child {
  padding-left: 0;
}

.rtl .copyright-text {
  text-align: left;
}

.rtl .bx-footer__newsletter .bx-btn {
  left: 0;
  right: auto;
}

.rtl .bx-footer__newsletter input {
  padding: 14px 0px 22px 180px;
}

/* Responsive Fixes for RTL */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rtl .owl-carousel.bx-features__slider {
    padding-right: 24px;
    padding-left: 0;
  }

  .rtl .bx-why-choose__shape {
    right: 12px;
    left: auto;
  }

  .rtl .w-choose-content {
    padding: 90px 0px 90px 40px;
  }

  .rtl .testimonial-author {
    margin-right: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .rtl .owl-carousel.bx-features__slider {
    padding-right: 60px;
    padding-left: 0;
  }

  .rtl .bx-why-choose__shape {
    right: 15px;
    left: auto;
  }

  .rtl .testimonial-author {
    margin-right: 0;
  }

  .rtl .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 767px) {
  .rtl .owl-carousel.bx-features__slider {
    padding-right: 15px;
    padding-left: 0;
  }

  .rtl .bx-service__item {
    padding-left: 0px;
    margin-left: 16px;
    margin-right: 0;
  }

  .rtl .bx-why-choose__inner {
    margin: 0px 10px;
  }

  .rtl .w-choose-content {
    padding: 40px 16px;
  }

  .rtl .w-choose-content .accordion-item .accordion-button svg {
    left: 0;
    right: auto;
  }

  .rtl .w-choose-content .accordion-body {
    padding: 0px 0px 20px 15px;
  }

  .rtl .w-choose-action {
    flex-direction: column;
    align-items: flex-end;
  }

  .rtl .bx-portfolio__item {
    flex-direction: column;
  }

  .rtl .bx-motivation__content {
    display: block !important;
  }

  .rtl .bx-blog__card {
    flex-direction: column;
  }

  .rtl .bx-call-action__btn {
    flex-direction: column;
  }

  .rtl .bx-footer__copyright-inner {
    flex-direction: column;
  }

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

  .bx-about .bx-section-head__title {
    font-size: 20px;
  }

  .bx-about__image-widget img {
    max-width: 100%;
  }

  .securityCameras h2 {
    font-size: 30px;
  }

  .reqAquote h2 {
    margin-bottom: 30px;
  }

  .bx-footer__widget .contact-info .label {
    font-size: 20px;
  }

  .reqAquote form {
    margin-top: 30px;
  }

  .aboutPage {
    background-size: cover !important;
  }

  .aboutPage::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0%;
    transform: translate(0%, 0%);
    background: linear-gradient(to left, #f4f4f4, #f6f6f6b8);
    z-index: 0;
  }

  .aboutPage .row {
    position: relative;
    z-index: 11;
  }

  .aboutPage h2 {
    font-weight: 500;
    font-size: 45px;
  }

  .coreValues .card {
    margin-bottom: 20px;
    height: unset;
  }

  .coreValues h2 {
    font-size: 40px;
  }

  .companyOverview h2 {
    font-size: 40px;
  }

  .companyOverview .historySingle {
    max-width: 100%;
  }

  .companyOverview .nav-pills .nav-link.active {
    font-size: 55px;
  }

  .recidencePage {
    background-position: 100% 0px;
    padding-top: 150px;
    background-size: 300px;
  }
  .recidencePage.access-control {
    background-position: 100% 0px;
    padding-top: 150px;
    background-size: 300px;
  }

  .recidencePage h1 {
    font-size: 45px;
  }

  .recidentialSolutions h2 {
    font-size: 40px;
  }

  .smartHome .wrapper {
    max-width: 100%;
  }

  .smartHome .wrapper h3 {
    font-size: 35px;
    margin-top: 20px;
  }

  .installationGuide h2 {
    font-size: 35px;
  }

  .recidencePage.remote::before {
    width: 100% !important;
    background: linear-gradient(to right, #015c8b, #015c8b91);
  }

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

}
@media only screen and (max-width: 450px){
    .recidencePage.remote, .recidencePage.business, .recidencePage, .recidencePage.access-control{
        background: #015c8b24;
        padding-top: 80px;
    }
    .smartHome .wrapper{
        padding: 24px 16px;
    }
    .recidentialSolutions {
    padding: 36px 0px;
    }
    .installationGuide{
        padding: 36px 0px;
        margin-top: 36px;
    }
    .coreValues {
        padding: 36px 0px;
    }
    .companyOverview{
        padding-top: 36px;
    }
    .coreValues h2, .bx-why-choose h3, .recidentialSolutions h2 {
        font-size: 36px;
    }
    .bx-why-choose.homepage{
        margin-top: 0px;
    }
    .bx-why-choose.homepage .w-choose-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .historySingle{
         padding: 24px 16px !important;
    }
    .blogPage, .bx-testimonial.section-gap{
        padding: 36px 0px;
    }
    .reqAquote{
        padding: 36px 0px;
    }
    .blogPage .title{
        margin-bottom: 36px;
    }
    .otherBlogs {
        margin-top: 24px;
    }
    .blogDetailsPage{
        padding-top: 36px;
    }
    
    
    .bx-hero.slider-1{
        position: relative;
        background-position: 90% center;
    }
    .bx-hero.slider-1::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ebecec, #ececec91);
    }
    .bx-hero.slider-1 .bx-container{
        position: relative;
        z-index: 1;
    }
    
    .bx-hero.slider-2{
        position: relative;
        /*background-position: 90% center;*/
    }
    .bx-hero.slider-2::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ebecec, #ececec91);
    }
    .bx-hero.slider-2 .bx-container{
        position: relative;
        z-index: 1;
    }
    
    
    .bx-hero.slider-3{
        position: relative;
        background-position: 100% center;
    }
    .bx-hero.slider-3::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ebecec, #ececec91);
    }
    .bx-hero.slider-3 .bx-container{
        position: relative;
        z-index: 1;
    }
    
    .bx-hero.slider-4{
        position: relative;
        background-position: 70% center;
    }
    .bx-hero.slider-4::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ebecec, #ececec91);
    }
    .bx-hero.slider-4 .bx-container{
        position: relative;
        z-index: 1;
    }
    .recidencePage h5{
        font-size: 15px;
        letter-spacing: -0.44px;
        line-height: 26px;
        margin-top: 16px;
    }
    .recidencePage h1 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.8px;
    }
    
    
    .recidencePage.access-control{
        position: relative;
        background-position: 100% center;
        background-size: cover;
    }
    .recidencePage.access-control::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ebecec, #ececec91);
        z-index: 1;
    }
    .recidencePage.access-control .servContent{
        position: relative;
        z-index: 1;
    }
    
    .recidencePage.recidents{
        position: relative;
        background-position: 100% center;
        background-size: cover;
    }
    .recidencePage.recidents::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ebecec, #ececec91);
        z-index: 1;
    }
    .recidencePage.recidents .servContent{
        position: relative;
        z-index: 1;
    }
    .access-control .serviceImages img{
        object-fit: cover;
    }
    .recidents .serviceImages img{
        object-fit: cover;
    }
    .business .serviceImages img{
        object-position: right;
    }
    .recidencePage.business::before{
        width: 100%;
    }
    .remote .serviceImages img{
        object-position: right;
    }
}
