body {
  /* padding-top: 100px; */
  font-family: "Poppins", sans-serif;
}
html {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1300px;
  width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 400 !important;
}

.main_menu {
  clear: both;
  width: 100%;
  display: table;
  /* background-color: #f1f1f1;
  padding: 0 50px; */
  padding-bottom: 15px;
}

.top1_left {
  display: inline-block;
  float: right;
}
.top1_left ul li {
  display: inline-block;
  float: left;
  /* height: 40px;
  line-height: 40px; */
  font-weight: 300;
  position: relative;
  /* opacity: 0.7 */
}
.top1_left ul li a {
  color: #fff;
  float: left;
  font-size: 14px;
  padding: 0 30px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0px;
  transition: all 0.3s ease 0s;
  background-color: #004aad;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 40px;
}
.top1_left ul li a i {
  font-size: 21px;
  color: #fff;
}
.top1_left ul li a svg {
  fill: #2c285a;
  width: auto;
}
.top1_left ul li:last-child a {
  color: #2c285a;
  background-color: #fff;
  border: 1px solid #2c285a;
  padding: 0 20px;
}
.top1_left ul li a:hover,
.top1_left ul li:last-child a:hover {
  background-color: #2c285a;
  color: #fff;
}
.top1_left ul li a:hover svg {
  fill: #fff;
}

/* .top1_left ul li a:hover{color: #ec3104;} */
/* .top1_left ul li:after {
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #1d1d1d;
}
.top1_left ul li:last-child:after {
  display: none;
} */

.topsocial {
  float: right;
  display: inline-block;
  margin-top: 5px;
}
.topsocial a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  transition: all 0.3s;
  padding: 0 12px;
  height: 30px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
.topsocial a:hover {
  background-color: #fff;
  color: #1b3072;
}
img.iso1 {
  width: 80px;
  margin-top: 2px;
}
.fixed_social {
  float: left;
  display: inline-block;
  z-index: 999999;
}
.fixed_social li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-right: 35px;
}
.fixed_social li a {
  float: left;
  color: #313131;
  text-decoration: none;
  text-align: center;
  /* height: 26px; */
  border-radius: 0;
  /* line-height: 26px; */
  /* margin-top: 8px; */
  font-size: 21px;
  opacity: 0.5;
  transition: all 0.5s;
}
.fixed_social li a:hover {
  border-radius: 0;
  transition: all 0.5s;
  opacity: 1;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  /* height: 140px; */
  top: 0px;
  left: 0px;
  /* background-color: #fff; */
  z-index: 999;
  /* -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); */
  /* padding: 20px 0 0; */
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.headerin {
  width: 100%;
  display: table;
  /* padding: 5px 100px; */
}
.fixed1 {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.moblogo {
  float: left;
  position: relative;
  display: none;
}
.moblogo a {
  text-decoration: none;
}
.moblogo a img {
  width: auto;
  height: 100px;
  position: absolute;
}
.header_right {
  float: right;
}
.socialrt {
  float: right;
  padding: 0px 20px;
  margin-top: 18px;
  padding-left: 20px;
  border-left: 3px solid #e8f2ff;
  margin-left: 25px;
}
.socialrt a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #004aad;
  float: left;
  display: inline;
  margin-right: 5px;
  transition: all 0.3s;
  font-size: 18px;
}
.socialrt a:hover {
  color: #eb2d17;
}
.menu {
}
.menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu ul li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0 15px;
}
.menu ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  height: 100px;
  line-height: 100px;
  letter-spacing: 1px;
}
.menu ul li a:hover,
.menu ul li.active a {
  color: #ffd500;
}
.menu ul li.active a::before {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffd500;
}
.menu ul li a img {
  height: 85px;
}
.menu > ul > li.menulast {
  padding: 0;
}
.menu > ul > li.menulast a {
  background-color: #004aad;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  line-height: normal;
  height: auto;
  margin-top: 12px;
}
.menu ul > li:hover ul.submenu1,
.menu ul ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}
.menu > ul > li.menulast a:hover {
  background-color: #eb2d17;
}
.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: 4px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #ffd500;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.cloned .icon-bar {
  background: #313131;
}

/* .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(113, 79, 54, 0.4);
}

.cart_bx1 {
  width: 96%;
  background-color: #2f1307;
  height: 100%;
  padding: 10px;
  top: 0%;
  right: -100%;
  transition: ease all 0.4s;
  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/work-left.png");
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}

.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: #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: 36px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #eb2d17;
  background-color: #eb2d17;
  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;
}

.homebox1 {
  width: 100%;
  height: calc(100vh - 80px);
  display: grid;
  position: relative;
  /* background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 100px; */
  overflow: hidden;
}

img.mainbanner {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: zoom-in-zoom-out 30s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.homebox1::before {
  background-color: rgba(0, 75, 173, 0.288);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.homebox1_left {
  position: relative;
  padding: 150px 100px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.homebox1_left h2 {
  color: #004aad;
  line-height: 60px;
  font-size: 72px;
  font-weight: 400;
}
.homebox1_left p {
  font-size: 21px;
  color: #fff;
  margin-top: 20px;
  width: 42%;
  line-height: 32px;
}
.goBottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  z-index: 9;
  letter-spacing: 1px;
}
.goBottom img {
  height: 25px;
}

.bannerimg > img {
  width: 100%;
}
.main_banner {
  padding-top: 100px;
}
/*section1*/
.section1 {
  padding: 30px 0;
  background-color: #e8f2ff;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
.section1 span {
  font-size: 26px;
  font-weight: 600;
}
.main_btn {
  clear: both;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  padding: 10px 20px;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  font-size: 18px;
  /* border-radius: 3rem; */
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
}
.btn,
.btn:link,
.btn:visited {
  background-color: #ff9800;
  align-items: center;
}
.btn1,
.btn1:link,
.btn1:visited,
.btn2:hover,
.btn:hover {
  background-color: #3d250c;
}
.btn span,
.btn1 span {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #e8f2ff;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn1,
.btn1:link,
.btn1:visited,
.socialrt {
  align-items: center;
}
.btn span svg,
.btn1:hover svg {
  stroke: #004aad;
}
.btn1 span svg,
.btn:hover svg,
.main-nav > ul > li:last-child > a span svg {
  stroke: #004aad;
}
/*section1*/

/*section2*/
.section2 {
  padding: 40px 0 150px;
  position: relative;
  width: 100%;
  display: block;
  background-image: url(../images/aboutbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}
.section2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2f1307;
  opacity: 0.92;
}
.section2 .container {
  position: relative;
}
.section2_in {
  display: grid;
  grid-template-columns: 42fr 58fr;
  gap: 75px;
  align-items: center;
}
.section2_in img {
  width: 100%;
  display: block;
}
.section2_in p {
  font-size: 19px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
/*section2*/

/*section3*/
.section3 {
  padding: 200px 0 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-image: url(../images/s3bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -150px;
}
.section3 h2 {
  color: #3d250c;
  text-align: center;
  margin: 0 0 30px;
  font-family: "Marcellus SC", serif;
  font-size: 50px;
}
.section3 h3 {
  color: #c02d59;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 24px;
}
.section3 ul {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; */
  list-style: none;
}
.section3 ul li {
  transition: all 0.3s;
}
.section3 ul li img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.section3 ul li:hover img {
  transform: rotate(1deg) scale(1.05);
}
.section3 ul li h4 {
  color: #3d250c;
  font-weight: 600;
  font-size: 21px;
  margin: 20px 0 5px;
}
.section3 ul li p {
  color: #3d250c;
  font-size: 18px;
  margin: 0;
}
.section3_car1 {
  position: relative;
}
.section3_car1 .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.section3_car1 .owl-dots {
  display: none;
}
/*section3*/

/*section4*/
.section4 {
  padding: 150px 0;
  position: relative;
  width: 100%;
  display: block;
  background-image: url(../images/s4bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -150px;
  z-index: 1;
  /* min-height: 900px; */
}
.section4 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
}
.sec4box1 {
  margin-bottom: 60px;
  width: 100%;
  position: relative;
}
.sec4box1:last-child {
  margin: 0;
}
.sec4box1 img.sec4icon {
  height: 50px;
}
.sec4box1 h3 {
  margin: 30px 0;
  color: #ffffaa;
  font-size: 36px;
  font-family: "Marcellus SC", serif;
}
.sec4box1 p {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.sec4box1 p img {
  height: 20px;
}
.section4_right {
  padding: 40px 60px;
  position: relative;
  z-index: 9;
}
.background {
  /* this is where the (webkit) magic happens */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section4_right p {
  line-height: 2;
}
/*section4*/

/*section5*/
.section5 {
  padding: 50px 0;
  display: block;
  overflow: hidden;
  /*margin-top: -150px;*/
  background-image: url(../images/sec5bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.section5_headings {
  text-align: center;
}
.section5_headings h2 {
  color: #3d250c;
  text-align: center;
  margin: 0 0 30px;
  font-family: "Marcellus SC", serif;
  font-size: 50px;
  line-height: 55px;
}
.section5_headings p {
  color: #707070;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}
.accordion {
  width: 100%;
  list-style: none;
  margin-top: 30px;
}
.accordion > li {
  background-color: #f6f6f6;
  /* border-radius: 20px; */
  padding: 10px 50px;
  margin-bottom: 10px;
}
.accordion > li:first-child {
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 24px;
  color: #3d250c;
  font-weight: 500;
}
.accordion .link::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  /* background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
  transition: all 0.3s;
  backface-visibility: hidden;
  font-size: 32px;
  font-weight: 700;
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu ul {
  list-style: none;
}
.accordion .submenu ul > li {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  margin-bottom: 15px;
  background-image: url("../images/cr.png");
  background-repeat: no-repeat;
  background-position: left 3;
  background-size: 24px;
  color: #707070;
}
.accordion .submenu > li p {
  margin-bottom: 10px;
  font-size: 16px;
}
.accordion .submenu > li a {
  color: #1c63fc;
}
.accordion li.open .link::before {
  /* transform: rotate(313deg) translateY(1rem);
  top: 25%; */
  content: "-";
}
/*section5*/

/*section6*/
.section6 {
  padding: 0 0 50px 0;
  display: block;
  overflow: hidden;
  background-image: url(../images/sec6bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.section6_box {
  padding: 50px 100px;
  background-color: #f4f3ee;
  border: 1px solid rgba(61, 37, 12, 0.29);
}
.section6_box h2 {
  color: #3d250c;
  text-align: center;
  margin: 0 0 30px;
  font-family: "Marcellus SC", serif;
  font-size: 50px;
  line-height: 1.2;
}
.section6_box h2 div {
  position: relative;
  left: -250px;
  transform: rotate(-4deg);
  font-family: "MoonTime";
  font-size: 60px;
  top: 10px;
}
.section6_box p {
  color: #707070;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
.section6_box input.form-control,
.section6_box select.form-control,
.section6_box textarea.form-control {
  background-color: transparent;
  border-radius: 0;
  height: 60px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  color: #000;
  box-shadow: none;
  margin-bottom: 30px;
}
.section6_box select.form-control {
  cursor: pointer;
}
.section6_box input.form-control:-moz-placeholder {
  color: #000;
}
.section6_box textarea.form-control {
  height: 100px;
}
.terms {
  display: flex;
  align-items: center;
  gap: 10px;
}
.terms input.form-control {
  height: 20px;
  width: 20px;
  margin: 0;
}
.terms label {
  font-size: 14px;
  margin: 0;
  color: #3b3b3b;
}
span.termsss {
  margin-top: 20px;
  color: #3b3b3b;
  display: inline-block;
  font-weight: 400;
}
input.btn {
  border: 1px solid #3b3b3b;
  padding: 13px 30px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #3b3b3b;
  transition: all 0.3s;
  border-radius: 0;
  font-weight: 600;
}
input.btn:hover {
  background-color: #3b3b3b;
  color: #fff;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}
.section6 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
.sec6_g_box {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 5px;
  align-items: center;
  text-align: left;
}
.sec6_g_box .img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 80px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.161);
}
.sec6_g_box .img img {
  height: 35px;
}
.sec6_g_box h3 {
  text-align: left;
  font-weight: 400;
  margin: 0 0 5px;
  color: #3b3b3b;
  font-size: 16px;
}
.sec6_g_box p {
  text-align: left;
  margin: 0;
  color: #3b3b3b;
  font-size: 15px;
}
/*section6*/

/*section7*/
.section7 {
  padding: 70px 0;
  position: relative;
  width: 100%;
  display: block;
  background-image: url(../images/sec6bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}
.section7::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2f1307;
  opacity: 0.75;
}
.section7 .container {
  position: relative;
}
.section7 h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 60px;
  font-family: "Marcellus SC", serif;
  font-size: 50px;
}
.product_dev .multi_tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  /* align-items: center; */
  max-width: 1000px;
  margin: auto;
}
.product_dev .multi_tabs ul.tabs {
  /* padding: 20px; */
  position: relative;
  list-style: none;
}
.product_dev .multi_tabs ul.tabs li {
  font-size: 22px;
  padding: 20px 30px 20px 90px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: rgba(241, 137, 0, 0.66);
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../images/iwhite.svg);
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 20px;
}
.product_dev .multi_tabs ul.tabs li.active {
  background-color: rgba(241, 137, 0, 1);
  background-image: url(../images/iblack.svg);
  color: #000;
}
.product_dev .multi_tabs ul.tabs li.active::before {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid #f18800;
  border-bottom: 20px solid transparent;
}
.product_dev .multi_tabs .tab_container {
  padding: 40px;
  background-color: #f18800;
  border-radius: 5px;
}
.product_dev .multi_tabs .tab_container p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
/*section7*/
.section8 {
  background-image: url(../images/sec8bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0;
  margin: 0;
}
.section8 p {
  color: #707070;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.mainbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section9 {
  background-image: none;
  background-color: #fff;
  padding: 60px 0;
  margin: 0;
}
.section9 p {
  color: #707070;
}
.section10 {
  position: relative;
  display: block;
}
.section10 iframe {
}
.upcoming-event-layout1 {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 55%;
  background-color: #ffffff;
  padding: 30px 60px 30px;
}

.upcoming-event-layout1 h2 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.upcoming-event-layout1 .date {
  color: #41004a;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.upcoming-event-layout1 p {
  font-size: 18px;
  text-transform: capitalize;
  color: #3b3b3b;
  margin: 10px 0 0;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .upcoming-event-layout1 {
    display: none;
  }
}
.google-map-area {
  position: relative;
}
.google-map-area iframe {
  display: block;
}

.main_footer {
  background-image: url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 20px;
}
.main_footer_in {
  max-width: 900px;
  margin: auto;
}
.main_footer_in .grid {
  display: grid;
  grid-template-columns: 30fr 1fr 33fr;
  gap: 70px;
  padding-bottom: 30px;
  /* display: flex;
  justify-content: space-between; */
}
.main_footer_in h3 {
  color: #f0cb5c;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
}
.main_footer_in .links {
}
.main_footer_in .links a {
  color: #f0cb5c;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}
.main_footer_in .links a:hover {
  color: #fff;
}
.main_footer_in p {
  color: #f0cb5c;
  font-size: 14px;
  line-height: 2.6;
}
a.footer_logo {
  text-decoration: none;
}
a.footer_logo img {
  width: 320px;
  display: block;
}

.follow {
  text-align: center;
  margin: 10px;
  color: #f0cb5c;
  font-size: 14px;
}
.ft_soc {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  /* padding-top: 3rem; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.18); */
}
.ft_soc a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #6f3d0f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.ft_soc a:hover {
  opacity: 0.7;
}
.ft_soc a img {
  height: 16px;
}
.copy {
  border-top: 1px solid #f8dc6c;
  color: #f0cb5c;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding-top: 15px;
}
.scrollup {
  width: 25px;
  height: 37px;
  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;
  background-size: cover;
}

/*login_popup*/
.login_pop, .login_pop1, .login_pop2,
.new_address_bill,
.new_address_shipp,
.edit_address_pop,
.prescriptions_pop,
.po_error_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999999999;
  display: none;
  overflow: auto;
}
.pop_content {
  width: 750px;
  display: table;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  color: #333;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #ff9800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.close_error_btn {
  color: #dcdcdc;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ok_btn {
  color: #6b6b6b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  text-decoration: none;
}
.pop_hd {
  font-size: 30px;
  color: #333333;
  padding-bottom: 10px;
}
.login_box,
.reg_box,
.fpwd_box,
.enquiry_box,
.track_box {
  float: left;
  padding: 15px;
  display: block;
  width: 100%;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden !important;
    padding-top: 0;
  }
  .main_banner {
    padding-top: 70px;
  }
  .menu ul li.active a {
    text-transform: uppercase;
  }
  .menu ul li.active a::before {
    display: none;
  }
  .menu ul li.active a {
    color: #f0cb5c !important;
  }
  html {
    font-size: 16px;
    line-height: 24px;
  }
  .section1 span {
    font-size: 24px;
    line-height: 32px;
  }
  .headerin {
    padding: 5px 20px;
  }
  .header {
    background-color: #fff;
    height: 70px;
  }
  .socialrt {
    margin-right: 60px;
    margin-left: 0;
    padding: 0;
    border: 0;
  }
  .side-cta,
  .social,
  .scroll-link {
    display: none;
  }
  .container1_inner {
    width: 100%;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .moblogo {
    display: inline-block;
    padding-top: 2px;
  }
  .moblogo a img {
    height: 65px;
  }
  /* .header{padding: 5px 0px;} */
  .menu2 {
    display: block;
    top: 12px;
    right: 10px;
    z-index: 99999999999999;
  }
  .menu {
    display: none;
  }
  .menu.menu1 {
    display: block;
    border: 0;
  }
  .white.menu1 ul li a {
    height: auto;
    line-height: normal;
  }
  .homebox1_left {
    padding: 130px 20px 0 30px;
  }

  .homebox1_left h2 {
    font-size: 42px;
  }
  .homebox1_left p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .section1 {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }
  .section2 {
    padding: 50px 20px 200px;
  }
  .section2 h2 {
    font-size: 32px;
  }
  .section2_in,
  .section3_grid,
  .section3_grid_r,
  .section3_grid_r_top,
  .section3_grid_r_top1,
  .section3_grid_r_top1,
  .section4,
  .footer_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2 h4 {
    font-size: 21px;
  }
  .section3 {
    padding: 200px 20px 50px;
  }
  .section3_grid_l {
    grid-template-columns: repeat(2, 1fr);
  }
  .section3_grid_r_top {
    height: auto;
  }
  .section3_grid_l p,
  .section3_grid_r_top p,
  .section3_grid_r_top1 p {
    font-size: 14px;
    line-height: 21px;
    padding: 15px;
  }
  .section4 {
    padding: 150px 20px;
  }
  .section4 h3 span {
    display: block;
  }
  .section4 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section4 p {
    margin-top: 0;
  }
  .section4_right ul li {
    font-size: 16px;
  }
  .section5 {
  }
  .section5_team,
  .section4 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section5 a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px 15px;
  }
  footer.footer h2,
  .section5_headings h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .section5_headings p {
    font-size: 16px;
  }
  .accordion > li {
    padding: 15px;
  }
  .section3 h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .section3 h3 {
    font-size: 18px;
  }
  .footer_in_left,
  .ft_socialrt {
    text-align: center;
  }
  .form-control,
  .copyrights {
    font-size: 14px;
  }
  .section2_in p,
  .section6_box p {
    font-size: 16px;
  }
  .owl-prev {
    margin-left: -20px;
  }
  .owl-next {
    margin-right: -20px;
  }
  .sec4box1 h3,
  .section7 h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .section4_right {
    padding: 20px;
  }
  .section4 p,
  .section8 p {
    font-size: 14px;
  }
  .section4 .grid {
    gap: 20px;
  }
  .accordion .submenu ul > li {
    font-size: 16px;
    background-size: 24px;
  }
  .section6_box {
    padding: 20px;
  }
  .section6_box h2 div {
    left: 0;
  }
  .section6_box h2 {
    font-size: 26px;
  }
  .section6 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .sec6_g_box h3 {
    font-size: 14px;
  }
  .sec6_g_box .img {
    width: 60px;
    height: 60px;
  }
  .sec6_g_box {
    grid-template-columns: 70px 1fr;
  }
  .product_dev .multi_tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .product_dev .multi_tabs ul.tabs li.active::before {
    display: none;
  }
  .product_dev .multi_tabs ul.tabs li {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section8 {
    padding: 40px 20px;
  }
  .accordion .link {
    font-size: 16px;
  }
  .main_footer {
    padding: 50px 20px;
  }
  .main_footer_in .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  a.footer_logo {
    margin: auto;
    display: table;
  }
  a.footer_logo img {
    max-width: 100%;
    width: 250px;
  }
  .copy {
    font-size: 12px;
  }
  .pop_content {
    width: 90%;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 960px) and (max-width: 1207px) {
  .menu ul li {
    padding: 0 10px;
  }
  .menu ul li a {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1390px) {
  .container {
    width: 100%;
    display: block;
    max-width: 98%;
  }
  .headerin,
  .main_menu {
    padding: 0 20px;
  }
  .owl-prev {
    margin-left: -20px;
  }
  .owl-next {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1440px) {
  .headerin {
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .logo a img {
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1300px) {
  .menu > ul > li > a {
    font-size: 12px;
  }
}
