/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body, html {font-family: Roboto;}
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.first-line,
.second-line {
  font-family: 'Roboto', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
html ::selection {
  color: #ffffff;
  background: #18428c;
}
section {
  padding: 100px 0;
}
ul.specfication_ul {
    list-style: none;
}
p {
  font-size: 13px;
  line-height: 22px;
  color: #7a7a7a;
}
.pre-header {
  background-color: #232323;
}
.pre-header .left-info {
  background-color: #2a2a2a;
  float: left;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .pre-header .left-info {
    padding: 11px 15px;
  }
}



.pre-header .left-info a {
  color: #ffffff;
  font-size: 13px;
  margin-right: 5px;
}
.pre-header .left-info a i {
  padding-right: 8px;
}
.pre-header .right-info {
  background-color: #2a2a2a;
  float: right;
  padding: 10px;
}
.pre-header .right-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index:99999;
  position:relative;
}
.pre-header .right-info ul li {
  display: inline-block;
}
.pre-header .right-info ul li a {
  color: #ffffff;
  font-size: 12px;
  margin: 0px 10px;
}
.pre-header .right-info ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: rgba(250, 250, 250, 0.95);
  z-index: 9999;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
    background-color: rgba(255, 186, 0, 0.9);
  }
}
.site-header .inner-header {
  padding: 0 105px;
}
@media (max-width: 991px) {
  .site-header .inner-header {
    padding: 0 15px;
  }
}
.site-header .main-header .logo {
  text-align: center;
}
.site-header .main-header .logo a {
  width: 180px;
  height: 58px;
  padding: 5px 0px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  background-color: #ffba00;
}
@media (max-width: 991px) {
  .site-header .main-header .logo a {
    background-color: transparent!important;
  }
}
.site-header .main-header .logo em {
  margin-top: -5px;
  font-size: 10px;
  display: block;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.scrolled-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.95) !important;
  -webkit-transition: opacity 2s fade-in;
  -moz-transition: opacity 2s fade-in;
  -o-transition: opacity 2s fade-in;
  -ms-transition: opacity 2s fade-in;
  transition: opacity 2s fade-in;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .scrolled-header {
    background-color: rgba(255, 186, 0, 0.95) !important;
  }
}
.scrolled-header .logo a {
  height: 58px!important;
  padding: 10px 0px!important;
  background-color: #ffba00;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li ul.sub-menu {
  top: 37px !important;
}
.scrolled-header nav.main-navigation ul li ul.sub-menu.sub-menu-sub {
    top: 58px !important;
}
.scrolled-header .header-right-toggle {
  padding: 15px 10px;
}
.header-right-toggle {
  padding: 25px 10px;
}
.header-right-toggle a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff !important;
  background-color: #18428c;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
}
nav.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 58px!important;
  left: 0;
  width: 190px;
  background-color: rgba(250, 250, 250, 0.95);
  border-top: 3px solid #ffba00;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
    top: 0; 
}
nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4d4d4d;
  display: block;
  padding: 20px 5px;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 15px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
  float: left;
}
nav.responsive-menu ul li {
  margin: 1px 0px;
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
  width: 47px;
  height: 47px;
  background-color: #13346e;
  text-align: center;
  display: inline-block;
  line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 25px;
  color: #ffffff;
  top: 8px;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding: 0 0 0px 10px;
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #18428c;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 10px 30px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #123269;
  margin-right: 15px;
  margin-top: 1px;
}
nav.responsive-menu a {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding: 15px 15px;
  margin: 0;
  color: #ffffff;
  background-color: #143876;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #18428c;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  margin-top: 80px;
  background-color: #2a2a2a;
  padding: 60px 15px;
}
@media (max-width: 991px) {
  footer .footer-item {
    margin-bottom: 60px;
  }
}
footer .footer-item h2 {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
}
footer .footer-item .line-dec {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
footer .footer-item p {
  color: #ffffff;
  font-weight: 300;
}
footer .footer-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer .footer-item ul li {
  display: block;
  margin-bottom: 5px;
}
footer .footer-item ul li a {
  font-size: 12px;
  color: #ffffff;
}
footer .footer-item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item {
  margin-bottom: 25px;
}
footer .footer-item .recent-posts .recent-item img {
  float: left;
}
footer .footer-item .recent-posts .recent-item h4 {
  padding-top: 5px;
  margin-left: 80px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}
footer .footer-item .recent-posts .recent-item h4:hover {
  color: #ffba00;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #555;
  margin-left: 80px;
  padding: 0;
  margin-bottom: 8px;
  margin-top: 8px;
}
footer .footer-item .recent-posts .recent-item span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ffba00;
}
@media (max-width: 991px) {
  footer .footer-item .connect-us {
    margin-bottom: -60px;
  }
}
footer .footer-item .connect-us ul li {
  display: inline-block;
}
footer .footer-item .connect-us ul li a {
  width: 38px;
  height: 38px;
  background-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 38px;
  color: #ffffff;
}
footer .footer-item .connect-us ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sub-footer {
  background-color: #242424;
  height: 60px;
  text-align: center;
}
.sub-footer p {
  color: #999;
  font-size: 11px;
  line-height: 60px;
}
.sub-footer em {
  font-style: normal;
  color: #777;
}
.latest-news #owl-blog .item {
  
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #eeeeee;
  min-height: 250px;
}
.latest-news #owl-blog .item .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item .thumb-content .date-post a {
  padding: 8px;
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item .thumb-content img {
  /* width: 100%;
  overflow: hidden;
  background-size: cover;
  max-height: 114px;
      */
  max-height: 100%;
  max-width: 100%;
}
.latest-news #owl-blog .item .down-content {
  
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
}
.latest-news #owl-blog .item .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item .down-content span {
  color: #18428c;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.latest-news #owl-blog .item-2 {
  background-color: #fff;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #eeeeee;
  min-height: 250px;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post a {
  padding: 8px;
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item-2 .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item-2 .down-content {
  
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
}
.latest-news #owl-blog .item-2 .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item-2 .down-content span {
  color: #18428c;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item-2 .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item-2 .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item-2 .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.blog-page .blog-grid-post .item {
  margin-bottom: 30px;
}
.blog-page .blog-grid-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .blog-grid-post .item .down-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  border-top: 0px;
}
.blog-page .blog-grid-post .item .down-content h4 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-grid-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-grid-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-grid-post .item .down-content ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-grid-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .blog-grid-post .item .down-content ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-grid-post .item .down-content ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .blog-grid-post .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a {
  font-weight: 600;
  font-size: 12px;
  color: #18428c;
}
.blog-page .blog-grid-post .item .down-content .continue-button a i {
  margin-left: 5px;
  font-size: 10px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .pagination-content {
  margin-top: 30px;
}
.blog-page .blog-classic-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .blog-classic-post .item h4 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-classic-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-classic-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-classic-post .item ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-classic-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .blog-classic-post .item ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-classic-post .item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-classic-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .blog-classic-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
}
.blog-page .blog-classic-post .item .primary-button {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .item .primary-button {
    text-align: left;
  }
}
.blog-page .blog-classic-post .pagination-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .pagination-content {
    margin-bottom: 80px;
  }
}
.blog-page .single-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .single-post .item h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.blog-page .single-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .single-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .single-post .item ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .single-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .single-post .item ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .single-post .item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .single-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .single-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blog-page .single-post .item p em {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 15px 30px;
  margin: 0px 20px;
  font-size: 15px;
  font-family: 'georgia', serif;
  line-height: 26px;
  border-left: 3px solid #18428c;
}
.blog-page .single-post .item .primary-button {
  padding-bottom: 40px;
}
.blog-page .single-post .comments {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eeeeee;
}
.blog-page .single-post .comments .comments-content {
  background-color: #f2f2f2;
  padding: 20px;
}
.blog-page .single-post .comments .comments-content img {
  float: left;
  width: 80px;
}
.blog-page .single-post .comments .comments-content h6 {
  margin-top: 0px;
  margin-left: 95px;
  margin-bottom: 3px;
}
.blog-page .single-post .comments .comments-content span {
  font-size: 11px;
  font-weight: 400;
  color: #9a9a9a;
  margin-left: 15px;
}
.blog-page .single-post .comments .comments-content p {
  margin-left: 95px;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 20px;
}
.blog-page .single-post .comments .comments-content .continue-button {
  float: right;
  top: 0;
}
.blog-page .single-post .comments .comments-content .continue-button a {
  font-weight: 600;
  font-size: 11px;
  color: #18428c;
}
.blog-page .single-post .comments .comments-content .continue-button a i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .comments-content .continue-button a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .single-post .comments .comments-content .replied-button {
  float: right;
  margin-right: 15px;
  top: 0;
}
.blog-page .single-post .comments .comments-content .replied-button span {
  font-size: 11px;
  color: #9a9a9a;
}
.blog-page .single-post .comments .comments-content .replied-button span i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .second-comment {
  margin-left: 115px;
  margin-top: 20px;
}
.blog-page .single-post .comments .third-comment {
  margin-top: 30px;
}
.blog-page .single-post .submit-comment input {
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment input {
    margin-top: 20px;
  }
}
.blog-page .single-post .submit-comment textarea {
  margin-top: 30px;
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.blog-page .single-post .submit-comment .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment .primary-button {
    margin-bottom: 80px;
  }
}
.contact-map {
  margin-top: -120px;
}
.contact-content {
  
}
.contact-content p {
  margin-top: -5px;
}
.contact-content .sep-section-heading {
  margin-top: 0px;
  margin-bottom: 40px;
}
.contact-content .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-content .contact-info ul li {
  /*margin-top: 20px;*/ /*by Jahangir*/
}
.contact-content .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .contact-content .contact-info i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.contact-content .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
@media (max-width: 991px) {
  .contact-content .contact-info span {
    font-size: 12px;
  }
}
.contact-content .send-message input {
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .contact-content .send-message input {
    margin-top: 20px;
  }
}
.contact-content .send-message textarea {
  margin-top: 30px;
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.contact-content .send-message .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .contact-content .send-message .primary-button {
    margin-bottom: 60px;
  }
}
.car-item {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 30px;
  max-height: 262px;
  min-height: 262px;
}
.car-item .thumb-content .car-banner-rent {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 31px;
}
.car-item .thumb-content .car-banner-rent a {
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
}
.car-item .thumb-content .car-banner-sale {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-sale a {
  background-color: rgba(24, 66, 140, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  max-height: 114px;
}
.car-item .down-content {
  text-align: center;
}
.car-item .down-content h4 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}
.car-item .down-content span {
  font-size: 15px;
  font-weight: 700;
  color: #18428c;
}
.car-item .down-content .line-dec {
  margin-top: 4px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.car-item .down-content p {
  margin-top: 20px;
}
.car-item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.car-item .down-content ul li {
  display: inline-block;
  margin: 2px 0 0;
  width : 26%;
}
.car-item .down-content ul li span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9a9a9a;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 2px;
}
.car-item .down-content ul li p {
  font-size: 12px;
  font-weight: 700;
  color: #ffba00;
  margin-top: 2px;
}
.columns-4 .down-content ul li {
  margin: 10px 2px 0;
}
.on-listing {
  padding-bottom: 30px;
}
.car-details {
  text-align: left;
}
.car-details h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.car-details span {
  font-size: 12px;
  font-weight: 700;
  color: #18428c;
}
.car-details .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.car-details p {
  margin-top: 20px;
}
.car-details ul {
  padding: 20px 0px 30px 0px;
  margin: 0;
  list-style: none;
}
.car-details ul li {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
.car-details ul li span {
  color: #272727;
  font-weight: normal;
  padding-right: 5px;
}
.car-details ul li p {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  color: #ffba00;
}
.car-details ul li:first-child {
  border-top: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .car-details .contact-info {
    text-align: center;
    border: 2px solid #eeeeee;
    padding: 20px 0px;
  }
}
.car-details .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .car-details .contact-info i {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.car-details .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
.car-details .similar-info span a {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
.car-details .similar-info span a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
#owl-similar .car-item {
  border: 0px solid #eeeeee;
  padding: 0px;
  margin-bottom: 0px;
}
#owl-similar .car-item .thumb-content .car-banner-sale {
  margin: 0;
}
#owl-similar .car-item .thumb-content .car-banner-rent {
  margin: 0;
}
.similar-car {
  margin-top: -40px;
}
.similar-car-2 {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .more-details .sep-section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.more-details em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.more-details .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.more-details .info-list ul li {
  display: inline-block;
  margin: 0px 20px 18px 0px;
}
.more-details .info-list ul li i {
  margin-right: 5px;
  color: #ffba00;
}
.more-details .info-list ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #9a9a9a;
}
.more-details .contact-info .phone {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .more-details .contact-info .phone {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .more-details .contact-info {
    text-align: center;
    border: 2px solid #eeeeee;
    padding: 20px 0px;
  }
}
.more-details .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .more-details .contact-info i {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.more-details .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
.shortcodes-content .sep-section-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns p {
  margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first {
  margin-top: 0px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.shortcodes-content .accordions .accordion,
.shortcodes-content .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shortcodes-content .accordions .accordion {
  overflow: hidden;
}
.shortcodes-content .accordions .accordion-section {
  margin-bottom: 4px;
}
.shortcodes-content .accordions .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #f2f2f2;
  transition: all linear 0.15s;
  font-size: 13px;
  font-weight: 600;
}
.shortcodes-content .accordions .accordion-section-title i {
  float: right;
  font-size: 18px;
}
.shortcodes-content .accordions .accordion-section-title.active {
  color: #272727;
}
.shortcodes-content .accordions .accordion-section-title.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.shortcodes-content .accordions .accordion-section-title:hover {
  color: #ffba00;
  transition: all .5s;
  /* Type */
  text-decoration: none;
}
.shortcodes-content .accordions .accordion-section-content {
  padding: 15px;
  display: none;
}
.shortcodes-content .tab .tabs {
  width: 100%;
  display: inline-block;
}
.shortcodes-content .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.shortcodes-content .tab .tab-links {
  margin-left: -45px;
}
.shortcodes-content .tab .tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
}
.shortcodes-content .tab .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  transition: all linear 0.15s;
  border-radius: 0px;
}
.shortcodes-content .tab .tab-links a:hover {
  color: #ffba00;
  text-decoration: none;
}
.shortcodes-content .tab li.active a,
.shortcodes-content .tab li.active a:hover {
  color: #ffffff;
  background-color: #18428c;
}
.shortcodes-content .tab .tab-content {
  padding: 15px;
  background: #fff;
}
.shortcodes-content .tab .tab {
  display: none;
}
.shortcodes-content .tab .tab.active {
  display: block;
}
.shortcodes-content .buttons .pri-primary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .sec-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .sec-primary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .third-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .third-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .fourth-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .fourth-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
.shortcodes-content .buttons .pri-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-secondary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .sec-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-secondary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .third-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .fourth-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .pri-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-black-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .sec-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-black-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .third-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .fourth-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .alerts .info-alert {
  background-color: #badef4;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #a4d3f0;
}
.shortcodes-content .alerts .info-alert a {
  font-size: 12px;
  color: #2394d9;
}
.shortcodes-content .alerts .info-alert i {
  margin: 0px 10px 0px 15px;
  color: #369fdf;
}
.shortcodes-content .alerts .warning-alert {
  margin-top: 15px;
  background-color: #f8f1c5;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f5ecae;
}
.shortcodes-content .alerts .warning-alert a {
  font-size: 12px;
  color: #d7bd1a;
}
.shortcodes-content .alerts .warning-alert i {
  margin: 0px 10px 0px 15px;
  color: #e8d03c;
}
.shortcodes-content .alerts .error-alert {
  margin-top: 15px;
  background-color: #eeb5ae;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaa299;
}
.shortcodes-content .alerts .error-alert a {
  font-size: 12px;
  color: #d34130;
}
.shortcodes-content .alerts .error-alert i {
  margin: 0px 10px 0px 15px;
  color: #d34130;
}
.shortcodes-content .alerts .success-alert {
  margin-top: 15px;
  background-color: #d0edbf;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c1e7ab;
}
.shortcodes-content .alerts .success-alert a {
  font-size: 12px;
  color: #78cb48;
}
.shortcodes-content .alerts .success-alert i {
  margin: 0px 10px 0px 15px;
  color: #78cb48;
}
.shortcodes-content .bars .first-bar {
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .first-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 85%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .second-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .second-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 78%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .third-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .third-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 60%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .fourth-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .fourth-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 90%;
  background-color: #ffba00;
  display: inline-block;
}
.sidebar-widgets {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .sidebar-widgets {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sidebar-widgets .sep-section-heading-1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.sidebar-widgets .sep-section-heading-1 h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-widgets .sep-section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}
.sidebar-widgets .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sidebar-widgets .search-form select {
    margin-bottom: 15px;
  }
}
.sidebar-widgets .search-form input {
  margin-bottom: 15px;
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.sidebar-widgets .futured-post {
  margin-bottom: -20px;
}
.sidebar-widgets .futured-post img {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.sidebar-widgets .list-content ul {
  padding: 0;
  margin-top: -10px;
  list-style: none;
}
.sidebar-widgets .list-content ul li {
  display: block;
  margin-bottom: 10px;
}
.sidebar-widgets .list-content ul li span {
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #ffba00;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-widgets .list-content ul li a {
  font-size: 13px;
  color: #7a7a7a;
}
.sidebar-widgets .list-content ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sidebar-widgets .list-content ul li em {
  font-weight: 600;
  margin-left: 30px;
  font-style: normal;
}
.sidebar-widgets .list-content ul li:last-child {
  margin-bottom: -10px;
}
.sidebar-widgets .latest-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-widgets .latest-posts ul li {
  display: block;
  margin-bottom: 20px;
}
.sidebar-widgets .latest-posts ul li .recent-item img {
  float: left;
}
.sidebar-widgets .latest-posts ul li .recent-item h4 {
  margin-left: 95px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-widgets .latest-posts ul li .recent-item h4:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sidebar-widgets .latest-posts ul li .recent-item span {
  margin-left: 15px;
  font-size: 14px;
  color: #18428c;
}
.sidebar-widgets .latest-posts ul li .recent-item em {
  display: block;
  margin-top: 18px;
  margin-left: 95px;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sidebar-widgets .flickr-feed {
    padding: 20px;
  }
}
.sidebar-widgets .flickr-feed ul {
  padding: 0;
  margin: 0;
}
.sidebar-widgets .flickr-feed ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.section-heading {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffba00;
}
.section-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ffba00;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #9a9a9a;
}
.sep-section-heading {
  margin-top: 30px;
  margin-bottom: 40px;
}
.sep-section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.page-heading {
  background-image: url(../assets/images/heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 200px 0px 0px 0px;
  margin-bottom: 65px;
}
.page-heading .heading-content-bg {
  margin-bottom: -50px;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  padding: 15px 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content {
    text-align: center;
  }
}
.page-heading .heading-content-bg .heading-content h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content h2 {
    margin-bottom: 10px;
  }
}
.page-heading .heading-content-bg .heading-content span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #9a9a9a;
}
.page-heading .heading-content-bg .go-back {
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .go-back {
    text-align: center;
    margin-top: 20px;
  }
}
.page-heading .heading-content-bg .go-back p {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-heading .heading-content-bg .go-back p a {
  color: #4a4a4a;
}
.page-heading .heading-content-bg .go-back p em {
  color: #9a9a9a;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 20px;
  color: #272727;
  line-height: 28px;
}
h4 {
  font-size: 30px;
  color: #272727;
  font-weight: 300;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
.first-line {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 10px 15px!important;
  font-weight: 700;
  color: #18428c;
  background-color: rgba(250, 250, 250, 0.6);
  line-height: normal!important;
}
@media (max-width: 991px) {
  .first-line {
    margin-top: -12px !important;
  }
}
.second-line {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 8px 15px!important;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: normal!important;
}
.second-line em {
  font-size: 36px;
  color: #ffba00;
  font-style: normal;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
/*
 * jQuery car-flexslider v2.5.0
 * http://www.woothemes.com/car-flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'car-flexslider-icon';
  src: url('fonts/car-flexslider-icon.eot');
  src: url('fonts/car-flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/car-flexslider-icon.woff') format('woff'), url('fonts/car-flexslider-icon.ttf') format('truetype'), url('fonts/car-flexslider-icon.svg#car-flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0;
  padding: 0;
}
.car-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
.car-flexslider .slides img {
  width: 100%;
  display: block;
}
.car-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .car-flexslider .slides {
  display: block;
}
* html .car-flexslider .slides {
  height: 1%;
}
.no-js .car-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0 0 0px;
  background: transparent;
  position: relative;
  zoom: 1;
}
.car-flexslider .slides {
  zoom: 1;
}
.car-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
#car-carousel .slides li {
  margin: 6px 2px;
  cursor: pointer;
  opacity: .7;
}
#car-carousel .slides li:hover {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.car-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "car-flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  top: -260px;
  text-align: right;
}
@media (max-width: 991px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-nav li {
  margin-left: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border: 2px solid #ffba00;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.slide-caption {
  text-align: left;
  padding-left: 15px;
  margin-left: 15px;
  position: absolute;
  width: 7.6%;
  margin-top: -85px;
  background-color: rgba(250, 250, 250, 0.75);
}
.slide-caption h6 {
  font-size: 14px;
  margin: 15px 0px 5px 0px;
}
.slide-caption p {
  padding-bottom: 15px;
  line-height: 0px;
  margin-top: 15px;
  color: #18428c;
  font-weight: 700;
}
.flex-control-paging li a:hover {
  background: #18428c;
  opacity: 0.7;
  transition: all 0.5s;
}
.flex-control-paging li a.flex-active {
  background-color: #18428c;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.services {
  background-color: #f2f2f2;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 20px;
  }
}
.services .services-content {
  margin-top: 180px;
}
.services .services-content .service-item {
  background-color: #ffffff;
  display: inline-block;
  width: 100%!important;
  padding: 10px;
}
@media (max-width: 991px) {
  .services .services-content .service-item {
    margin-bottom: 120px;
  }
}
.services .services-content .service-item img {
  margin-top: -100px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.services .services-content .service-item .service-baner {
  text-align: center;
  margin-top: -20px;
}
.services .services-content .service-item .service-baner a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffba00;
  width: 126px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.services .services-content .service-item p {
  margin-top: 15px;
  text-align: center;
}
.services .services-content .service-item .primary-button {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .services-second .service-item {
    margin-bottom: 60px;
  }
}
.services-second .service-item i {
  float: left;
  font-size: 36px;
  color: #18428c;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.services-second .service-item .text-content {
  display: block;
}
.services-second .service-item .text-content h6 {
  margin-left: 50px;
  margin-bottom: 0px;
}
.services-second .service-item .text-content span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.services-second .service-item .text-content .line-dec-second {
  margin: 10px 50px;
}
.services-second .service-item .text-content p {
  margin-left: 23px;
  border-left: 2px solid #eeeeee;
  padding-left: 27px;
}
.more-about-us {
  
}
.more-about-us img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.more-about-us .right-content {
  margin-top: 20px;
}
.more-about-us .right-content span {
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.more-about-us .right-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px;
}
.more-about-us .right-content p {
  margin-top: 25px;
}
.our-clients {
  padding-bottom: 15px;
}
.our-clients .sep-section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.our-clients .item {
  margin-bottom: 20px;
  text-align: center;
}
.call-to-action .call-to-action-content {
  background-color: #18428c;
  margin-top: -60px;
  padding: 40px;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content {
    text-align: center;
  }
}
.call-to-action .call-to-action-content p {
  margin-top: 5px;
  float: left;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content p {
    padding-bottom: 20px;
  }
}
.call-to-action .call-to-action-content p em {
  font-style: normal;
  color: #ffba00;
  font-weight: 600;
}
.testimonials {
  background-color: #f2f2f2;
  margin-top: 60px;
}
.testimonials .item {
  text-align: center;
  padding-bottom: 40px;
}
.testimonials .item ul {
  padding: 0;
  margin-top: 50px;
  list-style: none;
}
.testimonials .item ul li {
  display: inline-block;
  color: #ffba00;
}
.testimonials .item ul li:last-child {
  color: #ddd;
}
.testimonials .item p {
  margin-top: 25px;
  font-size: 18px;
  font-style: italic;
  font-family: 'georgia', serif;
  line-height: 32px;
}
.testimonials .item em {
  font-size: 24px;
  color: #9a9a9a;
  font-family: 'georgia', serif;
}
.testimonials .item img {
  margin-top: 30px;
  border-radius: 50%;
}
.testimonials .item h4 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item .line-dec2 {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item span {
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
}
.owl-pagination {
  background-color: #18428c;
  width: 120px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.owl-theme .owl-controls .owl-page span {
  border-radius: 0px!important;
  margin-top: 12px!important;
  border: 1px solid #ffffff !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 4px solid rgba(250, 250, 250, 0.75) !important;
}
@media (max-width: 991px) {
  .primary-button {
    text-align: center;
  }
}
.primary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #18428c;
}
.secondary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ffba00;
}
.white-button {
  float: right;
}
@media (max-width: 991px) {
  .white-button {
    text-align: center;
    float: none;
  }
}
.white-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ffba00;
}
.go-top {
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 14px!important;
  background-color: rgba(255, 186, 0, 0.9) !important;
  color: #ffffff !important;
}

.search-section .search-content {
  z-index: 999;
  position: relative;
  margin-top: -9%;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  padding-top: 15px;
}
.search-section .search-content .search-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ffba00;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.search-section .search-content .search-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.search-section .search-content .search-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #9a9a9a;
}
.search-section .search-content .search-form {
  margin-top: 15px;
}
.search-section .search-content .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #9a9a9a;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .search-section .search-content .search-form select {
    margin-bottom: 15px;
  }
}
.blury-bg {
  background-image: url(../assets/images/blury-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0px;
  margin-bottom: -80px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .blury-bg {
    padding: 80px 0px 65px 0px;
  }
}
.blury-bg .info-item {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  height: 125px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .blury-bg .info-item {
    margin-bottom: 15px;
    height: 100%;
  }
}
.blury-bg i {
  
  width: 30px;
  height: 30px;
  background-color: #ffba00;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  
  margin-top: 5px;
}
@media (max-width: 991px) {
  .blury-bg i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.blury-bg h4 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .blury-bg h4 {
    margin-left: 75px;
    margin-top: 3px;
  }
}
.blury-bg .line-dec {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  
}
@media (max-width: 991px) {
  .blury-bg .line-dec {
    margin: 0px;
  }
}
.blury-bg span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  
  display: block;
}
@media (max-width: 991px) {
  .blury-bg span {
    
  }
}
.line-dec-second {
  width: 28px;
  height: 3px;
  background-color: #ffba00;
}
.line-dec-third {
  margin-top: 25px;
  width: 120px;
  height: 2px;
  background-color: #eeeeee;
}
.pagination-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-content ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #18428c;
}
.pagination-content ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.pagination-content ul li i {
  font-size: 14px;
}
.pagination-content ul li:first-child {
  background-color: #ffba00;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.owl-controls {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #1d1d1d;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.moduleContent {border: 1px solid #e2e2e2;padding: 6px 10px 10px; border-top: 22px solid #18428c;}
.adv-search-link {text-decoration: underline; font-size: 11px;}
.hrQuick {margin: 0 -10px 14px -11px;}
.link {float: right; text-decoration: underline;}
.bodymakerow li {height: 50px;list-style: outside none none;margin-bottom: 10px;}
img.toyota {background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE.png") repeat scroll -104px -9px;height: 44px;width: 65px;}
.bodymakerow span, .bodytyperow span, a.link, .flagsidebar span {color: #666; font-size: 12px; }
img.honda {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE.png") repeat scroll -1262px 139px;
    height: 44px;
    width: 65px;
}
img.suzuki {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE.png") repeat scroll -27px 0;
    height: 60px;
    margin-top: -13px;
    width: 65px;
}
img.huyndai {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE.png") repeat scroll -339px 138px;
    height: 44px;
    width: 65px;
}
img.mercedes {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE2.png") repeat scroll -20px -80px;
    height: 44px;
    width: 65px;
}
img.bmw {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE2.png") repeat scroll -536px -17px;
    height: 44px;
    width: 65px;
}
img.nissan {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE2.png") repeat scroll -378px -72px;
    height: 44px;
    width: 65px;
}
img.daihatsu {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE2.png") repeat scroll -609px -18px;
    height: 44px;
    width: 65px;
}
img.kia {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE.png") repeat scroll -107px -83px;
    height: 44px;
    width: 65px;
}
img.isuzu {
    background: rgba(0, 0, 0, 0) url("../assets/images/MAKETYPE2.png") repeat scroll -95px -81px;
    height: 44px;
    width: 65px;
}
ul.bodymakerow {padding-left: 8px;}
img.sedan {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -341px -60px;
    height: 44px;
    width: 90px;
}
img.car {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -46px 0px;
    height: 44px;
    width: 90px;
}
img.sports {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -46px -56px;
    height: 44px;
    width: 90px;
}
img.suv {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -142px -6px;
    height: 58px;
    width: 100px;
}
img.truck {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -241px -6px;
    height: 60px;
    width: 100px;
}
img.van {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -336px -100px;
    height: 60px;
    width: 100px;
}
img.wagon {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -134px -98px;
    height: 44px;
    width: 90px;
}

img.jeep {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -242px -60px;
    height: 44px;
    width: 90px;
}
img.wagonmini {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -133px -58px;
    height: 44px;
    width: 100px;
}
img.hatch {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -43px -101px;
    height: 44px;
    width: 92px;
}
img.pickup {
    background: rgba(0, 0, 0, 0) url("../assets/images/car.png") repeat scroll -226px -103px;
    height: 44px;
    width: 100px;
}
.bodytyperow li {
    
    height: 80px;
    list-style: outside none none;
    
    
}
.bodytyperow li span {
    display: block;    
    
    float: left;
    
}
.bodytyperow li img {
    clear: both;
    display: table;
}
.bodytyperow li img:after {
    clear: both;
}
ul.bodytyperow {}
.owl-next {position: absolute; top: 42%; right: 1%;}
.owl-prev {position: absolute; top: 42%;}
#owl-blog .owl-prev {background: url(../assets/images/left.png); height: 36px; width: 36px; /*text-indent: 999em;*/ cursor: pointer;}
#owl-blog .owl-next {background: url(../assets/images/right.png); height: 36px; width: 36px; /*text-indent: 999em;*/ cursor: pointer;}
img.japan {
    background: rgba(0, 0, 0, 0) url("../assets/images/flags.png") no-repeat scroll 30px 11px;
    height: 44px;
    width: 78px;
}
img.korea {
    background: rgba(0, 0, 0, 0) url("../assets/images/flags.png") no-repeat scroll 29px -21px;
    height: 44px;
    width: 78px;
}
img.uk {
    background: rgba(0, 0, 0, 0) url("../assets/images/flags.png") no-repeat scroll 29px -53px;
    height: 44px;
    width: 78px;
}
img.france {
    background: rgba(0, 0, 0, 0) url("../assets/images/flags.png") no-repeat scroll 29px -84px;
    height: 44px;
    width: 78px;
}
img.usa {
    background: rgba(0, 0, 0, 0) url("../assets/images/flags.png") no-repeat scroll 29px -116px;
    height: 44px;
    width: 78px;
}
.flagsidebar li {  list-style: outside none none;  }
.flagsidebar {padding-left: 0px;}
.homeslider #owl-blog {opacity: 1; display: block; padding-left: 40px; padding-right: 65px;}
.homeslider #owl-blog .owl-prev {margin-left: -45px;}
.btn-primary {background-color: #18428c; border-color: #18428c;}
.detailSmallImage {margin-top: -45px; margin-left: 22px; margin-right: 22px; background: #ebebeb;}
.cardbox, .dsidx-search-widget, .sidebarwidget { 
  background: #2a2a2a ;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px 20px;

}
h3#price_detailpage {
    color: #272727;
    font-size: 22px;
    font-weight: 600;
    line-height: 10px;
    text-align: right;
    text-transform: none;
}
#price_detailpage .currencysymbol {
    display: inline-block;
    font-size: 21px;
    font-weight: normal;
    margin-right: 5px;
    position: relative;
    top: -7px;
    color: #fff;
}
h3#price_detailpage {
    color: #272727;
    line-height: 30px;
    text-align: right;
    text-transform: none;
}
ul.features {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    text-transform: uppercase;
}
ul.features li {
    border-bottom: 1px solid #d8d8d8;
    float: left;
    list-style: outside none none;
    margin: 0 20px 0 0;
    padding: 5px 0 5px 25px;
    width: 233px;
}
.specs ul.features li {
    border-color: rgba(255, 255, 255, 0.15);
    clear: right;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: normal;
    overflow: auto;
    padding-left: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.specs ul.features li strong {
    color: #272727;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}
.specs ul.features li span {
    float: right;
}
.printbutton, .printbutton i {color: #fff;}
#featuretabs {
    margin: 20px 0;
}
.tabbable::before, .tabbable::after {
    content: "";
    display: table;
    line-height: 0;
}
.tabbable::after {
    clear: both;
}
#featuretabs .two.columns {
    padding-right: 20px;
    width: 200px;
}
#featuretabs .tabs-left > .nav-tabs {
    margin-right: 10px;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

#featuretabs .nav-tabs > li.active > a, #featuretabs .nav-tabs > li.active > a:hover {
    color: white;
}
#featuretabs .nav-tabs > li.active > a, #featuretabs .nav-tabs > li.active > a:hover, #featuretabs .nav-tabs > li.active > a:focus {
    border: medium none;
    border-radius: 2px 0 0 2px;
    margin-right: 0;
}

#featuretabs .tab-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding-left: 10px;
    padding-top: 0;
}
#featuretabs ul {
    margin: 0;
}
#featuretabs .three.columns {
    width: 280px;
}
#featuretabs .columns {
    margin-bottom: 5px;
    margin-top: 5px;
}
.detailArrows li {float: left; width: 49%; list-style: none; margin-bottom: 10px; font-size: 16px;}
.detailArrows {border-left: 1px solid #2a2a2a;}
.fullwidthbanner-container .fullwidthbanner {max-height: 300px !important;}
nav.main-navigation.header-navigation ul li, nav.main-navigation.header-navigation ul a {padding: 0px;}
nav.main-navigation.header-navigation ul li ul.sub-menu { z-index: 9999;}
nav.main-navigation.header-navigation ul li ul.sub-menu.loginMenu {margin-top: -30px;}
.car-flexslider .slides > li, .car-flexslider .slides {width: 100% !important;}
.car-flexslider.detailSmallImage .slides img {width: 20%;}
.widget {margin-top: 15px;}
.listicon .fa {font-size: 18px; color:#333;}
.StockListItem11 {
    height: 195px;
}
.StockListItem {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e9edf2;
    border-radius: 2px;
    box-shadow: 0 0 6px #e5eef8;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 16px;
    transition: all 0.35s ease-in-out 0s;
}
.stkhead {
    margin-top: -7px;
}
.data2 {
    background: white none repeat scroll 0 0;
}
.StockListTitle {
    color: #ffba00;
    font-size: 16px;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 0;
}
.location, .locationName {
    width: 40%;
}
.location {
    color: #808080;
    font-weight: bold;
}
.locationName {
    color: #ffba00;
    float: right;
    font-weight: bold;
}
.data3 {
    margin-bottom: 10px;
}
.data2 {
    background: white none repeat scroll 0 0;
}
.detailBorder {
    border: 1px solid #cccccc;
}
.StockListItem:after  {display:table; clear:both; content: " ";}
.listBTN a {
    height: 32px;
    padding: 4px;
    width: 76px;
}
.listBTN a.detailButtonList {
    height: 30px;
}
.fobPrice {
    color: #ffba00;
    font-size: 24px;
    font-weight: bold;
    margin-left: 49px;
}
.listBTN {
    margin-bottom: 0;
    margin-left: 33px;
    margin-top: 0;
}
.listBTN a.detailButtonList {
    height: 30px; margin-top: 4px; margin-left: 0px;
}
.StockListItem:hover, .car-item:hover {box-shadow: 0 0 20px #1E5799 ; transition: all 0.35s ease-in-out 0s;  }
.mCustomScrollBox li:nth-child(even) {background: #CCC}
.mCustomScrollBox li:nth-child(odd) {background: #FFF}
.sidebarwidget {background: none; box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.3);}
nav.main-navigation ul.sub-menu-sub {
    position: absolute;
    margin-left: 190px;
    margin-top: -61px;
}
.sub-menu-sub {display: none;}
.menu-show:hover .sub-menu-sub {display: block;}
nav.main-navigation ul li ul.sub-menu.sub-menu-sub {border-left: 3px solid #ffba00; }
body {overflow-x: hidden; }
.listicon {margin-top: 8px; margin-bottom: 8px;}
.tp-caption.first-line.lft.tp-resizeme.start {font-size: 14px !important; margin-top: -12px !important;}
.recent-item img {width: 70px; height: 70px;}
.scrolled-header .main-navigation {padding-top: 10px;}
nav.main-navigation ul li:hover, nav.main-navigation ul li:focus {background: #18428c; color: #fff;}
nav.main-navigation ul li ul.sub-menu li:hover a, nav.main-navigation ul li:hover a {color: #fff;}
nav.main-navigation ul li ul.sub-menu.sub-menu-sub li a {color: #272727;}
nav.main-navigation ul li ul.sub-menu.sub-menu-sub li:hover a {background: #18428c; color: #fff;}
.lg-toolbar.group {display: none;}
table.calculate {     margin-bottom: 20px;
    width: 100% !important;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 12px;
    border: 1px solid #959494;
}
table.calculate tr {     border-bottom: 1px solid #959494;
}
table.calculate td  {     padding: 5px 15px 5px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}
table.calculate dt.main {
    font-size: 16px;
    width: 30%;
}
table.calculate dd.main { font-size: 16px;
    width: 68%;
    vertical-align: middle;
}
table.calculate td select {float: right;}
table.calculate .appeal { color: #fe0303; }
table.calculate td dl dd{     display: inline-block !important;
    width: 58%;
    vertical-align: top;
    text-align: right;
}
table.calculate tbody td.totalPrice { font-size: 20px !important;
    text-align: right;
    font-weight: bold !important;
}
table.calculate thead th {     background-color: #18428c;     font-size: 17px;
    font-weight: bold;
    padding: 5px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    color: #fff; }
table.calculate td dl dt {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}
table.calculate td dl dd {
    display: inline-block !important;
    width: 58%;
    vertical-align: top;
    text-align: right;
}
table.calculate  dl {margin-bottom: 0px;}
table.calculate select option {color: #333;}
table.quote input, table.quote select {float: right;}
table.quote thead th {background: #18428c; color: #fff;}
.deatilnav a {color: #18428c;}
img.detailimg {width: 600px;}
.calculate  tbody tr td {padding: 4px;}
#btn_freight_yes, #btn_freight_no {float: left;}
.listnone li {list-style: none; margin-bottom: 2px; }
.listnone { 
    padding-left: 18px;    
    padding-top: 10px;

}



.bankDetails div.col-lg-2 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.bankDetails div.col-lg-6 {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-left: 2px;
}

#lightgallery li.col-xs-6.col-sm-4.col-md-3 {padding-left: 0px; padding-right: 0px; margin-right: 5px; width: auto; margin-bottom: 5px;}
#lightgallery li.col-xs-6.col-sm-4.col-md-3 img {max-height: 70px; height: 70px; }
ul#lightgallery {margin-left: 0px;}
.mainImage {height: 410px ! important; width: 565px ! important;}
.img-center {margin-left: auto; margin-right: auto; display: block; float: none; }
.deleteimages {height:10px;width :10px;position: absolute;}
.countryposition {
    position: absolute;
    margin-left: 95px;
    margin-top: 5px;
    width: 24px;
}
.sold-item { background:  url(../assets/images/sold_sticker_large.png); background-size: 20% 100%; position: absolute; background-repeat: no-repeat; height: 50px; width: 260px; }
.sold-item_large { background:  url(../assets/images/sold_sticker_large.png);     background-size: 48% 100%;
    position: absolute;
    background-repeat: no-repeat;
    height: 111px;
    width: 258px; }

.margintop10 { margin-top: 10px; }
.item .thumb-content {width: 200px; height: 156px;}



@media (max-width: 767px) {
    .car-item {min-height: 100%; max-height: 100%; }
    .car-item .thumb-content img { max-height: 100%; }
}


@media (max-device-width: 767px) {
    .car-item {min-height: 100%; max-height: 100%; }
    .car-item .thumb-content img { max-height: 100%; }
}



@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.listtable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.listtable tr { border: 1px solid #ccc; }
	
	.listtable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.listtable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
        text-align: left;
	}
	
	/*
	Label the data
	*/
	.listtable td:nth-of-type(1):before { content: "Stk #"; }
	.listtable td:nth-of-type(2):before { content: " "; }
	.listtable td:nth-of-type(3):before { content: "Price"; }
	.listtable td:nth-of-type(4):before { content: "Make/Model"; }
	.listtable td:nth-of-type(5):before { content: "Year"; }
	.listtable td:nth-of-type(6):before { content: "Engine"; }
	.listtable td:nth-of-type(7):before { content: "Steering"; }
	.listtable td:nth-of-type(8):before { content: "Trans"; }
	.listtable td:nth-of-type(9):before { content: "Mileage(KM)	"; }
	.listtable td:nth-of-type(10):before { content: "Color"; }
    .listtable th {display: none;}
    .table.listtable > tbody > tr > td, .table.listtable > tbody > tr > th {text-align: right;}
    .countryposition { display: block; margin-left: auto; margin-right: auto; position: relative; }
    .listicon { clear: both; }
}