
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: "futura-bold";
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77;
}

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}
.cotegories{
  color: #2273a3;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.lt-panel{
  color: #000;
  padding-bottom: 30px;
}
.card-body{
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-more a{
  display: inline-block !important;
  margin-left: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "futura-bold";
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}
.logo-section{width: 110px;}
/* Button style */
.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
}
.btn::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
  transform-origin: top;
  transform: scaleY(0);
}
.btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
  outline: 0;
  box-shadow: none !important;
}
.btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  color: #fff;
  background-color: #ffbc3b;
}
.btn-primary::before {
  background-color: #fff;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
  color: #ffbc3b !important;
  background-color: #ffab08 !important;
  border-color: #ffab08 !important;
}

.btn-outline-primary {
  color: #000;
  background-color: transparent;
  border: 1px solid #2172a3;
  border-radius: 10px;
  font-size: 16px;
}
.btn-outline-primary::before {
  background-color: #fff;
}
.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
  color: #0c0c0c !important;
  background-color: #0f78b6 !important;
  border-color: #0f78b6 !important;
}
.btn-light {
  color: #ffbc3b;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-light::before {
  background-color: #ffbc3b;
}
.btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
  color: #fff !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFDC11;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #000;
}

a.text-primary:hover {
  color: #ffbc3b !important;
}

a.text-light:hover {
  color: #ffbc3b !important;
}

h4 {
  transition: 0.2s ease;
}

a h4:hover {
  color: #ffbc3b;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 90px;
  padding-bottom: 35px;
}
.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* background: #1a1a37; */
  opacity: 0.8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #ffbc3b !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #ffffff;
  padding: 40px 0px;
}

.text-primary {
  color: #ffbc3b !important;
}

.text-color {
  color: #fff;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #ffffff !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "futura-bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.footer-last{
    padding: 10px 0px 6px;
    background: #000000;
}

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}
.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}
.list-styled li {
  position: relative;
  margin-bottom: 15px;
}
.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffbc3b;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: transform 0.2s ease;
  transform-origin: top;
  font-weight: 600;
  background: #1e6d9d;
}
.top-header.hide {
  transform: scaleY(0);
  transform-origin: top;
}

.navigation {
  transition: 0.2s ease;
  background: #fff;
}
@media (max-width: 991px) {
  .navigation {
    background: #fff;
  }
  .navbar-dark .navbar-toggler-icon{    filter: invert(1);}
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #1a1a37;
    max-height: calc(100vh - 80px);
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

.navbar-nav {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
    background: #fff;
  }
}

.nav-bg {
  background-color: #ffffff;
}

.nav-item {
  margin: 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .nav-item:last-child {
    margin-bottom: 20px;
  }
}
.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}
.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  background: #2273a3;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media (max-width: 991px) {
  .nav-item::before {
    opacity: 0.1;
    height: 100%;
  }
}
.nav-item:hover::before, .nav-item.active::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
}

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #57a7d0 !important;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;text-align: left;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0509803922);
}

.navbar .nav-item > .dropdown-toggle::after {
  border: 0;
  margin-left: 0.255em;
  vertical-align: 1px;
  content: "\e64b";
  font-family: "themify";
  font-size: 11px;
  width: auto;
}
.navbar .dropdown .dropdown-menu li {
  padding-top: 10px;
}
.navbar .dropdown .dropdown-menu li:last-child {
  padding-bottom: 15px;
}
.navbar .dropdown .dropdown-menu.dropdown-submenu {
  top: 0;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown-menu.dropdown-submenu li:first-child {
    margin-top: 15px;
  }
}
.navbar .dropdown .dropdown-item .dropdown-toggle {
  display: block;
  line-height: 1.8;
}
.navbar .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #1e6d9d;
  padding: 0 15px;
  padding-left: 5px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    padding-left: 15px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: unset;
    margin: 0;
    border: 0;
    position: static;
  }
}
.navbar .dropdown-menu.show {
  visibility: hidden;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}
.navbar .dropdown .dropdown .dropdown-toggle, .navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: 0.2s ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown .dropdown-toggle, .navbar .dropdown-item {
    text-align: center;
  }
}
.navbar .dropdown .dropdown .dropdown-toggle:hover, .navbar .dropdown-item:hover {
  color: #1e6d9d;
  background: transparent;
}



.feature-icon {
  font-size: 50px;
  color: #ffbc3b;
  display: inline-block;
}

.feature-blocks {
  /* margin-top: -100px; */
  padding-left: 70px;
  padding-top: 30px;
  /* padding-right: 30%; */
}
@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}
@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 60px;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: 0.3s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}
.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .success-video .play-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffbc3b;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.play-btn i {
  line-height: 80px;
}
.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: 0.3s ease;
  transition-delay: 0.2s;
}
.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  transform: translate(-50%, -50%);
  background: #ffbc3b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: 0.3s ease;
}
.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}
.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #ffbc3b;
  font-family: "futura-bold";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #ffbc3b 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}
.newsletter-block {
  padding-left: 50px;
}
@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
}

.input-wrapper {
  position: relative;
}
.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}
.form-control:focus {
  border-color: #ffbc3b;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 90px;
}

.bg-footer {
  background-color: #000000;
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}

.footer {
  border-color: #000000 !important;
  padding-top: 35px;
  background-image: url(../images/krypton.jpg);
  position: relative;
}
.footer:before {
  content: '';
  position: absolute;
  background: #055b8de8;
  width: 100%;
  top: 0px;
  height: 100%;
}
/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: 0.1s ease;
}
.filter-controls li.active {
  font-weight: 600;
  color: #ffbc3b;
}
.filter-controls li:hover {
  color: #ffbc3b;
}
.icon-ab{max-width: 20%;}
.icon-f{color: #fff;}
.copyright{color: #fff;text-align: center;}
.address{color: #fff;line-height: 24px;line-height: 28px;}
.address a{color: #fff;}
.list-unstyled li i{float: left;width: 11%;font-size: 17px;position: relative;top: 1px;}
.list-unstyled li span{width: 88%;float: left;margin-left: 1%;padding-bottom: 10px;}
.clinet-section{background-image: linear-gradient(#204c9000 70%, #366580), linear-gradient(101deg, #24508e, #5299bbd6 80%);
  padding:40px 0px 10px;}
  .owl-carousel.version-1, .owl-carousel.version-2{
    position: relative;
    padding: 15px 35px 0;
  }
  .logo-slider-1, .logo-slider-2{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .owl-carousel .owl-item {
      /* background: #fff; */
      padding: 0 20px;
  }
  .item-1 img{
    width: auto !important;
  }
  .owl-nav button {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30px;
      height: 30px;
      background: #fff !important;
      border-radius: 50%;
      margin: auto 0;
      box-shadow: 0px 0px 5px #00000069;
  }
  .owl-nav button.owl-next{
    right: 0;
  }
  .owl-nav button.owl-prev{
    left: 0;
  }
  .version-2 h2 {
      margin: 0px;
      font-size: 20px;
      color: #000;
  }
  .version-2 p {
      font-size: 15px;
  }
  .version-2 .owl-item{
    text-align: center;
    padding: 10px 20px 20px;
  }
  .version-2 .owl-item img{
    width: 160px;
    margin: 0 auto;
  }
  .logo-slider-1 h2{color: #fff;margin-bottom: 30px;}
  .testiomial-section{background: #fff;padding: 40px 0px 0px;background-image: url(../images/krypton.jpg);background-size: cover;
    position: relative;}
.testiomial-section:before{content: '';position: absolute;background: #055b8dad;width: 100%;top: 0px;height: 100%;}
.version-2{position: relative;}
.customer{color: #fff;position: relative;margin-bottom: 30px;padding-top: 60px;padding-left: 10px;padding-right: 10px;}
.box-section{
    background: #fff;
    padding: 20px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-section h2{margin-bottom: 10px; display: none;}
.box-section p{
    font-family: "Poppins", sans-serif;
    color: #000;
    margin-bottom: 0;
}
.content-section{padding: 30px 0px 20px;background: #fff;}
.services-content h2{
    font-size: 28px;
    color: #1480bf;
}
.services-content h3{
    font-size: 20px;
    color: #000;
    line-height: 30px;
}
.services-content p{
  text-align: justify;
}
.swt img{
  padding-top: 8px;
}
.bottom-abo h3{
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 15px;
}
.bottom-abo p{
  color: #000;
  font-weight: 500;
  font-size: 17px;
}
.bottom-abo p:last-child{
  margin-bottom: 0;
}
.bottom-abo p i{
  position: relative;
  top: 1px;
}
.kryp{
  color: #1b75a7;
  text-align: center;
  padding-bottom: 20px;
  font-size: 33px;
  line-height: 50px;
}
.services-content img{
    max-width: 100%;
}
.card-title{color: #000;}
.about-kryton{padding: 40px 0px 40px;background: #f7f7f7;}
.Advance-Slider{width:100%;overflow:hidden;}
.Advance-Slider button.slick-arrow{position:absolute;z-index:2;top:0;bottom:0;height:50px;width:50px;z-index:99999;border:none;margin:auto;font-size:0;text-align:center;outline:none;cursor:pointer;display: none !important;}
.Advance-Slider .img-fill{position:relative;height:100%;}
.Advance-Slider .img-fill img{height:100%;width:100%;object-fit:cover;animation:myMove 10s linear infinite;}
.Advance-Slider .item{height:90vh;overflow:hidden;outline:none;}
.Advance-Slider button.slick-next.slick-arrow{right:0;left:auto;}
.Advance-Slider button.slick-arrow:before{content:"\e90e";top:0;left:0;margin:auto;font-family:fontawesome;font-size:18px;}
.Advance-Slider button.slick-next.slick-arrow:before { transform:  scaleX(-1); display:  block;}
.Advance-Slider .img-fill:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#151515;opacity:0.5;}
.Advance-Slider ul.slick-dots{position:absolute;bottom:20px;left:0;width:100%;margin:0;padding:0;text-align:center;}
.Advance-Slider ul.slick-dots li{display:inline-block;height:auto;padding:0 5px;line-height:0px;}
.Advance-Slider ul.slick-dots li button{height:15px;width:15px;border-radius:100%;background:#fff;border:none;font-size:0px;padding:0px;opacity:0.5;outline:none;transition:all 0.3s ease;cursor:pointer;}
.Advance-Slider ul.slick-dots li.slick-active button{opacity:1;}
.Advance-Slider button.slick-arrow{perspective:360px;}
.Advance-Slider button.slick-arrow .thumb{position:absolute;height:100px;width:150px;left:100%;top:-28px;transform-origin:0% 0%;transform:rotate3d(1,0,0,90deg);}
.Advance-Slider button.slick-arrow .thumb img{height:100%;width:100%;}
.Advance-Slider button.slick-next .thumb{left:auto;right:100%;}
.Advance-Slider button.slick-prev.hover-out .thumb,.Advance-Slider button.slick-prev .thumb{animation:out-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-prev.hover-in .thumb{animation:in-left 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-next.hover-out .thumb,.Advance-Slider button.slick-next .thumb{animation:out-right 300ms ease 0ms 1 forwards;transform-origin:100% 50%;}
.Advance-Slider button.slick-next.hover-in .thumb{animation:in-right 300ms ease 0ms 1 forwards;}
.Advance-Slider button.slick-prev:hover{transform:translateX(-100%);}
.Advance-Slider button.slick-prev{transition:all 0.3s ease;}
.Advance-Slider button.slick-next:hover{transform:translateX(100%);}
.Advance-Slider button.slick-next{transition:all 0.3s ease;}
.Advance-Slider ul.slick-dots li button img{height:0;width:20px;top:0;object-fit:cover;transition:height 0.2s ease 0.2s,width 0.2s ease 0s;position:relative;left:-50%;}
.Advance-Slider ul.slick-dots li button a{position:absolute;height:90px;bottom:calc(100%);width:0;display:flex;align-items:flex-end;justify-content:center;transition:all 0.2s ease 0.2s;padding-bottom:10px;}
.Advance-Slider ul.slick-dots li button{position:relative;display:flex;justify-content:center;}
.Advance-Slider ul.slick-dots li button:hover img{height:80px;width:140px;transition:height 0.2s ease,width 0.2s ease 0.2s;}
.Advance-Slider ul.slick-dots li button:hover a{width:140px;transition:all 0.3s ease 0s;}
.Advance-Slider ul.slick-dots li button:hover{opacity:1;}
.Advance-Slider ul.slick-dots li button:before{content:'';bottom:calc(100% + -10px);left:7px;border:solid transparent;content:" ";height:0;width:0px;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:10px;margin-left:-10px;opacity:0;transition:0.3s ease 350ms;}
.Advance-Slider ul.slick-dots li button:hover:before{opacity:1;transition:0.3s ease 0s;}
.Advance-Slider  .item.slick-active{animation:Slick-FastSwipeIn 1s both;}
.Advance-Slider .item .contain-wrapper{position:absolute;left:0;top:0;z-index:1;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;}
.Advance-Slider .item .contain-wrapper .dots-contain{display:none;}
.Advance-Slider .item h3{margin:0px;color:#fff;font-size:84px;font-weight: 700;text-transform: uppercase;}
.Advance-Slider .item{color:#fff;font-family:'Roboto',sans-serif;}
.Advance-Slider .item  h5{font-size:32px;font-weight: 600;padding:10px 0 0;margin:0;text-transform:capitalize;}
.Advance-Slider .item .contain-wrapper .info{max-width:1200px;}
.Advance-Slider .item h5 span{color:#00BCD4;}
.Advance-Slider .item h3 span{color:#00BCD4;}
.Advance-Slider .item h3{animation:fadeOutRight 1s both;}
.Advance-Slider .item.slick-active h3{animation:fadeInDown 1s both 1s;}
.Advance-Slider .item  h5{animation:fadeOutLeft 1s both;}
.Advance-Slider .item.slick-active  h5{animation:fadeInLeft 1s both 1.5s;}


@keyframes myMove{
  from{transform:scale(1.0,1.0);transform-origin:50% 50%;}
  to{transform:scale(1.8,1.9);transform-origin:50% 0%;}
}
@keyframes Slick-FastSwipeIn{
  0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);}
  100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);}
}

@keyframes in-left{
  from{-webkit-transform:rotate3d(0,1,0,90deg);transform:rotate3d(0,1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-left{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,1,0,86deg);transform:rotate3d(0,1,0,86deg);}
}
@keyframes in-right{
  from{-webkit-transform:rotate3d(0,-1,0,90deg);transform:rotate3d(0,-1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-right{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,-1,0,86deg);transform:rotate3d(0,-1,0,86deg);}
}
@media only screen and (max-width: 500px){
  .Advance-Slider .item h3{font-size: 26px;font-weight: 500;}
  .Advance-Slider .item h5{font-size: 16px;font-weight: 400;}
  .Advance-Slider .item{height: 60vh;}
}

/*--------------------new-page---------------*/
.back-banner{padding: 50px 0px;background-image: url(../images/switchgear1.jpg);background-size: cover;position: relative;}
.back-banner:before{content: '';background-color: #000000c2;position: absolute;width: 100%;height: 81%;}
.content-banner h2{
    padding: 80px 0px 0px;
}
.content-banner ul{
    padding: 0px;
    list-style: none;
}
.content-banner ul li{
    display: inline-block;
    padding: 0px 5px 0 0;
    color: #fff;
    font-size: 16px;
}
.content-banner ul li a{
    color: #fff;
}
.content-ariya{padding: 30px 0px 40px 0;background: #fff;}

.panel-content h3{
    color: #000;
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 40px;
}
.switch-board{
  display: flex;
  margin-top: 15px;
}
.switch-icon{
  width: 30px;
  position: relative;
  top: 3px;
}
.sub-switch{
  padding-left: 30px;
  line-height: 26px;
  padding-top: 10px;
  color: #313131;
}
.switch-icon img{
  width: 20px;
}
.switch-info{
    width: calc(100% - 30px);
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}
.switch-info a{
  color: #000;
  transition: 0.3s all ease-in-out;
}
.switch-info a:hover{
  color: #1480bf;
}
.panel-content  ul{
    list-style-type: disc;
    margin: 10px;
}
.panel-content ul li{
    padding: 5px;
    color: #000;
}
.panel-content p{
    color: #000;
    margin-bottom: 0px;
    font-size: 16px;
    list-style-position: outside;
}
.panel-contact{
  padding: 25px;
  background: #f9f9f9;
  border: 1px solid #1580be;
  box-shadow: inset 0px 0px 13px 9px #00000021;
  text-align: center;
  height: 210px;
  }
.panel-contact h3{color: #000;margin-bottom: 14px;}
.panel-contact ul{
    padding: 0px;
}
.panel-contact ul li{
    padding: 6px 0px;
    line-height: 30px;
    color: #000;
}
.panel-contact ul li a{
    font-size: 16px;
    color: #000;
}
.panel-contact ul li i{
    font-size: 16px;
    color: #000000;
    margin-top: 0px;
    display: inline-block;
}

/* Low Tension Panels */

.lowtension{
  padding: 50px 0;
}
.pcctime h3{
  color: #000;
}
.pcctime p{
  text-align: justify;
  font-size: 16px;
  padding-right: 20px;
}
.feat{
  color: #000;
}
.robustness{
  display: flex;
  align-items: center;
}
.robustness p{
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}
.robustness i{
  color: #000;
  position: relative;
  top: 1px;
}
.bortime{
  border: 1px solid #1580be;
  padding: 15px 20px;
  border-radius: 10px;
}
.pccmachine img{
  transition: 0.3s all ease-in-out;
}
.pccmachine img:hover{
  transform: scale(1.02);
}
.bor-2{
  margin-top: 30px;
}
.second-pc{
  padding-left: 20px;
}
.allkind{
  color: #000;
  padding-top: 35px;
  margin-bottom: 0;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
}

/* Accessories */

.hinda h3{
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 22px;
  text-align: center;
  padding-bottom: 20px;
  background-color: #1b75a7;
  margin-top: 22px;
}
.hinda table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.hinda th {
  text-align: center;
  padding: 16px;
  background-color: #2172a3;
  color: #fff;
  border: 1px solid #000;
}

.hinda td {
  text-align: left;
  padding: 16px;
  border: 1px solid #000;
  color: #000;
}

.hinda tr:nth-child(even) {
  background-color: #f2f2f2;
}
.hinda p{
  padding-top: 25px;
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
}
.consul h2{
  text-align: center;
  color: #000;
}
.type-time{
  color: #000;
  font-size: 30px;
  padding-left: 120px;
  font-weight: 500;
  line-height: 45px;
}
.conbox{
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 40px 100px;
  margin-top: 45px;
}
.con-icon{
  position: absolute;
  width: 115px;
  height: 115px;
  background-color: #376685;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -35px;
  left: 50px;
}
.tta{
  color: #000;
  text-align: center;
  padding-bottom: 35px;
  font-size: 28px;
  font-weight: 600;
}




/* Enquiry Form */

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
 
  padding: 20px;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #1b75a7;
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #1b75a7;
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #1b75a7;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #182852;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #1b75a7;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #1b75a7;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-bottom: 2px solid #182852;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.fill {
  font-size: 18px;
  font-weight: 500;
}
.get {
  font-size: 28px;
  color: #1b75a7;
}



/* Media Query Css */

@media only screen and (max-width: 1199px){

  .services-content h2{
    font-size: 26px;
  }
  .services-content h3{
    font-size: 17px;
  }
  .type-time{
    font-size: 24px;
  }
  .panel-content embed{
    width: 460px;
  }
  .tta{
    font-size: 23px;
    line-height: 36px;
  }

}

@media only screen and (max-width: 991px){

  .Advance-Slider .item h3{
    font-size: 70px;
  }
  .Advance-Slider .item h5{
    font-size: 26px;
  }
  .services-content h2{
    padding-top: 30px;
  }
  .services-content img{
    width: 100%;
  }
  .services-content p{
    padding-bottom: 15px;
  }
  .section-title{
    margin-bottom: 15px;
  }
  .lt-panel{
    padding-bottom: 18px;
    line-height: 30px;
  }
  .card-body{
    padding: 15px 0;
  }
  .cotegories{
    font-size: 15px;
    line-height: 24px;
  }
  .section-sm{
    padding-bottom: 0;
  }
  .con-icon{
    left: 41%;
  }
  .conbox{
    padding: 40px 60px;
    padding-bottom: 0;
  }
  .type-time{
    padding-left: 0;
    line-height: 38px;
    padding: 50px 0;
  }
  .box-section{
    height: 195px;
  }
  .box-section h2{
    display: block;
  }
  .kryp{
    line-height: 43px;
    font-size: 26px;
    padding-bottom: 8px;
    text-align: left;
  }
  .panel-content{
    text-align: center;
  }
  .switch-icon{
    text-align-last: left;
  }
  .switch-info{
    text-align: left;
  }
  .sub-switch{
    text-align: left;
  }
  .panel-content h3{
    font-size: 22px;
    text-align: left;
    padding-top: 20px;
  }
  .consul-time{
    display: flex;
    flex-direction: column-reverse;
  }
  .p-third{
    margin-top: 30px;
    height: auto;
  }
  .pccmachine{
    text-align: center;
  }
  .pcctime h3{
    padding-top: 15px;
    text-align: center;
  }
  .pcctime p{
    padding-right: 0;
  }
  .second-pc{
    padding-left: 0;
  }
  .navbar .nav-item > .dropdown-toggle::after{
    position: relative;
    left: 83%;
    top: 2px;
    font-size: 13px;
  }
  .two-pdf{
    margin-top: 30px;
  }

  

}

@media only screen and (max-width: 767px){

  .Advance-Slider .item h3{
    font-size: 53px;
    margin-top: 60px;
  }
  .Advance-Slider .item h5{
    font-size: 20px;
  }
  .new-consul{
    display: block !important;
  }
  .type-time br{
    display: none;
  }
  .type-time{
    padding-bottom: 25px;
    padding-top: 55px;
    text-align: center;
    font-size: 23px;
  }
  .consu-btn{
    text-align: center;
  }
  .consu-btn a{
    margin-left: 0 !important;
    margin-bottom: 40px;
    display: inline-block !important;
  }
  .foot-abo{
    margin-bottom: 10px !important;
  }
  .address{
    text-align: justify;

  }
  .Advance-Slider .item{
    height: 80vh;
  }
  .third-i{
    width: 6% !important;
    position: relative !important;
    top: 4px !important;
  }
  .con-icon{
    left: 40%;
  }
  .kryp{
    line-height: 40px;
    padding-bottom: 0;
  }
  .bottom-abo h3{
    padding-bottom: 7px;
    font-size: 19px;
  }
  .panel-content h3{
    font-size: 19px;
    line-height: 34px;
  }
  .sub-switch{
    padding-top: 3px;
  }
  .get{
    line-height: 40px;
  }
  .p-second{
    margin-top: 35px;
  }
  .panel-contact{
    height: auto;
  }
  .navbar .nav-item > .dropdown-toggle::after{
    left: 76%;
  }


}

@media only screen and (max-width: 576px){

  .Advance-Slider .item h3{
    font-size: 40px;
  }
  .Advance-Slider .item h5{
    font-size: 15px;
  }
  .seeall{
    display: none;
  }
  .first-i{
    width: 3% !important;
  }
  .Advance-Slider .item{
    height: 55vh;
  }
  .second-i{
    width: 4.5% !important;
  }
  .version-2 .owl-item{
    padding: 0;
  }
  .owl-carousel.version-1, .owl-carousel.version-2{
    width: 100% !important;
  }
  .kryp{
    text-align: center;
  }
  .services-content h3{
    text-align: center;
  }

}

@media only screen and (max-width: 500px){

  .Advance-Slider .item h3{
    font-size: 40px;
    font-weight: 700;
    margin-top: 80px;
  }
  .Advance-Slider .item h5{
    font-size: 15px;
    font-weight: 600;
  }
  .Advance-Slider ul.slick-dots li button{
    display: none;
  }
  .services-content h2{
    text-align: center;
  }
  .services-content h3{
    text-align: center;
  }
  .about-more{
    text-align: center;
  }
  .small-product{
    display: flex !important;
    justify-content: center !important;
  }
  .lt-panel{
    text-align: center;
    line-height: 30px;
  }
  .owl-carousel .owl-item img{
    margin: auto;
  }
  .con-icon{
    left: 37%;
  }
  .type-time{
    font-size: 21px;
    line-height: 34px;
  }
  .navbar .nav-item > .dropdown-toggle::after{
    left: 73%;
  }
  .tta{
    font-size: 20px;
    line-height: 36px;
  }

}

@media only screen and (max-width: 450px){

  .Advance-Slider .item h3{
    font-size: 32px;
    margin-top: 80px;
  }
  .Advance-Slider .item{
    height: 50vh;
  }
  .first-i {
    width: 4% !important;
  }
  .second-i {
    width: 5.5% !important;
  }
  .third-i{
    width: 7.5% !important;
  }
  .services-content h2{
    font-size: 23px;
  }
  .con-icon{
    left: 35%;
  }
  .navbar .nav-item > .dropdown-toggle::after{
    left: 68%;
  }
  .tta{
    font-size: 19px;
    line-height: 36px;
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 400px){
  .box-section{
    height: auto;
  }
  .conbox{
    padding: 40px 15px;
  }
  .con-icon{
    left: 35%;
  }
  .customer{
    font-size: 25px;
  }
  .conbox {
    padding: 40px 15px 10px 15px;
  }
  .kryp{
    font-size: 17px;
    line-height: 30px;
    text-align: center;
  }
  .about-kryton{
    padding-top: 40px;
  }
  .navbar .nav-item > .dropdown-toggle::after{
    left: 64%;
  }
}

@media only screen and (max-width: 350px){

  .con-icon {
    left: 32%;
  }
  .logo-slider-1 h2{
    font-size: 28px;
  }
  .panel-content h3{
    font-size: 18px;
  }
  .content-banner h2{
    font-size: 27px;
  }
  .navbar .nav-item > .dropdown-toggle::after{
    left: 58%;
  }
  .dropdown-item{
    padding: .25rem 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 12px 5px;
  }

}



