@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: "Titillium Web", sans-serif !important;
}
.pt3 {
  padding-top: 3px;
}
.pt15 {
  padding-top: 15px !important;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px !important;
}
.pl30 {
  padding-left: 30px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mh100 {
  min-height: 100px !important;
}
.mh200 {
  min-height: 200px !important;
}
.mh300 {
  min-height: 300px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mt20 {
  margin-top: 20px;
}
.mt23 {
  margin-top: 23px !important;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt34 {
  margin-top: 34px;
}
.mt40 {
  margin-top: 40px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mr150 {
  margin-right: 150px !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.nopadding {
  padding: 0px 0px 0px 0px !important;
}
.ml15y {
  margin-left: 15%;
}
.mlra {
  margin-right: auto !important;
  margin-left: auto !important;
}
.fontsize8 {
  font-size: 0.5em !important;
}
.fontsize12 {
  font-size: 0.75em !important;
}
.fontsize14 {
  font-size: 0.875em !important;
}
.fontsize16 {
  font-size: 1em !important;
}
/*
 * Custom styles
 */
.navbar-brand {
  font-size: 24px;
  font-family: "Titillium Web", sans-serif;
}

.navbar-container ul li :hover {
  background-color: rgba(255, 0, 0, 0) !important;
}

#zoomA {
  /* (A) OPTIONAL DIMENSIONS */
  width: 600px;
  height: auto;

  /* (B) ANIMATE ZOOM */
  /* ease | ease-in | ease-out | linear */
  transition: transform ease-in-out 0.3s;
}

/* (C) ZOOM ON HOVER */
#zoomA:hover {
  transform: scale(1.2);
}

/*
.navbar-container li a{
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.navbar-container li a:hover{
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #ffffff;
color: white;
}

.navbar-container li a:focus{background-color: rgba(255, 0, 0, 0)!important; color: white !important;}*/

.cik {
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
}

.cik2 p {
  font-size: 16px !important;
  line-height: 20px;
}

.top0 {
  margin-top: 0px !important;
}

.navbar-container {
  padding: 10px 0 0px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
  background-color: rgba(0, 0, 0, 1);
  border-color: #080808;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  min-height: 70px;
}

/*.navbar.navbar-fixed-top.fixed-theme a{padding-top: 10px;}*/

.navbar-brand.fixed-theme {
  font-size: 18px;
}

.navbar-container.fixed-theme {
  padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}

/*
ul li {color: white; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
ul li:hover {color: white; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
ul li p{color: white; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
ul li p:hover {color: white; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

*/
.f28pt5 {
  font-size: 28px;
  padding-top: 5px;
}

.cwhite {
  color: white;
}

.pt15 {
  padding-top: 15px;
}

.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px;
}
.mt100 {
  margin-top: 100px;
}

.txtar {
  text-align: right;
}

.carousel-caption p {
  font-size: 1.5em;
}

.carousel-caption h2 {
  font-size: 1.875em;
}

.mb50 {
  margin-bottom: 50px;
}

.program h4 {
  padding-top: 5px;
}
.program2 h4 {
  padding-top: 0px;
}
.program p {
  padding-top: 10px;
  margin-bottom: 0px !important;
}

/*UP UP UP UP UP UP UP UP 222222*/

.videosize {
  width: 100% !important;
}

.css-toggle {
  color: white;
  background-color: #1a3665;
}
.css-toggle:hover span {
  display: block;
}

.css-toggle span {
  display: none;
  color: white;
}

/*UP UP UP UP UP UP UP UP */

.scrolldown {
  position: fixed;
  top: 90%;
  display: none;
}

.scrollToTop {
  width: 100px;
  height: 130px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  top: 90%;
  right: 80px;
  display: none;
}
.scrollToTop:hover {
  text-decoration: none;
}

.clear {
  clear: both !important;
}

/** /Eski **/

.bg-bluef {
  background-color: #1c3765;
}

.bg-gray2 {
  background-color: #f3f3f3;
}

.bg-green {
  background-color: #00ff00;
}

.c-bluef {
  color: #1c3765;
}

.circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #25272b;
  float: left;
}

.circle img {
  padding-left: 12px;
  padding-top: 10px;
}

.circle2 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #25272b;
  float: left;
}

.circle2 img {
  padding-left: 12px;
  padding-top: 10px;
}

.circle3 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #25272b;
  float: left;
}

.circle3 img {
  padding-left: 8px;
  padding-top: 10px;
}

.hc h3 {
  margin: 20px 0px 10px 0px;
  font-family: "Titillium Web", sans-serif;
}

.btn-stroke {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: solid #ffffff 1px;
  z-index: 9999;
  width: 100px;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
}

.btn-stroke:hover {
  border-radius: 20px;
  background-color: #ffffff;
  z-index: 9999;
  width: 100px;
  color: #1c3765;
}

.btn-stroke p {
  text-align: center;
  padding-top: 8px;
}

.btn-stroke p:hover {
  color: #1c3765;
}

/*Paralax*/

.content-space-one {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../img/haber4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
}

.content-space-one2 {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../img/haber5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
}

.content-space-one3 {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background: url(../img/haber4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Titillium Web", sans-serif;
}

.btn-stroke2 {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: solid #ffffff 1px;
  z-index: 9999;
  width: 100px;
  color: #25272b;
  font-family: "Titillium Web", sans-serif;
}

.btn-stroke2:hover {
  border-radius: 20px;
  background-color: #244275;
  z-index: 9999;
  width: 100px;
  color: #ffffff !important;
  text-decoration: none;
}

.btn-stroke2 p {
  text-align: center;
  padding-top: 8px;
  color: #ffffff;
  height: 28px;
}

.btn-stroke2 p:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.btn-stroke2 a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

/*/Paralax*/

/* #Footer

================================================== */

/* Start section Fotrer */

.footer-wrap {
  background: url(../img/footer-bg.jpg) no-repeat top;
  padding-top: 30px;
  background-size: cover;
}

.footer-wrap h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-wrap p {
  font-size: 14px;
  line-height: 24px;
  color: #b3b3b3;
  margin-top: 15px;
}

.footer-wrap p a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.footer-wrap p a:hover {
  text-decoration: none;
  color: #ff7800;
}

.footer-links li a {
  font-size: 14px;
  line-height: 26px;
  color: #b3b3b3;
  text-decoration: none;
}

.footer-category li a {
  font-size: 14px;
  line-height: 26px;
  color: #b3b3b3;
  text-decoration: none;
}

.address {
  color: #b3b3b3;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 1.9em;
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-phone:before {
  content: "\f095";
}

.info a {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fa-fax:before {
  content: "\f1ac";
}

.copyright {
  border-top: 1px solid #5f5f5f;
  font-size: 14px;
  color: #b3b3b3;
  margin-top: 25px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

/* End section Fotrer */

.facebookcolor {
  color: #3b5998;
}
.twittercolor {
  color: #0084b4;
}
.hoverface:hover {
  color: #3b5998;
}
.hoverlinkedin:hover {
  color: #0274b3;
}
.hovertwitter:hover {
  color: #0084b4;
}

/*Akordiyon*/

button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #ddd;
}

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

.panel.show {
  opacity: 1;
  max-height: 500px;
}

div.panel2 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

.panel2.show {
  opacity: 1;
  max-height: 800px;
  padding-bottom: 20px;
  padding-top: 20px;
}

button.accordion:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f150";
  font-size: 24px;
  color: #1c3765;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\f151"; /* Unicode character for "minus" sign (-) */
}

.beyazmavi {
  color: #ffffff;
}
.beyazmavi:hover {
  color: #1c3765;
}

.afpagefont {
  font-size: 1.2em;
}

.afpageh3color {
  color: #1c3765 !important;
}

.yasla {
  text-align: justify;
  text-justify: inter-word;
}

.sosyallink {
  color: #bababa !important;
}
.fasize {
  font-size: 18px !important;
}
.fasize-content {
  font-size: 28px !important;
}

.borderc {
  border: solid rgba(0, 0, 0, 0.125);
  border-radius: 0 0.25rem 0.25rem 0.25rem;
  border-width: 0 1px 3px 1px;
}

.borderc2 {
  border: solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25 0.25rem 0.25rem 0.25rem;
  border-width: 1px 1px 3px 1px;
}

.p-1 {
  padding: 0.25rem !important;
}
.text-center {
  text-align: center !important;
}

.btn-outline {
  background-color: transparent !important;
  color: inherit;
  transition: all 0.5s;
}

.btn-frnsf-menu {
  color: white !important;
  border: 1px solid transparent !important;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px 10px 15px !important;
}

.btn-frnsf-menu.btn-outline:hover {
  border: 1px solid white !important;
  border-radius: 5px 5px 5px 5px;
}

.btn-forensafe {
  border: 1px solid white !important;
  padding-left: 1px;
  padding-right: 1px;
}

.btn-forensafe.btn-outline {
  color: #ffffff;
}

.btn-forensafe.btn-outline:hover {
  color: #1c3765;
  background-color: #fff !important;
}

.btn-readmore {
  color: #1c3765;
  border: 1px solid #1c3765 !important;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}

.btn-readmore:hover {
  color: #ffffff !important;
  background-color: #1c3765 !important;
  text-decoration: none;
}

.btn-frnsf-menu-danger {
  color: white !important;
  border: 1px solid transparent !important;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px 10px 15px !important;
  background-color: #f44336 !important;
}

.btn-frnsf-menu-danger:hover {
  color: #f44336 !important;
  border: 1px solid #f44336 !important;
  background-color: transparent !important;
}

.btn-frnsf-menu-primary {
  color: white !important;
  border: 1px solid transparent !important;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px 10px 15px !important;
  background-color: #007bff !important;
}

.btn-frnsf-menu-primary:hover {
  color: #007bff !important;
  border: 1px solid #007bff !important;
}

.btn-frnsf-menu-secondary {
  color: white !important;
  border: 1px solid transparent !important;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px 10px 15px !important;
  background-color: #6c757d !important;
}
.hover-effect:hover {
  background-color: #b2e8ff;
  transition: background-color 0.3s ease;
}

.btn-frnsf-menu-secondary:hover {
  color: #ffffff !important;
  border: 1px solid #6c757d !important;
}

.btn-frnsf-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-frnsf-secondary:hover {
  color: #fff !important;
  background-color: #3a3a3a;
  border-color: #6c757d;
}

/* Haberler */

.haberbaslik {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
}
.haberbaslik2 {
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5em;
}
.aciklama {
  color: #ffffff;
  font-size: 0.875em;
  font-family: "Titillium Web", sans-serif;
}

.bg-haber-1 {
  background: url(../img/haber4.jpg) no-repeat center;
  min-height: 135px !important;
  max-height: 280px !important;
}

.bg-haber-2 {
  background: url(../img/haber2.jpg) no-repeat center;
  min-height: 135px !important;
  max-height: 280px !important;
  margin-top: 1em;
}

.bg-haber-3 {
  background: url(../img/haber6.jpg) no-repeat;
  background-size: 100%;
  min-height: 300px !important;
}

.bg-haber-4 {
  background: url(../img/haber6.jpg) no-repeat center;
  min-height: 300px !important;
  background-size: 70%;
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.modal-open[style] {
  padding-right: 0px !important;
}

/*Table CSS Buy Now*/
table {
  overflow: hidden;
}

td,
th {
  padding: 10px;
  position: relative;
  outline: 0;
}

td:hover::after,
thead th:not(:empty):hover::after,
td:focus::after,
thead th:not(:empty):focus::after {
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

th:hover::after {
  /* background-color: #ffa ; */
  box-shadow: 0 4px 8px 0 rgba(99, 14, 14, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

td:focus::after,
th:focus::after {
  background-color: lightblue;
}

/* Focus stuff for mobile */
td:focus::before,
tbody th:focus::before {
  background-color: lightblue;
  content: "";
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}

.subbg {
  background-color: #ffffff;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}

.subbg:hover::after {
  background-color: #ffffff;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.scrollac {
  position: relative;
  height: 450px;
  margin-top: 10px;
  overflow: auto;
}

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

.center-block {
  display: block !important;
  margin: 0 auto !important;
}

.artifact-name {
  white-space: nowrap;
  padding-left: 6px;
  width: 83px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.switch-customer {
  left: 10px;
  top: 4px;
  width: 36px;
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ddd;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}

.switch-customer:checked {
  background-color: #5cb85c;
}

.switch-customer:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  background-color: white;
  transition: left 0.3s;
}

.switch-customer:checked:before {
  left: 21px;
}

.login-wrap {
  width: 100%;
  margin: auto;
  max-width: 400px;
  position: relative;
  background: url(../img/footer-bg.jpg) no-repeat center;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.12),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  padding: 30px 20px;
  filter: brightness(1.4) opacity(1);
  border-radius: 5px;
}

.login-html {
  position: relative;
  padding: 10px;
  background: rgba(40, 57, 101, 0.9);
  box-sizing: border-box;
}

.login-form .group {
  margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
  width: 100%;
  color: #fff;
  display: block;
}

.login-form .group .input,
.login-form .group .button {
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.login-form .group input[data-type="password"] {
  text-security: circle;
  -webkit-text-security: circle;
}

.login-form .group .label {
  color: #aaa;
  font-size: 12px;
}

.login-form .group .button {
  background: #1161ee;
}

.sign-in {
  color: white;
}

.go-back-sign-in {
  color: white;
}

.hr {
  height: 2px;
  margin: 20px 0 10px 0;
  background: rgba(255, 255, 255, 0.2);
}

.sign-in-htm,
.sign-up-htm {
  display: none;
}

.sign-in-htm.active,
.sign-up-htm.active {
  display: block;
}
