/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
*/
body {
  font-family: 'Open Sans', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  font-weight: 700;
}
body a, body a:hover {
  text-decoration: none;
}
body .no-padding {
  padding: 0;
}
body .align-center {
  text-align: center;
}
body .list ul {
  padding: 0;
  margin: 0;
}
body .list ul li {
  list-style: none;
  font-size: 16px;
  padding: 8px 0;
}
body .list ul li:before {
  content: '\f046';
  font-family: 'fontawesome';
  margin-right: 7px;
  color: #0786eb;
}
body header {
	background: #111;
}
body header .logo {
  padding: 10px 0;
}
body header .logo img{
    padding: 4px 5px;
    border-radius: 4px;
}
body header .contact {
  text-align: right;
}
body header .contact h3 {
  font-size: 19px;
  color: #fff;
  padding: 15px 0;
}
body header .menu .navbar-default {
  margin-bottom: 0;
  background: none;
  border: none;
  margin-top: 12px;
}
body header .menu .navbar-default .navbar-nav > li > a {
  color: #eeff00;
  text-transform: uppercase;
}
body header .menu .navbar-default .nav > li > a {
  padding: 10px 17px;
  font-weight: 700;
}
body header .menu .navbar-default .navbar-nav > .active > a, body header .menu .navbar-default .navbar-nav > .active > a:focus, body header .menu .navbar-default .navbar-nav > .active > a:hover {
  background: none;
  border: 2px solid #2e4152;
  border-radius: 12px;
}
body header .menu .navbar-default .navbar-nav > .open > a, body header .menu .navbar-default .navbar-nav > .open > a:focus, body header .menu .navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #fff;
}
body header .menu .navbar-default .dropdown-menu > li > a {
  padding: 7px 15px;
  transition: ease all 0.3s;
  text-transform: uppercase;
  font-size: 13px;
}
body header .menu .navbar-default .dropdown-menu > .active > a, body header .menu .navbar-default .dropdown-menu > .active > a:focus, body header .menu .navbar-default .dropdown-menu > .active > a:hover {
  background: #0490ff;
}
body header .menu .navbar-default .dropdown-menu > li > a:focus, body header .menu .navbar-default .dropdown-menu > li > a:hover {
  background: #0185ed;
  color: #fff;
}
body .welcome {
  padding: 70px 0;
  background: url('../../../../../demo.nextwebstudio.net/ptny/wp-content/uploads/2021/09/welcome-bg.png') center no-repeat #111;
  background-size: cover;
	color: #fff;
}
body .welcome h2 {
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
}
body .welcome h2 span {
  color: #eeff00;
}
body .welcome p {
  text-align: center;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
	font-size: 15px;
}
body .top_services {
  background: #840307;
  padding: 30px 0;
}
body .top_services .box {
  text-align: center;
  padding: 15px 0;
}
body .top_services .box h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  padding: 20px 0;
}
body .top_services .box p {
  line-height: 24px;
  color: #fff;
}
body .fleet {
  padding:70px 0;
  text-align: center;
	background: #111;
}
body .fleet h1 {
  font-size: 28px;
  color: #eeff00;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body .fleet .box {
  padding: 20px 0;
}
body .fleet .box img {
  border: 4px solid #333;
}
body .fleet .box h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 15px;
  color: #eeff00;
}
body .fleet.page{
	background: none;
}
body .fleet.page h3{
	color: #333;
}
body .bottom_services {
  background: #222;
  padding: 70px 0;
}
body .bottom_services.page{
	background: none;
}
body .bottom_services.page h3{
	margin: 0 !important;
}
.body .bottom_services.page .box{
	background-color: #eee;
}
body .bottom_services h2 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
body .bottom_services h2 span{
	color: #eeff00;
}
body .bottom_services .box {
  margin: 25px 0;
}
body .bottom_services .box img {
  width: 100%;
}
body .bottom_services .box .cross {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 352px solid transparent;
  overflow: hidden;
  position: absolute;
  top: 157px;
}
body .bottom_services .box .bottom_content {
  background: #fff;
  padding: 0 25px 25px 25px;
  z-index: 99999;
  border-bottom: 5px solid #eeff00;
  height: 210px;
}
@media(max-width: 576px){
    
    body .bottom_services .box .bottom_content{
        height: auto;
    }
}
body .bottom_services .box .bottom_content h3 {
  font-size: 20px;
  color: #1c1c1c;
  border-left: 3px solid #eeff00;
  padding-left: 7px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .bottom_services .box .bottom_content p {
  line-height: 25px;
}
body .bottom_services .box .bottom_content a.btn-primary{
	background: none;
	padding: 7px 15px;
	border-radius: 0;
	display: inline-block;
	color: #333;
	margin-bottom: 20px;
}
body .review {
  text-align: center;
  padding: 50px 0;
	background: #111;
}
body .review p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 27px;
	color: #ccc;
}
body .review h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 25px;
	color: #eeff00;
}
body .review h4 {
  margin-top: 20px;
  font-size: 18px;
  color: #eeff00;
}
body footer {
  background: #111;
  color: #fff;
}
body footer .footer_top {
  background: #840307;
  padding: 25px 0;
  text-align: center;
}
body footer .footer_top h3 {
  font-size: 22px;
  color: #fff;
}
body footer .footer_top a {
  color: #fff;
  font-size: 17px;
  border: 2px solid #1f1f1f;
  padding: 7px 15px;
  border-radius: 7px;
  margin-left: 30px;
	display: inline-block;
}
@media(max-width:600px){
	body footer .footer_top a{
		margin-top: 20px;
	}
}
body footer .mid {
  padding: 30px 0;
}
body footer .mid h2 {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body footer .mid .useful ul {
  padding: 0;
  margin: 0;
}
body footer .mid .useful ul li {
  list-style: none;
  float: left;
  width: 140px;
  padding: 5px 0;
}
body footer .mid .useful ul li a {
  color: #fff;
}
.container h1{
	color:#eeff00;
}
body footer .mid .useful ul li a:before {
  content: '\f105';
  font-family: 'fontawesome';
  margin-right: 5px;
  color: #eeff00;
}
body footer .mid .contact_us p {
  font-size: 15px;
  margin-bottom: 20px;
}
body footer .mid .contact_us p i {
  color: #eeff00;
}
body footer .mid .social img {
  margin-right: 8px;
}
body footer .mid .copy {
  margin-top: 20px;
}
body footer .mid .copy p {
  color: #8b8a8c;
}
body footer .mid .copy p span {
  color: #eeff00;
}
body footer .mid .copy p a {
  color: #3f7da4;
}
body .other_page .title {
  margin-bottom: 20px;
  background: url("../images/title.jpg") center center fixed no-repeat;
  background-size: cover;
  padding: 35px 0;
}
body .other_page .title h1 {
  font-size: 27px;
  color: #fff;
  border-left: 4px solid #2290b0;
  padding-left: 15px;
}
body .other_page .other_content {
  margin-bottom: 30px;
}
body .other_page .other_content p {
  line-height: 24px;
  margin-bottom: 20px;
  color: #555;
}
body .other_page .other_content h1,body .other_page .other_content h2,body .other_page .other_content h3,body .other_page .other_content h4,body .other_page .other_content h5{
	margin: 15px 0 !important;
}
.other_page .other_content .bottom_services.page h3{
	margin: 0 !important;
	margin-bottom: 15px !important;
}
body .other_page .other_content .contact_info {
  background: #840307;
  padding: 25px;
  border-radius: 2px;
  color: #fff;
}
.other_page .other_content .wpcf7-form-control.wpcf7-submit{
	background: none;
	padding: 7px 20px;
	border: 2px solid #333;
    color: #333;
    font-weight: 700;
    margin-top: 13px;
}
body .other_page .other_content .contact_info h4 {
  margin-bottom: 15px;
}
body .other_page .other_content .contact_info p {
  color: #fff;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
 
  body header .logo {
    text-align: center;
    padding: 10px 0;
    
  }
  body header .logo:before {
    content: ' ';
    position: static;
    height: 100%;
    background: #fff;
    z-index: 9999;
  }
  body header .contact {
    text-align: center;
  }
  body header .contact h3 {
    padding: 5px 0;
  }
  body header .menu .navbar-default .navbar-brand {
    color: #fff;
    text-transform: uppercase;
  }
  body header .menu .navbar-default .navbar-toggle:focus, body header .menu .navbar-default .navbar-toggle:hover {
    background: #02579a;
  }
  body header .menu .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  body header .menu .navbar-default .navbar-nav .open .dropdown-menu > .active > a, body header .menu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, body header .menu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background: #0677d1;
    color: #fff;
  }
  body header .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
  }
  body .bottom_services .box {
    margin: 35px auto;
    max-width: 398px;
  }
  body .bottom_services .box .bottom_content {
    padding-top: 25px;
  }
  body .bottom_services .cross {
    display: none;
  }
  body footer .mid .useful, body footer .mid .contact_us, body footer .mid .social {
    margin-bottom: 25px;
  }
}
