:root {
  --color-1: #120e39;
  --color-2: #273a94;
  --color-3: #94d8e5;
}



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

html {
  -webkit-font-smoothing: antialiased;
}


* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  background-color: var(--color-1);
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Forum", serif;
  letter-spacing: 1.2;
}

h1,
.h1 {
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-weight: 800;
}


h2,
.h2 {
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-weight: 800;
}

h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1.4;
}

h4,
.h4 {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}

h5,
.h5 {
  line-height: 1.3;

  font-weight: 800;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: none;
}

.section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-2);
  padding-left: 18px;
  margin-bottom: 15px;
}

.section-title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--color-2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

strong {
  font-weight: 800;
}


p {
  margin: 10px 0 0;
}

ul.list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style: none;

}

a {
  color: var(--color-2);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-accent-2);
  outline: none;
}

a:focus {
  text-decoration: none;
}


.bg-clr-1 {
  background-color: var(--color-1);
  color: #fff;
}

.bg-clr-2 {
  background-color: var(--color-2);
  color: #fff;
}

.bg-clr-3 {
  background-color: var(--color-3);
}


h1.title {
  font-size: 4em;
  font-weight: 400;
  margin-bottom: 1rem;
}


.btn-default {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: capitalize;
  background: var(--color-1);
  color: #fff;
  border-radius: 10px;
  padding: 12px 22px;
  border: none;
  overflow: hidden;
  transition: all 0.6s ease-in-out 0s !important;
  z-index: 1;
}

.btn-default:hover {
  background-color: transparent;
  transition: all 0.6s ease-in-out 0s;
}

.btn-default::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--color-2);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out !important;
  z-index: -1;
}

.btn-default:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}

.btn-default.btn-highlighted {
  background-color: transparent;
  border: 1px solid var(--color-2);
  color: var(--color-2);
  padding: 12px 22px;
}

.btn-default.btn-highlighted:hover {
  color: #fff;
}

.btn-default.btn-white {
  background-color: #fff;
  color: var(--color-2);
  padding: 12px 22px;
}

.btn-default.btn-white:hover {
  background-color: var(--color-1);
  color: #fff;
}


.modal {
  /* background: rgba(0, 0, 0, .3); */
  background: var(--color-1);
  backdrop-filter: blur(10px);

}

.modal-content {
  border-radius: 0px;
  /* background: var(--color-2); */
  color: #fff;
  border-radius: 20px;
  background: var(--color-1);
  box-shadow: -3px -3px 10px 0 #241d58, 5px 5px 16px -4px #030112;
}

.modal-header .btn-close {
  background-color: #fff;
}

#slider {
  position: relative;
}

#rev_slider_54_1_wrapper {
  border-radius: 40px;
  overflow: hidden !important;
  border: 1px solid #fff;
}

/* #slider .overlay {
  background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

} */

.font-weight {
  font-weight: bold;
}






/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/


header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 99;
  padding: 0 60px;
}

header .logo {
  max-height: 100px;
  display: flex;
  align-items: center;
}

header .logo img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(15px);
  padding: 14px;
  border-radius: 20px;
}

header .logo p {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 20px;
}

.top-nav {
  margin: 0;
}

.top-nav li {
  display: inline-block;
  padding-right: 15px;
}

.top-nav li a {
  font-size: 15px;
  font-weight: 100;
  color: #000;
}


/*Nav*/
.navbar {
  height: 90px;
  background-color: transparent;
}


.fixed-top .navbar {
  height: 70px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.fixed-top .logo {
  height: 50px;
  overflow: hidden;
}

.navbar-nav li {
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.fixed-top .navbar-nav li a {
  color: var(--color-3);
}

.navbar-nav li a i {
  line-height: .1;
  margin-left: 5px;
}

.dropdown-menu li a {
  text-align: start;
  color: var(--color-3) !important;
}

.dropdown-menu li a:hover {
  color: var(--color-1) !important;
}


.navbar-nav li a:hover,
.fixed-top .navbar-nav li a:hover {
  color: var(--color-2);
  text-decoration: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

.dropdown-toggle::after {
  margin-left: 0.5em;
}

#navbar_top .navbar-nav li {
  margin: 0px;
}

#navbar_top .navbar-nav .dropdown-menu {
  background-color: var(--color-accent-1);
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}

.navbar-nav li a.dropdown-toggle {
  position: absolute !important;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  line-height: 0;
}

.dropdown .nav-link {
  margin-right: 15px;
}

.navbar-toggler {
  background: #fff;
  border-radius: 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top.navbar {
  height: 50px;
}

/* .fixed-top .navbar-nav li a {
  color: var(--color-accent-1);
} */

header {
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  animation: .5s slideout;
  animation-timing-function: ease-in-out;
}

@keyframes slideout {
  0% {
    top: -110px;
  }

  100% {
    top: 0px;
  }
}

header.fixed-top {
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  animation-name: slidein;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
}

@keyframes slidein {
  0% {
    top: -110px;
  }

  100% {
    top: 0%;
  }
}





/************************************/
/***      Our Services css        ***/
/************************************/


.box-round {
  border-radius: 50px;
  background: var(--color-1);
  box-shadow: inset 8px 8px 15px 0 #09042d, inset -8px -8px 15px 0 #241d58;
}

img.bdr-rnd {
  border-radius: 50px;
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.vendor-box {
  width: 100%;
  height: auto;
  padding: 20px;
  background: var(--color-1);
  box-shadow: -3px -3px 10px 0 #241d58, 5px 5px 16px -4px #030112;
  border-radius: 25px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  color: #fff;
}

.vendor-box img {
  border-radius: 20px;
  margin-bottom: 20px;
  height: 350px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}


.vendor-box h3 {
  width: 100%;
  height: auto;
  padding: 20px;
  background: var(--color-1);
  box-shadow: inset 6px 6px 15px 0 #09042d, inset -6px -6px 15px 0 #241d58;
  border-radius: 25px;
  text-align: center;
}










.our-services {
  background: var(--secondary-color);
  padding: 100px 0;
}

.service-item {
  position: relative;
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: s0px;
  overflow: hidden;
  max-height: 500px;
}

/* .service-image a{
	position: relative;
	display: block;
	cursor: none;
} */

.service-image a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  background: var(--color-1);
  opacity: 30%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-image img {
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
  width: auto;
  height: 100%;
  max-height: 600px;
}

.service-item:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  max-width: 280px;
  z-index: 2;
}

.service-content h3 {
  font-size: 20px;
  color: #fff;
}

.service-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

.service-btn .readmore-btn {
  display: block;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
}

.service-btn .readmore-btn:hover {
  color: var(--color-2);
}

.service-btn .readmore-btn::before {
  filter: brightness(0) invert(1);
}

.service-get-quote-text {
  text-align: center;
  margin-top: 20px;
}

.service-get-quote-text p {
  margin: 0;
}

.service-get-quote-text p span {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 100px;
  font-weight: 500;
  line-height: 1.1em;
  padding: 2px 10px;
  margin-right: 5px;
}

.service-get-quote-text a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.service-get-quote-text a:hover {
  color: var(--accent-color);
}




/************************************/
/***      About Us css        ***/
/************************************/

#about {
  background-image: url(../img/about-bg.jpeg);
  background-color: rgba(0, 0, 0, .8);
  background-size: cover;
  background-blend-mode: color;
  background-position: center;
  background-attachment: fixed;
}


.zirox-about__left-exp {
  width: 150px;
  height: 150px;
  padding: 30px;
  background-color: #da242b;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  text-align: center;
}

.zirox-about__left-exp p {
  color: #fff;
  margin: 0;
  line-height: normal;
}

.zirox-about__left-exp:before {
  content: "";
  top: 0;
  left: -49px;
  position: absolute;
  border-bottom: solid 25px #df0009;
  border-right: solid 31px #df0009;
  border-left: solid 18px transparent;
  border-top: solid 45px transparent;
}

.about-img-sec {
  border-radius: 30px;
  overflow: hidden;
}

.zirox-about__left__bg__img {
  background-image: url(../img/about-bg.png);
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 480px;
  margin-bottom: 100px;
  border-radius: 30px;
}

.zirox-about__left__front__img {
  background-image: url(../img/about-img.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 70px;
  left: auto;
  right: 0;
  width: 85%;
  height: 500px;
  border-radius: 30px;
}





/************************************/
/***      Gallery css        ***/
/************************************/

#gallery.row {
  columns: 3;
  column-gap: 0rem;
  display: flow-root;
}

#gallery .item {
  display: block;
  width: 100%;
  padding: 10px;

  img {
    width: 100%;
    border-radius: 20px;
  }
}





/************************************/
/***      Testimonial css        ***/
/************************************/

.testimonial-con {
  padding: 135px 0 200px;
  background-image: url(../img/about-bg.jpeg);
  background-color: rgba(0, 0, 0, .8);
  background-size: cover;
  background-blend-mode: color;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-con .testimonial_content h6 {
  margin-bottom: 16px;
}

.testimonial-con .testimonial_content h2 {
  margin-bottom: 40px;
}

.testimonial-con .testimonial-sideimage {
  position: absolute;
  top: -20px;
  left: 20px;
  transform: rotate3d(0, 1, 0, 180deg);
}

.testimonial-con .testimonial-sideimage i {
  font-size: 4em;
  color: var(--color-1);
  opacity: .5;
}

.testimonial-con .carousel-inner {
  max-width: 850px;
  margin: 0 auto;
}

.testimonial-con .testimonial-box ul {
  margin-bottom: 22px;
}

.testimonial-con .testimonial-box ul li {
  display: inline-block;
}

.testimonial-con .testimonial-box ul li i {
  font-size: 16px;
  line-height: 16px;
  color: var(--color-1);
}

.testimonial-con .testimonial-box p {
  margin-bottom: 28px;
  color: #fff;
}

.testimonial-con .testimonial-box .lower_content {
  margin-bottom: 35px;
}

.testimonial-con .testimonial-box .name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-style: italic;
}

.testimonial-con .carousel-indicators {
  margin: 0;
}

.testimonial-con .carousel-indicators li {
  opacity: 1;
  width: 60px;
  background: none;
  text-indent: 1px;
  margin: 0 10px;
  display: inline-block;
}

.testimonial-con .carousel-indicators li figure {
  border-radius: 100%;
  position: relative;
  width: 74px;
  height: 74px;
  line-height: 69px;
  text-align: center;
  border: 1px solid transparent;
}

.testimonial-con .carousel-indicators li img {
  border-radius: 100%;
  width: 60px;
}

/* Specific styles for Firefox */
@-moz-document url-prefix() {
  .testimonial-con .carousel-indicators li img {
    position: relative;
    right: 1px;
  }

  .testimonial-con .carousel-indicators li figure {
    line-height: 69px;
  }
}

.testimonial-con .carousel-indicators .active figure {
  border: 1px solid var(--color-1);
}

.testimonial-con .pagination_outer {
  position: relative;
}

.testimonial-con .carousel-control-prev,
.testimonial-con .carousel-control-next {
  opacity: 1;
}

.testimonial-con .carousel-control-prev i,
.testimonial-con .carousel-control-next i {
  font-size: 25px;
  top: 0;
  position: absolute;
  color: var(--color-1) !important;
  transition: all 0.3s ease-in-out;
}

.testimonial-con .carousel-control-prev i {
  left: 275px;
}

.testimonial-con .carousel-control-next i {
  right: 260px;
}

.testimonial-con .carousel-control-prev i:hover,
.testimonial-con .carousel-control-next i:hover {
  color: var(--color-2) !important;
}



/************************************/
/***    15. Our Appointment css	  ***/
/************************************/

.our-appointment {
  background: linear-gradient(180deg, #fff 50%, var(--color-3) 50%);
  padding: 50px 0 100px;
}

.our-appointment-box {
  background: #fff;
  box-shadow: 0px 0px 50px 0px #0000000A;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  padding: 100px;
}

.our-appointment-content,
.appointment-form {
  width: calc(50% - 30px);
}

.appointment-form form .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #000;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 16px 20px;
  outline: none;
  box-shadow: none;
}

.appointment-form form .form-control::placeholder {
  text-transform: capitalize;
  color: var(--text-color);
}

.appointment-form form .form-group select {
  padding: 16px 30px 16px 20px;
}

.appointment-item {
  border-bottom: 1px solid var(--color-1);
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.appointment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.appointment-item .icon-box {
  margin-right: 20px;
}

.appointment-item .icon-box img {
  max-width: 60px;
}

.appointment-item-content {
  width: calc(100% - 80px);
}

.appointment-item-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.appointment-item-content p {
  margin: 0;
}

.our-partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 100px;
}

.partner-logo-box,
.our-partner-content {
  width: calc(50% - 15px);
}

.our-partner-content .section-title {
  margin-bottom: 0;
}

.our-partner-content .section-title h3,
.our-partner-content .section-title h2,
.our-partner-content .section-title p {
  color: #fff;
}

.our-partner-content .section-title h3::before {
  background: #fff;
}




/*-------------------------------------------------------------------------------
  
           Inside Pages

-------------------------------------------------------------------------------*/

#page_header {
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  height: 75vh;
  display: flex;
  align-items: center;
}

#page_header h1 {
  color: var(--color-accent-1);
}



.prop-manage .service_content h1 {
  margin-bottom: 52px;
}

.prop-manage .service-box {
  padding: 30px 25px;
  height: 100%;
  background-color: var(--color-3);
  border: 1px solid var(--color-accent-2);
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 2%);
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.prop-manage .service-box:hover {
  border: 1px solid var(--color-accent-1);
  background: var(--color-dark-5);
}

.prop-manage .service-box .icon {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--color-accent-1);
}

.prop-manage .service-box:hover .icon {
  transform: translateY(-5px);
}

.prop-manage .service-box .icon i {
  font-size: 3em;
  line-height: 1em;
}

.prop-manage .service-box h4 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 14px;
  color: var(--color-accent-2);
}

.prop-manage .service-box p {
  color: var(--color-accent-2);
}





.card-box {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.card {
  flex: initial;
  position: relative;
  height: 400px;
  width: 100%;
  -moz-perspective: 200rem;
  perspective: 200rem;
  background-color: transparent;
}

.card__side {
  height: 100%;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
  background-image: linear-gradient(to right bottom, var(--color-dark-5), var(--color-dark-5));
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, .3);
}

.card__side--back {
  background-color: #fff;
  transform: rotateY(180deg);
}

.card:hover .card__side--back {
  transform: rotateY(0);
}

.card:hover .card__side--front {
  transform: rotateY(-180deg);
}

.card__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card__content-box {
  color: #fff;
}

.card__subject {
  letter-spacing: 0.8rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.card__title h4 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 14px;
  color: var(--color-accent-2);
  text-shadow: 0 0 8px #000;
}

.card__title .icon i {
  font-size: 2em;
  line-height: 1em;
  text-shadow: 0 0 8px #000;
}

.card__cover {
  position: relative;
  background-size: cover;
  background-image: linear-gradient(to right bottom, var(--color-dark-5), var(--color-dark-1));
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, .7);
}

.card__heading {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.card__heading-span {
  padding: 1.5rem;
  display: block;
  color: #fff;
}

.card__details {
  padding: 2rem 2rem;
}













#why-choose {
  background: url(../img/PMPara.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#why-choose:before {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--color-accent-1);
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*-------------------------------------------------------------------------------
  
           Rentals Page

-------------------------------------------------------------------------------*/

/* FAQs
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.accordion-body ul li a {
  color: #fff;
  font-weight: 700;
}

.accordion-button {
  background: var(--color-dark-3);
  color: var(--color-accent-1);
}

.accordion-button:not(.collapsed) {
  color: var(--color-accent-1);
  background-color: var(--color-dark-5);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--color-accent-1);
}

.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--color-accent-1);
}

.accordion-button h5 {
  /*   color: #7dbc9e; */
  color: var(--color-accent-1);
  margin-right: 13px;
}

.accordion-body {
  background-color: var(--color-dark-3);
  color: #fff;
}

/* button:focus:not(:focus-visible) {
      outline: 0;
  } */

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
      width: 50%;
      margin: 0 auto;
    } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}



/*-------------------------------------------------------------------------------
  Media Query
-------------------------------------------------------------------------------*/
@media only screen and (max-width:1130px) {

  .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .cta a {
    padding: 10px;
  }


}

@media only screen and (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width:991px) {
  .navbar-collapse {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    background: var(--color-dark-5);
  }

  .navbar-nav li a {
    color: #fff;
  }

  .navbar-nav li a:hover,
  .fixed-top .navbar-nav li a:hover {
    color: var(--color-accent-1);
  }

  .dropdown-menu li {
    text-align: center;
  }

  .about-sec {
    padding: 60px 0;
    position: relative;
  }
}

@media only screen and (max-width:767px) {
  header {
    padding: 0px;
  }

  .p-80.box-round {
    padding: 40px 30px;
  }

}




@media only screen and (max-width: 576px) {

  h1.title {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 0rem;
  }

  .p-50 {
    padding: 15px;
  }

  img.bdr-rnd {
    height: auto;
    aspect-ratio: 1;
  }


  .vendor-box img {
    height: 100%;
    aspect-ratio: 1;
  }

}


@media only screen and (max-width: 480px) {

  header .logo {
    width: 80%;
  }

}


@media only screen and (max-width: 320px) {
  #contact .justify-content-center:first-child {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .h-captcha {
    transform: scale(.78);
    margin-left: -9vw;
  }

  h1 {
    font-size: 2.5rem !important;
  }
}

/* 
Image ratio in mobile css */


.edwards_Jones {
  object-fit: cover;
  object-position: 12% 50% !important;
  /* default center */
}
