.first-line,
.primary-font,
.second-line,
a.side-menu-button,
h1,
h2,
h3,
h4,
h5,
h6,
nav.main-navigation ul a,
nav.main-navigation ul li ul.sub-menu li a,
nav.responsive-menu a,
nav.responsive-menu ul li .sub-menu a {
	
    font-family: Roboto, sans-serif
}
body {
    position: relative;
	padding: 0;
    margin: 0;
    background: #fff
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 93.75%
}
html::selection {
    color: #fff;
    background: #18428c
}
.offer_notice {
    margin: 60px 0!important
}
section {
    padding: 100px 0
}
p {
    font-size: 13px;
    line-height: 22px;
    color: #7a7a7a
}
del {
    color: rgba(255, 186, 0, .47);
    margin-right: 12px;
    font-weight: 700;
    font-size: 15px
}
a {
    cursor: pointer
}
.pre-header {
    background-color: #232323;
    width: 100%
}
.pre-header .left-info {
    background-color: #2a2a2a;
    float: left;
    padding: 10px 15px
}
@media (max-width:991px) {
    .pre-header .left-info {
        padding: 11px 15px
    }
}
.pre-header .left-info a {
    color: #fff;
    font-size: 11px
}
.pre-header .left-info a i {
    padding-right: 8px
}
.pre-header .right-info {
	background-color: #2a2a2a;
    float: left;
    width: 100%;
    text-align: right;
}
.pre-header .right-info ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.pre-header .right-info ul li {
    display: inline-block;
	position:relative;
}
/* .pre-header .right-info ul li .search_box{ */
	/* position: absolute; */
    /* top:100%; */
    /* left: 0; */
    /* right: 0; */
    /* padding: 24px; */
    /* background-color:#f6f6f6; */
    /* border: 1px solid #d4d4d4; */
    /* z-index: 99; */
	/* display:none; */
	/* animation: flipInX 0.7s ease forwards; */
	/* transition:all 0.5s ease; */
	/* -webkit-transition:all 0.5s ease; */
	/* -ms-transition:all 0.5s ease; */
	/* -o-transition:all 0.5s ease; */
/* }  */
.pre-header .right-info ul li>ul {
    float: left
}
.pre-header .right-info ul li a {
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
	display:inline-block;
	padding: 12px 0;
}
.pre-header .right-info ul li a:last-child{
	margin-right:0px;
}
.ac_profile_dropdown {
    position: relative;
    display: inline-block;
    width: auto;
}
.pre-header .right-info ul .ac_profile_dropdown ul {
    position: absolute;
    width: 150px;
    background: #232323;
    top: 100%;
    z-index: 22;
    text-align: left;
    border-top: 3px solid #ffba00;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pre-header .right-info ul .ac_profile_dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pre-header .right-info ul .ac_profile_dropdown ul li {
    width: 100%;
}
.pre-header .right-info ul .ac_profile_dropdown ul li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 7px 15px;
    text-transform: capitalize;
}
a.auto_search {
	position: relative;
    z-index: 1;
    padding: 0px !important;
}
a.auto_search i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
    color: #000000;
    cursor: pointer;
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: aliceblue;
}
a.auto_search .form-control {
background-color: transparent !important;
    height: 30px;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    padding: 0px 40px 0px 15px;
    outline: none;
    width: 150px;
    float: right;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: -11px;
    position: relative;
	cursor: text !important;
}
a.auto_search .form-control::-moz-placeholder{color:#fff;opacity:1}
a.auto_search .form-control:-ms-input-placeholder{color:#fff}
a.auto_search .form-control::-webkit-input-placeholder{color:#fff}
a.auto_search .form-control:focus{
    width: 300px;
    background-color: #333333;
}
a.auto_search .form-control:focus ~ i{
    z-index: 1;
}
.pre-header .right-info ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
.scrolled-header .logo a,.site-header {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
	z-index: 21;
	position:relative;
}
.site-header .inner-header {
    padding: 0 105px
}
.site-header .main-header .logo {
    text-align: center
}
.site-header .main-header .logo a {
    width: 180px;
    height: 90px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left
}
.site-header .main-header .logo a img {
    width: 180px;
    height: 90px
}
@media (max-width:991px) {
    .site-header {
        position: relative;
        background-color: rgba(255, 186, 0, .9)
    }
    .site-header .inner-header {
        padding: 0 15px
    }
    .site-header .main-header .logo a {
        background-color: transparent!important
    }
}
.site-header .main-header .logo em {
    margin-top: -5px;
    font-size: 10px;
    display: block;
    font-weight: 400;
    font-style: normal;
    color: #fff
}
.scrolled-header {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #ffffff!important;
    -webkit-transition: opacity 1s fade-out;
    -moz-transition: opacity 1s fade-out;
    -o-transition: opacity 1s fade-out;
    -ms-transition: opacity 1s fade-out;
    transition: opacity 1s fade-out;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    z-index: 9999;
}
.scrolled-header nav.main-navigation ul li {
    padding: 26px 10px;
}
@media (max-width:991px) {
    .scrolled-header {
        background-color: rgba(255, 186, 0, .95)!important
    }
}
.scrolled-header .logo a {
    transition: all .4s
}
.scrolled-header nav.main-navigation ul li a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.scrolled-header nav.main-navigation ul li ul.sub-menu {
    top: 70px!important
}
.scrolled-header .header-right-toggle {
    padding: 15px 10px
}
.header-right-toggle {
    padding: 25px 10px
}
.header-right-toggle a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff!important;
    background-color: #18428c;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    text-align: center
}
a.side-menu-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #272727
}
nav.main-navigation {
    position: relative;
    z-index: 20
}
nav.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}
nav.main-navigation ul li {
    position: relative;
    display: inline-block;
    padding: 16px 10px;
}
nav.main-navigation ul li:last-child{
	padding: 16px 0px;
}
nav.main-navigation ul li:last-child a{
	padding-right:0px; 
}
nav.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 90px!important;
    left: 0;
    width: 190px;
    background-color: rgba(250, 250, 250, .95);
    border-top: 3px solid #ffba00;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
nav.main-navigation ul li ul.sub-menu li {
    display: block;
    padding: 0;
    margin: 0
}
nav.main-navigation ul li ul.sub-menu li a {
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    padding: 12px 20px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}
nav.main-navigation ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
nav.main-navigation ul a {
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #4d4d4d;
    display: block;
    padding: 20px 5px;
    cursor: pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}
nav.main-navigation ul a:hover,nav.main-navigation ul a.active,nav.main-navigation ul a:focus,nav.main-navigation ul li ul.sub-menu li a:hover{
	color:#ffba00;
}
nav.main-navigation ul a i {
    margin-left: 7px
}
@media (min-width:992px) and (max-width:1200px) {
    nav.main-navigation ul a {
        padding: 15px 0
    }
    .continue-button .do_reply .do_reply_detail .autoreply {
        min-width: 257px!important
    }
}
nav.responsive-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style: none;
    float: left
}
nav.responsive-menu ul li {
    margin: 1px 0;
    display: block;
    position: relative
}
nav.responsive-menu ul li .show-submenu {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    color: #fff
}
.sidebar-menu-overlay,.sidebar-menu::after {
    right: 0;
    content: ''
}
nav.responsive-menu ul li .show-submenu i {
    width: 47px;
    height: 47px;
    background-color: #13346e;
    text-align: center;
    display: inline-block;
    line-height: 47px
}
nav.responsive-menu ul li .sub-menu {
    display: none;
    padding: 0
}
nav.responsive-menu ul li .sub-menu.open {
    display: block
}
nav.responsive-menu ul li .sub-menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 0 0 10px
}
nav.responsive-menu ul li .sub-menu li:before {
    content: '-';
    position: absolute;
    left: 25px;
    color: #fff;
    top: 8px
}
.sidebar-menu-container,.sidebar-menu-inner,.sidebar-menu-push {
    position: relative;
    width: 100%;
    float: left
}
nav.responsive-menu ul li .sub-menu li:last-child {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #18428c
}
nav.responsive-menu ul li .sub-menu a {
    padding: 10px 30px;
    text-transform: capitalize;
    color: #fff;
    background-color: #123269;
    margin-right: 15px;
    margin-top: 1px
}
nav.responsive-menu a {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    letter-spacing: .5px;
    padding: 15px;
    margin: 0;
    color: #fff;
    background-color: #143876
}
.sidebar-menu-inner {
    overflow: hidden;
    background: #fff
}
.sidebar-menu-container {
    overflow: hidden
}
.sidebar-menu-push {
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}
.sidebar-menu-overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}
.sidebar-menu-open .sidebar-menu-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #18428c;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow-y: auto
}
.sidebar-menu::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 1
}
.sidebar-menu-open .sidebar-menu::after {
    width: 0;
    height: 0;
    opacity: 0
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}
.ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 250px
}
.slide-from-left.sidebar-menu {
    z-index: 1
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s
}
.slide-from-left.sidebar-menu::after {
    display: none
}
@media only screen and (min-width:40.063em) {
    .sidebar-menu {
        width: 320px
    }
    .slide-from-left.sidebar-menu-open .sidebar-menu-push {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0)
    }
    .ie9 .slide-from-left .sidebar-menu-push {
        margin-left: 320px
    }
}
footer {
    margin-top: 80px;
    background-color: #2a2a2a;
    padding: 60px 15px
}
@media (max-width:991px) {
    footer .footer-item {
        margin-bottom: 60px
    }
    .continue-button .do_reply .do_reply_detail input {
        width: 100%;
        margin-bottom: 15px
    }
    .blog-page .single-post .comments .comments-content .continue-button .do_reply .do_reply_detail .primary-button {
        float: none!important
    }
}
@media (max-width:414px) {
    .blury-bg span {
        font-size: 13px!important
    }
    .size {
        font-size: 100px!important
    }
}
@media (max-width:767px) {
    .center {
        display: inline-block;
        float: none!important
    }
}
@media (max-width:480px) {
    .continue-button .do_reply .do_reply_detail .autoreply {
        min-width: 100%!important
    }
}
footer .footer-item h2 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    cursor: pointer
}
footer .connect-us>h2 {
    cursor: default
}
footer .footer-item .line-dec {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 30px;
    height: 2px;
    background-color: #fff
}
footer .footer-item p {
    color: #fff;
    font-weight: 300
}
footer .footer-item ul {
    padding: 0;
    margin: 0;
    list-style: none
}
footer .footer-item ul li {
    display: block;
    margin-bottom: 5px
}
footer .footer-item ul li a {
    font-size: 12px;
    color: #fff;
    cursor: pointer
}
footer .footer-item ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
footer .footer-item .recent-posts .recent-item {
    margin-bottom: 25px
}
footer .footer-item .recent-posts .recent-item img {
    float: left
}
footer .footer-item .recent-posts .recent-item h4 {
    padding-top: 5px;
    margin-left: 80px;
    font-size: 13px;
    color: #fff;
    font-weight: 700
}
footer .footer-item .recent-posts .recent-item h4:hover {
    color: #ffba00;
    transition: all .5s
}
footer .footer-item .recent-posts .recent-item .line-dec {
    width: 40px;
    height: 2px;
    background-color: #555;
    margin-left: 80px;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 8px
}
footer .footer-item .recent-posts .recent-item span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ffba00
}
@media (max-width:991px) {
    footer .footer-item .connect-us {
        margin-bottom: -60px
    }
}
footer .footer-item .connect-us ul li {
    display: inline-block
}
footer .footer-item .connect-us ul li a {
    width: 38px;
    height: 38px;
    background-color: #333;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #fff
}
.latest-news,.sub-footer {
    width: 100%;
    float: left
}
footer .footer-item .connect-us ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
.sub-footer {
    background-color: #242424;
    height: 60px;
    text-align: center
}
.sub-footer p {
    color: #999;
    font-size: 11px;
    line-height: 60px
}
.sub-footer em {
    font-style: normal;
    color: #777
}
.latest-news #owl-blog .item {
    background-color: #eee;
    height: 100%;
    text-align: center;
    padding-bottom: 15px
}
.latest-news #owl-blog .item .thumb-content .date-post {
    position: absolute;
    margin-top: 0;
    left: 0
}
.latest-news #owl-blog .item .thumb-content .date-post a {
    padding: 8px;
    background-color: rgba(255, 186, 0, .9);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block
}
.latest-news #owl-blog .item .thumb-content .date-post em {
    font-size: 12px;
    display: block;
    font-style: normal
}
.latest-news #owl-blog .item .thumb-content img {
    width: 100%;
    overflow: hidden;
    background-size: cover
}
.latest-news #owl-blog .item .down-content {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    margin: 8px 8px -18px
}
.latest-news #owl-blog .item .down-content h4 {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700
}
.latest-news #owl-blog .item .down-content span {
    font-size: 12px;
    color: #9a9a9a
}
.latest-news #owl-blog .item .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto
}
.latest-news #owl-blog .item .down-content p {
    margin-top: 15px;
    padding-bottom: 10px;
        min-height: 77px;
}
.latest-news #owl-blog .item .down-content .primary-button {
    margin-top: -30px;
    margin-bottom: 15px
}
.latest-news #owl-blog .item-2 {
    background-color: #f5f5f5;
    height: 100%;
    text-align: center;
    padding-bottom: 15px
}
.latest-news #owl-blog .item-2 .thumb-content .date-post {
    position: absolute;
    margin-top: 0;
    left: 0
}
.latest-news #owl-blog .item-2 .thumb-content .date-post a {
    padding: 8px;
    background-color: rgba(255, 186, 0, .9);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block
}
.latest-news #owl-blog .item-2 .thumb-content .date-post em {
    font-size: 12px;
    display: block;
    font-style: normal
}
.latest-news #owl-blog .item-2 .thumb-content img {
    width: 100%;
    overflow: hidden;
    background-size: cover
}
.latest-news #owl-blog .item-2 .down-content {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    margin: 8px 8px -18px
}
.latest-news #owl-blog .item-2 .down-content h4 {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700
}
.latest-news #owl-blog .item-2 .down-content span {
    font-size: 12px;
    color: #9a9a9a
}
.latest-news #owl-blog .item-2 .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto
}
.latest-news #owl-blog .item-2 .down-content p {
    margin-top: 15px;
    padding-bottom: 10px
}
.latest-news #owl-blog .item-2 .down-content .primary-button {
    margin-top: -30px;
    margin-bottom: 15px
}
.blog-page .blog-grid-post .item {
    margin-bottom: 30px
}
.blog-page .blog-grid-post .item img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    border-bottom: 3px solid #ffba00
}
.blog-page .blog-grid-post .item .down-content {
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0
}
.blog-page .blog-grid-post .item .down-content h4 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 700
}
.blog-page .blog-grid-post .item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.blog-page .blog-grid-post .item .down-content ul li {
    display: inline;
    margin-right: 15px
}
.blog-page .blog-grid-post .item .down-content ul li span {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1
}
.blog-page .blog-grid-post .item .down-content ul li em {
    margin-right: 5px;
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    color: #b9b9b9
}
.blog-page .blog-grid-post .item .down-content ul li a {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1;
    margin-right: 5px
}
.blog-page .blog-grid-post .item .down-content ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
.blog-page .blog-grid-post .item .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee
}
.blog-page .blog-grid-post .item .down-content p {
    margin-top: 15px;
    padding-bottom: 0;
    height: 66px;
    overflow: hidden
}
.blog-page .blog-grid-post .item .down-content .continue-button a {
    font-weight: 600;
    font-size: 12px;
    color: #18428c
}
.blog-page .blog-grid-post .item .down-content .continue-button a i {
    margin-left: 5px;
    font-size: 10px
}
.blog-page .blog-grid-post .item .down-content .continue-button a:hover {
    color: #ffba00;
    transition: all .5s
}
.blog-page .blog-grid-post .pagination-content {
    margin-top: 30px
}
.blog-page .blog-classic-post .item img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    border-bottom: 3px solid #ffba00
}
.blog-page .blog-classic-post .item h4 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 700
}
.blog-page .blog-classic-post .item ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.blog-page .blog-classic-post .item ul li {
    display: inline;
    margin-right: 15px
}
.blog-page .blog-classic-post .item ul li span {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1
}
.blog-page .blog-classic-post .item ul li em {
    margin-right: 5px;
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    color: #b9b9b9
}
.blog-page .blog-classic-post .item ul li a {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1;
    margin-right: 5px
}
.blog-page .blog-classic-post .item ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
.blog-page .blog-classic-post .item .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee
}
.blog-page .blog-classic-post .item p {
    margin-top: 15px;
    padding-bottom: 5px
}
.blog-page .blog-classic-post .item .primary-button {
    padding-bottom: 40px
}
.blog-page .blog-classic-post .pagination-content {
    margin-top: 20px
}
@media (max-width:991px) {
    .blog-page .blog-classic-post .item .primary-button {
        text-align: left
    }
    .blog-page .blog-classic-post .pagination-content {
        margin-bottom: 80px
    }
}
.blog-page .single-post .item img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    border-bottom: 3px solid #ffba00
}
.blog-page .single-post .item h4 {
	margin: 0;
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: 700;
}
.blog-page .single-post .item ul {
    padding: 0;
    margin: 0;
	margin-top: 15px;
    list-style: none
}
.blog-page .single-post .item ul li {
    display: inline;
    margin-right: 15px
}
.blog-page .single-post .item ul li span {
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1
}
.blog-page .single-post .item ul li em {
    margin-right: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9
}
.blog-page .single-post .item ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1;
    margin-right: 5px
}
.blog-page .single-post .item ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
.blog-page .single-post .item .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee
}
.blog-page .single-post .item p {
    margin-top: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px
}
.blog-page .single-post .item p em {
    background-color: #f2f2f2;
    display: inline-block;
    padding: 15px 30px;
    margin: 0 20px;
    font-size: 15px;
    font-family: georgia, serif;
    line-height: 26px;
    border-left: 3px solid #18428c
}
.blog-page .single-post .item .primary-button {
    padding-bottom: 40px
}
.blog-page .single-post .comments {
    padding-bottom: 30px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    border-bottom: 2px solid #eee
}
.blog-page .single-post .comments .comments-content {
    background-color: #f2f2f2;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%
}
.blog-page .single-post .comments .comments-content img {
    float: left;
    width: 80px
}
.blog-page .single-post .comments .comments-content h6 {
    margin-top: 0;
    margin-left: 95px;
    margin-bottom: 3px
}
.blog-page .single-post .comments .comments-content span {
    font-size: 11px;
    font-weight: 400;
    color: #9a9a9a;
    margin-left: 15px
}
.blog-page .single-post .comments .comments-content p {
    margin-left: 95px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 20px
}
.blog-page .single-post .comments .comments-content .continue-button {
    display: block;
    background-color: #f2f2f2
}
.blog-page .single-post .comments .comments-content .continue-button a {
    font-weight: 600;
    font-size: 11px;
    color: #18428c;
    cursor: pointer;
    margin-left: 8px
}
.blog-page .single-post .comments .comments-content .continue-button a i {
    margin-left: 5px;
    font-size: 9px
}
.blog-page .single-post .comments .comments-content .continue-button a:hover {
    color: #ffba00;
    transition: all .5s
}
.blog-page .single-post .comments .comments-content .replied-button {
    float: right;
    margin-right: 15px;
    top: 0
}
.blog-page .single-post .comments .comments-content .replied-button span {
    font-size: 11px;
    color: #9a9a9a
}
.blog-page .single-post .comments .comments-content .replied-button span i {
    margin-left: 5px;
    font-size: 9px
}
.blog-page .single-post .comments .second-comment {
    float: right;
    width: calc(100% - 115px);
    margin-bottom: 20px
}
.blog-page .single-post .comments .third-comment {
    margin-top: 30px
}
@media (max-width:321px) {
    .modal-dialog .modal-content {
        max-width: 250px!important
    }
    h4.modal-title {
        font-size: 17px!important
    }
    .form-group label {
        font-size: 14px!important
    }
}
@media (max-width:991px) {
    .blog-page .single-post .submit-comment input {
        margin-top: 20px
    }
    .modal-dialog {
        overflow: auto
    }
    .modal-dialog .modal-content {
        position: relative!important;
        left: auto!important;
        top: auto!important;
        transform: none!important;
        max-width: 300px;
        width: auto;
        margin: 10px auto!important;
        height: auto!important
    }
    .modal-title {
        font-size: 20px!important
    }
    .blog-page .single-post .submit-comment .primary-button {
        margin-bottom: 80px
    }
}
.blog-page .single-post .submit-comment textarea {
    margin-top: 30px;
    resize: none;
    outline: 0;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    max-width: 100%;
    height: 140px;
    max-height: 180px
}
.blog-page .single-post .submit-comment .primary-button {
    margin-top: 25px
}
.contact-map {
    margin-top: -120px
}
.contact-content {
    margin-top: 80px
}
.contact-content p {
    margin-top: -5px
}
.contact-content .sep-section-heading {
    margin-top: 0;
    margin-bottom: 40px
}
.contact-content .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.contact-content .contact-info ul li {
    margin-top: 20px
}
.contact-content .contact-info i {
    width: 40px;
    height: 40px;
    background-color: #ffba00;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 15px
}
@media (max-width:991px) {
    .contact-content .contact-info i {
        margin-right: 5px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px
    }
}
.contact-content .contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9
}
@media (max-width:991px) {
    .contact-content .contact-info span {
        font-size: 12px
    }
    .contact-content .send-message input {
        margin-top: 20px
    }
}
.contact-content .send-message textarea {
    margin-top: 30px;
    line-height: 22px;
    max-width: 100%;
    height: 140px;
    max-height: 180px
}
.car-item .thumb-content .car-banner-rent a,.car-item .thumb-content .car-banner-sale a {
    color: #fff;
    font-size: 11px;
    width: 85px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700
}
.contact-content .send-message .primary-button {
    margin-top: 25px
}
.car-item .thumb-content .car-banner-rent,.car-item .thumb-content .car-banner-sale {
    position: absolute;
    margin-top: 0;
    right: 0;
    margin-right: 26px
}
@media (max-width:991px) {
    .contact-content .send-message .primary-button {
        margin-bottom: 60px
    }
}
.car-item {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px
}
.car-item .thumb-content .car-banner-rent a {
    background-color: rgba(255, 186, 0, .9)
}
.car-item .thumb-content .car-banner-sale a {
    background-color: rgba(24, 66, 140, .9)
}
.car-item .thumb-content img {
    width: 100%;
    overflow: hidden;
    background-size: cover
}
.car-item .down-content {
    text-align: center
}
.car-item .down-content h4 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700
}
.car-item .down-content span {
    font-size: 15px;
    font-weight: 700;
    color: #18428c
}
.car-item .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto
}
.car-item .down-content p {
    margin-top: 20px
}
.car-item .down-content>p {
    height: 66px;
    overflow: hidden
}
.car-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}
.car-item .down-content ul li {
    float: left;
    margin: 10px 12px 0
}
.car-item .down-content ul li span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9a9a9a;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px
}
.car-item .down-content ul li p {
    font-size: 12px;
    font-weight: 700;
    color: #ffba00;
    margin-top: 15px;
    text-transform: capitalize
}
.columns-4 .down-content ul li {
    margin: 10px 5px 0 12px
}
.car-details {
    text-align: left
}
.car-details h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700
}
.car-details span {
    font-size: 17px;
    font-weight: 700;
    color: #18428c
}
.car-details .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eee
}
.car-details p,.shortcodes-content .buttons .fourth-black-button,.shortcodes-content .buttons .fourth-secondary-button,.shortcodes-content .buttons .pri-black-button,.shortcodes-content .buttons .pri-secondary-button,.shortcodes-content .buttons .sec-black-button,.shortcodes-content .buttons .sec-secondary-button,.shortcodes-content .buttons .third-black-button,.shortcodes-content .buttons .third-secondary-button {
    margin-top: 20px
}
.car-details ul {
    padding:0;
    margin: 0;
	float:left;
    list-style: none
}
.car-details ul li {
    width: 100%;
    display: inline-block;
    padding: 10px 0
}
.car-details ul li span {
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b9b9b9
}
.car-details ul li p {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffba00
}
.car-details .contact-info i {
    width: 40px;
    height: 40px;
    background-color: #ffba00;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 15px
}
.car-details .contact-info span,
.car-details .similar-info span a {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9
}
@media (max-width:991px) {
    .car-details .contact-info {
        text-align: center;
        border: 2px solid #eee;
        padding: 20px 0
    }
    .car-details .contact-info i {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-bottom: 12px
    }
}
.car-details .similar-info span a {
    float: left;
    margin-top: 8px;
    margin-right: 30px
}
.car-details .similar-info span a:hover {
    color: #ffba00;
    transition: all .5s
}
#owl-similar .car-item {
    border: 0 solid #eee;
    padding: 0;
    margin-bottom: 0
}
#owl-similar .car-item .thumb-content .car-banner-rent,
#owl-similar .car-item .thumb-content .car-banner-sale {
    margin: 0
}
.similar-car {
  /*  margin-top: -40px*/
}
.similar-car .section-heading {
    margin-top: 40px;
}
.similar-car-2 {
    margin-top: -20px
}
@media (max-width:991px) {
    .more-details .sep-section-heading {
        margin-top: 60px;
        margin-bottom: 30px
    }
}
.more-details em {
    font-style: normal;
    font-size: 12px;
    font-weight: 700
}
.more-details .info-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.more-details .info-list ul li {
    display: inline-block;
    margin: 0 20px 18px 0
}
.more-details .info-list ul li i {
    margin-right: 5px;
    color: #ffba00
}
.more-details .info-list ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a
}
.more-details .contact-info .phone {
    margin-top: 10px;
    margin-bottom: 15px
}
@media (max-width:991px) {
    .more-details .contact-info .phone {
        margin: 0
    }
    .more-details .contact-info {
        text-align: center;
        border: 2px solid #eee;
        padding: 20px 0
    }
}
.more-details .contact-info i {
    width: 40px;
    height: 40px;
    background-color: #ffba00;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px
}
@media (max-width:991px) {
    .more-details .contact-info i {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-bottom: 12px
    }
}
.more-details .contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9
}
.shortcodes-content .sep-section-heading {
    margin-top: 30px;
    margin-bottom: 30px
}
.shortcodes-content .text-columns p {
    margin-bottom: 30px
}
.shortcodes-content .text-columns .sep-section-heading-first {
    margin-top: 0;
    margin-bottom: 30px
}
.shortcodes-content .text-columns .sep-section-heading-first h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.shortcodes-content .accordions .accordion,.shortcodes-content .accordions .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.shortcodes-content .accordions .accordion {
    overflow: hidden
}
.shortcodes-content .accordions .accordion-section {
    margin-bottom: 4px
}
.shortcodes-content .accordions .accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #f2f2f2;
    transition: all linear .15s;
    font-size: 13px;
    font-weight: 600
}
.shortcodes-content .accordions .accordion-section-title i {
    float: right;
    font-size: 18px
}
.shortcodes-content .accordions .accordion-section-title.active {
    color: #272727
}
.shortcodes-content .accordions .accordion-section-title.active i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all .5s
}
.shortcodes-content .accordions .accordion-section-title:hover {
    color: #ffba00;
    transition: all .5s;
    text-decoration: none
}
.shortcodes-content .accordions .accordion-section-content {
    padding: 15px;
    display: none
}
.shortcodes-content .tab .tabs {
    width: 100%;
    display: inline-block
}
.shortcodes-content .tab .tab-links:after {
    display: block;
    clear: both;
    content: ''
}
.shortcodes-content .tab .tab-links {
    margin-left: -45px
}
.shortcodes-content .tab .tab-links li {
    margin: 0 2px;
    float: left;
    list-style: none
}
.shortcodes-content .tab .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    background: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
    transition: all linear .15s;
    border-radius: 0
}
.shortcodes-content .tab .tab-links a:hover {
    color: #ffba00;
    text-decoration: none
}
.shortcodes-content .tab li.active a,.shortcodes-content .tab li.active a:hover {
    color: #fff;
    background-color: #18428c
}
.shortcodes-content .tab .tab-content {
    padding: 15px;
    background: #fff
}
.shortcodes-content .tab .tab {
    display: none
}
.shortcodes-content .tab .tab.active {
    display: block
}
.shortcodes-content .buttons .fourth-primary-button a,.shortcodes-content .buttons .pri-primary-button a,.shortcodes-content .buttons .sec-primary-button a,.shortcodes-content .buttons .third-primary-button a {
    width: 100%;
    height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #18428c
}
.shortcodes-content .buttons .sec-primary-button a {
    border-bottom: 3px solid #112d60
}
.shortcodes-content .buttons .third-primary-button a {
    border-radius: 3px
}
@media (max-width:991px) {
    .shortcodes-content .buttons .fourth-primary-button,
    .shortcodes-content .buttons .sec-primary-button,
    .shortcodes-content .buttons .third-primary-button {
        margin-top: 20px
    }
}
.shortcodes-content .buttons .fourth-primary-button a {
    border-radius: 3px;
    border-bottom: 3px solid #112d60
}
.shortcodes-content .buttons .fourth-secondary-button a,.shortcodes-content .buttons .pri-secondary-button a,.shortcodes-content .buttons .sec-secondary-button a,.shortcodes-content .buttons .third-secondary-button a {
    width: 100%;
    height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #ffba00
}
.shortcodes-content .buttons .sec-secondary-button a {
    border-bottom: 3px solid #cc9500
}
.shortcodes-content .buttons .third-secondary-button a {
    border-radius: 3px
}
.shortcodes-content .buttons .fourth-secondary-button a {
    border-radius: 3px;
    border-bottom: 3px solid #cc9500
}
.shortcodes-content .buttons .fourth-black-button a,.shortcodes-content .buttons .pri-black-button a,.shortcodes-content .buttons .sec-black-button a,.shortcodes-content .buttons .third-black-button a {
    height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #333;
    width: 100%;
    text-align: center
}
.shortcodes-content .buttons .sec-black-button a {
    border-bottom: 3px solid #1a1a1a
}
.shortcodes-content .buttons .third-black-button a {
    border-radius: 3px
}
.shortcodes-content .buttons .fourth-black-button a {
    border-radius: 3px;
    border-bottom: 3px solid #1a1a1a
}
.shortcodes-content .alerts .info-alert {
    background-color: #badef4;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #a4d3f0
}
.shortcodes-content .alerts .info-alert a {
    font-size: 12px;
    color: #2394d9
}
.shortcodes-content .alerts .info-alert i {
    margin: 0 10px 0 15px;
    color: #369fdf
}
.shortcodes-content .alerts .warning-alert {
    margin-top: 15px;
    background-color: #f8f1c5;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f5ecae
}
.shortcodes-content .alerts .warning-alert a {
    font-size: 12px;
    color: #d7bd1a
}
.shortcodes-content .alerts .warning-alert i {
    margin: 0 10px 0 15px;
    color: #e8d03c
}
.shortcodes-content .alerts .error-alert {
    margin-top: 15px;
    background-color: #eeb5ae;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eaa299
}
.shortcodes-content .alerts .error-alert a {
    font-size: 12px;
    color: #d34130
}
.shortcodes-content .alerts .error-alert i {
    margin: 0 10px 0 15px;
    color: #d34130
}
.shortcodes-content .alerts .success-alert {
    margin-top: 15px;
    background-color: #d0edbf;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c1e7ab
}
.shortcodes-content .alerts .success-alert a {
    font-size: 12px;
    color: #78cb48
}
.shortcodes-content .alerts .success-alert i {
    margin: 0 10px 0 15px;
    color: #78cb48
}
.shortcodes-content .bars .first-bar a,.shortcodes-content .bars .fourth-bar a,.shortcodes-content .bars .second-bar a,.shortcodes-content .bars .third-bar a {
    color: #fff;
    padding-left: 15px;
    line-height: 25px;
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase
}
.shortcodes-content .bars .first-bar {
    width: 100%;
    background-color: #f2f2f2
}
.shortcodes-content .bars .first-bar a {
    width: 85%;
    background-color: #ffba00
}
.shortcodes-content .bars .second-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #f2f2f2
}
.shortcodes-content .bars .second-bar a {
    width: 78%;
    background-color: #ffba00
}
.shortcodes-content .bars .third-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #f2f2f2
}
.shortcodes-content .bars .third-bar a {
    width: 60%;
    background-color: #ffba00
}
.shortcodes-content .bars .fourth-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #f2f2f2
}
.shortcodes-content .bars .fourth-bar a {
    width: 90%;
    background-color: #ffba00
}
.sidebar-widgets {
	width: 100%;
    float: left;
}
.sidebar-widgets .sep-section-heading-1 {
    margin-top: 0;
    margin-bottom: 30px
}
.sidebar-widgets .sep-section-heading-1 h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.sidebar-widgets .sep-section-heading {
    margin-top: 60px;
    margin-bottom: 30px
}
.sidebar-widgets .search-form select {
    background-color: #f8f8f8;
    padding-left: 5px
}
@media (max-width:991px) {
    .sidebar-widgets {
        margin-left: 15px;
        margin-right: 15px
    }
    .sidebar-widgets .search-form select {
        margin-bottom: 15px
    }
}
.sidebar-widgets .search-form input{
    padding-left:10px;
	margin-bottom:10px;
}
.sidebar-widgets .futured-post {
    margin-bottom: -20px
}
.sidebar-widgets .futured-post img {
    width: 100%;
    background-size: cover;
    overflow: hidden
}
.sidebar-widgets .list-content ul {
    padding: 0;
    margin-top: -10px;
    list-style: none
}
.sidebar-widgets .list-content ul li {
    display: block;
    margin-bottom: 10px
}
.sidebar-widgets .list-content ul li span {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background-color: #ffba00;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sidebar-widgets .list-content ul li a {
    font-size: 13px;
    color: #7a7a7a
}
.sidebar-widgets .latest-posts ul li .recent-item h4:hover,.sidebar-widgets .list-content ul li a:hover {
    color: #ffba00;
    transition: all .5s
}
.sidebar-widgets .list-content ul li em {
    font-weight: 600;
    margin-left: 30px;
    font-style: normal
}
.sidebar-widgets .list-content ul li:last-child {
    margin-bottom: -10px
}
.sidebar-widgets .latest-posts ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.sidebar-widgets .latest-posts ul li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left
}
.sidebar-widgets .latest-posts ul li:last-child {
    margin-bottom: 0
}
.sidebar-widgets .latest-posts ul li .recent-item img {
    float: left
}
.sidebar-widgets .latest-posts ul li .recent-item h4 {
    margin-left: 95px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px
}
.sidebar-widgets .latest-posts ul li .recent-item span {
    margin-left: 15px;
    font-size: 14px;
    color: #18428c
}
.sidebar-widgets .latest-posts ul li .recent-item em {
    display: block;
    margin-top: 18px;
    margin-left: 95px;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 0;
    padding-bottom: 0
}
@media (max-width:991px) {
    .sidebar-widgets .flickr-feed {
        padding: 20px
    }
    .page-heading .heading-content-bg .heading-content {
        text-align: center
    }
}
.sidebar-widgets .flickr-feed ul {
    padding: 0;
    margin: 0
}
.sidebar-widgets .flickr-feed ul li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px
}
.section-heading {
    margin-top: 80px;
    margin-bottom: 60px
}
.section-heading i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #ffba00;
    color: #fff;
    margin-right: 10px;
    font-size: 16px
}
.section-heading h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.section-heading span {
    font-family: georgia, serif;
    font-size: 14px;
    font-style: italic;
    color: #9a9a9a
}
.sep-section-heading {
    margin-top: 30px;
    margin-bottom: 40px
}
.sep-section-heading h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.page-heading {
    background-image: url(../images/heading-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 260px 0 0;
    margin-bottom: 120px
}
.page-heading .heading-content-bg {
    margin-bottom: -50px;
    z-index: 999;
    position: relative;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}
.page-heading .heading-content-bg .heading-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.page-heading .heading-content-bg .heading-content span {
    font-family: georgia, serif;
    font-size: 14px;
    font-style: italic;
    color: #9a9a9a
}
.page-heading .heading-content-bg .go-back {
    text-align: right;
    margin-top: 12px
}
.page-heading .heading-content-bg .go-back p {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}
.page-heading .heading-content-bg .go-back p a {
    color: #4a4a4a
}
.page-heading .heading-content-bg .go-back p em {
    color: #9a9a9a;
    font-style: normal
}
h1,h2,h3,h4,h5,h6 {
    color: #272727
}
h1 {
    font-size: 50px
}
h2 {
    font-size: 42px
}
h3 {
    font-size: 20px;
    line-height: 28px
}
.first-line,.second-line {
    text-transform: uppercase;
    letter-spacing: 0!important;
    line-height: normal!important
}
h4 {
    font-size: 30px;
    font-weight: 300
}
h5 {
    font-size: 20px
}
h6 {
    font-size: 14px
}
.first-line {
    font-size: 18px;
    padding: 10px 15px!important;
    font-weight: 700;
    color: #18428c;
    background-color: rgba(250, 250, 250, .6)
}
@media (max-width:991px) {
    .page-heading .heading-content-bg .heading-content h2 {
        margin-bottom: 10px
    }
    .page-heading .heading-content-bg .go-back {
        text-align: center;
        margin-top: 20px
    }
    .first-line {
        margin-top: -12px!important
    }
}
.second-line {
    font-size: 36px;
    padding: 8px 15px!important;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}
.second-line em {
    font-size: 36px;
    color: #ffba00;
    font-style: normal
}
.flex-direction-nav a,.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}
.slider {
    width: 100%;
    float: left
}
.slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.slider .tp-caption {
    visibility: hidden;
    opacity: 0
}
.tp-bullets {
    z-index: 1!important
}
@font-face {
    font-family: car-flexslider-icon;
    src: url(fonts/car-flexslider-icon.eot);
    src: url(fonts/car-flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/car-flexslider-icon.woff) format('woff'), url(fonts/car-flexslider-icon.ttf) format('truetype'), url(fonts/car-flexslider-icon.svg#car-flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}
.car-flexslider {
    padding: 0;
    margin: 0;
    background: 0 0;
    position: relative;
    zoom: 1;
}
.car-flexslider .flex-direction-nav li{
	padding:0px;
}
.car-flexslider .flex-direction-nav li a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); 
}
.car-flexslider .flex-direction-nav li a.flex-prev {
    left: 0;
}
.car-flexslider .flex-direction-nav li a.flex-next {
    right: 0;
}
#car-carousel.car-flexslider .flex-direction-nav li a {
	top:65%;
}
.flex-direction-nav a,.flex-pauseplay a {
    position: absolute;
    z-index: 10;
    overflow: hidden
}
.car-flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    cursor: pointer
}
.car-flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .car-flexslider .slides {
    display: block
}
* html .car-flexslider .slides {
    height: 1%
}
.no-js .car-flexslider .slides>li:first-child {
    display: block
}
.car-flexslider .slides {
    zoom: 1
}
.car-flexslider .slides img {
    width: 100%;
    display: block;
    height: auto
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
#car-carousel .slides li {
    margin: 0px;
    cursor: pointer;
    opacity: .7
}
#car-carousel .slides li:hover {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
	line-height:40px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 40px;
    display: inline-block;
    content: "\f053";
}
.flex-direction-nav a.flex-next:before {
     content: "\f054";
}
.flex-direction-nav .flex-prev {
    left: -50px
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}
.car-flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}
.car-flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}
.car-flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    cursor: pointer;
	
    color: #000
}
.flex-pauseplay a:before {
    font-family: car-flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}
.testimonials .item em,.testimonials .item p {
    font-family: georgia, serif
}
.flex-pauseplay a:hover {
    opacity: 1
}
.flex-pauseplay a.flex-play:before {
    content: '\f003'
}
.primary-button a:after,.white-button a:after,button.btn.btn-default:after {
    content: ''
}
.flex-control-nav {
    width: 100%;
    position: relative;
    top: -260px;
    text-align: right
}
@media (max-width:991px) {
    .flex-control-nav {
        display: none
    }
}
.flex-control-nav li {
    margin-left: 8px;
    display: inline-block;
    zoom: 1
}
.flex-control-paging li a {
    width: 14px;
    height: 14px;
    border: 2px solid #ffba00;
    color: transparent;
    display: inline-block;
    cursor: pointer;
	 text-indent: 100%;
	  white-space: nowrap;
	  overflow: hidden;
}
.slide-caption {
    text-align: left;
    padding-left: 15px;
    margin-left: 15px;
    position: absolute;
    width: 7.6%;
    margin-top: -85px;
    background-color: rgba(250, 250, 250, .75)
}
.slide-caption h6 {
    font-size: 14px;
    margin: 15px 0 5px
}
.slide-caption p {
    padding-bottom: 15px;
    line-height: 0;
    margin-top: 15px;
    color: #18428c;
    font-weight: 700
}
.flex-control-paging li a:hover {
    background: #18428c;
    opacity: .7;
    transition: all .5s
}
.blury-bg,.more-about-us img {
    background-size: cover;
    background-repeat: no-repeat
}
.flex-control-paging li a.flex-active {
    background-color: #18428c;
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
.page-heading .search-section {
    background-color: #fff!important
}
.modal {
    background-color: rgba(0, 0, 0, .54);
    z-index: 9999
}
.modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: auto
}
.modal-dialog .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: auto
}
.profile_wrapper .form-control {
    margin-bottom: 15px;
}
.modal-content span.dg_btm_text {
    color: #9a9a9a;
    font-size: 14px;
    font-style: italic
}
.forgot>.for_pass a,.forgot>.sign_in a,.modal-footer a {
    text-transform: capitalize;
    color: #18428c;
    cursor: pointer
}
.checkbox-inline input[type=checkbox],.modal-body .checkbox input[type=checkbox] {
    position: absolute;
    left: 20px;
    width: 18px;
    height: 18px;
    top: -4px;
    margin-right: 20px;
    margin-top: 4px\9
}
.modal-body .checkbox label {
    padding-left: 30px
}
.modal-content .forgot {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px 0
}
.forgot>.sign_in {
    float: left
}
.modal-header h4 {
    text-transform: capitalize
}
.modal-footer a {
    float: left;
    font-size: 15px
}
.forgot>.sign_in a {
    text-decoration: none;
    font-size: 15px
}
.forgot .for_pass {
    float: right;
    font-size: 15px
}
.forgot>.for_pass a {
    text-decoration: none;
    font-size: 15px
}
button.btn.btn-default {
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    box-shadow: none;
    color: #fff;
    border: none;
    width: 110px;
    background-color: #18428c
}
button.btn.btn-default:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    background-color: #ffba00;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}
button.btn.btn-default:hover:after {
    height: 100%
}
.heading-content .social_icon {
    width: 100%;
    float: left;
    padding-top: 10px
}
.heading-content .social_icon>ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none
}
.heading-content .social_icon>ul li {
    float: left;
    margin-right: 10px
}
.heading-content .social_icon>ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #18428c;
    color: #fff;
    border: 1px solid transparent;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}
.heading-content .social_icon>ul li a:hover {
    color: #18428c;
    border: 1px solid #18428c;
    background-color: transparent
}
.reset_form_wrapper span.dg_btm_text {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-style: italic;
    color: #9a9a9a;
    padding-bottom: 20px
}
.services {
    background-color: #f2f2f2;
    padding-bottom: 120px;
    width: 100%;
    float: left
}
@media (max-width:991px) {
    .services {
        padding-bottom: 20px
    }
    .services .services-content .service-item {
        margin-bottom: 120px
    }
}
.services .services-content {
    margin-top: 90px;
    width: 100%;
    float: left
}
.services .services-content .service-item {
    background-color: #fff;
    display: inline-block;
    width: 100%!important;
    padding: 10px
}
.services .services-content .service-item img {
    margin-top: -100px;
    width: 100%;
    overflow: hidden;
    background-size: cover
}
.services .services-content .service-item .service-baner {
    text-align: center;
    margin-top: -20px
}
.services .services-content .service-item .service-baner a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffba00;
    position: relative;
    z-index: 1;
    width: 126px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block
}
.services .services-content .service-item .service-baner a:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: #18428c;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}
.services .services-content .service-item .service-baner a:hover:after {
    height: 100%
}
.services .services-content .service-item p {
    margin-top: 15px;
    text-align: center;
    min-height: 66px;
}
.services .services-content .service-item .primary-button {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px
}
@media (max-width:991px) {
    .services-second .service-item {
        margin-bottom: 60px
    }
    .call-to-action .call-to-action-content {
        text-align: center
    }
}
.services-second .service-item i {
    float: left;
    font-size: 36px;
    color: #18428c;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 40px
}
.services-second .service-item .text-content {
    display: block
}
.services-second .service-item .text-content h6 {
    margin-left: 50px;
    margin-bottom: 0
}
.services-second .service-item .text-content span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9
}
.services-second .service-item .text-content .line-dec-second {
    margin: 10px 50px
}
.services-second .service-item .text-content p {
    margin-left: 23px;
    border-left: 2px solid #eee;
    padding-left: 27px
}
.more-about-us {
    margin-top: 80px
}
.more-about-us img {
    width: 100%
}
.more-about-us .right-content {
    margin-top: 20px
}
.more-about-us .right-content span {
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9
}
.more-about-us .right-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0
}
.more-about-us .right-content p {
    margin-top: 25px
}
.our-clients {
    padding-bottom: 15px
}
.our-clients .sep-section-heading {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px
}
.our-clients .item {
    margin-bottom: 20px;
    text-align: center
}
.call-to-action {
    width: 100%;
    float: left
}
.call-to-action .call-to-action-content {
    background-color: #18428c;
    margin-top: -60px;
    padding: 40px
}
.call-to-action .call-to-action-content p {
    margin-top: 5px;
    float: left;
    font-size: 16px;
    color: #fff
}
@media (max-width:991px) {
    .call-to-action .call-to-action-content p {
        padding-bottom: 20px
    }
    .primary-button {
        text-align: center
    }
}
.call-to-action .call-to-action-content p em {
    font-style: normal;
    color: #ffba00;
    font-weight: 600
}
.testimonials {
    background-color: #f2f2f2;
    margin-top: 60px;
    width: 100%;
    float: left
}
.testimonials .item {
    text-align: center;
    padding-bottom: 40px
}
.testimonials .item ul {
    padding: 0;
    margin-top: 50px;
    list-style: none
}
.testimonials .item ul li {
    display: inline-block;
    color: #ffba00
}
.testimonials .item p {
    margin-top: 25px;
    font-size: 18px;
    font-style: italic;
    line-height: 32px
}
.testimonials .item em {
    font-size: 24px;
    color: #9a9a9a
}
.testimonials .item img {
    margin-top: 30px;
    border-radius: 50%
}
.testimonials .item h4 {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}
.testimonials .item .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto
}
.testimonials .item .line-dec2 {
    width: 30px;
    height: 1px;
    background-color: #ddd;
    margin: 10px auto 5px
}
.testimonials .item span {
    font-size: 12px;
    font-weight: 700;
    color: #aaa
} 
.owl-pagination {
    background-color: #18428c;
    width: 120px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 0!important;
    margin-top: 12px!important;
    border: 1px solid #fff!important
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 4px solid rgba(250, 250, 250, .75)!important
}
.primary-button a {
    cursor: pointer;
    font-size: 11px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    z-index: 1;
    color: #fff !important;
    width: 110px;
    background-color: #18428c !important;
}
.primary-button a:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    background-color: #ffba00;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}
.primary-button a:hover:after {
    height: 100%
}
.secondary-button a,.white-button a {
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    width: 110px;
    background-color: #ffba00;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}
.white-button {
    float: right
}
@media (max-width:991px) {
    .white-button {
        text-align: center;
        float: none
    }
}
.white-button a {
    z-index: 1;
    position: relative;
    border: 1px solid #ffba00
}
.white-button a:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    background-color: #18428c;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}
.white-button a:hover:after {
    height: 100%
}
.go-top {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 14px!important;
    background-color: rgba(255, 186, 0, .9)!important
}
.search-section {
    background-color: #f2f2f2;
    width: 100%;
    float: left
}
.search-section .search-content {
    z-index: 999;
    position: relative;
    margin-top: -9%;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}
.search-section .search-content .search-heading i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #ffba00;
    color: #fff;
    margin-right: 10px;
    font-size: 16px
}
.search-section .search-content .search-heading h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.search-section.ac_blogpage_search .search-content {
    margin-top: 0 !important;
    box-shadow: none !important;
}
.search-section.ac_blogpage_search .search-content .section-heading {
    margin-top: 0;
    margin-bottom: 30px;
}
.search-section.ac_blogpage_search{
    padding:50px 0;
}
.search-section.ac_blogpage_search .search-content .search-form .primary-button a {
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.blury-bg h4,.flex-pauseplay span {
    text-transform: capitalize
}
.search-section .search-content .search-heading span {
    font-family: georgia, serif;
    font-size: 14px;
    font-style: italic;
    color: #9a9a9a
}
.search-section .search-content .search-form {
    margin-top: 40px
}
@media (max-width:991px) {
    .search-section .search-content .search-form select {
        margin-bottom: 15px
    }
}
.blury-bg {
    background-image: url(../images/blury-bg.jpg);
    padding: 80px 0;
    width: 100%;
    float: left;
    margin-bottom: -80px
}
@media (max-width:991px) {
    .blury-bg {
        padding: 80px 0 65px
    }
}
.blury-bg .info-item {
    background-color: rgba(0, 0, 0, .4);
    padding: 15px;
    height: 110px
}
@media (max-width:991px) {
    .blury-bg .info-item {
        margin-bottom: 15px;
        height: 90px
    }
}
.blury-bg i {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #ffba00;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 80px
}
.blury-bg h4 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-left: 95px;
    letter-spacing: .5px
}
@media (max-width:991px) {
    .blury-bg i {
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    .blury-bg h4 {
        margin-left: 75px;
        margin-top: 3px
    }
}
.blury-bg .line-dec {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 13px 0 8px 95px
}

@media (max-width:991px) {
    .blury-bg .line-dec {
        margin: 10px 0 8px 75px
    }
}
.blury-bg span {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-left: 95px;
    display: block
}

@media (max-width:991px) {
    .blury-bg span {
        margin-left: 75px
    }
}
.line-dec-second {
    width: 28px;
    height: 3px;
    background-color: #ffba00
}
.line-dec-third {
    margin-top: 25px;
    width: 120px;
    height: 2px;
    background-color: #eee
}
.pagination-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.pagination-content ul li,.pagination-content ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    text-align: center
}
.pagination-content ul li a.current,.pagination-content ul li a:hover {
    background-color: #ffba00
}
.pagination-content ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    background-color: #18428c
}
.pagination-content ul li i {
    font-size: 14px
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel,.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}
.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls {
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: 0 0
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
    display: inline-block
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.go-top {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 77;
    text-align: center;
    background: #1d1d1d;
    color: #fff!important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0
}
.go-top.go-top-visible {
    visibility: visible;
    opacity: 1
}
.go-top.go-topfade-out {
    opacity: 1
}
@media (max-width:991px) {
    .go-top {
        right: 20px;
        bottom: 20px
    }
}
@media (min-width:992px) {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px
    }
}
.nano .content:focus {
    outline: 0
}
.nano .content::-webkit-scrollbar {
    visibility: hidden
}
.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible
}
.nano .pane {
    position: absolute;
    width: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.flexslider .slides img,.nano,.recent-car {
    width: 100%
}
.nano .pane .slider {
    background: #fff;
    background: rgba(255, 255, 255, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}
.nano:hover .pane,.pane.active,.pane.flashed {
    opacity: .99
}
.nano {
    position: relative;
    height: 100%;
    overflow: hidden
}
.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0
}
@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../fonts/flexslider-icon.woff) format('woff'), url(../fonts/flexslider-icon.ttf) format('truetype'), url(../fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}
.flex-container a:focus,.flex-container a:hover,.flex-slider a:focus,.flex-slider a:hover {
    outline: 0
}
.flex-control-nav,.flex-direction-nav,.slides,.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img,.no-js .flexslider .slides>li:first-child,html[xmlns] .flexslider .slides {
    display: block
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
* html .flexslider .slides {
    height: 1%
}
.recent-car {
    float: left
}
.car-details,
.recent-car-content {
    float: left;
    width: 100%
}
.car-details>h4 {
    float: left;
	margin:0;
}
.car-details>a {
    float: right
}
.car-details>a .btn {
    margin-top: 0!important;
    width: auto;
    padding: 0 25px
}
.car-details>span {
    width: 100%;
    float: left
}
.recent-car-content .tab-content {
    padding: 20px 0
}
.form-control{
	box-shadow: none;
    margin-bottom: 0px;
    outline: 0;
	outline:none;
    font-size: 13px;
    color: #9a9a9a;
    font-weight: 500;
    background-color: #fff!important;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ffba00;
}
.form-control:hover,.form-control:focus{
	border-color:#18428c;
}
textarea.form-control {
	height:80px;
	line-height:20px;
	resize:none;
}
.form-group .form-control[type=file] {
    line-height: 21px
}
.form-group label {
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 7px 0
}
.tab-pane h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase
}
.tab-pane .dg_main_table {
    width: 100%;
    float: left;
    background-color: #f8f8f8
}
.tab-pane .dg_main_table td,
.tab-pane .dg_main_table th {
    padding: 15px
}
.tab-pane .dg_main_table td a {
    text-decoration: none;
    cursor: pointer
}
table,td,th {
    border: 1px solid #ddd;
    border-collapse: collapse
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}
.sidebar-widgets .item {
    width: 100%;
    float: left
}
.continue-button .reply {
    float: inherit
}
.continue-button .do_reply {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 0
}
.continue-button .do_reply .do_reply_detail {
    float: left;
    width: 100%
}
.blog-page .single-post .comments .comments-content .continue-button .do_reply .do_reply_detail .primary-button {
    float: right; 
	margin-right:15px;
}
.blog-page .single-post .comments .comments-content .continue-button .do_reply .do_reply_detail a {
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-top: 2px
}
.blog-page .single-post .comments .comments-content .continue-button .do_reply .do_reply_detail a:hover {
    color: #fff
}
.do_reply_detail .form-control{
	margin-bottom:10px;
}
.continue-button .do_reply .do_reply_detail .autoreply {
    min-width: 385px
}
.reset_password_wrapper {
    width: 100%;
    float: left
}
.reset_password_detail {
    float: left;
    width: 100%
}
.reset_password_detail h1 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    padding: 30px 0;
    text-align: center
}
.reset_password_detail .reset_form_wrapper {
    width: 50%;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f9f9
}
.reset_form_wrapper label {
    width: 100%;
    float: left;
    text-align: left;
    color: #000;
    font-size: 16px;
    padding-bottom: 5px;
    margin: 0;
    text-transform: capitalize
}
.reset_form_wrapper input {
    font-size: 13px;
    color: #9a9a9a;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px
}
.btn,.btn:hover {
    color: #fff
}
.btn {
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 1px;
    width: 110px;
    background-color: #18428c
}
footer {
    width: 100%;
    float: left
}
.modal-footer button.btn.btn-default {
    margin-top: 0
}
.forgot>a {
    color: #18428c
}
.loader {
    position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999
}
.loader .loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.loader .loader_img img {
    width: 80px;
    height: 80px;
}
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .5
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
}
.tab-pane .form-group {
    margin-bottom: 0!important
}

.errorpage_wrapper {
    width: 100%
}
.errorpage_detail .error_image,.errorpage_wrapper .errorpage_detail {
    width: 100%;
    float: left
}
.errorpage_detail .error_image img {
    max-width: 100%
}
.errorpage_detail .error_contain {
    width: 100%;
    float: left;
    text-align: center
}
.error_contain span {    
    display: inline-block;
    font-size: 50px;
    width: 100px;    
    height: 100px;    
    text-align: center;    
    line-height: 100px;    
    color: #fff;    
    background: #ffba00;    
    border-radius: 100%;    
    margin-bottom: 20px;
}
.errorpage_detail .error_contain h1 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 200px;
    padding-bottom: 20px;
    color: #18428c;
    font-weight: 900
}
.errorpage_detail .error_contain h4 {
    float: left;
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px
}
.errorpage_detail .error_contain p {
    float: left;
    margin: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}	
/*search sidebar css*/
.search_wrapper{
	width:100%;
	float:left;
}
.auto_search_sidebar{
	width:100%;
	float:left;
}
.auto_wigdet.auto_search .form-group {
    margin-bottom: 0px;
	position:relative;
	width:100%;
	float:left;
}
.auto_wigdet{
	width:100%;
	float:left;
	margin-bottom:30px;
	background-color:#f5f5f5;
	padding: 30px 20px;
}
.blog_sidebar.sep-section-heading {
    margin-top: 0px;
}
.auto_widget_title{
	width:100%; 
	float:left;
	margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase; 
}
.auto_range_slider .slider-range {
    width: 100%;
    float: left; 
	background: #18428c;
    margin-bottom: 15px;
    height: 10px;
}
.auto_range_slider.range .slider-range {
    margin-top: 3px;
    margin-bottom: 11px;
}
.auto_range_slider .slider-range span {
    border-radius: 100%;
    background: #18428c !important;
    border: none;
	cursor: pointer;
}
.auto_range_slider .slider-range .ui-slider-range {
	background: #ffba00;
    height: 10px;
}
.auto_range_slider p {
    width: 100%;
    float: left;
    margin: 0px;
	line-height:14px;
}
.auto_range_slider p label {
    float: left;
	margin:0px;
	width:35%;
}
.auto_range_slider p input {
    float: left;
	width:65%;
    text-align: right;
	color:#ffba00!important;
    background-color: transparent;
	margin:0px;
}
.auto_wigdet.auto_checkbox .form-group input,.auto_wigdet.auto_radio .form-group input {
    float: left;
    margin-right: 10px;
}
.auto_wigdet.auto_checkbox .form-group
 label,.auto_wigdet.auto_radio .form-group label {
    padding: 0px;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
	cursor: pointer;
}
.auto_wigdet.auto_checkbox .form-group,.auto_wigdet.auto_radio .form-group{
    width:100%;
    float:left  
}
.auto_wigdet.auto_all_search {
    background-color: #fff;
    padding: 0;
    text-align: center;
}
/**faq css**/
.auto_faq_wrapper{
	width:100%;
	float:left;
}
.auto_faq_wrapper .section-heading {
    margin-top: 50px;
    margin-bottom: 50px;
}
.auto_faq_wrapper .panel .panel-heading {
    background-color: #fff;
    border: none;
    padding: 0;
}
 
.auto_faq_wrapper .panel {
    border: none;
}
.auto_faq_wrapper .panel .panel-heading h4 {
    color: #fff;
    background-color: #18428c;
    font-weight: 600;
    text-transform: capitalize;
}
.auto_faq_wrapper .panel .panel-collapse .panel-body {
    border: none;
    position: relative;
	background-color:#f5f5f5;
}
.auto_faq_wrapper .panel .panel-collapse .panel-body:before {
    top: 0;
    left: 0;
    right: 100%;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
}
.auto_faq_wrapper .panel .panel-collapse.in .panel-body:before{
	right:0;
}
.auto_faq_wrapper .panel .panel-heading h4 a {
    display: block;
    padding: 15px;
}
.sidebar-widgets .search-form textarea.form-control{
	margin-bottom:15px;
}
.contact-us {
    width: 100%;
    float: left;
    margin-top: 80px;
}
.contact-us iframe{
    width: 100%;
    height:480px;
}
.tab-pane .dg_main_table td a.del {
    color: #ff0006;
}
.tab-pane .dg_main_table td a.view {
    color: #07899f;
}
.tab-pane .dg_main_table td a.edit {
    color: #6fd95a;
}
/*---------pricing page start---------*/
.ac_pricing_wrapper {
    float: left;
    width: 100%;
    padding-top: 80px;
}
.ac_pricingdiv {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 80px;
}
.ac_pricingdiv .ac_pricing_header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #18428c;
    position: relative;
    background: #18428c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ac_pricingdiv .ac_pricing_header .ec_pricediv {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ffba00;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 33px;
    padding: 20px 0;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ac_pricingdiv .ac_pricing_header .ec_pricediv span {
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.ac_pricingdiv .ac_pricing_header h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 45px;
}
.ac_pricingdiv ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}
.ac_pricingdiv ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 10px 0;
}
.ac_pricing_footer {
    float: left;
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
    text-align: center;
}
.ac_pricingdiv .ac_pricing_button {
    background: #18428c;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    z-index: 1;
    color: #fff;
    width: 152px;
}
.ac_pricingdiv .ac_pricing_button:after {
    position: absolute;
    content:'';
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    background-color: #ffba00;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
}
.ac_pricingdiv .ac_pricing_button:hover:after {
    height: 100%;
}
.ac_pricingdiv:hover {
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    border-bottom-color: #ffba00;
}
.ac_pricingdiv:hover .ac_pricing_header {
    background: #ffba00;
    border-bottom-color: #ffba00;
}
.ac_pricingdiv:hover .ac_pricing_header .ec_pricediv {
    background: #18428c;
}

/*--------pricing page end-------*/
/*-------user profile page start--------*/
.ac_main_form{
	float:left;
	width:100%;
}
.ac_main_form .file-upload {
    position: relative;
    overflow: hidden;
    margin: 0PX 5px 0;
}
.ac_main_form .file-upload .upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ac_main_form .form-group.dg_single_form {
    margin-bottom: 15px !important;
    display: inline-block;
    width: 100%;
}
.ac_main_form .form-group.dg_single_form label {
    width: 100%;
}
.ac_main_form .form-group.dg_single_form .form-control {
    margin: 0;
}
.ac_main_form .form-group.dg_single_form .input-group .input-group-addon{
    background-color: #18428c;
    border: 1px solid #18428c;
    color: #fff;
}
.ac_main_form .form-group.dg_single_form .dg_checked_section {
    float: left;
    width: 100%;
}
.ac_main_form .form-group.dg_single_form .dg_checked_section ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.ac_main_form .form-group.dg_single_form .dg_checked_section ul li {
    float: left;
    list-style: none;
    width: 30%;
    text-align: center;
}
.ac_btndiv {
    float: left;
    width: 100%;
    text-align: right;
}
.ac_btn {
    cursor: pointer;
    font-size: 11px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    z-index: 1;
    color: #fff !important;
    width: 110px;
    background-color: #18428c !important;
    border: none;
}
.ac_btn:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    content: '';
    z-index: -1;
    background-color: #ffba00;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
}
.ac_btn:hover:after {
    height: 100%;
}
.ac_btn:focus{
	outline:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border:none;
} 
.ac_profilewrapper {
    float: left;
    width: 100%;
}
.ac_profilediv {
    float: left;
    width: 100%;
    padding: 40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.ac_userpic {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.ac_userpic img {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #ffba00;
}
.ac_profile_data {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ac_profile_data p {
    margin: 0;
}
.ac_profile_data p label {
    color: #18428c;
    min-width: 150px;
    position: relative;
    margin: 0;
	float:left;
    line-height: 22px;
}
.ac_profile_data p label:after {
    position: absolute;
    content: ':-';
    right: 10px;
}
.ac_editprofile {
    display: inline-block;
    width: 100%;
}
.ac_profile_data p span {
    float: left;
    width: 75%;
}
.ac_main_form .form-group.dg_single_form .input-group .input-group-addon.ac_input_addon {
    background: transparent;
    color: #000;
    border: none;
    font-weight: bold;
}
.ac_bottomspace20 {
    margin-bottom: 20px;
}
/*-------user profile page end--------*/
/*------responsive css start-------*/
@media (max-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
.pre-header .right-info ul li a{
    margin: 0 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.pre-header .right-info ul li a{
    margin: 0 5px;	
}
a.auto_search .form-control:focus {
    width: 250px;
}
.search-section .search-content .search-form .form-control {
    margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.pre-header .right-info{
	text-align:center;
}
.contact-us{
	margin-top:0px;
}
a.auto_search .form-control:focus{
    margin-bottom: 0px;
}
.search-section .search-content .search-form .form-control {
    margin-bottom: 20px;
}
}
@media (max-width: 479px) {
a.auto_search .form-control{
    margin-bottom: 0px;
	width:100%;
}
a.auto_search .form-control:focus{
	width:100%;
}
/*------responsive css end-------*/