@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --whitebg: #ffffff;
  --lightbg: #fafbfc;
  --btnbg: linear-gradient(180deg, #2cabe1 -20.12%, #8bdafb 132.93%);
}
html {
  scroll-behavior: smooth;
}
/* new_header */

.menu_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu_main a.make_3d {
  top: 0;
}
.menu_main label img {
  width: 40px;
}
.menu_main input {
  opacity: 0;
}

.menu_main label {
  display: none;
}
.sub_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}





















.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  position: relative;
}

.menu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.menu .submenu li:hover > a {
  background-color: #ddd;
}

.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 200px;
  z-index: 1;
}

.menu li:hover > .submenu {
  display: block;
  left: 0;
  top: 0;
}
.menu .submenu li:hover > .submenu {
  left: 100%;
}
.menu .submenu li {
  position: relative;
}

.menu .submenu a {
  padding: 16px 15px;
  color: #333;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #6ECBF3;
}
.menu .submenu li:hover > a {
  background-color: #c0e9fc;
}
.dropdown-arrow {
  padding-right: 15px;
  position: relative;
  transition: .5s all ease !important;
}

.dropdown-arrow:before {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  height: 7px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 7px;
}

a.navbar-brand img {
  width: 100%;
  height:70px;
  object-fit: contain;
}


.menu .submenu li a.dropdown-arrow:before {
  right:15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-nav {
  width: 100% !important;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custum_slider .owl-nav button button.owl-next {
  left: unset;
  right: 0 !important;
}

.owl-nav button.owl-next {
  left: unset;
  right: 0;
}
.make__3d_box img {
  width: 26px;
  margin-right: 10px;
}
.custum_slider .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.custum_slider .owl-nav button span {
    font-size: 60px;
}







ul.submenu .dropdown-arrow:hover::before {
  transform: rotate(226deg);
}


.py-100{
  padding: 100px 0 !important;
}
.pt-70 {
  padding-top: 80px !important;
}
.myheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
  transition: top 0.3s;
  z-index: 999;
}

.myheaderhindi{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
  transition: top 0.3s;
  z-index: 999;
}


.main_header {
    background: #fff;
    box-shadow: 0px 4px 10px -12px black;
}

.main_header nav.navbar .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.main_header .navbar-collapse {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_header nav.navbar {
  padding: 0;
  height: 75px;
}
.modal-body iframe {
  width: 100%;
}
.make__3d_box a {
  height: 75px;
  background: #2cabe1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  width: 300px;
}
.main_header .nav-item .nav-link {
    font-size: 14px;
    padding: 0 25px;
    color: black;
}
.navbar-brand {
  padding-left: 100px;
}

.first_section {
    padding: 30px 0;
}
.seven_section .line_after {
  top: 50px;
}
section {
    position: relative;
}
.after_fray {
    position: absolute;
    background: #FAFBFC;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
}

.section_content {
    position: relative;
}
.outline_btn {
    background: transparent;
    text-transform: capitalize;
    text-decoration: none;
    color: #2CABE1;
    font-size: 26px;
    font-weight: 500;
    width: 300px;
    height: 82px;
    border: 2px solid #2CABE1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    transition: .3s all ease;
}
.outline_btn:hover {
  background: #2CABE1;
  color: #fff;
  border: 1px solid #6ECCF3;
  box-shadow: 1px 1px 17px -13px black;
}
.section_content p {
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 160%;
    color: #828282;
    margin-bottom: 40px;
}
.section_content h2 {
    width: 570px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 53px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0px;
}

.img_block img {
    width: 100%;
    /* top: -100px; */
    position: relative;
}
.btn_with_bg {
    box-sizing: border-box;
    width: 300px;
    height: 82px;
    background: linear-gradient(180deg, #2CABE1 -20.12%, #8BDAFB 132.93%);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-top: 40px;
    transition: .3s all ease;
}
a.btn_with_bg:hover {
  background: linear-gradient(2deg, #2CABE1 -20.12%, #8BDAFB 132.93%);
  color: #fff;
  box-shadow:6px 6px 23px -10px #0000009c;
}
.line_after {
    position: absolute;
    width: 200px;
    height: 2px;
    background: #9F9F9F;
    right: 0;
    top: 90px;
}
.line_after.left_side {
    right: unset;
}

.flex-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.para_content {
  text-align: center;
  margin-top: 30px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #000000;
}
.full_banner_img {
  width: 100%;
  position: relative;
}

.full_banner_img img {
  width: 100%;
  position: relative;
  height: 100vh;
  object-fit: cover;
}
.full_banner_img p {
  position: absolute;
  bottom: 10px;
  height: 45px;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 160%;
  color: #FFFFFF;
  text-align: left;
  width: initial;
  left: 100px;
}

.seven_section p {
  font-weight: 300;
  font-size: 20px;
  line-height: initial;
/* or 32px */
  color: #828282;
  height: auto;
  margin-bottom: 25px;
}

.seven_section ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #828282;
}

.seven_section ul {
  margin-bottom: 25px;
}

.seven_section h3 {
  margin-bottom: 30px;
}

.bar_section {
  width: 100%;
  height: 155px;
  background: linear-gradient(180deg, #2CABE1 -20.12%, #8BDAFB 132.93%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar_section p {
  margin: 0;
}

.bar_section p a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.before_section {
  position: absolute;
  width: 200px;
  height: 0px;
  border: 7px solid #2CABE1;
  bottom: -60px;
}

.prelative {
  position: relative;
  margin-bottom: 80px;
}

.prelative .before_section {bottom: -40px;}

.my__play {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.my__play strong {
  margin-left: 20px;
  font-size: 20px;
}
.input_search {
  width: 160px;
  display: flex;
  background: #f3f3f378;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
}

.input_search img {
  width: 15px;
}
.input_search input {
  width: 100%;
  color: black;
  font-size: 15px;
  opacity: 1;
  border: none;
  background: transparent;
  height: 35px;
  outline: none;
}
/* model */
.CUSTUM_PDF_MODEL embed {
  height: 91vh;
}
.CUSTUM_PDF_MODEL .modal-content {background: transparent;border: none;}

.CUSTUM_PDF_MODEL .modal-header {
    border: none;
    padding: 0;
}

.CUSTUM_PDF_MODEL button.btn-close {
  width: 40px;
  height: 40px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  top: 5px;
  z-index: 999;
}


/* model */

.activeBtn {
  background: var(--btnbg) !important;
  color: #fff;
}

.language_btn_section {
  width: 50px;
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 100px;
  left: 10px;
  box-shadow: 6px 4px 8px -2px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    overflow: hidden;
}

.language_btn_section button {
  width: 100%;
  height: 50px;
  border: none;
  background: #fff;
}