/*Created By Venus Agency*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration: none;
}
ul, ol, li {
	padding:0px;
	list-style: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.navbar-toggler {
    color: white;
}
@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1560px;
  }
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 8px 6px 0px 6px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 14px;
  }
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
    width: 180px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .search-box p {
    font-size: 14px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:94px;
	}
	.marti-logo {
    width: 280px;
	}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 58px;
    height: 12px;
    margin: 5px 7px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    top: 90%;
    left: 43%;
    justify-content: space-between;
    padding: 5px 50px;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    width: 24%;
  }
  .owl-manset-text > h1 {
    font-size: 28px;
    color: #1C3C6D;
    font-weight: 500;
  }
  .owl-manset-text > h2 {
    font-size: 18px;
    color: #1C3C6D;
    font-weight: 300;
	margin-bottom: 40px;
  }
  	.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:88px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 22px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
	
  /*kariyer start*/
  .cv-box {
    margin-bottom: -13%;
  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
    position: relative;
    z-index: 2;
    top: -398px;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
  }
  .cv-box h1 {
    position: relative;
    z-index: 2;
    top: -410px;
    display: flex;
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    color: #fff;
  }
  .cv-box .btn-outline-light {
    padding: 27px 55px 30px 61px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    top: -368px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 20%;
    padding: 38px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 145px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 48px;
  }
  .ozellik-icon p {
    font-size: 14px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 68px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 88px;
    margin-top: 160px;
  }
  .marti-yazilim-box-content {
    background: #1C3C6D;
    color: white;
    padding: 128px;
    margin-top: 48px;
    height: 662px;
  }
	.marti-yazilim-box-content h1{
		font-size:36px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:26px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:18px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 27px 55px 30px 61px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
	  margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:104%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 36px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
	  font-weight: 600;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 14px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 14px;
    line-height: 20px;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
	color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 106%;
    justify-content: space-between;
    padding: 0px 50px;
	}

  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 8px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 36px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 14px 22px 14px 28px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #1C3C6D;
  }
  .btn-kirmizi {
    padding: 14px 24px 14px 28px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	
	.btn-kirmizi2 {
    padding: 14px 24px 14px 28px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #dd3732;
  }
    .btn-kirmizi2:hover {
    background-color: #687991;
  }

  .urunler-box-info-paraph p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
    margin-top: 28px;
    margin-bottom: 28px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 64px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 28px;
	}
	.footer-logo{
		width: 320px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 25%;
  }
  .copyright {
    color: #828386;
    font-size: 14px;
  }
  .footer-col {
    width: 15%;
    margin-top: 62px;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 14px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 14px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 16px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 74%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 10%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
    width: 16%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .container {
    max-width: 1560px;
  }
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 8px 6px 0px 6px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 14px;
  }
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
    width: 180px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .search-box p {
    font-size: 14px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:94px;
	}
	.marti-logo {
    width: 280px;
}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 58px;
    height: 12px;
    margin: 5px 7px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    top: 90%;
    left: 43%;
    justify-content: space-between;
    padding: 5px 50px;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    width: 28%;
  }
  .owl-manset-text > h1 {
    font-size: 28px;
    color: #1C3C6D;
    font-weight: 500;
  }
  .owl-manset-text > h2 {
    font-size: 18px;
    color: #1C3C6D;
    font-weight: 300;
	margin-bottom: 40px;
  }
	.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:88px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }
  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
	
  /*kariyer start*/
  .cv-box {
    margin-bottom: -13%;
  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
    position: relative;
    z-index: 2;
    top: -398px;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
  }
  .cv-box h1 {
    position: relative;
    z-index: 2;
    top: -410px;
    display: flex;
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    color: #fff;
  }
  .cv-box .btn-outline-light {
    padding: 27px 55px 30px 61px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    top: -368px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 20%;
    padding: 38px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 145px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 48px;
  }
  .ozellik-icon p {
    font-size: 14px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 68px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 88px;
    margin-top: 160px;
  }
  .marti-yazilim-box-content {
    background: #1C3C6D;
    color: white;
    padding: 84px;
    margin-top: 48px;
    height: 570px;
  }
	.marti-yazilim-box-content h1{
		font-size:36px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:28px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:18px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 27px 55px 30px 61px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
	  margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:104%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 36px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 14px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 16px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
	color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 106%;
    justify-content: space-between;
    padding: 0px 50px;
	}
	

  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 8px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 36px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 14px 22px 14px 28px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #1C3C6D;
  }
  .btn-kirmizi {
    padding: 14px 24px 14px 28px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	
	.btn-kirmizi2 {
    padding: 14px 24px 14px 28px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #dd3732;
  }
    .btn-kirmizi2:hover {
    background-color: #687991;
  }

  .urunler-box-info-paraph p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
    margin-top: 28px;
    margin-bottom: 28px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 48px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 28px;
	}
	.footer-logo{
		width: 320px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 25%;
  }
  .copyright {
    color: #828386;
    font-size: 14px;
  }
  .footer-col {
    width: 15%;
    margin-top: 62px;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 14px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 14px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 16px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 74%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 10%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
    width: 16%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
    .container {
    max-width: 1420px;
  }
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 4px 4px 0px 4px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 13px;
  }
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
    width: 180px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .search-box p {
    font-size: 14px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:80px;
	}
	.marti-logo {
    width: 280px;
}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 58px;
    height: 12px;
    margin: 5px 7px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    top: 90%;
    left: 43%;
    justify-content: space-between;
    padding: 5px 50px;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  .owl-manset-text > h1 {
    font-size: 26px;
    color: #1C3C6D;
    font-weight: 500;
  }
  .owl-manset-text > h2 {
    font-size: 16px;
    color: #1C3C6D;
    font-weight: 300;
	margin-bottom: 40px;
  }
		.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:88px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
  /*kariyer start*/
  .cv-box {
    margin-bottom: -18%;
  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
	position: relative;
    z-index: 2;
    top: -300px;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
  }
  .cv-box h1 {
	position: relative;
    z-index: 2;
    top: -308px;
    display: flex;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    color: #fff;
  }
  .cv-box .btn-outline-light {
	border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    top: -277px;
    padding: 22px 46px 24px 51px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 20%;
    padding: 38px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 145px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 48px;
  }
  .ozellik-icon p {
    font-size: 13px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 68px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 88px;
    margin-top: 120px;
  }
  .marti-yazilim-box-content {
	background: #1C3C6D;
    color: white;
    padding: 68px;
    margin-top: 48px;
    height: 488px;
  }
	.marti-yazilim-box-content h1{
		font-size:28px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:24px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:16px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 22px 46px 24px 51px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:104%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 36px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 12px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 14px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
	color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 106%;
    justify-content: space-between;
    padding: 0px 50px;
	}
	

  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 4px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 36px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 12px 18px 12px 22px;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #1C3C6D;
  }
  .btn-kirmizi {
    padding: 12px 18px 12px 22px;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	.btn-kirmizi2 {
    padding: 12px 18px 12px 22px;
    border-radius: 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
	border: none;
    background-color: #dd3732;
  }
    .btn-kirmizi2:hover {
    background-color: #687991;
  }

  .urunler-box-info-paraph p {
    font-size: 14px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
    margin-top: 28px;
    margin-bottom: 28px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 138px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 28px;
	}
	.footer-logo{
		width: 218px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 25%;
  }
  .copyright {
    color: #828386;
    font-size: 12px;
  }
  .footer-col {
    width: 15%;
    margin-top: 62px;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 12px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 12px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 14px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 74%;
    color: #fff;
    align-items: center;
    display: flex;
	font-size: 14px;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 10%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
    width: 16%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
   .container {
    max-width: 1240px;
  }
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 4px 4px 0px 4px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 12px;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
   	width: 158px;
    display: flex;
    justify-content: space-between;
    padding: 6px 14px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 36px;
  }
	.search-box img{
		width:18px;
	}
  .search-box p {
    font-size: 12px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:68px;
	}
	.marti-logo {
    width: 218px;
}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 44px;
    height: 8px;
    margin: 5px 7px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    top: 90%;
    left: 43%;
    justify-content: space-between;
    padding: 5px 50px;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  .owl-manset-text > h1 {
    font-size: 22px;
    color: #1C3C6D;
    font-weight: 500;
  }
  .owl-manset-text > h2 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 300;
	margin-bottom: 40px;
  }
	
		.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 24%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:48px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:32px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
	
  /*kariyer start*/
  .cv-box {
    margin-bottom: -18%;
  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
	position: relative;
    z-index: 2;
    top: -268px;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
  }
  .cv-box h1 {
	position: relative;
    z-index: 2;
    top: -272px;
    display: flex;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    color: #fff;
  }
  .cv-box .btn-outline-light {
	border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    top: -244px;
    padding: 22px 46px 24px 51px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 20%;
    padding: 20px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 154px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 48px;
  }
  .ozellik-icon p {
    font-size: 13px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 64px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 28px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 88px;
    margin-top: 120px;
  }
  .marti-yazilim-box-content {
	background: #1C3C6D;
    color: white;
    padding: 68px;
    margin-top: 48px;
    height: 488px;
  }
	.marti-yazilim-box-content h1{
		font-size:28px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:20px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:16px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 22px 46px 24px 51px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:104%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 28px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 12px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 13px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
    color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 4px;
	}
	
  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 4px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 28px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 10px 11px 10px 14px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #1C3C6D;
  }
  .btn-kirmizi {
	padding: 10px 14px 10px 13px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	.btn-kirmizi2 {
	padding: 10px 14px 10px 13px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #dd3732;
  }
    .btn-kirmizi2:hover {
    background-color: #687991;
  }

  .urunler-box-info-paraph p {
    font-size: 13px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
	margin-top: 12px;
    margin-bottom: 24px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 110px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 28px;
	}
	.footer-logo{
		width: 218px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 25%;
  }
  .copyright {
    color: #828386;
    font-size: 12px;
  }
  .footer-col {
    width: 15%;
    margin-top: 62px;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 12px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 12px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 12px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 70%;
    color: #fff;
    align-items: center;
    display: flex;
	font-size: 14px;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 12%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
    width: 18%;
    color: #fff;
    align-items: center;
    display: flex;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
   .container {
    max-width: 1000px;
  }
	.row>*{
	padding-right: 0px;
    padding-left: 0px;
	}
	.row{
	margin-right: 0px;
    margin-left: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev img{
		width:48px;
	}
	.owl-carousel .owl-nav button.owl-next img{
		width:48px;
	}
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 4px 4px 0px 4px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 12px;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
   	width: 158px;
    display: flex;
    justify-content: space-between;
    padding: 6px 14px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 36px;
  }
	.search-box img{
		width:18px;
	}
  .search-box p {
    font-size: 12px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:68px;
	}
	.marti-logo{
		width:180px;
	}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 86%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 14px;
    height: 4px;
    margin: 0px 2px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    left: 28%;
    justify-content: space-between;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  .owl-manset-text > h1 {
    display: none;
  }
  .owl-manset-text > h2 {
    display:none;
  }
  	.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:88px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
  /*kariyer start*/
  .cv-box {

  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #1c3c6e;
    margin-left: 18px;
  }
  .cv-box h1 {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    color: #1c3c6e;
    margin-left: 18px;
    margin-top: 28px;
  }
  .cv-box .btn-outline-light {
    border: solid 1px #1c3c6e;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #1c3c6e;
    position: relative;
    padding: 16px 28px 16px 35px;
    margin-left: 18px;
    margin-top: 18px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 100%;
    padding: 8px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 136px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 24px;
  }
  .ozellik-icon p {
    font-size: 13px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 24px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
	.ozellik-img img{
		width:120px;
	}
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 58px;
    margin-top: 120px;
  }
  .marti-yazilim-box-content {
    background: #1C3C6D;
    color: white;
    padding: 48px;
    height: 596px;
  }
	.marti-yazilim-box-content h1{
		font-size:28px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:20px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:16px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 22px 46px 24px 51px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:100%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 28px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 12px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 13px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
    color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 4px;
	}
	
  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 48px;
    margin-bottom: 48px;
  }
	.urunler-box-1 .col-md-10 {
		width:80%;
	}
	.urunler-box-1 .col-md-2 {
		width:20%;
	}
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 4px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 28px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 12px 48px 12px 54px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #1C3C6D;
    margin-bottom: 8px;
  }
  .btn-kirmizi {
    padding: 12px 38px 12px 42px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	.btn-kirmizi2 {
	padding: 12px 12px 12px 14px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #dd3732;
    width: 147px;
    margin-top: 44%;
	}
	.btn-kirmizi2:hover {
		background-color: #687991;
	}
  .urunler-box-info-paraph p {
    font-size: 13px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
	margin-top: 12px;
    margin-bottom: 24px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 110px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 18px;
	}
	.footer-logo{
		width: 218px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 100%;
	  margin-left: 18px;
	  margin-bottom: 28px;
  }
  .copyright {
    color: #828386;
    font-size: 12px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 12px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 12px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 12px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 100%;
    color: #fff;
    align-items: center;
    display: flex;
	font-size: 14px;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 35%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 32px;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
	width: 65%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 28px;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 98%;
  }
	.row>*{
	padding-right: 0px;
    padding-left: 0px;
	}
	.row{
	margin-right: 0px;
    margin-left: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev img{
		width:48px;
	}
	.owl-carousel .owl-nav button.owl-next img{
		width:48px;
	}
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 4px 4px 0px 4px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 14px;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
   	width: 158px;
    display: flex;
    justify-content: space-between;
    padding: 2px 28px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 36px;
  }
	.search-box img{
		width:18px;
	}
  .search-box p {
    font-size: 12px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:68px;
		margin-left: -300px;
	}
	.marti-logo{
		width:180px;
	}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 86%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 14px;
    height: 4px;
    margin: 0px 2px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    left: 42%;
    justify-content: space-between;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  .owl-manset-text > h1 {
    display: none;
  }
  .owl-manset-text > h2 {
    display:none;
  }
  
		.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 2px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:48px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:14px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 14px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
	
  /*kariyer start*/
  .cv-box {

  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
    display:none;
  }
  .cv-box h1 {
	position: relative;
    z-index: 2;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    color: #ffffff;
    margin-left: 18px;
    margin-top: -165px;
  }
  .cv-box .btn-outline-light {
	border: solid 1px #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #ffffff;
    position: relative;
    padding: 16px 28px 16px 35px;
    margin-left: 18px;
    margin-top: 2px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 100%;
    padding: 8px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 136px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 24px;
  }
  .ozellik-icon p {
    font-size: 13px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 24px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
	.ozellik-img img{
		width:120px;
	}
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 58px;
    margin-top: 120px;
  }
	.marti_yazilim .col-md-6{
		width:100%;
	}
  .marti-yazilim-box-content {
    background: #1C3C6D;
    color: white;
    padding: 48px;
    height: 420px;
  }
	.marti-yazilim-box-content h1{
		font-size:28px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:14px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:12px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 22px 46px 24px 51px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:100%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 28px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 12px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 13px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
    color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 4px;
	}
	
  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 48px;
    margin-bottom: 48px;
  }
	.urunler-box-1 .col-md-10 {
		width:80%;
	}
	.urunler-box-1 .col-md-2 {
		width:20%;
	}
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 4px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 28px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 12px 48px 12px 54px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #1C3C6D;
    margin-bottom: 8px;
  }
  .btn-kirmizi {
    padding: 12px 38px 12px 42px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	.btn-kirmizi2 {
	padding: 12px 12px 12px 14px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #dd3732;
    width: 147px;
    margin-top: 44%;
	}
	.btn-kirmizi2:hover {
		background-color: #687991;
	}
  .urunler-box-info-paraph p {
    font-size: 13px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
	margin-top: 12px;
    margin-bottom: 24px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 110px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 18px;
	}
	.footer-logo{
		width: 218px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 100%;
	  margin-left: 18px;
	  margin-bottom: 28px;
  }
  .copyright {
    color: #828386;
    font-size: 12px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 12px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 12px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 12px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 100%;
    color: #fff;
    align-items: center;
    display: flex;
	font-size: 14px;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 35%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 32px;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
	width: 65%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 28px;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
   .container {
    max-width: 98%;
  }
	.row>*{
	padding-right: 0px;
    padding-left: 0px;
	}
	.row{
	margin-right: 0px;
    margin-left: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev img{
		width:48px;
	}
	.owl-carousel .owl-nav button.owl-next img{
		width:48px;
	}
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 4px 4px 0px 4px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 12px;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
   	width: 158px;
    display: flex;
    justify-content: space-between;
    padding: 6px 14px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 36px;
  }
	.search-box img{
		width:18px;
	}
  .search-box p {
    font-size: 12px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:68px;
	}
	.marti-logo{
		width:180px;
	}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 86%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 14px;
    height: 4px;
    margin: 0px 2px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    left: 28%;
    justify-content: space-between;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  .owl-manset-text > h1 {
    display: none;
  }
  .owl-manset-text > h2 {
    display:none;
  }
  
		.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:88px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
	
  /*kariyer start*/
  .cv-box {

  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #1c3c6e;
    margin-left: 18px;
  }
  .cv-box h1 {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    color: #1c3c6e;
    margin-left: 18px;
    margin-top: 28px;
  }
  .cv-box .btn-outline-light {
    border: solid 1px #1c3c6e;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #1c3c6e;
    position: relative;
    padding: 16px 28px 16px 35px;
    margin-left: 18px;
    margin-top: 18px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 100%;
    padding: 8px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 136px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 24px;
  }
  .ozellik-icon p {
    font-size: 13px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 24px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
	.ozellik-img img{
		width:120px;
	}
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 58px;
    margin-top: 120px;
  }
  .marti-yazilim-box-content {
    background: #1C3C6D;
    color: white;
    padding: 48px;
    height: 596px;
  }
	.marti-yazilim-box-content h1{
		font-size:28px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:20px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:16px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 22px 46px 24px 51px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:100%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 28px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 12px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 13px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
    color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 4px;
	}
	
  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 48px;
    margin-bottom: 48px;
  }
	.urunler-box-1 .col-md-10 {
		width:80%;
	}
	.urunler-box-1 .col-md-2 {
		width:20%;
	}
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 4px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 28px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 12px 48px 12px 54px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #1C3C6D;
    margin-bottom: 8px;
  }
  .btn-kirmizi {
    padding: 12px 38px 12px 42px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	.btn-kirmizi2 {
	padding: 12px 12px 12px 14px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #dd3732;
    width: 147px;
    margin-top: 44%;
	}
	.btn-kirmizi2:hover {
		background-color: #687991;
	}
  .urunler-box-info-paraph p {
    font-size: 13px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
	margin-top: 12px;
    margin-bottom: 24px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 110px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 18px;
	}
	.footer-logo{
		width: 218px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 100%;
	  margin-left: 18px;
	  margin-bottom: 28px;
  }
  .copyright {
    color: #828386;
    font-size: 12px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 12px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 12px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 12px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 100%;
    color: #fff;
    align-items: center;
    display: flex;
	font-size: 14px;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 35%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 32px;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
	width: 65%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 28px;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}
@media only screen and (max-width: 480px) {
   .container {
    max-width: 98%;
  }
	.row>*{
	padding-right: 0px;
    padding-left: 0px;
	}
	.row{
	margin-right: 0px;
    margin-left: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev img{
		width:48px;
	}
	.owl-carousel .owl-nav button.owl-next img{
		width:48px;
	}
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 4px 4px 0px 4px;
  }
  .nav-link {
    font-weight: 600;
    color: #1C3C6D;
    font-size: 12px;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
}
.navbar-expand-lg .navbar-collapse {
    margin-top: 34px;
}
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(28 60 110);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    width: 16px;
    height: 6px;
    background: url(../images/chevron-down-regular.svg) no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 294px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-weight: 500;
    color: #1C3C6D;
    font-size: 14px;
    border-bottom: solid 1px #dce0e6;
  }
  .search-box {
   	width: 158px;
    display: flex;
    justify-content: space-between;
    padding: 6px 14px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 36px;
  }
	.search-box img{
		width:18px;
	}
  .search-box p {
    font-size: 12px;
    font-weight: 400;
    color: #687991;
  }
	.search-box input{
		width:80px;
		border:none;
		padding: 4px;
	}
	.since1990{
		width:68px;
	}
	.marti-logo{
		width:180px;
	}
	.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
	}
  /*header finish*/
  /*owl manset start*/
  .owl-container {
    max-width: 100%;
    position: relative;
  }
	.owl-manset .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 86%;
    transform: translate(-50%, -50%);
}
	.owl-manset .owl-theme .owl-dots .owl-dot span {
	width: 14px;
    height: 4px;
    margin: 0px 2px;
    background-color: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-manset .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C3C6D;
}
  .owl-nav {
    position: absolute;
    left: 28%;
    justify-content: space-between;
  }
  .owl-manset-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  .owl-manset-text > h1 {
    display: none;
  }
  .owl-manset-text > h2 {
    display:none;
  }
  
		.icerik-breadcrumb {
    position: relative;
  }

  .icerik-breadcrumb h1 {
    font-size: 36px;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 47%;
  }

  .icerik-breadcrumb h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 18%;
    width: 80%;
  }
	.icerik-breadcrumb iframe{
	width: 100%;
    height: 410px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
	}
  .icerik-breadcrumb img {
    width: 100%;
  }

  .icerik-breadcrumb ul {
	display: flex;
    position: absolute;
    color: white;
    bottom: 28px;
    list-style-type: none;
    align-items: center;
    z-index: 2;
    width: 80%;
  }

  .icerik-breadcrumb a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }

  .icerik-breadcrumb .container .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.004) 30%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
  }
/*owl manset finish*/
	
	
/*content start*/

	.content{
		display: flex;
	}
	.content-page{
		margin-top:88px;
		margin-bottom:88px;
		font-size:18px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-4{
		padding-right:48px;
	}
	.content-page h1{
		font-size:36px;
		font-weight: 600;
		color:#1C3C6D;
	}
	.content-page h2{
		font-size:36px;
		font-weight: 400;
		color:#1C3C6D;
		margin-bottom: 48px;
	}
	.content-page p{
		font-size:16px;
		font-weight: 400;
		color:#828386;
	}
	.content-page .col-md-6 img{
		padding-right: 28px;
		padding-bottom: 28px;
	}
	.content-page .col-md-6{
		margin:auto;
		padding: 24px;
	}
	.content-page h3{
		font-size:22px;
		font-weight: 600;
		color:#1C3C6D;
		margin-bottom: 18px;
	}

/*content finish*/
	
	
/* contact start */
  .contact-us-form {
    margin-bottom: 10%;
  }

  .contact-menu {
    margin-top: 5%;
    margin-bottom: 10%;
  }
	.contact-menu .container{
		margin:auto;
	}
  .contact-menu .col-md-6 {
    padding: 0px 14px;
  }

  .contact-menu .col-md-6 p {
    padding-left: 0px;
  }

  .contact-us-title h1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
  }

  .contact-us-title p {
    font-size: 16px;
    color: #687991;
    text-align: left;
    margin-top: 2%;
	margin-bottom: 2%;
  }

  .adress {
    display: flex;
    flex-direction: column;
  }

  .adress h1 {
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    padding: 0px;
  }

  .adress .col p {
    font-size: 16px;
    text-align: left;
    line-height: 1.88;
    color: #687991;
    padding: 0px;
  }

  .adress h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
    padding: 0px;
  }

  .contact-us-form-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.46px;
    color: #122b4e;
    margin-bottom: 2%;
  }

  .contact-us-form .row {
    display: flex;
    justify-content: space-between;
  }

  .form-control {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    text-align: justify;
    color: #575756;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .contact-form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .form-floating {
    font-size: 18px;
    text-align: justify;
    color: #575756;
  }

  .contact-us-form p {
    font-size: 18px;
    color: #3d4247;
  }

  .contact-form {
    margin-top:88px;
  }

  .btn-dark {
    padding: 20px 0;
    padding-left: 55px;
    background-color: #122b4e;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #fff;
    border-radius: 0px;
    margin-top: 2%;
  }

  .offices-box {
    padding-left: 7.5%;
    margin-bottom: 5%;
  }

  .offices-box .fa-solid {
    font-size: 30px;
    color: #003560;
    rotate: 130deg;
    margin-left: -7.5%;
    padding-right: 2.5%;
  }

  .offices h1 {
    padding: 10px 47px 9px 58px;
    border: solid 1px #122b4e;
    font-size: 24px;
    line-height: 1.88;
    color: #003560;
    width: 70%;
  }

  .office-name-box {
    display: flex;
    align-items: baseline;
    margin-top: 5%;
  }

  .office-name-box h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #003560;
  }

  .offices-map {
    margin-bottom: 10%;
    margin-top: 30%;
  }

  .offices-map img {
    width: 150%;
    margin-left: -30%;
  }

  .offices p {
    font-size: 16px;
    line-height: 1.88;
    color: #687991;
  }

  /* contact end */
	
  /*kariyer start*/
  .cv-box {

  }
  .cv-box img {
    position: relative;
    z-index: -2;
    width: 100%;
  }
  .cv-box h3 {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #1c3c6e;
    margin-left: 18px;
  }
  .cv-box h1 {
    position: relative;
    z-index: 2;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    color: #1c3c6e;
    margin-left: 18px;
    margin-top: 28px;
  }
  .cv-box .btn-outline-light {
    border: solid 1px #1c3c6e;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #1c3c6e;
    position: relative;
    padding: 16px 28px 16px 35px;
    margin-left: 18px;
    margin-top: 18px;
  }
  /*kariyer finish*/
  /*martı özellikler start*/
  .ozellik-icon {
    width: 100%;
    padding: 8px;
    text-align: center;
  }
  .ozellik-img {
    min-height: 136px;
  }
  .ozellik-icon h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C3C6D;
    min-height: 24px;
  }
  .ozellik-icon p {
    font-size: 13px;
    font-weight: 400;
	  color: #7d7f82;
  }
  .ozellik-header-text {
	padding-top: 44px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .ozellik-content-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 24px;
    color: #7d7f82;
  }
  .ozellikler .col-md-8 {
    margin: auto;
  }
	.ozellik-img img{
		width:120px;
	}
  /*martı özellikler finish*/
  /*main martı yazılım start*/
  .homepage-marti-yazilim {
    margin-bottom: 58px;
    margin-top: 120px;
  }
  .marti-yazilim-box-content {
    background: #1C3C6D;
    color: white;
    padding: 48px;
    height: 596px;
  }
	.marti-yazilim-box-content h1{
		font-size:28px;
		font-weight: 600;
	}
	.marti-yazilim-box-content h3{
		font-size:20px;
		margin-bottom: 18px;
	}
	.marti-yazilim-box-content p{
		font-size:16px;
	}
  .marti-yazilim-box-content .btn-outline-light {
    padding: 22px 46px 24px 51px;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.29px;
    color: #fff;
    position: relative;
    margin-top: 24px;
  }
	.marti-yazilim-box-gorsel img{
		width:100%;
	}
  /*main martı yazılım finish*/
  /*news start*/
  .owl-news {
    padding: 0 7%;
  }
  .general-title h5 {
    font-size: 28px;
    color: #1C3C6D;
    padding-bottom: 28px;
    text-align: center;
  }
  .news-box-1 {
    margin-bottom: 90px;
  }
  .news-box-info {
    /* margin-right: 20px; */
    margin-top: 5%;
  }
  .news-box-1 .col img {
    object-fit: fill;
    height: 100%;
  }
  .news-box-info-date h3 {
    font-size: 12px;
    line-height: 2.5;
    color: #1C3C6D;
  }
  .news-box-1 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1C3C6D;
    text-align: left;
  }
  .news-box-1 p {
    font-size: 13px;
    line-height: 1.25;
    color: #687991;
    text-align: left;
  }
  .news-box-info .news-box-info-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.29px;
    text-align: justify;
    color: #ed1c24;
  }

	.owl-news .owl-nav{
    color: #1C3C6D;
    text-decoration: none;
    background: none;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0px 4px;
	}
	
  .owl-news .item img {
    width: 346px;
    height: auto;
  }
  /*news finish*/
  /*Martı Ürünler start*/
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .marti-urunler {
    margin-top: 48px;
    margin-bottom: 48px;
  }
	.urunler-box-1 .col-md-10 {
		width:80%;
	}
	.urunler-box-1 .col-md-2 {
		width:20%;
	}
  .urunler-box-1 {
    border: solid 1px #c9c8c8;
    margin: 4px;
    border-radius: 24px;
    padding: 16px;
  }
  .urun-title h5 {
    font-size: 28px;
    color: #183b6c;
    padding-bottom: 28px;
    text-align: center;
	font-weight: 600;
  }
  .btn-mavi {
	padding: 12px 48px 12px 54px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #1C3C6D;
    margin-bottom: 8px;
  }
  .btn-kirmizi {
    padding: 12px 38px 12px 42px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    border: none;
    background-color: #dd3732;
  }
	.btn-mavi:hover {
    background-color: #687991;
  }
    .btn-kirmizi:hover {
    background-color: #687991;
  }
	.btn-kirmizi2 {
	padding: 12px 12px 12px 14px;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    background-color: #dd3732;
    width: 147px;
    margin-top: 44%;
	}
	.btn-kirmizi2:hover {
		background-color: #687991;
	}
  .urunler-box-info-paraph p {
    font-size: 13px;
    font-weight: 400;
    color: #7d7f82;
  }
  .urunler-box-info {
	margin-top: 12px;
    margin-bottom: 24px;
  }
.owl-urunler .item img {
    width: auto;
    height: auto;
  }
	.owl-urunler .item .arrow-right{
		width: 18px;
		padding-top: 28px;
	}
  /*Martı Ürünler finish*/
  /*Footer start*/
  .footer {
    margin-top: 110px;
    margin-bottom: 48px;
  }
	.footer-settings:first-child{
		padding-left: 18px;
	}
	.footer-logo{
		width: 218px;
	}
  .kvkk-social {
    width: 100%;
    background: #1C3C6D;
    padding: 10px;
    margin-top: 28px;
  }
  .footer-col-1 {
    width: 100%;
	  margin-left: 18px;
	  margin-bottom: 28px;
  }
  .copyright {
    color: #828386;
    font-size: 12px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col {
    border-left: solid 1px #cfcfcf;
  }
  .footer-col ~ .footer-col {
    border: none;
  }
  .main-iletisim p {
    font-size: 12px;
    color: #1C3C6D;
    margin-bottom: 0px;
  }
  .main-iletisim a {
    font-size: 12px;
    color: #0f4c82;
    margin-bottom: 0px;
  }
  .main-iletisim h5 {
    font-size: 14px;
    color: #1C3C6D;
    font-weight: 700;
    margin-top: 18px;
  }
  .footer-col a {
    font-size: 12px;
    color: #828386;
  }
  .footer-nav-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1C3C6D;
  }
  .social-bot img {
    padding-left: 8px;
	  width: 39px;
  }
  .social-footer1 {
    width: 100%;
    color: #fff;
    align-items: center;
    display: flex;
	font-size: 14px;
  }
  .social-footer1 a {
    color: #fff;
  }
  .social-footer2 {
    width: 35%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 32px;
  }
  .social-footer2 h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .social-footer3 {
	width: 65%;
    color: #fff;
    align-items: center;
    display: flex;
    margin-top: 28px;
  }
  .venus-logo {
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 28px;
  }
  /*Footer finish*/
}