body {
  overflow-x: hidden;
  color: #333;
  font-family: "Gotham-Medium", sans-serif;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #283762;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham-Bold", sans-serif;
  color: #283762;
}
p {
  color: #60687f;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Gotham-Book", sans-serif;
}
p span {
  font-family: "Gotham-Medium", sans-serif;
}
.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;
}

/*--------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;
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.231);
}
#header.fixed1.fixed2 {
}
.logo {
  float: left;
  height: 150px;
  line-height: 150px;
  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: 180px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}
#header.fixed1 .logo {
  height: 50px;
}
#header.fixed1 .logo a {
  background-image: url(../images/logo1.png);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
  width: 160px;
}

.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: "Gotham-Medium", 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;
  height: 110px;
  line-height: 110px;
}
#header.fixed1 .menu > ul > li {
  height: 50px;
  line-height: 50px;
}
.menu > ul > li > a {
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.menu > ul > li > a i {
  font-size: 16px;
  position: relative;
  margin-left: 1px;
}

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

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

.menu > ul > li.contactli > a {
  background-color: #2980e3;
  border: 2px solid #283762;
  color: #fff;
  transition: all 0.5s;
  padding: 6px 15px;
  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: #283762;
}

#header.fixed1 .menu > ul > li > a i {
}

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

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff !important;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  margin-left: 15px;
}
#header.fixed1 .menu > ul > li.contactli > a:hover {
  background-color: #283762;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #509172;
  opacity: 1;
}
#header.fixed1 .menu > ul > li > a.active {
}

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

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

ul.submenu1 {
  width: auto;
  min-width: 280px;
  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.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #283762 !important;
  font-size: 14px;
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

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

ul.submenu1 li:hover a {
  color: #509172 !important;
}

ul.submenu1 li:last-child a {
}

/*------header_end--------*/

/*------bannerbox---------*/
.hl_video {
  width: 100%;
  position: relative;
}
.hl_video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0e1f4d;
  opacity: 0.81;
}
.hl_video video,
.hl_video img {
  width: 100%;
  height: 63vh;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hl_video video {
  height: 100vh;
}
.hl_info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  /* padding-top: 15%; */
  text-align: center;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.hl_info_in {
  width: 100%;
}
.hl_info h2 {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 56px;
  color: #8cc63f;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  padding: 0 10%;
  width: 100%;
  display: block;
}
.hl_info p {
  color: #fff;
  font-size: 21px;
}
/*------bannerbox---------*/

section {
  width: 100%;
  display: block;
}

/*section1*/
.section1 {
  padding: 50px 0;
  position: relative;
  padding-top: 80px;
  background-image: url(../images/grad1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}
h2 {
  font-weight: 600;
  font-size: 48px;
  margin: 0 0 20px;
}
.section1 h2 {
  text-align: center;
  letter-spacing: 0;
  font-size: 46px;
  line-height: 1.4;
}
.section1 p {
}
.section1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 90px;
  position: relative;
}
.section1 ul::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 180px;
  height: 180px;
  /* background-color: #fff; */
  display: table;
  border-radius: 100%;
  z-index: 1;
  margin: auto;
  background-image: url(../images/Picture3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 180px;
  z-index: 5;
}
.section1 ul li {
  height: 200px;
  position: relative;
}
.section1 ul li a {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 75px;
  transition: all 0.3s;
}
.section1 ul li:nth-child(2) a,
.section1 ul li:nth-child(4) a {
  grid-template-columns: 200px 1fr;
}
.section1 ul li:nth-child(3) a,
.section1 ul li:nth-child(4) a {
  align-items: center;
}
.section1 ul li:first-child,
.section1 ul li:nth-child(3) {
  text-align: right;
}
.aboutinfo {
}
.section1 ul li a h3 {
  margin: 0 0 10px;
  color: #8cc63f;
  font-size: 21px;
  font-weight: 600;
}
.section1 ul li:nth-child(2) a h3,
.section1 ul li:nth-child(3) a h3 {
  color: #283762;
}
.abouticon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8cc63f;
  border-top-left-radius: 100%;
  position: relative;
  transition: all 0.3s;
}
.section1 ul li a:hover .abouticon {
  transform: scale(1.1);
  z-index: 1;
}
.section1 ul li:nth-child(2) a .abouticon,
.section1 ul li:nth-child(4) a .abouticon {
  border-top-left-radius: 0;
  border-top-right-radius: 100%;
}
.section1 ul li:nth-child(2) a .abouticon,
.section1 ul li:nth-child(3) a .abouticon {
  background-color: #509172;
}
.section1 ul li:nth-child(3) a .abouticon {
  border-radius: 0;
  border-bottom-left-radius: 100%;
}
.section1 ul li:nth-child(4) a .abouticon {
  border-radius: 0;
  border-bottom-right-radius: 100%;
}
.section1 ul li .abouticon:before {
  position: absolute;
  left: -50px;
  top: 0px;
  width: 150px;
  height: 150px;
  background-image: url(../images/sprite-image1.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  content: "";
}
.section1 ul li:nth-child(2) .abouticon:before {
  left: auto;
  right: -100px;
  background-image: url(../images/sprite-image2.svg);
}
.section1 ul li:nth-child(3) .abouticon:before {
  left: -50px;
  top: auto;
  bottom: 20px;
  background-image: url(../images/sprite-image3.svg);
}
.section1 ul li:nth-child(4) .abouticon:before {
  left: auto;
  right: -100px;
  top: auto;
  bottom: 20px;
  background-image: url(../images/sprite-image4.svg);
}
.abouticon img {
  width: 50px;
  transition: all 0.3s;
}
.section1 ul li a:hover img {
  transform: rotate(360deg);
}
.section1 ul li a:hover .abouticon:before {
  transform: scale(1);
}
.section1 ul li a p {
  font-size: 16px;
  margin-top: -10px;
  font-family: "Gotham-Medium", sans-serif;
}
.section1 h4 {
  font-size: 24px;
  color: #283762;
  margin: 20px 0;
  text-align: center;
}
/*section1*/

/*section2*/
.section2,
.section4 {
  padding: 75px 0 50px;
  display: block;
  position: relative;
}
.section2::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  clip-path: polygon(43% 0, 100% 0, 100% 100%, 80% 100%);
  background-color: #2ebf7e;
  opacity: 0.09;
}
.section2 h2,
.section4 h2 {
  margin-bottom: 15px;
  color: #283762;
}
.section2 h2 span,
.section4 h2 span {
  font-weight: 600;
}
.section2 p,
.section4 p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 30px;
  width: 90%;
}
.section2 a,
.section4 a {
  border: 2px solid #509172;
  text-transform: uppercase;
  color: #509172;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  display: inline-block;
  box-shadow: 5px 5px 0px #509172;
}
.section2 a:hover,
.section4 a:hover {
  box-shadow: -5px -5px 0px #509172;
}
.section2 img {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36%;
}
/*section2*/
/*section3*/
.section3 {
  background-color: #f8f8f8;
}
.section3::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 43% 100%);
  background-color: #bfe6ef;
  opacity: 0.25;
}
.section3 img {
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 0;
  margin: auto;
  width: 42%;
}
/*section3*/

/*section4*/
.section4 {
  position: relative;
}
.section4::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 100% 100%);
  background-color: #509172;
  opacity: 0.06;
}
.section4 img {
  position: absolute;
  left: -13%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
}
/*section4*/

/*section5*/
.section5 {
  padding: 75px 0;
  background: linear-gradient(145deg, #8cc63f, #0a6084, #0a6084);
}
.section5 h2 {
  text-align: center;
  color: #fff;
}
.section5_in {
  margin: auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  text-align: center;
  margin-top: 50px;
}
.section5_in .img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #283762;
  border-radius: 100%;
  margin: auto;
}
.section5_in .img img {
  height: 60px;
}
.section5_in h3 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
  margin: 15px 0;
  position: relative;
  font-size: 26px;
  line-height: 1.4;
}
.section5_in h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #fff;
}
.section5_in p {
  color: #fff;
  text-align: center;
  padding: 0 15%;
}
/*section5*/

/*section6*/
.section6 {
  padding: 60px;
  background-color: #fff;
}
h2.secondary_heading {
  position: relative;
    margin: 0 0 30px;
    text-align: center;
    font-size: 24px;
    color: #283762;
}
h2.secondary_heading span {
  background-color: #fff;
  padding: 0 50px;
  position: relative;
}
/*h2.secondary_heading::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: scaleY(-50%);
  margin: auto;
  width: 100%;
  height: 8px;
  content: "";
  background-color: #509172;
}*/
.section6_in {
  display: grid;
  grid-template-columns: 65fr 35fr;
  gap: 30px;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}
.section6_in p {
  color: #60687f;
  font-size: 19px;
}
.section6_in img {
  width: 100%;
  display: block;
}
/*section6*/

/*section7*/
.section7 {
  padding: 60px;
  background-color: #f8f8f8;
}
.section7 h2 span {
  background-color: #f8f8f8;
}
.section7 form {
  max-width: 1200px;
  margin: auto;
}
.section7 input.form-control,
.section7 textarea.form-control {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  height: 50px;
  border: 0;
  color: #000;
  font-size: 16px;
  box-shadow: none;
  display: table;
  width: 100%;
  border: 1px solid #402309;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.section7 textarea.form-control {
  height: 100px;
  padding: 15px;
}
.section7 .col-sm-12,
.section7 .col-sm-6 {
  display: table;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.section7 input.btn {
  border: 2px solid #509172;
  text-transform: uppercase;
  color: #509172;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 50px;
  display: inline-block;
  box-shadow: 5px 5px 0px #509172;
  margin: 20px auto 0;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 0;
  display: table;
}
.section7 input.btn:hover {
  box-shadow: -5px -5px 0px #509172;
}
/*section7*/

/*main_Footer*/
.main_Footer {
  background: linear-gradient(145deg, #283762, #081743);
  padding: 70px 0 20px;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.main_Footer::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  background-image: url(../images/footer.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.main_Footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.main_Footer .flex a img {
  height: 100px;
}
.footer_right ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
.footer_right ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.footer_right ul li a:hover {
  color: #2ebf7e;
}
.footer_social {
  float: right;
}
.footer_social a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #191818;
  margin-top: 40px;
  background-color: #fff;
}
.footer_social a:hover {
  background-color: #2ebf7e;
  color: #fff;
}
.copy {
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
}
/*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: #8cc63f;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #8cc63f;
}

/* .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: #283762;
  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 #509172;
  background-color: #509172;
  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;
}

.bannerBtn a {
  position: absolute;
  left: 52%;
  bottom: 20px;
  padding-bottom: 120px;
  text-decoration: none;
  display: inline-block;
  outline: 0px;
  z-index: 99;
  /* background-image: url(../images/varrow-home.svg);
  width: 200px;
  height: 265px;
  background-size: 12px 265px;
  background-repeat: no-repeat; */
  /* padding-top: 167px; */
  white-space: nowrap;
  color: #fefefe;
  text-align: center;
  background-position: center;
  font-size: 18px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.bannerBtn a:focus {
  outline: 0px;
}
.bannerBtn a span {
  transform: rotate(90deg);
  display: block;
  opacity: 0.3;
  font-size: 14px;
  position: relative;
  right: 4px;
  top: -7px;
}
.bannerBtn a::before {
  content: "";
  width: 53px;
  height: 46px;
  position: absolute;
  /* transform: rotate(-90deg); */
  background: url("../images/arrow-circ.png");
  z-index: 1111;
  top: 70px;
  right: -5px;
}
.bannerBtn a::after {
  content: "";
  width: 17px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 1111;
  background: url("../images/arrow-down.png");
  /* transform: rotate(-90deg); */
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ===========================
   ====== 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: 10px;
    right: 0px;
  }
  .fixed1 .menu2 {
    top: 10px;
  }
  #header.fixed1 {
    height: 60px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  #header.fixed1 .logo a {
    width: 120px;
    height: 60px;
  }
  .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 {
    padding: 10px 10px 0;
    font-size: 21px;
    line-height: 28px;
    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 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section6_in .col-sm-12,
  .section6_in .col-sm-6 {
    display: table;
    width: 100%;
  }
  .section6_in {
    padding: 20px;
  }
  .section1 {
    padding-bottom: 50px;
  }
  .section2 {
    padding: 30px 15px;
  }
  .section3 ul {
    gap: 10px;
  }
  ul.tabs li {
    padding: 5px 10px;
    font-size: 14px;
  }
  .tab_container img.sol_icon {
    display: none;
  }
  .tab_container {
    padding: 20px 0 0;
  }
  .tab_container h3 {
    font-size: 18px;
  }
  a.main_btn {
    display: inline-block;
    margin-bottom: 30px;
  }
  .section4 {
  }
  .section2 .owl-theme .owl-nav {
    display: none;
  }
  .section2 ul li a:hover .section2_bx {
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
  }
  .section3 {
    padding-top: 50px;
  }
  .copy {
    text-align: left;
  }
  .section6 {
    background-size: cover;
    padding: 50px 0px;
  }
  .footer_social {
    margin-bottom: 20px;
  }
  .section6_info .img {
    width: 50px;
    height: 50px;
  }
  .section6_info {
    grid-template-columns: 70px 1fr;
  }
  .section6_info .img img {
    height: 30px;
  }
  .section5 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section5 ul li a h3 {
    font-size: 16px;
  }
  .section6 p {
    font-size: 14px;
  }
  .multi_tabs {
    padding-left: 0;
  }
  .tab_container img.sol_img {
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
  }
  .multi_tabs {
    margin-top: 20px;
    padding: 0 20px;
  }
  .section1 ul li {
    height: auto;
    margin-bottom: 40px;
  }
  .section1 ul li a {
    gap: 20px;
    grid-template-columns: 1fr 115px;
  }
  .section1 ul li:nth-child(2) a,
  .section1 ul li:nth-child(4) a {
    grid-template-columns: 115px 1fr;
    align-items: center;
    gap: 0;
  }
  .section1 ul li:nth-child(3) a,
  .section1 ul li:nth-child(4) a {
    align-items: center;
    gap: 20px;
  }
  .section1 ul li:nth-child(4) a {
    gap: 0;
  }
  .section1 ul li .abouticon::before {
    display: none;
  }
  .abouticon {
    width: 100px;
    height: 100px;
    border-radius: 100px !important;
  }
  .section1 ul::before {
    display: none;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video {
    width: 100%;
    right: 0;
  }
  .hl_video::before {
    right: 0;
    background-size: cover;
    background-position: 70% center;
  }
  .hl_info h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .logo a {
    width: 120px;
    height: 120px;
  }
  .section2 h2,
  .section4 h2 {
    font-size: 21px;
  }
  .section2 p,
  .section4 p {
    font-size: 16px;
    width: 100%;
  }
  .section2 a,
  .section4 a {
    font-size: 12px;
  }
  .section2 img {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: auto auto 30px;
  }
  .main_Footer {
    padding: 40px 15px;
  }
  .main_Footer .flex {
    flex-direction: column;
  }
  .footer_right ul {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .main_Footer .flex a img {
    height: 75px;
  }
  .footer_right ul li a {
    font-size: 14px;
  }
  .footer_social {
    float: left;
  }
  .footer_social a {
    margin-left: auto;
    margin-right: 15px;
    margin-top: 15px;
  }
  .copy {
    margin-top: 10px;
    font-size: 11px;
  }
}

/*------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%;
  }
  .menu > ul > li > a {
    padding: 15px 10px;
    font-size: 14px;
  }
}

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