@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('font-awesome.css');
a, a:hover {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
.container-fluid {
  overflow-x: hidden;
}
body, ul, ol, ul li, ol li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
  list-style-type: none;
}
img {
  max-width: 100%;
}
a, a:hover, button, button:hover {
  color: inherit;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:focus, a:focus {
  outline: none;
  border: 0;
}
.topDv {
  background-color: #333;
  padding: 0;
}
.topDv ul {
  min-height: 56px;
}
.topDv ul li {
  color: #fff;
  margin-right: 20px;
}
.topDv ul li:last-child {
  margin-right: 0;
}
.topDv ul li i {
  font-size: 20px;
  margin-right: 5px;
}
.topDv ul li.ph i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.topDv ul li.clck i {
  position: relative;
  transform: rotate(90deg);
  top: 1px;
  -webkit-transform: rotate(90deg);
  top: 1px;
}
.topDv ul li.adrs i {
  position: relative;
  top: 2px;
}
span.spl {
  color: #06e677;
  font-weight: 700;
}
.socialMedia {
  color: #fff;
  min-height: 56px;
}
.socialMedia a {
  margin-right: 20px;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  font-size: 18px;
}
.socialMedia a:hover {
  background: #fff;
  color: #333;
}
.socialMedia a:last-child {
  margin-right: 0;
}
.logoNavSign {
  padding: 20px 0
}
.navDv .navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding: 0 10px;
}
.navDv .navbar-expand-lg .navbar-nav .nav-link:hover, .navDv .navbar-expand-lg .navbar-nav .active .nav-link {
  color: #07a351;
}
.navDv .navbar {
  padding: 0
}
.signDv a {
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
}
.signDv a.Login {
  color: #07a351;
  border: 2px solid #07a351;
  margin-right: 10px;
}
/*.signDv a.Login {
	color: #fff;
	border: 2px solid #07a351;
	background-color: #07a351;
}*/
.signDv a.register {
  color: #fff;
  border: 2px solid #07a351;
  background-color: #07a351;
}
.signDv a:hover {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
}
.logoDv img {
  max-height: 60px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-top: 10px;
}
.logoDv img:hover {
  /*transform: scale(1.05);*/
}
.fixedHeader {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
.fixedHeader {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 0px 0;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 2px 7px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 1px 2px 7px rgba(128, 128, 128, 0.3);
}
.fixedHeader .fadeInLeft {
  visibility: visible !important;
  animation-name: fadeInLeft !important;
}
.fixedHeader .fadeInDown {
  visibility: visible !important;
  animation-name: fadeInDown !important;
}
.fixedHeader .fadeInUp {
  visibility: visible !important;
  animation-name: fadeInUp !important;
}
.fixedHeader .logoDv img {
  max-height: 40px;
}
.fixedHeader .navDv .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 12px
}
.fixedHeader .signDv a.Login {
  height: 40px;
  line-height: 40px;
  width: 120px;
  font-size: 13px;
}
.bannerImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% center;
  height: 600px;
}
.bannrSec:hover {
  opacity: 1;
  -webkit-animation: flash 3s;
  animation: flash 3s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
.bannerText {
  color: #fff;
  width: 35rem;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.bannerText h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}
.bannerText p {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 20px;
  width: 90%;
}
.bannerText h2, .bannerText h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 10px;
  color: #2fd67e;
  padding: 10px 0 8px;
}
.bannerButtons a {
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
}
/*.bannerButtons a.bannrContact{ color: #fff; border: 2px solid #fff; margin-right: 20px;}*/
.bannerButtons a.bannrContact {
  color: #fff;
  border: 2px solid #07a351;
  background-color: #07a351;
}
.bannerButtons a.bannerRegister {
  color: #fff;
  border: 2px solid #07a351;
  background-color: #07a351;
}
.bannerButtons a:hover {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
}
.bannerButtons i {
  margin-left: 10px;
  font-size: 22px;
}
.tuningSecs {
  padding: 60px 0 40px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d1d1d1;
  float: left;
  width: 100%
}
.tuningSecs .container-fluid {
  float: left;
  width: 100%
}
.tuningSecs h1, .tuningSecs h2 {
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
	padding-top: 0;
}
.hdngBorder {
  width: 70px;
  height: 2px;
  background-color: #07a351;
  margin: auto;
}
.tuningSecsImgs {
  margin-top: 40px;
}
.tuningLogos img {
  max-height: 100px;
}
.tuningSecs ul {
  margin: 0 -10px;
}
.tuningSecsImgs ul li {
  display: inline-block;
  padding: 0 10px 20px;
  width: 14.28%;
  float: left;
}
.tuningLogos {
  height: 120px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  text-align: center;
  line-height: 120px;
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.tuningLogos:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.freeAccount {
  padding: 0 0; /* background: red; */ /* margin: 40px 0; */
}

.freeAccount h2 {
  font-weight: 700;
  margin: 20px 0;
  font-size: 24px;
  color: #07a351;
}
.freeAccount h3 {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 16px;
  color: #333;
}
.freeAccount p {
  color: #333;
  margin: 0 0 20px;
  line-height: 27px;
}
.freeAccount .hdngBorder {
  margin: 0;
}
.freeImage {
  text-align: right;
  padding: 60px 0;
}
.freeImage img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.freeAccount:hover .freeImage img {
  /*-webkit-transform: rotate(-5deg) scale(1.01);
	transform: rotate(-5deg) scale(1.01);*/
}
.freeAccount.frst-sec {
  padding-top: 10px;
  padding-bottom: 10px;
}
.freeAccount h2 {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 34px;
  color: #333;
  text-transform: uppercase;
}
.freeAccount h3 {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 34px;
  color: #333;
  text-transform: uppercase;
}
.freeTxt h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.frn-step h1, h2 {
  font-size: 38px;
}
.frn-step .hdngBorder {
  margin: auto;
}
.frn-step .about_info {
  border: 3px solid #d1d1d1;
  min-height: 340px;
  text-align: center;
  padding: 10px 15px 0px 15px;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.frn-step .about_info h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.find_form {
  background: url(../images/frm-sec-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 40px 0px 30px;
}
.find_form label {
  color: #fff;
  font-weight: bold;
  line-height: 35px;
}
.find_form img {
  width: 28px;
  margin-right: 8px;
}
.find_form select {
  border-radius: 0;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  height: 45px;
  text-transform: uppercase;
}
.find_form input {
  border-radius: 0;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  height: 45px;
  text-transform: uppercase;
}
.find_form input::placeholder {
  color: #fff;
}
.find_form input:focus {
  color: #333;
}
.c2a {
  background: #088f48;
  text-align: center;
  padding: 40px 0;
}
.c2a h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	width: 100%;
	font-weight: bold;
	padding-top: 0;
}
.c2a a.bannerRegister {
  background: #fff;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  color: #07a351;
  margin: auto;
  margin-top: 18px;
}
.c2a a.bannerRegister i {
  margin-left: 10px;
  font-size: 22px;
}
.c2a a:hover.bannerRegister {
  background: #333;
  color: #fff;
}
.fn-fts {
  background: url(../images/fn-fts.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 40px 0px 30px;
}
.counter-box img {
  margin-bottom: 20px;
}
.counter-box {
  display: block;
  background: transparent;
  padding: 40px 20px 37px;
  text-align: center
}
.counter-box p {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #fff
}
.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #07a351;
  line-height: 28px
}
.counter-box.colored {
  background: transparent;
}
.freeAccount.w-w-r.t-f-e {
  background: transparent;
  background-image: none;
}
.freeAccount.w-w-r.t-f-e .freeImage {
  padding: 0 !important;
}
.atf-why {
  background: url(../images/why-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 40px 0px 30px;
}
.atf-why .whyDv, .atf-why .abutDv {
  padding: 20px;
  color: #fff;
}
.atf-why .abutDv li {
  line-height: 23px;
}
.atf-why .abutDv li::before {
  content: "\2022";
  color: #07a351;
  display: inline-block;
  width: 16px;
  font-weight: bold;
  font-size: 28px;
  line-height: 21px;
}
/*.whyDv {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	width: 100%;
	height: 590px;
	position: relative;
	padding: 60px 45px;
}
.whyDv:after {
	background-color: rgba(2, 112, 57, 0.9);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
-webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}*/
.onnn .whyDv:after {
  background-color: #018d47;
}
.onnn .abutDv:after {
  background-color: transparent;
}
.onnn .abutDv:hover:after {
  background-color: transparent;
}
.onnn .whyDv, .onnn .abutDv {
  height: 671px;
}
/*.whyDv:hover:after {
	background-color: rgba(2, 112, 57, 1)
}*/
.why_about h1 {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
}
.why_about.atf-why h1 {
  font-size: 32px;
}
.why_about .hdngBorder {
  margin: 0;
  background-color: #fff;
}
.why_about p {
  color: #fff;
  margin: 0 0 20px;
  line-height: 23px;
}
.whyText {
  position: relative;
  z-index: 9;
  color: #fff;
}
.whyText .whyPara {
  margin: 20px 0 0;
}
.whyText p {
  margin: 0;
}
.whyRw {
  margin-top: 30px;
}
.why2col:last-child {
  margin: 0;
}
.why2col {
  margin: 0 0 40px;
  float: left;
  width: 100%;
}
.wlC {
  float: left;
  width: 70px;
  margin-right: 15px;
}
.wrC {
  float: left;
  width: 85%;
}
.wrC h2 {
  font-size: 20px;
  margin: 0 0 5px;
}
.whyText p {
  margin: 0;
  line-height: 20px;
}
/*.abutDv {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	width: 100%;
	height: 590px;
	position: relative;
	padding: 60px 45px;
}
.abutDv:after {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
-webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.abutDv:hover:after {
	background-color: rgba(0, 0, 0, 1);
}*/
.aboutTxt {
  position: relative;
  z-index: 9;
}
.why_about .aboutPara {
  margin: 20px 0;
}
.recentProjects {
  padding: 60px 0;
}
.recentProjects h1, .recentProjects h2 {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 34px;
  color: #333;
  text-transform: uppercase;
}
.recentProjects p {
  color: #5f5f5f;
  margin: 20px auto 40px;
  width: 80%;
  text-align: center;
}
.rpColDv {
  border: 1px solid #d1d1d1;
}
.rpImageBox {
  position: relative;
}
.rpSocialBox {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.rpSocialBox a {
  margin: 0 7px;
  text-transform: uppercase;
  font-size: 13px;
}
.rpSocialBox a:hover {
  color: #07a351;
}
.rpSocialBox a i {
  margin-right: 5px;
  font-size: 14px;
}
.recentProjects .rpText p {
  width: 100%;
  margin: 0;
  text-align: left;
  color: #333;
}
.rpText {
  padding: 15px;
}
.rpText h3 {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 24px;
}
.rpText ul li {
  margin: 0 0 5px 0;
  color: #333;
  position: relative;
  display: block;
  left: 25px;
}
.rpText ul li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: 'FontAwesome';
  color: #fff;
  background: rgb(52, 174, 97);
  background: linear-gradient(0deg, rgba(52, 174, 97, 1) 0%, rgba(99, 217, 126, 1) 100%);
  -webkit-background: linear-gradient(0deg, rgba(52, 174, 97, 1) 0%, rgba(99, 217, 126, 1) 100%);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  margin-left: -25px;
}
a.readMr {
  color: #07a351;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.rpImage {
  overflow: hidden;
}
.rpImage img {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%
}
.rpColDv:hover .rpImage img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rpColDv {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  cursor: default;
}
.rpColDv:hover {
  background-color: #f8f8f8;
}
.vwMr {
  color: #fff;
  border: 2px solid #07a351;
  background-color: #07a351;
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px
}
.vwMr i {
  margin-left: 10px;
  font-size: 22px;
}
.vwMr:hover {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
}
.ftrDv {
  background-color: #0c0c0c;
  color: #fff;
  padding: 40px 0 20px;
}
.footerSocial p {
  color: #07a351;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footerLogo img {
  max-width: 550px;
}
.footerLogo {
  margin: 20px 0 40px;
}
p.footerAddress {
  margin: 0 auto 20px;
  border-bottom: 1px solid #272727;
  max-width: 80%;
  padding-bottom: 20px;
  font-weight: 500;
}
p.footerAddress span {
  color: #07a351;
  font-weight: 700;
  margin-right: 7px;
}
.ftrBtm {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.ftrBtm ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  line-height: 14px;
  margin-right: 7px;
  padding-right: 7px;
  font-weight: 500;
}
.ftrBtm ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.ftrBtm ul li:hover a {
  color: #07a351;
}
/*About*/
.InnerBannerImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% center;
  height: 300px;
}
.innerBannrSec .bannerText {
  width: auto;
}
.breadCrumb {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/*..*/

/*..*/

.freeAccount.w-w-r {
  background: #f8f8f8;
  border: 1px solid #eee;
  background-image: url(../images/wwr-bg.jpg);
  visibility: visible;
  animation-name: fadeInDown;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 60px 45px;
  background-position: center;
}
.freeAccount.o-m-v {
  padding: 60px 0;
}
.o-m-v ul {
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.o-m-v ul li::before {
  content: "\2022";
  color: green;
  display: inline-block;
  width: 18px;
  font-weight: bold;
  font-size: 28px;
}
.freeAccount.w-w-r {
  padding: 60px 0;
}
.onnn .wrC {
  float: left;
  width: 100%;
}
.bnrrr {
  position: relative;
  /*background-color: black;*/
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.bnrrr video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bnrrr .container {
  position: relative;
  z-index: 2;
}
.bnrrr .container-fluid {
  position: relative;
  z-index: 2;
}
.bnrrr .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}
#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 43%;
  top: 50%;
  width: 400px;
  height: 200px;
  margin: -75px 0 0 -75px;
  background-image: url(../images/loader3.gif);
}
.aft-btn {
  width: auto;
  padding: 0 40px;
  margin-top: 10px;
}
.r-o-t-f .ordered.dpadding {
  border: solid 1px #ddd;
  padding: 20px !important;
  background: #fff;
  min-height: 100px;
  margin-bottom: 26px;
}
.r-o-t-f .ordered.dpadding a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.r-o-t-f .details {
  text-align: left;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #888888;
}
.r-o-t-f .details span.date {
  text-align: left;
  margin-bottom: 0px;
  font-weight: 600;
}
.r-o-t-f .ordered.dpadding:hover {
  background: #07a351;
}
.r-o-t-f .ordered.dpadding:hover a {
  color: #fff;
}
.r-o-t-f .ordered.dpadding:hover .details {
  color: #fff;
}
.recentProjects.new-blg {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
footer.atf-ftr {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
footer.atf-ftr {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.ftm-mdlm {
  margin: auto;
  max-width: 600px;
}
.ftm-mdlm .socialMedia a {
  margin-right: 15px;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  font-size: 18px;
}
.fvv-rsnd .r10 {
  margin: auto;
  text-align: center;
}
.ac10.bc5.cc2.dpadding.center {
  width: 18%;
  display: inline-block;
  color: #000;
  text-align: center;
}
.ac10.bc5.cc2.dpadding.center img {
  width: 100px;
  margin-bottom: 15px;
}
.t-f-e h1, h2{
  font-size: 38px;
}
.t-f-e h2 {
  text-transform: uppercase;
}
.r-o-t-f h1 {
  font-size: 38px;
}
.new-blg h1, h2 {
  font-size: 38px;
}
.newsSec {
  padding: 60px 0;
}
.newsImgDv {
  border: 1px solid #d1d1d1;
  margin: 0 0 20px;
}
.newsImgDv img {
  width: 100%;
}
.newsRow {
  margin: 0 0 40px;
  position: relative;
}
.newsRow:last-child {
  margin: 0;
}
.newsSec h2 {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
}
.newsSec h1, .newsSec h2 {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
}
.newsSec .hdngBorder {
  margin: 0;
}
.innerBannrSec h2 {
  font-size: 38px;
}
.adminComment {
  margin: 15px 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #5f5f5f;
}
.newsRow p {
  color: #5f5f5f;
  line-height: 27px;
  margin: 0 0 20px;
}
.newsRow p:last-child {
  margin: 0;
}
a.RdMr {
  color: #fff;
  border: 2px solid #01a855;
  background-color: #01a855;
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
}
a.RdMr i {
  margin-left: 10px;
  font-size: 22px;
}
a.RdMr:hover {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
}
.newsDate {
  position: absolute;
  left: 0;
  top: 20px;
  width: 115px;
  height: 170px;
  background-color: #000;
  border-radius: 0 6px 6px 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
  padding-top: 12px;
}
.adminComment .admin {
  margin-right: 10px;
  /* font-weight: 600; */
}
.adminComment i {
  margin-right: 5px;
  color: #01a855;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
.newsDate .day {
  font-size: 40px;
  line-height: 60px;
}
.newsDate span {
  display: block;
}
.newsDate .month {
  font-size: 20px;
}
.newsDate .year {
  font-size: 16px;
}
.fixedHeader .signDv a.register {
  height: 40px;
  line-height: 37px;
  width: 120px;
  font-size: 13px;
}
.fixedHeader .signDv a.Login {
  line-height: 37px;
}
.bnrrr {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.blglist .rpColDv {
  margin-bottom: 30px;
}
.recentProjects.new-blg.blglist {
  padding-top: 20px;
}
.container-fluid .signDv a {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.fixedHeader .container-fluid .signDv a.Login {
  width: auto;
}
.fixedHeader .container-fluid .signDv a.register {
  width: auto;
}
.fnd-d-dlr {
  max-width: 600px;
  margin: auto;
  padding: 30px 0;
}
.fnd-d-dlr .form-control {
  border-radius: 0;
  height: 45px;
}
.fnd-d-dlr .btn-sbbm {
  color: #fff;
  border: 2px solid #07a351;
  background-color: #07a351;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.frm-sch {
  padding-top: 60px !important;
}
h1.frst-hng {
  font-size: 26px;
  line-height: 1.4615384615;
  font-weight: bold;
}
.scnd-hng h2 {
  font-size: 26px;
  line-height: 1.4615384615;
  font-weight: bold;
}
.scnd-hng {
  padding-bottom: 20px;
}
.trd-hng h5 {
  font-size: 14px;
  opacity: .6;
  text-transform: uppercase;
}
.trd-hng {
  padding-bottom: 20px;
}
.ChiptuningComparison__label-arrow {
  background-color: rgba(0, 0, 0, .2);
}
.ChiptuningComparison__label-arrow {
  padding: 0 20px;
  height: 78px;
  line-height: 78px;
  margin-right: 35px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  font-size: .9rem;
  text-transform: uppercase;
  position: relative;
}
.ChiptuningComparison__label-arrow:after {
  border-color: transparent transparent transparent rgba(0, 0, 0, .2) !important;
}
.ChiptuningComparison__label-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #e5e5e5;
  border-style: solid;
  border-width: 39px 0 39px 35px;
  position: absolute;
  top: 0;
  right: -35px;
}
.frth-hng {
  padding-bottom: 20px;
}
.ChiptuningComparison__number {
  padding: 0 20px;
  height: 78px;
  line-height: 78px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 2rem;
  border-color: rgba(0, 0, 0, .2) !important;
}
.ChiptuningComparison__number span {
  font-size: 1rem;
}
.ChiptuningComparison__number--highlight {
  font-weight: bold;
}
.EnginePower__label {
  font-size: 14px;
}
.EnginePower__label {
  margin-top: 22px;
}
.EnginePower__result {
  border: 1px solid;
  border-color: rgba(0, 0, 0, .2) !important;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 42px;
  padding: 0 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.EnginePower__result span {
  font-size: 1rem;
  font-weight: 400;
}
.EnginePower__item--total .EnginePower__label {
  font-weight: 700;
}
.EnginePower__item--total .EnginePower__result {
  color: #fff;
}
.EnginePower__result.button-color {
  background-color: #6a8394;
  color: #ffffff !important;
}
.grphh {
  border-color: rgba(0, 0, 0, .2) !important;
  display: block;
  overflow: hidden;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
}
.Dynograph__labels .EnginePower__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
}
.Dynograph__labels .EnginePower__item:nth-child(2) {}
.Dynograph__labels .EnginePower__item .EnginePower__result div {
  padding: 50px 0;
}
.Dynograph__labels .EnginePower__item .EnginePower__label {
  padding: 50px 0;
}
.vpo-text p {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin: 0;
}
.vpo-text ul {
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
  list-style: disc;
  list-style-type: disc;
  padding-bottom: 20px;
}
.vpo-text ul li {
  list-style: disc;
  list-style-type: disc;
}
.r-img {
  border-color: rgba(0, 0, 0, .2) !important;
  display: block;
  overflow: hidden;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
}

.home-video-banner {
    height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-position: center center;
}


.home-video-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.abt-atf .whyDv {
    background-color: #07a351;
}

.abt-atf2 .whyDv {
    background-color: #07a351;
}

.recppp .col-xl-4.col-md-6 {
    padding-bottom: 22px;
}

.main_contact_inner {
    max-width: 980px;
    margin: auto;
}

.main_contact_inner .contact_form .form-group {
    margin-bottom: 12px;
}

.main_contact_inner .contact_form .form-group input {
    background: #f5f7f7;
}
.contact_form .form-group input {
    height: 50px;
    border: none;
    border-radius: 0px;
    background: #f3f3f8;
    padding: 0px 24px;
    color: #777777;
    outline: none;
        border: 1px solid #ced4da;
    box-shadow: none;
    transition: all 0.2s linear;
}

.main_contact_inner .contact_form .form-group textarea {
    background: #f5f7f7;
    height: 140px;
	border-radius: 0px;
}


.main_contact_inner .contact_form .form-group .submit_btn {
    height: auto;
    line-height: 32px;
    border-radius: 0px;
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_form .form-group .submit_btn {
    width: 100%;
    line-height: 32px;
    border-radius: 0px;
	color: #fff;
	border: 2px solid #07a351;
    background-color: #07a351;
}

.ChartTooltip {
    z-index: 999;
}


.ChartTooltip span {
    display: block;
    color: #607d8b;
}

.ChartTooltip strong {
    display: block;
    color: #263238;
    font-weight: 700;
    font-size: 14px;
}


.ChartTooltip strong.difference {
    color: #009245;
}

.ChartTooltip strong.difference:before {
    content: "\F062";
    display: inline;
    margin-right: 2px;
	    font: normal normal normal 14px/1 FontAwesome;
}


.recppp .rpImage img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    width: auto;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}


.recppp .rpText {
    
    text-align: center;
}

.recppp .rpImage {
    
    text-align: center;
}


.recppp ul.pagination {
    display: inline-flex;
}


.recppp .page-link {
   
    color: #07a351;
    background-color: #fff;
    border: 1px solid #07a351
}

.recppp .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #07a351;
    border-color: #07a351;
}

.o-m-v .hdngBorder {
   margin: 0 !important;
}


/*@23.07.2021*/

.SectionRow {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.SectionRow--small {
    padding-top: 32px;
    padding-bottom: 32px;
}

.SectionRow:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 1px;
        opacity: .15;
        background-color: #000;
    }

.ColorScheme--light {
    color: #263238;
}

.BackgroundColor-3 {
    background-color: #ffffff;
}

.ColorScheme--light * {
    border-color: rgba(0,0,0,.2)!important;
}

.FileSpecs__section {
        margin-bottom: 40px
    }

    .FileSpecs__section:last-child {
        margin-bottom: 0
    }

    .FileSpecs__section:after {
        content: "";
        display: table;
        clear: both
    }
    

.Heading--h1, .Heading--h2, .Heading--h3, .Heading--h4, .Heading--h5, h1, h2, h3, h4, h5 {
    font-family: Montserrat,sans-serif;
    font-weight: 800;
}

.Heading--h2, h2 {
    margin-bottom: .6153846154em;
    padding-top: .9230769231em;
    font-size: 1.5rem;
    line-height: 1.5833333333;
}

 .FileSpecs__links {
        margin-top: calc(-32px + 1.5%)
    }

    .FileSpecs__links > div {
        margin-top: 32px
    }

    .FileSpecs__links h2 {
        margin-top: 24px
    }

    .FileSpecs__links .btn {
        width: 32.3%;
        float: left;
        box-sizing: border-box;
        margin: 0 0 1.5% 1.5%;
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: block;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
        font-weight: 400
    }

    .FileSpecs__links .btn:nth-child(3n+1) {
        clear: both;
        margin-left: 0
    }
    

.btn,
    .ColorPicker .sp-choose,
    .ColorPicker .sp-palette-toggle,
    .knop {
        border-width: 0;
        border-radius: 4px;
        position: relative;
        display: inline-block;
        margin: 16px 16px 0 0;
        padding: 12px 24px 14px;
        max-width: 100%;
        overflow: hidden;
        -webkit-transition: background .3s ease;
        transition: background .3s ease;
        text-decoration: none;
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-overflow: ellipsis;
        z-index: 1
    }
    
    .btn--ghost, .ColorScheme--light .btn.btn--ghost {
    color: #263238!important;
}

.btn--ghost {
        padding-top: 10px;
        padding-bottom: 12px;
        background: none !important;
        border-width: 2px;
        border-style: solid
    }
    
    .btn--ghost:hover {
    background: none!important;
}

.btn:before, .ColorPicker .sp-choose:before, .ColorPicker .sp-palette-toggle:before, .knop:before {
    content: "";
    position: absolute;
    background-color: hsla(0,0%,100%,.05);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1;
}

.btn:hover:before, .ColorPicker .sp-choose:hover:before, .ColorPicker .sp-palette-toggle:hover:before, .knop:hover:before {
    border-radius: 0;
    width: 150%;
    padding-bottom: 150%;
}

.ColorScheme--light .btn--ghost:before {
    background-color: rgba(0,0,0,.05);
}


.FileSpecs__logo {
    max-width: 30%;
    float: right;
    margin: 8px 0 40px 40px;
    box-sizing: border-box;
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
    overflow: hidden;
    width: 30%;
}

.FileSpecs__logo img {
    width: 100%;
    border-radius: 4px;
}

.FileSpecs__text {
    float: left;
    width: 60%;
}

.Heading--h1, h1, span.h1 {
    margin-bottom: .5333333333em;
    padding-top: 0;
    font-size: 1.625rem;
    line-height: 1.4615384615;
}
.w-w-r.t-f-e h2 {
    margin-bottom: .5333333333em;
    padding-top: 0;
    font-size: 35px;
    line-height: 1.4615384615;
}
.w-w-r.t-f-e h3 {
	margin-bottom: 0em;
	padding-top: 25px;
	font-size: 1.625rem;
	line-height: 1.4615384615;
}
.vpo-text p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}

.FileSpecs__text ul {
    list-style-type: disc;
    padding-left: 30px;
}

.vpo-text li {
    font-size: 14px;
    line-height: 2;
}

.vpo-text ul {
    font-size: 14px;
    line-height: 2;
}

.FileSpecs__data>div>span:first-child {
    display: inline-block;
    min-width: 25%;
}

.FileSpecs__data>div:last-child {
    margin-bottom: 0;
}

.FileSpecs__improvements h1+div, .FileSpecs__logos {
    margin-top: 32px;
}

.ChiptuningComparison {
    margin-top: 16px;
    margin-bottom: 30px;
}

.ChiptuningComparison__col {
        float: left;
        width: 23.5%;
        box-sizing: border-box;
        margin: 0 0 2% 2%
    }

    .ChiptuningComparison__col:nth-child(4n+1) {
        clear: both;
        margin-left: 0
    }
    
    .ChiptuningComparison__label {
    font-size: .9rem;
    opacity: .6;
    text-transform: uppercase;
}

.FileSpecs__data>div {
    margin-bottom: 4px;
}

.EnginePower__left {
    float: left;
    width: 49%;
}

.EnginePower__right {
    float: left;
    width: 49%;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    margin-left: 2%;
}

.EnginePower__item {
    margin-bottom: 10px;
}

.EnginePower__label {
    float: left;
    width: 33.3333333333%;
    margin-top: 22px;
}

.EnginePower__label {
    font-size: 14px;
}

.EnginePower__result {
    float: left;
    border: 1px solid;
    width: 66.6666666667%;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 42px;
    padding: 0 16px;
    line-height: 1.8;
}

.EnginePower__result span {
    font-size: 1rem;
    font-weight: 400;
}

.EnginePower__item--total .EnginePower__label {
    font-weight: 700;
}

.ColorScheme--light .btn, .ColorScheme--light .button-color {
    background-color: #6a8394;
    color: #ffffff !important;
}

.EnginePowerWrapper:first-child {
    margin-top: 0;
}
    
.EnginePowerWrapper {
    margin-top: 52px;
    overflow: hidden;
}

.EnginePower__right--dynograph {
    padding: 16px;
    text-align: center;
}

.ColorScheme--light a, .ColorScheme--light .link-color {
    color: #6a8394;
}

.EnginePower__right--dynograph a {
    display: inline-block;
    position: relative;
}

.EnginePower__right--dynograph img {
    max-width: 100%;
}

.EnginePower__chart {
    width: 100%;
    height: 250px;
}

.EnginePower__right--dynograph a:before {
    content: "\F002";
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    font-size: 18px;
    color: #000;
}

/*@29.07.2021*/

a.banner-register{
    color: #fff;
    border: 2px solid #07a351;
    background-color: #07a351;
    font-size: 18px;
    padding: 20px 140px;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

a.banner-register:hover{
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}

/*.bnrrr .container-fluid {
    overflow-x: initial;
}*/


.recentProjects img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.recentProjects .rpColDv .rpImageBox .rpImage img {
    height: 400px;
    object-fit: cover;
    object-position: center center;
}

.recentProjects .rpText ul li:after{
    display: none;
}

.recentProjects .rpText ul li {
    left: 0px;
}

.recentProjects .scrollbox {
    max-width: 100%;
    height: 370px;
    overflow-y: scroll;
    display: flex;
    overflow-x: hidden;
}

.recentProjects .scrollbox::-webkit-scrollbar {
background-color: transparent;
width: 8px;
}

.recentProjects .scrollbox:hover::-webkit-scrollbar {
width: 8px;
}
.recentProjects .scrollbox:hover::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}

.recentProjects .rpText h3 {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    margin: 0 0 10px;
}

.recentProjects .rpColDv {
    margin: 0 0 30px;
}


.freeAccount .hdngBorder-new {
	margin: auto;
}
.why-choose-new-des{
	width: 50%;
}
.freeAccount.w-w-r .align-items-center .freeTxt h4 {
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	margin-top: 30px;
}
.margin-20{
	margin:20px;
}


/*19-11-2021*/


.navbar-nav li:hover>ul.dropdown-menu {
            display: block;
        }

        .dropdown-submenu {
            position: relative;
            
        }

        .dropdown-submenu>.dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }

        .dropdown-menu>li>a:hover:after {
            text-decoration: underline;
            transform: rotate(-90deg);
        }
        
        .dropdown-menu li a.dropdown-item:hover {
            color: #07a351;
        }




/*----------dyno-tuning-page---------------*/
.section-padding{
    	padding: 60px 0;
}

.dyno-tuned-first-section h2 {
	font-weight: 700;
	margin: 0 0 3px;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	padding-top: 0;
}
.dyno-tuned-first-section p {
	color: #333;
	margin: 0 0 7px;
	line-height: 27px;
	font-size: 15px;
}

.dyno-tuned-first-section .hdngBorder {
	float: left;
}

.dyno-tuned-second-section {
	background: #f2eeee;
	visibility: visible;
	animation-name: fadeInDown;
	position: relative;
	border-top: 1px solid #e6e4e4;
}
.dyno-tuned-second-section ul li {
	color: #333;
	margin: 0 0 7px;
		line-height: 27px;
	font-size: 15px;
}
.dyno-tuned-three-section {
	background: #f8f8f8;
	border: 1px solid #eee;
	background-image: url(../images/wwr-bg.jpg);
	visibility: visible;
	animation-name: fadeInDown;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	background-position: center;
}

.dyno-tuned-four-section{
   background: none;
}
.dyno-tuned-four-section ul li {
	color: #333;
	margin: 0 0 7px;
	display: flex;
	align-items: start;
		line-height: 27px;
	font-size: 15px;
}

.dyno-tuned-four-section ul li span {
	margin-right: 8px;
	color: #07a351;
	font-size: 18px;
}
.dyno-tuned-five-section ul {
	margin-top: 15px;
	display: inline-block;
}
.dyno-tuned-five-section ul li {
	color: #333;
	margin: 0 0 11px;
	width: 33.33%;
	float: left;
	font-size: 15px;
}
.dyno-tuned-five-section ul li span {
	margin-right: 8px;
	color: #07a351;
	font-size: 18px;
}

.dyno-tuned-six-section ul li {
	color: #333;
	margin: 0 0 7px;
	display: flex;
	align-items: start;
		line-height: 27px;
	font-size: 15px;
}
.dyno-tuned-six-section ul li span {
	margin-right: 8px;
	color: #07a351;
	font-size: 18px;
}
.dyno-tuned-six-section strong {
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
/*Responsive*/


@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

@media only screen and (min-width:768px) {
    .Dynograph {
        position: relative
    }

    .Dynograph:after {
        content: "";
        display: table;
        clear: both
    }

    .Dynograph__labels .EnginePower__item {
        position: absolute;
        top: 0;
        bottom: calc(50% + 5px);
        left: 0;
        width: 50%;
        margin: 0
    }

    .Dynograph__labels .EnginePower__item:nth-child(2) {
        top: calc(50% + 5px);
        bottom: 0
    }

    .Dynograph__labels .EnginePower__item .EnginePower__label {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 33.3333333333%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 8px;
        box-sizing: border-box
    }

    .Dynograph__labels .EnginePower__item .EnginePower__result {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 33.3333333333%;
        width: 66.6666666667%
    }

    .Dynograph__labels .EnginePower__item .EnginePower__result div {
        position: absolute;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .Dynograph .EnginePower__right {
        float: right
    }
}

@media(max-width: 1599px) {
  .tuningLogos img {
    max-height: 90px;
  }
  .tuningLogos {
    height: 100px;
    line-height: 100px;
  }
  /* .whyDv, .abutDv {
height: 620px;
}*/
  .recentProjects .rpText p br {
    display: none;
  }
}

@media(max-width: 1499px){
    .navDv .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 12px;
	padding: 0 8px;
}
}

@media(max-width: 1365px) {
  .freeTxt {
    padding: 60px 0;
  }
  .wrC {
    width: 82%;
  }
  .rpText h3 {
    font-size: 18px;
  }
  .recentProjects .rpText p {
    font-size: 12px;
  }
  
  .fixedHeader .signDv a.Login{
      font-size: 12px;
  }
  
  .fixedHeader .signDv a.register{
      font-size: 12px;
  }
  
.container-fluid .signDv a {
	padding-left: 2px;
	padding-right: 2px;
}
  
  .signDv a{
      font-size: 10px;
  }
  
}

@media(max-width: 1200px) {
    
    .ChiptuningComparison__label-arrow {
    padding: 0 10px;
    font-size: .8rem;
}

.fixedHeader .signDv a.Login {
    font-size: 10px;
}

.fixedHeader .signDv a.register {
    font-size: 10px;
}

    
}

@media(max-width: 1199px) {
  .topDv ul li {
    margin-right: 10px;
    font-size: 12px
  }
  .topDv ul li.ph i {
    font-size: 16px;
    top: 1px;
  }
  .topDv ul li i {
    font-size: 16px;
    margin-right: 3px;
  }
 .navDv .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 0.25rem;
	font-size: 11px;
}
  .tuningSecs {
    padding: 40px 0 20px;
  }
  .tuningSecsImgs ul li {
    width: 20%;
  }
  .freeAccount h1, .freeAccount h2, .tuningSecs h1, .tuningSecs h2, .why_about h1, .recentProjects h1, .recentProjects h2 {
    font-size: 30px;
  }
  .freeAccount h1 , .freeAccount h2 {
    margin: 0 0 10px;
  }
  .freeAccount h1 {
    margin: 15px 0 10px;
    font-size: 24px;
  }
  .freeAccount h3 {
    font-size: 34px;
  }
  .freeAccount p {
    line-height: 22px;
    margin: 0 0 10px;
  }
  .freeTxt, .freeImage {
    padding: 40px 0;
  }
  .whyDv, .abutDv {
    padding: 40px 45px;
  }
  .whyText p {
    line-height: 18px;
  }
  body {
    font-size: 12px;
  }
  .whyDv, .abutDv {
    /*height: 650px;*/
  }
  .wrC h2 {
    font-size: 18px;
  }
  .wrC {
    width: 78%;
  }
  .recentProjects {
    padding: 40px 0;
  }
  .rpColDv {
    margin: 0 0 20px;
  }
  .vwMr {
    margin-top: 20px;
  }
  .bannerText h2, .bannerText h1{
    font-size: 30px;
    line-height: 43px;
  }
  .bannerText p {
    font-size: 14px;
  }
  .bannerImage {
    height: auto;
    padding: 40px 0;
    position: relative;
  }
  .bannerImage:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .freeAccount.w-w-r {
	
	background-position: bottom;
}
.freeAccount.w-w-r .align-items-center .freeTxt h4 {
	font-size: 18px;
	text-align: left;
}
.why-choose-new-des {
	width: 55%;
	text-align: left;
}
}
@media(max-width: 991px) {
  .socialMedia {
    justify-content: center !important;
  }
  .topDv ul, .socialMedia {
    min-height: auto;
  }
  .topDv {
    padding: 10px 0;
  }
  .topDv ul, .socialMedia {
    padding-top: 10px;
    justify-content: center;
  }
  span.navbar-toggler-icon {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    width: 44px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: relative;
    z-index: 99;
  }
  .pADv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    flex: unset;
  }
  nav.navbar.navbar-expand-lg {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 20px;
    right: 15px;
  }
  .logoNavSign {
    position: relative;
  }
  ul.navbar-nav {
    display: block;
    width: 100%;
    background: #f8f8f8;
    text-align: left;
    position: relative;
    z-index: 9;
    padding: 15px;
    margin-top: 21px;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 5px 0;
    text-transform: uppercase;
  }
  .navDv .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0;
    font-size: 14px;
  }
  .signDv a.Login {
    height: 40px;
    line-height: 40px;
    width: 100px
  }
  .logoDv, .signDv {
    position: relative;
    z-index: 9;
  }
  .signDv {
    right: 60px;
  }
  .logoNavSign.fixedHeader {
    position: fixed;
  }
  .logoNavSign.fixedHeader nav.navbar.navbar-expand-lg {
    margin-top: 8px;
  }
  .tuningSecsImgs ul li {
    width: 25%;
  }
  .freeImage {
    padding: 0 0 40px;
  }
  .whyDv, .abutDv {
    height: auto;
    float: left;
    width: 100%;
  }
  .navbar-toggler {
    padding: 0;
  }
  .fixedHeader span.navbar-toggler-icon {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    width: 38px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
  .fixedHeader .signDv {
    right: 50px;
  }
  .fixedHeader .signDv a.Login {
    height: 34px;
    width: 100px;
    line-height: 34px;
  }
  .odr-1 {
    order: 2;
  }
  .onnn .whyDv {
    height: auto;
  }
  .onnn .abutDv {
    height: 400px;
  }
  .freeAccount h3 {
	font-size: 24px;
}
 .freeAccount.frst-sec {
	padding-bottom: 50px;
} 
  .freeAccount h1 {
font-size: 30px;
}
.w-w-r.t-f-e.bod-d .freeTxt {
  padding: 0px 0;
}
}
@media(max-width: 767px) {
  .topDv ul {
    display: block !important;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
  }
  .topDv ul li {
    display: inline-block;
  }
  .topDv ul, .socialMedia {
    padding-top: 0;
  }
  .bannerText {
    width: auto;
  }
  .bannerText h2, .bannerText h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .whyDv, .abutDv {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tuningSecsImgs ul li {
    width: 25%;
    padding: 0 5px 10px;
  }
  .tuningSecs ul {
    margin: 0 -5px;
  }
  .tuningLogos {
    height: 80px;
    line-height: 80px;
  }
  .tuningLogos img {
    max-height: 70px;
  }
  .tuningSecs {
    padding: 20px 0 10px;
  }
  .tuningSecsImgs {
    margin-top: 20px;
  }
  .freeAccount h1, .freeAccount h2, .tuningSecs h1, .tuningSecs h2, .why_about h1, .recentProjects h1, .recentProjects h2 {
    font-size: 24px;
  }
  .freeTxt, .freeImage {
    padding: 20px 0;
  }
  .freeImage {
    padding: 0 0 20px;
  }
  .recentProjects {
    padding: 20px 0;
  }
  .vwMr {
    margin-top: 0;
  }
  .ftrDv {
    padding: 20px 0 0;
  }
  nav.navbar.navbar-expand-lg {
    right: 0;
  }
  .fourColSec .col-xl-3.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bannerText p {
    line-height: 23px;
  }
  p.footerAddress {
    width: 100%;
  }
  .recentProjects p {
    width: 100%;
  }
  p.footerAddress {
    width: 100%;
    display: inline-block !important;
    text-align: center;
    max-width: 100%;
  }
  .logoDv img {
    max-height: 40px;
  }
  
 .freeAccount.w-w-r {
	background: #f8f8f8;
	 background-image: url(../images/wwr-bg.jpg); 
	background-image: inherit;
}
.why-choose-new-des {
	width: 100%;
		text-align: center;
} 
.freeAccount.w-w-r .align-items-center .freeTxt h4 {
	font-size: 16px;
	text-align: center;
}

}

@media(max-width: 639px) {
  .fourColSec .col-xl-3.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footerLogo img {
    max-width: 150px;
  }
  .tuningLogos {
    height: 60px;
    line-height: 60px;
  }
  .tuningLogos img {
    max-height: 50px;
  }
  
 

  
}

@media(max-width: 575px) {
    
    .FileSpecs__logo {
    width: 65%;
}

    
}

@media(max-width: 479px) {
  .bannerText h2, .bannerText h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .wlC {
    width: 50px;
  }
  .wrC {
    width: 75%;
  }
  .bannerText h2, .bannerText h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .freeAccount h1, .freeAccount h2, .tuningSecs h1, .tuningSecs h2, .why_about h1, .recentProjects h1, .recentProjects h2 {
    font-size: 20px;
  }
  .bannerButtons a, .vwMr {
    width: 170px;
    height: 48px;
    line-height: 48px;
  }
  
 
  
}

@media(max-width: 420px){
    
    .FileSpecs__logo {
    width: 80%;
}

.ChiptuningComparison__number {
    padding: 0 5px;
    font-size: 1rem;
}
    
}

@media (max-width: 375px){
    
.FileSpecs__logo {
    width: 100%;
}

}

@media(max-width: 374px) {
  .bannerText h2, .bannerText h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .freeAccount h1, .freeAccount h2, .tuningSecs h1, .tuningSecs h2, .why_about h1, .recentProjects h1, .recentProjects h2 {
    font-size: 18px;
  }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 416px;
    margin-top: -13px;
}

@media (min-width: 320px) and (max-width: 1024px){
  .col-xl-6.col-lg-6 form.row.contact_form {
      margin-top: 30px;
  }
}