@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@400;700&display=swap");
.bgDeyis{
  .fixed1{
    background-color: white !important;
  }
  a{
    color: blue !important;
  }
}
.primary {
  background-color: #0039a6;
}
.primar2 {
  color: #0039a6;
}
::selection {
  background-color: #135eeb;
  color: #fff;
}
.ag {
  color: white;
}
header {
  font-family: "Montserrat", sans-serif;
}
main,
footer {
  font-family: "Roboto", sans-serif;
}
.container1,
nav {
  padding: 0 15px;
}
.contact h2 {
  color: white;
  font-size: 1.3rem;
}
.contact {
  gap: 10px;
  align-items: center;
  display: flex;
}
.contact2 {
  font-size: 13px;
  color: white;
  display: flex;
  flex-direction: column;
}
.contact2 a i {
  font-size: 15px;
  padding-left: 3px;
}
.combiner {
  margin: auto;
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social {
  display: none;
}
.social a i {
  color: #0039a6;
  font-size: 14px;
  width: 25px;
  height: 25px;
  background-color: white;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}
.anti-hamburger{
  z-index: 100;}
  .div-fixed{
    width: 100%;
  }
.social li {
  display: inline-block;
  padding-left: 10px;
}
.logo img {
  object-fit: cover;
  width: 150px;
  height: 80px;
}
.info ul {
  gap: 15px;
  display: flex;
}
.infoparts {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.info ul li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.info ul li:nth-child(1),
.info ul li:nth-child(2) {
  padding-right: 14px;
  border-right: 1px solid #0039a6;
}
.info ul li i {
  color: #0039a6;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 2px solid #0039a6;
  text-align: center;
  border-radius: 50%;
}
.infoparts {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.infoparts a {
  font-size: 14px;
  font-weight: 100;
  color: #000;
}
.info {
  display: none;}
.container2 {
  margin: auto;
  padding: 12px 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bars span {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #0039a6;
  margin: 6px 0px;
}
.except {
  width: 22px !important;
  transition: all 0.5s ease;
}
.bars:hover .except {
  width: 30px !important;
}
.bars {
  cursor: pointer;
}
#hamburger {
  background-color: #333333;
  max-width: 480px;
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  transition: all 0.7s ease;
  z-index: 2000;
  top: 0;
}
#line {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 35px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0039a6;
}
.spanline1,
.spanline2 {
  top: 50%;
  background-color: white;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  position: absolute;
  width: 2px;
  height: 20px;
  line-height: 40px;
}
.spanline2 {
  transform: translate(-50%, -50%) rotate(135deg);
}
#line:hover {
  opacity: 87%;
}
.nav2 {
  padding: 80px 20px 50px 50px;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
.nav2 a {
  border-bottom: 1px solid white;
  display: block;
  line-height: 30px;
  padding: 10px 0px;
  color: white;
  font-size: 1.1em;
}
.nav2 i {
  float: right;
  padding-right: 10px;
}
.nav2 span {
  cursor: pointer;
  padding: 15px 0px;
  color: white;
  display: block;
  font-size: 1.1em;
  width: 100%;
  border-bottom: 1px solid white;
}
.services {
    overflow: hidden;
    border-bottom: 1px solid white;
    cursor: pointer;
    transition: all 1s ease;
    max-height: 0;
    position: relative;
    left: 0;
    width: 100%;
}
.services div{
    padding: 10px 0px 20px 25px;
}
.nav2 a:hover,
.services a:hover {
  color: #75ff03;
  transition: all 0.3s ease;
}
.services a {
  border-bottom: 0px;
  padding: 10px 0px 0px 0px;
  font-size: 1.1em;
  color: white;
}
.except2 {
  border-bottom: 0px !important;
}
.anti-hamburger {
  display: none;
}
.container3 {
  margin: auto;
  display: none;
}
.hiddenmenu li {
  margin-right: 5px;
  display: inline-block;
}
.hiddenmenu a {
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  color: white;
  margin-right: 10px;
  display: block;
  font-weight: 500;
}
.submenu li {
  margin-right: 0px;
  display: block;
}
.submenu a {
  margin: 0;
  padding: 12px 30px;
  font-size: 15px;
  height: unset;
  line-height: unset;
  color: #101;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  width: 355px;
  display: block;
}
.except4:hover + .submenu,
.submenu:hover {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.submenu {
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  padding: 25px 0px;
  width: auto;
  position: absolute;
  top: 100%;
  background-color: white;
  z-index: 91;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    visibility 0.3s;
}
.div1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 48px 0 35px;
}
#fixed1{  background-color: #0039a6;}
.hiddenmenu a:hover,
.hiddenmenu span:hover {
  color: rgb(44, 255, 1);
  transition: all 0.3s ease;
}
.submenu a:hover{
color: black !important;
}
.menu {
  padding-left: 17px;
}
.mainmenu {
  position: unset;
  height: auto;
}
.div2 {
  padding: 37px 64px;
  background: black;
  display: block;
  margin-left: 12px;
}
.div2 a {
  font-size: 16px;
  color: white;
}
.table {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-inner {
  background-image: url(../images/img1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.content h1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: white;
}
.content {
  padding: 230px 0px 160px 0px;
}
.content a {
  cursor: pointer;
  font-size: 16px;
  color: white;
  background-color: #0039a6;
  padding: 20px 35px;
  border-radius: 3px;
  font-weight: 400;
  display: inline-block;
}
.alar {
  margin-top: 30px;
}
.alar li:nth-child(1) {
  margin-bottom: 15px;
  margin-right: 20px;
}
.alar li {
  display: inline-block;
}
.content a:hover {
  background-color: rgb(19, 26, 26);
}
.container5 {
  padding: 0px 15px;
  margin: auto;
}
.section1 {
  padding: 80px 0px 70px 0px;
}
.niye h2 {
  font-size: 32px;
  line-height: 40px;
  color: black;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.niye {
  margin-bottom: 50px;
}
.number span {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
  color: white;
}
.row3 h3 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
}
.row3 a:hover {
  color: rgb(0, 255, 51);
  transition: all 0.3s ease;
}
.row3 p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.8em;
  color: white;
}
.row1 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0px 12px;
  margin-bottom: 30px;
}
.row3 {
  background-color: #0039a6;
  height: 360px;
  border-radius: 20px;
  padding: 50px 40px 60px 40px;
  margin: unset;
}
.rows {
  display: flex;
  flex-wrap: wrap;
}
.container6 {
  margin: auto;
}
.number {
  margin-bottom: 10px;
}
.section2 {
  padding: 70px 0;
  background-color: #f9f9f9;
}
.xidmetler {
  margin-bottom: 35px;
  text-align: center;
}
.xidmetler h2 {
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 17px;
  font-weight: 700;
  color: black;
}
.container7 {
  padding: 0 12px;
  width: 100%;
  margin: auto;
}
.cols {
  padding: 70px 0px;
}
.container4 {
  width: 100%;
  padding: 0px 12px;
}
.col1 {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.col2 {
  margin-bottom: 30px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}
.projectimg img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.col2{
  position: relative;}
.icon {
  position: absolute;
  background: #0039a6;
  top: 45%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.icon a{
  color: white !important;
}
.project:hover .icon {
  opacity: 1;
  transition: all 0.5s ease;
}
.icon a {
  transition: all 0.3s ease;
}
.icon i {
  padding-top: 15px;
  font-size: 20px;
  color: white;
}
.projectyazilar {
  text-align: center;
  padding: 22px 0 0;
}
.yazilardiv {
  text-align: center;
  position: relative;
  z-index: 9;
  display: table;
  height: 100%;
  width: 100%;
}
.yazilardiv2 {
  display: table-cell;
  vertical-align: middle;
}
.yazilardiv2 h3 {
  font-size: 18px;
  line-height: 26px;
}
.yazilardiv2 a {
  color: #0a0a0a;
}
.yazilardiv2 a:hover {
  color: #0039a6;
  transition: all 0.3s ease;
}
.yazilardiv2 a {
  padding-top: 2px;
  display: inline-block;
}
/*footer*/
footer {
  background-image: url(../images/footer.background.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.footer1 {
  padding: 70px 0 50px 0px;
}
.container8 {
  padding: 0px 25px;
}
.rowscols {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.rowscols1,
.rowscols2,
.rowscols3,
.rowscols4 {
  margin-bottom: 10px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}
.rowscols3 {
  padding-left: 15px;
}
.logo-a {
  margin-bottom: 40px;
}
.logo-a img {
  width: 200px;
  max-height: 60px;
  object-fit: cover;
  max-width: 100%;
  height: 70px;
}
.footericons {
  margin-bottom: 30px;
}
.footericons li {
  display: inline;
  margin-right: 25px;
}
.footericons i {
  font-size: 18px;
  margin-right: 3px;
  color: white;
  text-align: center;
}
.footericons i:hover {
  color: #1fff0a;
  transition: all 0.8s ease;
}
.rowscols2 h3,
.rowscols3 h3,
.rowscols4 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}
.rowscols2 li {
  padding: 0 0 21px 40px;
  position: relative;
  display: list-item;
}
.rowscols2 i {
  color: #1fff0a;
  position: absolute;
  left: 0px;
}
.rowscols2 .icdiv {
  color: white;
}
.rowscols2 a {
  color: white;
}
.rowscols2 a:hover,
.rowscols3 a:hover {
  color: #1fff0a;
  transition: all 0.3s ease;
}
.rowscols3 li {
  margin-bottom: 20px;
  display: list-item;
}
.rowscols3 a {
  font-size: 15px;
  color: white;
}
.email {
  display: flex;
  margin: 25px 0;
  line-height: 1.8em;
  position: relative;
}
.email1 {
  outline: none;
  border: 3px solid #0039a6;
  background: none;
  padding: 10px;
  color: white;
  height: 60px;
  width: 100%;
}
.email span {
  position: relative;
}
.email2 {
  cursor: pointer;
  position: absolute;
  background-color: #0039a6;
  padding: 0 14px;
  height: 60px;
  width: 60px;
  right: 0px;
  border: none;
}
.email2:hover {
  background-color: gray;
}
.email i {
  pointer-events: none;
  position: absolute;
  right: 22px;
  z-index: 99;
  display: block;
  color: white;
  top: 20px;
}
.footer2 {
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid gray;
}
.footer2 p {
  color: white;
}
#topbutton{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #0039a6;
  padding: 12px 18px;
  border-radius: 40%;
  cursor: pointer;
  display: none;
}
#topbutton i{
  color: white;
  font-size: 20px;
}
@media (min-width: 576px) {
  .combiner,
  .container2,
  .container5,
  .container6,
  .container7,
  .container4 {
    max-width: 540px;
  }
  .content {
    padding: 250px 0px 180px 0px;
  }
  .container5 {
    padding: 0;
  }
  .rowscols1,
  .rowscols2,
  .rowscols3,
  .rowscols4 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .combiner,
  .container2,
  .container5,
  .container6,
  .container7,
  .container4 {
    max-width: 720px;
  }
  .content {
    padding: 270px 0px 200px 0px;
  }
  .niye h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .row1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row3 {
    margin: 0 -10px 0 0;
  }
  .xidmetler h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .col2 {
    margin-bottom: 30px;
    flex: 0 0 auto;
    width: 50%;
  }
  .yazilardiv2 h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .container8 {
    padding: 0px 100px;
  }
  .rowscols1,
  .rowscols2,
  .rowscols3,
  .rowscols4 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .social {
    display: block;
  }
  .info {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .combiner,
  .container2,
  .container3,
  .container5,
  .container6,
  .container7,
  .container4 {
    max-width: 960px;
  }
  #bars {
    display: none;
  }
  #hamburger {
    display: none;
  }
  .anti-hamburger {
    display: block;
  }
  .container3 {
    display: block;
  }
  .content {
    padding: 310px 0px 230px 0px;
  }
  .row1 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row3 {
    padding: 50px 26px 60px;
  }
  .section1 {
    padding: 100px 0px 100px 0px;
  }
  .section2 {
    padding: 100px 0;
  }
  .cols {
    padding: 100px 0px;
  }
  .col2 {
    margin-bottom: 30px;
    flex: 0 0 auto;
    width: 33.33%;
  }
  .rowscols1,
  .rowscols2,
  .rowscols3,
  .rowscols4 {
    flex: 0 0 auto;
    width: 25%;
  }
  .rowscols3 {
    padding-left: 55px;
  }
  .footericons {
    margin-bottom: 0px;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .combiner,
  .container2,
  .container3,
  .container5,
  .container6,
  .container7,
  .container4 {
    max-width: 1140px;
  }
  .row3 {
    padding: 50px 40px 60px 40px;
  }
  .row3 {
    padding: 50px 40px 60px;
  }
}
@media (min-width: 1300px) {
  .row3 {
    height: 330px;
    padding: 50px 50px 60px 60px;
  }
  .combiner,
  .container2,
  .container3,
  .container5,
  .container6,
  .container7,
  .container4 {
    max-width: 1380px;
  }
}
