body {
  font-family: "Mulish", sans-serif;
  /* padding-top: 100px; */
  color: #fff;
  background-color: #000;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
a {
  transition: all 0.3s;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
.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/logo.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: "Mulish", 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: #000;
  z-index: 99999;
  /* padding-top: 20px; */
  border-bottom: 0px;
  /* box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35); */
  /* background-image: url(../images/nav-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 7px; */
  padding: 0 50px;
}

.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: 160px;
  line-height: 160px;
  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: 225px;
  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: 90%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}

.headerright1 {
  float: right;
  display: inline-block;
}

.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: "Mulish", 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;
  width: 100%;
  display: block;
  clear: both;
}

.menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.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;
  margin-left: 100px;
} */

.menu > ul > li > a {
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  height: 100px;
  font-weight: 500;
  line-height: 100px;
  font-family: "Mulish", sans-serif;
  color: #fff;
  gap: 3px;
  text-transform: uppercase;
  /* letter-spacing: 1.5px; */
}

.menu > ul > li > a img {
}

.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: #fff;
}

.menu > ul > li.contactli {
  height: 58px;
  line-height: 58px;
  padding: 0;
}

.menu > ul > li.mli {
  margin-left: 115px;
  margin-right: 20px;
}

.menu > ul > li.contactli > a {
  background-color: #f7931e;
  color: #fff;
  transition: all 0.5s;
  padding: 0 30px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a i {
  /* font-size: 12px; */
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff !important;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #cda934;
}
/* .menu > ul > li > a.active::before {
  position: absolute;
  left: 0%;
  bottom: 35px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
} */
.menu > ul > li > a i {
  margin-left: 3px;
  position: relative;
  /* top: -2px; */
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
.menu > ul > li {
  float: left;
  position: relative;
}
.menu > ul > li > a {
  display: flex;
  align-items: center;
  transition: 0.3s;
  outline: 0;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  /* letter-spacing: 0.175rem; */
}
ul.submenu1,
ul.submenu2 {
  width: 220px;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0;
  padding: 0;
      background-color: #fff;
    color: #cea837;
}
.menu > ul > li:last-child ul.submenu1{left: auto; right: 0;}
ul.submenu2 {
  top: 0;
  left: 100%;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  /* padding: 0 1rem; */
}
ul.submenu1 li a {
  color: var(--color-white) !important;
  background-color: var(--color-dark);
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  font-weight: 400;
  display: block; 
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #ccc;
  text-decoration:none;
}
ul.submenu1 li a.disable {
  background-color: #333;
  color: #737373 !important;
  border-bottom-color: #5e5e5e;
}
ul.submenu1 li:last-child a {
  border-bottom: 0;
}
ul.submenu1 li:hover > a {
  background-color: #cea837 !important;
  color:#fff !important;
}
ul.submenu1 li:hover > a.disable {
  background-color: #333 !important;
}
ul.submenu1 h3 {
  color: #1a232e;
  font-size: 2.45rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
ul.submenu1 .levle2 li {
  float: left;
  clear: none;
  width: 50%;
}
/*------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: "Mulish", sans-serif;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 66px;
}

.banner_hd span {
  font-family: "Mulish", 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: "Mulish", 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: "Mulish", 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: 100px;
  height: 100px;
  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;

  width: 100%;
  color: #fff;
  margin: 0 0 20px;
}

/* .section1 h5::before {
  content: "";
  width: 160px;
  height: 12px;
  background: #bc8e03;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
  mix-blend-mode: difference;
} */

/*------bannerbox---------*/

.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: #cfa831;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
}

/* .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: #000;
  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%;
  }
  #header.fixed1 {
    padding: 0 20px;
  }
  /* 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 {
    display: none;
  }
  .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: 20px 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 {
    background-size: cover;
    padding: 40px;
  }
  .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;
  }

  .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 {
    background-size: 85%;
  }

  .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%;
  }
  #header.fixed1 {
    padding: 0 0px;
  }
  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: 1400px) {
  #header.fixed1 {
    padding: 0 20px;
  }
  .menu > ul > li {
    padding: 0 7px;
  }
}
