body {
  font-size: 0.9rem;
  font-family: Play, Roboto, Helvetica, Arial, sans-serif;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #051441;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.navbar {
  padding: 0 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-visible {
  overflow: visible;
}

.header-area.navbar-normal {
  background-image: -webkit-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
}

@media (min-width: 991px) {
  .header-area.navbar-normal .menu .nav-item .nav-link {
    color: #fff;
  }
}

.menu>.nav-item>.nav-link {
  position: relative;
  padding: 0px;
  font-size: 14.7px;
  font-weight: 500;
  color: #051441;
}

@media (max-width: 991px) {
  .menu>.nav-item>.nav-link {
    display: inline-block;
  }
}

.menu>.nav-item>.nav-link:after {
  display: none;
}

.header-area.navbar-normal .menu>.nav-item>.nav-link:before {
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
}

.header-area.navbar-fixed .menu>.nav-item>.nav-link:before {
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  content: "";
  background: #4069eb;
}

.header-area.navbar-normal .menu>.nav-item:hover .nav-link:before {
  width: 100%;
  transition: all 0.2s linear;
}

.header-area.navbar-fixed .menu>.nav-item:hover .nav-link:before {
  width: 100%;
  transition: all 0.2s linear;
}

@media (min-width: 992px) {

  .header-area .menu>.nav-item:hover>.nav-link,
  .header-area.navbar-fixed .menu>.nav-item.active>.nav-link {
    color: #fff;
  }
}

.header-area.navbar-fixed .menu>.nav-item:hover>.nav-link,
.header-area.navbar-fixed .menu>.nav-item.active>.nav-link {
  color: #5e2ced;
  transition-delay: 0.1s;
}

.menu .nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu .nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu .nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
  color: #051441;
}

@media (min-width: 992px) {
  .btn-get {
    min-width: 120px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 14px 0px rgba(0, 11, 40, 0.1);
    font: 500 14px/30px "Poppins", sans-serif;
    color: #fff;
    background: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
}

.border {
  border: 1px solid #D4D1FF !important;
}

.btn-get {
  border-color: transparent;
  padding: 1px 5px;
  color: #fff;
  background-color: #355878ad;
  margin-left: 10px;
}

.btn-get:hover {
  color: #fff;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s linear;
}

.header-area .container {
  position: relative;
}

.menu>.nav-item {
padding-bottom: 25px;
    padding-top: 25px;
}

@media (max-width: 991px) {
  .menu>.nav-item {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.menu>.nav-item+.nav-item {
  margin-left: 25px;
}

@media (min-width: 1184px) {
  .menu>.nav-item+.nav-item {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  .menu>.nav-item+.nav-item {
    margin-left: 0px;
  }
}

.header-area.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;

  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  z-index: 1000;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
  width: 100%;
  background: #fff;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0 20px;
  white-space: nowrap;
  font: 400 14px/34px "Poppins", sans-serif;
  color: #051441;
  transition: color 0.2s linear;
}

@media (min-width: 992px) {
  .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}

@media (min-width: 992px) {
  .menu>.nav-item.submenu .dropdown-menu {
    min-width: 200px;
    left: 0;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);

    opacity: 0;
    visibility: hidden;
    display: block;
    transform: translateY(60px);
    transition: all 0.3s ease-in;
  }
}

@media (min-width: 992px) {
  .menu>.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .menu>.nav-item.submenu .dropdown-menu.show {
    transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    max-height: 300px;
    overflow-y: scroll;
    display: block;
    opacity: 1;
    visibility: visible;
    border: none;
    box-shadow: none;
  }
}

.menu>.nav-item.submenu.mega-menu {
  position: static;
}

.menu>.nav-item.submenu.mega-menu>.dropdown-menu {
  left: 0;
  right: 0;
  min-width: 200px;
  background: #fff;
  list-style: none;
  transition: all 300ms linear 0s;
  padding: .5rem 0 0;

}

.nav-mega-inner {
  /* background: bisque; */
  min-height: 200px;
}

.menu-monitor {
  margin-bottom: -75px;
  margin-left: -20px;
  margin-left: -20px;
  margin-top: 75px;
}

.menu-program-detay {
  font-size: 14px;
}

.menu-footer-info {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 28px 33px 0;
  float: left;
}

.menu-footer-links {
  font-size: 13px;
  margin-top: -8px;
}

.menu-footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
}

.menu-footer {
  background: #FE5218;
  height: 100px;
}

.btn-test {
  border-color: transparent;
  padding: 1px 5px;
  color: #231C48;
  background-color: #fff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 14px;
  border-radius: 4px;
  margin-top: 30px;
}

.menu-title {
  color: #FE5218;
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.menu-subtitle {
  font-weight: 500;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #FE5218;
}

.main-section-2 {
  min-height: 800px;
}

.main-section-2-content {
  margin-top: -788px;

}

.text-warning {
  color: #FE5218 !important;
}

.bg-warning {
  background: #FE5218 !important;
}

.badge-pill {
  /* display: inline-block; */
}

.badge-warning {
  background: #FE5218 !important;
  color: wheat;
}

.br-warning {
  border-color: #FE5218 !important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  /* color: #000; */
}

.btn-warning:hover {
  /* color: #000; */
}

.btn-warning {
  font-weight: bold;
  /* color: #000; */
}

.icon-box:hover {
  /* background: #355878;
  color: #fff; */
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;

  box-shadow: 0px 6px 15px -3px #ccc;
  /* border: 1px solid #fff !important; */
  border-bottom: 2px solid #355878;
}

/* 
.icon-box.border:hover {
  border: 1px solid #D4D1FF !important;
} */

/* .icon-box:hover h5,
.icon-box:hover a,
.icon-box:hover p {
  color: #fff !important;



} */

@media (min-width: 992px) {
  .menu>.nav-item.submenu.mega-menu>.dropdown-menu {
    display: flex;
  }
}

.menu>.nav-item.submenu.mega-menu>.dropdown-menu>.nav-item .dropdown-menu {
  left: 0;
  position: relative;
  transform: translateY(0);
  box-shadow: none;
  padding: 0px;
}

@media (max-width: 991px) {
  .menu>.nav-item.submenu.mega-menu .dropdown-menu>.nav-item .dropdown-menu {
    -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    -ms-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
    max-height: 250px;
    display: block;
    opacity: 1;
    visibility: visible;
    border: none;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .menu>.nav-item.submenu.mega-menu:hover .dropdown-menu>.nav-item>.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}





.Portfolio-grid {
  background-image: -moz-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  position: relative;
  z-index: 1;
  padding: 235px 0px 125px;
  overflow: hidden;
}

.pad-sec {
  padding: 120px 0 30px 0;
}

.work-portfolio-item.active {
  color: #5e2ced;
}

.work-portfolio-item {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  border-radius: 3px;
  font: 400 16px/22px "Poppins", sans-serif;
  color: #677294;
  transition: all 0.2s linear;
  cursor: pointer;
}

.portfolio-item .portfolio-description .links a {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 300;
  color: #677294;
  transition: color 0.01s linear;
}

.portfolio-item .portfolio-description .links a:hover {
  color: #5e2ced;
  text-decoration: none;
}

.portfolio-item .portfolio-description .links a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  bottom: 0;
}

.portfolio-item .portfolio-description .links a:hover:before {
  width: 100%;
  transition: width 0.3s linear;
}

.portfolio-item .portfolio-img .img-rounded {
  border-radius: 6px;
}

.portfolio-img .portfolio-description {
  margin: 8px 8px 40px;
}

.portfolio-img .portfolio-description .portfolio-title h3 {
  font-size: 20px;
  font-weight: 500;
  transition: color 0.2s linear;
}

.portfolio-img .portfolio-description .portfolio-title h3:hover {
  color: #5e2ced;
}

.bg-blue {
  background: #eff2f9;
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer-top {
  border-bottom: 1px solid #e0e3ef;
  padding: 70px 0px 40px;
}

.widget-wrap {
  margin-top: 35px;
}

.widget-wrap p span {
  color: #051441;
}

.widget-wrap a {
  color: #677294;
}

.widget-wrap a:hover {
  color: #272451;
  text-decoration: none;
}

.f-text {
  margin-top: 35px;
}

.f-text .form-control {
  font: 300 14px "Poppins", sans-serif;
  border: 1px solid #e2e7f3;
  border-radius: 3px;
  background: #e9ecf3;
  padding-left: 25px;
  height: 54px;
  box-shadow: none;
}

.f-text .form-control::-webkit-input-placeholder {
  color: #9ba2b5;
}

.f-text button {
  position: absolute;
  right: 25px;
  top: 60%;
  font-size: 12px;
  font-weight: unset;
  color: #6a6a6b;
  background-color: transparent;
  border: none;
  padding: 0;
  transform: translateY(-50%);
}

.f-text button:hover {
  color: #6a6a6b;
  background-color: transparent;
  border: none;
}

.f-text button.btn:focus {
  outline: 0;
  box-shadow: none;
}

.f-text .form-control:focus {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.list-unstyled {
  margin-top: 35px;
}

.f-widget.about-widget .f-list li {
  margin-bottom: 8px;
}

.f-widget.about-widget .f-list li a {
  position: relative;
  font: 300 16px/20px "Poppins", sans-serif;
  color: #677294;
  transition: color 0.2s linear;
}

.f-widget.about-widget .f-list li a:hover {
  color: #272451;
  text-decoration: none;
}

.f-widget.about-widget .f-list li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #272451;
  transition: width 0.2s linear;
}

.f-widget.about-widget .f-list li a:hover:before {
  width: 100%;
}

.footer-bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  padding: 27px 0px;
}

.footer-bottom .icon-social-footer a {
  font-size: 14px;
  color: #969db4;
  margin: 0px 8px;
}

.footer-bottom .icon-social-footer a:hover {
  color: #5e2ced;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom li+li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  margin-left: 18px;
  vertical-align: middle;
}

.social a {
  color: #969db4;
}

.social a:hover {
  color: #5e2ced;
}

.header-area.navbar-fixed .menu .nav-item .nav-link {
  color: #051441;
}

.menu .nav-item.submenu.mega-menu>.dropdown-menu>.nav-item>.nav-link {
  color: #000;
}

.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  color: #FE5218;
  font-weight: bold;
  font-size: 12px;
}

.menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  opacity: 0.7;
  color: #051441;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .menu>.nav-item.submenu.mega_menu>.dropdown-menu>.nav-item .dropdown-menu {
    padding-left: 15px;
    opacity: 1;
    visibility: visible;
    min-height: max-content;
  }
}

@media (max-width: 991px) {
  .menu>.nav-item.submenu.mega_menu>.dropdown-menu {
    margin-top: 10px;
    box-shadow: none;
  }
}

@media (max-width: 767px) {

  .social div p,
  .social .icon-social-footer,
  .social div a {
    padding-bottom: 10px;
  }
}

.header-area.navbar-normal nav div a.n-fixed img {
  display: block;
  display: none;
}

.header-area.navbar-fixed nav div a.n-normal img {
  display: block;
  display: none;
}


.banner-slider {
  /* min-height: 700px;
  height: 700px; */
  /* padding: 100px; */
}

.circle-item {
  background: transparent url(../img/creatio-circle.svg) no-repeat scroll center center/contain;
  bottom: 0;
  content: "";
  height: 1590px;
  right: -60%;
  position: absolute;
  width: 1939px;
  z-index: 0;
}

.square-item {
  background: transparent url(../img/creatio-square.svg) no-repeat scroll center center/contain;
  top: -25%;
  content: "";
  height: 1500px;
  left: -80%;
  position: absolute;
  width: 1500px;
  z-index: 0;
  transform: rotate(40deg);
}

.carousel-item {
  /* height: 700px; */
}

.slider-container {
  /* position: relative;
  height: 400px; */
  /* top: 0; */
  /* transform: translateY(-50%); */
  /* height: 475px; */
  margin: 0 auto;
  z-index: 10;
  /* padding-top: 125px; */
  /* width: 320px; */
}

.slider-container .container {
  position: relative;
  height: 400px;
}

.carousel-indicators {
  bottom: -1px;
}

.slider-container .shape {
  stroke-width: 25px;
  fill: transparent;
  stroke: #355878;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.slider-container .text-1 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  top: -373px;
  left: 34px;
  position: relative;
  opacity: 0;
}

.slider-container .text-2 {
  font-size: 85px;
  font-weight: bold;
  color: #000;
  top: -377px;
  position: relative;
  opacity: 0;
}

.slider-container .text-3 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  top: -373px;
  left: 34px;
  position: relative;
  opacity: 0;
}

.slider-container .text-years {
  top: -323px;
  left: 34px;
  position: relative;
  opacity: 0;

}

.slider-container .text-year {
  font-size: 95px;
  font-weight: bold;
  color: #355878;
  float: left;
  line-height: 108px;
}

.slider-container .text-year2 {
  font-size: 30px;
  font-weight: bold;
  color: #355878;
  display: block;
  margin-top: 27px;
  line-height: 16px;

}

.slider-container .text-year3 {
  font-size: 30px;
  font-weight: bold;
  color: #355878;
  display: block;
}



.slider3-text1 {
  font-size: 45px;
  font-weight: 500;
  color: #051441;
  top: 55px;
  position: relative;
  opacity: 0;
  /* text-shadow: 1px 3px 0px #fff; */
}

.slider3-text2 {
  font-weight: bold;
  color: #051441;
  top: 80px;
  position: relative;
  opacity: 0;
  font-size: 25px;
  /* text-shadow: 1px 2px 0px #fff; */
}

.slider3-text3 {
  font-weight: bold;
  color: #051441;
  top: 10px;
  position: relative;
  opacity: 0;
  font-size: 25px;
}

/* 
.btn-s1 {
  top: -420px;
  position: relative;
  margin-left: 650px;
  color: #fff;
  background-color: #355878;
  border-color: #355878;
  opacity: 0;
} */



.loaded .slider2-text1,
.loaded .slider3-text1 {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1000ms both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1000ms both;
}

.loaded .slider2-text2,
.loaded .slider3-text2 {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2000ms both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2000ms both;
}

.loaded .slider2-text22 {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2500ms both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2500ms both;
}

.loaded .slider2-text3,
.loaded .slider3-text3 {
  -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3000ms both;
  animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3000ms both;
}

.btn-s1 {
  bottom: 35px;
  right: 50px;
  position: absolute;
  color: #fff;
  background-color: #355878;
  border-color: #355878;
  opacity: 0;
}

.slider2-text1 {
  font-weight: bold;
  color: #051441;
  opacity: 0;
}

.slider2-text2 {
  font-size: 25px;
  font-weight: bold;
  color: #051441;
  opacity: 0;
}

.slider2-text22 {
  font-weight: bold;
  color: #051441;
  opacity: 0;
}

.slider2-text3 {
  font-weight: bold;
  color: #051441;
  opacity: 0;
}


.btn-s2 {
  color: #fff;
  background-color: #4d4667;
  border-color: #4d4667;
  opacity: 0;
}

.video-link {
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  outline: none;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1em;
}

.video-link span {
  display: block;
  padding: 27px 20px;
  background: #355878;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.video-link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 27px 20px;
  width: 100%;
  height: 100%;
  background: #FE5218;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}

.video-link:hover::before,
.video-link:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}

.video-link:hover span,
.video-link:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

.video-link-a {
    position: absolute;
    top: 24px;
    right: 28px;
    opacity:0;
    -webkit-transition: opacity 0.3s, ease-out 0s;
  -moz-transition: opacity 0.3s, ease-out 0s;
  transition: opacity 0.3s, ease-out 0s;
  
}

.video-link:hover a{
    opacity:1;
     -webkit-transition: opacity 0.3s, ease-out 0.3s;
  -moz-transition: opacity 0.3s, ease-out 0.3s;
  transition: opacity 0.3s, ease-out 0.3s;
}


@media (min-width: 320px) {

  .main-logo img {
    width: 222px;
  }

  .text-left2 {
    text-align: center;
  }

  .slider-container .text-1 {
    font-size: 15px;
    /* top: -140px;
    left: 34px; */
    top: -423px;
    left: 9px;
  }

  .slider-container .text-2 {
    font-size: 27px;
    /* top: -148px;
    left: 34px; */
    top: -430px;
    left: 9px;
  }

  .slider-container .text-3 {
    font-size: 15px;
    /* top: -147px;
    left: 34px; */
    top: -436px;
    left: 9px;
  }

  .slider-container .text-years {
    /* top: -120px;
    left: 34px; */
    top: -422px;
    left: 9px;


  }

  .slider-container .text-year {
    font-size: 56px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 19px;
    margin-top: 36px;

  }

  .slider-container .text-year3 {
    font-size: 21px;

  }

  .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 10000;
  }


  .loaded .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 108;
    stroke-width: 10px;
  }

  .btn-s1 {
    /* bottom: 25px;
    right: 30px;
    position: absolute; */
    top: -512px;
    right: -59px;
    position: relative;

    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .2rem 0.5rem;
    font-size: .8rem;
  }


  .slider2-text1 {
    font-size: 17px;
    margin-top: 4px;
  }

  .slider2-text2 {
    font-size: 17px;
    margin-top: 0;
  }

  .slider2-text3 {
    font-size: 13px;
    margin-top: 10px;
  }

  .btn-s2 {
    padding: .2rem .3rem;
    font-size: 0.8rem;
    margin-top: 8px;
  }

  .slider-container .shape {
    display: none;
  }

}

@media (min-width: 380px) {

  .main-logo img {
    width: 222px;
  }

  .text-left2 {
    text-align: center;
  }

  .slider-container .text-1 {
    font-size: 15px;
    /* top: -140px;
    left: 34px; */
    top: -420px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 27px;
    /* top: -148px;
    left: 34px; */
    top: -425px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 15px;
    /* top: -147px;
    left: 34px; */
    top: -423px;
    left: 34px;
  }

  .slider-container .text-years {
    /* top: -120px;
    left: 34px; */
    top: -399px;
    left: 34px;

  }

  .btn-s1 {
    /* bottom: 25px;
    right: 30px;
    position: absolute; */
    top: -488px;
    right: -107px;
    position: relative;

    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .2rem 0.5rem;
    font-size: .8rem;
  }

}

@media (min-width: 450px) {

  #carouselExampleIndicators .carousel-item,
  #carouselExampleIndicators .slider-img {
    height: auto;
  }

  .slider-container .text-1 {
    font-size: 15px;
    /* top: -140px;
    left: 34px; */
    top: -398px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 27px;
    /* top: -148px;
    left: 34px; */
    top: -401px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 15px;
    /* top: -147px;
    left: 34px; */
    top: -399px;
    left: 34px;
  }

  .slider-container .text-years {
    /* top: -120px;
    left: 34px; */
    top: -364px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 56px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 19px;
    margin-top: 36px;

  }

  .slider-container .text-year3 {
    font-size: 21px;

  }


  .slider-container .shape {
    display: none;
  }

  .btn-s1 {
    /* bottom: 35px;
    right: 50px; */
    top: -456px;
    right: -171px;
    position: relative;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .2rem 0.5rem;
    font-size: .8rem;
  }

  .slider2-text1 {
    font-size: 22px;
    margin-top: 15px;

  }

  .slider2-text2 {
    font-size: 22px;
    margin-top: 0;
  }

  .slider2-text3 {
    font-size: 15px;
    margin-top: 10px;
  }

  .btn-s2 {
    padding: .3rem 0.5rem;
    font-size: 1rem;
    margin-top: 12px;
  }



}


.slider-container .shape {
  display: none;
}

@media (min-width: 577px) {
  .slider-container .shape {
    display: block;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    top: auto;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .2rem 0.5rem;
    font-size: .8rem;
  }

}

@media (min-width: 600px) {
  .text-left2 {
    text-align: left;
  }

  .slider-container .text-1 {
    font-size: 15px;
    top: -155px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 27px;
    top: -163px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 15px;
    top: -167px;
    left: 34px;
  }

  .slider-container .text-years {
    top: -135px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 56px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 19px;
    margin-top: 36px;

  }

  .slider-container .text-year3 {
    font-size: 21px;

  }


  .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 10000;
  }


  .loaded .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 108;
    stroke-width: 20px;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .2rem 0.5rem;
    font-size: .8rem;
  }

}


@media (min-width: 700px) {

  .slider-container .text-1 {
    font-size: 18px;
    top: -190px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 29px;
    top: -199px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 18px;
    top: -195px;
    left: 34px;
  }

  .slider-container .text-years {
    top: -158px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 75px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 24px;
    margin-top: 27px;

  }

  .slider-container .text-year3 {
    font-size: 27px;

  }


  .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 10000;
  }


  .loaded .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 108;
    stroke-width: 20px;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .3rem 0.5rem;
    font-size: 1rem;
  }

  .slider2-text1 {
    font-size: 24px;
    margin-top: 0;

  }

  .slider2-text3 {
    font-size: 19px;
  }

}

.video-content {
  display: none;
}

@media (min-width: 768px) {

  .video-content {
    display: block;
  }

  .slider-container .text-1 {
    font-size: 20px;
    top: -211px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 59px;
    top: -232px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 20px;
    top: -240px;
    left: 34px;
  }

  .slider-container .text-years {
    top: -204px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 75px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 24px;
    margin-top: 27px;

  }

  .slider-container .text-year3 {
    font-size: 27px;

  }

  .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 10000;
  }


  .loaded .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 108;
    stroke-width: 20px;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
  }

  .slider2-text1 {
    margin-top: 0px;
  }

  .slider2-text1 {
    font-size: 24px;
  }

  .video-link {
    font-size: 0.8em;
  }

}

@media (min-width: 769px) {
  .video-link {
    font-size: 1em;
  }

}



@media (min-width: 850px) {

  .slider-container .text-1 {
    font-size: 20px;
    top: -231px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 59px;
    top: -252px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 20px;
    top: -260px;
    left: 34px;
  }

  .slider-container .text-years {
    top: -224px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 75px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 24px;
    margin-top: 27px;

  }

  .slider-container .text-year3 {
    font-size: 27px;

  }


  .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 10000;
  }


  .loaded .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 108;
    stroke-width: 20px;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
  }

  .slider2-text1 {
    margin-top: 0px;
  }

}

@media (min-width: 992px) {

  .slider-container .text-1 {
    font-size: 30px;
    top: -289px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 70px;
    top: -300px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 25px;
    top: -310px;
    left: 34px;
  }

  .slider-container .text-years {
    top: -270px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 95px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 30px;
    margin-top: 27px;

  }


  .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 10000;
  }


  .loaded .slider-container .shape {
    stroke-dashoffset: -2778;
    stroke-dasharray: 5718 108;
    stroke-width: 20px;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
    padding: .5rem 1rem;
    font-size: 1.25rem;
  }


  .slider2-text1 {
    font-size: 35px;
    font-weight: bold;
    color: #051441;
    /* top: 55px;
  position: relative; */
    margin-top: 75px;
    opacity: 0;
    /* text-shadow: 1px 3px 0px #fff; */
  }

  .slider2-text2 {
    font-size: 25px;
    font-weight: bold;
    color: #051441;
    /* top: 95px; */
    /* position: relative; */
    margin-top: 10px;
    opacity: 0;
    /* text-shadow: 1px 2px 0px #fff; */
  }

  .slider2-text22 {
    font-size: 25px;
    font-weight: bold;
    color: #051441;
    /* top: 155px; */
    /* position: relative; */
    margin-top: 30px;
    opacity: 0;
    /* text-shadow: 1px 2px 0px #fff; */
  }

  .slider2-text3 {
    font-size: 25px;
    font-weight: bold;
    color: #051441;
    /* top: 165px; */
    /* position: relative; */
    margin-top: 10px;
    opacity: 0;
    /* text-shadow: 1px 2px 0px #fff; */
  }


  .btn-s2 {
    color: #fff;
    background-color: #4d4667;
    border-color: #4d4667;
    opacity: 0;
    margin-top: 20px;
  }


}

@media (min-width: 1200px) {


  .slider-container .text-1 {
    font-size: 35px;
    top: -373px;
    left: 34px;
  }

  .slider-container .text-2 {
    font-size: 85px;
    top: -377px;
    left: 34px;
  }

  .slider-container .text-3 {
    font-size: 25px;
    top: -373px;
    left: 34px;
  }

  .slider-container .text-years {
    top: -323px;
    left: 34px;

  }

  .slider-container .text-year {
    font-size: 95px;
    line-height: 108px;
  }

  .slider-container .text-year2 {
    font-size: 30px;
    margin-top: 27px;

  }

  .slider-container .shape {
    stroke-dashoffset: -2999;
    stroke-dasharray: 10040 10000;
  }

  .loaded .slider-container .shape {
    stroke-dashoffset: -2906;
    stroke-dasharray: 10040 112;
  }

  .btn-s1 {
    bottom: 35px;
    right: 50px;
    position: absolute;
    color: #fff;
    background-color: #355878;
    border-color: #355878;
    opacity: 0;
  }
}


.loaded .text-1 {
  visibility: visible;
  -webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1000ms both;
  animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1000ms both;
}

.loaded .text-2 {
  visibility: visible;
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1000) 1800ms both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1800ms both;
}

.loaded .text-3 {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2500ms both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 2500ms both;
}

.loaded .text-years {

  -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3000ms both;
  animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3000ms both;
}


.loaded .btn-s1,
.loaded .btn-s2 {
  -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3500ms both;
  animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3500ms both;

}

/* ----------------------------------------------
 * Generated by Animista on 2019-11-21 17:31:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}


@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-29 17:23:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-200px) translateY(-50px);
    transform: translateZ(-200px) translateY(-50px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-200px) translateY(-50px);
    transform: translateZ(-200px) translateY(-50px);
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-29 17:33:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-pop-up-top
 * ----------------------------------------
 */
@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-11-21 17:25:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-10-29 17:41:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-11-3 13:28:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * DOCUMENT INFORMATION
 * @file fade-out.less
 * @version 1.0
 * @author Ana Travas, @ana108
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * animation fade-out-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-bl
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-tl
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-tl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-tl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-br
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-br {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-br {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-tr
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-tr {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-tr {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-fwd {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
}

@keyframes fade-out-fwd {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-bck
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
}

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}



/* ... */
/* ... */

.header-top {
  background: #355878;
}

.header-top nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.header-main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.main-logo img {
  width: 230px;
  position: relative;
  top: 0;
  left: 0;
}

  .logo-year
  {
    position: absolute;
    left: 222px;
    top: 21px;
    font-size: 10px;
    font-weight:bold;
    }

.navbar-toggler {
  font-size: 1rem;
}




@media (min-width: 575.98px) {
  .main-logo img {
    width: 250px;
  }
  .logo-year
  {
    position: absolute;
    left: 242px;
    top: 21px;
    font-size: 10px;
    }
}

@media (min-width: 992px) {
  .main-logo img {
    width: 320px;
  }
}

@media (min-width: 1200px) {
  .main-logo img {
    width: 320px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .logo-year
{
    position: absolute;
    left: 312px;
    top: 32px;    
    font-size: 13px;
    }
}



.footer-top .f-widget,
.footer-top ul li a {
  font-size: 12px !important;
}

.footer-top .f-widget h3 {
  font-size: 1rem !important;
}

.footer-top .list-unstyled {
  margin-top: 15px;
}

a.nav-link:hover:before {
  width: 100%;
}

a.link-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #272451;
  transition: width 0.2s linear;
}

.icon-box {
  padding: 25px;
  position:relative;
}

a {
  color: #051441;
}

.icon-box span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 15px 0;

}
.icon-box a {
  opacity:0;
  position: absolute;
  width:100%;
  height:100%;
  font-size: 0;
z-index: 1000;
top:0;
left:0;
}


.slider-img {
  width: 100%;
  z-index: -1;
}

.slider-content {
  z-index: 10;
}

.moduls {
  position: relative;
  width: 340px;
  height: 200px;
  text-align: center;
  /* background: beige; */
}

.circle-logo {
  width: 200px;
  margin-top: 70px;
  margin-left: 13px;
}

.modul {
  color: #051441;
  padding: 7px 0;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
  display: inline-block;
  border-radius: 8px;
  font-size: 11.3px;
  font-weight: bold;
  position: absolute;
  width: 87px;
  transition: top 0.5s linear, left 0.5s linear, opacity 0.5s linear;
  opacity: 0;
  top: 44%;
  left: 40%;
  margin-top: 0;
  margin-left: 0;
  cursor: default;
}

.modul:hover {
  margin-top: 1px;
}

/* .modul-stok {
  
} */


.modul-view .modul-stok {
  top: -15%;
  left: 40%;
  opacity: 1;
}

.modul-cari {
  transition-delay: 100ms;
}

.modul-kasa {
  transition-delay: 200ms;
}

.modul-fatura {
  transition-delay: 400ms;
}

.modul-doviz {
  transition-delay: 500ms;
}

.modul-taksit {
  transition-delay: 600ms;
}

.modul-uretim {
  transition-delay: 700ms;
}

.modul-eticaret {
  transition-delay: 800ms;
}

.modul-teklif {
  transition-delay: 900ms;
}

.modul-siparis {
  transition-delay: 1000ms;
}

.modul-ceksenet {
  transition-delay: 1100ms;
}

.modul-dokunmatik {
  transition-delay: 1200ms;
}

.modul-view .modul-cari {
  top: -8%;
  left: 70%;
  opacity: 1;
}


.modul-view .modul-kasa {
  top: 16%;
  left: 92%;
  opacity: 1;
}

.modul-view .modul-fatura {
  top: 41%;
  left: 103%;
  opacity: 1;
}

.modul-view .modul-doviz {
  top: 66%;
  left: 92%;
  opacity: 1;
}

.modul-view .modul-taksit {
  top: 92%;
  left: 71%;
  opacity: 1;
}

.modul-view .modul-uretim {
  top: 96%;
  left: 40%;
  opacity: 1;
}

.modul-view .modul-eticaret {
  top: 92%;
  left: 9%;
  opacity: 1;
}

.modul-view .modul-teklif {
  top: 66%;
  left: -12%;
  opacity: 1;
}

.modul-view .modul-siparis {
  top: 41%;
  left: -25%;
  opacity: 1;
}

.modul-view .modul-ceksenet {
  top: 16%;
  left: -12%;
  opacity: 1;
}

.modul-view .modul-dokunmatik {
  top: -8%;
  left: 10%;
  opacity: 1;
}

.blue-area {
  margin-right: calc((100vw - 1140px) / 2);
  height: 373px;
  background: #FE5218;
  margin-bottom: 120px;
}

.blue-area .h2 {

  max-width: 800px;
  width: 100%;
  line-height: 45px;
  font-size: 35px;
  letter-spacing: -0.61px;
  font-weight: bold;
  margin: 103px 0 63px 0;

}

.btn-def {
  color: #fff;
  background-color: #FE5218;
  border-color: #FE5218;
  overflow: hidden;
  position: relative;
  padding: 10px 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;

}

.btn-def:hover {
  padding: 10px 33px 10px 9px;
  color: #fff;
}

.btn-def:before {
  left: 75%;
  opacity: 0;
  top: -5px;
  position: absolute;
  height: 100%;
  /* font-size: 125%; */
  line-height: 3.5;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
}

.btn-def:hover:before {
  left: 87%;
  opacity: 1;
}

.btn-def:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.text-sec {
  color: #355878;
}

.bg-sec2 {
  background-color: #272451;
}

.opacity-09 {
  opacity: .9;
}


.bubble-section {
  margin-bottom: 125px;
}

.text-primary {
  color: #051441 !important;
}

.advice-form {
  height: 0;
  transition: all 1.5s linear;
  overflow: hidden;
}

.btn-advice {
  transition: all 1.5s linear;
}

.advice-form label {
  font-size: 13px;
  color: #747a8e;
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}

.advice-form input[type="text"] {
  display: block;
  border: none;
  border-bottom: 2px solid #8a91a5;
  outline: 0;
  width: 100%;
  background: none;
}



.primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #355878;
  border-color: #355878;
}

.section-advice {
  background: #355878;
  color: #fff;
  padding: 10px 0 !important;
}

.section-advice input{
  color: #fff;
  font-weight:bold;
}

.section-advice label{
  color: #ddd;
}

.section-advice h4 {
  padding: 0 !important;
}



.inner {
  max-width: 1040px;
  margin: 60px auto 0;
}

.post-feed {
  display: flex;
  flex-wrap: wrap;
}

.post-card {
  display: flex;
  flex: 1 1 300px;
  flex-direction: column;
  min-height: 300px;
  margin: 0 20px 40px;
  border-radius: 12px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03);
  transition: all .5s ease;
}

.post-card:hover {
  box-shadow: 0 0 1px rgba(39, 44, 49, .1), 0 3px 16px rgba(39, 44, 49, .07);
  transition: all .3s ease;
  transform: translate3D(0, -1px, 0);
}

.post-card-image-link {
  overflow: hidden;
  border-radius: 12px;
}

.post-card-image {
  min-height: 200px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.post-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-card-content-link {
  padding: 25px 25px 0;
  font-size: 13px;
  color: #1c1c21;
}

.post-card-tags {
  display: block;
  margin-bottom: 4px;
  color: #6b6b6f;
  font-size: 10px;
  line-height: 1.15em;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.post-card-title {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.post-card-meta {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 25px;
}

.author-list {
  list-style: none;
}

.author-list:hover .author-name-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.author-name-tooltip {
  position: absolute;
  bottom: 60px;
  z-index: 999;
  display: block;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .2px;
  white-space: nowrap;
  background: #1c1c21;
  border-radius: 3px;
  box-shadow: 0 12px 26px rgba(39, 44, 49, .08), 1px 3px 8px rgba(39, 44, 49, .03);
  opacity: 0;
  transition: all .3s cubic-bezier(.4, .01, .165, .99);
  transform: translateY(6px);
  pointer-events: none;
}

.author-profile-image {
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 -5px;
  overflow: hidden;
}

.reading-time {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 33px;
  color: #6b6b6f;
  text-transform: uppercase;
}

@media (min-width: 795px) {
  .post-feed .post-card:nth-child(6n+1):not(.no-image) {
    flex: 1 1 100%;
    flex-direction: row;
  }
}

@media (min-width: 795px) {
  .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
    flex: 1 1 auto;
  }
}

@media (min-width: 795px) {
  .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 795px) {
  .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content {
    flex: 0 1 357px;
  }
}

@media (min-width: 795px) {
  .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content-link {
    padding: 30px 40px 0;
  }
}



@media (min-width: 795px) {
  .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-meta {
    padding: 0 40px 30px;
  }
}



@media (min-width: 900px) {

  .author-template .post-feed,
  .post-feed,
  .tag-template .post-feed {
    margin: 10px;
    padding-top: 0;
  }
}

.site-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  color: #828285;
  background: #fff;
  font-size: 12px;
}

.site-footer-content a {
  color: #2e2e33;
  text-decoration: none;
}

.site-footer-nav a+a {
  margin-left: 20px;
}



.btn-advice {
  -webkit-animation: shockwaveJump 2s ease-out infinite;
  animation: shockwaveJump 2s ease-out infinite;
}


/* .btn-advice:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 1.65s ease-out infinite;
  animation: shockwave 1s 1.65s ease-out infinite;
} */

/* 
.btn-advice:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 1.5s ease-out infinite;
  animation: shockwave 1s 1.5s ease-out infinite;
} */

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  /* 50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  } */

  /* 55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  } */

  /* 60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  } */

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  /* 50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  } */

  /* 55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  } */

  /* 60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  } */

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}


.quote i {
  font-size: 76px;
  float: left;
  margin-right: 25px;
  color: #FE5218;
}

.quote p {
  font-size: 17px;
}

.quote img {
  margin-left: 95px;
  width: 75px;
  float: left;
  margin-right: 15px;
}

.quote .quote-name {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
}

.quote .quote-company {
  display: block;
  font-size: 15px;
}

.quote-title h5 {
  font-weight: bold;
  margin-bottom: 45px;
}

#carousel-quote .carousel-control-prev span {
  background: none;
  font-family: "Font Awesome 5 Free";
  color: #444;
  font-weight: 900;
  font-size: 48px;

}

#carousel-quote .carousel-control-prev span::before {
  content: "\f053";
}

#carousel-quote .carousel-control-next span {
  background: none;
  font-family: "Font Awesome 5 Free";
  color: #444;
  font-weight: 900;
  font-size: 48px;
}

#carousel-quote .carousel-control-next span::before {
  content: "\f054";
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: auto;
  height: auto;
}

.carousel-control-next,
.carousel-control-prev {
  top: 100px;
  width: 7%;
}

.video-frame {
  border: 10px solid #FE5218;
  margin-right: 50PX;
  margin-bottom: 16px;
  background: #000;

}

.video-frame-back {
  background: url(../img/videoback.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}



/* ////// Detay */

.program-baslik {
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  color: #272451;
}

.icon-yeni-surum {
  width: 90px;
}

.program-versiyon {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

.program-acilklama {
  line-height: 30px;
  font-size: 16px;
}

.video-play {
  display: block;
  background: url(https://img.youtube.com/vi/-yhjpPlI7ak/hqdefault.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
}

.video-play:after {
  position: absolute;
  background: #355878;
  opacity: 0.9;
  width: 100%;
  height: 550px;
  content: "";
}

.video-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f144";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 85px;
  z-index: 10;
  color: #fff;
  line-height: 1;
  display: inline-block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transform: translate(-50%, -50%);
  transform-origin: top left;
}

.video-play:hover:before {
  transform: scale(1.1) translate(-50%, -50%);
}


.video-play span {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 12px;
  /* color: #fff; */
  font-weight: bold;
  z-index: 12;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}




.accordion .card-header:not(.collapsed) i:before {
  content: "\f107";
}

.accordion .card-header {
  padding: .85rem 1.25rem .65rem;
}

.accordion .card-header i {
  font-size: 17px;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: #17a2b8;
}

.custom-control-input:disabled~.custom-control-label {
  color: #212529;
  line-height: 24px;
}


.cont-biliyormuydunuz a {
  display: block;
  margin-top: -12px;
  text-align: center;
  background: #fff;
  text-decoration: underline;
}

.cont-biliyormuydunuz a:hover {
  font-weight: bold;
}

.cont-biliyormuydunuz .col-md.position-relative {
  border: 1px dotted #355878AA;
  ;
  border-right: none;
}

.cont-biliyormuydunuz .col-md.position-relative:last-child {
  border-right: 1px dotted #355878AA;
  ;
}

i.fas.fa-check.text-success {
  margin-right: 10px;
  margin-left: 10px;
}

/* .prg-ozellikler h6 {
  background: #355878;
  padding: 5px 9px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
} */

.card-header {
  background: #355878;
  color: #fff;
  margin: 10px 0;
  border-radius: 5px !important;
}

.prg-ozellikler.mt-4 {
  line-height: 16px;
}


@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

}


@media (min-width: 769px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

}

.card {
  border: 0;
}

.card.mb-3.pb-4 {
  padding-left: 34px;
}

.accordion .card-body {
  margin-left: 13px;
}

.accordion .card-body img {
  margin-right: 10px;
  margin-top: -6px;
}

.accordion .card-body img {
  margin-right: 6px;
  margin-left: -27px;
  margin-top: -5px;
}



.bg-light {
  background-color: #f4f6f7 !important;
}

@media (min-width:200px) {
  .prg-buttons {
    display: block;
    align-items: unset;
    justify-content: unset;
    text-align: center;
  }

  .prg-buttons .btn,
  .prg-buttons img {
    margin-bottom: 10px;
  }

}

@media (min-width: 800px) {
  .prg-buttons {
    display: flex !important;
    /* justify-content: space-between!important; */
    align-items: flex-end !important;
    justify-content: space-around !important;
  }
}

.owl-carousel img {
  height: 320px;
  width: 100%;
}

.owl-carousel {
  vertical-align: bottom;
}

/* .owl-item div {
  display: table-cell;
  vertical-align: bottom;
} */

.owl-carousel .owl-dots {
  display: none;
}

@media (min-width:200px) {
  .top-slogan 
  {
    box-shadow: 1px 4px 8px #ddd;
    background: #fff;
    color: #FE5218;
    position: absolute;
    padding: 10px;
    top: 30px;
    font-weight: bold;
    font-size: 13px;
    opacity: 0;
  }

  .detay-ust-img {
    width: 100%;
    max-height: 180px;
  }

}

@media (min-width:501px) {

  
  .top-slogan 
  {
    top: 30px;    
    font-size: 20px;
  }
  
  
  .depo-slogan /** 20200612 ny ekledi.. */
  {
    top: 60px;    
    font-size: 20px;
  }  

  .detay-ust-img {
    width: 100%;
    max-height: 300px;
  }
}



.text-bigger {
  font-size: 16px;
  font-weight: bold;
}

.ekko-lightbox-nav-overlay a {
  opacity: 0.5;
}

.ekko-lightbox-nav-overlay a span {
  padding: 5px 25px;
  background: rgba(254, 81, 24, 0.697);
  display: block;
  display: inline-block;
  opacity: 1;
  flex-grow: unset;
  border-radius: 26px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  right: 0;
  position: absolute;
}

.icon-zoom-ekran {
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 50%;
  right: 50%;
  z-index: 100;
  transition: all 0.2s linear;
  opacity: 0;
  color: #355878;
  text-shadow: 0px 2px 3px #3c454e;

}

.cont-ekran-zoom {
  position: relative;

}

.cont-ekran-zoom:hover .icon-zoom-ekran {
  opacity: 1;
  bottom: 50%;
  top: 50%;
}

.card {
  background: none;
}

.top-corner-oval {
  border-radius: 30px 30px 0 0;
}

.bottom-corner-oval {
  border-radius: 0 0 30px 30px;
}

.list-bottom-corner-oval .row:last-child {
  border-radius: 0 0 30px 30px;
}

.cell-ref-1 {
  border: 1px solid #999;
  border-bottom: none;
  border-right: none;
  padding: 6px 10px;
}

.cell-ref-2 {
  border: 1px solid #999;
  border-bottom: none;
  background: #355878;
  color: #fff;
  padding: 6px 10px;
}

.cont-referans .row:last-child .cell-ref-1,
.cont-referans .row:last-child .cell-ref-2 {
  border-bottom: 1px solid #999;
  
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fe5218;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 82, 24, .25);
}

.btn-primary {
    color: #fff;
    background-color: #355878;
    border-color: #355878;
}


.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

.quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6
}

.product-name
{
    font-size:14px;
    font-weight:bold;
    }

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.quantity .minus, .quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #dad8da
}

.quantity .minus {
    bottom: 0
}
.shopping-cart {
    margin-top: 20px;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.section-advice input[type="submit"] {
  color:#212529;
}

.alert-dismissible .close {
       position: absolute;
    top: 0;
    right: 0;
    padding: .45rem 1.25rem;
    color: inherit;
}
.table td, .table th {
    padding: 0;
    border-top: none;
}


label,.col-form-label
{
font-weight:bold;
}

button.navbar-toggler
{
margin-bottom: 6px;
}

.duyuruSlider 
{
    height:0px;
    }
.duyuruSlider ul
{
  padding: 0;
    list-style: none;
}

.duyuruSlider ul li
{
    
        padding-top: 4px;
}
.duyuruSlider ul li a
{
      color: #dad9d9;
}
.cart-count
{
    font-family: Tahoma;
    background: #4891cc;
    padding: 0 4px 0px 3px;
    display: inline-block;
    line-height: 17px;
    border-radius: 3px;
}