/*-----------------------------------------------------------------------------------
	Theme Name: wheelify
	Theme URI: 
	Description: The Multi-Purpose Template
	Author: vibhorp
	Author URI: 
	Version: 0.1
----------------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>

:: 1.0 Typography CSS
:: 2.0 Root Color CSS
:: 3.0 Helper Class CSS
:: 4.0 Section Title
:: 5.0 header
:: 6.0 menu
:: 7.0 Home Footer 
:: 8.0 Return To Top Button
:: 9.0 sidebar
:: 10.0 Page Not Found


<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* ----------------------------------------------------------------
	:: 1.0 Typography CSS
-----------------------------------------------------------------
*/

body {
    font-family: 'Bree Serif', serif !important;
}

.section-title h2 {
    font-family: 'Bree Serif', serif !important;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #585858;
}

.form-group {
    font-family: 'Open Sans', sans-serif;
}

/* ----------------------------------------------------------------
	:: 2.0 Root Color CSS
-----------------------------------------------------------------*/
:root {
    --main-color: #f4c201;
}

:root {
    --h-color: #192538;
}

/* ----------------------------------------------------------------
	:: 3.0 Helper Class CSS
-----------------------------------------------------------------*/
.row {
    margin: 0 !important;
}

.img-fluid {
    width: 100%;
}

a:hover {
    text-decoration: none !important;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: 0 !important;
    outline: 0 !important;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-40 {
    padding-bottom: 30px;
}

.space {
    padding: 100px 0px;
}

.space1 {
    padding-top: 100px;
}

.space2 {
    padding-bottom: 100px;
}

p {
    font-size: 16px;
    color: #232323;
}

.bg-color {
    background-color: #f7fcff;
}

iframe {
    border: 0 !important;
}

/* ----------------------------------------------------------------
	:: 4.0 Section title
-----------------------------------------------------------------*/
.title-section {
    max-width: 600px;
    width: auto;
}

.title-section.center {
    margin: 0 auto;
    text-align: center;
}

.title-section.center h2 {
    text-transform: uppercase;
}

.title-section span,
.faq-section .service-form span {
    display: inline-block;
    position: relative;
}

.title-section span:before, .title-section span:after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    top: 20px;
    width: 70px;
}

.title-section span:before {
    right: 100%;
    margin-right: 15px;
}

.title-section span:after {
    left: 100%;
    margin-left: 15px;
}

/* ----------------------------------------------------------------
	:: 5.0 Header
-----------------------------------------------------------------*/
.top-bar {
    padding: 20px 0;
}

.top-content {
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

.top-content li {
    display: inline-block;
    padding-right: 30px;
    font-family: 'Open Sans', sans-serif;
}

.top-content .icon {
    padding-right: 10px;
}

.top-content a {
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    padding: 3px 30px;
    border-radius: 21px;
}

.top-content a:hover {
    background-color: var(--h-color);
    color: #fff;
}

/* ----------------------------------------------------------------
	:: 6.0 Menu
-----------------------------------------------------------------*/
.search-container button.search-btn {
    float: left;
    background-color: transparent;
    color: #fff;
    border: 0;
    border-radius: 15px;
    position: absolute;
    top: 12px;
    padding: 8px 14px;
}

.search-container input[type="text"] {
    background-color: transparent;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 5px 5px 5px 29px;
    color: #fff;
}

.first-menu .navbar .dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    display: contents;
}

.first-menu .navbar .navbar-nav a.nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 10px;
    text-decoration: none;
}

.first-menu .navbar .navbar-nav a.nav-link:focus, .first-menu .navbar .navbar-nav a.nav-link:hover {
    color: var(--main-color);
}

.first-menu.bg-dark {
    background-color: #101214 !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.menu-bar .dropdown-submenu {
    position: relative;
}

.menu-bar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.row.menu-bar {
    margin: 0;
    display: block;
    padding: 15px 0;
}

.menu-bar .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
}

.menu-bar .navbar-light .navbar-nav .active > .nav-link, .menu-bar .navbar-light .navbar-nav .nav-link.active, .menu-bar .navbar-light .navbar-nav .nav-link.show, .menu-bar .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
}

.menu-bar .navbar-light .navbar-brand {
    color: #fff;
}

.menu-bar .navbar-light .navbar-nav .nav-link:focus, .menu-bar .navbar-light .navbar-nav .nav-link:hover {
    color: #f5c201;
}

.menu-bar img.img-fluid {
    width: 130px;
}

.menu-bar nav.navbar.navbar-expand-md.navbar-light {
    padding: 0;
}

.menu-bar a.nav-link {
    padding: 12px 8px !important;
    text-transform: uppercase;
}

/* rotate caret on hover */
.menu-bar .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.menu-bar .dropdown-toggle::after {
    display: none;
}

.menu-bar ul.dropdown-menu {
    top: 50px;
}

.menu-bar {
    background-color: #101214 !important;
}

.first-menu .dropdown:hover > .dropdown-menu,
.first-menu .dropdown:focus  .dropdown-menu ,
.first-menu .dropdown:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1;
    position: absolute;
    visibility: visible;
    transition: all 0.5s ease;
    transform: translateY(0);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    
}

.first-menu .dropdown-menu {
	
    display: block;
    left: -999em;
    z-index:9999;
    border-top: 2px solid var(--main-color);
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

.first-menu .dropdown:hover .dropdown-menu,
.first-menu .dropdown:focus .dropdown-menu,
.first-menu .dropdown:focus-within .dropdown-menu {
    left: auto;
}

.first-menu a.dropdown-item {
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
}

.first-menu a.dropdown-item:first-child {
    border-top: 0;
}

.first-menu nav.navbar.navbar-expand-sm {
    padding: 0;
}

.first-menu .dropdown-item.active, .first-menu .dropdown-item:active {
    color: var(--main-color) !important;
    background-color: transparent !important;
}

.first-menu .dropdown-item:hover {
    color: var(--main-color) !important;
    background-color: transparent !important;
}

.first-menu.bg-dark.temp-menu {
    background-color: rgba(0, 0, 0, 0.6) !important;
    position: absolute;
    width: 100%;
}

/*--------------------- ----------
mobile-menu
-------------------------------*/
.container.mob-sidebar {
    display: none !important;
}

span.side-btn {
    color: #000;
    background-color: #fff;
    padding: 3px 10px;
}

.mob-sidebar .menu ul.drop-link.active {
    border-top: 2px solid var(--main-color);
    box-shadow: 2px 2px 2px var(--main-color);
}

.sidenav .menu li {
    list-style-type: none;
    text-transform: uppercase;
}

.sidenav .menu ul, ul.menu {
    padding: 0;
}

.sidenav il.menu {
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
}

.sidenav .menu a {
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.sidenav .menu a:hover {
    color: var(--main-color);
}

.sidenav .menu ul li a {
    background-color: #fff;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    font-weight: 100;
    color: #000;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #fff;
    margin-left: 50px;
}

.sidenav ul.drop-link {
    display: none;
}

.sidenav span.menu-toggle {
    float: right;
}

.sidenav .menu ul.drop-link li {
    text-transform: capitalize;
}

.nav-menu {
    background-color: #000;
    display: block !important;
}

/* ----------------------------------------------------------------
	:: 7.0 Footer
-----------------------------------------------------------------*/

footer {
    background-color: var(--h-color);
}

.widgets-col p {
    color: #fff;
}

footer a {
    color: #fff;
}

.widgets-col .widget_app img {
    width: 80px;
}

.widgets-col ul.widget_app li {
    list-style: none;
    display: inline-block;
}

.widgets-col ul {
    padding: 0;
}

.footer-widgets {
    padding-top: 100px;
}

.widgets-col > h3 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #fff;
    font-family: 'Bree Serif', serif;
    line-height: 40px;
}

.widgets-col > h3 span {
    color: var(--main-color);
}

.widgets-col ul li {
    list-style: none;
    padding: 1px;
}

.widgets-col, .coppy-right {
    font-family: 'Open Sans', sans-serif;
}

.widgets-col ul li a {
    line-height: 33px;
    text-decoration: none;
    display: block;
}

.widgets-col ul li a:hover {
    color: var(--main-color);
}

.ft-addres p {
    display: flex;
}

.ft-addres p i {
    font-size: 18px;
    color: #ffffff;
    padding-right: 15px;
}

.widgets-col h4 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}

.coppy-right {
    background-color: var(--h-color);
    text-align: center;
}

.coppy-right p {
    color: #fff;
    font-size: 15px;
    padding-top: 1px;
}

.coppy-right a {
    color: #fff !important;
    padding: 0 10px;
}

.coppy-right ul.social-icons {
    background-color: #0b1828;
    text-align: center;
    margin-bottom: 0;
    padding: 12px;
}

.coppy-right .footer-menu a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 0 2px;
}

.coppy-right ul.footer-menu {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    float: right;
}

.coppy-right ul.footer-menu li {
    display: inline-block;
}

.coppy-right .col-md-4 {
    float: left;
}

.coppy-right ul li a:hover {
    color: var(--main-color);
}

.coppy-right ul.social-icons::after {
    content: "";
    border-top: 49px solid transparent;
    border-left: 28px solid #0b1828;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
}

.coppy-right ul.social-icons::before {
    content: "";
    border-top: 49px solid transparent;
    border-right: 28px solid #0b1828;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 0;
    left: -12px;
}

/*-----------------------------------------------
	:: 8.0 Return To Top Button
-----------------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    background-color: #fff;
    right: 20px;
    z-index: 999999;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    transition: all .5s;
}

#return-to-top i {
    color: var(--main-color);
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 54px;
    transition: all .5s;
}




/*--------------------- ----------
	:: 25.0 Blog Template
-------------------------------*/
.blog-page p.post_date {
    position: absolute;
    top: 0;
    text-align: center;
}

.blog-page p.post_date span {
    display: block;
    padding: 8px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

.blog-page p.post_date span.date {
    color: #000;
    background: var(--main-color);
}

.blog-page span.month {
    color: #fff;
    background: var(--h-color);
}

.blog-page .blog-inner {
    padding: 0 20px 20px 20px;
}

.blog-page .blog_post-catipon-inner.text-left {
    padding: 40px 0 50px 0;
}

.blog-page .blog-deatils figure {
    margin-bottom: 0;
}

.blog-page .blog-deatils {
    box-shadow: 0px 2px 30px #ccc;
    margin-bottom: 50px;
    border-bottom: 10px solid #000;
    background-color: #fbfdfe;
}

.blog-page .blog-deatils .title a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}


.blog-page .blog-deatils .meta-info {
    padding: 0 !important;
}

.blog-page .blog-deatils .meta-info li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 0 5px !important;
}

.blog-page .blog-deatils h3.title {
    margin-bottom: 20px;
}

.blog-page .blog-deatils a.btn.main-btn {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 0 30px 0 0;
    padding: 10px 19px;
    font-size: 16px;
    text-decoration: none;
}

.blog-page .blog-deatils a .icon {
    font-size: 15px;
    padding: 5px;
    color: #000;
}

.blog-page .blog-deatils .icon {
    padding-right: 5px;
}

.blog-page .blog-deatils ul i.fas.fa-user.icon,
.blog-page .blog-deatils ul i.fas.fa-comments,
.blog-page .blog-deatils ul i.fas.fa-tag {
    color: var(--main-color);
}

.blog-page .blog-deatils ul i.fas.fa-heart {
    color: #ff0000;
}

.blog-page .blog-deatils .blog-template .fa-angle-double-left {
    font-size: 24px;
    background-color: #0000009c;
    color: var(--main-color);
    padding: 10px 20px;
    font-size: 27px;
    margin-left: -10px;
}

.blog-page .blog-deatils .blog-template .fa-angle-double-right {
    font-size: 24px;
    background-color: #0000009c;
    color: var(--main-color);
    padding: 10px 20px;
    font-size: 27px;
    right: -10px;
    position: absolute;
}

.blog-page .blog-deatils iframe {
    width: 100%;
    height: 376px;
}

.blog-page .overlay-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: #000000cf;
    overflow: hidden;
    text-align: center;
    padding: 70px;
}

.blog-page .overlay-effect h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.blog-page .overlay-effect p {
    color: #fff;
}

.blog-page .blog-deatil .col-md-12.post-img {
    padding: 0;
}

.blog-page .blog-deatil blockquote {
    margin: 0 20px;
    border-left: 3px solid #000;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.blog-page.blog-detail-page .blog-deatils {
    background-color: transparent;
}

.blog-page.blog-detail-page .blog-deatils h3.title {
    margin: 20px 0;
}

/*--------------------- ----------
	Blog -Details
-------------------------------*/
.blog-detail-page .blog-deatils .title a:after {
    content: '';
    display: block;
    width: 50px;
    border: 1px solid #000;
    position: relative;
    right: 0;
    top: 10px;
    margin: 5px 0 10px 0;
    transform: rotate(0deg);
}

.blog-page.blog-detail-page .blog-deatils {
    box-shadow: none;
    border-bottom: 0;
}

.blog-detail-page .comment-section .pull_left_comment {
    width: 100px;
    height: 100px;
    float:left;
    overflow: hidden;
    border: 2px solid var(--main-color);
    border-radius: 50%;
}

.blog-detail-page .comment-section .comment_detail {
    position: relative;
    margin-bottom: 30px;
    margin-left: 115px;
    margin-top: 30px;
}

.blog-detail-page .comment-section .comment_detail.noprofile {
    margin-left: 10px;
}

.blog-detail-page .comment-section span.comment_date {
    color: #a6a6a6;
    font-size: 16px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.blog-detail-page .comment-section h4.comment_detail_title {
    font-size: 20px;
    padding: 6px 10px 5px 0;
    display: inline-block;
}

.blog-detail-page .comment-section a.btn.main-btn {
    float: right;
}

.blog-detail-page .media.comment_box {
    border: 1px dashed rgba(204, 204, 204, 0.66);
    padding: 0 15px;
    margin-bottom: 20px;
    display: block;
}

.blog-detail-page .comment-data {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.blog-page .single-blog li {
    padding: 7px 0 !important;
}

.single-blog h2.sction-cntfont-size {
    font-size: 24px;
}

.single-blog .col-lg-7.mb-5,
.single-blog .col-lg-7 {
    padding: 0;
}

.single-blog .section-titel2 {
    padding-bottom: 10px;
}

.single-blog .icon {
    color: var(--main-color);
    padding-right: 20px;
}

.blog-detail-page .blog-deatils .title a:after,
.blog-detail-page .comment-section h4.comment_detail_title:after,
.comment_form h2:after, .sction-cntfont-size:after {
    content: '';
    display: block;
    width: 50px;
    border: 1px solid #000;
    position: relative;
    right: 0;
    top: 10px;
    margin: 5px 0 10px 0;
    transform: rotate(0deg);
}

.blog-detail-page .comment-section .btn.main-btn {
    color: #828282;
}

.comment_form h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 40px;
}

.blog-detail-page .comment_form .btn.main-btn {
    color: #828282;
    background-color: var(--h-color);
    color: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    float: right;
}

.blog-detail-page .comment-section .form-control {
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

.blog-detail-page .comment-section .form-control:focus {
    border-color: var(--main-color) !important;
    box-shadow: none;
}

.blog-detail-page .comment_form .fas {
    margin-top: 14px;
}

.blog-detail-page .comment_form .input-group {
    box-shadow: 0 0 22px rgba(0, 0, 0, .25);
    border: 1px dashed #ddd;
    border-radius: 10px;
    padding: 10px;
}

.blog-detail-page .comment_form .form-group {
    padding-left: 0;
}

/*--------------------- ----------
   Blog -template-pagination
-------------------------------*/
.pagination a.page-link {
    background-color: var(--h-color);
    color: #fff;
    border-radius: 0 19px 0 0;
    margin: 0 3px;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: var(--main-color);
    border: 0;

}

.pagination li.nxt-tab .page-link {
    color: #000;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #000;
}

/*--------------------- ----------
	:: 9.0 sidebar
-------------------------------*/
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .blog-sidebar-widgets li:first-child {
    margin-top: -15px;
}

.sidebar .blog-sidebar-widgets li a {
    color: #333;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eae8e8;
    text-decoration: none;
    margin-bottom: 5px;
}

.sidebar .blog-sidebar-widgets li:last-child a {
    border: none;
}

/*.sidebar .cat-item a {
    border-radius: 40px;
    min-height: 40px;
    transition: 0.5s;
    border: none !important;
}*/

.sidebar .blog-sidebar-widgets li a i.fas.fa-circle {
    margin-right: 15px;
    border-radius: 100%;
    font-size: 13px;
    background-color: var(--main-color);
    color: var(--main-color);
}

.sidebar .blog-sidebar-widgets {
    margin-bottom: 40px;
    padding: 40px 20px;
    border: 1px solid #000;
    border-radius: 15px 15px 15px 15px;
    border-bottom: 8px solid var(--h-color);
    background-color: #f7f7f7;
}

.sidebar .blog-sidebar {
    margin-bottom: 40px;
}

.sidebar h4.widgets-title {
    margin-bottom: 40px;
    font-size: 18px;
    text-transform: uppercase;
}

.sidebar #searchsubmit,.page-content #searchsubmit {
    background: var(--h-color);
    border: 0;
    padding: 10px 41px;
    margin: 0px -9px;
    color: #fff;
    border-radius: 9px 9px 9px 9px;
}

.sidebar .searchform input,.page-content .searchform input {
    height: 50px;
    border-radius: 15px 0px 14px 16px;
    width: 71%;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px 0px 0px 10px;
}

.sidebar .media.sidebar-post {
    margin-bottom: 22px;
}

.sidebar .sidebar-post-img {
    max-width: 100px;
    max-height: 80px;
    margin-right: 21px;
    overflow: hidden;
}

.sidebar .sidebar-post p {
    padding: 0;
    margin: 4px 0px;
    font-size: 12px;
}

.sidebar .sidebar-post h4 {
    font-size: 17px;
}

.sidebar .blog-sidebar-widgets a.tag-cloud-link:hover,.wp-block-tag-cloud a:hover  {
    background-color: var(--main-color);
}

.sidebar .blog-sidebar-widgets a.tag-cloud-link,.wp-block-tag-cloud a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
    text-transform: capitalize;
    color: #000;
    transition: 0.5s;
    border: 1px solid #cccccc8a;
    margin: 3px;
}

.sidebar .blog-sidebar-widgets h5 {
    display: block;
}

.sidebar .blog-sidebar-widgets h5:after {
    content: '';
    display: block;
    width: 50px;
    border: 1px solid #000;
    position: relative;
    right: -120px;
    top: 10px;
    margin: 5px 0 10px 0;
    transform: rotate(0deg);
}

.sidebar .blog-sidebar-widgets ul.social-share {
    margin-top: 40px;
}

.sidebar .blog-sidebar-widgets li {
    display:block;
}

.sidebar .blog-sidebar-widgets .social-share a {
    padding: 7px 35px;
    color: #fff;
    width: 90px;
    display: table-cell;
}

.sidebar .blog-sidebar-widgets a.facebook {
    background-color: #2164b6;
}

.sidebar .blog-sidebar-widgets a.linkedin {
    background-color: #2a8fdd;
}

.sidebar .blog-sidebar-widgets a.twitter {
    background-color: #43d0fe;
}

.sidebar .blog-sidebar-widgets a.pinterest {
    background-color: #df5643;
}

.sidebar .blog-sidebar-widgets a.google {
    background-color: #484540;
}

.sidebar .blog-sidebar-widgets.agents img.img-fluid {
    width: 150px;
}

.sidebar .blog-sidebar-widgets.agents img.img-fluid {
    width: 150px;
    margin: 20px 0;
}

.sidebar .blog-sidebar-widgets.agents a.submit-btn {
    background-color: var(--h-color);
    color: #fff;
    border-radius: 8px;
    padding: 7px 35px;
}

.sidebar .blog-sidebar-widgets.agents input.form-control {
    box-shadow: 0 0 22px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.sidebar .blog-sidebar-widgets.agents h6 {
    padding: 20px 10px 0px 10px;
}

.sidebar .blog-sidebar-widgets.agents strong {
    font-size: 32px;
    color: #0054a6;
}

/*--------------------- ----------
	:: 10.0 Page Not Found 
-------------------------------*/
.page-not-found {
    background-position: bottom;
    background-repeat: no-repeat;
}

.page-not-found .send-btn {
    background-color: var(--main-color);
    color: #000;
    border-radius: 8px;
    padding: 17px 35px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: -5px -5px 5px #000;
    box-shadow: -5px -5px 5px #000;
    text-decoration: none;
}

.page-not-found .no-data {
    text-align: center;
}

.page-not-found .no-data h2, .page-not-found .no-data h3, .page-not-found .no-data h4 {
    font-family: 'Raleway', sans-serif;
}

.page-not-found .no-data h2 {
    font-size: 150px;
}

.page-not-found .no-data h3 {
    font-size: 120px;
}

.page-not-found .no-data h4 {
    font-size: 59px;
    margin-bottom: 50px;
}

.page-not-found .no-data p {
    margin-top: 50px;
}

.page-not-found .img-thumbnail {
    border: 0;
    position: relative;
    bottom: 0;
    background: transparent;
    padding: 0;
}

.page-not-found .img-thumbnail img {
    width: 360px;
}

.fadeIn,
.loading-window {
    animation: fadeIn 0.4s both;
}

.loading-window {
    border-radius: 6px;
    color: #ffe4e1;
    height: 200px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 99;
}

.loading-window .text {
    font-size: 20px;
    position: absolute;
    width: auto;
    top: 75%;
    left: 38%;
    margin: 0 auto;
}

.loading-window .dots {
    display: inline-block;
    width: 5px;
    overflow: hidden;
    vertical-align: bottom;
    animation: dots 1.5s linear infinite;
    transition: 1;
}

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 92px;
    top: 70px;
}

.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: #ffe4e1;
    animation: strikes 0.2s linear infinite;
}

.car .strike2 {
    top: 11px;
    animation-delay: 0.05s;
}

.car .strike3 {
    top: 22px;
    animation-delay: 0.1s;
}

.car .strike4 {
    top: 33px;
    animation-delay: 0.15s;
}

.car .strike5 {
    top: 44px;
    animation-delay: 0.2s;
}

.car-detail {
    position: absolute;
    display: block;
    background: #ffe4e1;
    animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
    width: 0;
    height: 0;
    top: 7px;
    background: none;
    border: 20px solid transparent;
    border-bottom: 8px solid #ffe4e1;
    border-left: 20px solid #ffe4e1;
}

.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0px;
}

.car-detail.center {
    height: 35px;
    width: 75px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid #ffe4e1;
    background: none;
    box-sizing: border-box;
}

.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}

.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 50px 40px;
    border-bottom-right-radius: 10px;
}

.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid #333;
    background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), #333;
    animation-name: spin;
}

.car-detail.wheel2 {
    left: 82px;
}



.navbar-dark.header-inner.nav-down.header-inner {
    z-index: 999;
    box-shadow: 0px 22px 18px rgba(0, 0, 0, 0.12941176470588237);
}


.navbar-dark.header-inner.nav-down.navbar-fixed-top.nav-down {
    top: 0%!important;
    position: fixed;
    transition: top 0.2s ease-in-out;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 4px 4px 10px #ccc;
}

.navbar-dark.header-inner.nav-down.nav-up {
    top: -128px!important;
    position: relative;
    transition: top 0.2s ease-in-out;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 4px 4px 10px #ccc;
}

.bg_anim_1::before,
.bg_anim_1::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index:1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
	background-color:#dadada;
	opacity:0.4;
}

.bg_anim_1::before {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;

}
section.about-section.spac.bg_anim_1 {
    position: relative;
    overflow: hidden;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.bg_anim_1{
    position: relative;
    overflow: hidden;
}
section#service .container{
    position: relative;
    z-index: 2;
}

@-webkit-keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}

 .col-lg-4.col-md-12.choose-desc.second-div , .faq-img img{
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}
.nav-link.dropdown-toggle.right {
    color: #212529;
}