/** Web Site Special Variables **/
@import "fontawesome/css/all.min.css";
@font-face {
  font-family: "ITCAvantGardePro-Bk";
  src: url("../fonts/ITCAvantGardePro-Bk.woff2") format("woff2"), url("../fonts/ITCAvantGardePro-Bk.woff") format("woff");
}
@font-face {
  font-family: "ITCAvantGardePro-Bold";
  src: url("../fonts/ITCAvantGardePro-Bold.woff2") format("woff2"), url("../fonts/ITCAvantGardePro-Bold.woff") format("woff");
}
@font-face {
  font-family: "ITCAvantGardePro-Demi";
  src: url("../fonts/ITCAvantGardePro-Demi.woff2") format("woff2"), url("../fonts/ITCAvantGardePro-Demi.woff") format("woff");
}
@font-face {
  font-family: "ITCAvantGardePro-Md";
  src: url("../fonts/ITCAvantGardePro-Md.woff2") format("woff2"), url("../fonts/ITCAvantGardePro-Md.woff") format("woff");
}
@font-face {
  font-family: "ITCAvantGardePro-XLt";
  src: url("../fonts/ITCAvantGardePro-XLt.woff2") format("woff2"), url("../fonts/ITCAvantGardePro-XLt.woff") format("woff");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "ITCAvantGardePro-Bk", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
  color: #000;
  height: 100%;
  background: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
}

textarea:hover,
input:not([type=checkbox]):hover,
textarea:active,
input:not([type=checkbox]):active,
textarea:focus,
input:not([type=checkbox]):focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

*, *:focus, *:hover {
  outline: none !important;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.center {
  width: 90%;
  margin: 0 5%;
}

.clearfix {
  clear: both;
}

/*** checkboxes **/
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 17px;
  min-width: 17px;
  height: 17px;
  float: left;
  margin-right: 10px;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  line-height: 0;
  top: 9px;
  left: 3px;
  font-size: 12px !important;
  color: #000;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  font-size: 18px;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

/************/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #d23e2b;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 1px solid #d23e2b;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: arial;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0;
  height: 1px;
  background: #d23e2b;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  background: 0 0;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  background: 0 0;
}

.formError .formErrorContent {
  font-size: 12px;
  line-height: 18px;
}

.formError .formErrorContent {
  width: 250px;
}

.formErrorContent {
  background: #e41200 !important;
  border-color: #e41200 !important;
}

.formError .formErrorArrow div {
  background: #e41200 !important;
}

.grecaptcha-badge {
  display: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: -500px;
  left: -500px;
}

/*********/
.form-control:focus {
  background-color: white;
  border-color: #000;
  box-shadow: 0 0 0 0;
}

.span2:hover {
  cursor: pointer;
}

.fa-calendar-day:hover {
  cursor: pointer;
}

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0;
}

#cookie-policy {
  position: fixed;
  z-index: 9999;
  padding: 20px;
  color: black;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  right: 0;
  bottom: 0;
  max-width: 340px;
  margin: 30px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#cookie-policy > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

#cookie-policy a {
  color: #fff;
  text-decoration: underline;
}

#cookie-policy p {
  text-align: center;
  margin: 0;
  line-height: 18px;
  color: #b9b9b9;
}

#cookiePolicyButton {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 30px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  font-weight: 600;
  transition: all 0.5s;
  color: #fff !important;
  margin-left: 10px;
}
#cookiePolicyButton:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
}
#cookiePolicyButton:hover {
  color: #fff !important;
  text-decoration: none;
}
#cookiePolicyButton:hover:before {
  transform: scaleX(1);
}
#cookiePolicyButton span {
  position: relative;
  z-index: 2;
}

/**********/
header {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .container .logo {
  display: flex;
  width: 202px;
  height: 67px;
  text-indent: -999999px;
  background: url("../img/can_bilgisayar.png") no-repeat center center;
  background-size: 150px 67px !important;
  transition: width 0.3s;
  margin: 20px 0;
}
header .container .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .container .right ul.menu {
  display: flex;
  flex-direction: row;
}
header .container .right ul.menu li a {
  font-size: 15px;
  color: #000;
  padding: 10px;
  font-weight: 600;
}
header .container .right ul.menu li a:hover {
  color: #1277CA;
}
header .container .right ul.menu li a.active {
  color: #1277CA;
}
header .container .right ul.social {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 10px 0;
}
header .container .right ul.social li {
  list-style: none;
  margin-right: 5px;
}
header .container .right ul.social li a {
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
  width: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #1277CA;
}
header.scrollHeader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 98;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.85);
}

.langs {
  position: relative;
  display: flex;
  margin-left: 5px;
}
.langs button {
  position: relative;
  color: #1277CA;
  background: transparent;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 500;
  border: 1px solid #1277CA;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.langs button:hover {
  color: #252525;
  border: 1px solid #252525;
}
.langs .dropdown-menu {
  width: 100%;
  min-width: auto;
}
.langs .dropdown-item {
  text-align: center;
  padding: 10px 0;
  font-weight: 300;
  font-size: 14px;
}

.homeTop .dimessions {
  height: calc(100vh - 107px);
  width: 100%;
}
.homeTop .dimessions .container {
  height: calc(100vh - 107px);
  position: relative;
}
.homeTop .dimessions .container .dimessionsHead {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 70px 50px;
  background-color: black;
  width: 589px;
  line-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.homeTop .dimessions .container .dimessionsHead h1 {
  font-family: "ITCAvantGardePro-Bk";
  font-size: 50px;
  color: white;
  text-align: left;
}
.homeTop .dimessions .container .dimessionsHead i {
  margin-top: 30px;
  font-size: 50px;
  color: white;
}

.homeAbout {
  padding: 100px 0 50px 0;
}
.homeAbout .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.homeAbout .container .left {
  width: 49%;
}
.homeAbout .container .left .leftMain {
  background-color: white;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.homeAbout .container .left .leftMain .leftMainTitle {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: center;
  align-items: start;
}
.homeAbout .container .left .leftMain .leftMainTitle span {
  width: 54px;
  height: 2px;
  background: black;
  margin-top: 10px;
}
.homeAbout .container .left .leftMain .leftMainTitle h1 {
  font-family: "ITCAvantGardePro-Bold";
  color: #1277CA;
  font-size: 24px;
}
.homeAbout .container .left .leftMain .homeAbout {
  padding: 22px 32px 0 0;
}
.homeAbout .container .left .leftMain .homeAbout p {
  font-family: "ITCAvantGardePro-Md";
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  color: #333;
}
.homeAbout .container .left .leftMain .continue .btn-style {
  width: fit-content;
  padding: 16px 36px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: 4px;
  text-transform: capitalize;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-top-width: 0.0625rem;
  border-bottom-width: 0.2625rem;
}
.homeAbout .container .left .leftMain .continue .btn-outline-danger:hover {
  color: #fff;
  background-color: #1277CA;
  border-color: #1277CA;
}
.homeAbout .container .right {
  width: 49%;
  height: 230px;
}
.homeAbout .container .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.homeSuccessful {
  background-color: #f7f7f7;
  margin-top: 50px;
  position: relative;
}
.homeSuccessful .downAbsolute {
  position: absolute;
  left: calc(50% - 35px);
  top: -35px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.homeSuccessful .downAbsolute i {
  font-size: 40px;
  color: #333;
}
.homeSuccessful .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 50px 0;
}
.homeSuccessful .container h3 {
  font-family: "ITCAvantGardePro-Bold";
  font-size: 26px;
  margin-bottom: 10px;
  color: #1277CA;
  text-align: center;
}
.homeSuccessful .container p {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
}
.homeSuccessful .container ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}
.homeSuccessful .container ul li {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.homeSuccessful .container ul li div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.homeSuccessful .container ul li div i {
  font-size: 30px;
  color: #1277CA;
  margin-right: 10px;
}
.homeSuccessful .container ul li div h2 {
  color: #333;
  font-size: 30px;
}
.homeSuccessful .container ul li h4 {
  font-size: 18px;
  color: #333;
}

.homeConsultancy {
  padding: 80px 0 40px 0;
}
.homeConsultancy .container {
  display: flex;
  flex-direction: column;
}
.homeConsultancy .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
}
.homeConsultancy .container .title h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
.homeConsultancy .container .title h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.homeConsultancy .container .title .dotted {
  position: absolute;
  left: 100px;
  bottom: -80px;
  z-index: -1;
}
.homeConsultancy .container .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-top: 20px;
  height: 100%;
  min-height: 100%;
}
.homeConsultancy .container .content .left {
  position: relative;
  width: 45%;
  height: 612px;
}
.homeConsultancy .container .content .left .badge1 {
  position: absolute;
  width: 80px;
  height: 120px;
  top: -40px;
  right: 20px;
  background: #1277CA;
  opacity: 0.1;
}
.homeConsultancy .container .content .left .badge3 {
  position: absolute;
  width: 40px;
  height: 80px;
  top: -20px;
  right: 40px;
  background: #1277CA;
  opacity: 0.5;
}
.homeConsultancy .container .content .left .badge2 {
  position: absolute;
  width: 80px;
  height: 120px;
  left: -40px;
  bottom: -60px;
  background: #1277CA;
  opacity: 0.1;
}
.homeConsultancy .container .content .left .badge4 {
  position: absolute;
  width: 40px;
  height: 80px;
  left: -20px;
  bottom: -40px;
  background: #1277CA;
  opacity: 0.5;
}
.homeConsultancy .container .content .right {
  width: calc(55% - 20px);
  height: 100%;
  min-height: 100%;
}

.accordion {
  padding: 0;
  list-style: none;
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ECECEC;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}

/* Thumb */
.accordion-thumb {
  position: relative;
  margin: 0;
  padding: 10px 0;
  padding-left: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.accordion-thumb::before {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 18px;
  content: "+";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #1277CA;
}
.accordion-thumb span {
  margin-left: 15px;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

/* Active */
.accordion-item.is-active {
  background: #EBF9FF;
}
.accordion-item.is-active .accordion-thumb::before {
  content: "-";
}

.news .container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-content: start;
  width: 100%;
}
.news .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
}
.news .container .title h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.news .container .title h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.news .container .title h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
.news .container .title .dotted {
  position: absolute;
  left: 100px;
  bottom: -80px;
  z-index: -1;
}
.news .container ul {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  align-content: start;
  width: 100%;
  margin-bottom: 40px;
}
.news .container ul li {
  position: relative;
  width: calc(33.3333333333% - 13px);
}
.news .container ul li .badge1 {
  position: absolute;
  width: 40px;
  height: 80px;
  top: -40px;
  right: 20px;
  background: #1277CA;
  opacity: 0.1 !important;
  z-index: 6;
}
.news .container ul li a:hover .newsImage img {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
.news .container ul li a .newsImage {
  height: 400px;
  overflow: hidden;
}
.news .container ul li a .newsImage img {
  object-fit: cover;
  min-height: 400px;
  width: 100%;
  filter: grayscale(100%);
  transition: transform 0.4s;
}
.news .container ul li a .newsTitle {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: start;
  align-items: center;
  margin-top: 5px;
}
.news .container ul li a .newsTitle span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.news .container ul li a .newsTitle h1 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .container ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsPage {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  align-content: start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.newsPage li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
  border: 1px solid rgba(66, 81, 127, 0.5);
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 64px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsPage li h1 {
  text-align: center;
}
.newsPage li .badgesl1 {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(66, 81, 127, 0.1);
  transform: rotate(45deg);
}
.newsPage li .badgesl2 {
  position: absolute;
  top: -21px;
  right: -21px;
  width: 42px;
  height: 42px;
  background-color: rgba(66, 81, 127, 0.5);
  transform: rotate(45deg);
}
.newsPage li .badgesl3 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(66, 81, 127, 0.1);
  transform: rotate(45deg);
}
.newsPage li .badgesl4 {
  position: absolute;
  bottom: -21px;
  left: -21px;
  width: 42px;
  height: 42px;
  background-color: rgba(66, 81, 127, 0.5);
  transform: rotate(45deg);
}

.newsSubPage {
  margin-top: 40px;
}
.newsSubPage .container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.newsSubPage .container .left {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #EBF9FF;
  padding: 60px 80px;
  margin: 100px 0 100px -80px;
}
.newsSubPage .container .left .dotted {
  position: absolute;
  left: -110px;
  bottom: -110px;
  z-index: -1;
}
.newsSubPage .container .left h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.newsSubPage .container .left h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.newsSubPage .container .left h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0;
}
.newsSubPage .container .left h3 {
  font-size: 36px;
  font-weight: 100;
}
.newsSubPage .container .left .text {
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
}
.newsSubPage .container .left .buttons {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.newsSubPage .container .left .buttons a {
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #1277CA;
  font-weight: 600;
  transition: all 0.5s;
}
.newsSubPage .container .left .buttons a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.newsSubPage .container .left .buttons a:hover:before {
  transform: scaleX(1);
}
.newsSubPage .container .left .buttons a:first-child {
  background: #1277CA;
  color: #fff;
}
.newsSubPage .container .left .buttons a:first-child:before {
  background-color: #007bb3;
  border: 1px solid #007bb3;
}
.newsSubPage .container .left .buttons a:first-child:hover {
  color: #fff;
}
.newsSubPage .container .left .buttons a:last-child {
  color: #1277CA;
  margin-left: 10px;
}
.newsSubPage .container .left .buttons a:last-child:before {
  background-color: #1277CA;
  border: 1px solid #1277CA;
}
.newsSubPage .container .left .buttons a:last-child:hover {
  color: #fff;
}
.newsSubPage .container .left .buttons a span {
  position: relative;
  z-index: 2;
}
.newsSubPage .container .right {
  position: absolute;
  width: 80%;
  height: 100%;
  right: -30%;
  overflow: hidden;
}
.newsSubPage .container .right img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
}
.newsSubPage .container .right .box {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #1277CA;
  opacity: 0.1 !important;
  z-index: 6;
}
.newsSubPage .container .right .box:nth-child(1) {
  left: 20px;
  bottom: 240px;
}
.newsSubPage .container .right .box:nth-child(2) {
  left: 20px;
  bottom: 20px;
}
.newsSubPage .container .right .box:nth-child(3) {
  left: 240px;
  bottom: 20px;
}
.newsSubPage .container .newsDetailText {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  margin: 40px 0;
  z-index: 1;
}
.newsSubPage .container .newsDetailText h1, .newsSubPage .container .newsDetailText h2, .newsSubPage .container .newsDetailText h3, .newsSubPage .container .newsDetailText h4, .newsSubPage .container .newsDetailText h5, .newsSubPage .container .newsDetailText h6 {
  font-weight: 600;
  margin: 10px 0;
}
.newsSubPage .container .newsDetailText h1 {
  font-size: 20px;
}
.newsSubPage .container .newsDetailText h2 {
  font-size: 18px;
}
.newsSubPage .container .newsDetailText h3 {
  font-size: 16px;
}
.newsSubPage .container .newsDetailText h4 {
  font-size: 14px;
}
.newsSubPage .container .newsDetailText h5 {
  font-size: 13px;
}
.newsSubPage .container .newsDetailText h6 {
  font-size: 12px;
}
.newsSubPage .container .newsDetailRight {
  z-index: 0;
}
.newsSubPage .container .newsDetailRight .box {
  background: #EBF9FF;
  width: 80%;
  position: absolute;
}
.newsSubPage .container .newsDetailRight .box:first-child {
  top: 0;
  right: -50%;
  height: 80px;
}
.newsSubPage .container .newsDetailRight .box:last-child {
  bottom: 0;
  left: -50%;
  height: 80px;
}
.newsSubPage .newsDetailMain {
  margin-top: 20px;
  margin-bottom: 20px;
}

.homeReferances {
  position: relative;
  margin: 40px 0;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.homeReferances .container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-content: start;
}
.homeReferances .container .left {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.homeReferances .container .left h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
  margin-bottom: 30px;
}
.homeReferances .container .left h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.homeReferances .container .left a {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 15px 60px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #1277CA;
  font-weight: 500;
  background: #1277CA;
  color: #fff;
}
.homeReferances .container .left a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #007bb3;
}
.homeReferances .container .left a span {
  position: relative;
  z-index: 2;
}
.homeReferances .container .left a:hover:before {
  transform: scaleX(1);
}
.homeReferances .right {
  width: 90%;
  /* the parent */
}
.homeReferances .right .slick-prev:before {
  content: "\f053" !important;
  font-family: "Font Awesome 5 Pro" !important;
  opacity: 1 !important;
  color: #1277CA !important;
}
.homeReferances .right .slick-next:before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Pro" !important;
  opacity: 1 !important;
  color: #1277CA !important;
}
.homeReferances .right .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.homeReferances .right .slick-slide {
  margin: 0 27px !important;
  border: 1px solid rgba(18, 119, 202, 0.5);
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: start;
  align-items: start;
  min-height: 64px;
  position: relative;
  overflow: hidden;
}
.homeReferances .right .slick-slide h1 {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeReferances .right .slick-slide .badgesl1 {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(18, 119, 202, 0.1);
  transform: rotate(45deg);
}
.homeReferances .right .slick-slide .badgesl2 {
  position: absolute;
  top: -21px;
  right: -21px;
  width: 42px;
  height: 42px;
  background-color: rgba(18, 119, 202, 0.5);
  transform: rotate(45deg);
}
.homeReferances .right .slick-slide .badgesl3 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(18, 119, 202, 0.1);
  transform: rotate(45deg);
}
.homeReferances .right .slick-slide .badgesl4 {
  position: absolute;
  bottom: -21px;
  left: -21px;
  width: 42px;
  height: 42px;
  background-color: rgba(18, 119, 202, 0.5);
  transform: rotate(45deg);
}
.homeReferances .right .raiting-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: start;
  align-items: start;
  min-height: 100%;
}
.homeReferances .right .raiting-content .raiting {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: start;
  align-items: start;
}
.homeReferances .right .raiting-content .raiting .raiting-just {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: start;
  align-items: start;
  margin-top: -3px;
}
.homeReferances .right .raiting-content .raiting .CoamRb {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.homeReferances .right .raiting-content .raiting .XZleqe {
  color: rgb(251, 188, 4);
  height: 20px;
  width: 20px;
}
.homeReferances .right .raiting-content .raiting .TpcqSc {
  color: rgb(218, 220, 224);
  z-index: -1;
  vertical-align: top;
  height: 20px;
}
.homeReferances .right .raiting-content .raiting .Pmm3mc {
  width: 20px;
  height: 20px;
}
.homeReferances .right .raiting-content .raiting .P0eG7b {
  color: gray;
  flex-grow: 2;
  margin-left: 12px;
}
.homeReferances .right .raiting-content .author-name {
  color: #1277CA;
  margin-top: 10px;
}
.homeReferances .right .raiting-content p {
  margin-top: 10px;
}
.homeReferances .right .slick-list {
  margin: 0 -27px !important;
}

.newsletter {
  background: url("../img/newsletter.png") no-repeat center center;
  padding: 80px 0;
}
.newsletter .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsletter .container h1 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.newsletter .container .text1 {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.newsletter .container form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #fff;
  width: 70%;
  margin-top: 30px;
}
.newsletter .container form .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newsletter .container form .top input {
  padding: 10px 20px;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 65%;
}
.newsletter .container form .top button {
  position: relative;
  overflow: hidden;
  width: calc(35% - 10px);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1277CA;
  border: none;
  color: #fff;
}
.newsletter .container form .top button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #007bb3;
}
.newsletter .container form .top button span {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.newsletter .container form .top button:hover:before {
  transform: scaleX(1);
}
.newsletter .container form .top .text {
  color: #eee;
}
.newsletter .container form .checkbox {
  margin-top: 10px;
  color: #333;
}
.newsletter .container form .checkbox .cr {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.newsletter .container form .checkbox a {
  color: #333;
  text-decoration: underline;
}
.newsletter .container form .checkbox .cr-icon {
  top: 8px;
  left: 2px;
}
.newsletter .container form > button {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  min-height: 47px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1277CA;
  border: none;
  color: #fff;
  width: max-content;
  padding: 0 20px;
}
.newsletter .container form > button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #007bb3;
}
.newsletter .container form > button span {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.newsletter .container form > button:hover:before {
  transform: scaleX(1);
}

.homeContact {
  position: relative;
  padding: 20px 0 60px 0;
  background-color: white;
}
.homeContact .container {
  position: relative;
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: start;
}
.homeContact .container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  background: transparent;
  padding: 40px;
  padding-top: 60px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  background-color: white;
}
.homeContact .container form h1 {
  font-size: 30px;
  font-weight: 700;
  color: #1277CA;
  letter-spacing: 2.1px;
  margin-bottom: 20px;
}
.homeContact .container form .checkbox span {
  color: black !important;
}
.homeContact .container form .checkbox a {
  color: black !important;
}
.homeContact .container form .checkbox .cr .cr-icon, .homeContact .container form .checkbox .radio .cr .cr-icon {
  color: #1277CA;
}
.homeContact .container form input, .homeContact .container form textarea {
  padding: 10px 20px 10px 0;
  border: 1px solid #1277CA;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #333;
  color: black;
  font-family: "ITCAvantGardePro-Md";
  width: 100%;
  margin-bottom: 20px;
}
.homeContact .container form input::-webkit-input-placeholder, .homeContact .container form textarea::-webkit-input-placeholder {
  color: #333;
}

.homeContact .container form input:-moz-placeholder, .homeContact .container form textarea:-moz-placeholder {
  color: #333;
}

.homeContact .container form input::-moz-placeholder, .homeContact .container form textarea::-moz-placeholder {
  color: #333;
}

.homeContact .container form input:-ms-input-placeholder, .homeContact .container form textarea:-ms-input-placeholder {
  color: #333;
}

.homeContact .container form button {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 2px solid #1277CA;
  color: #1277CA;
  padding: 15px 50px;
  margin-top: 20px;
  font-weight: bold;
}
.homeContact .container form button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1277CA;
}
.homeContact .container form button span {
  position: relative;
  z-index: 2;
}
.homeContact .container form button:hover {
  color: white;
  cursor: pointer;
}
.homeContact .container form button:hover:before {
  transform: scaleX(1);
}
.homeContact .container form .checkbox {
  margin-top: 10px;
  color: #333;
}
.homeContact .container form .checkbox .cr {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.homeContact .container form .checkbox a {
  color: #333;
  text-decoration: underline;
}
.homeContact .container form .checkbox .cr-icon {
  top: 8px;
  left: 2px;
}
.homeContact .container .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 30px;
}
.homeContact .container .right h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1277CA;
  letter-spacing: 2.1px;
  margin-bottom: 20px;
}
.homeContact .container .right p {
  margin-top: 10px;
  color: #1277CA;
  line-height: 1.2;
  font-family: "ITCAvantGardePro-Bk";
  font-size: 18px;
}
.homeContact .container .right p i {
  font-size: 18px;
  color: #1277CA;
  margin-right: 5px;
}
.homeContact .container .right .contactP {
  margin-top: 0;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 0;
  color: #212121;
}
.homeContact .container .right ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.homeContact .container .right ul li {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.homeContact .container .right ul li i {
  font-size: 18px;
  width: 30px;
  color: #1277CA;
}
.homeContact .container .right ul li a {
  color: black;
}
.homeContact .bg {
  position: absolute;
  right: 0;
  top: 13%;
  height: 200px;
  width: 45%;
  background: #1277CA;
  z-index: -1;
}
.homeContact .dotted1 {
  position: absolute;
  left: -110px;
  top: 0;
  z-index: -1;
}
.homeContact .dotted2 {
  position: absolute;
  right: -110px;
  bottom: 40%;
  z-index: -1;
}

.big-title-h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1277CA;
  letter-spacing: 2.1px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
.big-title-h1 span {
  display: flex;
  margin-right: 10px;
}

.border-minify {
  width: 54px;
  height: 2px;
  background: black;
  margin-top: 10px;
}

footer {
  background: white;
  padding: 30px 0;
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
footer .container .left {
  display: flex;
  flex-direction: column;
  width: 35%;
}
footer .container .left .logo {
  display: flex;
  width: 202px;
  height: 67px;
  text-indent: -999999px;
  background: url("../img/logo2.png") no-repeat center center;
  background-size: 202px 67px !important;
  transition: width 0.3s;
  margin: 0 0 20px 0;
}
footer .container .left span {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
}
footer .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 60%;
}
footer .container .right h1 {
  color: #333;
  font-family: "ITCAvantGardePro-Bold";
  font-size: 22px;
  padding: 0 0 0 10px;
}
footer .container .right .footerFaaliyetler {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: start;
  align-items: start;
}
footer .container .right ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  flex-wrap: wrap;
}
footer .container .right ul.footerFaaliyetlerUl {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
footer .container .right ul.footerFaaliyetlerUl li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  padding: 6px;
  text-transform: lowercase;
}
footer .container .right ul.footerFaaliyetlerUl li a i {
  font-size: 6px;
  margin-right: 5px;
  margin-top: 2px;
}
footer .container .right ul.footerFaaliyetlerUl li a:hover {
  color: #1277CA;
}
footer .container .footerBottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container .footerBottom li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #333;
  padding: 8px;
  text-decoration: underline;
}
footer .container .footerBottom li a:hover {
  color: #1277CA;
  text-decoration: underline;
}
footer p {
  text-align: center;
  color: #333;
  margin-top: 20px;
  font-size: 12px;
  width: 100%;
  border-top: 1px solid #1277CA;
  padding-top: 30px;
}
footer p a {
  margin: 5px 0;
  color: #333;
  border-right: 1px solid #585858;
}
footer p a:last-child {
  border: none;
}
footer p a:hover {
  color: #1277CA;
}

.footer-logo {
  display: flex;
  width: 150px;
  height: 67px;
  text-indent: -999999px;
  background: url(../img/can_bilgisayar.png) no-repeat center center;
  background-size: 150px 67px !important;
  transition: width 0.3s;
  margin-bottom: 20px;
}

.subPage .container {
  display: flex;
  flex-direction: column;
  min-height: 650px;
}
.subPage .container .content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  align-content: start;
  margin-top: 20px;
  height: 100%;
  min-height: 100%;
}
.subPage .container .content .left {
  position: relative;
  width: 45%;
  height: 400px;
}
.subPage .container .content .left .badge1 {
  position: absolute;
  width: 80px;
  height: 120px;
  top: -40px;
  right: 20px;
  background: #1277CA;
  opacity: 0.1;
}
.subPage .container .content .left .badge3 {
  position: absolute;
  width: 40px;
  height: 80px;
  top: -20px;
  right: 40px;
  background: #1277CA;
  opacity: 0.5;
}
.subPage .container .content .left .badge2 {
  position: absolute;
  width: 80px;
  height: 120px;
  left: -40px;
  bottom: -60px;
  background: #1277CA;
  opacity: 0.1;
}
.subPage .container .content .left .badge4 {
  position: absolute;
  width: 40px;
  height: 80px;
  left: -20px;
  bottom: -40px;
  background: #1277CA;
  opacity: 0.5;
}
.subPage .container .content .serviceContent {
  position: relative;
  z-index: 2;
  width: 55%;
  background: #fff;
  padding: 0 20px 20px 20px;
  line-height: 26px;
}
.subPage .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}
.subPage .container .title h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
.subPage .container .title h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.subPage .container .title h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
.subPage .container .title .dotted {
  position: absolute;
  left: -110px;
  bottom: -80px;
  z-index: -1;
}
.subPage .container .inside {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  min-height: 600px;
}
.subPage .container .inside .aboutUsImg {
  position: relative;
  width: 100%;
  height: 400px;
}
.subPage .container .inside .aboutInside {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: start;
  width: 100%;
  background-color: #f7f7f7;
}
.subPage .container .inside .aboutInside .left {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 50px 25px;
  text-align: center;
}
.subPage .container .inside .aboutInside .left .block {
  margin: 20px 0;
}
.subPage .container .inside .aboutInside .left .block h1 {
  font-weight: 700;
  font-size: 24px;
  color: #1277CA;
}
.subPage .container .inside .aboutInside .left .block .text {
  margin-top: 10px;
  text-align: center;
  color: #333;
  line-height: 1.2;
  font-size: 18px;
}
.subPage .container .inside .aboutInside .left ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 20px;
}
.subPage .container .inside .aboutInside .left ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.subPage .container .inside .aboutInside .left ul li div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.subPage .container .inside .aboutInside .left ul li div i {
  font-size: 30px;
  color: #1277CA;
  margin-right: 10px;
}
.subPage .container .inside .aboutInside .left ul li div h2 {
  color: #333;
  font-size: 30px;
}
.subPage .container .inside .aboutInside .left ul li h4 {
  font-size: 18px;
  color: #333;
}
.subPage .container .inside .aboutInside .right {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(60% - 25px);
  background: white;
  padding: 50px;
}
.subPage .container .inside .aboutInside .right > h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.subPage .container .inside .aboutInside .right > h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.subPage .container .inside .aboutInside .right > h1 {
  font-size: 48px;
  font-weight: 600;
  margin: 10px 0;
}
.subPage .container .inside .aboutInside .right > h3 {
  font-size: 36px;
  font-weight: 100;
}
.subPage .container .inside .aboutInside .right .text {
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
}
.subPage .container .inside .aboutInside .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  background: #EBF9FF;
  z-index: -1;
}
.subPage .container .inside .serviceImg {
  position: relative;
  width: 70%;
  height: 500px;
}
.subPage .container .inside .serviceImg .box {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #1277CA;
  opacity: 0.1 !important;
}
.subPage .container .inside .serviceImg .box:nth-child(1) {
  left: 20px;
  top: 240px;
}
.subPage .container .inside .serviceImg .box:nth-child(2) {
  left: 20px;
  top: 20px;
}
.subPage .container .inside .serviceImg .box:nth-child(3) {
  left: 240px;
  top: 20px;
}
.subPage .container .inside .personelMain {
  flex-direction: column-reverse;
}
.subPage .container .inside .personelMain .right {
  width: 90%;
  margin-top: -150px;
}
.subPage .container .inside .personelMain .right h1 {
  font-size: 40px;
}
.subPage .container .inside .personelMain .right p {
  margin-top: 10px;
  line-height: 1.2;
  font-family: "Roboto Medium";
  font-size: 18px;
}
.subPage .container .inside .personelMain .right p i {
  font-size: 18px;
  margin-right: 5px;
}
.subPage .container .inside .personelMain .left {
  width: 90%;
  padding-right: 0;
  padding-left: 0;
}
.subPage .container .inside .personelMain .left form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: transparent;
  padding: 40px;
}
.subPage .container .inside .personelMain .left form h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: white;
  letter-spacing: 2.1px;
  margin-bottom: 20px;
  width: 100%;
}
.subPage .container .inside .personelMain .left form h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: white;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  width: 100%;
}
.subPage .container .inside .personelMain .left form .checkbox span {
  color: White !important;
}
.subPage .container .inside .personelMain .left form .checkbox a {
  color: White !important;
}
.subPage .container .inside .personelMain .left form .checkbox .cr .cr-icon, .subPage .container .inside .personelMain .left form .checkbox .radio .cr .cr-icon {
  color: #a4d8f7;
}
.subPage .container .inside .personelMain .left form input, .subPage .container .inside .personelMain .left form textarea {
  padding: 10px 20px 10px 0;
  border: 1px solid white;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: white;
  color: white;
  width: 100%;
  margin-bottom: 20px;
}
.subPage .container .inside .personelMain .left form input::-webkit-input-placeholder, .subPage .container .inside .personelMain .left form textarea::-webkit-input-placeholder {
  color: white;
}

.subPage .container .inside .personelMain .left form input:-moz-placeholder, .subPage .container .inside .personelMain .left form textarea:-moz-placeholder {
  color: white;
}

.subPage .container .inside .personelMain .left form input::-moz-placeholder, .subPage .container .inside .personelMain .left form textarea::-moz-placeholder {
  color: white;
}

.subPage .container .inside .personelMain .left form input:-ms-input-placeholder, .subPage .container .inside .personelMain .left form textarea:-ms-input-placeholder {
  color: white;
}

.subPage .container .inside .personelMain .left form button {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 2px solid #a4d8f7;
  color: #fff;
  padding: 15px 50px;
  margin-top: 20px;
  font-weight: bold;
}
.subPage .container .inside .personelMain .left form button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1277CA;
}
.subPage .container .inside .personelMain .left form button span {
  position: relative;
  z-index: 2;
}
.subPage .container .inside .personelMain .left form button:hover {
  color: #fff;
  cursor: pointer;
}
.subPage .container .inside .personelMain .left form button:hover:before {
  transform: scaleX(1);
}
.subPage .container .inside .personelMain .left form .checkbox {
  margin-top: 10px;
  color: #333;
}
.subPage .container .inside .personelMain .left form .checkbox .cr {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.subPage .container .inside .personelMain .left form .checkbox a {
  color: #333;
  text-decoration: underline;
}
.subPage .container .inside .personelMain .left form .checkbox .cr-icon {
  top: 8px;
  left: 2px;
}
.subPage .container .serviceAll {
  list-style: none;
  min-height: 250px;
  margin-top: 50px;
  margin-bottom: 43px;
}
.subPage .container .serviceAll > li {
  display: inline-block;
  vertical-align: middle;
  height: 250px;
  position: relative;
  overflow: hidden;
  white-space: normal;
  transition: 0.25s ease-out;
  width: calc(33.3333333333% - 7px);
  border: 1px solid #ECECEC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 6px;
}
.subPage .container .serviceAll > li .serviceOne {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.subPage .container .serviceAll > li .serviceOne a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 250px;
  z-index: 2;
}
.subPage .container .serviceAll > li .serviceOne a h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 20px 20px 10px 20px;
  color: #1277CA;
}
.subPage .container .serviceAll > li .serviceOne a .text {
  width: 100%;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.subPage .container .serviceAll > li .serviceOne a .bgtext {
  position: absolute;
  top: 13px;
  left: 18px;
  font-size: 64px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  z-index: -1;
  font-weight: 600;
  opacity: 0.1;
  white-space: nowrap;
}
.subPage .container .serviceAll > li:nth-child(3n) {
  margin-right: 0;
}
.subPage .container .informationForm {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 0;
  background: #6e6e6e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.subPage .container .informationForm .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  color: #fff;
}
.subPage .container .informationForm .container h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.subPage .container .informationForm .container .text1 {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.subPage .container .informationForm .container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-top: 20px;
}
.subPage .container .informationForm .container form .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.subPage .container .informationForm .container form .top input {
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 25%;
  margin: 0 10px;
}
.subPage .container .informationForm .container form .top input::-webkit-input-placeholder {
  color: #fff;
}

.subPage .container .informationForm .container form .top input:-moz-placeholder {
  color: #fff;
}

.subPage .container .informationForm .container form .top input::-moz-placeholder {
  color: #fff;
}

.subPage .container .informationForm .container form .top input:-ms-input-placeholder {
  color: #fff;
}

.subPage .container .informationForm .container form .top button {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1277CA;
  border: none;
  color: #fff;
  padding: 0 20px;
}
.subPage .container .informationForm .container form .top button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #007bb3;
}
.subPage .container .informationForm .container form .top button span {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.subPage .container .informationForm .container form .top button:hover:before {
  transform: scaleX(1);
}
.subPage .container .informationForm .container form .top .text {
  color: #eee;
}
.subPage .container .informationForm .container form .checkbox {
  margin-top: 10px;
  color: #fff;
}
.subPage .container .informationForm .container form .checkbox .cr {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.subPage .container .informationForm .container form .checkbox a {
  color: #fff;
  text-decoration: underline;
}
.subPage .container .informationForm .container form .checkbox .cr-icon {
  top: 8px;
  left: 2px;
}
.subPage .container .informationForm .container form > button {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  min-height: 47px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1277CA;
  border: none;
  color: #fff;
  width: max-content;
  padding: 0 20px;
}
.subPage .container .informationForm .container form > button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #007bb3;
}
.subPage .container .informationForm .container form > button span {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.subPage .container .informationForm .container form > button:hover:before {
  transform: scaleX(1);
}

.subPageContact .container {
  display: flex;
  flex-direction: column;
}
.subPageContact .container .title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}
.subPageContact .container .title h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
.subPageContact .container .title h2 span {
  width: 40px;
  height: 2px;
  background: #1277CA;
  margin-right: 10px;
}
.subPageContact .container .homeContact {
  background-color: transparent;
}
.subPageContact .container .homeContact .container {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.subPageContact .container .homeContact .container .right {
  padding-left: 60px;
}
.subPageContact .container .homeContact .container .right p {
  color: #3b3d3f;
}
.subPageContact .container .homeContact .container .right ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: start;
}
.subPageContact .container .homeContact .container .right ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #3b3d3f;
  margin-right: 10px;
}
.subPageContact .container .homeContact .container .right ul li div i {
  font-size: 18px;
  width: unset;
  color: #a4d8f7;
}
.subPageContact .container .homeContact .container .right ul li a {
  color: #3b3d3f;
}

#map {
  min-width: 100%;
  height: 500px;
}

#openMenu {
  display: none;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fullmenu {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: rgba(1, 150, 220, 0.9);
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation: fadeInRightBig 0.3s ease-out;
  -moz-animation: fadeInRightBig 0.3s ease-out;
}
.fullmenu.active {
  display: flex;
}
.fullmenu .container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.fullmenu .container .menu {
  display: flex;
  flex-direction: column;
}
.fullmenu .container .menu li {
  display: flex;
}
.fullmenu .container .menu li a {
  position: relative;
  font-size: 44px;
  font-weight: 200;
  color: #fff;
  padding: 10px 10px 10px 100px;
}
.fullmenu .container .menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 3px;
  background: #EBF9FF;
  transition: width 0.3s;
}
.fullmenu .container .menu li a:hover:after, .fullmenu .container .menu li a.active:after {
  width: 80px;
}
.fullmenu .container .closer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 38px;
  color: #EBF9FF;
  cursor: pointer;
  opacity: 0.8;
}
.fullmenu .container .closer:hover {
  opacity: 1;
}
.fullmenu .container .closer span {
  font-size: 36px;
  margin-right: 10px;
}

.otherMain h1 {
  font-size: 24px;
  font-weight: 600;
}
.otherMain p {
  margin: 10px 0;
}

.checkbox label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.slick-prev, .slick-next {
  z-index: 99999;
}

@media only screen and (max-width: 1319px) {
  header .container .right ul.menu li a {
    font-size: 16px;
    color: #000;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 1290px) {
  .homeTop .container {
    flex-direction: column-reverse;
    align-items: center;
    align-content: center;
  }
  .homeTop .container .right {
    overflow: hidden;
    z-index: 1;
    height: calc(100% - 60px);
    bottom: 60px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .homeTop .container .right .box:nth-child(1) {
    left: 20px;
    top: 240px;
  }
  .homeTop .container .right .box:nth-child(2) {
    left: 20px;
    top: 20px;
  }
  .homeTop .container .right .box:nth-child(3) {
    left: 240px;
    top: 20px;
  }
  .homeTop .container .left {
    z-index: 2;
    width: calc(100% - 255px);
    margin: 240px 0 0 220px;
  }
  .homeTop .container .left h3 {
    font-size: 31px;
  }
  .homeTop .container .left .dotted {
    display: none;
  }
  .homeServices .container .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .homeContact .container .right h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .homeTop .container .left h3 {
    font-size: 23px;
  }
  .homeReferances .container .left h1 {
    font-size: 17px;
    line-height: 32px;
  }
  .subPage .container .serviceAll > li {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .subPage .container .serviceAll > li:nth-child(2n) {
    margin-left: 10px;
  }
  .subPage .container .informationForm .container form {
    width: 100%;
  }
  header .container .right ul.social li:last-child {
    margin-right: 0;
  }
  header .container .right ul.menu li a {
    font-size: 15px;
  }
  .news .container ul li a .newsImage {
    height: 350px;
  }
  .news .container ul li a .newsImage img {
    min-height: 350px;
  }
  .newsPage li .newsMain .newsImage {
    height: 350px;
  }
  .newsPage li .newsMain .newsImage img {
    min-height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsSubPage .container .left {
    z-index: 2;
    width: calc(100% - 255px);
    margin: 240px 0 0 240px;
  }
  .newsSubPage .container .right {
    overflow: hidden;
    z-index: 1;
    height: calc(100% - 60px);
    bottom: 60px;
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .newsSubPage .container .right .box:nth-child(1) {
    left: 20px;
    top: 20px;
  }
  .newsSubPage .container .right .box:nth-child(2) {
    left: 20px;
    top: 240px;
  }
  .newsSubPage .container .right .box:nth-child(3) {
    left: 240px;
    top: 20px;
  }
  .newsSubPage .container .left .dotted {
    display: none;
  }
  .homeReferances .right .slick-list {
    margin: 0 -15px !important;
  }
  .homeReferances .right .slick-slide {
    margin: 0 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  header .container .right ul.menu {
    display: none;
  }
  #openMenu {
    display: block;
  }
  .openMenu {
    display: flex;
    cursor: pointer;
  }
  .openMenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
    width: 35px;
  }
  .openMenu ul li {
    height: 4px;
    transition: all 0.2s;
    background: #1277CA;
  }
  .openMenu ul li:nth-child(1) {
    width: 100%;
  }
  .openMenu ul li:nth-child(2) {
    width: 70%;
    margin: 4px 0;
  }
  .openMenu ul li:nth-child(3) {
    width: 85%;
  }
  .openMenu:hover ul li {
    width: 100%;
  }
  .homeTop .container .box:nth-child(1) {
    display: none;
  }
  .homeTop .container .right .box:nth-child(3) {
    left: unset;
    top: 20px;
    right: 20px;
  }
  .homeTop .container .left {
    width: calc(100% - 40px);
    margin: 240px 0 0 0;
  }
  .homeTop .container .left .dotted {
    display: none;
  }
  .homeReferances .container {
    flex-direction: column;
  }
  .homeReferances .container .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .homeReferances .container .right {
    width: 100%;
  }
  .homeContact .container {
    flex-direction: column !important;
  }
  .homeContact .container .right {
    width: 100%;
  }
  .homeContact .container form {
    width: 100%;
    margin-top: 45px;
  }
  .homeContact .bg {
    right: unset;
    top: 0;
    height: 101px;
    width: 66%;
    background: #EBF9FF;
    z-index: -1;
  }
  .homeContact .dotted1 {
    position: absolute;
    left: calc(67% - 211px);
    top: 0;
    z-index: -1;
  }
  .homeContact .dotted2 {
    right: -35px;
    bottom: -6%;
  }
  .contactPage {
    padding: 20px 0 0 0;
  }
  .contactPage .container {
    flex-direction: column-reverse !important;
  }
  .contactPage .container .right {
    padding-left: 0 !important;
  }
  .contactPage .container form {
    padding: 45px 25px;
  }
  footer .container {
    flex-direction: column;
  }
  footer .container .left {
    flex-direction: row;
    width: 100%;
  }
  footer .container .left span {
    width: calc(100% - 202px);
  }
  footer .container .right {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
  }
  footer .container .right ul.menu {
    margin-top: unset;
  }
  .news .container ul li a .newsImage {
    height: 250px;
  }
  .news .container ul li a .newsImage img {
    min-height: 250px;
  }
  .newsPage li .newsMain .newsImage {
    height: 250px;
  }
  .newsPage li .newsMain .newsImage img {
    min-height: 250px;
  }
  .subPage .container .inside .aboutInside {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }
  .subPage .container .inside .aboutInside .left {
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
  }
  .subPage .container .inside .aboutInside .right {
    width: 100%;
  }
  .newsPage li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 780px) {
  .homeSuccessful .container ul {
    flex-direction: column;
  }
  .homeSuccessful .container ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .homeSuccessful .container ul li:last-child {
    margin-bottom: 0;
  }
  .homeSuccessful .container ul li div {
    margin-bottom: 5px;
  }
}
.image-main {
  margin-bottom: 30px;
}
.image-main h1 {
  font-family: "ITCAvantGardePro-Bold";
  color: #1277CA;
  font-size: 24px;
  text-align: center;
}
.image-main .image-main-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.image-main .container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.image-main .container .MainImg {
  width: 29%;
  min-height: 400px;
  margin-left: 1%;
  margin-bottom: 1%;
}
.image-main .container .MainImg a {
  width: 100%;
  display: flex;
  min-height: 400px;
}
.image-main .container .MainImg a img {
  width: 0;
  height: 0;
}

@media only screen and (max-width: 768px) {
  .newsSubPage .container {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .newsSubPage .container .left {
    width: calc(100% - 40px);
    margin: 140px 0 0 0;
    padding: 30px 25px;
  }
  .newsSubPage .container .right .box {
    width: 100px;
    height: 100px;
  }
  .newsSubPage .container .right .box:nth-child(2) {
    display: none;
  }
  .newsSubPage .container .right .box:nth-child(3) {
    left: unset;
    top: 20px;
    right: 20px;
  }
  .homeTop .dimessions .container .dimessionsHead {
    width: 374px;
    line-height: 42px;
  }
  .homeTop .dimessions .container .dimessionsHead h1 {
    font-size: 28px;
  }
  .homeAbout .container {
    flex-direction: column;
  }
  .homeAbout .container .left {
    width: 100%;
  }
  .homeAbout .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .homeAbout .container .left .leftMain .homeAbout {
    padding: 40px;
  }
  .image-main .container .MainImg {
    width: 100%;
    min-height: 300px;
    margin-left: unset;
    margin-bottom: 1%;
  }
  .image-main .container .MainImg a {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .homeConsultancy .container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .homeConsultancy .container .content .left {
    width: 100%;
  }
  .homeConsultancy .container .content .left .badge2 {
    left: 15px;
    bottom: -30px;
  }
  .homeConsultancy .container .content .left .badge4 {
    left: 35px;
    bottom: -15px;
  }
  .homeConsultancy .container .content .right {
    width: 100%;
  }
  .homeConsultancy .container .content .right .accordion {
    margin-top: 50px;
  }
  .homeServices .carousel > .wrap > ul > li {
    width: 80%;
  }
  .homeServices .container {
    margin-bottom: 30px;
  }
  .homeServices .container .top {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .homeServices .container .top .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .homeServices .container .top .left .text {
    text-align: center;
  }
  .homeServices .container .top a {
    margin-top: 10px;
  }
  .homeTop .container .left {
    padding: 50px 60px;
  }
  .homeTop .container .left h1 {
    font-size: 43px;
  }
  .homeTop .container .left h3 {
    font-size: 23px;
  }
  .newsletter .container h1 {
    text-align: center;
    font-size: 32px;
  }
  .newsletter .container .text1 {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  .newsletter .container form {
    width: 100%;
  }
  footer .container .right {
    flex-direction: column;
  }
  .subPage .container .serviceAll > li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .subPage .container .inside .serviceImg {
    width: 100%;
  }
  .subPage .container .inside .serviceContent {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .subPage .container .inside .serviceImg .box:nth-child(3) {
    right: 20px;
    top: 20px;
    left: unset;
  }
  .subPage .container .inside .serviceImg .box:nth-child(1) {
    display: none;
  }
  .subPage .container .inside .aboutInside {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }
  .subPage .container .inside .aboutInside .right {
    overflow: hidden;
  }
  .subPage .container .inside .aboutUsImg .badge2 {
    width: 40px;
    height: 40px;
    left: -20px;
    bottom: 170px;
  }
  .subPageDownload ul.partners li {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .subPageDownload ul.partners li:nth-child(4n) {
    margin-right: 10px;
  }
  .homeReferances .container .right ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: calc(50% - 20px);
    flex-wrap: wrap;
    margin: 10px;
    border: 1px solid #eee;
    padding: 10px;
  }
  .subPage .container .informationForm .container form .top {
    flex-wrap: wrap;
    justify-content: start;
  }
  .subPage .container .informationForm .container form .top input {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .subPage .container .informationForm .container form .top button {
    width: calc(50% - 20px);
    padding: unset;
    margin: 0 10px 10px 10px;
  }
  .homeServices .carousel > .wrap > ul {
    overflow: auto;
  }
  .news .container ul {
    flex-direction: column;
  }
  .news .container ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .container ul li:last-child {
    margin-bottom: 0;
  }
  .news .container ul li a .newsImage {
    height: 350px;
  }
  .news .container ul li a .newsImage img {
    min-height: 350px;
  }
  .news .container ul li .badge1 {
    width: 80px;
    height: 40px;
    top: 40px;
    right: unset;
    left: -40px;
  }
  .newsPage {
    flex-direction: column;
  }
  .newsPage li {
    width: 100%;
    margin-right: unset;
    margin-left: unset;
  }
  .newsPage li .newsMain .newsImage {
    height: 350px;
  }
  .newsPage li .newsMain .newsImage img {
    min-height: 350px;
  }
  .newsPage li .newsMain p {
    min-height: unset;
  }
  .homeConsultancy .container .content .left {
    height: 518px;
  }
  .subPage .container .inside .personelMain .right h1 {
    font-size: 26px;
  }
  .subPage .container .inside .personelMain .left form h1 {
    margin-bottom: 10px;
  }
  .subPage .container .inside .personelMain .left form {
    padding: 0 20px;
  }
}
.homeServices .carousel > .wrap ::-webkit-scrollbar {
  width: 13px;
}
.homeServices .carousel > .wrap ::-webkit-scrollbar-track {
  background: #F1F1F1;
  box-shadow: 10px 10px 8px 10px #F1F1F1;
}
.homeServices .carousel > .wrap ::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border: 2px solid #F1F1F1;
  border-radius: 10px;
}
.homeServices .carousel > .wrap ::-webkit-scrollbar-thumb:hover {
  background: #b4b4b4;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 590px) {
  footer .container .right {
    flex-direction: column;
  }
  footer .container .right ul.social {
    display: none;
  }
  footer .container .right ul.menu {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .fullmenu .container .closer {
    top: -50px;
    right: 25px;
  }
  .news .container ul li a .newsImage {
    height: 300px;
  }
  .news .container ul li a .newsImage img {
    min-height: 300px;
  }
  .news .container ul li .badge1 {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
  }
  .newsPage li .newsMain .newsImage {
    height: 300px;
  }
  .newsPage li .newsMain .newsImage img {
    min-height: 300px;
  }
}
@media only screen and (max-width: 515px) {
  .homeSuccessful .container h3 {
    font-size: 34px;
  }
  .homeSuccessful .container p {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 18px;
  }
  .subPage .container .inside .aboutInside .left .block h1 {
    font-size: 34px;
  }
  .subPage .container .inside .aboutInside .left .block .text {
    line-height: 1.3;
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .subPage .container .inside .serviceImg .box {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #0196DC;
    opacity: 0.1 !important;
  }
  .subPage .container .inside .serviceImg {
    height: 375px;
  }
  .subPage .container .inside {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    min-height: 460px;
  }
  .homeContact .container .right h1 {
    font-size: 26px;
  }
  .homeContact .container .right .contactP {
    font-size: 20px;
  }
  .homeContact .container .right p {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 485px) {
  .homeTop .container .right .box {
    width: 100px;
    height: 100px;
  }
  .homeTop .container .left {
    margin: 140px 0 0 0;
  }
  .homeTop .container .left h3 {
    font-size: 21px;
  }
  .homeTop .container .left h1 {
    font-size: 39px;
  }
  .homeReferances .right .slick-slide {
    margin: 0 10px !important;
  }
  .homeReferances .right {
    width: 85%;
  }
  .homeReferances .right .slick-list {
    margin: 0 -10px !important;
  }
  .homeReferances {
    margin: 0 0 40px 0;
  }
  .subPage .container .inside .aboutInside .right {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .subPage .container .informationForm .container form .top input {
    width: 100%;
  }
  .subPage .container .informationForm .container form .top button {
    width: 100%;
    padding: 10px 20px;
    height: 47px;
  }
}
@media only screen and (max-width: 476px) {
  .homeTop .container .left {
    padding: 20px 30px;
  }
  .homeTop .container .left .buttons {
    justify-content: space-between;
  }
  .homeAbout {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (max-width: 425px) {
  .subPage .container .inside .aboutInside .right h3 {
    font-size: 18px;
  }
  .subPageDownload ul.partners li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .subPageDownload ul.partners li:nth-child(4n) {
    margin-right: unset;
  }
  .subPageDownload ul.partners li:nth-child(2n) {
    margin-right: 0;
  }
  .subPageDownload ul.partners li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .news .container ul li a .newsImage {
    height: 250px;
  }
  .news .container ul li a .newsImage img {
    min-height: 250px;
  }
  .newsPage li .newsMain .newsImage {
    height: 250px;
  }
  .newsPage li .newsMain .newsImage img {
    min-height: 250px;
  }
  .newsSubPage .container .left h1 {
    font-size: 19px;
  }
  .newsSubPage .container .newsDetailRight .box {
    width: 100%;
  }
  .homeTop .dimessions .container .dimessionsHead {
    padding: 20px;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .homeTop .dimessions .container .dimessionsHead h1 {
    font-size: 26px;
  }
  .homeTop .dimessions .container .dimessionsHead i {
    display: none;
  }
  footer .container .left span {
    display: none;
  }
  footer .container .left {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  footer .container .right .footerFaaliyetler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  footer .container .right ul.footerFaaliyetlerUl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  footer .container .right ul.footerFaaliyetlerUl li {
    width: 100%;
  }
  .contactPage .container .right .contactP {
    font-size: 18px !important;
  }
  .fullmenu .container .menu li a {
    font-size: 18px;
    padding: 10px 10px 10px 50px;
  }
  .fullmenu .container .closer span {
    font-size: 20px;
  }
  .fullmenu .container .menu li a:hover:after, .fullmenu .container .menu li a.active:after {
    width: 45px;
  }
}
@media only screen and (max-width: 420px) {
  .homeTop .container .left .buttons {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .homeTop .container .left .buttons a {
    width: max-content;
  }
  .homeTop .container .left .buttons a:last-child {
    margin-top: 10px;
    margin-left: 0;
  }
  .homeSuccessful .container p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 410px) {
  header .container .right ul.social {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .newsletter .container form .top {
    width: 100%;
  }
  .homeTop .container .left h1 {
    font-size: 30px;
  }
  .homeTop .container .left h3 {
    font-size: 19px;
    line-height: 20px;
  }
  .homeTop .container .left .text {
    line-height: 24px;
  }
  .subPage .container .inside .serviceContent {
    padding: 40px;
  }
  .newsletter .container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
  }
  .newsletter .container form .top input {
    width: 100%;
  }
  .subPage .container .informationForm .container form .checkbox {
    margin-left: 15px;
  }
  .subPage .container .inside .personelMain .right h1 {
    font-size: 20px;
  }
  .subPage .container .inside .personelMain .right p {
    font-size: 16px;
  }
  .subPage .container .inside .personelMain .left form h1 {
    font-size: 20px;
  }
  .subPage .container .inside .personelMain .left form h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 389px) {
  #openMenu {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .homeTop .container .left h3 {
    font-size: 17px;
  }
  .subPage .container .inside .aboutInside .right {
    padding: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .homeTop .container .left h3 {
    font-size: 16px;
  }
  .homeTop .container .left .text {
    line-height: 21px;
    font-size: 15px;
  }
  .homeTop .dimessions .container .dimessionsHead h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .subPage .container .inside .aboutInside .right h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .subPage .container .inside .aboutInside .right h1 {
    font-size: 30px;
  }
  .subPage .container .inside .aboutInside .left .block h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 335px) {
  .homeTop .container .left h1 {
    font-size: 26px;
  }
  .homeTop .container .left h3 {
    font-size: 15px;
  }
  .subPage .container .inside .aboutInside .right h1 {
    font-size: 27px;
  }
  .subPage .container .inside .aboutInside .right h3 {
    font-size: 15px;
  }
  .subPage .container .inside .aboutInside .right .text {
    line-height: 24px;
  }
}
@media only screen and (max-width: 322px) {
  .homeTop .container .left h3 {
    font-size: 14px;
  }
  .subPage .container .inside .aboutInside .right h1 {
    font-size: 25px;
  }
  .subPage .container .inside .aboutInside .right h3 {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
