html {
  overflow-x: hidden !important;
}
body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
header {
  width: 100%;
}
.theme-heading h4 {
  font-family: Arial, cursive;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1280px;
  width: 95%;
}
.secondry_menu {
    padding: 4px 0;
    background-color: #ff8405;
    width:auto;
}
.secondry_menu .row {
  margin-bottom: 0;
}
.Social-link ul {
  margin: 0;
}
footer .Social-link ul li {
  display: block;
}
.Social-link ul li {
  display: inline-block;
  padding: 1px 4px;
}
.Social-link ul li img {
  transition: all 0.2s ease-in;
}
.Social-link ul li img:hover {
  filter: grayscale(2);
  transition: all 0.2s ease-in;
}
.call_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.top {
  position: absolute;
  top: 0;
}
.send-to-front {
  z-index: 999 !important;
}
nav {
  box-shadow: none;
}
a.btn {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.collapsible-header {
  padding: 0 32px !important;
}
.side-menu-text li a {
  color: #000b6b;
  height: auto;
  line-height: 32px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #000;
  font-weight: 700;
}
.Jr-dropdown {
  position: absolute;
  left: 200px !important;
  z-index: 9999;
}
nav ul {
  display: flex;
}
.modal form .dropdown-content {
  max-height: 150px;
}
@media only screen and (max-width: 1272px) {
  #sliderVideo {
    width: 100%;
    height: 100%;
  }
  #header-slider {
    height: auto !important;
  }
  nav ul {
    display: block;
  }
  .cd-dropdown-wrapper {
    top: 0 !important;
    z-index: 999;
  }
}
.Search-box {
  width: 50%;
  margin: 0 auto;
}
.Search-box ul {
  background-color: #ffffff8a;
  padding: 20px 0;
}
.Search-box ul li {
  display: inline-block;
}
.Search-btn button {
  padding: 12px 50px;
  background-color: red;
  border-radius: 2px;
  color: #fff;
  border: unset;
}
.Search-input input[type="text"] {
  background-color: #fff !important;
  margin: 0 auto !important;
  padding: 8px 8vw !important;
  box-sizing: border-box !important;
  border-bottom: 2px #283593 solid;
}
.mobile_search ul {
  margin: 0;
  padding: 20px 0;
  background-color: transparent;
}
.mobile_search ul li {
  display: inline-block;
  margin: 0 auto;
}
#head-slide .carousel-item img {
  animation: zoommotion 8s infinite;
}
@keyframes zoommotion {
  0% {
    transform: scale(1.2);
    transform-origin: center;
    filter: contrast(1.5);
    transition: all 3s ease-in;
  }
  50% {
    transform: scale(1.3);
    transform-origin: center;
    filter: none;
    transition: all 3s ease-in;
  }
  100% {
    transform: scale(1.2);
    transform-origin: center;
    filter: contrast(1.5);
    transition: all 3s ease-in;
  }
}
.b-radius {
  border-radius: 4px;
}
.grid {
  box-shadow: 3px 3px 13px #000000ba;
}
.service-box {
  padding: 30px 20px;
  height: 12em;
  margin: 2px 0;
}
.service-box h6 {
  border: 2px solid #fff;
  padding: 4px;
  border-radius: 50px;
}
.service-box img {
  transform: scale(1);
  transition: all 0.5s ease-in;
}
.service-box:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease-in;
  filter: drop-shadow(5px 4px 7px #000);
}
.my_indigo {
  background-color: #001a56;
}
.my_indigo_light {
  background-color: #163478;
}
.eq-box {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.inner-eq-box {
  display: flex;
}
.box-eq {
  padding: 12px 7px;
  height: auto;
}
.box-eq button {
  margin: 1px 0;
}
.about-back {
  background-image: url(../../img/frontend/about-us-bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.fade-black {
  background-color: #00000052;
}
.fade-black-dark {
  border-left: 2px #fff solid;
  border-right: 2px #fff solid;
}
.about-back .col {
  height: 445px;
}
.about-back h6 a {
  text-decoration: underline;
  color: #fff;
}
.about-back .row {
  margin-bottom: 0;
}
.service-btn {
  width: 100%;
  border-radius: 2px;
  margin: 2px 0;
}
.service-btn a {
  color: #fff;
}
.service-btn ul {
  margin: 0 0;
}
.service-btn ul li {
  padding: 0 10px;
  text-align: center;
}
.service-inner-box .col {
  padding: 0 0;
}
.help-desk-bg {
  background-image: url(../../img/frontend/help-desk-bg.png);
  background-size: cover;
}
.help-box {
  background-color: #2f01a5;
  border-radius: 15px;
  padding: 10px 0;
  margin: 14px 2px;
}
.help-box img {
  z-index: 1;
}
.why-only-bg {
  background-image: url(../../img/frontend/pexels-photo-267885.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.why-us {
  padding: 0 10px;
  height: 588px;
}
.why-us > ul li {
  list-style: url(../../img/frontend/billets.png);
}
.why-us > ol {
  margin: 0;
  padding: 0;
}
.why-us li {
  margin: 18px 0;
  font-size: 1.2em;
  word-spacing: 3px;
}
.why-us p {
  font-size: 1.2em;
}
.why-us a {
  color: #fff;
  text-decoration: underline;
}
.grad-color {
  background: linear-gradient(-60deg, #6437d6c2, #271352);
}
.grad-color-2 {
  background: linear-gradient(-60deg, #e91e63, #673ab796);
}
.why-only-bg .row {
  margin-bottom: 0;
}
.career-khoj h4 {
  font-family: Pacifico, cursive;
}
.special-para {
  font-size: 1.1em;
}
.select-wrapper input.select-dropdown {
  border-bottom: 3px solid #00ea95;
}
.team-sec {
  background-image: url(../../img/frontend/team-bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.team-box {
  padding: 40px 30px;
  border-radius: 15px;
  margin: 4px 0;
  background-color: #2f01a5;
  transition: all 0.4s ease-in;
}
.team-box img {
  width: 15%;
}
.team-box:hover {
  background-color: #1c0063;
  transition: all 0.4s ease-out;
}
.team-box a {
  color: #fff;
  text-decoration: underline;
}
.app-sec {
  background-image: url(../../img/frontend/app-bg.png);
  background-size: cover;
}
.app-sec .row {
  margin-bottom: 0;
}
.underline {
  text-decoration: underline;
}
.app-text ul li {
  display: inline-block;
  margin: 0 10px;
}
.app-text ul li a {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}
.test-sec {
  background-image: url(../../img/frontend/testimonials-bg.png);
  background-size: cover;
}
.test-sec .carousel a {
  color: #fff;
  font-size: 11px;
}
.test-sec ul li {
  list-style: url(../../img/frontend/billets.png);
  margin: 15px 0;
}
.testimonials-box {
  height: 470px;
  top: -60px;
}
.testimonials-box a {
  font-size: 11px !important;
  color: #fff;
}
.text-registerd {
  padding: 40px 40px;
}
.set-pos {
  transform: translateY(-50%);
}
.footer-heading {
  background-image: url(../../img/frontend/cut.png);
  background-size: cover;
  background-position: top;
}
.test-sec .row {
  margin-bottom: 0;
}
footer {
  background-image: url(../../img/frontend/footer-bg.png);
  background-size: cover;
}
footer ul {
  margin-left: 30px;
}
footer ul li {
  margin: 10px 0;
}
footer ul li a {
  color: #fff;
}
footer .footer-box {
  padding: 70px 10px;
}
.service-small-io li {
  list-style: none !important;
}
.service-small-io li img {
  transition: 0.3s ease-in;
}
.service-small-io:hover img {
  transform: rotateY(180deg);
  transition: 0.3s ease-in;
}
.service-btn:hover {
  background-color: #e91e63 !important;
}
.team-box img {
  transition: all 0.3s ease-in;
}
.team-box:hover img {
  transform: rotateY(180deg) translateY(-20px);
  transition: all 0.3s ease-in;
}
.hide-img {
  position: absolute;
  z-index: 999;
  display: none;
  transition: all 0.4s ease-out;
}
.tooltip {
  position: relative;
}
.tooltip:after,
.tooltip:before {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: 20px;
  left: 20px;
  width: 0;
}
.tooltip:before {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 40px 10px;
  top: 26px;
}
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tooltip.expand:before {
  transform: scale3d(0.2, 0.2, 1);
  transition: all 0.2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0, 6px, 0);
  transition: all 0.1s ease-in-out;
}
.tooltip.expand:hover:after,
.tooltip.expand:hover:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.tooltip.expand:hover:after {
  transition: all 0.2s 0.1s ease-in-out;
}
.tooltip.swing:after,
.tooltip.swing:before {
  transform: translate3d(0, 30px, 0) rotate3d(0, 0, 1, 60deg);
  transform-origin: 0 0;
  transition: transform 0.15s ease-in-out, opacity 0.2s;
}
.tooltip.swing:after {
  transform: translate3d(0, 60px, 0);
  transition: transform 0.15s ease-in-out, opacity 0.2s;
}
.tooltip.swing:hover:after,
.tooltip.swing:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
}
.modal .modal-content {
  padding: 30px 20px;
}
.caret {
  color: #fff !important;
}
.modal .theme-heading h4 {
  font-size: 2rem;
}
.bottom-footer {
  background-color: #000;
  padding: 0 20px;
}
.bottom-footer .row {
  margin-bottom: 0;
}
.about-spe-sec ul {
  margin-left: 20px;
}
.about-spe-sec ul li {
  margin-left: 30px;
  list-style: disc;
}
.parallax-container {
  width: 110%;
  height: 550px;
}
.justify {
  text-align: justify;
}
.form-big {
  width: 50%;
  margin: 0 auto;
}
.form-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#modal2 .col {
  margin: 8px 0;
}
#wave-shape {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
svg path {
  fill: #fff;
}
.inst-info-box {
  width: 100%;
  display: inline-block;
  width: 100%;
  background-color: #e2e2e2;
  border-radius: 10px;
  padding: 20px 10px !important;
}
.rating-star ul li {
  display: inline-block;
}
.inst-info-box a.btn {
  width: 100%;
}
.inst-info-box .col {
  margin: 8px 0;
}
.on_img {
  transform: translateY(50%);
}
.coaching_detail {
  background-image: url(../../img/frontend/inst_banner.png);
  background-size: 100%;
  height: 480px;
  background-attachment: fixed;
}
.set_bottom {
  position: absolute;
  bottom: 0;
}
.tabs {
  height: auto !important;
  display: inline-block !important;
  margin: 20px 0;
}
.tabs .tab {
  display: block !important;
  background-color: #1a237e;
  transition: all 0.6s ease-out;
}
.tabs .tab:hover {
  background-color: #060f69;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1.74);
}
.tabs .tab a {
  color: #fff;
}
.tabs .indicator {
  display: none;
}
.coaching_detail .row {
  margin-bottom: 0;
}
.tabb-content .row {
  margin-bottom: 0;
}
.process-bg {
  background-image: url(../../img/frontend/process-bg.png);
  background-size: cover;
  background-attachment: fixed;
}
.help-desk-parent .set-pos {
  transform: translateY(50%);
}
.p1 {
  border-radius: 10px;
  box-shadow: 3px 5px 7px #000000ad;
  background-color: #00122d;
}
.p1 img {
  transition: all 0.4s ease-out;
}
.p1:hover img {
  transform: scale(0.95) rotate(90deg);
  transition: all 0.4s ease-out;
}
.pad-text {
  padding: 20px;
}
.left-border {
  border-left: 6px solid #000;
  padding: 0 10px;
}
.bottom-border {
  border-bottom: 3px solid #000;
}
.test-sec .bottom-border {
  border-bottom: 3px solid #000;
  display: inline-block;
}
.test-sec .carousel .carousel-fixed-item {
  position: relative;
  top: 90%;
}
.scroll-box {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.box-comment {
  width: 30%;
  padding: 10px 10px;
  display: inline-flex;
  white-space: normal;
}
nav .dropdown-content li a {
  padding: 2px 16px !important;
  white-space: normal;
}
nav .dropdown-content li {
  min-height: auto !important;
  border-bottom: 1px #00000052 solid;
  padding: 4px 0;
}
nav .dropdown-content {
  overflow: scroll !important;
}
#dropdown1 {
  max-height: 900px !important;
  top: 60px !important;
}
.bigWidth {
  width: 100% !important;
  left: 0 !important;
  padding: 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#sliderVideo {
  width: 100%;
  height: 100%;
}
#header-slider {
  height: 642px !important;
}
@media only screen and (max-width: 600px) {
  #header-slider {
    height: 188px !important;
    margin-top: 50px !important;
    top: 20px;
  }
  #sliderVideo {
    width: 100%;
    height: 188px;
  }
  .bottom-footer ul li {
    float: none !important;
  }
  .mobile_search ul {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .float_form {
    width: 100% !important;
  }
  .on_img {
    transform: translateY(20%) !important;
  }
  .coaching_detail {
    height: 900px;
  }
  .box-comment {
    width: 100%;
    padding: 10px 10px;
    display: inline-flex;
    white-space: normal;
  }
  .form-big {
    width: 100%;
  }
  #modal2 .btn {
    height: auto;
    line-height: 27px;
  }
  .form-bg label {
    height: 28px !important;
  }
  .pop_title p {
    font-size: 12px !important;
    margin-top: -5px !important;
  }
  .pop_title {
    margin-top: 50px;
  }
  .pop_title h4 {
    font-size: 16px;
  }
  .free_tag {
    width: 60px !important;
  }
  section.service_new_banner img {
    height: 300px !important;
  }
}
@media (max-width: 700px) and (min-width: 601px) {
  #header-slider {
    height: 246px !important;
  }
  #sliderVideo {
    height: 246px;
  }
  section.service_new_banner img {
    height: 300px !important;
  }
}
@media (max-width: 991px) and (min-width: 701px) {
  #header-slider {
    height: 336px !important;
  }
}
@media (max-width: 1223px) and (min-width: 992px) {
  #header-slider {
    height: 517px !important;
  }
}
.form-big .row {
  margin-bottom: 0;
}
.form-big .full_btn {
  height: auto;
  padding: 10px 0;
  width: 100%;
}
.form-bg label {
  color: #000;
}
#test7 th {
  font-weight: inherit;
}
#modal2 .modal-content a {
  color: #fff;
}
div.message {
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0 1.5rem 0 1.5rem;
  transition: height 0.3s ease-out 0s;
  background-color: #a0d3e8;
  color: #626262;
  top: 15px;
  right: 15px;
  z-index: 999;
  overflow: hidden;
  height: 50px;
  line-height: 2.5em;
  box-radius: 5px;
}
div.message:before {
  line-height: 0;
  font-size: 20px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -11px;
  background-color: #fff;
  padding: 12px 14px 12px 10px;
  content: "i";
  color: #a0d3e8;
}
div.message.error {
  background-color: #c3232d;
  color: #fff;
}
div.message.error:before {
  padding: 11px 16px 14px 7px;
  color: #c3232d;
  content: "x";
}
div.message.hidden {
  height: 0;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}
#loading img {
  position: relative;
  top: 26%;
  left: 0;
  z-index: 100;
}
.error {
  color: red;
}
.img-responsive {
  width: 100%;
}
.enq-btn {
  width: auto;
  height: 200px;
  padding: 10px 5px;
  background-color: #fff;
}
.set-float-form {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}
.text-vertically {
  transform: rotate(90deg);
  transform-origin: left top 0;
  white-space: nowrap;
  margin-left: 14px;
}
.float_form {
  width: 480px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(91%, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.enable_form {
  transform: translate(0, -50%);
}
.disable_form {
  transform: translate(91%, -50%);
}
.float_form_btn {
  width: 10%;
  cursor: pointer;
  display: inline-block;
  float: left;
  border-top-left-radius: 10px;
}
.float_form_style {
  width: 90%;
  padding: 10px 20px;
  box-shadow: -3px 4px 10px #00000087;
  background-image: url(../../img/frontend/float_form_bg.svg);
  border-bottom-left-radius: 10px;
  display: inline-block;
}
.float_form form input,
textarea {
  color: #fff;
  margin-bottom: 12px !important;
}
.searching_result .btn {
  padding: 0;
}
.pages_links ul li a {
  color: #fff;
}
@media (max-width: 993px) {
  .why-us {
    height: auto;
  }
  #logo-size img {
    width: 20%;
  }
  .Search-box {
    width: 95%;
  }
  .Search-btn button {
    padding: 12px 5px;
  }
  .Search-box ul {
    padding: 7px 0;
    display: inline-block;
  }
}
input[type="text"]:not(.browser-default)[readonly="readonly"] {
  color: inherit;
  border-bottom: 1px solid #9e9e9e;
}
.searching_result .btn {
  padding: 0;
}
.bigfont {
  font-size: 0.98em !important;
}
.subCat {
  font-size: 0.8em !important;
}
.pages_links ul li a {
  color: #fff;
  font-size: 0.8em;
}
.pages_links ul li {
  margin-bottom: 5px;
}
div#videoFrame {
  height: 300px;
}
.carousel .indicators {
  bottom: 33px !important;
}
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}
.rating-stars ul > li.star > i.icon-c {
  font-size: 2.5em;
  color: #ccc;
}
.rating-stars ul > li.star.hover > i.icon-c {
  color: #ffcc36;
}
.rating-stars ul > li.star.selected > i.icon-c {
  color: #ff912c;
}
.p-table th {
  width: 30%;
}
.result-media {
  height: 200px;
  overflow: hidden;
  margin: 10px 0;
}
.side-menu-text > .side-nav li > a {
  height: auto !important;
}
@media (max-width: 1040px) and (min-width: 993px) {
  nav #nav-mobile {
    right: calc(30% - 45px);
    position: relative;
  }
  nav.cd-dropdown {
    left: -184px;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 373px !important;
  }
}
@media (max-width: 1275px) and (min-width: 1041px) {
  nav #nav-mobile {
    right: calc(30% - 2px);
    position: relative;
  }
  nav.cd-dropdown {
    left: -192px;
  }
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-choice {
  background: 0 0 !important;
  border: transparent !important;
  border-bottom: 4px solid #00ea95 !important;
  color: #fff !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.select2-dropdown-open .select2-choice {
  box-shadow: none !important;
}
#cus_label {
  color: #fff !important;
  top: 35px !important;
  margin-top: 2px !important;
}
#cus_label1 {
  color: #fff !important;
  top: -30px !important;
  margin-top: 2px !important;
}
.float_form {
  top: 55%;
}
.new_enq label {
  height: 28px !important;
}
#service-button .row {
  margin-bottom: 0;
}
.width90 {
  width: 90%;
  overflow: hidden;
}
.seticon i.material-icons {
  top: 0;
  margin: 0;
  right: 0;
  position: absolute;
  color: #000;
  line-height: 35px;
}
.seticon {
  position: relative;
}
#service-button li a {
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
}
.close_btn {
  position: absolute;
  right: 0;
  margin-right: 8px;
  cursor: pointer;
}
.thankyou_page {
  width: 100%;
  height: 100vh;
  background-image: url(../../img/frontend/thankyou1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offer_modal {
  background-image: url(../../img/frontend/popup_form_bg2.svg);
  background-size: cover;
}
.pop_title p {
  font-size: 19px;
  margin-top: -5px;
}
.my_popup_form .input-field {
  margin: 0;
}
.my_popup_form input {
  height: 2em !important;
}
.my_popup_form input::placeholder {
  color: #000 !important;
}
.my_popup_form textarea::placeholder {
  color: #000 !important;
}
.my_popup_form textarea {
  color: #000 !important;
  padding: 0;
}
.top_right {
  position: absolute;
  top: 0;
  right: 0;
}
.free_tag {
  width: 120px;
}
.data_caption {
  margin-top: -65px;
}
.w30 {
  width: 30px;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.ptext {
  font-size: 16px;
}
.ftext12 {
  font-size: 1.2em;
}
.loadingNone {
  display: none !important;
}
.bgabot {
  enable-background: new 0 0 1366 266.6;
}
img.img-responsive.errorImg {
  float: left;
}
