.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.inner_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #09253e;
  opacity: 0.72;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
  text-align: center;
}
.inner_banner h1 {
  color: #fff;
  font-size: 72px;
  text-transform: capitalize;
  margin: 50px 0 10px;
  font-family: "Khand", sans-serif;
}
.inner_banner h1 i {
  font-style: normal;
}
.innertxt1 h3,
.innertxt1 h3 a,
.innertxt1 ul li,
.servicepgbx1 .exp_tabs li.active {
  color: #fff;
}
.innertxt1 ul {
  list-style: none;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  color: #ffa200;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 6px;
  top: 1px;
}
.innertxt1 ul li:last-child:after,
.section6_innerpg::before {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.innertxt1 h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 21px;
}
.inner_banner img {
  width: 100%;
  display: block;
}
.sky_projects1 {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
.sky_projects1_in {
  padding: 30px 150px;
  border-radius: 10px;
  background-color: #e8e6e1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -60px;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.sky_projects1_in a {
  height: 80px;
  line-height: 80px;
  padding: 0;
  width: 100%;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #e8e6e1;
}
.sky_projects1_in a:hover,
.sky_projects1_in a.active {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}

.page {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
.sky_projects2 .grid {
  display: grid;
  gap: 75px;
  align-items: center;
  padding: 40px 0;
}
.sky_projects2 .grid1 {
  grid-template-columns: 45fr 55fr;
  margin-bottom: 50px;
}
.sky_projects2 .grid2 {
  grid-template-columns: 55fr 45fr;
}
.sky_projects2 .grid img {
  width: 100%;
  display: block;
}

h2 {
  font-family: "Khand", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
  color: #09223c;
  margin: 0;
  text-transform: capitalize;
  transition: all 0.4s ease;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
h2 {
  text-align: left;
}
h2 span {
  position: relative;
  padding-bottom: 20px;
}
h2 span::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 220px;
  height: 20px;
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateX(-50%);
}
.sky_projects2 p,
p {
  color: #212529;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
ul,
ol {
  list-style: none;
}
.sky_projects2 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}
.sky_projects2 ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.sky_projects2 ul li span {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.161);
}
.sky_projects2 ul li span img {
  height: 25px;
}
.sky_projects2 .flex {
  display: flex;
  gap: 30px;
}
.sky_projects2 a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
  background-color: #0d4d6c;
  font-size: 14px;
}
.sky_projects2 a span {
  padding: 0 25px;
}
.sky_projects2 a i {
  padding: 0 15px;
  border-left: 1px solid #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sky_projects2 a i img {
  height: 15px;
}
.sky_projects2 a:hover {
  background-color: #bc8e03;
}
.about_banner {
  background-color: #0d4d6c;
  padding: 200px 0 0;
  text-align: center;
  position: relative;
}
.about_banner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  content: "";
  background-color: #e8e6e1;
}
.about_banner h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 64px;
}
.about_banner h2::before {
  display: none;
}
.about_banner p {
  color: #fff;
  margin-bottom: 30px;
}
.about_banner .grid {
  display: grid;
  grid-template-columns: 30fr 50fr 30fr;
  gap: 40px;
  position: relative;
}
.about_banner .grid img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.skyvue_aboutbx2 {
  padding: 50px 0;
  width: 100%;
  background-color: #e8e6e1;
}
.skyvue_aboutbx2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: baseline;
}
.skyvue_aboutbx3 {
  background-color: #e8e6e1;
  padding: 100px 0;
}
.skyvue_aboutbx3 .grid {
  display: grid;
  grid-template-columns: 45fr 65fr;
}
.skyvue_aboutbx3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.skyvue_aboutbx3 ul li {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #d3c8ac;
  border-bottom: 1px solid #d3c8ac;
}
.skyvue_aboutbx3 ul li:nth-child(3n) {
  border-right: 0;
}
.skyvue_aboutbx3 ul li:nth-child(4),
.skyvue_aboutbx3 ul li:nth-child(5),
.skyvue_aboutbx3 ul li:nth-child(6) {
  border-bottom: 0;
}
.skyvue_aboutbx3 ul li img {
  height: 50px;
  margin-bottom: 20px;
}
.skyvue_aboutbx3 ul li p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
}
a.skyvue_blog_grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
  padding: 30px 50px;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
a.skyvue_blog_grid:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
a.skyvue_blog_grid:last-child {
  margin-bottom: 0;
}
.skyvue_blog_grid img {
  width: 100%;
  display: block;
}
a.skyvue_blog_grid span {
  color: #0d4d6c;
  font-size: 16px;
}
a.skyvue_blog_grid h3 {
  font-family: "Khand", sans-serif;
  font-size: 38px;
  color: #212529;
  margin: 15px 0;
}
a.skyvue_blog_grid p {
  margin-bottom: 15px;
  font-size: 16px;
}
a.skyvue_blog_grid i {
  font-style: normal;
  color: #bc8e03;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.inner_banner p {
  color: #fff;
}
.blogs_inner_banner h1 {
  margin-top: 150px;
}
.skyvue_blogs_description .flex {
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}
.skyvue_blogs_description a {
  text-decoration: none;
  color: #bc8e03;
  border: 1px solid #bc8e03;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
}
.skyvue_blogs_description a span {
  padding: 0 25px;
}
.skyvue_blogs_description a i {
  padding: 0 15px;
  border-left: 1px solid #bc8e03;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skyvue_blogs_description a i img {
  height: 15px;
}
.skyvue_blogs_description a:hover {
  background-color: #000;
}
.skyvue_blogs_description h3 {
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: 700;
}
.skyvue_blogs_description p {
  margin-bottom: 50px;
}
.skyvue_contactus {
  margin-top: 100px;
}
.skyvue_contactus .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}
.skyvue_contactus {
  background-image: url(../images/cont_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.skyvue_contactus iframe {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.161);
}
.skyvue_contactus .flex {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 30px;
}
.skyvue_contactus .flex span {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #ffa200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skyvue_contactus .flex span img {
  height: 25px;
}
.skyvue_contactus .flex h3 {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0 0 10px;
  color: #000000;
  font-family: "Khand", sans-serif;
}
.skyvue_contactus .flex p {
}

.skyvue_contatpg_left {
  border: 1px solid #707070;
  padding: 35px;
  background-color: #fff;
}
.skyvue_contatpg_left h3 {
  font-family: "Khand", sans-serif;
  font-size: 46px;
  color: #212529;
  margin: 0 0 30px 0;
}
.skyvue_contatpg_right p {
  margin-bottom: 40px;
  color: #231e20;
}
.skyvue_contatpg_left .grid1 {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.skyvue_contatpg_left form span {
  font-size: 16px;
  color: #252424;
  font-weight: 600;
}
.skyvue_contatpg_left input.form-control,
.skyvue_contatpg_left textarea.form-control {
  width: 100%;
  display: block;
  font-size: 16px;
  border: 1px solid #707070;
  padding: 10px 20px;
  height: 50px;
  border-radius: 0;
  color: #000;
}
.skyvue_contatpg_left textarea.form-control {
  height: 100px;
}
.blogs_description {
  padding: 50px 0;
  margin-top: 100px;
}
.blogs_description .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.blogs_description .grid img {
  width: 100%;
  display: block;
}
.blogs_description .grid h3 {
  font-size: 48px;
  line-height: 1.1;
  position: relative;
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
  font-family: "Khand", sans-serif;
}
.blogs_description .grid span {
  font-weight: 600;
  font-size: 16px;
}
.blogs_description ul {
  margin-top: 20px;
}
.blogs_description ul li {
  padding-left: 22px;
  background-image: url(../images/asterisk.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 10px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.blogs_description h4 {
  font-weight: 600;
  margin: 40px 0 20px;
  font-size: 24px;
}
.blogs_description .grid a {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  gap: 10px;
  color: #d4291f;
  font-size: 14px;
}
.blogs_description .grid a img {
  height: 10px;
  transform: rotate(180deg);
  width: auto;
}

/*servicesbox1*/
.servicesbox1 {
  padding: 70px 0;
  /* background-color: #f5f5f5; */
  position: relative;
}
.servicesbox1_grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 50px;
  align-items: center;
}
.servicesbox1_grid img {
  /* padding: 0 30px; */
  width: 100%;
  display: block;
}
/*servicesbox1*/

/*aboutsec1*/
.aboutsec1,
.engagement_mod_pg {
  width: 100%;
  display: block;
  clear: both;
  padding: 60px 0;
  background-image: url(../images/p1.svg);
  background-repeat: no-repeat;
  background-position: -200px;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
}
.aboutsec1_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.aboutsec1_box {
  background-color: #fff;
  border: 1px solid #d3dce5;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 30px;
  transition: all 0.3s;
}
.aboutsec1_box:hover {
  box-shadow: 0 11px 39px rgba(0, 38, 120, 0.2);
}
.aboutsec1_box img {
  height: 75px;
}
.aboutsec1_box h3 {
  font-family: "Khand", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0;
}
.aboutsec1_box p {
}
/*aboutsec1*/
.home_swiper_1_sold {
  margin-top: 100px;
}
.home_swiper_1_sold p {
  color: #fff;
}
.home_swiper_1_sold .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.sold {
  position: absolute;
  z-index: 2;
  background: #ffa200;
  width: auto;
  padding: 3px 0px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  transform: rotate(-41deg);
  margin-left: 0;
  left: -64px;
  top: 16px;
  min-width: 200px;
  text-transform: uppercase;
  max-width: 200px;
}
.home_swiper_1_sold .grid a {
  overflow: hidden;
}
.inner_Search {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #eaeaf1;
}
.inner_Search .form-group {
  display: grid;
  grid-template-columns: 30fr 30fr 30fr 10fr;
  gap: 20px;
}
.inner_Search button.btn {
  height: 56px;
}
.select_box1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 0;
  background-color: transparent;
}
.inner_Search .select_box select,
.select_box1 input {
  height: 55px;
}
.select_box1 input {
  border: 1px solid #000;
  height: 57px;
  background-color: #fff;
  color: #000;
  padding: 0 30px;
}
.select_box1 input:first-child {
  border-radius: 5px 0 0 5px;
}
.select_box1 input:last-child {
  border-radius: 0 5px 5px 0;
}
.select_box {
}
.galleryfilterby {
  width: 100%;
  display: table;
  padding: 20px 75px;
  background-color: #f9f9fd;
  /* margin-bottom: 30px; */
  position: relative;
}
.galleryfilterby h3 {
  margin: 0;
  position: relative;
  color: #1d3d66;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 1px;
  top: 10px;
}
.galleryfilterby h3 i {
  margin-right: 10px;
}
.default-form1 {
  padding: 0;
  width: 350px;
  border-radius: 0;
  float: right;
  margin-top: 0px;
}
.default-form1 .form-group input[type="text"] {
  width: 350px;
  padding: 0 0;
}
.form-group {
  margin-bottom: 0;
}
.default-form1 .form-group input[type="text"],
.default-form1 .form-group input[type="email"],
.default-form1 .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 0px;
  color: #2c2b2a;
  height: 40px;
  font-size: 18px;
  background: none;
  font-weight: 300;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #2c2b2a;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: 0;
  box-shadow: 0;
  margin-bottom: 0;
  padding-left: 35px;
}

.default-form1 .form-group input[type="text"]:focus,
.default-form1 .form-group input[type="email"]:focus,
.default-form1 .form-group textarea:focus {
}
.default-form1 input.submit {
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 12%;
  height: 46px;
  display: inline-block;
  text-indent: -100em;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.deskno {
  display: none;
}
.home_swiper_1_sold .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_swiper_1_sold .flex .sortby {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home_swiper_1_sold .flex .sortby span {
  width: 120px;
}
.home_swiper_1_sold .flex .sortby select {
  color: #000;
  cursor: pointer;
  margin: 0;
  border: 1px solid #707070;
  box-shadow: 0 !important;
  border-radius: 5px;
  height: 55px;
}
.search_listings_box {
  padding: 50px 0;
  margin-top: 100px;
  overflow: hidden;
}
.subhead1 {
  color: #555;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaf1;
  margin-top: 50px;
}
.subhead1 i {
  color: #ffa200;
  font-size: 10px;
}
.search_listings_box h3 {
  font-size: 42px;
  color: #ffa200;
  font-weight: 600;
}
.listing_itms {
  padding: 30px;
  background-color: #eaeaf1;
  border-radius: 30px;
  margin-bottom: 20px;
}
.listing_itms p {
  font-size: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.listing_itms p:last-child {
  margin: 0;
}
.listing_itms p span:first-child {
  font-weight: 600;
}
.search_listings_box a.btn {
  font-size: 21px;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.search_listings_box .col-sm-7 {
  padding-right: 40px;
}
.search_listings_box ul {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.search_listings_box ul li {
  padding-left: 22px;
  background-image: url(../images/asterisk.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 10px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.modal-backdrop {
  z-index: 9999 !important;
}

.modal {
  z-index: 99999999999999999 !important;
}

h5.modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 2px;
}

button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffa200;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  color: #fff;
  margin: 0 !important;
}

button.close:hover {
  opacity: 1;
  background-color: #09223c;
}

.close span {
  font-size: 21px;
  color: #fff;
}

button.close:hover span {
  color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 0;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
  height: 42px;
  background-color: #e9e9e9;
}

.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}

.btmcontright form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}
.modal-body form textarea.form-control {
  height: 100px;
}
.modal-body p {
  color: #828282;
  text-align: center;
  font-size: 14px;
}

form input.btn-1 {
  height: 50px;
  right: 0px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  border: 0;
  padding: 0 50px;
  margin-bottom: 30px;
  background: #ffa200; /* Old browsers */
}

form input.btn-1:hover {
  background: #09223c;
}
.modal-body .col-sm-12 {
  width: 100%;
  display: table;
}
.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}

.modal-body input.btn-1:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.modal-body {
  width: 100%;
}

.modal-dialog {
}

.modal-header {
  border-bottom: 0px;
}

.modal-body {
  display: table;
}

.modal-header .close {
  padding: 0px;
  opacity: 1;
}

.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.5;
}
.modal {
  z-index: 99999999999999999 !important;
  background-color: rgba(9, 34, 60, 0.442);
}
.modal-dialog {
  left: 0;
  right: auto;
  width: 80%;
  padding: 60px;
  z-index: 999999999999 !important;
  position: absolute;
  right: 0;
  border-radius: 0;
  margin-top: 0px;
}
.modal-content {
  border-radius: 0;
  border: 1px solid #ffa200;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.modal-backdrop {
  background-color: #fff;
}
.modal-content h2 {
  text-align: center;
}

a.modalbttn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  border: 1px solid #e9e9e9;
  transition: all 0.3s;
  font-weight: 500;
  margin: 30px 0;
  gap: 5px;
  justify-content: center;
  width: 100%;
}
a.modalbttn:hover {
  background-color: #e9e9e9;
}

.modal-dialog hr {
  clear: both;
  width: 100%;
  display: table;
}
.search_listings_box_swipe {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.search_listings_box_swipe .swiper-pagination1 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  z-index: 99;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #ffa200;
  width: 12px;
  height: 12px;
  opacity: 1;
  position: relative;
  top: 1px;
}
.search_listings_box_swipe img {
  width: 100%;
  display: block;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1 {
    font-size: 28px;
  }
  .inner_banner img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
  }
  .skyvue_contactus .grid,
  a.skyvue_blog_grid,
  .skyvue_aboutbx2 .grid,
  .sky_projects2 .grid1,
  .sky_projects2 .grid2,
  .skyvue_aboutbx3 .grid,
  .skyvue_aboutbx3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .about_banner .grid {
    gap: 10px;
  }
  .skyvue_contactus .flex h3 {
    font-size: 18px;
  }
  .skyvue_contatpg_left h3,
  a.skyvue_blog_grid h3,
  .about_banner h2,
  .sky_projects2 h2,
  h2,
  .blogs_description .grid h3 {
    font-size: 24px;
  }
  .blogs_description .grid a {
    top: -25px;
  }
  .skyvue_contatpg_left .grid1,
  .blogs_description .grid,
  .home_swiper_1_sold .grid,
  .servicesbox1_grid,
  .aboutsec1_in,
  .inner_Search .form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .home_swiper_1_sold .grid,
  .servicesbox1_grid,
  .aboutsec1_in {
    gap: 30px;
  }
  a.skyvue_blog_grid {
    padding: 20px;
  }
  .skyvue_aboutbx3 ul {
    gap: 0;
  }
  .skyvue_aboutbx3 ul li {
    border-right: 0;
    border-bottom: 1px solid #d3c8ac !important;
  }
  .about_banner {
    padding-top: 150px;
  }
  .about_banner::before {
    height: 50px;
  }
  .sky_projects1_in {
    padding: 15px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
  }
  .sky_projects1_in a {
    font-size: 16px;
    height: auto;
    padding: 15px;
    line-height: normal;
  }
  .sky_projects2 .flex {
    flex-wrap: wrap;
  }
  .sky_projects2 p,
  p,
  .blogs_description ul li {
    font-size: 16px;
  }
  h2 span::before,
  .home_swiper_1 h2 span::before,
  .hometestcont h2 span::before {
    width: 100px;
  }
  .aboutsec1_box h3 {
    font-size: 21px;
  }
  .galleryfilterby {
    display: block;
    padding: 10px;
  }
  .galleryfilterby h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .home_swiper_1_sold .flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .inner_Search .form-group {
    gap: 0;
  }
  .search_listings_box ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .search_listings_box ul li {
    font-size: 16px;
  }
  .search_listings_box .col-sm-7 {
    padding-right: 10px !important;
    margin-bottom: 30px;
  }
  .subhead1 {
    flex-wrap: wrap;
    font-size: 18px;
  }
  .listing_itms p {
    font-size: 16px;
  }
}
