body {
  overflow-x: hidden;
  color: #333;
  font-family: "Whyte", sans-serif;
  /* font-family: "Playfair Display", serif; */
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Whyte", sans-serif;
}
p {
  color: #354154;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Whyte", sans-serif;
  letter-spacing: 0.5px;
}

.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;
}

.container {
  max-width: 1300px;
}

.container1 {
  max-width: 1300px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  background-image: url(../images/bannerbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  background-position: right center;
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
}
#header.fixed1.fixed2 {
  background-color: #fff;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo {
  float: left;
  height: 100px;
  line-height: 100px;
  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: 340px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 100px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}

.headerright1 {
  float: right;
  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: "Whyte", 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: #414141;
  color: #fff;
  background-color: #414141;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  /* padding-top: 5px; */

  height: 100px;
  line-height: 100px;
  /* padding-bottom: 20px; */
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 0 10px;
  font-family: "Whyte", sans-serif;
  color: #000;
  /* font-weight: 600; */
  text-transform: capitalize;
}

.menu > ul > li > a img {
  height: 15px;
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

.menu > ul > li.contactli {
  height: auto;
  line-height: auto;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #ff2e25;
  color: #fff;
  transition: all 0.5s;
  padding: 10px 20px;
  border-radius: 30px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a {
  color: #000;
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
  color: #d84119;
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-left: 5px;
  padding: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #d84119;
}
#header.fixed1 .menu > ul > li.contactli > a:hover {
  /* background-color: #2b8ddb; */
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #ff2e25;
  opacity: 1;
}
#header.fixed1 .menu > ul > li > a.active {
}

.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 0;
}

.menu ul > li:hover ul.submenu1,
ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}

ul.submenu1,
ul.submenu2 {
  width: auto;
  min-width: 220px;
  background-color: #fff;
  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.submenu2 {
  left: 100%;
  top: 0;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
  line-height: 1.4;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 > li:hover > a,
ul.submenu2 > li:hover > a {
  color: #ff2e25 !important;
}

ul.submenu1 li:last-child a {
}
/*------header_end--------*/

/*------bannerbox---------*/
.bannerbox {
  width: 100%;
  display: block;
  position: relative;
}

.banner_element_1 {
  position: absolute;
  left: 20px;
  top: 160px;
  animation-name: animation1;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.banner_element_2 {
  position: absolute;
  left: 80px;
  bottom: 20px;
  animation-name: animation2;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.banner_element_3 {
  position: absolute;
  left: 40%;
  bottom: 120px;
  animation-name: animation3;
  animation-duration: 55s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.banner_element_1 img,
.banner_element_2 img,
.banner_element_3 img {
  width: 40px;
  backface-visibility: hidden;
}

@keyframes animation1 {
  0% {
    left: 20px;
    top: 160px;
  }
  50% {
    left: 200px;
    top: 200px;
  }
  75% {
    left: 200px;
    top: 50px;
  }
  100% {
    left: 20px;
    top: 160px;
  }
}
@keyframes animation2 {
  0% {
    left: 80px;
    bottom: 20px;
  }
  50% {
    left: 300px;
    bottom: 200px;
  }
  75% {
    left: 150px;
    bottom: 50px;
  }
  100% {
    left: 80px;
    bottom: 20px;
  }
}
@keyframes animation3 {
  0% {
    left: 40%;
    bottom: 120px;
  }
  50% {
    left: 45%;
    bottom: 400px;
  }
  75% {
    left: 25%;
    bottom: 500px;
  }
  100% {
    left: 40%;
    bottom: 120px;
  }
}

.bannerboxcont {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 9;
  width: 55%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0 100px !important;
  overflow: hidden;
}

.bannerboxcont1 {
  display: table-cell;
  vertical-align: middle;
}
.banner_small {
  background-color: rgba(255, 44, 37, 0.1);
  padding: 10px 15px;
  display: inline-block;
  color: #ff2e25;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 9;
  position: relative;
}
.banner_hd {
  color: #1c0f69;
  font-size: 55px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.2;
  z-index: 9;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.banner_hd::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 150px;
  height: 3px;
  background-color: #d84119;
}

.banner_cont {
  color: #1c0f69;
  font-size: 17px;
  font-family: "Whyte", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
  visibility: visible !important;
  width: 65%;
  z-index: 9;
  position: relative;
}
.banner_r_more {
  clear: both;
  margin-top: 15px;
  visibility: visible !important;
  z-index: 9;
  position: relative;
}

.banner_r_more a {
  text-decoration: none;
  color: #d84119;
  padding: 4px 7px;
  border: 1px solid #d84119;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Whyte", sans-serif;
  text-transform: capitalize;
}
.banner_r_more a span {
  border: 1px solid #d84119;
  padding: 3px 7px;
  border-radius: 5px;
  background-color: #fff;
}
.banner_r_more a span img {
  height: 12px;
}
.banner_r_more a:hover {
  transition: all 0.3s;
  background-color: #ff2e25 !important;
  color: #fff;
}
.banner_r_more a:hover span {
  border-color: #fff;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  /* width: 55%; */
  height: 90vh;
  padding-right: 20px;
}
.scroll-down-link {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 999;
  display: block;
}
/*------bannerbox---------*/

.technologies {
  padding: 50px 0;
}
.technologies_scroll {
  width: 100%;
  display: block;
  position: relative;
  height: 90px;
  overflow: hidden;
}
.technologies h2 {
  color: #3d3d3d;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 400;
}
.technologies ul {
  list-style: none;
}
.technologies ul li {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
}
.technologies ul li a {
}
.technologies ul li a img {
  max-height: 90px;
  max-width: 200px;
}
section {
  width: 100%;
  display: block;
}

.home_about_bx {
  padding: 40px 0;
  background-color: #fff;
}

.main_bg {
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, 110% -90px;
  background-size: 45%, 40%;
  margin-top: -150px;
  padding-top: 100px;
}
.main_bg2 {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-position: 110% bottom;
  background-size: 35%;
}
/*sectio


/*section2*/
.section2 {
  padding: 30px 0 50px 0;
  position: relative;
  background-image: url(../images/as1.svg), url(../images/as2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 95% top, 4% bottom;
  background-size: 120px, 70px;
}
.section2_in1 {
  padding: 0 50px;
  background-image: url(../images/abtbg.svg);
  background-size: cover;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.161);
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.section2_in1 .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 0;
  align-items: center;
}
.section2 h2 {
  margin-top: 0px;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  color: #131313;
}
.section2 h3 {
  font-weight: 600;
  font-size: 24px;
}
.section2 p {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.banner_r_more1 a,
.banner_r_more1 a span {
  border-color: #d332e0;
  color: #d332e0;
}
.banner_r_more1 a:hover {
  background-color: #d332e0 !important;
}
.section2_in2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.section2_in2_bx {
  text-align: center;
  padding: 30px 20px;
  background-color: #f5f5f5;
}
.section2_in2_bx img {
  height: 50px;
}
.section2_in2_bx h3 {
  margin: 20px 0;
  font-size: 21px;
  font-weight: 600;
  color: #131313;
}
.section2_in2_bx p {
  font-size: 14px;
  line-height: 1.8;
  color: #3d3d3d;
  font-weight: 400;
}
/*section2*/

/*section3*/
.section3 {
  background-color: #fff;
  padding: 0px 0 60px;
  width: 100%;
}
.section3 h2 {
  margin-top: 0px;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  color: #131313;
  text-align: center;
}
.section3 ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.section3 ul li {
  position: relative;
  transition: all 0.3s;
}
.section3 ul li > img {
  width: 100%;
  display: block;
}
.section3 ul li .sec3info {
  position: absolute;
  width: 75%;
  bottom: 0;
  left: 0;
  padding: 15px;
  background-color: #fff;
}
.section3 ul li .sec3info h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.section3 ul li .sec3info p {
  font-size: 16px;
}
.section3 ul li .sec3info .hide {
  display: none;
}
.section3 ul li:hover .sec3info .hide {
  display: block !important;
}
/*section3*/

/*home_car*/
.home_car {
  padding: 80px 0;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.home_car::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, #1c0f69, #d84119);
  opacity: 0.75;
}
img.oracle {
  position: absolute;
  right: 20px;
  bottom: 10px;
  height: 100px;
}
.home_car video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
.home_car_bx {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
}
.home_car img {
}
.home_car h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.home_car p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.banner_r_more2 a,
.banner_r_more2 a span {
  border-color: #fff;
  color: #fff;
}
.banner_r_more2 a span {
  background-color: transparent;
}
/*home_car*/

/*section5*/
.section5 {
  padding: 50px 0;
  width: 100%;
  display: block;
  background-image: url(../images/sec5bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.section5 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  color: #131313;
  text-align: center;
}
.section5 .grid {
  display: grid;
  grid-template-columns: 32fr 36fr 32fr;
  gap: 20px;
  align-items: center;
}
.sec5_bx1 {
  padding-left: 35px;
}
.sec5_bx1 h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #131313;
  margin: 0 0 10px;
  line-height: 1.6;
}
.sec5_bx1 h3 img {
  position: absolute;
  top: 0;
  left: -40px;
  height: 28px;
}
.sec5_bx1 p {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  width: 90%;
}
.sec5_bx1 ul {
}
.sec5_bx1 ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.sec5_bx1 ul li::before {
  position: absolute;
  left: -5px;
  top: -4px;
  content: "➥";
  font-size: 18px;
  color: #3e3e3e;
}
.section5 hr {
  margin: 30px 0;
  border-color: #bfbfbf;
  width: 90%;
}
.grid_img img {
  width: 95%;
}
/*section5*/

/*section6*/
.section6 {
  padding: 60px 0;
  background: #f7f7f8;
  width: 100%;
  position: relative;
  display: table;
}
.section6 h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  color: #131313;
}
.section6 p {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.section6 img.main_6 {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  /* width: 50%; */
  /* width: 49%; */
  height: 100%;
}

/*section6*/

/*section9*/
.section9 {
  padding: 80px 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #1c0f69;
}
/* .section9::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #002f35;
  opacity: 0.75;
} */
.section9 h2 {
  color: #fff;
  margin-top: 0px;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 20px;
}
.section9 p {
  color: #fff;
  line-height: 2;
  font-size: 16px;
  opacity: 0.5;
  width: 90%;
}
.section9 h3 {
  font-weight: 600;
  line-height: 1.8;
  font-size: 18px;
  color: #fff;
}
.contactform input.form-control,
.contactform textarea.form-control {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #000;
  border-radius: 0;

  border: 0;
  padding: 0 15px;
  font-size: 15px;
}
.contactform textarea.form-control {
  height: 150px;
  padding: 15px;
  display: block;
}
textarea::-webkit-input-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}
.contactform input.btn {
  border: 0;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  padding: 0 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  width: 100%;
  display: table;
}

.contactform input.btn:hover {
  background-color: #d84119;
  border-color: #d84119;
  color: #fff;
}
.ft_soc {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.ft_soc a {
  color: #0e1d3b;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 18px;
  text-decoration: none;
}
.ft_soc a:hover {
  background-color: #d84119;
  color: #fff;
}
.ft_whatsapp a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;

  color: #fff;
}
.ft_whatsapp a:hover {
  color: #d84119;
}
.ft_whatsapp a img {
  height: 30px;
}
/*section9*/

/*main_Footer*/
.main_Footer {
  padding: 75px 0 20px;
  width: 100%;
  display: block;
  background-image: url(../images/footer_bg.jpg);
  background-size: cover;
  position: relative;
}
.main_Footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.68;
}
.main_Footer_in {
  display: flex;
  /* grid-template-columns: 30fr 25fr 25fr 20fr; */
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.main_Footer_in a img {
  /* width: 80%; */
  height: 60px;
  width: auto;
  display: block;
}
.main_Footer_in h3 {
  margin-top: 0;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.main_Footer_in ul {
  margin-top: 20px;
}

.main_Footer_in ul li {
  display: block;
  margin-bottom: 10px;
}
.main_Footer_in ul.col2 li {
  display: inline-block;
  width: 50%;
  float: left;
}
.main_Footer_in ul li a {
  font-family: "Whyte", sans-serif;
  color: #333;
  font-size: 17px;
}
.main_Footer_in ul li a:hover {
  color: #ed681c;
}
.copy {
  margin-top: 20px;
  font-size: 14px;
  color: #131313;
  font-family: "Whyte", sans-serif;
  position: relative;
}

/*main_Footer*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  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: #d84119;
  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: #1c0f69;
  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: 999999;
}

.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: #414141;
}

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: 100px; */
  }

  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 30px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  #header.fixed1 .logo a {
    padding: 10px 0;
    width: 250px;
  }
  .bannerboxcont {
    width: 100%;
    padding: 0 20px 50px !important;
    left: 0;
    top: 0% !important;
    position: relative !important;
  }
  .pavcontentslider .carousel-control {
    bottom: 0;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
  }
  .banner_hd {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 5px 15px 5px 15px;
    margin-left: 10px;
    font-size: 12px;
  }
  .banner_r_more a svg {
    right: 10px;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
    padding: 0;
  }
  .banner_small {
    font-size: 12px;
  }
  .section1 h2,
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .section1 ul,
  .section2 ul,
  .main_Footer_in,
  .section6_in,
  .section6_left .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .section6_right .col-sm-12,
  .section6_right .col-sm-6 {
    display: table;
    width: 100%;
  }
  .section6_right {
    padding: 20px;
  }
  .section1 {
    padding-bottom: 50px;
  }
  .section2 {
    padding: 0 0 50px;
  }
  .section3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  a.main_btn {
    display: inline-block;
    margin-bottom: 30px;
  }
  .section4 {
    padding-top: 100px;
    background-size: cover;
  }
  .section5 .owl-theme .owl-nav {
    display: none;
  }
  .section5 ul li a:hover .section5_bx {
    transform: translateY(50%);
    padding: 20px 30px;
  }
  .copy {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .section6 {
    background-size: cover;
    padding: 50px 20px;
  }
  .section6_info .img {
    width: 50px;
    height: 50px;
  }
  .section6_info {
    grid-template-columns: 70px 1fr;
  }
  .section6_info .img img {
    height: 30px;
  }
  .section9,
  .section5 {
    padding: 40px 20px;
  }
  .section9 h2,
  .section6 h3,
  .section5 h2,
  .home_car h4,
  .section3 h2,
  .section2 h2 {
    font-size: 26px;
  }
  .section6 img.main_6 {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .section2_in1 {
    padding: 30px;
  }
  .section5 .grid,
  .section3 ul,
  .section2_in2,
  .section2_in1 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  p,
  .home_car p {
    font-size: 16px;
  }
  img.oracle {
    bottom: 0;
    height: 60px;
  }
  .technologies_scroll {
    height: 50px;
  }
  .technologies ul li a img {
    max-height: 50px;
    max-width: 100px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container,
  .container1 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
  .section6 p {
    font-size: 16px;
  }
  .bannerboxcont {
    padding-left: 40px !important;
  }
}
