@charset "UTF-8";

/*-----------------------------------------------------------------------------------
	Theme Name: Drivably
	Theme URI: 
	Description: The Multi-Purpose Template
	Author: weblizar
	Author URI: 
	Version: 0.1
----------------------------------------------------------------------------------*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>
	:: 1.0 Import All CSS & Fonts
	:: 2.0 Typography CSS
	:: 3.0 Helper Class
	:: 4.0 Button Css
	:: 5.0 Header
	:: 6.0 navbar
	:: 7.0 Home Slider
	:: 8.0  Section Heading
	:: 9.0 Page Heading
	:: 10.0 Search Area
	:: 11.0 welcome section 
	:: 12.0 About Section  
	:: 13.0 Product Section 
	:: 14.0 Counter Section 
	:: 15.0 Team section
	:: 16.0 Banner section
	:: 17.0 Blog Section
	:: 18.0 Blog Detail Page
	:: 19.0 Blog Comment Section
	:: 20.0 Subscribe Section
	:: 21.0 Contact Section
	:: 22.0 Faq  Section
	:: 23.0 Accordion
	:: 24.0 Slider arrow
	:: 25.0 Blog Sidebar
	:: 26.0 pagination
	:: 27.0  Contact Page 
	:: 28.0  404 Page 
	:: 29.0  Product Details
	:: 30.0 Testimonial Section
	:: 31.0 Footer
	:: 32.0 Page Loader
	:: 33.0 social share Css 
	:: 34.0 Additional Css 
	:: 35.0 particles.js 

/* ----------------------------------------------------------------
	:: 1.0 Import  CSS & Fonts
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,700');

::selection {
    background: var(--main-color);
    color: #fff;
}


/* ----------------------------------------------------------------
	:: 2.0 Typography CSS
-----------------------------------------------------------------*/

body {
    font-size: 14px !important;
    background: #eee;
    font-family: 'Roboto', sans-serif;
    color: #777;
    background: #404449;
    margin: 0;
    padding: 0;
}

main p {
    font-size: 14px;

}

h1,
h2,
h3,
.navbar-nav,
.icon_top h4 span:first-child {
	font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

figure {
    margin-bottom: 0px!important;
}

.form-control:focus {
    box-shadow: none!important;
}


/* ----------------------------------------------------------------
	:: 3.0 Helper Class
-----------------------------------------------------------------*/

:root {
    --main-color: #4f5dec;
    --second-color: #111111;
}

.bg-m {
    background: var(--main-color);
}

.bg-s {
    background: var(--second-color);
}

.space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-top {
    padding-top: 100px;
}

.space-bottom {
    padding-bottom: 100px;
}

.space-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-top-60 {
    padding-top: 60px;
}

.space-bottom-60 {
    padding-bottom: 60px;
}

.space-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-top-40 {
    padding-top: 40px;
}

.space-bottom-40 {
    padding-bottom: 40px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ----------------------------------------------------------------
	:: 4.0 Button Css
-----------------------------------------------------------------*/

.btn,
.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    position: relative;
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 8px;
}

.btn-text:hover {
    background-color: #55c57a;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn-text:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.blog-btn {
    background-color: var(--second-color);
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
	display: inline-block;
}

.blog-btn:hover {
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

/* ----------------------------------------------------------------
  :: 5.0 Header
-----------------------------------------------------------------*/

.top_search {
    padding: 0;
}

.top_search .form-control {
    height: 40px;
    font-size: 14px;
    padding-left: 8px;
    border: 0px;
}

header button.navbar-toggler {
    font-size: 18px;
    top: 18px;
    line-height: 34px;
    padding: 0 5px;
    border: 1px solid;
    color: #fff;
}

.icon_top h4 {
    margin-bottom: 0;
}

header button.btn {
    border-radius: 0px;
    text-transform: capitalize;
    color: #fff;
    padding: 1px 20px;
    font-size: 16px;
    background: var(--main-color);
}

header button.btn:hover {
  color: #fff;
    background-color:var(--second-color);
}

header .input-group.row {
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    height: 44px;
    border-radius: 0px;
    position: relative;
    border: 1px solid var(--main-color);
}

header .row.hd-inf-row {
    height: 100%;
    align-items: center;
    float: right;
    padding: 0;
}

header .icon_top {
    display: flex;
    align-items: center;
    color: var(--second-color);
    justify-content: center;
}

header .icon_top i {
    padding-right: 14px;
}

header .icon_top i:before {
    margin-left: 0px;
    font-size: 32px;
    color: var(--main-color);
}

header .icon_top h4 span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    padding: 2px 0px;
}

header .container.navbar-containernt {
    display: block;
}

header .second-topbar {
    margin: 15px 0px;
}

.head_topbar-row .row {
    align-items: center;
}

header .head_topbar-row {
    padding: 10px;
    background: var(--main-color);
    -webkit-clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(9% 0, 100% 0%, 93% 100%, 0% 100%);
    color: #fff;
}

header .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    padding: 30px 16px !important;
}

.header-2 .navbar__nav,
.header-3 .navbar__nav {
    min-height: auto;
    margin-top: 10px;
}

.header-2 .navbar .navbar-nav>.nav-item,
.header-3 .navbar .navbar-nav>.nav-item {
    padding: 0px 0px;
}

header .info_header-box.text-left {
    font-size: 16px;
    line-height: 38px;
}

header .info_header-box.text-left i.fa.fa-clock {
    font-size: 20px;
    padding-right: 10px;
}

header .social-link {
    display: flex;
    justify-content: flex-end;
    display: flex;
    margin: 0;
}

header .social-link li {
    list-style: none;
}

header .social-link li a {
    text-decoration: none;
    color: #333;
    margin: 2px 12px;
    display: block;
    line-height: 40px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

header .social-link li a:hover {
    color: #333;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

header .sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

header .sticky-logo {
    max-width: 180px;
    display: none;
}

header .sticky .sticky-logo {
    max-width: 180px;
    display: block;
    padding: 5px 2px;
}

header .sticky .navbar-nav .nav-link {
    padding: 22px 16px !important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a.navbar-brand {
    max-width: 200px;
}


/* ----------------------------------------------------------------
  :: 6.0 Navbar
-----------------------------------------------------------------*/

nav.navbar.navbar-expand-sm {
    background: var(--main-color);
    padding: 0px;
}

.navbar__nav {
    width: 100%;
    align-items: center;
    border-radius: 80px;
}

.navbar__nav {
    /* 	    background: var(--main-color); */
}

nav.navbar .dropdown-menu.navbar__sub {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    padding: 15px;
    border-radius: inherit;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

nav.navbar .dropdown-menu a.active,
nav.navbar .dropdown-menu a:focus,
nav.navbar .dropdown-menu a:active,
nav.navbar .dropdown-menu a:hover {
    color: #fff;
    background-color: var(--main-color);
    text-decoration: none;
    padding-left: 10px;
    box-shadow: none!important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

nav.navbar .nav-item a {
    position: relative;
    z-index: 99;
    display: block;
}
.dropdown-menu li a:before {
	display:none;
}

nav.navbar .nav-item {
    position: relative;
}

nav.navbar>.nav-item:after {
    width: 10px;
    border: 20px solid #ff000000;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    position: absolute;
    color: green;
    top: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    content: '';
    bottom: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

nav.navbar .nav-item:hover:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
}

nav.navbar .mega-dropdown .nav-item a:after {
    display: none!important;
}

ul.rig li:hover .sub-caption,
.swiper-slide:hover .sub-caption {
    border-radius: 0%;
    opacity: 1;
    width: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    visibility: visible;
}

.sub-caption {
    position: absolute;
    top: 30%;
    left: 5%;
    background: #fff;
    right: 5%;
    padding: 15px;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

ul.nav.flex-column .nav-item:first-child .nav-link {
    font-weight: bold;
}

ul.nav.flex-column a.nav-link {
    border-bottom: 1px solid #ccc;
}


.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar li a {
    font-size: 20px;
    padding: 6px 0px;
}

.navbar .dropdown-menu a {
    border-bottom: 1px solid #ccc;
}

.navbar .dropdown-menu a:last-child {
    border-bottom: none
}

.navbar .dropdown-menu {
	border: none;
    border-radius: 0;
}

header .navbar-nav .dropdown-menu .nav-link {
    color: #2f2828;
}

.menu-gallery a {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    overflow: hidden;
}

.menu-gallery a img {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.menu-gallery a:hover img {
    color: #fff;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.menu-gallery img {
    margin-top: 15px;
}


/* ----------------------------------------------------------------
	:: 7.0 Home Slider
-----------------------------------------------------------------*/

.swiper-container {
    height: auto;
}

.home-slider.swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
}

nav.navbar .nav-item>a:hover:before,
nav.navbar .nav-item.active>a:before {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
}

nav.navbar .nav-item>a:before {
    width: 10px;
    border: 20px solid #ff000000;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    position: absolute;
    color: green;
    top: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
    content: '';
    bottom: 0;
    visibility: hidden;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    visibility: hidden;
}

.home-slider.swiper-container .swiper-slide .slider-content h2 {
    visibility: hidden;
    opacity: 0;
    transform: translatex(100px);
    -webkit-transform: translatex(100px);
    transition: all 2s;
}

.home-slider.swiper-container .swiper-slide .slider-content h2 span {
    color: var(--main-color);
}

.animat_img img {
    transition: all 3s cubic-bezier(1.000, -0.530, 0.405, 1.425);
    visibility: hidden;
    opacity: 0;
    margin-left: 495px;
}

.home-slider.swiper-container .swiper-slide.swiper-slide-active .animat_img img {
    transform: none;
    margin-left: 1px;
    transform: none;
    visibility: visible;
    opacity: 1;
}

.home-slider.swiper-container .swiper-slide.swiper-slide-active .slider-content h2 {
    transform: translatey(400px);
    transform: none;
    visibility: visible;
    opacity: 1;
}

.home-slider.swiper-container .swiper-slide .slider-content .slider_btn {
    visibility: hidden;
    opacity: 0;
    transform: translatey(400px);
    -webkit-transform: translatey(400px);
    transition: all 2s;
}

.home-slider.swiper-container .swiper-slide.swiper-slide-active .slider_btn {
    transition: all 2s;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    visibility: visible;
    opacity: 1;
    animation: 1s .2s fadeInUp both;
}

.slider-content {
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
}

.slide-inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.slide-inner>img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.slide-inner {
    width: 100%;
    position: relative;
}

.slide-inner:after {
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.8;
}

.slide-overlay.container {
    position: absolute;
    z-index: 999;
}

.slide-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.slider-content h2 {
    font-size: 84px;
    font-weight: bold;
    color: var(--second-color);
}

.slider_btn {
    margin-top: 40px;
}

.slider_btn a.btn.main-btn {
    color: var(--second-color);
    border: 2px solid;
    background-color: transparent;
    border-radius: 0px;
    line-height: 40px;
    padding: 1px;
    min-width: 200px;
    margin-right: 20px;
    position: relative;
	font-family: 'Roboto Slab', serif;
    text-transform: capitalize;
}



.slider_btn a.btn.main-btn span {
    display: block;
    position: relative;
    padding-top: 4px;
    padding-right: 12px;
    display: black;
	font-size:20px;
}

.slides-container .slider_btn a.btn.main-btn {
    color: #1a1a1a;
    text-transform: capitalize;
    font-size: 20px;
}

.slider_btn a.btn.main-btn:hover span {
    display: black;
    right: 43px;
}

.slider_btn a.btn.main-btn:hover {
    background-color: #fff;
    color: #383131;
    border-color: #fff;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.slider_btn a.btn.main-btn:hover i.fas.fa-arrow-right {
    left: 76%;
    color: #fff;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.slider_btn a.btn.main-btn i.fas.fa-arrow-right {
    background: var(--main-color);
    padding: 9px 14px 9px 4px;
    color: #fff;
    margin-top: 2px;
    font-size: 21px;
    position: relative;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    left: 3px;
    float: left;
    width: 43px;
    text-align: right;
    display: block;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #fff;
}

.swiper-container.home-slider.swiper-container-horizontal .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}
.swiper-container.home-slider .swiper-pagination{
	bottom:24px;
}

/* ----------------------------------------------------------------
  :: 8.0  Section Heading
-----------------------------------------------------------------*/


.section-heading {
    margin-bottom: 60px!important;
    margin: 0 auto;
    text-align: center;
    max-width: 740px;
}

.section-heading.heading-space_20 {
    margin-bottom: 20px;
}

.section-heading.heading-space_40 {
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
	color: var(--main-color);
}

.section-heading h2 span {
    position: relative;
    display: block;

}

.section-heading h2 span:before {
    content: '';
    position: absolute;
    bottom: -7px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 60px;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 9;
    background: var(--main-color);
    height: 19px;
}

.section-heading h2 span:after {
    content: '';
    position: absolute;
    bottom: 12px;
    width: 160px;
    display: block;
    position: static;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 1px;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 14px;
    border-right: 20px solid var(--main-color)!important;
    height: 5px;
    border-left: 20px solid var(--main-color)!important;
    border: 1px solid;
    background-position: 100%;
    background-size: 121%;
}
.section-heading.white h2 {
    color: #fff!important;
}

.section-heading.white p {
    color: #fff;
}
.section-heading.white h2 span:before {
    background: #fff;
}
.section-heading.white h2 span:after {
    border-right: 20px solid #fff!important;
    border-left: 20px solid #fff!important;
}
.section-heading p {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 36px;
    line-height: 27px;
    color: #7d7d7d;
}


/* ----------------------------------------------------------------
  :: 9.0 Page Heading
-----------------------------------------------------------------*/

.page-title-section {
    background: linear-gradient(4deg, rgba(0, 0, 0, 0.88) 17%, rgba(0, 0, 0, 0.42) 69%), url(../img/slider/1.jpg);
    background-size: cover;
    background-position: center;
    color: #ccc;
    text-align: center;
    min-height: 480px;
    position: relative;
    overflow: hidden;
}

.page-title-section:after,
.page-title-section:before {
    background-color: var(--main-color);
    opacity: 0.3;
}

.page-heading .title {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.page-heading.white {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.page-heading p {
    color: #fff;
    font-size: 18px;
}

.nav-breadcrumb {
    z-index: 9;
    position: absolute;
    top: auto;
    bottom: 0px;
    -webkit-clip-path: polygon(11% 0, 88% 0, 100% 100%, 0% 100%);
    clip-path: polygon(11% 0, 88% 0, 100% 100%, 0% 100%);
    display: flex;
    justify-content: end;
}

.nav-breadcrumb .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    width: 600px;
    background: #fff;
    border-radius: 0;
    height: 56px;
    font-size: 18px;
}

li.breadcrumb-item.active {
    color: var(--main-color)!important;
}

.nav-breadcrumb .breadcrumb a {
    color: var(--second-color)!important;
}

.breadcrumb-item.active {
    color: #ffffff!important;
}


/* ----------------------------------------------------------------
  :: 10.0 Search Area
-----------------------------------------------------------------*/

.search_area {
    background: var(--main-color);
    position: relative;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-size: 100%;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
}

.search_area .container {
    position: relative;
    z-index: 9;
}

main .search_area::before,
main .search_area::after {
    background: rgba(46, 46, 46, 0.07)!important;
}

.search_area .search_booking a i {
    color: #fff;
    font-size: 60px;
    display: block;
}

.search_area .form-group label {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
	font-family: 'Roboto Slab', serif;
}

.search_area .form-control {
    display: block;
    height: 56px;
    color: #fff;
    padding-left: 18px;
    border: 0;
    font-size: 18px;
    border-radius: 0;
    border-bottom: 1px solid;
    background-color: rgba(255, 255, 255, 0.0784313725490196);
}

.col-lg-4.col-md-12 .search_area {
    padding: 40px 15px;
    background: var(--main-color);
    clip-path: inherit;
}

.search_area form.search_area-inner span.input-group-addon {
    bottom: 12px;
    top: auto;
}

.search_area .form-group .btn {
    text-transform: capitalize;
    display: block;
    border-radius: 0px;
    height: 56px;
    width: 100%;
    border: 0;
    background: var(--second-color);
    margin-top: 54px;
    margin-bottom: 0px !important;
    font-size: 20px;
	font-family: 'Roboto Slab', serif;
}

.search_area .form-group .btn:hover {
    background-color: #fff;
    color: var(--main-color);
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.23921568627450981);
}

.search_area form.row.search_area-inner {
    justify-content: center;
    align-items: center;
}

.search_area .search_area-inner select::-ms-expand {
    display: none !important;
}

.search_area select {
    -moz-appearance: window;
    -webkit-appearance: none;
    position: relative;
}

.search_area #blog-content .select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #434b67;
    pointer-events: none;
}

.search_area .icon_down {
    overflow: hidden;
    position: relative;
}

.search_area .icon_down:before {
    content: "\f107";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    width: 28px;
    text-align: center;
    border-radius: 100%;
    height: 28px;
    line-height: 29px;
    position: absolute;
    display: block;
    z-index: 99;
    bottom: 15px;
    right: 15px;
}

.property-search_bar .icon_down:before {
    bottom: 45px;
}

.list-group-item .spof_cont-inner h4 {
    padding-top: 0px;
}

.srach-description {
    margin-bottom: 20px;
}

.srach-description h4 {
    font-size: 20px;
}

.srach-description h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}

.srach-description p {
    font-size: 18px;
}

.srach-description h3 {
    font-size: 20px;
    font-weight: bold;
}

.page-list-2 .search_area .form-group .btn {
    margin-top: 20px;
}


/* ----------------------------------------------------------------
  :: 11.0 welcome section 
-----------------------------------------------------------------*/

.container-right {
    display: block;
    display: flex;
    justify-content: flex-end;
    clear: both;
}

.container-right .row.margin-0.m-0 {
    max-width: 1520px;
}

.welcome-section .welcome-img-inner {
    text-align: right;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 92%;
    float: right;
}

.welcome-section .col-lg-7.welcome-img {
    margin: 0px !important;
    padding-right: 0 !important;
}

.welcome-section .wcm-list {
    border-left: 1px solid #5967ed;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position: relative;
    padding: 10px;
    padding-top: 0!important;
    padding-bottom: 20px!important;
    text-align: center;
}

.welcome-section .wcm-list:hover {
    background-color: var(--main-color);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    transform: scale(1.2);
    z-index: 9;
}

.welcome-section .wcm-list:hover p {
    color: #fff;
}

.wcm-list:first-child {
    border-left: none;
}

.wcm-icon i:before {
    font-size: 86px;
    margin: 0;
}

section .row.wcm-list {
    padding: 10px 15px!important;
    background-color: #fff;
    border: 2px solid #e2e2e2;
    margin: 30px 0px 0px 0px!important;
    align-items: center;
    justify-content: center;
}

.wcm-list:hover span.wcm-icon {
    text-shadow: 0px 0px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

span.wcm-icon {
    text-shadow: 40px 40px transparent;
    margin-right: 8px;
    display: block;
    font-size: 48px;
    margin: 0;
}

.wcm-list p {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0px;
}

.wcm-text-list.col h3 {
    font-size: 20px;
    font-weight: bold;
}

.wcm-text-list.col:hover h3 {
    color: var(--main-color);
}


/* ----------------------------------------------------------------
  :: 12.0 About Section 
-----------------------------------------------------------------*/

.about-section .row {
    margin: 0px !important;
}

.about-img img.img-fluid {
    width: 100%;
}

.about-section .col-lg-5.about-img {
    padding: 0;
}
.about-section .about-cont.space {
    padding-left: 40px;
}

.about-section .about-cont.space {
    margin: 0;
    padding-right: 150px;
    -webkit-clip-path: circle(65.9% at 31% 51%);
    clip-path: circle(65.9% at 31% 51%);
    background: #ffffffeb;
}

.about-section .col-lg-6.col-md-12.content-center {
    padding: 0;
}

.about-list ul {
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 15px;
}

.about-section  .wcm-text-list.col {
    text-align: left;
	margin-left: 10px;
}
.about-list li {
    list-style: none;
    font-size: 17px;
    font-style: italic;
    color: var(--main-color);
    font-weight: 600;
	display: flex;
}

.about-list li:before {
    font-family: "Font Awesome 5 free";
    content: '';
    content: "\f00c";
    font-weight: 900;
    margin-right: 7px;
    font-size: 14px;
	margin-top: 5px;
}

.about-list p {
    font-size: 18px;
    color: #6a6a6a;
}

.about-list button.btn.btn-primary.mt-5 {
    background: var(--main-color);
    padding: 5px 26px;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 0px;
    border: 0;
    display: flex;
    align-items: center;
    color: #fff;
	font-family: 'Roboto Slab', serif;
}

.about-list button.btn.btn-primary.mt-5:hover {
    background-color: var(--second-color);
    color: #fff;
}

button.btn.btn-primary.mt-5 i.fas.fa-angle-double-right {
    padding-left: 10px;
    font-weight: 600;
}


/* ----------------------------------------------------------------
  :: 13.0 Product Section 
-----------------------------------------------------------------*/

section.products-section.space {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
section.products-section .swiper-pagination.add-space {
    position: static;
    padding-top: 20px;
}
.products-section .container {
    position: relative;
    z-index: 9;
}

section.products-section.bg_anim_1::before,
section.products-section.bg_anim_1::after {
    background-color: #f2f2f2!important;
}

.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;
}

.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%;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.products-section .product-col {
    margin: 15px 0;
}

.products-section .product-col .fig-product-details {
    padding-top: 20px;
    padding: 15px;
    text-align: left;
}

.products-section .product-col figcaption h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
}

.products-section .product-col:hover h3,
.product-ratting {
    color: var(--main-color);
}

.products-section .product-col figcaption p {
    font-size: 16px;
    color: #505050;
	margin-bottom: 10px;
}

.products-section .product-col h4 {
    margin: 0;
    font-size: 17px;
    min-width: 87px;
    position: absolute;
    text-align: right;
    color: #ffffff;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    /* clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%); */
    right: 0;
    bottom: -18px;
    background: #4f5dec;
    padding: 7px;
}

.products-section .product-col h4:before {
    content: '';
    height: 50px;
    width: 4px;
    background-color: #4f5dec;
    right: 0;
    top: -8px;
    position: absolute;
}

.products-section .product-col h4 span.product-ratting {
    text-align: right;
    float: right;
    display: block;
    padding-left: 16px;
    font-size: 14px;
}
.product-col span.product-ratting {
    margin-bottom: 5px;
    display: block;
}
.products-section .product_img {
    position: relative;
    border-bottom: 1px solid #4f5dec;
    text-align: center;
	min-height: 200px;
}

.products-section .product-col .product_img img {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 20px;
    -moz-transition: all 0.4s;
}

.products-section .product-col figure .product-col-list {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    border-top: 1px solid #ccc;
    align-items: center;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    color: #514c4c;
}

.products-section .product-col:hover figure .product-col-list {
    background: var(--main-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    color: #fff;
}

.products-section .product-col figure .product-col-list li {
    list-style: none;
    font-size: 16px;
    text-align: center;
    margin: 6px 0px;
    padding: 5px;
    width: 35%;
    border-right: 1px solid #ccc;
    font-weight: 600;
}

.products-section .product-col figure .product-col-list li:last-child {
    border-right: 0;
}

.product-col figure {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.product-col figure:hover {
    box-shadow: 2px 3px 19px #ccc;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background-color: #fff;
}


/* ----------------------------------------------------------------
  :: 14.0 Counter Section 
-----------------------------------------------------------------*/

.counter-section {
    position: relative;
    overflow: hidden;
}



.counter-section .counter-col-inner {
    color: #fff;
    padding: 30px 15px;
    background: #ffffff08;
    text-align: center;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.counter-section .counter-col-inner:hover .counter-count {
    color: #fff;
}

.counter-section .counter-col-inner:hover {
    background-color: var(--main-color);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    transform: scale(1.2);
    z-index: 9;
}

.counter-section .counter-col-inner:hover .counter_icon {
    background: #ffff;
    color: var(--main-color);
}

.counter-section .counter_icon {
    font-size: 56px;
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
    background: var(--main-color);
    text-align: center;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.counter-section .counter-count {
    color: var(--main-color);
    font-size: 32px;
    font-weight: bold;
}

.counter-section .count_titel {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* ----------------------------------------------------------------
  :: 15.0 Team section
-----------------------------------------------------------------*/

section.team_mbr.space {
    padding-bottom: 30px;
}

ul.team_social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

ul.team_social a i {
    transition: transform .5s;
}

ul.team_social a i:hover {
    transform: scale(1.5);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.footer_inner ul.team_social a i:hover {
    color: #fff;
}

.footer_inner.space-top .container {
    padding: 0;
}

ul.team_social a {
    color: var(--mainc-color);
    font-size: 16px;
    padding: 0px 7px;
}

ul.team_social span {
    margin-right: 7px;
}

.col-md-6 .mbr_img img {
    width: 100%;
}
.row.tag_share {
    margin-bottom: 20px;
}
.tag_share .label {
    font-weight: bold;
    background-color: var(--main-color);
    margin-right: 10px;
    color: #fff;
    padding: 5px 16px 6px 9px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.tag_share ul.team_social a {
    color: #5f5f5f;
    font-size: 18px;
    padding: 0px 7px;
}

.col-md-6 .mbr_img {
    -webkit-box-shadow: 10px 15px 25px rgba(0, 0, 0, .2);
    box-shadow: 10px 15px 25px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    transition: transform .33s, box-shadow .33s;
    transform: translateX(-25px);
}

.col-md-6:hover .mbr_img {
    transform: translateX(0px);
    box-shadow: none;
}

.mbr-inner-col {
    max-width: 85%;
    margin: 0 auto;
}

.mbr_cont {
    box-shadow: 10px 15px 25px rgba(0, 0, 0, .2);
    background: var(--second-color);
    color: #fff;
    position: relative;
    right: 0;
    top: -67px;
    bottom: 0;
    width: 100%;
    height: 195px;
    padding: 132px 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: transform .33s;
    transform: translateX(25px);
}

.col-md-6:hover .mbr_cont {
    transform: translateX(0px);
}

.pix-team-item-bottom {
    background: #626262;
    color: #fff;
}

ul.team_social.justify-content-center {
    display: block;
    position: absolute;
    right: 7px;
    bottom: -8px;
    background: var(--main-color);
    text-align: center;
    margin-bottom: 14px;
    margin-top: 27px;
    transition: all .5s;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

.team_mbr .col-lg-3:hover ul.team_social.justify-content-center {
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    visibility: visible;
    opacity: 1;
}

.mbr_name h3 {
    font-size: 22px;
    text-transform: uppercase;
}

.mbr_name.bg-s p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.team_mbr .team_social li a {
    color: #fff;
    font-size: 14px;
}

section .team_mbr .team_social li a:hover {
    color: #fff!important;
    font-size: 14px;
}

.team_mbr .team_social li {
    padding: 2px;
    border-bottom: 1px solid var(--second-color);
}


/* ----------------------------------------------------------------
  :: 16.0 Banner section
-----------------------------------------------------------------*/

.banner-section .row {
    margin: 0px !important;
}

.banner-col.bg-m.content-center {
    margin: 0;
}

.banner-col.space-60.content-center {
    position: relative;
    overflow: hidden;
}

.banner-col.space-60.content-center img.img-fluid {
    -webkit-animation: movebounce 2.9s linear infinite;
    animation: movebounce 2.9s linear infinite;
}

.banner-col .row {
    width: 100%;
}

.banner_text h2 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}

.banner_text h1 {
    color: var(--main-color);
    font-size: 54px;
    font-weight: bold;
}

.banner_text {
    padding: 20px;
}

.banner_text p {
    color: #fff;
    font-size: 18px;
}

.banner-col.bg-m .banner_img {
    text-align: right;
}


/* ----------------------------------------------------------------
  :: 17.0 Blog Section
-----------------------------------------------------------------*/

.blog-page .blog-post {
    margin-bottom: 24px;
}

.blog-post figure {
    margin-bottom: 0px!important;
}

.blog-post .post_dae {
    background: var(--main-color);
    text-align: left;
    color: #fff;
    font-size: 16px;
    width: 41%;
    margin: 0;
    -webkit-clip-path: polygon(96% 1%, 100% 55%, 93% 90%, 53% 100%, 30% 94%, 2% 100%, 0 100%, 0 0);
    clip-path: polygon(96% 1%, 100% 55%, 93% 90%, 53% 100%, 30% 94%, 2% 100%, 0 100%, 0 0);
    padding: 7px 15px;
	position: absolute;
}

.blog-post:hover .post_date {
    background: var(--main-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.blog-post:hover .blog_post-catipon-inner h3 {
    color: var(--main-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.blog-post figcaption.blog_post-catipon-inner p {
    font-size: 16px;
    padding: px 0px;
}

.blog_post-catipon-inner h3 {
    font-size: 20px;
    color: #111;
    padding-bottom: 0px;
    margin-bottom: 4px;
    line-height: 26px;
	font-weight: 600;
}

.blog-post ul.post_acl {
    display: flex;
    background: var(--second-color);
    margin: 0;
}

.blog-post ul.post_acl li {
    list-style: none;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 9px 0px;
    padding: 0px;
    width: 35%;
    border-right: 1px solid;
}

.blog-post ul.post_acl a {
    color: #fff;
    text-decoration: none;
}

.blog-post ul.post_acl li:last-child {
    border-right: 0;
}

.blog-post figcaption.blog_post-catipon-inner {
    background: #ffffff;
    margin: 0;
    padding-top:15px;
}

p.post_date {
    position: absolute;
    background: #4f5dec;
    color: #fff;
    padding: 5px 9px;
}

.post_date strong {
    display: block;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}

figcaption.blog_post-catipon-inner.text-left a.blog-btn {
    display: block;
}


/* ----------------------------------------------------------------
  :: 18.0 Blog Detail Page
-----------------------------------------------------------------*/

.blog-page .blog-post  {
    margin-bottom:40px;
}

main.blog-page.blog-details .blog_post-catipon-inner.text-left {
    background-color: #fff;
    padding: 20px 0;
}

.blog-post.post-detail p {
    font-size: 18px;
    color: #6b6b6b;
}

.blog-page.blog-details figcaption h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.blog-page.blog-details ul.post_acl_detail {
    display: flex;
}

.blog-page.blog-details ul.post_acl_detail li {
    list-style: none;
    margin-right: 30px;
}

.blog-page.blog-details ul.post_acl_detail li a {
    font-size: 16px;
    color: var(--second-color);
    text-decoration: none;
}

.blog-page.blog-details blockquote {
    color: var(--main-color);
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px solid var(--main-color);
    font-size: 22px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}


/* ----------------------------------------------------------------
  :: 19.0 Blog Comment Section
-----------------------------------------------------------------*/

a.btn.col-md-12.all_comments {
    font-size: 18px;
    font-weight: bold;
    border-radius: 9px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.btn.col-md-12.all_comments:hover {
    color: #f2f2f2 !important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.comment_form h2 {
    color: #fff;
    background: var(--second-color);
    padding: 10px 20px;
    font-size: 24px;
    margin-bottom: 40px;
}

.comment_detail .reply {
    top: 15px;
    right: 15px;
    position: absolute;
}

a.reply-btn {
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    color: var(--main-color);
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
	font-family: 'Roboto Slab', serif;
}

a.reply-btn:hover {
    color: #333;
    text-decoration: none;
}

.comment_detail {
    position: relative;
    padding-left: 12px;
    padding: 20px !important;
    margin-bottom: 30px;
}

a.pull_left_comment {
    width: 100px;
    border: 2px solid #4f5dec;
    border-radius: 5px;
    box-shadow: -11px -6px 0px #4f5dec;
    height: 100px;
    overflow: hidden;
    display: block;
    position: relative;
}

h4.comment_detail_title {
    font-size: 20px;
    padding: 0px 0px;
    margin-bottom: 2px;
    color: var(--second-color);
	font-family: 'Roboto Slab', serif;
}

.comment_form .form-control {
    padding: 4px 25px;
    border-radius: 0;
    font-size: 18px;
    border: 0;
    background: #eee;
}

.comment_form .form-control:hover {
    box-shadow: 0px 0px 2px #ccc;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.comment_form input.form-control {
    height: 54px;
}

.comment_form textarea.form-control {
    min-height: 120px;
    padding-top: 20px;
}

section.about-section.white {
    background: linear-gradient(4deg, rgba(0, 0, 0, 0.88) 17%, rgba(0, 0, 0, 0.42) 69%), url(../img/all-img/right.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
}

.comment-section .about-text a.btn.main-btn {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 1.313;
    text-transform: uppercase;
    width: 201px;
    height: 47px;
    background-image: var(--main-color);
}

a.btn.main-btn:hover {
    color: #f2f2f2;
    box-shadow: 2px 2px 10px #afafaf;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

span.comment_date {
    font-size: 16px;
    color: var(--main-color);
    transition: all 0.5s;
    margin: 4px 0px;
    -ms-transition: all 0.5s;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.comment_detail p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 0px;
}

.reply-btn i.fas.fa-reply {
    font-size: 14px;
}

.media.comment_box {
    padding-right: 0;
    margin-left: 12px;
}

h2.section_comment_title {
    color: #fff;
    background: var(--second-color);
    padding: 10px 20px;
    font-size: 24px;
    margin-bottom: 40px;
}

.author_c_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.author_row {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.author_description {
    color: #fff;
    padding: 30px;
    background: var(--main-color);
    margin-bottom: 60px;
}

.author_description .team_social {
    margin-top: 10px;
}

.author_description .team_social a {
    color: #fff;
    padding: 0px 4px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: block;
    background: var(--second-color);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    text-align: center;
    font-size: 14px;
}

.comment_submit_btn {
    width: 100%;
    text-align: right;
    margin-right: 15px;
    width: 150p;
}

.comment_submit_btn a.btn.main-btn {
    width: 252px;
    border-radius: 0;
    font-weight: 600;
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    text-transform: capitalize;
    background: var(--second-color);
}

.comment_submit_btn a.btn.main-btn:hover {
    background: var(--main-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

section.comment-section.space-bottom .author_description p {
    color: #fff;
    font-size: 16px;
}
.author_description .col-lg-12 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
section.comment-section.space-bottom ul.team_social li {
    margin-right: 5px;
}

.blog-post_tag a {
    margin: 3px;
    color: #333;
    font-size: 16px;
    text-decoration: none!important;
}

.single-post-navs-wrap {
    padding-bottom: 40px;
}

.single-post-navs {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e9eff2;
    border-bottom: 1px solid #e9eff2;
}

.single-post-navs img {
    border-radius: 50%;
}

.single-post-navs .single-post-prev,
.single-post-navs .single-post-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post-navs .single-post-prev a,
.single-post-navs .single-post-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-size: 0.92857rem;
    color: #526977;
    text-decoration: none;
}

.single-post-navs .single-post-prev .single-nav-post-title,
.single-post-navs .single-post-next .single-nav-post-title {
    display: block;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
}
.single-post-navs .single-post-prev:hover .single-nav-post-title,
.single-post-navs .single-post-next:hover .single-nav-post-title {
	color:var(--main-color);
}
.single-nav-post-thumb {
    max-width: 80px;
}

.single-post-navs .single-post-prev {
    padding-right: 15px;
}

.single-post-navs .single-post-prev img {
    margin-right: 20px;
}

.single-post-navs .single-post-next {
    padding-left: 15px;
}

.single-nav-post-info {
    padding-left: 20px;
}

.single-post-navs .single-post-next .single-nav-post-info {
    text-align: right;
    padding-right: 20px;
}


/* ----------------------------------------------------------------
  :: 20.0 Subscribe Section
-----------------------------------------------------------------*/

.subscribe {
    background: #ccc;
    background: linear-gradient(4deg, rgba(79, 93, 236, 0.76) 17%, rgba(79, 93, 236, 0.76) 69%), url(../img/slider/1.jpg);
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.subscribe_form.content-center {
    padding-right: 60px;
}

section.subscribe h1 {
    font-size: 40px;
    font-weight: bold;
}

.subscribe p {
    font-size: 18px;
    color: #ffffff;
}

.subscribe input.form-control {
    height: 60px;
    font-size: 18px;
    border: 0;
    border-radius: 0px;
    padding-left: 20px;
}

.subscribe .offset-2 .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.subscribe .subscribe-img {
	width: 100%;
    float: right;
	margin:0 auto;
}


.subscribe button.btn_sbscib {
    background: var(--second-color);
    color: #fff;
    width: 160px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 0;
}

.subscribe button.btn_sbscib:hover {
    background-color: #333;
}

.subscribe .input-group {
    margin-top: 40px;
}

.section-heading.container {
    padding: 0;
}


/* ----------------------------------------------------------------
  :: 21.0 Contact  Section
-----------------------------------------------------------------*/

.cont-map {
    margin-top: 100px;
    margin-bottom: -28px;
}

.cont-map iframe {
    height: 400px;
}

.contact-section iframe {
    border: 0;
    width: 100%;
}

.contact-section textarea.form-control {
    height: 180px !important;
}

.contact-section .row.other-cont-area-example {
    margin-bottom: 20px;
    /* padding-top: 8px; */
    padding-left: 40px;
    border-radius: 0px 0px 10px 10px;
    border-right: 13px solid var(--main-color);
    justify-content: center;
    background: #333;
    display: flex;
    padding: 10px 30px;
}
.contact-section .other-cont-area-example span i {
    font-size: 24px;
    color: var(--main-color);
}

.icon_col {
    margin-top: 8px;
}

.contact-section .contactus_form h2.mb-4 {
    font-weight: bold;
}

.contact-section .form-group .form-control {
    height: 44px;
    border-radius: 0px;
    border: 0;
    padding-right: 20px;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    margin-bottom: 12px;
}

.contact-section a.btn.main-btn.col-md-12 {
    text-align: tra;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px!important;
    border-radius: 0px;
}

.contact-section .other-cont-area-col-inner {
    background: var(--second-color);
    color: #fff;
}

.row.other-cont-area-example h4 {
    font-size: 20px;
}
.row.other-cont-area-example p {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
  :: 23.0 Faq  Section
-----------------------------------------------------------------*/

.faq-section {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.69) 24%, rgba(0, 0, 0, 0) 95%), url(../img/all-img/bg2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-overlay {
    background: linear-gradient(-106deg, rgba(37, 36, 36, 0) 43%, var(--main-color) 40%);
}


/* ----------------------------------------------------------------
  :: 24.0 Accordion
-----------------------------------------------------------------*/

.accordion-custom_d .card-header {
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 0 !important;
}

.card-body p {
    font-size: 16px;
    margin-bottom: 0;
}

.accordion-custom_d .card-header {
    border-radius: 4px !important;
    border: 0;
}

.accordion-custom_d .btn-link {
    font-weight: 400;
    border-radius: 0px;
    padding: 15px;
    font-size: 19px;
    border: 1px solid #fff;
    color: #333;
    text-decoration: none;
    border-radius: 0;
    text-transform: capitalize;
}

button.btn.btn-link.btn-block:hover {
    text-decoration: none !important;
    background: var(--h-color);
    color: #333;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.accordion-custom_d .btn.collapsed:hover {
    color: #333;
    background: var(--h-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.accordion-custom_d .card {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 28px;
    color: #fff;
}

.accordion-custom_d .card .btn:active,
.accordion-custom_d .card .btn:focus,
.accordion-custom_d .card .btn:hover {
    transform: inherit;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.accordion-custom_d .card .card-header {
    margin-bottom: 1px !important;
}

.accordion-custom_d .card-header button.btn.btn-link.btn-block.text-left {
    color: #333;
    background-color: #fff;
}

.accordion-custom_d .card-header .btn.collapsed {
    color: #ffffff !important;
    background-color: transparent !important;
}

.card-header .btn.collapsed .fa.main:after {
    content: "\f358"!important;
}

.accordion-custom_d .card-header .btn .fa.main:after {
    content: "";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 24px;
    padding-right: 0.5em;
    position: relative;
    right: 1px;
}

.accordion-custom_d .card-header .btn .fa.main {
    padding: 13px 5px;
    position: absolute;
    right: -3px;
    top: 4px;
    font-size: 20px;
}


/* ----------------------------------------------------------------
  :: 24.0 Slider arrow
-----------------------------------------------------------------*/

.swiper-button-icon {
    height: 40px;
    width: 50%;
    overflow: hidden;
    height: 30px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 55px;
    margin: 0 auto;
}

.swiper-button-icon:before {
    content: '';
    height: 30px;
    width: 30px;
    display: block;
    border: 5px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    right: 5px;
}

.swiper-button-icon:after {
    content: '';
    height: 6px;
    width: 58px;
    display: block;
    background: #fff;
    position: absolute;
    top: 11px;
    left: -15px;
}

.swiper-container .swiper-button {
    width: 100px !important;
    height: 79px;
    background: var(--main-color);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.swiper-container .swiper-button-next {
    right: 5%;
}

.swiper-container .swiper-button-prev {
    left: 5%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    background-image: none !important;
}

.swiper-btn-center {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container .swiper-btn-center .swiper-button-prev {
    left: 5%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-container .swiper-btn-center .swiper-button {
    position: static;
}

.swiper-container .swiper-btn-center .swiper-button {
    width: 90px !important;
    height: 60px;
    border-radius: 0px;
    background: var(--main-color);
    float: left;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}


/* ----------------------------------------------------------------
  :: 25.0 Blog Sidebar
-----------------------------------------------------------------*/

.blog-slider .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    background-color:var(--second-color);
    opacity: .7;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color)!important;
    opacity: 1;
}

.sidebar ul {
    list-style: none;
    margin: 0;
}

.form-group.search_2 {
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 0;
    background-color: #fff;
}



.search_2 .btn {
    background-color: #4f5dec;
    color: #ffffff;
    font-size: 20px;
    width: 56px;
    border-radius: 0;
}

.search_2 input.form-control {
    height: 46px;
    border-radius: 0;
    border: 1px solid #e9e3e3;
    font-size: 18px;
}

.cat-item a {
    color: #333;
    border: 1px solid transparent;
    padding: 8px 15px;
    display: block;
    border-radius: 40px;
    margin-bottom: 12px;
    min-height: 40px;
    text-decoration: none;
    transition: 0.5s;
    border: none !important;
}

.cat-item {
    list-style: none;
}

.cat-item a:hover {
    color: var(--second-color);
    border: 1px solid var(--second-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

h3.widgets-title {
    margin-bottom: 3px;
    padding: 10px;
    color: var(--second-color);
    FONT-WEIGHT: BOLD;
    text-transform: capitalize;
    margin-left: 10px;
    border-left: 1px solid #4f5dec;
    font-size: 20px;
}

.blog-sidebar-widgets li:last-child a {
    border-bottom: 0 !important;
}

.blog-sidebar-widgets li:first-child {
    margin-top: -15px;
}

.blog-sidebar-widgets li .fas {
    font-size: 20px;
    padding-right: 15px;
}

.blog-sidebar-widgets li a {
	font-family: 'Roboto Slab', serif;
    color: var(--main-color);
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    border-bottom: 1px solid #bdbdbd !important;
    text-decoration: none;
    border-radius: 00000;
    margin-bottom: 5px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.blog-sidebar-widgets li a:hover {
    background: var(--second-color);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    padding: 10px 10px;
}

.blog-sidebar-widgets .media.sidebar-post {
    border-bottom: 1px solid #c9c7c7 !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-sidebar-widgets .media.sidebar-post:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-post-img {
    max-width: 100px;
    max-height: 80px;
    margin-right: 21px;
    overflow: hidden;
}

.post-img img.img-fluid {
    width: 100%;
}

.sidebar-post h4 a {
    font-size: 18px;
    text-transform: capitalize;
    color: #111;
    text-decoration: none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.sidebar-post p {
    color: #534949;
    padding: 0;
    font-size: 16px;
    margin: 4px 0px;
}

.sidebar-post h4 a:hover,
.sidebar-post:hover p {
    color: var(--second-color);
    text-decoration: none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.sidebar-post p span {
    color: #afa9a9;
}

.blog-sidebar-widgets a.btn.main-btn {
    width: 133px;
    line-height: 12px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.tags-blog-sidebar ul {
    margin: 0;
    padding: 0;
}

.tags-blog-sidebar li {
    list-style: none;
}

.tags-blog-sidebar li {
    list-style: none;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 50px;
    margin: 0px;
}

.tags-blog-sidebar li:hover {
    border: 1px solid var(--second-color);
    color: var(--main-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.tags-blog-sidebar li a {
    color: var(--second-color);
    text-decoration: none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.blog-sidebar-widgets {
    margin-bottom: 40px;
}

.blog-sidebar-widgets-inner {
    padding: 15px 10px;
}

.blog-sidebar-widgets a.tag-cloud-link {
    display: inline-block;
    padding: 7px 19px;
    margin: 4px;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #524f4f;
    background-color: #fff;
    transition: 0.5s;
}

.blog-sidebar-widgets a.tag-cloud-link:hover {
    background: var(--second-color);
    transition: 0.5s;
    color: #fff;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.gallery-item {
    width: 32%;
    display: inline-block;
    margin-bottom: 4px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.gallery-item:hover img {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.widgets-col .team_social {
    margin-top: 30px;
}

.about-img-inner iframe.video.col-md-12 {
    border: 0;
    height: 400px;
}

.media-body.post-right-text h4 {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 16px;
}

.media-body.post-right-text a {
	font-family: 'Roboto Slab', serif;
}

.media.sidebar-post:hover a {
    color: var(--main-color);
}


/* ----------------------------------------------------------------
  :: 27.0 pagination
-----------------------------------------------------------------*/

.pagination_2 a.page-link {
    border: 0;
    font-size: 20px;
    color: var(--second-color);
    padding: 8px;
}

.pagination_2 .page-item.active .page-link {
    z-index: 1;
    font-size: 26px;
    line-height: 30px;
    background-color: transparent;
    color: var(--main-color);
    background-color: transparent;
    border-color: #007bff;
    font-weight: bold;
}

.pagination_2 li.page-item.priv .page-link,
.pagination_2 li.page-item.next .page-link {
    background: var(--main-color);
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border-radius: 0 !important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.pagination_2 li.page-item.priv .page-link:hover,
.pagination_2 li.page-item.next .page-link:hover {
    background: var(--second-color);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}


/* ----------------------------------------------------------------
  :: 28.0  Contact Page 
-----------------------------------------------------------------*/

.contact-page section .row.wcm-list {
    margin: 11px 0px !important;
    min-height: 90px;
    box-shadow: 2px 2px 14px #e1e1e1;
    border: 0;
}

.contact-page .wcm-icon i:before {
    font-size: 30px;
    color: var(--main-color);
    margin: 0;
}

.contact-page span.wcm-icon {
    text-shadow: none;
}

.contact-page span.wcm-icon {
    font-size: inherit;
}


/* ----------------------------------------------------------------
  :: 29.0  404 Page 
-----------------------------------------------------------------*/

.not-foun-inner {
    text-align: center;
}

.not-foun-inner h1 {
    line-height: 170px;
    letter-spacing: -15px;
    font-size: 200px;
    font-weight: bold;
}

.not-foun-inner h1 span {
    color: var(--main-color);
}

.not-foun-inner h2 {
    font-size: 40px;
    font-weight: bold;
}

.not-foun-inner .not-foun-inner .not-foun-img {
    margin-top: 100px;
    position: relative;
    z-index: 99;
}

section.not-foun.space {
    position: relative;
    background: linear-gradient(4deg, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 69%), url(../img/all-img/bg-404.jpg);
    background-size: cover;
    background-position: center;
}

section.not-foun.space:after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    background: #cdcdcd;
    height: 227px;
}

.not-foun-img {
    margin-top: 60px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    z-index: 99;
}

.not-foun-inner h3 a {
    color: var(--main-color);
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 24px;
    text-decoration: none;
    display: block;
    text-align: center;
}


/* ----------------------------------------------------------------
  :: 29.0  Product Details
-----------------------------------------------------------------*/

.product-details h1 {
    font-size: 46px;
    font-weight: bold;
}

.product_pric_box h4 {
    font-size: 20px;
	font-family: 'Roboto Slab', serif;
}

ul.post_acl_detail {
    display: flex;
    margin-bottom: 20px;
}

ul.post_acl_detail li {
    list-style: none;
    padding-right: 14px;
}

ul.post_acl_detail a {
    color: var(--second-color);
    font-size: 18px;
    padding-right: 15px;
    text-decoration: none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

ul.post_acl_detail a:hover {
    text-decoration: none;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.product-detail-slider img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.d_pills li a.nav-link {
    font-size: 22px;
    background: #e4e4e4;
    color: #333;
    border-radius: 0;
    border-bottom: 3px solid #transparent;
    padding: 7px 26px;
    margin-right: 6px;
    -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 11% 100%);
    clip-path: polygon(0 0, 88% 0, 100% 100%, 11% 100%);
}

.d_pills li a.nav-link.active {
    background: var(--main-color);
    border-bottom: 3px solid #333;
}

.product-details-list p {
    font-size: 18px;
}

.tab-content.product-details-list {
    background: #e4e4e4;
    padding: 20px;
    margin-top: 20px;
}

.product-details-list p {
    font-size: 18px span;
    padding: 10px 15px;
    text-transform: capitalize;
    display: flex;
    background-color: #fff;
}

.product-details-list p span.product-details_span {
    display: block;
    width: 70%;
    font-weight: 600;
    color: #2a2a2a;
}
figure.box_1 {
    background: var(--main-color);
    color: #fff;
    padding: 20px;
}

figure.box_1 h2 {
    font-size: 34px;
    font-weight: bold;
}

figure.box_1 h3 {
    font-size: 24px;
}

.product_pric_box {
    background-color: #e4e4e4;
}

figure.box_2 {
    padding: 15px;
}

figure.box_2 select {
    margin-bottom: 15px;
}

figcaption.f_caption {
    padding-top: 20px;
}

figcaption.f_caption p {
    display: inline-block;
    list-style: none;
    background-color: #fff;
    padding: 8px;
    font-size: 16px;
    margin: 4px;
    text-transform: capitalize;
    text-align: center;
}

figcaption.f_caption p i,
figcaption.f_caption p span,
figcaption.f_caption p strong {
    display: block;
}
.row_caption p.col {
    width: 30%;
}
.row.row_caption {
    margin: 0;
}

.row.row_caption i {
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: var(--main-color);
}


/* ----------------------------------------------------------------
  :: 30.0 Testimonial Section
-----------------------------------------------------------------*/

.ws_images li {
    position: relative;
}

section.testimonial-section {
    background: linear-gradient(4deg, rgba(0, 0, 0, 0.72) 17%, rgba(0, 0, 0, 0.72) 69%), url(../img/all-img/testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 52% 100%, 0 92%);
}

.testimonial_img span {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 12px;
}

section.testimonial-section .swiper-pagination-bullet {
    background: #fff;
}

section.testimonial-section .swiper-pagination {
    margin-top: 40px;
    position: static;
}

.swiper-slide.testimonial_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_img figcaption {
    margin-top: 20px;
    text-align: center;
}

.testimonial_img figcaption h3 {
    font-size: 18px;
}

.testimonial_img figcaption p {
    color: var(--second-color);
}

.testimonial_cont figure {
    text-align: left;
    justify-content: center;
    color: #000000;
    padding-right: 56px!important;
    padding: 30px;
}

.corp-service-box.left-box:before,
.corp-service-box.left-box:after {
    content: "";
    top: 50%;
    right: auto;
    position: absolute;
    border-left: 26px solid transparent;
    -ms-transform: scaleY(0.6) rotate(90deg) translateX(-50%);
    -webkit-transform: scaleY(0.6) rotate(90deg) translateX(-50%);
    transform: scaleY(0.6) rotate(90deg) translateX(-50%);
    border-right: 26px solid transparent;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.testimonial_img span img {
    max-width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.testimonial_cont figure figcaption p {
   color: var(--main-color);
}
.testimonial_cont figure h3 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.testimonial_cont figure p {
    font-size: 18px;
}

.swiper-container.testimonial-slider {
    max-width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto!important;
}

.swiper-container.testimonial-slider .swiper-slide {
    height: auto;
}

.testimonial_item-inner {
    max-width: 88%;
    position: relative;
    background: #fff;
    display: flex;
    right: 0;
    position: -r;
}

.testimonial_img>figure {
    background: #4f5dec;
    max-width: 135px;
    max-height: 135px;
    position: relative;
    top: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -40px;
}

.testimonial_item-inner {
    position: relative;
}

.testimonial_item-inner:after {
    content: '';
    height: 100px;
    width: 7px;
    background: #4f5dec;
    border-top: 1px solid #333;
    position: absolute;
    top: 31%;
    display: flex;
    justify-content: center;
    left: 0px;
    align-items: center;
}

.testimonial_item-inner:before {
    content: '';
    height: 203px;
    width: 213px;
    border-top: 1px solid #4f5dec;
    position: absolute;
    bottom: 0;
    background-color: #4f5dec;
    -webkit-clip-path: circle(50% at 66% 66%);
    right: 0;
}


/* ----------------------------------------------------------------
  :: 31.0 Footer
-----------------------------------------------------------------*/

.footer_inner.space-top {
	    color: #fff;
    -webkit-clip-path: polygon(28% 2%, 58% 3%, 75% 0, 100% 3%, 100% 100%, 0 100%, 0 4%, 12% 0);
    clip-path: polygon(28% 2%, 58% 3%, 75% 0, 100% 3%, 100% 100%, 0 100%, 0 4%, 12% 0);
    background: linear-gradient(4deg, rgba(0, 0, 0, 0.87) 17%, rgba(19, 19, 19, 0.89) 69%), url(../img/slider/2.jpg);
}

footer a {
    color: #fff;
}
.footer_about p {
    font-size: 16px;
}
.footer-widgets.row {
    margin: 7px;
}

.widgets-col ul {
    padding: 0;
}

.widgets-col ul {
    padding: 0;
}

.widgets-col .team_social li {
    display: inline-block;
    padding: 0px;
    margin: 5px;
}

img.footer_logo {
    margin-bottom: 20px;
    max-width: 200px;
}

.widgets-col .team_social a {
    color: #fff;
    padding: 0px 4px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.widgets-col li {
    list-style: none;
}

.coppy-right {
    padding: 15px;
    border-top: 1px solid;
    margin-top: 60px;
}

.p_twitter span {
    padding-bottom: 16px;
    margin-bottom: 12px;
	border-bottom: 1px solid rgba(255, 251, 251, 0.27);
}

.p_twitter {
    display: flex;
    font-size: 16px;
   line-height: 26px;
}

.widgets-col .team_social a {
    color: #fff;
    padding: 0px 4px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    background-color: var(--main-color);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    text-align: center;
    font-size: 18px;
}

p.p_twitter i.fab.fa-twitter {
    margin-top: 7px;
    margin-right: 7px;
    font-size: 19px;
    color: #ffffff;
    margin-right: 12px;
}

p.p_twitter small {
    color: var(--main-color);
    display: block;
	padding-top:8px;
	font-weight:600;
}

.widgets-col h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 22px;
}

.link li a {
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
    text-decoration: none;
    text-transform: capitalize;
	transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.link li a:hover {
    color: #ccc;
	 transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}


.widgets-col ul.link li a:hover::before {
    opacity: 1;
    color: var(--main-color);
    margin-left: 16px;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.widgets-col ul.link li a:hover {
 color: var(--main-color);
}
.col-md-4.widgets-col {
    font-size: 16px;
    line-height: 28px;
    word-spacing: 1px;
    font-weight: 300;
}

.contcat_info h6 {
    margin: 20px 0px;
    font-weight: normal;
    display: flex;
    font-size: 16px;
    line-height: 24px;
}

.contcat_info h6 i {
	margin-top:7px;
    padding-right: 28px;
    width: 20px;
    color: var(--main-color);
}

.cont-map iframe {
    border: 0;
    width: 100%;
}

.widgets-col ul.team_social {
    padding: 0;
    margin: 20px 0px;
}

.widgets-col ul.team_social li {
    width: 20%;
    margin-right: 7px;
}

.coppy-right p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    font-size:20px;
}


.coppy-right p a{
	color:var(--main-color);
	font-weight:bold;
	text-decoration:none;
}


/* ----------------------------------------------------------------
	:: 32.0 Page Loader
-----------------------------------------------------------------*/

#page-anim-preloader {
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: ;
    display: ;
    z-index: 999;
    width: 100%;
    height: 100% !important;
    transition: all .9s;
}

#page-anim-preloader img {
    max-width: 200px;
    position: relative;
    top: -81px;
}

.page_preloader-inner {
    position: relative;
    z-index: 999999;
    height: 100%;
}

#page-anim-preloader:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, #0acffe 0, var(--main-color) 100%);
    width: 100%;
    height: 100%;
}

@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }
    to {
        left: -80px;
        opacity: 0;
    }
}

@keyframes dots {
    from {
        width: 0px;
    }
    to {
        width: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



.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;
}


/* ----------------------------------------------------------------
	:: 34.0 social share Css 
-----------------------------------------------------------------*/

.share {
    bottom: 0;
    position: absolute;
    right: 0;
    transform: translate(-65%, -65%) rotate(33deg);
    width: 60px;
    height: 60px;
}

.share ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.share ul li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    transition: 0.5s;
    overflow: hidden;
}

.share ul.active li {
    transform: scale(0.95);
}

.share ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #4f5dec;
    transition: .5s;
}

.share ul li a .fa {
    transform: rotate(-45deg);
}

.share ul li a:hover {
    color: #fff;
    background: var(--main-color);
}

.share ul.active li:nth-child(1) {
    top: 100%;
    left: -100%;
    transition-delay: 0s;
}

.share ul.active li:nth-child(2) {
    top: 100%;
    left: 0;
    transition-delay: 0.2s;
}

.share ul.active li:nth-child(3) {
    left: -100%;
    transition-delay: 0.4s;
}

.toggle {
    position: absolute;
    top: 0;
    right: 0;
    color: #4f5dec;
    line-height: 47px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: scale(0.95);
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    cursor: pointer;
}

.toggle i{
	font-size: 33px;
	display: block;
	padding: 14px;
	text-align: center;
}
.toggle .fa-share-alt {
	display:none;
}

.toggle .fa-times {
		display:none;
}
.toggle.active .fa-times {
	display:block;
}
.toggle .fa-share-alt {

		display:block;
}


/* ----------------------------------------------------------------
	:: 34.0 Additional Css 
-----------------------------------------------------------------*/

@keyframes movebounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}


/*-- xs offer car tabs Start --*/

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(50);
        transform: translateY(50);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce,
.col-lg-2.content-center img {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

#return-to-top {
    width: 50px;
    position: fixed;
    text-align: center;
    bottom: 20px;
    text-align: center;
    right: -2px;
    color: var(--main-color);
    text-shadow: 1px 1px #fff;
    z-index: 999999;
    display: block;
    display: none;
    -moz-border-radius: 35px;
    transition: all .5s;
}

/* ----------------------------------------------------------------
	:: 35.0 particles.js 
-----------------------------------------------------------------*/

#particles-js {
    width: 100%;
    position: absolute;
    height: 100%;
}

.tech-slideshow {
    height: 200px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.ran_car-ani.col-md-12 {
    margin-bottom: -13px;
    margin-bottom: -13px;
    padding-bottom: 0;
    padding: 0;
}

.ran_car-ani-inner {
    opacity: 1;
    text-align: right;
    transition: opacity 0.5s ease-out;
    animation: moveSlideshow 15s linear infinite;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-100%);
    }
}