@charset "utf-8";
/* CSS Document */

/* load Fonts */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Regular.eot');
  src: url('../fonts/lato/Lato-Regular.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/lato/Lato-Regular.woff2') format('woff2'), 
  url('../fonts/lato/Lato-Regular.woff') format('woff'), 
  url('../fonts/lato/Lato-Regular.ttf') format('truetype'), 
  url('../fonts/lato/Lato-Regular.svg#Latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/lato/Lato-Semibold.eot');
  src: url('../fonts/lato/Lato-Semibold.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/lato/Lato-Semibold.woff2') format('woff2'), 
  url('../fonts/lato/Lato-Semibold.woff') format('woff'), 
  url('../fonts/lato/Lato-Semibold.ttf') format('truetype'), 
  url('../fonts/lato/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/lato/Lato-Bold.eot');
  src: url('../fonts/lato/Lato-Bold.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/lato/Lato-Bold.woff2') format('woff2'), 
  url('../fonts/lato/Lato-Bold.woff') format('woff'), 
  url('../fonts/lato/Lato-Bold.ttf') format('truetype'), 
  url('../fonts/lato/Lato-Bold.svg#lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/lato/Lato-Light.eot');
  src: url('../fonts/lato/Lato-Light.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/lato/Lato-Light.woff2') format('woff2'), 
  url('../fonts/lato/Lato-Light.woff') format('woff'), 
  url('../fonts/lato/Lato-Light.ttf') format('truetype'), 
  url('../fonts/lato/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/lato/Lato-Black.eot');
  src: url('../fonts/lato/Lato-Black.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('../fonts/lato/Lato-Black.woff2') format('woff2'), 
  url('../fonts/lato/Lato-Black.woff') format('woff'), 
  url('../fonts/lato/Lato-Black.ttf') format('truetype'), 
  url('../fonts/lato/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Basic*/
*{	margin:0;padding:0;text-decoration:none;
}
*::before, *::after {
  	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}

html, body {height: 100%;}

body {
	background: #ffffff; position:relative;
	margin:0; padding:0;overflow-x: hidden  
}
body, input, select, textarea {
	color: #000; font:15px/22px 'Lato', sans-serif;
}

a {
	-moz-transition:0.2s ease-in-out;
	-webkit-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	color: #000;
	text-decoration: none;
}

a:hover {
	color:#d30418;
	text-decoration:none;
} 
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-size:inherit; color:inherit}.show-mobi{ display:none}
img{max-width: 100%;}
ol,
ul {
  margin-left:1rem; margin-bottom:1rem; padding:0;
}
section{float: left; width: 100%;}

.six-column-navbar .col-lg-2, .six-column-navbar .col-md-2{ float: left}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

.navbar-toggler>.close {
    display:inline;
	background-image: url("../images/close.svg") !important; width:20px; height:20px
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

/*menu*/
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; padding: 0}
    .site-navbar .site-navigation .site-menu .active {
      color: #facd00;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
		font-family: 'Lato';
        padding: 24px 5px;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #facd00; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\f107";
          font-size: 11px;
          top: 50%;
          right: 5px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #e31b23;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #facd00 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; 
			color: #fff;
			text-transform: uppercase;
			}
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #d80d15;
				 }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #facd00; }
		.site-navbar .site-navigation .site-menu .has-children:hover > a:before {content: "\f106";}

      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
	}
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #979797;text-transform: uppercase; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #979797; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #000; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 5px;
      z-index: 20;
      width: 31px;
	  height: 31px;
		text-align: center;
		cursor: pointer;
		border-radius: 50%;
		background: inherit; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: inherit; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
		  color: #656565;
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 15px;
		text-transform:uppercase;
		border-bottom: 1px solid #333;
		float:left;
		width:100%;}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block;padding-left: 20px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
			float: left;
			width: 100%;
			padding-left: 20px;
			font-size: 12px;
			border-bottom: 1px solid #333;
			 }
			
		.site-mobile-menu .site-nav-wrap > li > a:active, .site-mobile-menu .site-nav-wrap > li > ul > li > a:active {background-color:rgba(255, 255, 255, 0.4); color:#c0c0c0; }
		.site-mobile-menu .site-nav-wrap > li:active .arrow-collapse:before  {color:#c0c0c0; }
		
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; 
  background: #e31b23;}
  /*.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }*/
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #000;margin-right: 7px; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: #fff !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #e31b23;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #facd00; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #000 !important; }


.topbar-area {
    background: #242f54;
}
.topbar-contact a{color: #fff;}
.topbar-contact a:hover{color: #ff5421;}
.topbar-area .topbar-contact{margin: 0;font-size: 0.8rem;}
.topbar-area .topbar-contact li {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    margin-right: 17px;
    padding-right: 20px;
    color: #ffffff;
    border-right: 1px solid #374A71;
}
.topbar-area .topbar-contact .apply-btn {
    color: #ffffff;
    background: #21a7d0;
    padding: 0px 35px;
    display: inline-block;
}
.icon-menu{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e5d2";
  color:#fff;
}
.site-mobile-menu .icon-close2:before {
    content: "\e5cd";
	color:#fff;
}
#sticky-wrapper #search-button i{
  color: #ffd200 !important;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 33px;
}
	.menu-mobile {display: none !important;} 
/* ============ menu .end// ============ */
/*************************************/
/* build the rectangles */
.rr-left,
.rr-right {
	position: relative;
	height: auto;
}
.rr-left {
	float: left;
    z-index: 8;
    width: 34%;
}
.rr-right {
	float: right;
    z-index: 9;
    width: 65.5%;
}

.rl-text {
    margin-top: 2%;
    margin-left: 10%;
    width: 80%;
    text-align: right;
    color: #FFFFFF;
}
.rl-text  i{color: #000;}
.rr-text {
    margin-top: 1%;
    margin-left: 0%;
    width: 80%;
    text-align: right;
    color: #FFFFFF;
}
.rr-text .input-group{ float: right; width: auto;}
.rr-text .btn{
    border: 1px solid #f7a;
    border-radius: 0;
    background: #f7a;
    color: #fff;
    font-size: 0.8rem;
}
.rr-text .form-control{ background: transparent; font-size: 0.8rem; color: #fff;}
.rr-text .social{float: right; margin: 5px 10px;}
.rr-text .social a{ color: #fff; margin: 0 5px;}
.rr-text .social a:hover{ color: #f7a;}


.navbar .nav-item:not(:last-child) {
  margin-right: 5px;
}
.dropdown-toggle::after { display: none;transition: transform 0.15s linear; }
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
.dropdown-menu {
    margin-top: 0; margin-top: 0;
    border: 0px;
    border-radius: 0;
    padding: 0;
}
.dropdown-item{ background-color: #e31b23;text-transform: uppercase; color: #fff;padding: 0.5rem 1.5rem;}
.dropdown-item:not(:last-child){ border-bottom: 1px solid #d6d6d638;}
.navbar-light .navbar-nav .nav-link{ color: #fff; text-transform: uppercase; font-size: 0.9rem; font-family: 'Lato';padding: 13px 6px;display: flex; align-items: center;}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    color: #facd00;
}
.horizontal-logo{display: none;}
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light navbar-toggler>.close {
    display: inline;
    background-image: url("../images/close.svg")!important;
    width: 20px;
    height: 20px;
}
/**scroll*/
.navbar-fixed-top {
  background: #e31b23;
  color: #333;
  transition: all 0.3s;
  padding: 0 1rem;
}
.navbar-fixed-top.compressed {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: fixed !important;top: 0;width: 100%; background:#000; margin-top:0 !important;
  z-index: 1000;
}
.navbar-fixed-top.compressed .nav-link { padding: 13px 6px !important;}
/**scroll*/

.w-bmore-box {
    position: absolute;
    border: 0px solid #1C6EA4;
    border-radius: 5px 0px 0px 5px;
    padding: 25px 50px 25px 25px;
    top: 7px;
    left: 7px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.15);
}
.w-bmore-box:before{
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: -35px;
    border-left: 35px solid #fff;
    border-bottom: 73px solid rgba(0, 0, 0, 0); 
    -webkit-box-shadow: 20px 0px 26px -17px rgba(0,0,0,0.15);
    -moz-box-shadow: 20px 0px 26px -17px rgba(0,0,0,0.15);
    box-shadow: 20px 0px 26px -17px rgba(0,0,0,0.15);
}
.w-bmore-title{ color: #000; text-transform: uppercase; font-size: 1.5rem; font-family: 'Lato-Bold';}
.box-image{
    float: left; width: 100%;
    border: 1px solid #000;
    padding: 8px;
}
.title-dex-notice{
float: left; width: 100%;font-size: 1rem; font-family: 'Lato-Bold';line-height: 1.3rem;color: #000;display: -webkit-box;height:40px;margin: 0 auto;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.bg-footer {
    float: left;
    width: 100%;
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.foot-info{ float: left; width: 100%; line-height: 2rem; color: #fff;margin-top: -5px !important;}
.copy-foot{
  float: left;
    width: 100%;
    margin-top: 40px;
}
.bor-foot{
    height: 1px;
    margin: 5px 0;
    color: white;
    position: relative;
    background: #ffffff2e;
}
.bor-foot:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 0;
	border-left: 9999px solid #ffffff2e;
	box-shadow: 9999px 0 0 #ffffff2e;
}
/*social dex*/
.social-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;

}
.social-buttons__button {
  margin: 10px 5px 0;
}

.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  border-radius: 100%;
  background: #fff;
  text-align: center;
}
.social-button::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}
.social-button:focus, .social-button:hover {
  color: #fff;
}
.social-button:focus::after, .social-button:hover::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin-left: calc(-50% - 1px);
}
.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.social-button i {
  font-size: 20px;
}
.social-button svg {
  height: 40%;
  width: 40%;
}
.social-button--mail {
  color: #0072c6;
}
.social-button--mail::after {
  background: #0072c6;
}
.social-button--facebook {
  color: #272727;
}
.social-button--facebook::after {
  background: #3b5999;
}
.social-button--linkedin {
  color: #272727;
}
.social-button--linkedin::after {
  background: #0077b5;
}
.social-button--github {
  color: #272727;
}
.social-button--github::after {
  background: #6e5494;
}
.social-button--youtube {
  color: #272727;
}
.social-button--youtube::after {
  background: #f00417;
}
.social-button--google {
  color: #272727;
}
.social-button--google::after{
  background: #d04a3b;
}
.social-button--snapchat {
  color: #272727;
}

.social-button--twitter::after {
  background: #55acee;
}
.social-button--instagram {
  color: #272727;
}
.social-button--instagram::after {
  background: #e4405f;
}

/* end social*/
/* Zoom In #1 */
.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #4c4c4c;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 2px;
}
.the-arrow.-right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #4c4c4c;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #4c4c4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #4c4c4c;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 44px;
  transition-delay: 0.1s;
  background-color: #e31b23;
  
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #e31b23;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(17px);
  transform: translateX(50px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;\
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 15px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .text:hover {
  color:#e31b23;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

/* Search Overlay */

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(180deg);
}

#mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  boder: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 3000;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

/* Search Button */
#search-button {
  display: relative;
  vertical-align: middle;
  height: 50px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  padding-right: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#search-button i{
  color: #ffd200 !important;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 15px;
}


#search-button:hover,
.mk-fullscreen-close:hover {
  opacity: 0.6;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
#mk-fullscreen-search-input:focus{
  box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.54) !important;
}

/* Caption Style 7 */
.image-gal { float: left; width: 100%;}
.cs-style-7 figure {
    background: #000;
	display: flex;
    align-items: center;
    position: relative;
	margin:0;
}
.cs-style-7 figure img {
	width: 100%;
    opacity: 0.7;
}
.cs-style-7 figcaption {
	position: absolute;
    float: left;
	height: auto;
	width: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	padding: 10px 20px;
   
}

.no-touch .cs-style-7 figure:hover figcaption
{
	opacity: 1;
	background: transparent;
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
}

.cs-style-7 figcaption a {
	opacity: 1;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
	font-size: 2rem;
}

.cs-style-7 figcaption a {
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: left;
	line-height: normal;
}

.no-touch .cs-style-7 figure:hover figcaption a,
.cs-style-7 figure.cs-hover figcaption a, .cs-style-7 figure:hover img{
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}
/* common */
.title-main{
	float: left;
    width: 100%;
    font-size: 2rem;
    font-family: 'Lato-Semibold';
    text-transform: uppercase;
    color: #000;
}
.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: block;
}
.yellow-text{color: #facd00;}
.bg-yellow{background: #f9db1c;}
#dex-ad, #other-news, #other-tech, #other-safety, #other-size, #other-tire {float:left; width:100%;}
/* Horizontal line */


/* owl slider img */
#sync1 .item {
  background: #fff;
  padding: 20px 0px;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  background: #C9C9C9;
  padding:0px;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  opacity: .3;
  transition: all 0.5s;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #e31b23;
  border: 2px solid #b00000;
  opacity: 1;
  transition: all 0.5s;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background: none;
    border: none;
	outline:none;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
/* owl */
.elementor-icon {
    background-color: #ea3a60;
    color: #fff;
    font-size: 45px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-icon-box-title {
    color: #ea3a60;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-family: 'Lato-Bold';
}
.title-form{float: left; width: 100%; font-size: 1.5rem; font-family: 'Lato-Black';}
.b-pink{background: #f7a;}
.contact{float: left; width: 100%;}
.contact .form-control{
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: #f5f7fb;
    border-radius: 0;
}
/** zoom img**/
.img-wrapper {
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
.inner-img {
  max-width: 100%;
  transition: 0.3s ease-in-out;
}

.inner-img:hover {
  transform: scale(1.1);
}
/** zoom img**/
/** b-viewall**/
.btn {
    padding: 9px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: #f00;
}
.btn.btn-round {
    border-radius: 40px;
}
.btn .icon.icon-round {
    border-radius: 50%;
}
.btn .icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 29px;
    line-height: inherit;
    bottom: 0;
    background: #fff0;
    border: 1px solid;
}
.btn-view{
	padding: 6px 30px 6px 50px;
    border-color: #ec8f6a;
    color: #fff;
	border:1px solid #9a0006;
	background: rgb(255,136,124);
	background: linear-gradient(90deg, rgba(255,136,124,1) 0%, rgba(255,0,10,1) 100%);
	}
.btn span {
	text-transform: uppercase;
    margin-left: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important; }
    .btn:hover span, .btn:active span, .btn:focus span, .btn:focus span {
      margin-left: 10px; color: #fff; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{background: rgb(255,136,124);
background: linear-gradient(90deg, rgba(255,136,124,1) 0%, rgba(255,0,10,1) 100%);}
/** b-viewall**/
/*contact*/
.breadcrumb-area {
    position: relative;
}
.breadcrumb-area img{width: 100%}
.breadcrumb-area .title-main {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.single-address {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ff122c;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-address i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff122c;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-address h3 {
	text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-address a {
  display: block;
  color: #00b0e3;
 text-decoration: underline;
  margin-top: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-address span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	font-weight: bold;
}
.single-address p {
  margin-bottom: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-address:hover::before {
  width: 100%;
}
.single-address:hover i {
  background-color: #fff;
  color: #ff122c;
}
.single-address:hover h3 {
  color: #fff;
}
.single-address:hover span {
  color: #fff;
}
.single-address:hover a {
  color: #fff;
}
.single-address:hover p {
  color: #fff;
}
.single-address .social-buttons {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;
  margin-top: -10px;*/
}
.single-address .social-buttons__button {
  margin: 10px 5px 0;
}

.single-address .icon {
  position: relative;
    display: inline-block;
    margin: 3px;
    height: 35px;
    width: 35px;    
	text-align: center;
    font-size: 16px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: #000;
    color: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.contact-social{display: flex; align-items: center;justify-content: center;margin: 15px 0 30px 0px;}
.contact-area .contact-wrap {
  max-width: unset;
}
.contact-area .contact-wrap .section-title {
  text-align: center !important;
  max-width: 600px;
  margin: 0 auto 30px;
}
.contact-area .contact-wrap .section-title h2 {
  margin-bottom: 10px;
	font-size: 2rem;
	font-weight: bold;
}
.contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}
.contact-area .contact-wrap .default-btn {
  margin: auto;
  display: table;
  cursor: pointer;
}
.contact-area .contact-wrap .contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
  padding: 40px;
}
.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
}
.text-danger {
  color: #dc3545 !important;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
/*tech*/
.center-cont {
     position: relative;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;


}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-more {
	float: left;
	width: 100%;
	padding: 5px 15px;
	background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.box-more ul{margin:0;}
.box-more ul li {
    display: inline-block;
	
}
.box-more ul li p{ font-size: 12px; margin:0;}
.box-more ul li.date { float:right; }
.box-more .animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 12px;
  transition-delay: 0.1s;
  background-color: #e31b23;
}
.box-more .animated-arrow:hover > .main {
  transform: translateX(17px);
  transform: translateX(18px);
}
/* Pagination */
.pagination li a {
  font-family: 'Lato-Bold';
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  line-height: 42px;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #dd1c2b;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pagination li a:hover, .pagination li.active a{
  background: #e7272d;
  color: #fff;
}
/*end pagination*/
.d-sup{
	width: unset;
    float: right;
    position: relative;
    margin: -18px 10px 10px 0;
}
/***====================================================================
	Accordian Section
====================================================================

***/

.acordian-section{
	position:relative;
	padding:110px 0px 80px;
	background-color:#f5f5f5;
	background-position:center center;
	background-repeat:no-repeat;
}

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:22px;
	background-color:#ffffff;
}

.accordion-box .block.active-block{
	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	cursor:pointer;
	line-height:34px;
	color:#222222;
	font-weight:500;
	background-color:#ffffff;
	padding:12px 50px 12px 25px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.accordion-box .block .acc-btn.active{
	color:#ffffff;
	background-color:#222222;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:20px;
	top:14px;
	font-size:20px;
	color: #262626;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:30px;
	height:30px;
	color:#ffffff;
    font-size: 14px;
    text-align: center;
	line-height:32px;
	border-radius:50px;
	background-color:#ff3737;
}
.accordion-box .block .icon-outer .icon::before{
	margin: 0;
}
.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:18px 18px 15px 18px;
}

.accordion-box .block .content .accordian-text{
	line-height:1.8em;
	font-size:16px;	
	color:#555555;
	font-weight:400;
	padding:10px 20px;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box.style-two .block{
	list-style: none;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.accordion-box.style-two .block .acc-btn{
	background-color:#eeeeee;
}

.accordion-box.style-two .block .acc-btn.active{
	background-color:#222222;
}
/*sup*/
.locate-me-btn.disable {
    background: url("../images/locate-me.png")15px no-repeat;
    color: #e31b23;
}
.locate-me-btn, .locate-me-btn:focus {
    width: 100%;
    font-size: 15px;
    height: 39px;
    padding: 0 30px 0 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    line-height: 39px;
    overflow: hidden;
    border-left: 1px solid #e2e3e4;
    background: url("../images/locate-me-inactive.png")15px no-repeat;
    color: #6d6e71;
}
.choose-state select{
	-moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.5px;
    text-overflow: '';
    background:  url("../images/icon-contact-select.png")right 12px center no-repeat #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666;
    border-radius: 3px;
    height: 39px;
    padding: 10px;
}
.choose-state select.states, .choose-state select.areas {
    min-width: 200px;
    padding: 0 30px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-right: 10px;
}
.choose-state .input-group{float:left; width: auto;}
.choose-state .btn-outline-secondary{color: #ffffff;}
/* ===== Scrollbar CSS ===== */
.scrollbarContainer {
  overflow: scroll;
  min-height: 400px;
  max-height: 450px;
  background-color: white;
}
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #757575 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 15px;
    border: 5px solid #ffffff;
  }
 .bar-dist ul{
	float: left;
    width: 100%;
    padding: 0;
	margin: 0;
}
.bar-dist ul li {
    list-style-type: none;
    padding: 10px 0 10px 15px;
    float: left;
    width: 100% !important;
    font-size: 0.9rem;
	
}
.bar-dist ul li a{color:#000;}

.bar-dist ul li:nth-child(odd) {
  background: #f2f2f2;
}
.bar-dist ul li span{color: #e31b23;}
.bar-dist ul li:hover span{color: #e31b23; font-weight:bold;}
.bar-dist ul li:hover, .bar-dist ul li:hover:nth-child(odd){background: #fef7f7;transition: all 300ms;}
/*tire*/
.full-bg {
	float:left;
    position: relative;
    margin: 0 -9999rem;
    padding: 0.25rem 9999rem;
    background: #000;
    background: rgba(0, 0, 0);
}
.center-info{
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
}
.info-tire{color: #999;}
.info-tire h3{
	font-size: 20px;
    line-height: 35px;
    margin: 0 auto 15px 0;
	font-family: 'Lato-Bold';
}
.latest-car-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 7px;
	position: relative;
	margin-bottom: 15px;
}
.latest-car-content-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
	border-radius: 0 0 3px 3px;
	background: #e31b23;
}
.latest-car-content-top h5 {
    font-family: 'Lato-Bold';
    margin-bottom: 0;
    width: 100%;
    /*flex: 0 0 60%;*/
    line-height: 1.2;
}
.latest-car-content-top .price {
    display: block;
    background: #e31b23;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 23px 12px 15px;
    line-height: 1;
	position: relative;
	text-shadow: 0px 2px 6.51px rgba(0, 0, 0, 0.21);
}
.latest-car-content-top .price::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 14px;
	border-color: transparent transparent #e31b23 transparent;
}

.latest-car-meta ul {
    display: flex;
    align-items: center;
    padding-top: 14px;
    border-top: 1px dashed #e1e1e1;
    margin-top: 0px;
    justify-content: space-between;
}
.rating i{color: #f0b82d;; font-size:12px;}
.latest-car-meta.box-more {
    float: left;
    width: 100%;
    padding:0;
    background-color: #fff;
    -webkit-box-shadow:  none; 
   box-shadow: none; 
}
.d-social{float:left; width:100%;}
.d-social i {
     font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.bor-detail{ 
	float: left;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    margin-top: 40px;
}
.breadcrumb--text{
  margin-bottom: 1em;
  padding-top: 8px; }
.breadcrumb--text a{color: #e31b23;}  
.arrow-right {
    font-size: 8px;
    position: relative;
    top: -1px;
}
hr.new3 {
    border-top: 1px dotted #ddd;
}
.product-price{ float:left; font-family: 'Lato-Black'; font-size:2rem;}
.description{ float:left; width:100%;}
.description td{border: 1px solid #dadada;}
.description table p{margin: 8px 2px;}
.btire-contact{
	background: #e31b23;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s ease 0s;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btire-contact:hover {
  background: #b00000;
  transition: all 200ms ease 0s; 
}
.nearest{ float:left; width:100%}
.nearest p{ color: #e31b23; text-transform: uppercase;}
.nearest .locate-me-btn, .locate-me-btn:focus {float: left; width: auto;}
.nearest .choose-state select.states, .nearest .choose-state select.areas { min-width: 160px; width: 165px;}
/**link tab */
.tabs-link nav {
	float:left;
	width:100%;
    text-align: center;
    background: #e31b23;
}
.tabs-link nav li.tab-current a {
    box-shadow: inset 0 -5px #facd00;
    color: #ffffff;
}
.tabs-link nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs-link nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
}
.tabs-link nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}
.tabs-link nav a {
	float:left;
    padding: 1em 2em;
    /* box-shadow: inset 0 -2px #d1d3d2; */
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
}
.tabs-link nav li.tab-current a {
    box-shadow: inset 0 -5px #facd00;
    color: #ffffff;
}
/* dex qc scroll  */ 
.parallax-container{
    position: relative;
    min-height: 60vh;
    overflow: hidden;
	margin-top: 70px;
}

.parallax{
    position: absolute;
}
.brief{float: left; width: 100%}.brief p{float:left; width: 100%;display: -webkit-box;height:70px;margin: 0 auto;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
/* dex qc scroll  */ 
/** Extra small devices (portrait phones, less than 576px)**/
@media (max-width: 575.98px) { 
    .rr-left{display: none;}
    .rr-right{width: 100%;}
    .rr-text{width: 100%;}
    .rr-text .social a {margin: 0 2px;}
    .rr-text .btn {font-size: 0.7rem; padding: 5px 8px;}
    .rr-text .form-control {font-size: 0.6rem;padding: 4px;}
    .rr-left, .rr-right {position: relative;height: auto;}
    .horizontal-logo{display: block}
	.navbar-fixed-top.compressed .horizontal-logo { display: block;}
	.navbar-light .navbar-toggler{float: right; margin-top: 10px;}
	.choose-state select.states, .choose-state select.areas {min-width: 140px;width: 170px;margin-bottom: 5px;}
	.center-info{ display: unset;}
	.nearest .locate-me-btn, .locate-me-btn:focus {
		float: left;
		width: 100%;
	}
	.tabs-link nav ul {
		display: block;
		box-shadow: none;
	}
	.tabs-link nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
	.tabs-link nav a {
    width: 100%;
    float: left;}
	.centered {
		position: absolute;
		text-align: center;
		top: inherit;
		left: inherit;
		transform: unset;
	}
} 

/** Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) { 
	.full-bg { margin: 0; padding: 0;}
	#dex-ad.owl-theme .owl-dots {
		margin-top: -25px;
		z-index: 111111;
		position: relative;
		left: 0;
		text-align: left;
		padding-bottom: 0;
	}
	.nearest .choose-state select.states, .nearest .choose-state select.areas {
		min-width: 155px;
	}
}

/** Medium devices (tablets, less than 992px)**/
@media (max-width: 991.98px) { 
	.copy-foot .d-flex{ display: unset !important;}
	.full-bg {
		position: relative;
		margin: 0;
		padding: 0;
		background: #000;
		background: rgba(0, 0, 0);
	}	
	.parallax-container{
		position: relative;
		min-height: auto;
		margin-top: 0;
	}
	.parallax{
		position: unset;
	}
	.cd-section--bg-fixed {
      background-attachment: fixed;
    }
}

/**Large devices (desktops, less than 1200px)**/
@media (max-width: 1199.98px) { 
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 6px 15px;
        border-bottom: 1px dashed #e31b23;
    }
	.navbar-light .navbar-toggler{float: right; margin-top: 5px;}
	
	.horizontal-logo{display: block}
	.rr-left{display: none;}
	.rr-right{width: 100%;}
	.contact-social{display: flex; align-items: center;justify-content: center;margin: 39px 0 30px 0px;}
	.menu-mobile { display: block !important;}
	.solid-container {
    height: 50vh !important;}
	.cd-section{background-size: 100%;}
	.cd-section--bg-fixed { background-attachment: unset; }
	.mk-fullscreen-search-overlay{
		margin-left: -100vw;
		left: 100%;
		width: 100vw;
		height: 100%;
	}

	.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
		width: 100%;
	}
	.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
	.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
	  color: #fff;
	  position:absolute;
	}
	.choose-state .input-group{width: 100%; margin-top:5px;}

}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1024px) and (min-width:736px) {
    .latest-car-content-top h5 {
		font-family: 'Lato-Bold';
		margin-bottom: 0;
		width: 50%;
		flex: 0 0 50%;
		line-height: 1.2;
	}
	.latest-car-content-top .price {
		display: block;
		background: #e31b23;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 11px;
		line-height: 1;
		position: relative;
		text-shadow: 0px 2px 6.51px rgb(0 0 0 / 21%);
	}
	.nearest .locate-me-btn, .locate-me-btn:focus {
		float: left;
		width: 100%;
	}
	.nearest .choose-state select.states, .nearest .choose-state select.areas {
		min-width: 150px;
		width: 180px;
	}
	.choose-state select.states, .choose-state select.areas {
		min-width: 170px;
		margin-bottom: 10px;
		width: 170px;
		padding: 0 30px 0 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-right: 10px;
	}
	.parallax-container {
		position: relative;
		min-height: 30vh ;
		overflow: hidden;
	}
	.choose-state .input-group{width: 100%; margin-top:5px;}
}
@media screen and (max-width: 1400px) and (min-width:1200px) {
    .rr-left {
		float: left;
		z-index: 8;
		width: 25%;
	}
	.rr-right {
		float: right;
		z-index: 9;
		width: 75%;
	}
}
/*  Extra large devices (large desktops, 1200px and up)*/

/* Feel free to change duration  */ 

.dot-dex.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 5%;
    list-style: none;
}
.dot-dex.carousel-indicators li {width: 10px; height: 10px; border-radius: 30px; background: #fff;-webkit-box-shadow: 3px 1px 10px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 3px 1px 10px 1px rgba(0,0,0,0.38);
    box-shadow: 3px 1px 10px 1px rgba(0,0,0,0.38);}
.dot-dex.carousel-indicators .active {
    background-color: #000 !important;
}
.icon_more{position:fixed;right:20px;bottom:80px;z-index:9}.icon_more ul{padding:0;margin:0}.icon_more ul li{list-style-type:none;width:105px;height:57px;}
.number-phone{position:absolute;z-index:0;right:50px;top:13px;padding:5px 10px;background:#fff;border:1px solid #0f2958;color:#070707;border-radius:50px;width:205px;height:36px;font-size:1.2rem;font-weight:700;transform:translateX(160px);-moz-transition:.2s ease-in-out;-webkit-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;transition:.2s ease-in-out;opacity:0}.phone-hot:hover .number-phone{transform:translateX(0);opacity:1}
.zoom-img-ti{float:left;width:100%;position:relative;}