/* ==================================================
  * Template: Merit
  * Version:  2
  * Date:    August 15, 2022 
===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap");
@import url("../fonts/css/all.min.css");

/*==================================================*/
/* [Table of contents] */
/*==================================================*/

/*	
    1. TOP HEADER.
    2. MAIN SLIDER. 
    3. PAGE HERO.
    4. FOOTER. 
*/

/* =====================================
    1. TOP HEADER.
===================================== */
.top-header{
  background: transparent;
  height: 60px;
  clear: both;
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  transition: 0.6s ease-in;
  padding: 15px;
  color: #FFF !important;
}
  
.top-header .top-contact {
  list-style: none;
  padding-top: 10px;
}

.top-header .top-contact li.email, li.phone {
  display: inline-block;
  margin-right: 20px;
}

ul.top-contact li {
  font-size: 14px;
  margin-bottom: 0px;
  font-family: var(--base-font);
}

ul.top-contact li a {
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}

ul.top-contact li a:hover {
  color: var(--secundary-color);
  text-decoration: none;
}

.top-social {
  padding-top: 5px;
  text-align: right;
}

.social-list {
  list-style: none;
}

.social-list li {
  display: inline-block;
  margin-left: 15px;
}

.social-list li a {
  color: #FFF;
  transition: 0.4s;
}

.social-list li a:hover {
  color: var(--secundary-color);
}

li.email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 7px;
}

li.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  margin-right: 5px !important;
}

hr.top-line{
  margin-top: 15px;
}

header{
  position: relative;
  height: 100%;
  z-index: 100;
}

header .container{
  margin: auto;
}

/* =====================================
  2. MAIN SLIDER. 
======================================== */

.home-slider{
  position: relative;
  z-index: -1;
}

/* =====================================
  3. PAGE HERO.
=========================================*/


.pages-hero-pages {
  background-color: var(--dark-color);
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.pages-hero {
  background-color: var(--dark-color);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pages-hero-diagonal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#0A178F, #283cf0);
 
  transform-origin: top left;
}

.pg-bg-1 {
  background-image: linear-gradient(#0A178F, #283cf0);
}



.hero-diagonal-bg-contact {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url("../images/cetinkaya-shipping-contact.jpg");
  background-size: cover;
}

.hero-diagonal-bg-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/wemanage.webp");
  background-size: cover;
}

 


.hero-diagonal-bg-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://via.placeholder.com/1920x700");
  transform: skewY(-1deg);
  transform-origin: top left;
}

.hero-diagonal-bg-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://via.placeholder.com/1920x700");
  transform: skewY(-1deg);
  transform-origin: top left;
}

.hero-diagonal-bg-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://via.placeholder.com/1920x700");
  transform: skewY(-1deg);
  transform-origin: top left;
}
.hero-diagonal-bg-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/fleet.jpg");
  background-size: cover;
}


.pg-bg-3 {
  background-image: linear-gradient(#FF404C, #ff1a29);
}

.small-page-hero {
  background-color: var(--dark-color);
  height: 200px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pages-title-center {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
}

.pages-title-center span {
  font-weight: 600;
  font-size: 2rem;
}

.pages-title-center h1 {
  color: #FFF;
  font-size: 40px;
  margin-bottom: 5px;
}

.pages-title-center p {
  color: #FFF;
  font-size: var(--paragraph-font-size);
}

.left-page-nav{
  position: absolute;
  bottom: 30px;
}

.left-page-nav .breadcrumb{
  background: transparent;
  padding: 0px;
  position: relative;
}

.left-page-nav .breadcrumb li{
  display: inline-block;
  font-size: 15px;
  font-family: var(--base-font);
  color: #FFF;
  font-weight: 400 !important;
}

.left-page-nav .breadcrumb li a{
  display: inline-block;
  font-size: 15px;
  font-family: var(--base-font);
  color: #FFF;
}

.left-page-nav .breadcrumb li a:hover{
  display: inline-block;
  font-family: var(--base-font);
  color: var(--secundary-color);
}

.left-page-nav .breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin: 10px;
  color: #FFF;
  font-size: 14px;
  line-height: 2;
  margin: 0 0.80rem;
}

.left-page-nav .breadcrumb li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.left-page-nav .breadcrumb li.current {
  margin-top: 2px;
}

/* =====================================
  4. FOOTER. 
======================================== */
footer{
  background:#15314d;
  height: 100%;
  padding: 10px 0px 10px 0px;
  clear: both;
}

footer h5{
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

footer p, footer li, footer a{
  color: #e6e6e6;
	font-size: .86rem;
}

.top-footer h3{
  color: #FFF;
  margin-bottom: 0px;
}

.top-footer p{
  color: #FFF;
  font-size: var(--paragraph-font-size);
}

.footer-btn{
  padding: 20px 0px;
}

.footer-btn .btn-default-white{
  margin-right: 15px;
}

hr.footer-line{
 
  margin: 20px 0px 20px;
}

.center-footer{
  margin: 30px 0px;
}

.footer-left-col{
  padding-right: 50px;
}

.site-footer-logo{
  width: 300px;
  margin-bottom: 25px;
}

.footer-btn{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

ul.footer-social{
  margin-top: 25px;
}

ul.footer-social li{
  display: inline-block;
  margin-right: 20px;
}

ul.footer-social li .fab{
  font-size: 28px;
}

ul.quick-links{
  margin-top: 10px;
}

ul.quick-links li{
  line-height: 2.1;
  font-size: 14px;
}

li.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f879";
  margin-right: 13px;
}

.footer-contact{
  margin-top: 30px;
}

.footer-contact li{
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-contact li.email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0e0";
  margin-right: 11px;
}

.footer-col .media{
  margin-top: 20px;
}

.footer-col .media p{
  font-size: 14px;
  margin-top: -5px;
}

.footer-col .media .fas{
  font-size: 17px;
  margin-right: 15px;
}

.footer-terms{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.footer-terms li{
  display: inline-block;
  margin-left: 20px;
  text-align: right;
}

.footer-copyright p, .footer-copyright li a{
  color: var(--paragraph-color);
  font-size: 14px;
}

.footer-terms p, .footer-terms li a{
  color: var(--paragraph-color);
  font-size: 14px;
}

.footer-terms a{
  color: #FFF;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out 0s; 
  -moz-transition: all 0.3s ease-in-out 0s; 
  -ms-transition: all 0.3s ease-in-out 0s; 
  -o-transition: all 0.3s ease-in-out 0s; 
  transition: all 0.3s ease-in-out 0s; 
}

.footer-terms a:hover{
  color: var(--secundary-color);
}
