body {
  background: #f8f5f4;
}

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

a {
  text-decoration: none!important;
  color: rgb(0,0,0);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 27 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler.navbar-toggler {
  /*border-color: #000000;*/
}

section {
  padding-top: 40px!important;
  padding-bottom: 50px!important;
}

#top-menu {
  background-color: #1F262B;
}

#top-menu i {
  color: #fff!important;
}

.top-menu-col {
  min-width: 50%!important;
}

#top-menu h6 {
  padding-left: 15px!important;
  color: #fff;
  font-family: 'Noto Sans Anatolian Hieroglyphs';
  font-size: 11px;
  margin-bottom: 5px!important;
  margin-top: 6px;
}

#top-menu-phone {
  width: 137px;
}

#top-menu-mail {
  width: 137px;
  margin-left: 30px;
}

#top-menu-loc {
  width: 137px;
  margin-left: 30px;
}

.top-menu-social {
  margin-left: 10px;
  margin-right: 15px;
}

.navbar {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  height: 100px;
  background: linear-gradient(90deg, white 50%, #edb640 50%);
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navbar-brand img {
  height: 80px!important;
}

#navcol-1 {
  background-color: #EDB640;
  height: 100px!important;
  border-radius: 132px 0px 0px 0px!important;
  padding-left: 50px;
  position: relative;
}

#navcol-1:before {
  position: absolute;
  left: 1px;
  top: 1px;
  content: '';
  border-top: 100px solid #EDB640;
  border-right: 100px solid transparent;
}

#navcol-1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  border-top: 100px solid white;
  border-right: 100px solid transparent;
}
#navcol-1 .dropdown-item.active, .dropdown-item:active {
  color: #EDB640;
  text-decoration: none;
  background-color: #000;
}
.nav-link {
  color: #000000!important;
  padding-left: 30px!important;
  padding-right: 30px!important;
}

#navcol-1 .dropdown-menu {
  background-color: #edb640;
  border: none;
  font-size: 14px;
  color: #ffffff;
  padding-left: 15px;
  line-height: 30px;
}

.masthead span {
  color: #04003b;
}

.masthead .btn-xl {
  background-color: #edb640;
  color: #000000;
}

#services a {
  color: #000000;
  background-color: #edb640!important;
  text-decoration: none!important;
}

#services a:hover {
  background-color: #edb640!important;
  color: #edb640!important;
  text-decoration: none;
}

#projeler a {
  color: #000000;
  background-color: #edb640!important;
  text-decoration: none!important;
}

#projeler a:hover {
  background-color: #edb640!important;
  color: #edb640!important;
  text-decoration: none;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #edb640;
  --bs-btn-hover-color: #edb640;
  --bs-btn-hover-bg: #edb640;
  --bs-btn-hover-border-color: #edb640;
  --bs-btn-focus-shadow-rgb: 216, 178, 46;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #edb640;
  --bs-btn-active-border-color: #edb640;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #edb640;
  --bs-btn-disabled-border-color: #edb640;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #edb640 !important;
  border-color: #edb640 !important;
  color: #000000;
}

#motto {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 40px;
}

#motto-mobile {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 40px;
}

.mottobox {
  margin: 20px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 20px 20px 20px #c9c9c9;
  border-radius: 50%;
  background-color: #1f262b;
  --s: %100;
  --b: 4px;
  --g: 14px;
  --c: #1f262b;
  width: var(--s);
  aspect-ratio: 1;
  outline: calc(var(--s)/2) solid #0009;
  outline-offset: calc(var(--s)/-2);
  cursor: pointer;
  transition: .3s;
}

.mottobox-mobile {
  margin: 20px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 20px 20px 20px #c9c9c9;
  border-radius: 50%;
  background-color: #1f262b;
  --s: %100;
  --b: 4px;
  --g: 14px;
  --c: #1f262b;
  width: var(--s);
  aspect-ratio: 1;
}

.mottobox:hover, .mottobox:active {
  background-color: #edb640;
  outline: var(--b) solid var(--c);
  outline-offset: var(--g);
  transition: all 1s;
  transform: rotateY(180deg);
}

.mottobox i {
  font-size: 110px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}

.mottobox-mobile i {
  font-size: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #edb640;
}

.mottobox:hover i, .mottobox:active i {
  display: none;
}

.mottobox h4 {
  display: none;
}

.mottobox-mobile h4 {
  font-size: 17px;
  color: #ffffff;
}

.mottobox:hover h4, .mottobox:active h4 {
  font-size: 40px;
  display: initial;
  transform: rotateY(180deg);
}

#motto2 h4 {
  font-size: 25px;
}

#motto3 h4 {
  font-size: 34px;
}

#motto4 h4 {
  font-size: 29px;
}

#main-info-img {
  height: 600px;
  margin-bottom: 30px;
}

#main-info-head {
  padding: 20px;
}

.dashedbor {
  border-bottom: 7px dashed #edb640;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

#main-info-head h5 {
  font-weight: 300;
  margin-bottom: 30px;
}

#main-info-head-1 {
  padding: 20px;
  background-color: #edb640;
}

#main-info-head-1 i {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 16px;
}

#main-info-head-1 h1 {
  color: #ffffff;
  font-size: 60px;
}

.dashedborb {
  border-bottom: 7px dashed #ffffff;
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
}

#main-info-head-1 h3 {
  font-weight: 300;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 35px;
}

#about {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.lacback {
  background-color: #04003b;
}

.halfcircle {
  border-radius: 0px 100px 100px 0px;
}

.text-w {
  color: #ffffff;
  font-weight: 300;
}

.text-kl {
  color: #04003b!important;
}

.w-button {
  color: #04003b!important;
  background-color: #ffffff!important;
}

.h-50 {
  height: 200px!important;
}

.serv-box {
  border: 1px solid #0562ca;
}

.serv-img {
  width: 100%;
  height: 250px;
}

.bluepoi {
  background-color: #0562ca;
  color: #ffffff;
  height: 80px;
  width: 80px;
  font-size: 30px;
  border-radius: 50px;
}

.serv-box p {
  font-size: 12px!important;
}

.serv-but {
  height: 40px;
  width: 40px;
  background-color: #7EC400;
  color: #ffffff;
  font-size: 22px;
  margin-top: -20px;
  z-index: 2;
  position: absolute;
  margin-left: 200px;
}

.heading {
  position: relative;
}

.testimonials .heading h2 {
  font-size: 25px;
  font-weight: 700;
  color: #364856;
}

.testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #364856;
}

.testimonials .heading h2 span {
  color: #ffae00;
}

.testimonials p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #364856;
  margin: 20px 0;
  padding: 0;
}

/* Image */

.testimonials .carousel-inner {
  margin-bottom: 50px;
}

.testimonials .carousel-inner .carousel-item .team {
  width: 100px;
  height: 100px;
  border: 2px solid #ffae00;
  border-radius: 100%;
  padding: 5px;
  margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
  font-size: 20px;
  color: #364856;
  font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
  font-size: 14px;
  font-weight: 300;
  color: #edb640;
  margin-bottom: 20px;
}

.testimonials .carousel-indicators {
  bottom: -30px;
}

.testimonials .carousel-indicators li {
  background-color: #d2d2d2;
  border-radius: 30px;
  height: 4px;
  width: 40px;
}

.testimonials .carousel-indicators .active {
  background-color: #edb640;
}

.testimonials .control span {
  cursor: pointer;
}

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #edb640;
}

.testimonials a:hover {
  background-color: #ffffff!important;
}

.testimonials .carousel-indicators {
  bottom: -30px;
}

.testimonials .carousel-indicators li {
  background-color: #b8b7b7;
  border-radius: 30px;
  height: 4px;
  width: 40px;
}

.testimonials .carousel-indicators .active {
  background-color: #ffae00;
}

.testimonials .control span {
  cursor: pointer;
}

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #edb640;
}

.testimonials .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.testimonials .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

footer {
  border-top: 1px solid #ffae00;
  margin-top: 100px;
  background-color: #ffffff;
}

#footer2 {
  background-color: #364856;
}

#footer2 p {
  color: #ffffff!important;
  font-size: 12px;
}

footer h3 {
  color: #000000;
}

footer a {
  text-decoration: none;
  color: #000000!important;
}

hr {
  color: #000000;
}

#headercolor {
  background-color: rgba(255,174,0,0.59);
  width: 100%;
  height: 250px;
  z-index: 2;
  margin-top: -40px;
}

.header h1 {
  position: absolute;
  width: 100%;
  color: #ffffff;
  top: 230px;
}

.header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header header {
  height: 250px;
  color: #ffffff;
  position: absolute;
  top: 128px;
  width: 100%;
  z-index: -100;
}

#team {
  padding-bottom: 50px;
}

#team .container {
  background-color: #ffffff;
}

#team .team-img {
  width: 100%;
  height: 500px;
}

#team h3 {
  color: #ffae00;
  margin-bottom: 20px;
}

#team p {
  font-size: 13px;
}

#team .team-member {
  margin-bottom: 60px;
}

#maps {
  padding-top: 0px;
  padding-bottom: 0px;
}

.paralax {
  height: 640px;
  background-image: url(../../assets/img/dfde.png);
  background-position: center;
  background-size: cover;
  /*opacity: 40%;*/
}

#contact1 {
  padding-top: 0px;
  padding-bottom: 100px;
}

#name {
  border: 1px solid #0562ca;
  height: 50px;
}

#email {
  border: 1px solid #0562ca;
  height: 50px;
}

#tel {
  border: 1px solid #0562ca;
  height: 50px;
}

#message {
  border: 1px solid #0562ca;
  height: 183px;
}

#iletisim i {
  font-size: 65px;
}

#iletisim a {
  text-decoration: none;
  color: #04003b!important;
}

#iletisim a:hover {
  background-color: #ffae00!important;
  color: #ffffff!important;
}

.coserv-img {
  width: 100%;
  height: 500px;
}

.serv-p {
  font-size: 14px;
}

.accordion-item {
  border: none;
}

.accordion-button {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  border-top: 1px solid #edb640!important;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff!important;
  color: #000000;
  font-weight: 600;
  border: 1px solid #edb640!important;
}

.accordion-button.collapsed::after {
  background: url("your.svg");
}

.accordion-button:not(.collapsed)::after {
  background: url("your.svg");
}

.accordion-body {
  height: 100%!important;
}

#services {
  background: #f8f5f4;
}

#projeler {
  background: #f8f5f4;
}

.servicescon {
  background: #ffffff!important;
}

.projelercon {
  background: #ffffff!important;
}

.hovermenu {
  border-top: 15px solid #364856;
  border-bottom: 15px solid #edb640;
  border-radius: 0px 0px 20px 0px;
}

.hovermenu h6 {
  border-top: 1px solid #edb640;
  padding: 15px;
  margin: 0px!important;
  font-family: 'Amiri';
}

.bb {
  border-bottom: 1px solid #edb640;
}

.bt {
  border-top: 1px solid #edb640;
}

.bradiussagalt {
  border-radius: 0px 0px 80px 0px;
}

.ozellik_icerik {
  width: 100%;
  text-align: center;
  background: #ffffff;
}

.proje_icerik {
  width: 100%;
  text-align: center;
  background: #ffffff;
}

.ozellik_icerik div {
  width: 100%;
  height: 340px;
}

.proje_icerik div {
  width: 100%;
  height: 340px;
}

#hidden-div1 {
  display: none;
}

#hidden-div2 {
  display: none;
}

#hidden-div3 {
  display: none;
}

#hidden-div4 {
  display: none;
}

#hidden-div5 {
  display: none;
}

#hidden-div6 {
  display: none;
}

#hidden-div7 {
  display: none;
}

#hidden-div8 {
  display: none;
}

#phidden-div1 {
  display: none;
}

#phidden-div2 {
  display: none;
}

#phidden-div3 {
  display: none;
}

#phidden-div4 {
  display: none;
}

#phidden-div5 {
  display: none;
}

#phidden-div6 {
  display: none;
}

#phidden-div7 {
  display: none;
}

#phidden-div8 {
  display: none;
}

.serifbaslik {
  font-family: serif;
}

.serifbaslik2 {
  font-family: serif;
  font-size: 17px;
}

.blogflash {
  background-color: #edb640;
  padding-top: 25px;
  width: 100px;
  font-weight: bold;
  text-align: center;
  height: 100px;
}

.blogflash p {
  transform: rotate(-19deg);
  font-family: serif;
  font-size: 22px;
  line-height: 27px;
  padding: 20px;
  padding-top: 0px;
}

#blogtopimg {
  width: 100%;
  height: 90%;
}

#blogtopimg_detay {
  width: 100%;
  height: 500px;
  border-radius: 0px 0px 80px 0px;
}

#blogtopicerik p {
  font-size: 14px;
}

#blogtop h4 {
  font-family: serif;
  text-align: right;
}

#blogtop p {
  font-family: sans-serif;
  text-align: right;
}

.yellowbutton {
  background-color: #edb640;
  color: #000000;
  margin-bottom: 50px;
  padding: 14px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 18px;
}

.yellowbutton3 {
  background-color: #edb640;
  color: #1f262b;
  margin-bottom: 50px;
  padding: 14px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 18px;
  font-family: serif;
  font-weight: 600;
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.yellowbutton3:hover {
  background-color: #1f262b;
  color: #edb640;
  margin-bottom: 50px;
  padding: 14px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 18px;
  font-family: serif;
  font-weight: 600;
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.pagination select {
  width: 50px!important;
  text-align: center!important;
}

.yellowbutton2 {
  /*background-color: #edb640;*/
  color: #000000;
  padding: 7px;
  padding-left: 20px;
  padding-right: 0px;
  margin-top: 18px;
  font-size: 13px;
  border-bottom: 1px solid #ffae00;
  text-decoration: none;
  margin-right: 30px;
}

.otherblogs p {
  font-size: 12px;
}

.otherblogsimg {
  width: 100%;
  height: 90%;
}

.kategori_list {
  margin-top: 35px;
  line-height: 41px;
  font-variant-caps: all-small-caps;
  font-size: large;
  list-style-type: none;
  padding-bottom: 10px;
}

.page-link {
  color: #000000!important;
  border: none;
  margin-top: 20px;
}

.portlisting h5 {
  font-family: serif;
}

.portlistimg {
  width: 100%;
  height: 150px;
}

.portlisting ul {
  list-style-type: none;
  padding-left: 10px;
  font-size: 11px;
}

.portlisting a {
  background-color: #ffae00;
  color: #000000;
  font-size: smaller;
  padding: 10px;
  width: 100%;
  font-family: serif;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.select {
  border: 1px solid #ffae00;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  height: fit-content;
}

.select2 {
  border: 1px solid #ffae00;
  width: 50%;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
}

.number {
  border: 1px solid #ffae00;
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  font-size: 13px;
}

#ilanfiltre .accordion-button {
  border: none!important;
}

.portimg {
  width: 100%;
  height: 350px;
}

.portlimg {
  width: 20%;
  height: 80px;
}

.portcontact a {
  background-color: #ffae00;
  color: #000000;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  font-family: serif;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 0px 0px 30px 0px;
}

.portcontactw {
  background-color: #24b500!important;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  font-family: serif;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 0px 0px 30px 0px;
}

.porttab .nav-link {
  background-color: #ffae00;
  margin-left: 5px;
  margin-top: 20px;
}

.porttab .nav-item .active {
  border-top: 1px solid #ffae00!important;
  border-right: 1px solid #ffae00!important;
  border-left: 1px solid #ffae00!important;
}

.porttab .tab-pane {
  padding: 30px;
  border-top: 1px solid #ffae00;
  border-radius: 0px 0px 65px 0px;
}

.ozellik-list {
  list-style-type: none;
  padding-left: 15px;
  float: left;
  margin: 0px!important;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ozellik i {
  font-size: 18px;
  color: rgb(255,174,0);
  margin-right: 10px;
}

.ozellik .form-label {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500!important;
  background-color: #fff!important;
}

.ozellik .form-label span{
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500!important;
  background-color: #fff!important;
}

.ion-ios-search-strong {
  font-size: 14px;
  color: #ffae00;
}
.tablobaslik{
  font-size: 16px;
  font-weight: bold;
  font-family: serif;
}
.tabloicerik{
  font-size: 16px;
  font-family: serif;
}
.porttab2 .nav-link {
  background-color: #ffae00;
  margin-left: 5px;
  margin-top: 20px;
  font-family: serif!important;
  font-weight: 700;
}

.porttab2 .nav-item .active {
  border-top: 1px solid #ffae00!important;
  border-right: 1px solid #ffae00!important;
  border-left: 1px solid #ffae00!important;
}

.porttab2 .nav-item {
  width: 33%;
}

.porttab2 .tab-pane {
  padding: 30px;
  border-top: 1px solid #ffae00;
  border-radius: 0px 0px 65px 0px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #000!important;
  background-color: #ffae00!important;
  border-color: #ffae00!important;
}
.contact{
  border: 1px solid #ffae00 !important;
}
.contact i{
  font-size: 40px;
  margin-bottom: 20px;
}
.contact h6{
  font-weight: 400;
  font-family: "serif";
  line-height: 25px;
}
.quickdetail p {
  font-size: 15px!important;
  line-height: 23px!important;
  margin-bottom: 0px!important;
}
.tumbpic {
  height: 52px!important;
  width: 70px;
}
.fixedButton{
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 20px;
}
.roundedFixedBtn{
  height: 60px;
  line-height: 59px;
  width: 60px;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  cursor: pointer;
}
.cookie-disclaimer {
  background: #1f262b;
  color: #FFF;
  opacity: 0.9;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.cookie-disclaimer .container p{
  font-size: 14px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}