body {
  font-family: "Poppins", sans-serif;
  /* font-family: "Khand", sans-serif; */
  /* padding-top: 90px; */
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  transition: all 0.3s;
}
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 146px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo1.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -80px 0 0 -100px;
  /* is width and height divided by two */
  animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* #### Generated By: http://www.cufonfonts.com #### */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  max-width: 86%;
}

.container1 {
  width: 100%;
  max-width: 86%;
  margin: auto;
}

#header .search-opener {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  width: 80px;
  height: 123px;
  overflow: hidden;
  color: #fff;
  font-size: 34px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#header .search-opener {
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  top: -12px;
  right: -14px;
}

@media (min-width: 992px) {
  #header .search-opener {
    display: block;
  }
}

@media (min-width: 1370px) {
  #header .search-opener {
    height: 124px;
    width: 143px;
  }
}

#header .search-opener:after,
#header .search-opener:before {
  content: "";
  position: absolute;
}

#header .search-opener:before {
  width: 174px;
  height: 150px;
  background: #4267b0;
  -webkit-transform: rotate(24deg) skew(-4deg);
  -ms-transform: rotate(24deg) skew(-4deg);
  -o-transform: rotate(24deg) skew(-4deg);
  transform: rotate(24deg) skew(-4deg);
  left: 27px;
  top: -48px;
}

#header .search-opener:after {
  background: #264589;
  bottom: -30px;
  left: 14px;
  width: 159px;
  height: 53px;
  -webkit-transform: rotate(24deg) skew(234deg);
  -ms-transform: rotate(24deg) skew(234deg);
  -o-transform: rotate(24deg) skew(234deg);
  transform: rotate(24deg) skew(234deg);
}

#header .search-opener:hover:before {
  background: #23216e;
}

#header .search-opener:hover:after {
  background: #17163c;
}

#header .search-opener .fa {
  position: absolute;
  left: 56%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8em;
}

a.scroll-down-link {
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 5%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.75;
  width: 60px;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
  /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #09223c;
  z-index: 99999;
  /* padding-top: 20px; */
  border-bottom: 0px;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
  /* background-image: url(../images/nav-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 7px; */
}

.headertopbx {
  height: 36px;
  line-height: 36px;
  background-color: #303030;
  width: 100%;
  display: table;
}

.headertopbx ul {
  float: right;
  display: inline-block;
  list-style: none;
}

.headertopbx ul li {
  float: left;
  display: inline-block;
  margin-left: 20px;
}

.headertopbx ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.3s;
}

.headertopbx ul li a:hover {
  color: #f9b61f;
}

.logo {
  float: left;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 160px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 100px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  /* background-image: url(../images/logo1.png); */
  /* margin: auto; display: table; */
  background-size: 70%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}

.headerright1 {
  float: right;
  display: inline-block;
  /* width: 75%; */
  text-align: right;
}

.topmenubx {
  display: inline-block;
}

.topnav {
  padding: 11px 0 0;
}

.topnav ul {
  list-style: none;
  display: inline-block;
}

.topnav ul li {
  display: inline-block;
  margin: 0 5px;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 16px;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
  border-color: #2e3192;
  color: #fff;
  background-color: #2e3192;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  margin-left: 20px;
  width: 100%;
  display: block;
  clear: both;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  padding: 0 15px;
  /* padding-bottom: 20px; */
}

.menu > ul > li:last-child {
  padding-right: 0;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  height: 75px;
  font-weight: 400;
  line-height: 75px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  /* text-transform: uppercase; */
  /* letter-spacing: 1.5px; */
}

.menu > ul > li > a img {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  color: #fff;
}

.menu > ul > li.contactli {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-top: 15px;
  margin-left: 15px;
}

.menu > ul > li.mli {
  margin-left: 115px;
  margin-right: 20px;
}

.menu > ul > li.contactli > a {
  background-color: #ffa200;
  color: #fff;
  transition: all 0.5s;
  padding: 0 20px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
.menu > ul > li.contactli > a:hover {
  background-color: #09223c;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

/* #header.fixed1 .menu > ul > li > a {
  color: #000;
  font-family: "Poppins", sans-serif;
} */

#header.fixed1 .menu > ul > li > a i {
  font-size: 12px;
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
}

#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  /* color: #f8a819; */
}
.menu > ul > li > a.active::before {
  position: absolute;
  left: 0%;
  bottom: 15px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu > ul > li > a i {
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.site-header__link-icon {
  fill: #fff;
  width: 15px;
  display: block;
  float: left;
  margin-right: 6px;
}

.site-header__link-icon svg {
  width: 15px;
  position: relative;
  top: -2px;
}

/* .menu > ul > li > a:before{
    bottom: 10px;
    border-radius: 2px;
    height: 2px;
    background-color: #01aeef;
    display: block;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
    right: 0;
    transition-timing-function: ease-in;
    transition: background-color .3s,width .3s,height .12s;
    width: 0%;
}
.menu > ul > li:hover > a:before, .menu > ul > li > a.active:before{width: 100%;}
 */

/* .menu > ul > li > a.icon1 i{margin: 0px;} */

/* .menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0b588f;
    transition:all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.menu > ul > li:hover > a:after{
    width: 100%;
}
.menu > ul > li > a.active:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #0b588f;
} */

.menu > ul > li > a.color1 {
  color: #71a642;
}

.menu > ul > li > a.color2 {
  color: #d3148c;
}

.menu > ul > li > a.color3 {
  color: #1eb1e4;
}

.fixed1 .menu > ul > li > a:after {
  background-color: #0b588f;
}

.fixed1 .menu > ul > li > a.active:after {
  background-color: #0b588f;
}

.menu > ul > li > a.color1:after,
.menu > ul > li > a.color2:after,
.menu > ul > li > a.color3:after,
.menu > ul > li.contactli > a:after {
  display: none !important;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 280px;
  /*max-width: 1000px;*/
  background-color: #f7931e;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  /* border-bottom: 1px solid #ccc; */
  font-family: "Poppins", sans-serif;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  color: rgba(255, 255, 255, 0.5) !important;
}

ul.submenu1 li:last-child a {
}

.menurt1 {
  float: right;
  display: inline-block;
  margin-right: 30px;
  padding: 20px 0 0;
}

.menurt1 a.phonebx,
.menurt1 a.msgbx {
  text-decoration: none;
  color: #4465d9;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #4465d9;
  border-radius: 5px;
  float: right;
  margin-left: 15px;
  transition: all 0.3s;
}

.menurt1 a.msgbx {
  background-color: #f43379;
  border-color: #f43379;
  color: #fff;
}

#header .search-opener {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  width: 80px;
  height: 123px;
  overflow: hidden;
  color: #fff;
  font-size: 34px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#header .search-opener {
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
  top: -12px;
  right: -14px;
}

@media (min-width: 992px) {
  #header .search-opener {
    display: block;
  }
}

@media (min-width: 1370px) {
  #header .search-opener {
    height: 124px;
    width: 143px;
  }
}

#header .search-opener:after,
#header .search-opener:before {
  content: "";
  position: absolute;
}

#header .search-opener:before {
  width: 174px;
  height: 150px;
  background: #4267b0;
  -webkit-transform: rotate(24deg) skew(-4deg);
  -ms-transform: rotate(24deg) skew(-4deg);
  -o-transform: rotate(24deg) skew(-4deg);
  transform: rotate(24deg) skew(-4deg);
  left: 27px;
  top: -48px;
}

#header .search-opener:after {
  background: #264589;
  bottom: -30px;
  left: 14px;
  width: 159px;
  height: 53px;
  -webkit-transform: rotate(24deg) skew(234deg);
  -ms-transform: rotate(24deg) skew(234deg);
  -o-transform: rotate(24deg) skew(234deg);
  transform: rotate(24deg) skew(234deg);
}

#header .search-opener:hover:before {
  background: #23216e;
}

#header .search-opener:hover:after {
  background: #17163c;
}

#header .search-opener .fa {
  position: absolute;
  left: 56%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8em;
}

.socialrt {
  display: inline-block;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}

.socialrt a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
  margin: 0 5px;
  transition: all 0.3s;
  font-size: 11px;
  background-color: #9f9f9f;
}

/* 
.socialrt a.fb {
    background-color: #4b69b0;
}

.socialrt a.tw {
    background-color: #37b1e1;
}

.socialrt a.li {
    background-color: #0678b6;
}

.socialrt a.wa {
    background-color: #2ba63a;
} */

/*------header_end--------*/

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  /* height: 100vh;
    overflow: hidden; */
}

.bannerbox:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.3;
}

/* .bannerbox:after{
    width: 100px;
    height: 300px;
    content: "";
    background-color: #f43379;
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: 1
} */

.bannerboxcont {
  position: absolute;
  /* left: 50px; */
  left: 5%;
  top: 25%;
  z-index: 999;
  width: 40%;
  text-align: left;
  /* padding: 0 3% !important; */
}

.banner_hd {
  color: #fff;
  font-size: 55px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 66px;
}

.banner_hd span {
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.banner_cont {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 28px;
  visibility: visible !important;
  width: 100%;
}

.banner_cont span {
  font-weight: 700;
  background-color: #fff;
  padding: 3px 15px;
  color: rgb(12, 149, 236);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 15px;
  line-height: 25px;
  display: inline-block;
}

.banner_r_more {
  clear: both;
  margin-top: 20px;
  visibility: visible !important;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 22px 70px 22px 30px;
  background-color: #f7931e;
  border: 1px solid #f7931e;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.banner_r_more a:hover {
  transition: all 0.3s;
  background-color: #2e3192;
  color: #fff;
  background-image: none;
  border-color: #2e3192;
}

.banner_r_more a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 26px;
}

.diamond-btn {
  display: flex;
  position: relative;
  transition: all 0.3s;
}

.diamond-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid transparent;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}

.diamond-btn i:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 88px;
  height: 88px;
  /* background-color: #fff; */
  border: 2px solid #f8a819;
  color: #fff;
  font-size: 12px;
  content: "";
  transition: all 0.3s;
}

.diamond-btn i {
  background-color: #f8a819;
  /* border-color: #f8a819; */
}

.diamond-btn:hover i {
  background-color: #005aaa;
}

.diamond-btn:hover i:before {
  border-color: #005aaa;
}

.diamond-btn .line {
  position: absolute;
  transition: 0.2s;
}

.diamond-btn .line:first-of-type,
.diamond-btn .line:nth-of-type(3) {
  width: 100%;
  height: 2px;
}

.diamond-btn .line:nth-of-type(2),
.diamond-btn .line:nth-of-type(4) {
  height: 100%;
  width: 2px;
}

.diamond-btn .line:first-of-type {
  top: 0;
  left: 0;
}

.diamond-btn .line:nth-of-type(2) {
  bottom: 0;
  left: 0;
}

.diamond-btn .line:nth-of-type(3) {
  right: 0;
  bottom: 0;
}

.diamond-btn .line:nth-of-type(4) {
  top: 0;
  right: 0;
}

.diamond-btn .line {
  /* background-color: #223f3c; */
}

.diamond-btn span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-content: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.15em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 90px;
  height: 90px;
  pointer-events: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  padding: 10px;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 0.9375rem;
}

.social-links {
  position: absolute;
  top: 60%;
  flex-direction: column;
  right: calc(100% - 150px);
  display: flex;
  justify-content: center;
  color: #fff;
  z-index: 9999;
  list-style: none;
}

.social-links li {
  width: 30px;
  margin: 10px;
}

.social-links li a {
  width: 30px;
  height: 30px;
  border: 1px solid #f8a819;
  display: block;
  transform: rotate(45deg);
  margin: 0;
  transition: all 0.3s;
}

.social-links li a:hover {
  background-color: #f8a819;
}

ul.social-links li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-links li a::after {
  width: 13px;
  height: 13px;
  background-size: 8px;
}

ul.social-links li a[title="Facebook"]::after {
  background-image: url(../images/facebook.svg);
}

ul.social-links li a[title="Linkedin"]::after {
  background-image: url(../images/linkedin.png);
  background-size: 12px;
}

ul.social-links li a[title="Twitter"]::after {
  background-image: url(../images/twitter.png);
  background-size: 12px;
}

.next {
  position: absolute;
  bottom: 39px;
  left: calc(100% - 120px);
  pointer-events: none;
  color: #fff;
  transition: 0.4s;
  z-index: 99;
}

.next i {
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid #f8a819;
  transform: rotate(45deg);
  pointer-events: auto;
  transition: 0.2s;
}

.next span {
  top: 50%;
  left: 50%;
  position: absolute;
  background-image: url(../images/next-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 13.4141px;
  height: 8.1211px;
  transform: translate(-50%, -50%);
}

.next:hover i {
  background-color: #f8a819;
}

.abtbtn a {
  position: relative;
  clear: both;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 35px;
  background-color: transparent;
  border: 1px solid #005aaa;
  color: #005aaa;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

.abtbtn a:hover {
  background-color: #005aaa;
  color: #fff;
}

.section1 h5 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  color: #212529;
  margin: 0 0 30px;
}

.section1 h5::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
  mix-blend-mode: difference;
}

.section1 h1 {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-size: 47px;
  text-align: center;
  margin-top: 0;
  color: #04206f;
}

/* .abtbtn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 8.3rem;
    opacity: 0.5;
    background: rgba(181, 181, 181, 0.5);
}
.abtbtn:after {
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0.5;
    height: 1px;
    width: 8.3rem;
    background: rgba(181, 181, 181, 0.5);
} */

/*------bannerbox---------*/

/*section1*/

.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 60px 0;
  position: relative;
  background-image: url(../images/p4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.section1:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    to right,
    #09223c,
    #09223c,
    transparent,
    transparent
  );
}
.section1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  line-height: 1.6;
  margin-bottom: 20px;
}
a.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #ffa200;
  border-radius: 10px;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
}
a.btn:hover {
  background-color: #000;
  color: #fff;
}
a.btn img {
  height: 15px;
}
/*section1*/

/*servicessec*/

.servicessec {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  background-color: #fff;
}

/*servicessec*/

/*section3*/

.section3 {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}

/*section3_end*/

/*section5*/

.section5 {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
  padding: 60px 0 50px;
}

.servleftbx {
  padding-left: 6%;
}

.servleftbx .owl-stage {
  left: -30px;
  padding-bottom: 20px;
}

.servleftbx .owl-theme .owl-nav [class*="owl-"] {
  width: 60px;
  height: 60px;
}

.servleftbx .owl-dots {
  display: none;
}

.servleftbx .owl-theme .owl-nav {
  width: auto;
  float: right;
}

.servleftbx .owl-nav {
  top: -80px !important;
  width: auto;
  right: 60px;
}

.servleftbx .owl-prev {
  background-image: url("../images/prev2.jpg") !important;
  opacity: 1 !important;
  margin-left: -30px !important;
}

.servleftbx .owl-next {
  background-image: url("../images/next2.jpg") !important;
  opacity: 1 !important;
  margin-right: -30px !important;
  margin-left: 5px;
}

.section5:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #f1f3f6;
}

.section5 h2 {
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
  font-size: 36px;
  position: relative;
  text-align: center;
  color: #264589;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 9;
}

.sec5btn a {
  text-decoration: none;
  color: #fff;
  padding: 13px 65px 13px 30px;
  background-color: #4595d1;
  border: 1px solid #4595d1;
  display: inline-block;
  font-size: 18px;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
}

.sec5btn a:hover {
  transition: all 0.3s;
  background-color: transparent;
  color: #fff;
  background-image: none;
  border-color: #13113c;
  background-color: #13113c;
}

.sec5btn a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 26px;
}

.newssec1 {
  background-color: #fff;
  /* padding: 20px; */
  display: table;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.newssec1 img {
  width: 100%;
  display: block;
}

/* .newssec1 span{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    color: #13113c;
    background: #00d0f2;
    padding: 0 15px;
}
.newssec1 span:before {
    position: absolute;
    content: '';
    background: #00d0f2;
    height: 10px;
    width: 8px;
    left: 0;
    bottom: -9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
} */

.newscont {
  background-color: #fff;
  padding: 30px;
  position: relative;
  transition: all 0.3s;
}

.newssec1:hover .newscont {
  margin-top: -30px;
}

.newssec1 h3 {
  color: #047fc7;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 28px;
  width: 90%;
  margin-top: 0px;
}

.newssec1 p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}

.newssec1 .nbtn {
  text-decoration: none;
  color: #000;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  height: 34px;
  line-height: 34px;
}

.newssec1 .nbtn span {
  opacity: 0;
  height: 18px;
  line-height: 18px;
  width: 0px;
  display: none;
}

.newssec1:hover .nbtn {
  transition: all 0.3s;
  background-color: transparent;
  color: #e67817;
  background-image: none;
  padding: 8px 45px 8px 20px;
}

.newssec1:hover .nbtn span {
  display: block;
  color: #e67817;
  opacity: 1;
  width: auto;
}

.newssec1 .nbtn svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
}

.newssec1:hover .nbtn svg {
  margin-top: -12px;
}

/*home_swiper_1*/

.home_swiper_1 {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  background-image: url(../images/p1.svg);
  background-repeat: no-repeat;
  background-position: -200px;
  background-size: auto 100%;
}
.home_swiper_1 h2,
.hometestcont 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: 60px;
  text-align: center;
}
.hometestcont h2 {
  color: #fff;
}
.hometestcont h2 {
  text-align: left;
}
.home_swiper_1 h2 span,
.hometestcont h2 span {
  position: relative;
  padding-bottom: 20px;
}
.home_swiper_1 h2 span::before,
.hometestcont 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%);
}
.swiper-container1 {
  position: relative;
  overflow: hidden;
}
a.home_swiper_car {
  position: relative;
  width: 100%;
  display: block;
  background-color: #09223c;
  border-radius: 5px;
  transition: all 0.3s;
}
a.home_swiper_car img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.home_swiper_car_in {
  padding: 20px;
  transition: all 0.3s;
  color: #fff;
}
.home_swiper_car_in h3 {
  margin: 0 0 10px;
  font-size: 21px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home_swiper_car_in p {
  margin: 0 0 10px;
  color: #fff;
}
.home_swiper_car_in span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffa200;
  height: 0;
  transition: all 0.3s;
  opacity: 0;
}
a.home_swiper_car:hover .home_swiper_car_in span {
  height: auto;
  opacity: 1;
}
.home_swiper_car_in span img {
  height: 15px;
  width: auto;
}
/*----------box2----------*/

.box2 {
  clear: both;
  width: 100%;
  display: table;
  overflow: hidden;
  padding: 80px 0 80px;
  background-color: #fff;
  background-image: url("../images/bg-01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.box2 h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0px;
  letter-spacing: 2px;
}

.box2 h2 {
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 55px;
  color: #fff;
}

.box2 h5 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.box2 p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.integrio_module_videobox {
  position: relative;
  z-index: 1;
}

.integrio_module_videobox .videobox_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.integrio_module_videobox .videobox_background img {
  position: relative;
  z-index: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

.integrio_module_videobox .title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.integrio_module_videobox .videobox_link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border: 0px;
  background-color: #fff;
}

.integrio_module_videobox .videobox_icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.integrio_module_videobox.with_image .videobox_content {
  display: block;
}

.integrio_module_videobox.with_image .videobox_link_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
}

.integrio_module_videobox.button_align-left {
  text-align: left;
}

.integrio_module_videobox.button_align-left .videobox_content,
.integrio_module_videobox.button_align-left .videobox_link_wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.integrio_module_videobox.button_align-left.with_image .videobox_link_wrapper {
  left: 0;
  -webkit-transform: translate(10%, -50%);
  -moz-transform: translate(10%, -50%);
  -ms-transform: translate(10%, -50%);
  -o-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
}

.integrio_module_videobox.button_align-left.title_pos-right .videobox_content,
.integrio_module_videobox.button_align-left.title_pos-right
  .videobox_link_wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.integrio_module_videobox.button_align-left.title_pos-top .videobox_content,
.integrio_module_videobox.button_align-left.title_pos-bot .videobox_content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.integrio_module_videobox.button_align-center {
  text-align: center;
}

.integrio_module_videobox.button_align-center .videobox_content,
.integrio_module_videobox.button_align-center .videobox_link_wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.integrio_module_videobox.button_align-center.with_image
  .videobox_link_wrapper {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.integrio_module_videobox.button_align-center.title_pos-right .videobox_content,
.integrio_module_videobox.button_align-center.title_pos-right
  .videobox_link_wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.integrio_module_videobox.button_align-right {
  text-align: right;
}

.integrio_module_videobox.button_align-right .videobox_content,
.integrio_module_videobox.button_align-right .videobox_link_wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.integrio_module_videobox.button_align-right.with_image .videobox_link_wrapper {
  right: 0;
  -webkit-transform: translate(-10%, -50%);
  -moz-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  -o-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}

.integrio_module_videobox.button_align-right.title_pos-top .videobox_content,
.integrio_module_videobox.button_align-right.title_pos-top
  .videobox_link_wrapper,
.integrio_module_videobox.button_align-right.title_pos-bot .videobox_content,
.integrio_module_videobox.button_align-right.title_pos-bot
  .videobox_link_wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.integrio_module_videobox.button_align-inline {
  display: inline-block;
}

.integrio_module_videobox.button_align-inline.with_image
  .videobox_link_wrapper {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.integrio_module_videobox.title_pos-left .title {
  margin-right: 30px;
}

.integrio_module_videobox.title_pos-left.animation_ring_rotate .title {
  margin-right: 64.5px;
}

.integrio_module_videobox.title_pos-right .title {
  margin-left: 30px;
}

.integrio_module_videobox.title_pos-right.animation_ring_rotate .title {
  margin-left: 64.5px;
}

.integrio_module_videobox.title_pos-right .videobox_content,
.integrio_module_videobox.title_pos-right .videobox_link_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.integrio_module_videobox.title_pos-top .title {
  margin-bottom: 30px;
}

.integrio_module_videobox.title_pos-top.animation_ring_rotate .title {
  margin-bottom: 60px;
}

.integrio_module_videobox.title_pos-top.animation_ring_rotate .videobox_link {
  margin-bottom: 30px;
}

.integrio_module_videobox.title_pos-top .videobox_content,
.integrio_module_videobox.title_pos-top .videobox_link_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.integrio_module_videobox.title_pos-bot .title {
  margin-top: 27px;
}

.integrio_module_videobox.title_pos-bot.animation_ring_rotate .title {
  margin-top: 60px;
}

.integrio_module_videobox.title_pos-bot .videobox_content,
.integrio_module_videobox.title_pos-bot .videobox_link_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.integrio_module_videobox .videobox_animation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.integrio_module_videobox.animation_circles .videobox_animation {
  z-index: 1;
  border-width: 0.5px;
  border-style: solid;
  opacity: 0;
  -webkit-animation: circles 3.9s linear 0s infinite;
  -moz-animation: circles 3.9s linear 0s infinite;
  -o-animation: circles 3.9s linear 0s infinite;
  animation: circles 3.9s linear 0s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.integrio_module_videobox.animation_circles .videobox_animation.circle_2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.integrio_module_videobox.animation_circles .videobox_animation.circle_3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.integrio_module_videobox.animation_circles
  .videobox_link:hover
  .videobox_animation,
.integrio_module_videobox.animation_circles.always-run-animation
  .videobox_animation {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.integrio_module_videobox.animation_circles.always-run-animation
  .videobox_link:hover
  .videobox_animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes circles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0;
  }
}

@-moz-keyframes circles {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0;
  }
}

@-o-keyframes circles {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5;
  }
  100% {
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0;
  }
}

@keyframes circles {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.44);
    -moz-transform: scale(1.44);
    -o-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0;
  }
}

.integrio_module_videobox.animation_ring_pulse .videobox_animation {
  z-index: -1;
  opacity: 0.1;
  background: inherit;
  -webkit-animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s
    infinite;
  -moz-animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s
    infinite;
  -o-animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s
    infinite;
  animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.integrio_module_videobox.animation_ring_pulse
  .videobox_link:hover
  .videobox_animation,
.integrio_module_videobox.animation_ring_pulse.always-run-animation
  .videobox_animation {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.integrio_module_videobox.animation_ring_pulse.always-run-animation
  .videobox_link:hover
  .videobox_animation {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes pulse_ring {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse_ring {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.7);
    transform: scale(1.7);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulse_ring {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse_ring {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.integrio_module_videobox.animation_ring_rotate .videobox_animation {
  z-index: -1;
  -webkit-transform: scale(1.58);
  -moz-transform: scale(1.58);
  -ms-transform: scale(1.58);
  -o-transform: scale(1.58);
  transform: scale(1.58);
}

.integrio_module_videobox.animation_ring_rotate .videobox_animation .ring_1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate_ring 4s linear infinite;
  -moz-animation: rotate_ring 4s linear infinite;
  -o-animation: rotate_ring 4s linear infinite;
  animation: rotate_ring 4s linear infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.integrio_module_videobox.animation_ring_rotate
  .videobox_link:hover
  .videobox_animation
  .ring_1,
.integrio_module_videobox.animation_ring_rotate.always-run-animation
  .videobox_animation
  .ring_1 {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.integrio_module_videobox.animation_ring_rotate.always-run-animation
  .videobox_link:hover
  .videobox_animation
  .ring_1 {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes rotate_ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@-moz-keyframes rotate_ring {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@-o-keyframes rotate_ring {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes rotate_ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    -moz-transform: translate(-50%, -50%) rotate(1turn);
    -o-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.abtimg {
  position: relative;
}

.abtimg img {
  max-width: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
  float: right;
}

/*----------box2_end----------*/

.estimatebox {
  padding: 40px 0;
  background-color: #fff;
  width: 100%;
}

.estimateboxin {
  text-align: center;
  background-color: #303030;
  position: relative;
  padding: 20px 40px;
  width: 80%;
  margin: auto;
  display: table;
  background-image: url(../images/virtual-tour-logo-bg.svg);
  background-repeat: no-repeat;
  background-position: -85px center;
  background-size: 245px;
}

.estimateboxin h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  margin-top: 0;
}

.estimateboxin a {
  letter-spacing: 2px;
  background-color: #f8a819;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s;
  letter-spacing: 2px;
  padding: 14px 30px;
  text-decoration: none;
  display: inline-block;
}

.estimateboxin a:hover {
  background-color: #fff;
  color: #f8a819;
}

.hometesti {
  width: 100%;
  display: block;
  clear: both;
  padding: 60px 0;
  background-color: #09223c;
  overflow: hidden;
  position: relative;
}

.hometestiin {
}
.hometestiin_grid {
  display: block;
  position: relative;
  z-index: 9;
}
.hometestiin_left {
  float: left;
  width: 80%;
}
.hometestiin_right {
  float: right;
  width: 33%;
  border: 15px solid #fff;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: -1;
}

.hometestswipe {
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 15px;
  background-color: #fff;
}
.hometesti a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.hometesti a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.hometestiin_right a img {
  height: 420px;

  object-fit: cover;
  object-position: center;
}
.hometesti a:hover img {
  transform: scale(1.1);
}
.hometesti a h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px;
  margin: 0;
  font-size: 18px;
}
.hometestiin_right a h5 {
  padding-left: 45%;
  padding-bottom: 40px;
}
.swiper-button-next2,
.swiper-button-prev2 {
  filter: grayscale(1) invert(1);
}
.swiper-button-next2 {
  right: 0;
  top: auto;
  bottom: -60px;
}
.swiper-button-prev2 {
  left: auto;
  right: 40px;
  top: auto;
  bottom: -60px;
}
.home_swiper_1.home_swiper_2 {
  background-image: url(../images/p2.svg);
  background-position: right center;
}
.home_swiper_1.home_swiper_2 .swiper-button-next,
.home_swiper_1.home_swiper_2 .swiper-button-prev {
  top: 70%;
}
.home_swiper_2 h2 {
  text-align: left;
}
ul.tabs2 {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-bottom: 30px;
}
ul.tabs2 li {
  color: #000;
  cursor: pointer;
}
ul.tabs2 li h5 {
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}
ul.tabs2 li.active {
  color: #ffa200;
}
ul.tabs2 li.active h5 {
  border-color: #ffa200;
}
.swiper-container2 {
  position: relative;
  overflow: hidden;
}
.swiper-container2 .swiper-wrapper {
  /* overflow: hidden; */
}
.swiper-container2 .swiper-wrapper {
  /* left: -25%; */
}
.swiper-container2 .swiper-slide {
  width: 22%;
}
.home_amanities a {
  text-decoration: none;
  display: block;
  position: relative;
}
.home_amanities a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, #09223c, transparent);
  transition: all 0.3s;
}
.home_amanities a:hover::before {
  background: linear-gradient(to top, #042a3c, transparent);
}
.swiper-pagination2 {
  /* left: -100px !important;
  position: relative; */
  margin: 20px 0;
}
.home_amanities a .img {
}
.home_amanities a .img img {
  display: block;
  width: 100%;
}
.home_amanities a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  transition: all 0.3s;
}
.home_amanities a:hover h3 {
  bottom: 20px;
}

.aboutbx1 {
  width: 100%;
  display: table;
  padding: 60px 0 100px;
  background-color: #fff;
}

.aboutbx1 h5 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 18px;
  text-align: left;
  width: 100%;
  color: #04206f;
}

.aboutbx1 h5 span {
  position: relative;
}

.aboutbx1 h5 span::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #f7931e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

.aboutbx1 h1 {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  margin-top: 0;
  line-height: 46px;
  color: #005aaa;
}
.aboutbx1 h1 span {
  position: relative;
  z-index: 9;
}
.aboutbx1 h1 span::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 17px;
  background-color: #b7fba9;
  content: "";
  z-index: -1;
}
.aboutbx1 img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.aboutbx1 p {
  color: #8b8b8b;
  font-size: 19px;
  line-height: 36px;
}

.aboutbx2 {
  background-color: #f4f5f5;
  padding: 60px 0;
  display: table;
  width: 100%;
  position: relative;
}
.aboutbx2in {
  width: 100%;
  position: relative;
  clear: both;
  display: table;
}
.aboutbx2in1 {
  margin-top: 100px;
}
.aboutbx2in img {
  width: 90%;
  display: block;
  position: relative;
  margin-top: -100px;
}
.aboutbx2in h2 {
  width: 100%;
  display: block;
  font-size: 38px;
  color: #303030;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 30px;
}
.aboutbx2in h2 span {
  position: relative;
  z-index: 9;
}
.aboutbx2in h2 span::before {
  content: "";
  width: 100%;
  height: 15px;
  background: #6dc0ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.aboutbx2in p {
  color: #8b8b8b;
  font-size: 19px;
  line-height: 36px;
  margin: 0;
}

.contactpgbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
}
.cpbl1 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.cpbl1in {
  width: 80%;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #dedede;
}
.cpbl1in h2 {
  font-weight: 700;
  color: #0b539f;
  font-size: 24px;
  margin-top: 0;
}
.cpbl1in p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 0;
}
.cpbl1in a {
  text-decoration: none;
  color: #005aaa;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  position: absolute;
  top: 35%;
  right: -10px;
  background-color: #fff;
  transition: all 0.3s;
  padding: 15px 0;
  outline: 0;
}
.cpbl1in a:hover {
  color: #f8b41f;
}
.cpbl1in a img {
  margin-right: 5px;
  width: 18px;
  position: relative;
  top: -2px;
}

.cpbl2 {
  width: 100%;
  display: block;
  clear: both;
  padding-left: 70px;
}
.cpbl2 h2 {
  width: 100%;
  display: block;
  font-size: 38px;
  color: #303030;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cpbl2 h2 span {
  position: relative;
  z-index: 9;
}
.cpbl2 h2 span::before {
  content: "";
  width: 100%;
  height: 15px;
  background: #b7fba9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.cpbl2 p {
  color: #8b8b8b;
  font-size: 19px;
  line-height: 36px;
  margin: 0;
}
.cpbl2 .form-group {
  margin-top: 40px;
}
.cpbl2 .form-group input.form-control,
.cpbl2 .form-group textarea.form-control {
  height: 60px;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  padding: 0 15px;
  background-color: #f4f5f5;
  border: 0;
  box-shadow: none;
  margin-bottom: 15px;
}
.cpbl2 .form-group textarea.form-control {
  height: 120px;
  padding-top: 20px;
}
input.btn-primary {
  font-size: 18px;
  padding: 12px 50px;
  background-color: #005aaa;
  border-color: #005aaa;
  transition: all 0.3s;
}
input.btn-primary:hover {
  background-color: #f8ac21;
  border-color: #f8ac21;
}

.happyclientspg,
.nricornerpg {
  width: 100%;
  display: block;
  padding: 50px 0 30px;
  background-color: #fff;
}
.happyclientspg a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  margin-bottom: 20px;
  padding: 20px;
}
.happyclientspg a img,
.nricornerpg img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.nricornerpg img {
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.nricornbx1 {
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.nricornbx1 .nriimg {
  overflow: hidden;
  display: block;
  width: 100%;
}
.nricornbx1:hover .nriimg img {
  transform: scale(1.1);
}
.nricornbx1 h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
  color: #303030;
}
.nricornbx1 h4 span {
  position: relative;
  z-index: 9;
}
.nricornbx1 h4 span::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #fba9db;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
  mix-blend-mode: difference;
}
.nricornbx1 h2 {
  color: #0b539f;
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
a.newsgalbx1 {
  padding: 10px;
}
.nricornerpg h1 {
  position: relative;
  padding-right: 200px;
  color: #005aaa;
  margin-top: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 46px;
}
.nricornerpg h1 a {
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f8a819;
  transition: all 0.3s;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 25px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
}
.nricornerpg h1 a:hover {
  background-color: #005aaa;
}

.projectspgbx1 {
  display: block;
  width: 100%;
  display: block;
  padding: 50px 0;
}
.projectspgbx1 h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  margin-top: 0;
  line-height: 46px;
  color: #005aaa;
  text-align: center;
}
.projectspgbx1 h2 span {
  position: relative;
  z-index: 9;
}
.projectspgbx1 h2 span:before {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 15px;
  background-color: #b7fba9;
  content: "";
  z-index: -1;
}

a.projectind1 {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
  margin-bottom: 75px;
}
a.projectind1 .ppbimg {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
a.projectind1 .ppbimg img {
  width: 100%;
  display: block;
}
.ppbhover {
  position: absolute;
  top: -100%;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  transition: all 0.3s;
  text-align: center;
  padding-top: 25%;
  color: #fff;
}
a.projectind1:hover .ppbhover {
  top: 0;
}
.clickto {
  display: table;
  margin: auto;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  left: -20px;
}
.clickto span {
  color: #68b8ff;
}
/* a.projectind1 .clickto img{width: auto;} */
a.projectind1 .clickto img.clickimg {
  float: left;
  display: inline-block;
  margin-right: 15px;
  width: 40px;
}
.clickto em {
  position: absolute;
  bottom: 10px;
  left: 55px;
  width: 250px;
  height: 1px;
  background-color: #68b8ff;
}
.clickto em:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #68b8ff;
  font-size: 26px;
  padding-right: 0.5em;
  position: absolute;
  top: -13px;
  right: -15px;
}
a.projectind2 {
  margin-top: 50px;
}

.projectindcont {
  position: absolute;
  top: 65%;
  left: 50px;
  width: 75%;
  background-color: #fff;
  padding: 20px 20px 30px;
  border-bottom: 4px solid #f8a819;
}
.projectindcont img.projectlogo {
  width: 150px;
  display: block;
}
.projectindcont h3 {
  font-weight: 800;
  color: #005aaa;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.projectindcont p {
  color: #303030;
  font-size: 14px;
}
.projectindcont p span {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.projectindcont p span img {
  margin-right: 7px;
  float: left;
  width: 15px;
}

.projectdetailspg {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.simple-menu {
  z-index: 999;
  position: sticky !important;
  top: 0px;
}

.tracked {
  padding-top: 30px;
  width: 100%;
}
.projoverviewbx {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  padding-right: 40px;
  border-right: 1px solid #f8a819;
}
.projoverviewbx p {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 32px;
}
.projoverviewbx::before {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #f8a819;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}
.projoverviewbxrt {
  width: 100%;
  padding-left: 30px;
}
.projoverviewbxrtdet {
  background-color: #f2f2f2;
  width: 100%;
  padding: 30px 30px 10px;
  margin-top: 30px;
}
.projoverviewbxrtdet ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: ;
}
.projoverviewbxrtdet ul li {
  padding-left: 40px;
  position: relative;
  width: 100%;
  clear: both;
  margin-bottom: 40px;
  display: inline-block;

  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 25px;
}
.projoverviewbxrtdet ul li h4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #303030;
}
.projoverviewbxrtdet ul li p {
  margin-bottom: 0;
  color: #8b8b8b;
}
.projectamenitiesbx {
  padding-top: 0;
}
.homenewsb.projectamenitiesbx h2 {
  text-align: center;
  margin-bottom: 120px;
}
.homenewsb.projectamenitiesbx h2 span:before {
  background-color: #f88191;
}

.projamenbx1 {
  width: 100%;
  display: block;
  text-align: center;
  padding: 70px 40px 40px;
  background-color: #fff;
  min-height: 335px;
  border: 2px solid #f8a819;
}
.projamenbx1 h3 {
  color: #0c54a0;
  font-weight: 800;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.projamenbx1 p {
  color: #8b8b8b;
  font-size: 18px;
  line-height: 32px;
}
.projamimg {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  margin: auto;
  border: 2px solid #f8a819;
}
.projamimg img {
  width: 100%;
  display: block;
  transform: rotate(-45deg);
}

.projecthighlights {
  width: 100%;
  display: block;
  background-color: #005aaa;
  position: relative;
  padding: 60px 0 35px;
}
.projecthighlights:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-image: url(../images/projectdetails/left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
  content: "";
}
.projecthighlights:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-image: url(../images/projectdetails/right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  content: "";
}
.projecthighlights h2 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 40px;
}

.projecthighlights h2 span {
  position: relative;
  z-index: 9;
}

.projecthighlights h2 span::before {
  content: "";
  width: 100%;
  height: 15px;
  background: #034179;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.projecthighlights ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  display: inline-block;
}
.projecthighlights ul li {
  float: left;
  display: inline-block;
  width: 25%;
  position: relative;
  padding-left: 60px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 55px;
}
.projecthighlights ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}

.projlayout {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
  background-color: #fff;
}
.projlayout a {
  text-decoration: none;
  width: 95%;
  display: table;
  box-shadow: 0 0px 20px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.3s;
  margin: auto;
}
.projlayoutin {
  width: 100%;
  display: block;
  padding: 40px;
  text-align: center;
}
.projlayoutin h2 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 38px;
  color: #303030;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 40px;
}

.projlayoutin h2 span {
  position: relative;
  z-index: 9;
}

.projlayoutin h2 span::before {
  content: "";
  width: 100%;
  height: 15px;
  background: #b1faff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.projlayoutin img {
  width: 100%;
  display: block;
}
.projlayout a p {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: #f8a819;
  margin: 0;
  padding: 15px;
  color: #fff;
  transition: all 0.3s;
}
.projlayout a:hover p {
  background-color: #005aaa;
}

.nearestplacesbx {
  width: 100%;
  display: block;
  padding: 70px 0 50px;
  background-color: #f4f5f5;
}
.nearestplacesbx h2,
.projectgallergybx h2 {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  font-size: 38px;
  color: #303030;
  font-weight: 800;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.nearestplacesbx h2 span,
.projectgallergybx h2 span {
  position: relative;
  z-index: 9;
}

.nearestplacesbx h2 span::before,
.projectgallergybx h2 span:before {
  content: "";
  width: 100%;
  height: 15px;
  background: #ff92f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}
.nearestplacesbx ul {
  list-style: none;
  width: 80%;
  margin: auto;
  display: table;

  padding: 0;
}
.nearestplacesbx ul li {
  float: left;
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
  font-size: 21px;
  background-image: url(../images/projectdetails/check.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.nearestplacesbx ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #f8a819;
  transform: rotate(45deg);
}

.projectgallergybx {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  display: table;
}
.projectgallergybx h2 span:before {
  background-color: #94edff;
}
.newsgalbx1 img {
  transition: all 0.3s;
}
.projectgallergybx h2 {
  margin-bottom: 30px;
}

.liveavailabilitybx {
  background-image: url(../images/projectdetails/footer4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-color: #303030;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
.liveavailabilitybx h2 {
  color: #fff;
  margin-top: 0;
  font-size: 38px;
  font-weight: 800;
}
.liveavailabilitybx p {
  color: #fff;
  font-size: 21px;
}
.liveavailabilitybx p img {
  height: 50px;
  margin: 30px 10px 0;
}

.downloadspg {
  padding: 50px 0;
  background-color: #fff;
  width: 100%;
  display: table;
}
.downloadspg h2 {
  width: 100%;
  display: block;
  font-size: 32px;
  color: #303030;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 30px;
}
.downloadspg h2 span {
  position: relative;
  z-index: 9;
}
.downloadspg h2 span::before {
  content: "";
  width: 100%;
  height: 15px;
  background: #6dc0ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

.table-style {
  width: 100%;
  padding: 40px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.table-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px;
  list-style: none;
  align-items: center;
}
.table-style ul li {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 330px) / 3);
}
.table-style ul li:nth-child(1) {
  width: 100px;
}
.table-style1 ul li:nth-child(1) {
  width: 40%;
}
.table-style1 ul li i {
  margin-right: 10px;
}
.table-style ul li:nth-child(5) {
  width: 230px;
}

.table-style ul li .img {
  margin-right: 5px;
  font-size: 17px;
}

.table-style ul li a {
  border-radius: 10px;
  background: #1c75bc;
  color: #fff;
  font-size: 14px;
  height: 30px;
  padding: 0 20px;
  border-radius: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  transition: all 0.3s;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-style ul li a.floor-plan {
  background: #f8a819;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 0px;
}

.table-style ul:nth-child(even) {
  background: #f0f0f0;
}
.table-style ul li a:hover {
  background-color: #303030;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 99;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #f8a819;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #09223c;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 99999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  /* body{padding-top: 80px;} */
  /* #header.fixed1{height: 80px;} */
  .home_link {
    height: auto;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video video {
    width: 150%;
    left: -25%;
  }
  .hl_circle {
    width: 100%;
  }
  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hl_circle p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 28px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  .logo a img {
    padding: 10px 0;
    height: 70px;
  }
  .bannerboxcont {
    position: relative;
    clear: both;
    width: 100%;
    left: 0;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
    top: 0;
  }

  .bannerimg > img {
    width: 100%;
  }
  .swiper-slide::after {
    display: none;
  }
  .banner_hd {
    font-size: 42px;
    line-height: 48px;
  }
  .banner_r_more {
    margin-top: 5px;
  }

  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .banner_r_more a {
    padding: 15px 45px 15px 15px;
    margin-left: 10px;
    font-size: 16px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .banner_r_more a svg {
    right: 10px;
  }
  .section1::before {
  }
  a.home_swiper_car img {
    height: auto;
  }
  .hometestcont {
    margin-bottom: 20px;
  }
  ul.tabs2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  ul.tabs2 li h5 {
    font-size: 16px;
  }
  .section1 .col-sm-7,
  .section1 .col-sm-5 {
    padding: 0;
  }
  .abtbtn a {
    font-size: 12px;
    padding: 10px 25px;
    margin-bottom: 30px;
  }
  .abtbtn {
    margin-left: 0px;
  }
  .section1 h2 {
    padding-left: 0px;
  }
  .section1 p,
  .section1 h4 {
    padding-left: 0;
    margin-top: 20px;
  }
  .section1 h4::before {
    left: -20px;
  }
  .section1 {
    padding: 50px 0;
    margin-top: 0;
  }
  .aboutleft img {
    width: 100%;
  }
  .container1 {
    width: 100%;
  }
  .sec1left {
    padding: 20px 0;
    width: 100%;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .sec1right {
    min-height: auto;
    width: 100%;
    margin-top: 30px;
  }
  .aboutleft {
    margin-top: 30px;
    display: table;
    width: 100%;
  }
  .section2 h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .section2 a {
    margin-bottom: 30px;
  }
  .percent-block {
    position: relative;
    width: 100%;
    clear: both;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
  }
  .percent-block:nth-child(1),
  .percent-block:nth-child(2),
  .percent-block:nth-child(3) {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .section1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-style .slide-title h2 em::before {
    height: 15px;
    bottom: 0;
  }
  .section1 p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: left;
  }
  .box2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .sec1inner ul {
    padding: 0;
  }
  .section0 {
    padding: 20px 0;
  }
  .section0 h2 {
    font-size: 24px;
  }
  .section0 h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .section0 h3 {
    font-size: 18px;
  }
  .section6 {
    display: block;
  }
  .section6 h2 {
    font-size: 32px;
  }
  .home_tests h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home_careers h2,
  .home_swiper_1 h2,
  .fbox h4 {
    font-size: 24px;
  }
  .home_careers p,
  .home_swiper_1 ul li p {
    font-size: 16px;
    line-height: 21px;
  }
  .section7 ul li {
    width: 50%;
    padding: 10px;
  }
  .fabout,
  .fbox {
    width: 100%;
    display: block;
  }
  .innertxt1 {
    top: 30%;
    padding-left: 10px;
  }
  .inner_banner h1 {
    margin-top: 0px;
    font-size: 18px;
  }
  .insec1left {
    padding: 0px;
  }
  .insec1left h2 {
    margin-left: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .insec1left p {
    margin-left: 0px;
    padding: 20px;
  }
  .sec4bx1 {
    border-left: 0px;
    text-align: left;
  }
  .insection2 ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .box5 h2 {
    font-size: 21px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .box555 ul.technologies li {
    width: 50%;
  }
  .box555 ul.technologies li {
    padding: 10px;
    margin: -1px;
    background-color: #fff;
  }
  .innerpgbx1,
  .innerpgbx {
    padding: 30px 0;
  }
  ul.careersul li span,
  .job_nav span {
    width: 100%;
    clear: both;
  }
  ul.careersul li a {
    bottom: 0px;
    top: auto;
    right: 0px;
  }
  ul.careersul li h2 {
    margin-top: 10px;
  }
  .enroll_form {
    padding: 20px 0;
  }
  .contactfielddiv {
    margin-bottom: 0px;
  }
  .fields_two {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .section5 h1,
  .section3 h1 {
    font-size: 36px;
  }
  .section3 h1::before {
    left: 90%;
  }
  a.solbx1 h3 {
    font-size: 24px;
  }
  .section2 h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  .section2 h1::before {
    right: 50%;
  }
  .divisions {
    display: table;
    padding: 0;
  }
  .flip-box-front h2 {
    font-size: 24px;
  }
  .flip-box-back h2 {
    font-size: 26px;
  }
  .percent-block p span {
    font-size: 42px;
  }
  .sec2bx {
    margin-top: 0px !important;
    width: 100%;
    float: left;
  }
  .clientsbx ul li {
    width: 33.33%;
    padding: 10px;
  }
  .clientsbx ul li:nth-of-type(1),
  .clientsbx ul li:nth-of-type(3),
  .clientsbx ul li:nth-of-type(5),
  .clientsbx ul li:nth-of-type(7) {
    background-color: #e5eef6;
  }
  .clientsbx ul li:nth-of-type(2),
  .clientsbx ul li:nth-of-type(4),
  .clientsbx ul li:nth-of-type(6),
  .clientsbx ul li:nth-of-type(8) {
    background: #fff;
  }
  .footer {
  }
  a.btn {
    font-size: 12px;
  }
  .footersection {
    margin-top: 40px;
    display: inline-block;
  }
  .top_social {
    display: none;
  }
  .footersection {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }
  .inner_banner img {
    width: 100%;
    height: auto;
  }
  .whyUs .whyleft {
    width: 100%;
  }
  .whyUs .whyright,
  .whyright li {
    width: 100%;
    clear: both;
  }
  .whyleft h2 {
    font-size: 28px;
  }
  .solcont1 h3 {
    font-size: 21px;
    line-height: 28px !important;
  }
  .solcont1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .box1_left,
  .box1_right {
    width: 100%;
    clear: both;
    position: relative;
    top: auto;
  }
  .job_des {
    width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .job_des p {
    font-size: 14px;
    line-height: 21px;
  }
  .box1_left h2 {
    font-size: 24px;
  }
  .formbox h2 {
    font-size: 24px;
  }
  .formbox .form-group {
    padding: 0;
  }
  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    font-size: 14px;
  }
  input.subres {
    font-size: 14px;
  }
  .adbxin {
    padding: 0;
  }
  .adbxin h2 {
    margin-top: 0px;
    font-size: 24px !important;
  }
  .add1 h5 {
    font-size: 18px;
  }
  .adbxin a {
    font-size: 18px;
  }
  .headerright1 {
    display: none;
  }
  .ftleft1 {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .mFooter {
    height: auto;
    line-height: normal;
    padding: 15px 0;
    font-size: 12px;
  }
  .mFooter a::before {
    top: 5px;
  }
  .innersec1 h2,
  .page1 h2,
  .careerform h2,
  .jobpositions1 h2 {
    font-size: 24px;
  }
  .innersec1 p,
  .page1,
  .jobpositions1 p {
    font-size: 16px;
    line-height: 24px;
  }
  a.solbxx {
    margin-top: 40px !important;
  }
  .careerform .form-group {
    padding: 0;
  }
  .fulltime,
  .parttime {
    top: -50px;
  }
  .com_name {
    font-size: 18px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page_right {
    margin-top: 30px;
  }
  .page1 .sticky {
    position: -webkit-relative;
    position: -moz-relative;
    position: -o-relative;
    position: -ms-relative;
    position: relative;
    top: 0px;
    z-index: 1;
    display: inline-block;
  }
  .modal-dialog {
    width: 90%;
  }
  .modal-dialog1 {
    width: 90%;
  }
  .contrvb p span {
    float: none;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: 80vh;
    line-height: 1;
    width: auto !important;
    left: -70% !important;
    position: relative;
  }
  .banner_txt::before {
    width: 150px;
  }
  .pavcontentslider .carousel-control {
    top: 80% !important;
  }
  .section0 img {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .section0 p {
    font-size: 16px;
    line-height: 24px;
  }
  .section3 h2 {
    font-size: 26px;
  }
  a.servbx1 {
    background-image: none !important;
    padding: 0px;
  }
  img.deskno {
    display: block;
    width: 100%;
  }
  .sec3bx::before {
    display: none;
  }
  .sec3bx {
    padding: 25px;
  }
  .sec3bx h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section6 .container {
    position: relative;
    z-index: 1;
  }
  .section6::before {
    opacity: 0.5;
  }
  .sec6bx1 {
    width: 50%;
  }
  .section7 h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .section7 h3 a {
    float: none;
    display: table;
    margin: auto;
    margin-top: 30px;
  }
  .section8 h2 {
    font-size: 32px;
  }
  .halfspan {
    width: 100%;
    clear: both;
  }
  .sec1inner {
    padding: 20px;
  }
  .section-title1 h2 {
    font-size: 26px;
  }
  .section-title1 h3 {
    font-size: 18px;
  }
  .sec2bxin {
    padding: 40px 0;
  }
  .sec2bxin a {
    margin: 20px 0;
  }
  .contactpg h2 {
    font-size: 24px;
  }
  .contactpg h4 b {
    font-size: 18px;
  }
  .contactpg p a {
    font-size: 14px;
  }
  .contactpg h4 {
    font-size: 16px;
  }
  .blogpg ul li {
    width: 100%;
    display: block;
  }
  .blogpg1 {
    padding: 40px 20px;
  }
  a.backbtn {
    font-size: 12px;
    top: -50px;
  }
  .newscontpg h1 {
    font-size: 28px !important;
  }
  .newsimg {
    width: 100%;
    margin-top: 30px;
  }
  .sec1inner {
    padding: 0px;
  }
  .section1 h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .section1 img {
    position: relative;
    width: 100%;
    top: 0;
  }

  .mt140 {
    margin-top: 0;
  }
  .home_swiper_1Bx figcaption h5 {
    font-size: 18px;
  }
  .home_careers p,
  .home_swiper_1 ul li p {
    font-size: 14px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
  }
  .news-block .inner-box .lower-content .post-info li a span {
    font-size: 24px;
  }
  .news-block .inner-box .lower-content {
    padding-left: 80px;
  }
  .news-block .inner-box .lower-content .post-info {
    width: 75px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 16px;
  }
  .news-block .inner-box .lower-content .text {
    font-size: 14px;
    line-height: 21px;
  }
  .banner_r_more a {
    margin-left: 0px;
    font-size: 14px;
  }
  .news-block {
    margin-bottom: 0;
  }
  .footersection {
    margin-top: 0;
  }
  .aboutbx1,
  .aboutbx2 {
    padding: 40px 20px;
  }
  .aboutbx1 h1,
  .aboutbx2 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .aboutbx1 p,
  .aboutbx2in p {
    font-size: 14px;
    line-height: 24px;
  }
  .aboutbx2in img {
    margin: 20px 0;
    width: 100%;
  }
  .vc_column_container {
    margin-bottom: 100px;
  }
  .aboutbx2 {
    display: block;
    overflow: hidden;
  }
  .aboutbx2 h3 {
    font-size: 16px;
  }
  .a2bb p,
  .webinar1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .innersec1 {
    font-size: 16px;
    line-height: 24px;
  }
  .webinar1 a.webbtn1 {
    font-size: 18px;
  }
  .contact-section .info-column h5 {
    margin-top: 0px;
    font-size: 26px;
  }
  .contact-section .form-column .inner-column {
    width: 100%;
    margin: 0;
  }
  .contact-section {
    padding: 40px 20px;
    overflow: hidden;
  }
  .contact-section .form-column .inner-column {
    padding: 30px;
  }
  .sec-title h2 {
    font-size: 24px;
  }
  .icon-layer-three,
  .icon-layer-two {
    background-image: none !important;
  }
  .headertopbx ul li a {
    font-size: 10px;
    letter-spacing: 0;
  }
  .logo a {
  }
  .hometestiin_right a img {
    height: auto;
  }
  .social-links {
    top: 70%;
    right: calc(100% - 70px);
  }
  .next {
    left: calc(100% - 50px);
  }
  .swiper-container1 .swiper-slide {
    height: auto;
  }
  .swiper-container1 .swiper-slide {
    /* padding: 0 20px 100px; */
  }
  .home_swiper_1 {
    padding: 40px 20px;
  }
  .home_swiper_1Bx figcaption {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .home_swiper_1Bx figcaption span {
    font-size: 10px;
  }

  .swiper-container1 .swiper-button-prev {
    left: 15%;
  }
  .swiper-container1 .swiper-button-next {
    left: calc(15% + 45px);
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar {
    left: 40%;
  }
  .estimateboxin {
    width: 100%;
  }
  .estimateboxin h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .hometestiin {
    width: 100%;
    margin: 0%;
    display: inline-block;
  }
  .hometestcont {
    padding-left: 0;
  }
  .hometestcont h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .hometestcont p {
    font-size: 14px;
    line-height: 21px;
  }
  .hometestcont h5 {
    font-size: 14px;
  }
  .homenewsb {
    padding: 30px 20px;
  }
  .homenewsb h3 {
    font-size: 26px;
  }
  .homenewsb h2 {
    font-size: 24px;
  }
  .swiper-container2 .swiper-wrapper {
    left: 0;
  }
  .homenewsbin {
    padding: 0 20px;
  }
  .homenewsb a figcaption p {
    font-size: 18px;
  }
  .homenewsb .swiper-container-horizontal > .swiper-pagination-progressbar {
    left: 40%;
  }
  .footercontactbxs .container {
    position: relative;
    z-index: 9;
  }
  .footercontactbxs h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .footercontactbxs::before {
    width: 110px;
  }
  .footercontactbxs::after {
    width: 110px;
    background-repeat: no-repeat;
  }
  .fcb1 {
    padding: 40px 20px 20px;
    margin-bottom: 40px;
  }
  .fcb1 h3 {
    font-size: 21px;
  }
  .fcb1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .fcb1 a {
    font-size: 14px;
  }

  .mainFooter p {
    font-size: 14px;
    line-height: 21px;
  }
  .footerlinks {
    margin-top: 40px;
  }
  .footerlinks li a {
    font-size: 12px;
  }
  .footer-social-links {
    top: auto;
    right: auto;
  }
  .projectspgbx1 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  ul.tabs li {
    font-size: 12px;
    padding: 10px 25px;
  }
  .projectindcont {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: table;
  }
  a.projectind1 {
    margin-bottom: 0px;
  }
  a.projectind2 {
    margin-top: 25px;
  }
  .projectindcont h3 {
    font-size: 18px;
  }
  .projectindcont p span {
    display: block;
    margin: 10px 10px 10px 0;
  }
  .clickto {
    font-size: 14px;
  }
  .clickto em {
    width: 195px;
  }
  .tab_container {
    padding: 40px 0;
  }

  .nricornbx1 {
    padding: 0;
  }
  .nricornbx1 h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .nricornerpg h1 {
    padding-right: 0;
    padding-top: 50px;
    font-size: 18px;
    line-height: 26px;
  }
  .happyclientspg a {
    padding: 0;
  }

  .cpbl1in {
    width: 100%;
  }
  .cpbl1in a {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
  }

  .cpbl2 {
    padding-left: 0;
  }
  .cpbl1in h2 {
    font-size: 21px;
  }
  .cpbl1in p {
    font-size: 16px;
    line-height: 24px;
  }
  .cpbl1in a {
    font-size: 12px;
  }
  .cpbl2 h2 {
    font-size: 26px;
  }
  .cpbl2 p {
    font-size: 14px;
    line-height: 21px;
  }
  .downloadspg h2 {
    font-size: 24px;
  }
  .table-style ul li {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }
  .table-style ul {
    display: table;
    width: 100%;
  }
  .table-style ul li a {
    width: auto;
    font-size: 12px;
    padding: 0 10px;
    float: left;
  }
  .table-style {
    padding: 20px;
  }

  .projoverviewbx {
    padding-right: 0;
    border: 0;
  }
  .projoverviewbx::before {
    display: none;
  }
  .projoverviewbx p {
    font-size: 14px;
    line-height: 24px;
  }
  .projoverviewbxrt {
    padding-left: 0;
  }
  .projoverviewbxrtdet ul li h4 {
    font-size: 18px;
  }

  .hero-slider.hero-slider-projects {
    height: 350px !important;
  }
  .projectamenitiesbx .swiper-container2 .swiper-wrapper {
    left: 0 !important;
  }
  .projamenbx1 h3 {
    font-size: 24px;
  }
  .projamenbx1 p {
    font-size: 14px;
    line-height: 24px;
  }

  .projecthighlights h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .projecthighlights ul li,
  .nearestplacesbx ul li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .projlayoutin h2,
  .nearestplacesbx h2,
  .projectgallergybx h2 {
    font-size: 21px;
  }
  .projlayout a p {
    font-size: 14px;
  }
  .projlayout a {
    width: 100%;
    margin-bottom: 20px;
  }
  .nearestplacesbx ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .nearestplacesbx ul li {
    background-position: 6px 6px;
  }
  .projectgallergybx {
    display: block;
  }

  .liveavailabilitybx h2 {
    font-size: 21px;
  }
  .liveavailabilitybx p {
    font-size: 14px;
    line-height: 21px;
  }
  .liveavailabilitybx p img {
    height: 30px;
  }
  .slide-text .flex {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
  .slide-text .flex .inner-flex {
    margin: 0;
  }
  .slide-text .flex .inner-flex h3 {
    border: 0;
    font-size: 24px;
  }
  .slide-para p {
    font-size: 14px;
  }
  .hero-slider .slide-inner {
    padding-bottom: 50px;
  }
  .slide-btns a {
    margin-top: 20px;
    font-size: 14px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 767px) and (max-width: 960px) {
  .footerlinks {
    margin-top: 0;
  }
  .sec1inner .col-sm-6 {
    width: 100%;
  }
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner_txt {
    top: 30% !important;
  }
  .hl_circle {
    width: 80%;
  }
  .hl_circle h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .hl_circle p {
    font-size: 18px;
  }
  .section7 ul li {
    width: 25%;
  }
  .innertxt1 {
    top: 35%;
  }
  .hl_circle a {
    font-size: 18px;
  }
  .section1 h2 {
    font-size: 32px;
  }
  .section1 p {
    font-size: 16px;
    line-height: 32px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .box555 ul.technologies li {
    width: 33.33%;
  }
  .banner_hd {
    font-size: 32px;
    line-height: 42px;
  }
  .banner_cont {
    font-size: 21px;
    height: auto;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 125%;
    max-width: 125%;
  }
  .banner_txt {
    width: 70%;
  }
  .bannercu {
    height: auto;
  }
  .projectindcont p span {
    width: 100%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    max-width: 98%;
  }
  .fabout,
  .fbox {
    clear: none;
    width: 33.33%;
    float: left;
  }
  .insection2 ul li {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu {
    margin: 0;
    float: right;
  }
  .menu > ul > li > a {
    padding: 0;
    font-size: 12px;
  }
  .dropdownm1 {
    left: -15%;
  }
  .dropdownm1 ul {
    display: block;
    margin: 0;
  }
  .dropdownm1 ul li {
    padding: 0 10px;
  }
  .percent-block:nth-child(1) {
    bottom: 0;
  }
  .percent-block:nth-child(2) {
    bottom: 180px;
  }
  .sec2bx {
    width: 100%;
  }
  /* .footersection{width: 22%;} */
  .socialrt a img {
    width: 50px;
  }
  .solcont1 h3 {
    font-size: 24px;
  }
  .section1 p {
    line-height: 26px;
  }
  .menu > ul > li {
    padding: 0 10px;
  }
  ul.submenu1 li a {
    font-size: 12px;
  }
  .section1::before {
    width: 98vw;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .box555 ul.technologies li {
    width: 20%;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    padding: 0 15px;
  }

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 100%;
  }
  .projectindcont p span {
    width: 100%;
  }
  .projectindcont h3 {
    font-size: 18px;
  }
  a.projectind1 {
    margin-bottom: 150px;
  }
  .nricornbx1 h2 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
  }
  .inner_banner img {
    width: 75%;
  }
  .nricornerpg h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .cpbl1in a {
    font-size: 10px;
    right: -40px;
  }
  .cpbl1in p {
    font-size: 16px;
    line-height: 24px;
  }
  .simple-menu ul a {
    font-size: 12px !important;
    padding: 20px !important;
    letter-spacing: 0 !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  a.callus1 {
    margin-left: 0px;
  }
  .menu > ul > li {
    padding: 0 3px;
  }
  .menu > ul > li > a {
    padding: 0px 8px;
  }
  .banner_hd {
    padding: 10px 0;
  }
  .menu {
    margin: 0;
  }
  .logo a {
    width: 220px;
  }
  .top_social ul li a {
    font-size: 14px;
  }
  .hl_circle h2 {
    font-size: 42px;
  }
  .sec2bx {
    width: 100%;
  }
  .percent-block p span {
    font-size: 42px;
  }
  .section1 p {
    line-height: 32px;
  }
  /* .footersection{width: 22%;} */
  .whyright .txt {
    font-size: 12px;
  }
  .solcont1 h3 {
    font-size: 26px;
  }

  .banner_cont {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1346px) {
  .simple-menu ul a {
    font-size: 14px !important;
    padding: 20px !important;
    letter-spacing: 0 !important;
  }
}
