/*
 * Base structure
 */
html, body {
	height: 100%;
	margin: 0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Open Sans', sans-serif, Arial, Tahoma;
	min-height: 100vh;
	color:#000;
}
body.is-open {
	height: 100vh;
	top: 0;
	overflow: hidden;
}

body.waiting * {
    cursor: wait;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
a {
    color: #555;
	text-decoration: none;
}
a:visited {
    color: #555;
}
a, img, .img, .btn, input, select, textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
ul li, ol li {
    padding: 5px 0;
}

.bg-white-shade {
    background-color: rgba(255,255,255, .8)!important;
}
.bg-white-shade.scrolling {
    background-color: rgba(255,255,255, .9)!important;
}

.navbar-light .navbar-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#00679f!important;
}
.navbar-nav li a:hover {
	color:#00679f!important;
}

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

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
.bg-blue {
	background-color:rgba(0,145,224, .6);
}
.about-us p {
	padding:60px 40px;
}

.about-us p.about-usx {
	padding:170px 40px;
}
.boutus h1 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	color: #293340;
	padding:60px 40px 0 40px;
}
.boutus p {
	font-family: 'Roboto', sans-serif, Arial, Tahoma;
	color: #6d7783;
	font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
	padding:10px 40px 60px 40px;
}

.services {
	padding-top:60px;
	padding-bottom:60px;
	background-color: #f4f4f4 !important;
}

.circle {
	cursor:pointer;
	box-shadow: none;
    border: 3px solid rgb(0, 156, 222);
    background: rgb(0, 156, 222);
    color: rgb(255, 255, 255);
    border-radius: 200px;
    width: 200px;
    height: 200px;
    line-height: 0;
    padding: 82px 0px;
	position: relative;
    z-index: 1;
	display: inline-block;
	text-align: center;
	
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.circle:hover {
    background: rgb(255, 255, 255);
}
.circle i {
    -webkit-transition: all .2s ease,color 0s;
    -moz-transition: all .2s ease,color 0s;
    -o-transition: all .2s ease,color 0s;
    transition: all .2s ease,color 0s;
	text-align: center;
	font-size:40px;
	color: rgb(255, 255, 255);
}
.circle:hover i {
	color: rgb(0, 156, 222);
}
.circle-outline {
    content: '';
	display:block;
    position: absolute;
    border: 4px solid rgba(0,0,0,0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: top right bottom left;
    opacity: 0;
	border-color: #ededed;
    border-radius: 200px;
    border-width: 1px;
	text-align: center;
}
.circle-text h2 {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    font-weight: 600;
    color: #293340;
}
.circle-text p {
	margin-bottom: 32px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    color: #6d7783;
}
h3 {
	font-size: 1.75rem;
	margin-top:35px;
	margin-bottom:45px;
	color: #293340;
}
.about-us h3 {
	padding-top:100px;
	margin-bottom:0px;
	padding-bottom:0px;
}
@media (max-width: 991px) {
	.about-us h3 {
		padding-top:20px;
		margin-bottom:0;
	}
}
.contact h3 {
	margin-bottom:65px;
}

.fleet {
	padding-top:80px;
	padding-bottom:80px;
}
.fleet .carousel h3 {
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
}
.fleet .carousel table th, .fleet .carousel table td {
	font-size:13px;
}
#carouselExampleControls .carousel-caption {
	bottom: auto;
	top: 120px;
}
#carouselExampleControls .carousel-caption h5 {
	font-size:26px;
	font-weight:700;
	color: rgb(0, 156, 222);
	text-shadow: 1px 1px #ffffd1;
}
#carouselExampleControls .carousel-caption h5 span {
	color: #c00;
	position:relative;
    -webkit-animation-name: spincube;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
}

#carouselExampleControls .carousel-caption h5 span::after {
  transform: rotateX(-0.5deg);
  transform-origin: 100% 50%;
}

@-webkit-keyframes spincube {
	from { transform: rotateX(0deg); }
	to { transform: rotateX(-360deg); }
}

.contact {
    background: rgb(0, 156, 222);
	color:#ffff;
	padding-top:80px;
	padding-bottom:80px;
}
.contact a {
	color:#ffff;
	display:block;
	margin: 5px 0;
}
.contact a:hover {
	text-decoration:none;
}
.contact h4 {
	font-size:20px;
	margin-top:70px;
}
.contact h4 i {
	font-size:30px;
	line-height:56px;
}
.contact p {
	font-size:14px;
}

.footer {
	background: #006088;
	padding-top:40px;
	padding-bottom:40px;
	color:#fff;
	font-size:14px;
}
.footer i {
	color:#fff;
	font-size:24px!important;
}

.margin10 {
	margin-left:15px;
	margin-right:15px;
}
#recipeCarousel .carousel {
    min-height: 550px;
}
#recipeCarousel .carousel-item {
    height: auto;
	padding-top:80px;
	padding-bottom:80px;
}
#recipeCarousel .carousel-control-prev {
  left:-100px
}
#recipeCarousel .carousel-control-next {
  right:-100px
}

#recipeCarousel .carousel-control-next-icon:before, .carousel-control-prev-icon:before {
  font-size: 40px;
  color: rgb(0, 156, 222);
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}

#recipeCarousel .carousel-control-next-icon:before {
  content: "\f105";
}
#recipeCarousel .carousel-control-prev-icon:before {
  content: "\f104";
}
#recipeCarousel .carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
  cursor:pointer;
}

#recipeCarousel .carousel-indicators .active {
  background-color: #444;
}

#loginForm {
	padding-bottom:35px;
	padding-top:245px;
	border:1px solid #ccc;
	border-radius:5px;
}
#google_map_aca {
	width:100%;
	height:400px;
}

.flag-icon.flag-tr {
	background-image: url(/web/20220115153600im_/http://dudullunakliyat.com.tr/assets/images/gb.svg);
}
.flag-icon.flag-en {
	background-image: url(/web/20220115153600im_/http://dudullunakliyat.com.tr/assets/images/tr.svg);
}
.flag-icon {
	width:20px;
	height:15px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}


/*
     FILE ARCHIVED ON 15:36:00 Jan 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:58:50 Oct 08, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.628
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.017
  esindex: 0.011
  cdx.remote: 11.351
  LoadShardBlock: 310.696 (3)
  PetaboxLoader3.datanode: 261.746 (4)
  PetaboxLoader3.resolve: 146.213 (2)
  load_resource: 100.381
*/