/*

[Master Stylesheet]

Template Name: Dealer Apps
Template Author: Dealer Apps
Version: 2.0
Last Update: 25-04-2019
*/

*{
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Segoe UI', 'Lato', Arial, Helvetica, sans-serif; color: #000;
    font-size: 15px;
    line-height: 22px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  color: #333333;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

ul,li{
  list-style: none;
}

a,a:hover{
	text-decoration: none;
}

:before,:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}

section,header#header,section#banner-section,footer{
	width: 100%;
	float: left;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/* header css */
.navigation-setting nav, .navigation-setting .logo, .navigation-setting .mobile-setting {
    padding: 0;
}

.header-style-1 .logo img {
    width: 100%;
}

.navigation-setting ul.navbar-nav {
    line-height: 41px;
}

.navigation-setting ul.navbar-nav li a.nav-link {
    padding: 8px 20px;
    font-size: 15px;
    color: #000;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(3, 84, 145);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.header-style-1 .sticky.is-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-top: 5px solid #025593;
    transition: .3s;
}

.phone a {
    font-size: 15px;
    letter-spacing: .2px;
}

.btn-custom {
    background: #025593;
    color: #fff;
}

.phone i {
    margin-right: 5px;
    font-size: 15px;
}

.btn-custom:hover {
    background: rgba(2, 85, 147, 0.9);
    color: #fff;
}


/* banner image css */
.banner-img-section{
    width: 100%;
    height: 590px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url(../../images/banner-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* content section css */
section#section-1, section#section-3,section#section-4{
    padding: 60px 0;
}

.cs-box h3.main-title, h3.main-title {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.cs-content1 .main-title span {
    text-transform: none;
}

h2.main-title:before,h3.main-title:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #025593;
    position: absolute;
    top: 100%;
}

.cs-box h4 {
    font-size: 15px;
    color: #000;
}

.our-feature {
    margin: 26px 0 34px;
    position: relative;
}

.icon-box {
    border: 1px solid #025593;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    text-align: center;
    color: #025593;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    border-radius: 2px;
}

.cs-content-box {
    padding-left: 60px;
}

.our-feature:hover .icon-box {
    background: #025593;
    color: white;
}

.cs-box span i {
    color: #025593;
}

.cs-box ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.cs-box ul li {
    padding: 0 20px;
    position: relative;
    line-height: 26px;
}

.cs-box ul li:before {
    content: "\f058";
    color: #000;
    left: 0;
    font-size: 13px;
    position: absolute;
    display: inline-block;
}

.cs-box img {
    width: 100%;
}

.content-section-2 .cs2-box {
    height: 213px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs2-main1, .cs2-main2, .cs2-main3, .cs2-main4 {
    padding: 0;
}

.cs2-box.bg-color {
    background: #025593;
    color: #fff;
    padding: 60px 30px;
    text-align: justify;
}

.cs2-box.bg-color span{
	font-size: 16px;
}

/* testimonial css */
div#myCarousel {
    margin: 40px 0;
}

.carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 14px;
}

.carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 15px;
    border-radius: 50%;
}

.carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}
.carousel .testimonial::before {
	color: #025593;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	left: 15px;
	content: "\f10d";
}

.carousel .overview b {
    text-transform: uppercase;
    color: #025593;
}

.carousel .carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 50%;
	margin: 1px 3px;
}

.carousel-indicators li {	
    background: #025593;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
	color: #fff;
    background: #025593;    
    border: 5px double;    
}

.testimonial p {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 20px;
}

.testimonial p.overview {
    font-style: normal;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.media-left span {
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* contact home section */
section#section-4 {
    background: #025593;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-border-light {
    border: 2px solid #ffffff;
    transition: .3s;
    background: #fff;
    color: #025592;
    font-size: 15px;
    font-weight: bold;
}

a.btn.btn-border-light:hover {
    background: transparent;
    color: #fff;
    border: 2px solid;
}

.home-contact-section span {
    color: #fff;
    font-size: 18px;
    margin-right: 60px;
    vertical-align: middle;
}

/* footer css */
footer#section-5 {
    background: #001b30;
    color: #fff;
}

footer a{
	color: #fff;
}

.footer-box h3.main-title {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
}

.profile-box img {
    width: 100%;
}

.profile-box {
    max-width: 227px;
}

.profile-box p{
    text-align: center;
}

footer .footer-box .feature-box ul li {
    position: relative;
    margin-bottom: 12px;
}

footer .footer-box .feature-box ul li a i {
    margin-right: 5px;
    font-size: 12px;
}

footer .footer-box .feature-box ul li a {
    padding: 0 0 8px;
    display: block;
    transition: .3s;
}

footer .footer-box .feature-box ul li a:hover {
    color: #0d98ff;
}

footer#section-5{
    padding: 25px 0 10px;
}

.contact-box i {
    line-height: 26px;
}

.contact-box ul li {
    display: flex;
    margin-bottom: 10px;
}

    .contact-box ul li span {
        margin-left: 0;
        padding-right: 5px;
        min-width: 65px;
    }

.hm-copy .copywright {
    margin: 0;
    border: none;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.copyright-bg {
    background: rgba(0, 27, 48, 0.95);
}

/* got to top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 27, 48, .7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 27, 48, 1);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Inner page css */
.current-page h1 {
    color: #fff;
    text-transform: uppercase;
    background: #9c9c9c;
    padding: 10px 20px;
    font-size: 24px;
    margin: 0;
}

/* Contact Page css */
.contact-form form {
    padding: 0 14%;
}

.contact-form h2 {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.half-left {
    width: 49%;
    float: left;
    position: relative;
}

.half-right {
    width: 49%;
    float: right;
    position: relative;
}

.form-full{
    width: 100%;
    float: left;
    position: relative;
}

.contact-form h1 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}

h5.sub-title {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
    font-weight: 500;
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}

.contact-form input, .contact-form textarea {
    font-size: 13px;
    padding: 15px;
    background: #f9f9f9;
    border-color: #e8e6e6;
}

.contact-form .btnContact,.contact-form .btnReset {
    border: none;
    border-radius: 4px;
    padding: 15px;
    background: #025593;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    width: 20%;
    margin-right: 15px;
}

.contact-form .form-group.half-left, .contact-form .form-group.half-right {
    margin-bottom: 30px;
}

.login-page .form-group.half-left, .login-page .form-group.half-right {
    margin-bottom: 20px;
}

.contact-form .form-group.half-left.has-error, .contact-form .form-group.half-right.has-error {
    margin-bottom: 0;
}

.links.req {
    margin-bottom: 10px;
}

.error{
    color: red;
}

/* login page css */
.login-page form {
    padding: 0 30%;
}

.login-page h1 {
    margin-bottom: 35px;
}

.login-page .half-left, .login-page .half-right {
    width: 100%;
}

.sbmt-btn {
    width: 100%;
    float: left;
}

.form-group.links {
    width: 100%;
    float: left;
}

.login-page input.btnContact {
    width: 40%;
}

.sbmt-btn input.btnContact {
    margin: 0;
}

/* validation csss */
.glyphicon-remove:before {
    content: "\f410";
}

.glyphicon-ok:before {
    content: "\f00c";
}

.has-error {
    margin-bottom: 0;
}

.has-feedback .glyphicon.glyphicon-ok:before,.form-group.half-left.has-success span.form-control-feedback.glyphicon.glyphicon-ok:after,.form-group.half-right.has-success span.form-control-feedback.glyphicon.glyphicon-ok:after,.form-group.form-full.has-success span.form-control-feedback.glyphicon.glyphicon-ok:after {
    display: none;
}

.has-feedback .has-success .glyphicon.glyphicon-ok:before{
    display: block;
}

.has-feedback span.form-control-feedback.glyphicon.glyphicon-ok:after {
    content: "\f069";
    margin-right: 0 !important;
}

.has-feedback span.form-control-feedback.glyphicon.glyphicon-ok:after, .req-text i {
    color: #fff;
    background: #999;
    font-size: 7px;
    border-radius: 2px;
    margin-right: 5px;
    border: 3px solid #999;
}

.req-text small {
    font-size: 90%;
}

span.form-control-feedback.glyphicon.glyphicon-ok,span.form-control-feedback.glyphicon.glyphicon-remove {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
}

span.form-control-feedback.glyphicon.glyphicon-ok{
    color: green;
    text-align: center;
}

span.form-control-feedback.glyphicon.glyphicon-remove,label#password-error,label#username-error{
    color: red;
    text-align: center;
}


/* Responsive css */
@media screen and (max-width: 2800px) and (min-width: 2100px){
section.content-section-1.client-login-page{
    height: calc(100vh - 300px);
}

section.content-section-1.contact-us-page{
    height: calc(100vh - 320px);
}
}

@media screen and (max-width: 1199px) and (min-width: 1025px){
.banner-img-section {
    height: 450px;
}

.phone a {
    font-size: 14px;
}

.cs2-box.bg-color {
    padding: 20px 30px;
}
}

@media only screen and (max-width: 1024px){
.banner-img-section {
    height: 450px;
}

.phone a {
    font-size: 14px;
}

.cs2-box.bg-color {
    padding: 20px 30px;
}
}

@media only screen and (max-width: 1023px){
.navigation-setting nav {
    padding: 0;
}

.phone a {
    font-size: 14px;
}

.navigation-setting ul.navbar-nav li a.nav-link {
    padding: 8px 15px;
}

.banner-img-section {
    height: 300px;
}

.cs-box img {
    width: auto;
}

.cs-box.cs-img-box {
    overflow: hidden;
    height: 280px;
}

.cs-box.cs-img-box img {
    height: 100%;
}

.cs-box.cs-content2 {
    margin-top: 30px;
}

section#section-2 {
    padding-top: 0;
}

.cs2-main1 {
    padding: 0 10px 10px 0;
}

.cs2-main2 {
    padding: 0 0 10px 10px;
}

.cs2-main3 {
    padding: 10px 10px 0 0;
}

.cs2-main4 {
    padding: 10px 0 0 10px;
}

.cs2-box.bg-color {
    padding: 60px 40px;
}

.home-contact-section span {
    margin-right: 20px;
}

.profile-box,.feature-box {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #012948;
    padding-bottom: 10px;
}

    .profile-box img {
        width: auto;
    }

    .profile-box {
        max-width: 100%;
    }

.feature-box {
    border-bottom: none;
}

.contact-box {
    text-align: center;
}

.contact-box ul li {
    display: block;
}

.current-page {
    left: 15px;
}

.contact-form form {
    padding: 0;
}
}

@media screen and (max-width: 767px) and (min-width: 426px){
.banner-img-section {
    height: 300px !important;
}

section#banner-section {
    margin-top: 50px;
}
}

@media only screen and (max-width: 767px){
.navigation-setting nav {
    padding: .5rem 0;
}

.navigation-setting .mobile-menus button.navbar-toggler:focus{
    outline: transparent;
}

.navigation-setting,.navigation-setting .logo, .navigation-setting .mobile-menus, .navigation-setting .mobile-setting {
    padding: 0;
}

.navigation-setting .logo {
    margin-left: 80px;
    text-align: center;
}

.navigation-setting .mobile-menus {
    margin: 0 0 0 10px;
    line-height: 70px;
}

button.navbar-toggler.left-side {
    position: absolute;
    top: -60px;
}

.navigation-setting .mobile-setting .pull-right {
    float: none;
    text-align: center;
}

.navigation-setting .mobile-setting .pull-right .phone.py-4 {
    padding: 10px !important;
    border-top: 1px solid #f1f1f1;
    margin-top: 12px;
}

.navigation-setting .mobile-menus button.navbar-toggler {
    padding: 14px 15px;
    color: #025593;
    border-color: transparent;
    border-radius: 50px;
    background: #0255931c;
}

.navigation-setting ul.navbar-nav li.nav-item {
    border-bottom: 1px solid #f1f1f1;
}

.navigation-setting ul.navbar-nav li a.nav-link {
    padding: 0 5px;
}

.navigation-setting ul.navbar-nav li.nav-item:last-child {
    border-bottom: none;
}

.phone a {
    text-align: left;
    padding-left: 10px !important;
}

section#section-1, section#section-3, section#section-4, footer#section-5 {
    padding: 40px 0;
}

section#banner-section {
    margin-top: 0;
}

.banner-img-section {
    height: 250px;
}

.testimonial {
    margin-bottom: 25px;
}

section#section-1 .cs-box.cs-img-box {
    margin-bottom: 25px;
}

.content-section-1 .cs-box.cs-img-box {
    height: auto;
}

.content-section-1 .cs-box.cs-img-box img{
    width: 100%;
}

.cs2-main1,.cs2-main2,.cs2-main3,.cs2-main4 {
    padding: 0 0 10px 0;
}

.cs2-box.bg-color {
    padding: 100px 40px;
}

.content-section-2 .cs2-box {
    height: 270px;
}
.home-contact-section span {
    margin-right: 0;
    display: block;
    margin-bottom: 25px;
}

.feature-box, .contact-box {
    padding: 0 20px;
    text-align: center;
}

.contact-box ul li {
    display: block;
}

.hidden {
    display: none;
}

.half-left, .half-right {
    width: 100%;
}

.contact-form .btnContact, .contact-form .btnReset {
    width: 49%;
    margin: 0;
}

.inner-banner-img-section {
    height: 250px;
}

.current-page {
    top: 202px;
}
}


@media only screen and (max-width: 424px){
}

@media only screen and (max-width: 374px){
.banner-img-section {
    height: 200px;
}

.content-section-2 .cs2-box {
    height: 240px;
}

.mb-testimonial {
    margin-bottom: 20px;
    display: block;
}

.mb-testimonial .media-left {
    text-align: center;
    display: block !important;
    margin: 0 !important;
}

.carousel .mb-testimonial img {
    display: inline-block !important;
    margin-bottom: 15px;
}

.cs2-box.bg-color {
    padding: 75px 40px;
}

.inner-banner-img-section {
    height: 200px;
}

.current-page {
    top: 152px;
}

.contact-form .btnContact, .contact-form .btnReset {
    width: 100%;
    margin: 0 0 15px;
}
}

@media screen and (max-width: 370px) and (min-width: 358px){
}

