/*
	Template Name: Trade
    Template URL: http://demo.themeregion.com/trade
	Author: Theme Region
	Author URI : http://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/

/* Table of Contents
==================================================
# Global 
# Header
# Main
# Home One
# Home Two
# Services Ad
# Category
# Details
# Ad Details 
# Published Page
# Signin Page
# Create Account
# Post Page
# Myads Page
# Ad Profile
# Delete Page
# About Us 
# Contact Us
# Footer
# Extra
# Custom Fonts
==================================================

*/

/* ==========================================================================
 	Global
 ========================================================================== */

html,body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #6f6f6f;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background-color: #f7f7f7;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex-grow: 1;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

ul {
  margin: 20px;
  padding: 0;
}

a {
  font-family: 'Ubuntu', sans-serif;
  color: #00a651;
}

a,a:hover,a:focus,input:focus {
  text-decoration: none;
  outline: none;
  color: #02743a;
}

img {
  max-width: 100%;
}

section {
  min-width: 100%;
  position: relative;
  width: 100%;
  padding: 50px 0;
}

a:active,a:focus,button:focus,.btn:focus,input:focus,textarea:focus,select:focus,.form-control:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #00a651;
}

.title {
  line-height: 34px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

.online {
  position: relative;
}

.googleads{
margin-bottom:10px;
}

#contact input[type="text"],#contact input[type="email"],#contact input[type="tel"],#contact input[type="url"],#contact textarea,#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],#contact input[type="email"],#contact input[type="tel"],#contact input[type="url"],#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,#contact input[type="email"]:hover,#contact input[type="tel"]:hover,#contact input[type="url"]:hover,#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.online:after {
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #38b590;
  content: "";
  top: 6px;
}

.section {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 35px 25px 35px;
  margin-bottom: 25px;
}

.section-title h4 {
  color: #000;
  font-weight: 500;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e3e3e3;
  height: 44px;
  color: #000;
}

textarea {
  resize: none;
}

.btn.btn-primary {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #00a651;
  padding: 10px 40px 12px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover {
  background-color: #0072bc;
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control:-moz-placeholder {
  color: #000;
}

.navbar-default .navbar-toggle {
  border-color: #00a651;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #00a651;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.page {
  padding-bottom: 0;
}

/* ==========================================================================
 	Header
 ========================================================================== */

#header .navbar-default {
  padding: 4px 0;
  background: #fff;
  border: none;
}

.navbar-brand {
  padding: 12px 15px;
}

.navbar {
  margin: 0;
}

.nav li a,.navbar-default .navbar-nav>li>a {
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #0a0a0a;
  padding: 15px 12px;
}

.nav li a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #00a651;
}

.dropdown-menu {
  border-radius: 0;
}

.navbar-nav .dropdown-menu>li>a {
  padding: 6px 20px;
  font-size: 13px;
}

.dropdown-menu>li>a,.dropdown-menu>li>a:hover {
  background-color: transparent;
}

.nav-right {
  margin-top: 9px;
  text-align: right;
}

.language-dropdown {
  display: inline;
  margin-right: 10px;
}

.language-dropdown a {
  font-size: 16px;
  color: #252525;
  line-height: 23px;
}

.language-dropdown a i {
  margin-left: 5px;
}

.language-dropdown a:hover {
  color: #00a651;
  text-decoration: none;
}

.language-dropdown li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  color: #333;
}

.language-dropdown i.fa-globe {
  font-size: 14px;
  color: #00a651;
  margin-right: 5px;
}

.nav-right .dropdown-menu {
  margin: 18px 0 20px;
}

.nav-right .dropdown-menu li a:hover {
  color: #00a651;
  background-color: transparent;
}

#header a.btn,.download-button a.btn {
  padding: 5px 25px 7px;
  background-color: #0072bc;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}

#header a.btn:hover,.download-button a.btn:hover {
  background-color: #00a651;
}

/* ==========================================================================
 	Main
 ========================================================================== */

#main {
  background-image: url(../images/bg/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f7f7f7;
}

#main.home-default {
  padding-bottom: 0;
}

.banner-section h1.title {
  font-size: 50px;
  line-height: 55px;
}

.banner-section h3 {
  font-size: 22px;
  color: #FEFEFE;
  margin: 15px 0 30px;
  font-weight: 300;
}

.banner-section {
  padding: 15px 0 10px;
}

.banner-form {
  background-color: rgba(0, 0, 0, 0.14);
  padding: 8px;
  max-width: 750px;
  margin: 12px auto;
  border-radius: 5px;
  text-align: left;
}

.banner-form form {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.home-one .banner-form form {
  border: 0;
}

.banner-form input {
  min-width: 375px;
  padding: 0 18px 0;
  margin: 0;
  border-radius: 0;
  font-family: 'MyriadPro-Regular', sans-serif;
  border: none;
}

.banner-form .form-control {
  display: inline-block;
  height: 46px;
  font-size: 16px;
}

.banner-form button.form-control {
  position: absolute;
  right: -2px;
  bottom: -1px;
  max-width: 164px;
  background-color: #00a651;
  border-radius: 0 5px 5px 0;
  color: #fff;
  text-transform: uppercase;
  border-color: #00a651;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 49px;
}

.banner-form button:hover {
  background-color: #0072bc;
  border-color: #0072bc;
}

.install-now__title_red {
  color: #ca1f10;
}

.install-now__text {
  font-size: 20px;
  margin: 0 0 10px;
}

ul.share-buttons li {
  display: inline;
}

.sosial-buttons {
  margin-top: 20px;
}

.the_best_way {
  color: #4f4f4f;
  font-size: x-large;
  text-align: center;
}

.banner-form .dropdown-menu {
  min-width: 100%;
  padding: 15px 0;
}

.ad-section {
  margin: 40px 0;
}

#ad-post .ad-section {
  margin-bottom: 20px;
}

.ad-meta {
  background-color: #f6f6f6;
  border-top: 1px solid #eeeeee;
  min-height: 35px;
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 100%;
  padding-left: 25px;
  display: table;
  font-size: 14px;
}

.ad-meta .meta-content {
  display: table-cell;
  vertical-align: middle;
}

.ad-meta .meta-content span,.ad-meta .meta-content a {
  font-weight: 400;
  color: #9fa4a4;
}

.ad-meta .meta-content a:hover {
  color: #00a651;
}

.ad-meta .user-option a {
  font-size: 18px;
  color: #9fa4a4;
  display: inline-block;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.ad-meta .user-option a:hover {
  background-color: #fff;
  color: #00a651;
}

.ad-meta a i {
  text-align: right;
}

/* slider */

.ad-section img {
  display: inline;
}

/*ads-info*/

.item-image {
  position: relative;
}

.item-image img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ad-item:hover .item-image img {
  -moz-transform: scale(1.05) rotate(2deg);
  -webkit-transform: scale(1.05) rotate(2deg);
  -o-transform: scale(1.05) rotate(2deg);
  -ms-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
}

.ad-item {
  border: 1px solid #f3f3f3;
  margin: 18px 0;
  min-height: 152px;
  border-radius: 2px;
  max-height: 152px;
}

/* Cta */

/* Download */

#download {
  background-image: url(../images/bg/1.jpg);
  padding: 55px 0 90px;
}

#download h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 50px;
}

.download-app {
  border: 1px solid #fff;
  padding: 10px 40px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  min-height: 75px;
}

.download-app img {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

.download-app span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.download-app strong {
  font-size: 25px;
  display: block;
  font-weight: 400;
}

.download-app:hover,.download-app:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* ==========================================================================
 	Home One
 ========================================================================== */

#banner-two {
  background-image: url(../images/bg/2.jpg);
  padding: 70px 0;
  margin-bottom: 50px;
}

.banner h1.title {
  font-size: 51px;
}

.banner h3 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin: 27px 0 32px;
}

.home-one .banner-form {
  border-radius: 10px;
}

.home-one .banner-form input[type="text"] {
  max-width: 402px;
}

.home-one .banner-form input[type="submit"] {
  background-color: #005821;
}

.home-one .banner-form input[type="submit"]:hover {
  background-color: #0072bc;
  color: #fff;
}

/* ==========================================================================
 	Home Two
 ========================================================================== */

#main.home-two {
  padding-top: 0;
  padding-bottom: 35px;
}

.home-two .banner-form input[type="text"] {
  margin-left: -13px;
  max-width: 544px;
  border-right: 0;
}

.home-two .banner-form input[type="submit"] {
  margin-left: -2px;
  font-size: 16px;
}

.home-two .language-dropdown {
  border-radius: 0;
  margin-left: -3px;
}

/* .home-two .banner-form {
	background-color: #fff;
	padding: 15px 20px 15px;
	margin-bottom:30px;
}
 */

/* ==========================================================================
 	Services Ad
 ========================================================================== */

#services-ad {
  background-color: #f7f7f7;
  padding: 0 0 82px;
}

#home-section {
  background-image: url(../images/bg/2.jpg);
  padding: 70px 0 90px;
  color: #fff;
}

#home-section h1 {
  color: #00a651;
  margin: 65px 0 0;
}

#home-section h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin: 4px 0 30px;
}

#home-section .btn {
  margin-right: 15px;
  margin-top: 20px;
}

#services-ad .language-dropdown {
  border-radius: 0;
  border-right: 0;
}

#services-ad .banner-form input[type="text"] {
  margin-left: -13px;
  max-width: 544px;
  border-right: 0;
}

#services-ad .banner-form input[type="submit"] {
  margin-left: -2px;
  font-size: 16px;
}

#services-ad .banner-form input {
  margin: 0;
}

#services-ad .banner-form {
  background-color: #fff;
  padding: 15px 20px 13px;
  margin-top: -50px;
}

#services-ad .banner {
  padding: 13px 0 18px;
}

.services {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 40px;
  overflow: hidden;
  border-radius: 4px;
}

.single-service {
  display: inline-block;
  width: 19.6%;
  padding: 15px;
  margin-bottom: 25px;
}

.services-icon {
  min-height: 30px;
}

.single-service h5 {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  margin-bottom: 13px;
}

.single-service li {
  margin-bottom: 5px;
}

.single-service li a {
  color: #b5b5b5;
}

.single-service li a:hover {
  color: #00a651;
}

#home-section img {
  display: inline;
}

/* ==========================================================================
 	Category
 ========================================================================== */

/* Accordion */

/* Pagination */

/* something-sell */

/* ==========================================================================
 	Details
 ========================================================================== */

.banner-form-full {
  max-width: 100%;
  background-color: #fff;
  padding: 15px 20px 15px;
  margin-bottom: 30px;
  margin-top: -40px;
}

.banner-form-full.banner-form .form-control {
  width: 20%;
}

.banner-form-full.banner-form input {
  min-width: 448px;
}

.home-two .banner-form-full.banner-form input {
  min-width: 434px;
}

.banner-form-full.banner-form input::-webkit-input-placeholder {
  color: #a4a4a4;
}

.banner-form-full.banner-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
}

.banner-form-full.banner-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4a4a4;
}

.banner-form-full.banner-form input:-ms-input-placeholder {
  color: #a4a4a4;
}

.contact-with h4 {
  margin-top: 32px;
}

.contact-with .btn {
  background-color: #0d79bf;
  color: #fff;
  margin-right: 17px;
  border: 1px solid transparent;
  margin-bottom: 17px;
}

.contact-with .btn-red {
  background-color: #f36d2d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-with .btn i {
  font-size: 22px;
  vertical-align: top;
  margin-right: 10px;
}

.contact-with a.btn:hover {
  color: #0d79bf;
  background-color: transparent;
  border: 1px solid #0d79bf;
}

.contact-with .btn-red:hover {
  color: #f36d2d;
  background-color: transparent;
  border: 1px solid #f36d2d;
}

.social-links li a {
  font-size: 20px;
}

.social-links li {
  margin-right: 10px;
}

.social-links li:last-child {
  margin-right: 0;
}

/*Description*/

.description {
  background-color: #fff;
  color: #272727;
  line-height: 22px;
  margin-bottom: 25px;
  border-radius: 3px;
  padding: 20px 35px 35px;
  font-family: 'Devanagari-Regular', sans-serif;
}

.description h4 {
  font-weight: 500;
  color: #272727;
  margin-bottom: 18px;
}

.description h4 {
  margin-bottom: 20px;
}

/* ======================================================================
 	Ad Details 
 =========================================================================*/

.selected-product {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0 20px;
}

.required {
  color: #ed1c24;
}

.add-image h5 {
  color: #000;
  font-size: 16px;
  position: relative;
  padding-left: 50px;
  line-height: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.add-image h5 span {
  font-size: 14px;
  display: block;
  font-weight: 300;
  color: #838383;
}

/* ==========================================================================
 	Published Page
 ========================================================================== */

#main.published-page {
  padding: 64px 0 79px;
}

/* ==========================================================================
 	User Page login / Sign up
 ========================================================================== */

#main.user-page {
  padding: 60px 0 80px;
}

.user-account {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px 50px;
}

.user-account h2 {
  color: #00a651;
  font-weight: 700;
  margin-bottom: 55px;
}

.user-account input {
  height: 44px;
  margin-bottom: 30px;
  font-size: 16px;
}

.user-account .btn {
  background-color: #00a651;
  color: #fff;
  padding: 5px 32px 7px;
  margin-top: 10px;
}

.user-account select {
  height: 44px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}

.user-account .user-option {
  overflow: hidden;
  margin-top: 55px;
}

.user-page .btn-primary {
  padding: 15px 30px;
  display: block;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 25px;
  background-color: #0072bc;
}

.user-page .btn-primary:hover {
  background-color: #00a651;
}

/* ==========================================================================
 	Post Page
 ========================================================================== */

.post-option {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px;
}

.post-option h4 {
  font-size: 20px;
  color: #010101;
  margin-bottom: 20px;
}

.post-option li {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0 20px;
  position: relative;
}

.post-option li:hover a,.post-option li a:hover {
  color: #00a651;
}

.post-option li a {
  font-size: 16px;
  color: #505050;
}

/* ==========================================================================
 	Myads Page
 ========================================================================== */

/* ==========================================================================
 	Ad Profile
 ========================================================================== */

.user-images {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  border: 1px solid #fcfcfc;
}

.buttons a.btn {
  background-color: #00a651;
  color: #fff;
  padding: 6px 26px 7px;
  border: 1px solid #00a651;
  margin: 9px 0 0;
  margin-bottom: 30px;
}

.buttons a.btn:hover {
  background-color: transparent;
  color: #00a651;
  border: 1px solid #00a651;
}

/* ==========================================================================
 	Delete Page
 ========================================================================== */

/* ==========================================================================
 	About Us 
 ========================================================================== */

.about-us .about {
  padding: 25px 25px 20px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
}

.about-us h3 {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.about-us-images img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.about-text {
  color: #888888;
  overflow-wrap: break-word;
}

/* =======================================================================
 	FAQ Page
 ========================================================================== */

/* ==========================================================================
 	Contact Us
 ========================================================================== */

#main.contact-us {
  padding-bottom: 80px;
}

.contact-us h2.title {
  margin-top: 0;
  margin-bottom: 31px;
}

.feedback {
  background-color: #fff;
  color: #000;
  overflow: hidden;
  padding: 35px;
  border-radius: 4px;
}

.feedback h2 {
  color: #000;
  font-weight: 500;
  margin-bottom: 33px;
  margin-left: 12px;
}

.feedback textarea,.feedback input {
  height: 44px;
  margin-bottom: 11px;
}

.feedback textarea {
  min-height: 100px;
  margin-bottom: 30px;
  font-weight: 300;
  resize: none;
}

.feedback .btn {
  padding: 6px 15px;
  background-color: #00a651;
  color: #fff;
  border: 1px solid #00a651;
}

.feedback .btn:hover {
  background-color: transparent;
  border: 1px solid #00a651;
  color: #00a651;
}

.feedback {
  min-height: 482px;
}

/* ==========================================================================
 	Footer
 ========================================================================== */

#footer {
  border-top: 1px solid #efefef;
}

.footer-top {
  padding: 50px 0 57px;
  background-color: #fff;
}

/* ==========================================================================
 	New Page
========================================================================== */

.home-banner {
  background-image: url(../images/bg/car1.jpg);
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 80px;
}

.home-banner h1 {
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.home-banner h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.home-banner h2 span {
  font-weight: 700;
}

.home-banner .btn.btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 9px;
  margin-top: 15px;
}

.home-banner .contact-form {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.home-banner .contact-form h1 {
  font-size: 20px;
  font-weight: 400;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
  margin: 0;
  background-color: #f7f7f7;
  text-transform: capitalize;
  border-bottom: 1px solid #ececec;
}

.home-banner .contact-form h3 {
  margin-top: 0;
  font-size: 16px;
}

.home-banner .dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-banner .contact-form i {
  float: right;
  margin-top: 15px;
}

.home-banner .contact-form .form-control {
  width: 90px;
  height: 35px;
  float: right;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #00a651;
  background-color: #00a651;
}

.home-banner .contact-form .form-control:hover {
  color: #00a651;
  background-color: transparent;
}

/* Category Section */

.page {
  background-color: #f7f7f7;
  padding-bottom: 70px;
}

.page .section-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  overflow: hidden;
}

/* ==========================================================================
 	Car Two Home Banner
========================================================================== */

.home-banner.banner {
  background-image: url(../images/bg/car3.jpg);
  padding: 125px 0;
}

/* ==========================================================================
 	Upcoming Section
========================================================================== */

/* about-trade */

.about-trade {
  padding-top: 125px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}

.about-trade .about-title {
  margin-bottom: 75px;
}

.about-trade h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #000;
}

.about-trade h1 span {
  font-weight: 500;
}

.about-trade .about {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.col-to-action {
  text-align: center;
  background-image: url(../images/bg/col-to-action.jpg);
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding-top: 70px;
  padding-bottom: 100px;
}

.col-to-action h1 {
  font-weight: 400;
}

.col-to-action .contact {
  overflow: hidden;
}

.col-to-action .contact-form {
  position: relative;
}

.col-to-action .form-control {
  background-color: transparent;
  border: 1px solid #3a9243;
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 40px;
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.06);
}

.col-to-action .form-control:focus {
  border-color: #fff;
  box-shadow: none;
}

.col-to-action .btn {
  position: absolute;
  right: 5px;
  top: 7px;
  font-size: 24px;
  background-color: transparent;
}

.col-to-action .btn:hover {
  color: rgba(0, 0, 0, 0.6);
}

.col-to-action .form-control::-webkit-input-placeholder {
  color: #fff;
}

.col-to-action .form-control:-moz-placeholder {
  color: #fff;
}

.col-to-action .form-control::-moz-placeholder {
  color: #fff;
}

.col-to-action .form-control:-ms-input-placeholder {
  color: #fff;
}

/* Contac Section */

/* ==========================================================================
 	Pricing Section
========================================================================== */

/* ==========================================================================
 	Found Section
========================================================================== */

/* Directory Page */

/* ==========================================================================
 	Extra
 ========================================================================== */

input,select,a,.feedback input[type="submit"],.banner-form input[type="submit"],.home-banner .contact-form .form-control,.col-to-action .btn,.see-more button {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

/* ==========================================================================
 	Custom Fonts
 ========================================================================== */

@font-face {
  font-family: 'MyriadPro-Regular', sans-serif;
  src: url('fonts/MyriadPro-Regular.html');
  src: url('fonts/MyriadPro-Regulard41d.html?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Regular-2.html') format('woff2'),
         url('fonts/MyriadPro-Regular-3.html') format('woff'),
         url('fonts/MyriadPro-Regular-4.html') format('truetype'),
         url('fonts/MyriadPro-Regular-5.html#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Devanagari-Regular', sans-serif;
  src: url('fonts/devanagari-normal-webfont.html');
  src: url('fonts/devanagari-normal-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/devanagari-normal-webfont-2.html') format('woff2'),
         url('fonts/devanagari-normal-webfont-3.html') format('woff'),
         url('fonts/devanagari-normal-webfont-4.html') format('truetype'),
         url('fonts/devanagari-normal-webfont-5.html#devanagarinormal') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*========================
=======style-chooser======
==========================*/