/*
@File: Sherpa Brokerage Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area
** - Sidebar Modal Area Style
** - Banner Area Style
** - Choose Us Area Style
** - About Area Style
** - Our Vision Area Style
** - Services Area Style
** - Quat Area Style
** - Counter Area Style
** - Achievement Area Style
** - Agent Now Area Style
** - Testimonial Area Style
** - Business Contact Area Style
** - Blog Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style

** - INNER PAGE STYLE AREA - **

** - Page Title Area Style
** - Sign In & Log In  Area Style
** - Coming Soon Area Style
** - 404 Error Area Style
** - Service Details Area Style
** - Blog Details Area Style
** - Contact Area Style
** - FAQ Area Style
** - Client Area Style
** - Gallery Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

** - Addition Custom
** - Logo Slider Area Style


*******************************************
/*


/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    padding    : 0;
    margin     : 0;
    font-size  : 14px;
    line-height: 1.8;
    font-family: "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
    color      : #000000;
}

.body-five .h1,
.body-five .h2,
.body-five .h3,
.body-five .h4,
.body-five .h5,
.body-five .h6,
.body-five h1,
.body-five h2,
.body-five h3,
.body-five h4,
.body-five h5,
.body-five h6 {
    color: #000000;
}

a {
    display        : inline-block;
    transition     : all 0.35s;
    text-decoration: none;
    color          : #FFD700;
}

a:hover {
    text-decoration: none;
    color          : #000000;
}

a:focus {
    text-decoration: none;
}

button {
    outline   : 0 !important;
    box-shadow: none;
    border    : none;
}

button:focus {
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color      : #000000;
    font-weight: 800;
}

.h1,
h1 {
    font-size: 54px;
}

.h2,
h2 {
    font-size: 36px;
}

h3 {
    font-size: 18px;
}

.d-table {
    width : 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size    : 15px;
    margin-bottom: 15px;
    font-family  : "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

.privacy-bold {
    font-weight: 700;
}

img {
    max-width: 100%;
    height   : auto;
}

ul {
    list-style: none;
    padding   : 0;
    margin    : 0;
}

.form-control {
    height          : 50px;
    color           : #000000;
    border          : 1px solid #013160;
    background-color: #f9f9f9;
    border-radius   : 2px;
    font-size       : 15px;
    padding         : 10px 20px;
    width           : 100%;
}

.form-control::-moz-placeholder {
    color: #3f3f3f;
}

.form-control::placeholder {
    color: #3f3f3f;
}

.form-control:focus {
    color           : #000000;
    background-color: transparent;
    box-shadow      : unset;
    outline         : 0;
    border          : 1px solid #013160;
}

.form-control:hover:focus,
.form-control:focus {
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.pt-300 {
    padding-top: 300px;
}

.pb-300 {
    padding-bottom: 300px;
}

.ptb-300 {
    padding-top   : 300px;
    padding-bottom: 300px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.ptb-200 {
    padding-top   : 200px;
    padding-bottom: 200px;
}

.ptb-150 {
    padding-top   : 150px;
    padding-bottom: 150px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.ptb-100 {
    padding-top   : 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-70 {
    padding-top   : 70px;
    padding-bottom: 70px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding-top   : 50px;
    padding-bottom: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-30 {
    padding-top   : 30px;
    padding-bottom: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ptb-20 {
    padding-top   : 20px;
    padding-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mtb-30 {
    margin-top   : 30px;
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mtb-20 {
    margin-top   : 20px;
    margin-bottom: 20px;
}

/*
Default Btn Area Style*/
.default-btn {
    font-size       : 14px;
    color           : #ffffff;
    padding         : 15px 30px;
    line-height     : 1;
    transition      : all 0.35s;
    text-transform  : capitalize;
    position        : relative;
    cursor          : pointer;
    border-radius   : 2px;
    text-align      : center;
    overflow        : hidden;
    z-index         : 1;
    background-color: #000000;
}

.default-btn::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 100%;
    width           : 100%;
    height          : 50%;
    background-color: #666666;
    z-index         : -1;
    transition      : all 0.35s;
}

.default-btn::after {
    content         : "";
    position        : absolute;
    bottom          : 0;
    right           : 100%;
    width           : 100%;
    height          : 50%;
    background-color: #666666;
    z-index         : -1;
    transition      : all 0.35s;
}

.default-btn.active {
    margin-left     : 30px;
    color           : #ffffff;
    background-color: #000000;
}

.default-btn.btn-five {
    background-color: #000000;
}

.default-btn.btn-five::before {
    background-color: #000000;
}

.default-btn.btn-five::after {
    background-color: #000000;
}

.default-btn.btn-six {
    background-color: #000000;
}

.default-btn.btn-six::before {
    background-color: #000000;
}

.default-btn.btn-six::after {
    background-color: #000000;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover::before {
    left: 0;
}

.default-btn:hover::after {
    right: 0;
}

/*
Read More Area Style*/
.read-more {
    line-height: 1;
    color      : #FFD700;
    font-weight: 500;
    transition : all 0.35s;
    display    : block;
    font-size  : 13px;
}

.read-more:hover {
    color: #FFD700;
}

.read-more:hover i {
    color    : #FFD700;
    animation: rotation 0.5s linear infinite;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .top-header-area {
    padding         : 15px 0;
    background-color: #f2f2f2;
}

.header-area .top-header-area .header-content-left p {
    color         : #000000;
    font-size     : 14px;
    text-transform: capitalize;
}

.header-area .top-header-area .header-content-right {
    float: right;
}

.header-area .top-header-area .header-content-right li {
    display      : inline-block;
    padding-right: 20px;
    color        : #000000;
}

.header-area .top-header-area .header-content-right li:last-child {
    padding-right: 0;
}

.header-area .top-header-area .header-content-right li a {
    color  : #000000;
    display: inline-block;
}

.header-area .top-header-area .header-content-right li a i {
    color           : #ffffff;
    margin-right    : 5px;
    font-size       : 15px;
    background-color: #000000;
    width           : 25px;
    height          : 25px;
    line-height     : 25px;
    text-align      : center;
    border-radius   : 50%;
    position        : relative;
    top             : 1px;
}

.header-area .top-header-area .header-content-right li a:hover {
    color: #111111;
}

/*
Nav Area Style
======================================================*/
.nav-area .navbar-area .main-nav {
    position        : unset;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow      : none;
    padding-top     : 0;
    padding-bottom  : 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-weight   : 500;
    font-size     : 15px;
    color         : #3f3f3f;
    text-transform: capitalize;
    transition    : all 0.35s;
    margin-left   : 0;
    margin        : 0 10px;
    position      : relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size  : 15px;
    line-height: 0;
    position   : relative;
    top        : 3px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    content         : "";
    position        : absolute;
    bottom          : -25px;
    right           : 0;
    width           : 0;
    height          : 2px;
    background-color: #ffffff;
    opacity         : 0;
    transition      : all 0.35s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color          : #000000;
    /*  to underline navigation */
    text-decoration: underline;
    /*  to animate */
    transform      : translate3d(0, 0.1em, 0);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color          : #000000;
    /*  to underline navigation */
    text-decoration: underline;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
    border          : none;
    border-radius   : 0;
    top             : 80%;
    left            : 0;
    padding         : 0;
    opacity         : 0;
    visibility      : hidden;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size    : 13px;
    color        : #666666;
    position     : relative;
    padding      : 10px 15px;
    border-bottom: 1px #f2f2f2;
    margin-left  : 0;
    margin-right : 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float     : right;
    top       : 12px;
    transition: all 0.35s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color           : #000000;
    background-color: #f2f2f2;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color           : #000000;
    background-color: #f2f2f2;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    border-bottom: 1px #f2f2f2;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:last-child a {
    border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0px !important;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    top: 0px !important;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity   : 1;
    visibility: visible;
    top       : 100%;
}

.nav-area .navbar-area.is-sticky {
    position        : fixed;
    top             : 0;
    left            : 0;
    right           : 0;
    margin          : auto;
    z-index         : 999;
    background-color: #ffffff;
    box-shadow      : 0 4px 6px -6px rgba(0, 0, 0, 0.4);
    animation       : 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition      : all 0.5s;
    width           : 100% !important;
}

.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #666666;
}

.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a:hover {
    color: #000000;
}

.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #000000;
}

.nav-area .dropdown-toggle::after {
    display: none;
}

.nav-area .others-option {
    position: relative;
    top     : 4px;
}

.nav-area .others-option .subscribe {
    display : inline-block;
    position: relative;
}

.nav-area .others-option .subscribe .default-btn {
    padding: 12px 20px;
}

.nav-area .others-option .option-item {
    color       : #000000;
    display     : inline-block;
    line-height : 1;
    margin-right: 12px;
    position    : relative;
    top         : -13px;
}

.nav-area .others-option .option-item .search-overlay {
    display: none;
}

.nav-area .others-option .option-item .search-overlay.search-popup {
    position  : absolute;
    top       : 100%;
    width     : 535px;
    right     : 0;
    background: #ffffff;
    z-index   : 2;
    padding   : 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
}

.nav-area .others-option .option-item .search-overlay.search-popup .search-form {
    position: relative;
}

.nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-input {
    display     : block;
    width       : 100%;
    height      : 50px;
    line-height : initial;
    border      : 1px solid #eeeeee;
    color       : #000000;
    outline     : 0;
    transition  : all 0.35s;
    font-size   : 15px;
    padding-top : 4px;
    padding-left: 15px;
}

.nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #FFD700;
}

.nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-button {
    position  : absolute;
    right     : 0;
    top       : 0;
    height    : 50px;
    background: #FFD700;
    border    : none;
    width     : 50px;
    outline   : 0;
    color     : #ffffff;
    transition: all 0.35s;
    padding   : 0;
}

.nav-area .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #000000;
}

.nav-area .others-option .option-item .search-btn {
    cursor          : pointer;
    transition      : all 0.35s;
    color           : #ffffff;
    font-size       : 20px;
    line-height     : 1;
    text-align      : center;
    position        : relative;
    top             : 3px;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    background-color: #000000;
    border-radius   : 50%;
}

.nav-area .others-option .option-item .search-btn:hover {
    color           : #ffffff;
    background-color: #3f3f3f;
}

.nav-area .others-option .option-item .close-btn {
    cursor          : pointer;
    display         : none;
    transition      : all 0.35s;
    font-size       : 20px;
    line-height     : 1;
    text-align      : center;
    color           : #ffffff;
    position        : relative;
    top             : 3px;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    background-color: #FFD700;
    border-radius   : 50%;
}

.nav-area .others-option .option-item .close-btn:hover {
    color: #ffffff;
}

.nav-area .others-option .option-item .close-btn.active {
    display: block;
}

.nav-area .others-option .sidebar-menu {
    display    : inline-block;
    margin-left: 8px;
}

.nav-area .others-option .sidebar-menu i {
    font-size: 40px;
    color    : #000000;
    position : relative;
    top      : -2px;
}

.nav-area .others-option .sidebar-menu i:hover {
    color: #3f3f3f;
}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
    position : fixed;
    margin   : auto;
    width    : 450px;
    height   : 100%;
    transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
    height          : 100%;
    overflow-y      : auto;
    border-radius   : 0;
    border          : none;
    background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom      : 35px;
    /***               
  li {
  				display          : inline-block;
  				a {
  					margin-right    : 5px;
  					width           : 35px;
  					height          : 35px;
  					line-height     : 28px;
  					background-color: $gold-color;
  					border-radius   : $border-radius;
  					text-align      : center;
  					i {
  						color          : $black-color;
  						transition     : $transition;
  						margin-right   : 0;
  						margin-top     : 4px;
  					}
  					&               :hover {
  						border-color   : $gold-color;
  						transform      : translateX(-2px);
  						i {
  							color         : $white-color;
  						}
  					}
  				}
  			}
  */
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    position      : relative;
    z-index       : 1;
    margin-bottom : 20px;
    color         : #000000;
    border-bottom : 1px solid #eeeeee;
    padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position     : absolute;
    left         : 0;
    bottom       : -1px;
    width        : 70px;
    height       : 2px;
    border-radius: 5px;
    background   : #FFD700;
    content      : "";
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin : 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    font-size     : 14px;
    color         : #000000;
    font-weight   : 500;
    text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #FFD700;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position      : relative;
    font-weight   : 500;
    padding-left  : 45px;
    text-transform: uppercase;
    margin-bottom : 10px;
    font-size     : 14px;
    color         : #000000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    font-size     : 13px;
    display       : block;
    font-weight   : 400;
    color         : #333333;
    margin-top    : 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li a {
    font-size     : 13px;
    display       : block;
    font-weight   : 400;
    color         : #333333;
    margin-top    : 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li a:hover {
    color: #FFD700;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position        : absolute;
    left            : 0;
    top             : 0;
    color           : #ffffff;
    text-align      : center;
    width           : 35px;
    height          : 35px;
    line-height     : 35px;
    font-size       : 29px;
    transition      : all 0.5s;
    background-color: #000000;
    border-radius   : 2px;
    font-size       : 18px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color     : #ffffff;
    background: #FFD700;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
    display      : inline-block;
    padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
    width           : 35px;
    height          : 35px;
    display         : inline-block;
    text-align      : center;
    line-height     : 36px;
    border-radius   : 2px;
    color           : #ffffff;
    background-color: #000000;
    font-size       : 27px;
    transition      : all 0.35s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: #FFD700;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
    color: #FFD700;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right    : 0;
    animation: slideInRight 0.6s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: 0;
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border : none;
}

.sidebar-modal .modal-header .close {
    height     : 30px;
    width      : 30px;
    color      : #333333;
    margin     : 0px;
    padding    : 0px;
    cursor     : pointer;
    transition : all 0.3s ease-in-out;
    border     : none;
    opacity    : 1;
    position   : absolute;
    right      : 25px;
    top        : 30px;
    line-height: 40px;
}

.sidebar-modal .modal-header .close i::before {
    margin-left: 0;
    font-size  : 20px;
}

.sidebar-modal .modal-header h2 {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 30px 25px;
}

.sidebar-modal button:focus {
    outline: 0px;
}

/*
Banner Area Style
======================================================*/
.main-banner-area {
    position        : relative;
    background-color: #CDD4FF;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.main-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.main-banner-area .banner-text {
    position: relative;
}

.main-banner-area .banner-text span {
    font-size    : 18px;
    color        : #000000;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.main-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.main-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.main-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.main-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.main-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/mountains.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Auto Insurance Birds Eye View Banner Area Style
======================================================*/
.auto-banner-area {
    position        : relative;
    background-color: #CDD4FF;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.auto-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.auto-banner-area .banner-text {
    position: relative;
}

.auto-banner-area .banner-text span {
    font-size    : 18px;
    color        : #000000;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.auto-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #000000;
}

.auto-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #000000;
}

.auto-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.auto-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.auto-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/auto-insurance-background.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Auto Insurance Banner Area Style
======================================================*/
.auto-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.auto-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.auto-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.auto-insurance-banner-area .banner-text {
    position: relative;
}

.auto-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.auto-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.auto-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.auto-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.auto-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.auto-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/tlc-nyc-insurance.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Homeowners Insurance Banner Area Style
======================================================*/
.homeowners-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.homeowners-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.homeowners-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.homeowners-insurance-banner-area .banner-text {
    position: relative;
}

.homeowners-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.homeowners-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.homeowners-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.homeowners-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.homeowners-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.homeowners-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/homeowners-insurance-1.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Auto Insurance Banner Area Style
======================================================*/
.auto-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.auto-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.auto-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.auto-insurance-banner-area .banner-text {
    position: relative;
}

.auto-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.auto-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.auto-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.auto-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.auto-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.auto-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/tlc-nyc-insurance.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Renters Insurance Banner Area Style
======================================================*/
.renters-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.renters-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.renters-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.renters-insurance-banner-area .banner-text {
    position: relative;
}

.renters-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.renters-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.renters-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.renters-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.renters-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.renters-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/renters-insurance.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Health Insurance Banner Area Style
======================================================*/
.health-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.health-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.health-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.health-insurance-banner-area .banner-text {
    position: relative;
}

.health-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.health-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.health-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.health-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.health-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.health-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/health-insurance-coverage.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Health Insurance Banner Area Style
======================================================*/
.health-insurance-banner-area-1 {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.health-insurance-banner-area-1::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.health-insurance-banner-area-1 .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.health-insurance-banner-area-1 .banner-text {
    position: relative;
}

.health-insurance-banner-area-1 .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.health-insurance-banner-area-1 .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.health-insurance-banner-area-1 .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.health-insurance-banner-area-1 .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.health-insurance-banner-area-1 .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.health-insurance-banner-area-1 {
    position           : relative;
    background-image   : url(../../assets/img/prescription.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Travel Insurance Banner Area Style
======================================================*/
.travel-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.travel-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.travel-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.travel-insurance-banner-area .banner-text {
    position: relative;
}

.travel-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.travel-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.travel-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.travel-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.travel-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.travel-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/hiking.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
General Liability Insurance Banner Area Style
======================================================*/
.general-liability-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.general-liability-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.general-liability-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.general-liability-insurance-banner-area .banner-text {
    position: relative;
}

.general-liability-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.general-liability-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.general-liability-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.general-liability-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.general-liability-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.general-liability-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/small-business.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
General Liability Insurance Banner Area Style
======================================================*/
.business-owners-policy-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.business-owners-policy-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.business-owners-policy-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.business-owners-policy-banner-area .banner-text {
    position: relative;
}

.business-owners-policy-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.business-owners-policy-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.business-owners-policy-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.business-owners-policy-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.business-owners-policy-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.business-owners-policy-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/coffee-shop-business.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Workers Compensatione Banner Area Style
======================================================*/
.workers-compensation-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.workers-compensation-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.workers-compensation-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.workers-compensation-banner-area .banner-text {
    position: relative;
}

.workers-compensation-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.workers-compensation-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.workers-compensation-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.workers-compensation-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.workers-compensation-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.workers-compensation-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/construction-worker.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Workers Compensatione Banner Area Style
======================================================*/
.disability-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.disability-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.disability-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.disability-insurance-banner-area .banner-text {
    position: relative;
}

.disability-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.disability-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.disability-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.disability-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.disability-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.disability-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/disability-care.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Bond Banner Area Style
======================================================*/
.bond-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.bond-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.bond-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.bond-insurance-banner-area .banner-text {
    position: relative;
}

.bond-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.bond-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.bond-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.bond-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.bond-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.bond-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/stock-broker.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Special Events Banner Area Style
======================================================*/
.special-events-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.special-events-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.special-events-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.special-events-insurance-banner-area .banner-text {
    position: relative;
}

.special-events-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.special-events-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.special-events-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.special-events-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.special-events-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.special-events-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/special-events.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Notary Banner Area Style
======================================================*/
.notary-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.notary-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.notary-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.notary-banner-area .banner-text {
    position: relative;
}

.notary-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.notary-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.notary-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.notary-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.notary-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.notary-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/notary.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
TLC Insurance Banner Area Style
======================================================*/
.tlc-insurance-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.tlc-insurance-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.tlc-insurance-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.tlc-insurance-banner-area .banner-text {
    position: relative;
}

.tlc-insurance-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.tlc-insurance-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.tlc-insurance-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.tlc-insurance-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.tlc-insurance-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.tlc-insurance-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/tlc.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Thank you Banner Area Style
======================================================*/
.thank-you-banner-area {
    position        : relative;
    background-color: #ffffff;
    padding-top     : 225px;
    padding-bottom  : 125px;
    z-index         : 1;
    overflow        : hidden;
}

.thank-you-banner-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.thank-you-banner-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.thank-you-banner-area .banner-text {
    position: relative;
}

.thank-you-banner-area .banner-text span {
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.thank-you-banner-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.thank-you-banner-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.thank-you-banner-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.thank-you-banner-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.thank-you-banner-area {
    position           : relative;
    background-image   : url(../../assets/img/get-a-quote.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Choose Us Area Style
======================================================*/
.single-choose {
    text-align      : center;
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 30px;
    margin-bottom   : 30px;
    transition      : all 0.35s;
    position        : relative;
    z-index         : 1;
    border          : 1px solid #000000;
}

.single-choose::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
}

.single-choose span {
    font-size    : 50px;
    display      : inline-block;
    margin-bottom: 20px;
    line-height  : 1;
    color        : #FFD700;
}

.single-choose h3 {
    margin-bottom: 10px;
    transition   : all 0.35s;
}

.single-choose p {
    transition: all 0.35s;
}

.single-choose a i {
    display         : inline-block;
    width           : 25px;
    height          : 25px;
    line-height     : 25px;
    background-color: #FFD700;
    border-radius   : 50%;
    text-align      : center;
    font-size       : 16px;
    color           : #ffffff;
    margin-top      : 2px;
}

.single-choose .choose-icon {
    position       : absolute;
    left           : 0;
    right          : 0;
    top            : 0;
    width          : 100%;
    height         : 100%;
    justify-content: center;
    align-items    : center;
    display        : flex;
    font-size      : 100px;
    z-index        : -1;
    opacity        : 0;
    transition     : all 0.35s;
}

.single-choose:hover {
    transform       : translateY(-5px);
    background-color: #000000;
}

.single-choose:hover h3 {
    color: #ffffff;
}

.single-choose:hover p {
    color: #ffffff;
}

.single-choose:hover .choose-icon {
    opacity: 0.3;
}

/*
About Area Style
======================================================*/
.about-area {
    background-color: #013160;
    height          : 100%;
    overflow        : hidden;
}

.about-area .about-content span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #ffffff;
    display       : block;
    margin-bottom : 15px;
    text-transform: capitalize;
}

.about-area .about-content h1 {
    color        : #ffffff;
    font-size    : 54px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.about-area .about-content h2 {
    color        : #ffffff;
    font-size    : 36px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.about-area .about-content p {
    color: #ffffff;
}

.about-area .about-content .about-list {
    margin-top: 30px;
}

.about-area .about-content .about-list ul {
    display: inline-block;
}

.about-area .about-content .about-list ul li {
    color        : #ffffff;
    font-size    : 16px;
    font-weight  : 600;
    font-family  : "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
    position     : relative;
    padding-left : 30px;
    margin-bottom: 10px;
}

.about-area .about-content .about-list ul li i {
    font-size  : 21px;
    font-weight: normal;
    position   : absolute;
    left       : 0;
    top        : -5px;
}

.about-area .about-content .about-list .about-single-list {
    padding-left: 60px;
    position    : relative;
}

.about-area .about-content .about-list .about-single-list i {
    position   : absolute;
    top        : 2px;
    left       : 0;
    font-size  : 50px;
    color      : #ffffff;
    line-height: 1;
}

.about-area .about-content .about-list .about-single-list span {
    font-size  : 16px;
    color      : #ffffff;
    line-height: 1.5;
}

.about-area .about-content .default-btn {
    margin-top: 30px;
}

.about-area .about-img-3 {
    position: relative;
    float   : right;
}

.about-area .about-img-3 img {
    border-radius: 0 25% 0 0;
}

.about-area .about-img-3 .about-img-2 {
    position: absolute;
    top     : 35px;
    left    : -90px;
}

/*
Our Vision Area Style
======================================================*/
.our-vision-area {
    position        : relative;
    background-color: #f4f4f4;
}

.our-vision-area .vision-content span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #013160;
    display       : block;
    margin-bottom : 15px;
    text-transform: capitalize;
}

.our-vision-area .vision-content h1 {
    font-size    : 54px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.our-vision-area .vision-content h2 {
    font-size    : 36px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.our-vision-area .vision-content .vision-list {
    margin-top: 30px;
}

.our-vision-area .vision-content .vision-list ul {
    display: inline-block;
}

.our-vision-area .vision-content .vision-list ul li {
    color        : #000000;
    font-size    : 16px;
    font-weight  : 600;
    font-family  : "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
    position     : relative;
    padding-left : 30px;
    margin-bottom: 10px;
}

.our-vision-area .vision-content .vision-list ul li i {
    font-size  : 25px;
    font-weight: normal;
    position   : absolute;
    left       : 0;
    top        : 3px;
}

/*
Custom two column Area Style
======================================================*/
.custom-area {
    background-color: #f2f2f2;
    height          : 100%;
    overflow        : hidden;
}

.custom-area .custom-content span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #000000;
    display       : block;
    margin-bottom : 15px;
    text-transform: capitalize;
}

.custom-area .custom-content h1 {
    color        : #000000;
    font-size    : 54px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.custom-area .custom-content h2 {
    color        : #000000;
    font-size    : 36px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.custom-area .custom-content p {
    color: #000000;
}

.custom-area .custom-content .custom-list {
    margin-top: 30px;
}

.custom-area .custom-content .custom-list ul {
    display: inline-block;
}

.custom-area .custom-content .custom-list ul li {
    color        : #000000;
    font-size    : 16px;
    font-weight  : 600;
    font-family  : "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
    position     : relative;
    padding-left : 30px;
    margin-bottom: 10px;
}

.custom-area .custom-content .custom-list ul li i {
    font-size  : 21px;
    font-weight: normal;
    position   : absolute;
    left       : 0;
    top        : -5px;
}

.custom-area .custom-content .custom-list .custom-single-list {
    padding-left: 60px;
    position    : relative;
}

.custom-area .custom-content .custom-list .custom-single-list i {
    position   : absolute;
    top        : 2px;
    left       : 0;
    font-size  : 50px;
    color      : #000000;
    line-height: 1;
}

.custom-area .custom-content .custom-list .custom-single-list span {
    font-size  : 16px;
    color      : #000000;
    line-height: 1.5;
}

.custom-area .custom-content .default-btn {
    margin-top: 30px;
}

.custom-area .custom-img-3 {
    position: relative;
    float   : right;
}

.custom-area .custom-img-3 img {
    border-radius: 0 25% 0 0;
}

.custom-area .custom-img-3 .custom-img-2 {
    position: absolute;
    top     : 35px;
    left    : -90px;
}

/*
Custom two column Area with image Style
======================================================*/
.custom-area-image {
    background-color: #ffffff;
    height          : 100%;
    overflow        : hidden;
}

.custom-area-image .custom-image-content span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #000000;
    display       : block;
    margin-bottom : 15px;
    text-transform: capitalize;
}

.custom-area-image .custom-image-content h1 {
    color        : #000000;
    font-size    : 54px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.custom-area-image .custom-image-content h2 {
    color        : #000000;
    font-size    : 36px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.custom-area-image .custom-image-content p {
    color: #000000;
}

.custom-area-image .custom-image-content .custom-image-list {
    margin-top: 30px;
}

.custom-area-image .custom-image-content .custom-image-list ul {
    display: inline-block;
}

.custom-area-image .custom-image-content .custom-image-list ul li {
    color        : #000000;
    font-size    : 16px;
    font-weight  : 600;
    font-family  : "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
    position     : relative;
    padding-left : 30px;
    margin-bottom: 10px;
}

.custom-area-image .custom-image-content .custom-image-list ul li i {
    font-size  : 21px;
    font-weight: normal;
    position   : absolute;
    left       : 0;
    top        : -5px;
}

.custom-area-image .custom-image-content .custom-image-list .custom-image-single-list {
    padding-left: 60px;
    position    : relative;
}

.custom-area-image .custom-image-content .custom-image-list .custom-image-single-list i {
    position   : absolute;
    top        : 2px;
    left       : 0;
    font-size  : 50px;
    color      : #000000;
    line-height: 1;
}

.custom-area-image .custom-image-content .custom-image-list .custom-image-single-list span {
    font-size  : 16px;
    color      : #000000;
    line-height: 1.5;
}

.custom-area-image .custom-image-content .default-btn {
    margin-top: 30px;
}

.custom-area-image .custom-image-img-3 {
    position: relative;
    float   : right;
}

.custom-area-image .custom-image-img-3 img {
    border-radius: 0 25% 0 0;
}

.custom-area-image .custom-image-img-3 .custom-image-img-2 {
    position: absolute;
    top     : 35px;
    left    : -90px;
}

/*
Our Vision Area Style
======================================================*/
.our-vision-area {
    position        : relative;
    background-color: #f4f4f4;
}

.our-vision-area .vision-content span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #013160;
    display       : block;
    margin-bottom : 15px;
    text-transform: capitalize;
}

.our-vision-area .vision-content h1 {
    font-size    : 54px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.our-vision-area .vision-content h2 {
    font-size    : 36px;
    margin-bottom: 20px;
    position     : relative;
    display      : block;
}

.our-vision-area .vision-content .vision-list {
    margin-top: 30px;
}

.our-vision-area .vision-content .vision-list ul {
    display: inline-block;
}

.our-vision-area .vision-content .vision-list ul li {
    color        : #000000;
    font-size    : 16px;
    font-weight  : 600;
    font-family  : "Poppins", "proxima-nova", "Helvetica Neue", Helvetica, "Roboto", sans-serif;
    position     : relative;
    padding-left : 30px;
    margin-bottom: 10px;
}

.our-vision-area .vision-content .vision-list ul li i {
    font-size  : 25px;
    font-weight: normal;
    position   : absolute;
    left       : 0;
    top        : 3px;
}

/*
Services Area Style
======================================================*/
.services-area {
    position        : relative;
    overflow        : hidden;
    background-color: #ffffff;
    z-index         : 1;
}

.services-area .section-title span {
    color: #013160;
}

.services-area .section-title h2 {
    color: #000000;
}

.services-area .section-title p {
    color: #000000;
}

.services-area .services-shape {
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : -1;
}

.single-services {
    padding         : 30px;
    transition      : all 0.35s;
    position        : relative;
    padding-left    : 80px;
    border          : 1px solid #013160;
    margin-bottom   : 30px;
    transition      : all 0.35s;
    background-color: #ffffff;
}

.single-services h3 {
    margin-bottom: 5px;
    color        : #000000;
    font-weight  : 600;
}

.single-services i {
    font-size  : 40px;
    color      : #FFD700;
    position   : absolute;
    left       : 30px;
    top        : 30px;
    line-height: 1;
    transition : all 0.35s;
}

.single-services p {
    color: #000000;
}

.single-services a {
    margin-top: 0px;
    color     : #000000;
    font-size : 15px;
}

.single-services:hover {
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #013160;
}

.single-services:hover i {
    color: #ffffff;
}

.single-services:hover h3 {
    color: #ffffff;
}

.single-services:hover p {
    color: #ffffff;
}

.single-services:hover a {
    color: #ffffff;
}

/*
Quat Area Style
======================================================*/
#get-a-quote {
    background-color: #f4f4f4;
}

.get-quat-area .quat-form {
    padding         : 50px;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #013160;
    border-radius   : 6px;
}

.get-quat-area .quat-form .default-btn {
    display      : block;
    width        : 100%;
    margin-bottom: 30px;
}

.get-quat-area .quat-form .form-control:focus {
    background-color: #f9f9f9;
}

.get-quat-area .quat-form ul {
    line-height: 1;
}

.get-quat-area .quat-form ul li {
    display    : inline-block;
    font-weight: 800;
}

.get-quat-area .quat-form ul li a {
    margin-left: 10px;
}

.get-quat-area .quat-form ul .right {
    float: right;
}

.get-quat-area .quat-form .tabs {
    margin-bottom: 21px;
}

.get-quat-area .quat-form .tabs li a {
    margin-left  : 0 !important;
    padding-right: 20px;
    font-size    : 20px;
    color        : #ffffff;
}

.get-quat-area .quat-form .tabs li a:hover {
    color: #000000;
}

.get-quat-area .quat-form .tabs .current a {
    color: #000000;
}

.get-quat-area .quat-form p {
    margin-bottom: 30px;
    color        : #ffffff;
}

.get-quat-area .quat-form .ratings li {
    color: #ffffff;
}

.get-quat-area .quat-form .ratings li a {
    color: #ffffff;
}

.get-quat-area .quat-form .ratings li a:hover {
    color: #000000;
}

.get-quat-area .tab .tabs_item {
    display: none;
}

.get-quat-area .tab .tabs_item:first-child {
    display: block;
}

.get-quat-area .form-group {
    margin-bottom: 30px;
}

.get-quat-area .nice-select {
    float      : unset;
    line-height: 29px;
}

.get-quat-area .nice-select::after {
    width : 8px !important;
    height: 8px !important;
}

.get-quat-area .nice-select .option {
    display: block;
}

/*
Counter Area Style
======================================================*/
.counter-area {
    background-color: #013160;
    overflow        : hidden;
    position        : relative;
    z-index         : 1;
}

.counter-area .col-lg-3:nth-child(4) .single-counter {
    border-right: none;
}

.single-counter {
    text-align   : center;
    transition   : all 0.35s;
    margin-bottom: 30px;
    border-right : 1px solid #ffffff;
}

.single-counter i {
    color        : #FFD700;
    font-size    : 54px;
    line-height  : 1;
    display      : block;
    margin-bottom: 20px;
}

.single-counter p {
    color        : #ffffff;
    line-height  : 1;
    margin-bottom: 0;
    font-size    : 18px;
}

.single-counter h2 {
    color        : #ffffff;
    line-height  : 1;
    font-size    : 40px;
    margin-bottom: 15px;
}

.single-counter .target {
    font-weight: 600;
}

/*
Achievement Area Style
======================================================*/
.achievement-area {
    padding-bottom: 130px;
}

.achievement-area .achievement-content span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #013160;
    display       : block;
    margin-bottom : 20px;
    text-transform: capitalize;
}

.achievement-area .achievement-content h1 {
    font-size    : 54px;
    margin-bottom: 30px;
    position     : relative;
    display      : block;
}

.achievement-area .achievement-content h2 {
    font-size    : 36px;
    margin-bottom: 30px;
    position     : relative;
    display      : block;
}

.achievement-area .achievement-content .default-btn {
    margin-top: 25px;
}

.achievement-area .achievement-list {
    margin-top: 30px;
}

.achievement-area .achievement-list ul {
    display: inline-block;
}

.achievement-area .achievement-list ul li {
    color        : #000000;
    font-size    : 16px;
    font-weight  : 600;
    position     : relative;
    padding-left : 30px;
    margin-bottom: 10px;
}

.achievement-area .achievement-list ul li i {
    color      : #013160;
    font-size  : 21px;
    font-weight: normal;
    position   : absolute;
    left       : 0;
    top        : -5px;
}

.achievement-area .achievement-list ul li span {
    font-size     : 14px;
    font-weight   : 400;
    color         : #000000;
    line-height   : 1.5;
    text-transform: none;
}

.achievement-area .achievement-list .achievement-single-list {
    padding-left: 60px;
    position    : relative;
}

.achievement-area .achievement-list .achievement-single-list i {
    position   : absolute;
    top        : 2px;
    left       : 0;
    font-size  : 50px;
    color      : #ffffff;
    line-height: 1;
}

.achievement-area .achievement-list .achievement-single-list span {
    font-size  : 16px;
    color      : #ffffff;
    line-height: 1.5;
}

.achievement-area .video-img {
    position: relative;
    z-index : 1;
}

.achievement-area .video-img::before {
    content : "";
    position: absolute;
    top     : 30px;
    left    : 0;
    width   : 100%;
    height  : 100%;
    border  : 5px solid #000000;
    z-index : -1;
}

.achievement-area .video-img .video {
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    justify-content: center;
    align-items    : center;
    display        : flex;
}

/*
Agent Now Area Style
======================================================*/
.agent-now-area {
    background-color: #f2f2f2;
    position        : relative;
    z-index         : 1;
}

.agent-now-area .call-now {
    background-color: #013160;
    position        : relative;
    padding         : 50px;
    padding-left    : 165px;
    border-radius   : 2px;
}

.agent-now-area .call-now i {
    line-height: 1;
    font-size  : 75px;
    position   : absolute;
    top        : 50px;
    left       : 50px;
    color      : #ffffff;
}

.agent-now-area .call-now p {
    line-height: 1;
    font-size  : 20px;
    font-weight: 600;
    color      : #ffffff;
}

.agent-now-area .call-now span {
    font-size  : 27px;
    font-weight: 600;
    color      : #ffffff;
    line-height: 1;
}

.agent-now-area .subscribe-wrap {
    background-color: #013160;
    border-radius   : 2px;
    padding         : 40px 50px;
}

.agent-now-area .subscribe-wrap p {
    line-height  : 1;
    font-size    : 20px;
    font-weight  : 600;
    color        : #ffffff;
    margin-bottom: 20px;
}

.agent-now-area .subscribe-wrap .newsletter-form {
    position: relative;
}

.agent-now-area .subscribe-wrap .newsletter-form .default-btn {
    position: absolute;
    top     : 0;
    right   : 0;
    height  : 50px;
}

.agent-now-area .subscribe-wrap .newsletter-form .form-control:focus {
    background-color: #ffffff;
}

.agent-now-area .agent-shape {
    position: absolute;
    bottom  : 0;
    left    : 0;
    z-index : -1;
}

.agent-now-area .agent-shape img {
    max-width: 100%;
    height   : 480px;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area.bg {
    background-color: #e5e5e5;
}

.testimonial-area .owl-carousel .owl-item img {
    width : 100px;
    margin: auto;
}

.testimonial-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
    background-color: transparent !important;
    width           : 40px;
    height          : 40px;
    border-radius   : 50% !important;
    position        : absolute;
    top             : 50%;
    left            : 0;
    transform       : translateY(-40px);
    transition      : all 0.35s;
}

.testimonial-area .owl-theme .owl-nav .owl-prev i {
    color    : #FFD700;
    font-size: 18px;
    position : relative;
    left     : -1px;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
    background-color: transparent !important;
    width           : 40px;
    height          : 40px;
    border-radius   : 50% !important;
    position        : absolute;
    top             : 50%;
    right           : 0;
    transform       : translateY(-40px);
    transition      : all 0.35s;
}

.testimonial-area .owl-theme .owl-nav .owl-next i {
    color    : #FFD700;
    font-size: 18px;
    position : relative;
    right    : -1px;
}

.testimonial-area .owl-theme:hover .owl-prev {
    background-color: #677FFF !important;
}

.testimonial-area .owl-theme:hover .owl-prev i {
    color: #ffffff;
}

.testimonial-area .owl-theme:hover .owl-next {
    background-color: #677FFF !important;
}

.testimonial-area .owl-theme:hover .owl-next i {
    color: #ffffff;
}

.testimonial-area .owl-item.active.center .single-client {
    background-color: #000000;
}

.testimonial-area .owl-item.active.center .single-client h3 {
    color: #ffffff;
}

.testimonial-area .owl-item.active.center .single-client span {
    color: #013160;
}

.testimonial-area .owl-item.active.center .single-client p {
    color: #ffffff;
}

.testimonial-area .owl-item.active.center .single-client .quotes {
    color  : #CDD4FF;
    opacity: 0.2;
}

.testimonial-area .single-client {
    background-color: #f2f7fd;
    box-shadow      : none;
    margin-bottom   : 0;
}

.testimonial-area .single-client h3 {
    color: #000000;
}

.testimonial-area .single-client span {
    color: #013160;
}

.testimonial-area .single-client p {
    color: #000000;
}

.testimonial-area .single-client .quotes {
    color  : #CDD4FF;
    opacity: 0.5;
}

.testimonial-area .single-client:hover {
    transform: translateY(0);
}

/*
Business Contact Area Style
======================================================*/
.business-contact-area .row {
    background-color: #000000;
    border-radius   : 2px;
    margin-left     : 0;
    margin-right    : 0;
}

.business-contact-area .business-img img {
    border-radius: 2px;
}

.business-contact-area .business-content {
    padding : 30px;
    position: relative;
}

.business-contact-area .business-content h3 {
    font-size    : 30px;
    color        : #ffffff;
    margin-bottom: 30px;
}

.business-contact-area .business-content p {
    color    : #ffffff;
    position : absolute;
    bottom   : 33px;
    left     : 35%;
    font-size: 16px;
}

.business-contact-area .business-content .default-btn {
    background-color: #013160;
}

.business-contact-area .business-content .default-btn.active {
    margin-left: 0px !important;
}

.business-contact-area .business-content .default-btn::before {
    background-color: #ffffff !important;
}

.business-contact-area .business-content .default-btn::after {
    background-color: #ffffff !important;
}

.business-contact-area .business-content .default-btn:hover {
    color: #000000;
}

/*
Blog Area Style
======================================================*/
.single-blog {
    margin-bottom: 30px;
    transition   : all 0.35s;
}

.single-blog .blog-content {
    padding         : 30px;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position        : relative;
    overflow        : hidden;
    z-index         : 1;
    background-color: #ffffff;
    max-width       : 380px;
    margin          : -30px auto 0;
}

.single-blog .blog-content::before {
    content         : "";
    position        : absolute;
    left            : -100%;
    top             : 0;
    width           : 50%;
    height          : 100%;
    background-color: #FFD700;
    transition      : all 0.35s;
    z-index         : -1;
}

.single-blog .blog-content::after {
    content         : "";
    position        : absolute;
    right           : -100%;
    bottom          : 0;
    width           : 50%;
    height          : 100%;
    background-color: #FFD700;
    transition      : all 0.35s;
    z-index         : -1;
}

.single-blog .blog-content ul {
    line-height  : 1;
    margin-bottom: 15px;
}

.single-blog .blog-content ul li {
    display     : inline-block;
    color       : #78a9e3;
    border-right: 1px solid #78a9e3;
    line-height : 1;
    padding     : 0 10px;
    transition  : all 0.35s;
}

.single-blog .blog-content ul li:last-child {
    border-right : none;
    padding-right: 0;
}

.single-blog .blog-content ul li:first-child {
    padding-left: 0;
}

.single-blog .blog-content ul li a {
    color: #78a9e3;
}

.single-blog .blog-content ul li a:hover {
    color: #FFD700;
}

.single-blog .blog-content h3 {
    margin-bottom: 20px;
    transition   : all 0.35s;
    line-height  : 1.5;
}

.single-blog .blog-content p {
    margin-bottom: 20px;
    transition   : all 0.35s;
}

.single-blog .blog-content .read-more:hover i {
    color: #ffffff;
}

.single-blog:hover {
    transform: translateY(-5px);
}

.single-blog:hover .blog-content ul li {
    color: #ffffff;
}

.single-blog:hover .blog-content ul li a {
    color: #ffffff;
}

.single-blog:hover .blog-content h3 {
    color: #ffffff;
}

.single-blog:hover .blog-content p {
    color: #ffffff;
}

.single-blog:hover .blog-content .read-more {
    color: #ffffff;
}

.single-blog:hover .blog-content::before {
    left: 0;
}

.single-blog:hover .blog-content::after {
    right: 0;
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
    background-image     : url(../../assets/img/#);
    background-position  : center center;
    background-repeat    : no-repeat;
    background-size      : cover;
    height               : 100%;
    position             : relative;
    background-attachment: fixed;
    z-index              : 1;
}

.footer-top-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #f5f5f5;
    z-index         : -1;
    opacity         : 1;
}

.single-widget {
    margin-bottom: 30px;
}

.single-widget img {
    margin-bottom: 20px;
}

.single-widget h3 {
    color         : #3f3f3f;
    font-size     : 18px;
    margin-bottom : 30px;
    position      : relative;
    padding-bottom: 15px;
}

.single-widget h3::before {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 80px;
    height          : 1px;
    background-color: #3f3f3f;
}

.single-widget p {
    margin-bottom: 0;
    color        : #3f3f3f;
    font-size    : 14px;
}

.single-widget ul li {
    color        : #013160;
    margin-bottom: 8px;
    font-size    : 14px;
}

.single-widget ul li:last-child {
    margin-bottom: 0;
}

.single-widget ul li span {
    color: #000000;
}

.single-widget ul li a {
    color     : #3f3f3f;
    transition: all 0.35s;
}

.single-widget ul li a i {
    display     : inline-block;
    margin-right: 2px;
    font-size   : 27px;
}

.single-widget ul li a:hover {
    transform: translateX(2px);
    color    : #000000;
}

.single-widget .social-area {
    margin-top: 20px;
}

.single-widget .social-area ul {
    line-height: 1;
}

.single-widget .social-area ul li {
    display: inline-block;
}

.single-widget .social-area ul li a {
    margin-right    : 5px;
    width           : 35px;
    height          : 35px;
    line-height     : 28px;
    background-color: #3f3f3f;
    border-radius   : 2px;
    text-align      : center;
}

.single-widget .social-area ul li a:hover {
    background-color: #000000;
}

.single-widget .social-area ul li a i {
    color       : #f5f5f5;
    transition  : all 0.35s;
    margin-right: 0;
    margin-top  : 4px;
}

.single-widget .social-area ul li a:hover {
    border-color: #000000;
    transform   : translateX(-2px);
}

.single-widget .social-area ul li a:hover i {
    color: #ffffff;
}

.single-widget .footer-btn {
    margin-top: 20px;
}

.single-widget .footer-btn li {
    display     : inline-block;
    max-width   : 45%;
    margin-right: 10px;
}

.single-widget .footer-btn li:last-child {
    margin-right: 0;
}

.single-widget.contact ul li {
    position    : relative;
    padding-left: 30px;
    color       : #3f3f3f;
}

.single-widget.contact ul li a {
    color: #3f3f3f;
}

.single-widget.contact ul li a:hover {
    color: #000000;
}

.single-widget.contact ul li i {
    position : absolute;
    left     : 0;
    top      : 0;
    color    : #000000;
    font-size: 20px;
}

.single-widget.contact ul li span {
    font-size  : 16px;
    display    : block;
    font-weight: 600;
    color      : #000000;
}

.single-widget .newsletter-p {
    margin-bottom: 20px;
}

.single-widget .default-btn {
    display   : block;
    width     : 100%;
    margin-top: 20px;
}

.single-widget .form-control:focus {
    background-color: #ffffff;
}

.single-widget #validator-newsletter {
    color     : #dc3545;
    text-align: center;
    margin-top: 5px;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
    background-color: #013160;
    padding         : 20px 0;
}

.footer-bottom-area .copy-right {
    text-align: left;
}

.footer-bottom-area .copy-right p {
    text-transform: capitalize;
    margin-bottom : 0;
    color         : #ffffff;
    font-size     : 14px;
}

.footer-bottom-area .copy-right p i {
    position: relative;
    top     : 1px;
}

.footer-bottom-area .copy-right p a {
    color: #ffffff;
}

.footer-bottom-area .copy-right p a:hover {
    color: #000000;
}

.footer-bottom-area .copy-right p a.active {
    color: #000000;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Nav Style Two
======================================================*/
.nev-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #3f3f3f;
}

.nev-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #000000;
}

.nev-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #000000;
}

/*
Main Banner Area Two
======================================================*/
.main-banner-area-two {
    position           : relative;
    background-image   : url(../../assets/img/banner/banner-img-2.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

.main-banner-area-two::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-image: linear-gradient(to right, #03051e, rgba(1, 45, 111, 0.8));
    z-index         : -1;
}

.main-banner-area-two .banner-text {
    position      : relative;
    padding-top   : 225px;
    padding-bottom: 95px;
    max-width     : 635px;
    margin-left   : auto;
}

.main-banner-area-two .banner-text span {
    font-size    : 26px;
    color        : #ffffff;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.main-banner-area-two .banner-text h1 {
    font-size    : 45px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.main-banner-area-two .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.main-banner-area-two .banner-img {
    background-image   : url(../../assets/img/banner/banner-img-right.jpg);
    background-position: right;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    border-radius      : 50% 0 0 50%;
}

/*
Choose Us Area
======================================================*/
.choose-us-area {
    position        : relative;
    overflow        : hidden;
    background-color: #f5f5f5;
    z-index         : 1;
}

.choose-us-area .section-title span {
    color: #013160;
}

.choose-us-area .section-title h2 {
    color: #000000;
}

.choose-us-area .section-title p {
    color: #000000;
}

.choose-us-area .services-shape {
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : -1;
}

.single-choose {
    padding         : 30px;
    transition      : all 0.35s;
    position        : relative;
    border          : 1px solid #013160;
    margin-bottom   : 30px;
    transition      : all 0.35s;
    background-color: #ffffff;
}

.single-choose h3 {
    margin-bottom: 15px;
    color        : #000000;
}

.single-choose i {
    font-size  : 40px;
    color      : #FFD700;
    left       : 30px;
    top        : 30px;
    line-height: 1;
    transition : all 0.35s;
}

.single-choose p {
    color: #000000;
}

.single-choose a {
    margin-top: 20px;
    color     : #000000;
    font-size : 15px;
}

.single-choose:hover {
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #013160;
}

.single-choose:hover span {
    color: #ffffff;
}

.single-choose:hover i {
    color: #ffffff;
}

.single-choose:hover h3 {
    color: #ffffff;
}

.single-choose:hover p {
    color: #ffffff;
}

.single-choose:hover a {
    color: #ffffff;
}

/*
Choose Us Area Two
======================================================*/
.choose-us-area-two .single-choose {
    border: none;
}

.choose-us-area-two .single-choose span {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width           : 100px;
    height          : 100px;
    line-height     : 100px;
    border-radius   : 50%;
}

/*
Service Area Two Style
======================================================*/
.service-area-two .single-service {
    text-align   : center;
    margin-bottom: 30px;
    transition   : all 0.35s;
}

.service-area-two .single-service img {
    border-radius: 2px 2px 0 0;
}

.service-area-two .single-service .service-content {
    padding         : 30px;
    padding-top     : 60px;
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position        : relative;
}

.service-area-two .single-service .service-content .icon-style {
    font-size       : 35px;
    background-color: #FFD700;
    line-height     : 70px;
    width           : 70px;
    height          : 70px;
    display         : inline-block;
    border-radius   : 50%;
    color           : #ffffff;
    position        : absolute;
    top             : -36px;
    left            : 0;
    right           : 0;
    margin          : auto;
}

.service-area-two .single-service .service-content h3 {
    margin-bottom: 15px;
}

.service-area-two .single-service .service-content p {
    margin-bottom: 20px;
}

.service-area-two .single-service .service-content a {
    color           : #ffffff;
    line-height     : 1;
    z-index         : 1;
    display         : inline-block;
    width           : 30px;
    height          : 30px;
    line-height     : 30px;
    background-color: #FFD700;
    border-radius   : 50%;
}

.service-area-two .single-service .service-content a i {
    font-size  : 25px;
    position   : relative;
    line-height: 30px;
    top        : 1px;
    left       : 1px;
}

.service-area-two .single-service:hover {
    transform: translateX(-5px);
}

.service-area-two .single-service:hover .service-content .icon-style {
    animation: bounce 1s linear;
}

/*
Chooses Us Area Two Style
======================================================*/
.chooses-us-area-two {
    background-image   : url(../img/choose-bg.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
}

.chooses-us-area-two .section-title {
    margin-left : unset;
    margin-right: auto;
    text-align  : left;
    max-width   : 460px;
}

.chooses-us-area-two .section-title span {
    color: #ffffff;
}

.chooses-us-area-two .section-title h2 {
    color: #ffffff;
}

.chooses-us-area-two .section-title p {
    color: #ffffff;
}

.chooses-us-area-two .choose-us-wrap {
    max-width: 460px;
}

.chooses-us-area-two .choose-us-wrap ul li {
    margin-bottom: 30px;
    position     : relative;
    padding-left : 75px;
}

.chooses-us-area-two .choose-us-wrap ul li i {
    font-size  : 50px;
    color      : #2f89fc;
    line-height: 1;
    position   : absolute;
    left       : 0;
    top        : 2px;
}

.chooses-us-area-two .choose-us-wrap ul li h3 {
    color: #ffffff;
}

.chooses-us-area-two .choose-us-wrap ul li p {
    color: #ffffff;
}

/*
Health Insurance- Landing Page Banner (Chooses Us Area Two Style)
======================================================*/
.chooses-us-area-health-insurance {
    background-image   : url(../img/health-insurance.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
}

.chooses-us-area-health-insurance .section-title {
    margin-left : unset;
    margin-right: auto;
    text-align  : left;
    max-width   : 460px;
}

.chooses-us-area-health-insurance .section-title span {
    color: #000000;
}

.chooses-us-area-health-insurance .section-title h1 {
    color: #000000;
}

.chooses-us-area-health-insurance .section-title h2 {
    color: #000000;
}

.chooses-us-area-health-insurance .section-title p {
    color: #000000;
}

.chooses-us-area-health-insurance .choose-us-wrap {
    max-width: 460px;
}

.chooses-us-area-health-insurance .choose-us-wrap ul li {
    margin-bottom: 30px;
    position     : relative;
    padding-left : 75px;
}

.chooses-us-area-health-insurance .choose-us-wrap ul li i {
    font-size  : 50px;
    color      : #013160;
    line-height: 1;
    position   : absolute;
    left       : 0;
    top        : 2px;
}

.chooses-us-area-health-insurance .choose-us-wrap ul li h3 {
    color: #000000;
}

.chooses-us-area-health-insurance .choose-us-wrap ul li p {
    color: #000000;
}

/*
Counter Area Two Style
======================================================*/
.counter-area-two {
    background-image   : url(../../assets/img/counter-bg.jpg);
    background-position: center center;
    background-size    : cover;
    height             : 100%;
    position           : relative;
    z-index            : 1;
}

.counter-area-two .col-lg-3:nth-child(4) .single-counter {
    border-right: none;
}

.counter-area-two::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.9;
    z-index         : -1;
}

.counter-area-two .single-counter h2 {
    color: #ffffff;
}

.counter-area-two .single-counter p {
    color: #ffffff;
}

/*
Testimonial Wrap Two Style
======================================================*/
.testimonial-wrap-two .single-client {
    position    : relative;
    text-align  : left;
    padding     : 30px;
    padding-left: 160px;
}

.testimonial-wrap-two .single-client img {
    position     : unset;
    border-radius: 4px;
    display      : inline-block;
}

.testimonial-wrap-two .single-client .client-text {
    position: absolute;
    top     : 30px;
    left    : 30px;
}

.testimonial-wrap-two .single-client .client-text h3 {
    margin-top: 40px;
}

.testimonial-wrap-two .single-client .quotes {
    position       : absolute;
    bottom         : 10px;
    right          : 15px;
    line-height    : 1;
    color          : #CDD4FF;
    opacity        : 0.5;
    width          : unset;
    height         : unset;
    font-size      : 40px;
    justify-content: unset;
    align-items    : unset;
    display        : unset;
    top            : unset;
    left           : unset;
    transform      : rotate(180deg);
}

/*
Any Contact Area Style
======================================================*/
.any-contact-area .row {
    background-color: #262566;
    border-radius   : 10px;
    margin-left     : 5px;
    margin-right    : 5px;
    padding-top     : 50px;
    padding-bottom  : 50px;
}

.any-contact-area .contact-text {
    padding: 30px;
}

.any-contact-area .contact-text h3 {
    color: #ffffff;
}

.any-contact-area .contact-call {
    padding: 30px;
}

.any-contact-area .contact-call h3 {
    color: #ffffff;
}

.any-contact-area .contact-call h3 i {
    color       : #ffffff;
    margin-right: 10px;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================*/
/*
Header Area Three Style
======================================================*/
.header-area-three .top-header-area {
    background-color: rgba(255, 255, 255, 0.5);
}

.header-area-three .top-header-area .header-content-right li a:hover {
    color: #ffffff;
}

.header-area-three .nav-area .navbar-area .navbar {
    background-color: #000000 !important;
    max-width       : 1120px;
    margin          : 20px auto 0;
    position        : relative;
}

.header-area-three .nav-area .navbar-area .navbar::after {
    content         : "";
    position        : absolute;
    top             : 10px;
    left            : -10px;
    width           : 100%;
    height          : 100%;
    background-color: #888894;
    z-index         : -1;
    opacity         : 0.5;
}

.header-area-three .nav-area .navbar-area.is-sticky .navbar {
    margin-top: 0;
    max-width : 100%;
}

.header-area-three .nav-area .navbar-area.is-sticky .navbar::after {
    display: none;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    overflow           : hidden;
    position           : relative;
    z-index            : 1;
}

.hero-slider-area .slider-item::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.8;
    z-index         : -1;
}

.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider/auto-insurance.svg);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider/auto-insurance.svg);
}

.hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/slider/home-insurance.svg);
}

.hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/slider/4.jpg);
}

.hero-slider-area .slider-item .slider-text {
    text-align: center;
    position  : relative;
    max-width : 690px;
    margin    : 130px auto 0;
    z-index   : 1;
}

.hero-slider-area .slider-item .slider-text span {
    color        : #ffffff;
    font-size    : 15px;
    display      : block;
    margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text h1 {
    font-size    : 60px;
    color        : #ffffff;
    margin-bottom: 30px;
}

.hero-slider-area .slider-item .slider-text p {
    color        : #ffffff;
    font-size    : 16px;
    margin-bottom: 35px;
}

.hero-slider-area .slider-item .slider-text .slider-btn .default-btn {
    margin: 0 20px;
}

.hero-slider-area .slider-item .slider-text .slider-btn .default-btn.white {
    color: #ffffff;
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one span {
    animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .video-btn-animat {
    animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
    animation: 3s 0.3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    animation: 4s 0.4s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two span {
    animation: 2s 0.2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text.two .video-btn-animat {
    animation: 2s 0.2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
    animation: 2s 0.2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
    animation: 2s 0.2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-theme .owl-dots {
    margin-top: 0 !important;
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 20px;
}

.hero-slider-area .owl-theme .owl-dots .owl-dot span {
    width           : 30px;
    height          : 10px;
    transition      : all 0.35s;
    background-color: #bdbdbf;
}

.hero-slider-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFD700;
    width           : 40px;
}

.hero-slider-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFD700;
}

/*
Slide Fromt Image Background Area Style
======================================================*/
.slide-front-image-bg-area {
    position: relative;
    z-index : 2;
    overflow: hidden;
}

.slide-front-image-bg-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.slide-front-image-bg-area .banner-text {
    position: relative;
}

.slide-front-image-bg-area .banner-text span {
    font-size    : 18px;
    color        : #000000;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.slide-front-image-bg-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.slide-front-image-bg-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.slide-front-image-bg-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.slide-front-image-bg-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.slide-front-image-bg-area {
    position           : relative;
    background-image   : url(../../assets/img/slider/insured-sign.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    z-index            : 2;
    overflow           : hidden;
}

/*
Slide Image Background Area Style
======================================================*/
.slide-image-bg-area {
    position        : relative;
    background-color: #CDD4FF;
    z-index         : -1;
    overflow        : hidden;
}

.slide-image-bg-area .banner-text {
    max-width  : 635px;
    margin-left: auto;
}

.slide-image-bg-area .banner-text {
    position: relative;
}

.slide-image-bg-area .banner-text span {
    font-size    : 18px;
    color        : #000000;
    margin-bottom: 20px;
    display      : block;
    font-weight  : 600;
}

.slide-image-bg-area .banner-text h1 {
    font-size    : 54px;
    margin-bottom: 25px;
    color        : #ffffff;
}

.slide-image-bg-area .banner-text p {
    font-size    : 16px;
    margin-bottom: 35px;
    color        : #ffffff;
}

.slide-image-bg-area .shape {
    position: absolute;
    left    : 0;
    right   : 0;
    margin  : auto;
    bottom  : 0;
    z-index : -1;
}

.slide-image-bg-area .banner-shape-right {
    position: absolute;
    right   : 0;
    top     : 0;
    z-index : -1;
}

.slide-image-bg-area {
    position           : relative;
    background-image   : url(../../assets/img/slider/auto-insurance-background.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    z-index            : 1;
    overflow           : hidden;
}

/*
Custom Hero Slider Area Style
======================================================*/
.custom-hero-slider-area .slider-item {
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    overflow           : hidden;
    position           : relative;
    z-index            : 1;
}

.custom-hero-slider-area .slider-item::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.4;
    z-index         : -1;
}

.custom-hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider/auto-insurance.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider/man-driving.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/slider/food-truck-small-business.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/slider/workers-compensation.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-5 {
    background-image: url(../img/slider/homeowners-insurance.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-6 {
    background-image: url(../img/slider/disability-insurance.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-7 {
    background-image: url(../img/slider/travel-insurance.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-8 {
    background-image: url(../img/slider/special-events-insurance.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-9 {
    background-image: url(../img/slider/small-business-bop.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-10 {
    background-image: url(../img/slider/health-insurance.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-11 {
    background-image: url(../img/slider/bonds.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item.slider-item-bg-12 {
    background-image: url(../img/slider/notary-public.svg);
    height          : 100vh;
}

.custom-hero-slider-area .slider-item .slider-text {
    text-align: center;
    position  : relative;
    max-width : 690px;
    margin    : 130px auto 0;
    z-index   : 1;
}

.custom-hero-slider-area .slider-item .slider-text span {
    color        : #ffffff;
    font-size    : 15px;
    display      : block;
    margin-bottom: 10px;
}

.custom-hero-slider-area .slider-item .slider-text h1 {
    font-size    : 60px;
    color        : #ffffff;
    margin-bottom: 30px;
}

.custom-hero-slider-area .slider-item .slider-text p {
    color        : #ffffff;
    font-size    : 16px;
    margin-bottom: 35px;
}

.custom-hero-slider-area .slider-item .slider-text .slider-btn .default-btn {
    margin: 0 20px;
}

.custom-hero-slider-area .slider-item .slider-text .slider-btn .default-btn.white {
    color: #ffffff;
}

.custom-hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.custom-hero-slider-area .owl-item.active .slider-text.one span {
    animation: 1s 0.1s fadeInUpBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.one .video-btn-animat {
    animation: 1s 0.1s fadeInUpBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.one h1 {
    animation: 2s 0.2s fadeInUpBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.one p {
    animation: 3s 0.3s fadeInUpBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    animation: 4s 0.4s fadeInUpBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.two span {
    animation: 2s 0.2s fadeInDownBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.two .video-btn-animat {
    animation: 2s 0.2s fadeInDownBig both;
}

.custom-hero-slider-area .owl-item.active .slider-text.two h1 {
    animation: 2s 0.2s fadeInLeft both;
}

.custom-hero-slider-area .owl-item.active .slider-text.two p {
    animation: 2s 0.2s fadeInRight both;
}

.custom-hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    animation: 2s 0.2s fadeInUpBig both;
}

.custom-hero-slider-area .owl-theme .owl-dots {
    margin-top: 0 !important;
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 20px;
}

.custom-hero-slider-area .owl-theme .owl-dots .owl-dot span {
    width           : 30px;
    height          : 10px;
    transition      : all 0.35s;
    background-color: #bdbdbf;
}

.custom-hero-slider-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFD700;
    width           : 40px;
}

.custom-hero-slider-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFD700;
}

/*
Choose Us Area Three
======================================================*/
.choose-us-area-three .single-choose {
    border          : none;
    background-color: #ffffff;
}

.choose-us-area-three .single-choose span {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width           : 100px;
    height          : 100px;
    line-height     : 100px;
    border-radius   : 50%;
}

.choose-us-area-three .single-choose:hover {
    background-color: #000000;
}

/*
About Area Three
======================================================*/
.about-area-three .about-img-3 {
    float: unset;
}

.about-area-three .about-img-3 img {
    border-radius: 2px;
}

/*
Services Area Three
======================================================*/
.services-area-three .single-choose {
    border          : none;
    background-color: #000000;
}

.services-area-three .single-choose span {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width           : 60px;
    height          : 60px;
    line-height     : 60px;
    border-radius   : 50%;
    border          : 1px dotted #FFD700;
    font-size       : 30px;
}

.services-area-three .single-choose h3 {
    color: #ffffff;
}

.services-area-three .single-choose p {
    color: #ffffff;
}

.services-area-three .single-choose:hover {
    background-color: #000000;
}

/*
Get Quat Area Style
======================================================*/
.get-quat-area-three {
    background-image   : url(../../assets/img/quote-bg.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    position           : relative;
    z-index            : 1;
}

.get-quat-area-three::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.9;
    z-index         : -1;
}

.get-quat-area-three .get-quat-content .section-title {
    text-align: left;
    max-width : unset;
}

.get-quat-area-three .get-quat-content .section-title h2 {
    color: #ffffff;
}

.get-quat-area-three .get-quat-content .section-title p {
    color: #ffffff;
}

.get-quat-area-three .get-quat-content ul li {
    position     : relative;
    padding-left : 80px;
    margin-bottom: 30px;
}

.get-quat-area-three .get-quat-content ul li:last-child {
    margin-bottom: 0;
}

.get-quat-area-three .get-quat-content ul li i {
    color           : #ffffff;
    display         : inline-block;
    width           : 60px;
    height          : 60px;
    line-height     : 60px;
    text-align      : center;
    border-radius   : 2px;
    font-size       : 30px;
    background-color: #FFD700;
    position        : absolute;
    left            : 0;
    top             : -2px;
}

.get-quat-area-three .get-quat-content ul li h3 {
    color: #ffffff;
}

.get-quat-area-three .get-quat-content ul li p {
    color: #ffffff;
}

.work-area {
    overflow: hidden;
}

.logo-slider {
    background-color: #ffffff;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================*/
/*
Nav Style Four
======================================================*/
.nav-style-four .navbar-area .main-nav {
    background-color: #ffffff !important;
}

.nav-style-four .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #000000;
}

/*====================================================
HOME PAGE FIVE STYLE
======================================================*/
/*
Header Area Five
======================================================*/
.header-area.header-area-five .top-header-area {
    background-color: #000000;
}

.header-area.header-area-five .top-header-area .header-content a {
    font-weight: 500;
    color      : #ffffff;
}

.header-area.header-area-five .top-header-area .header-content a:hover {
    color: #000000;
}

.header-area.header-area-five .top-header-area .header-content span {
    font-weight: 500;
    color      : #ffffff;
}

.header-area.header-area-five .top-header-area .header-content span i {
    color       : #000000;
    font-size   : 20px;
    position    : relative;
    top         : 4px;
    display     : inline-block;
    margin-right: 6px;
}

.header-area.header-area-five .top-header-area .header-content.envelope {
    text-align: center;
}

.header-area.header-area-five .top-header-area .header-content.phone {
    text-align: right;
}

/*
Nav Style Five
======================================================*/
.nav-area.nev-style-five .navbar-area .main-nav {
    background-color: #ffffff !important;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #000000;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 20px;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #FFD700;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #000000;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #000000;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #000000;
}

.nav-area.nev-style-five .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #000000;
}

.nav-area.nev-style-five .others-option .option-item .search-btn {
    background-color: #000000;
    width           : 35px;
    height          : 35px;
    line-height     : 35px;
}

.nav-area.nev-style-five .others-option .option-item .close-btn {
    background-color: #000000;
    width           : 35px;
    height          : 35px;
    line-height     : 35px;
}

.nav-area.nev-style-five .others-option .option-item .search-overlay.search-popup .search-form .search-button {
    background-color: #000000;
}

.nav-area.nev-style-five .others-option .sidebar-menu i {
    color      : #000000;
    font-size  : 45px;
    line-height: 1;
    top        : 1px;
}

/*
Main Banner Area Five
======================================================*/
.main-banner-area.main-banner-area-five {
    background-color: #effffb;
    padding         : 0;
    height          : 700px;
}

.main-banner-area.main-banner-area-five .banner-shape-right-five {
    position : absolute;
    top      : 35px;
    right    : 0;
    max-width: 1250px;
    z-index  : -1;
}

.main-banner-area.main-banner-area-five .banner-text {
    margin-top: 150px;
}

.main-banner-area.main-banner-area-five .banner-text span {
    color: #000000;
}

.main-banner-area.main-banner-area-five .banner-img-five {
    margin-top: 150px;
}

/*
Appointment Area Style
======================================================*/
.appointment-here-form {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 50px;
    padding-bottom  : 20px;
    text-align      : center;
    border-radius   : 2px;
}

.appointment-here-form h2 {
    margin-bottom: 10px;
    font-size    : 40px;
    margin-top   : -9px;
}

.appointment-here-form p {
    font-size    : 18px;
    margin-bottom: 40px;
}

.appointment-here-form .form-group {
    position     : relative;
    margin-bottom: 28px;
}

.appointment-here-form .form-group i {
    position   : absolute;
    top        : 17px;
    right      : 20px;
    line-height: 1;
    font-size  : 18px;
    color      : #FFD700;
    z-index    : 99;
}

.appointment-here-form .form-group .form-control {
    padding         : 10px 20px;
    background-color: #ffffff;
}

.appointment-here-form .form-group .form-control:focus {
    border-color: #000000;
}

.appointment-here-form .default-btn {
    width        : 100%;
    margin-bottom: 28px;
}

.appointment-here-form .nice-select {
    height          : 50px;
    width           : 100%;
    line-height     : 48px;
    font-size       : 15px;
    margin-bottom   : 30px;
    padding-left    : 20px;
    background-color: #ffffff;
    border-radius   : 2px;
}

.appointment-here-form .nice-select:focus {
    border-color: #999999;
}

.appointment-here-form .nice-select span {
    text-align: left;
    position  : relative;
    top       : 2px;
}

.appointment-here-form .nice-select::after {
    height: 8px;
    width : 8px;
    right : 20px;
}

.appointment-here-form .nice-select.open .list {
    height    : 250px;
    overflow-y: scroll;
}

.appointment-here-form .nice-select .option:hover {
    background-color: #999999;
}

/*
About Area Five Style
======================================================*/
.about-area.about-area-five .about-content span {
    color         : #000000;
    position      : relative;
    z-index       : 1;
    padding-bottom: 5px;
}

.about-area.about-area-five .about-content span::before {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 20%;
    height          : 2px;
    background-color: #000000;
}

.about-area.about-area-five .about-content span::after {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 50%;
    height          : 2px;
    background-color: #d9d9d9;
    z-index         : -1;
}

.about-area.about-area-five .about-content h2 {
    margin-bottom: 22px;
}

.about-area.about-area-five .about-content .default-btn {
    margin-top: 20px;
}

.about-area.about-area-five .excellence-item {
    margin-bottom: 30px;
    transition   : all 0.35s;
}

.about-area.about-area-five .excellence-item i {
    font-size       : 35px;
    line-height     : 1;
    background-color: #000000;
    width           : 50px;
    height          : 50px;
    line-height     : 50px;
    border-radius   : 2px;
    color           : #ffffff;
    text-align      : center;
    margin-bottom   : 22px;
    transition      : all 0.35s;
}

.about-area.about-area-five .excellence-item h3 {
    margin-bottom: 12px;
}

.about-area.about-area-five .excellence-item:hover {
    transform: translateY(-5px);
}

.about-area.about-area-five .excellence-item:hover i {
    transform: rotateY(360deg);
}

/*
Choose Us Area Five Style
======================================================*/
.choose-us-area-three.choose-us-area-five .single-choose {
    background-color: #ffffff;
}

.choose-us-area-three.choose-us-area-five .single-choose span {
    color: #000000;
}

.choose-us-area-three.choose-us-area-five .single-choose h3 {
    margin-bottom: 15px;
}

.choose-us-area-three.choose-us-area-five .single-choose:hover {
    background-color: #000000;
}

/*
Services Area Five Style
======================================================*/
.services-area-three.services-area-five {
    background-color: #f9fbfe;
}

.services-area-three.services-area-five .single-choose {
    background-color: transparent;
    border          : 1px solid #000000;
    box-shadow      : none;
    position        : relative;
}

.services-area-three.services-area-five .single-choose span {
    border     : none;
    width      : 100px;
    height     : 100px;
    line-height: 100px;
    font-size  : 50px;
    color      : #000000;
}

.services-area-three.services-area-five .single-choose h3 {
    color: #000000;
}

.services-area-three.services-area-five .single-choose p {
    color: #000000;
}

.services-area-three.services-area-five .single-choose a {
    position : absolute;
    bottom   : -23px;
    left     : 0;
    right    : 0;
    transform: scaleX(0);
}

.services-area-three.services-area-five .single-choose a i {
    background-color: #000000;
    width           : 50px;
    height          : 50px;
    line-height     : 50px;
    font-size       : 25px;
}

.services-area-three.services-area-five .single-choose:hover a {
    transform: scaleX(1);
}

/*
find An Agent Area Five Style
======================================================*/
.find-an-agent-area .find-an-agent-bg {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding   : 50px;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(3) .single-find-an-agent {
    border-right: none;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(4) .single-find-an-agent {
    border-bottom: none;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(5) .single-find-an-agent {
    border-bottom: none;
}

.find-an-agent-area .col-lg-8 .col-lg-4:nth-child(6) .single-find-an-agent {
    border-right : none;
    border-bottom: none;
}

.find-an-agent-content h2 {
    margin-bottom: 20px;
    font-size    : 30px;
}

.find-an-agent-content p {
    margin-bottom: 30px;
}

.single-find-an-agent {
    border-right : 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    text-align   : center;
    padding      : 10px;
    transition   : all 0.35s;
    cursor       : pointer;
}

.single-find-an-agent i {
    color        : #000000;
    font-size    : 50px;
    line-height  : 1;
    display      : block;
    margin-bottom: 5px;
}

.single-find-an-agent a {
    font-size     : 20px;
    font-weight   : 600;
    text-transform: uppercase;
    color         : #000000;
}

.single-find-an-agent a:hover {
    color: #000000;
}

.single-find-an-agent:hover {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*
Counter Area Five Style
======================================================*/
.counter-area.counter-area-three {
    background-color: #ffffff;
}

.counter-area.counter-area-three .single-counter {
    border          : none;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 30px;
    transition      : all 0.35s;
    background-color: #ffffff;
}

.counter-area.counter-area-three .single-counter i {
    width        : 70px;
    height       : 70px;
    line-height  : 70px;
    font-size    : 40px;
    border-radius: 50%;
    color        : #000000;
    box-shadow   : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    display      : inline-block;
    margin       : 0 auto 18px;
}

.counter-area.counter-area-three .single-counter p {
    color: #000000;
}

.counter-area.counter-area-three .single-counter:hover {
    transform: translateY(-5px);
}

/*
Business Contact Area Five Style
======================================================*/
.business-contact-area-five {
    background-color: #f9fbfe;
}

.business-contact-area-five .business-contact-bg {
    max-width: 900px;
    margin   : auto;
}

.business-contact-area-five .business-contact {
    background-color: #000000;
    padding         : 50px;
    border-radius   : 2px;
    position        : relative;
}

.business-contact-area-five .business-contact p {
    font-weight  : 700;
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 25px;
    line-height  : 1;
}

.business-contact-area-five .business-contact a {
    font-size  : 25px;
    color      : #ffffff;
    font-weight: 700;
    line-height: 1;
    display    : block;
}

.business-contact-area-five .business-contact .one {
    margin-bottom: 10px;
}

.business-contact-area-five .business-contact span {
    background-color: #ffffff;
    color           : #000000;
    width           : 70px;
    height          : 70px;
    line-height     : 66px;
    border-radius   : 50%;
    display         : block;
    text-align      : center;
    font-weight     : 600;
    font-size       : 20px;
    border          : 3px solid #000000;
    transform       : translateY(-30px);
    z-index         : 1;
    position        : absolute;
    top             : 50%;
    right           : -50px;
}

.business-contact-area-five .business-content-email {
    background-color: #000000;
    padding         : 50px;
    border-radius   : 2px;
}

.business-contact-area-five .business-content-email p {
    font-weight  : 700;
    font-size    : 18px;
    color        : #ffffff;
    margin-bottom: 20px;
    line-height  : 1;
}

.business-contact-area-five .business-content-email .form-group {
    position: relative;
}

.business-contact-area-five .business-content-email .form-group .default-btn {
    position        : absolute;
    top             : 0;
    right           : 0;
    height          : 50px;
    background-color: #000000;
}

.business-contact-area-five .business-content-email .form-group .form-control:focus {
    background-color: #ffffff;
    border-color    : #ffffff;
}

/*
Team Area Five Style
======================================================*/
.team-area.team-area-five .single-team .image .social li a:hover {
    background-color: #000000;
}

.team-area.team-area-five .single-team .content span {
    color: #000000;
}

/*
Get A Quat Area Five Style
======================================================*/
.get-quat-area-five .get-quat-content ul li i {
    background-color: #000000;
}

.get-quat-area-five .quat-form .tabs .current a {
    color: #000000;
}

.get-quat-area-five .quat-form .tabs li a:hover {
    color: #000000;
}

.get-quat-area-five .quat-form .ratings li a {
    color: #12b48b;
}

/*
Testimonial Area Five Style
======================================================*/
.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client {
    padding-left: 30px !important;
    margin-top  : 105px;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client .client-text {
    padding-left: 65px;
    position    : absolute;
    top         : -100px;
    left        : 0;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client .client-text img {
    position     : absolute;
    top          : 0;
    left         : 0;
    border-radius: 50%;
    border       : 10px solid #000000;
    z-index      : 1;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client .client-text .client-name {
    background-color: #000000;
    border-radius   : 0 0 10px 0;
    padding         : 0 70px;
    position        : relative;
    top             : 26px;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client .client-text .client-name h3 {
    color: #ffffff;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client .client-text .client-name span {
    color: #013160;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client p {
    margin-top: 5px;
}

.testimonial-area.testimonial-area-five .testimonial-wrap-two .single-client ul li i {
    font-size: 18px;
}

/*
Blog Area Five Style
======================================================*/
.blog-area.blog-area-five .single-blog .blog-content {
    max-width : 100%;
    margin-top: 0;
}

.blog-area.blog-area-five .single-blog .blog-content ul {
    margin-bottom: 20px;
}

.blog-area.blog-area-five .single-blog .blog-content ul li {
    color       : #000000;
    border-color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content ul li a {
    color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content ul li a:hover {
    color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content a h3 {
    color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content .read-more {
    color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content .read-more:hover {
    color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content .read-more:hover i {
    color: #000000;
}

.blog-area.blog-area-five .single-blog .blog-content::before {
    display: none;
}

.blog-area.blog-area-five .single-blog .blog-content::after {
    display: none;
}

/*
Footer Top Area Five Style
======================================================*/
.footer-top-area.footer-top-area-five {
    background-color: #000000;
    background-image: none;
}

.footer-top-area.footer-top-area-five::before {
    display: none;
}

.footer-top-area.footer-top-area-five .single-widget .social-area ul li a {
    background-color: #000000;
}

.footer-top-area.footer-top-area-five .single-widget ul li a:hover {
    color: #000000;
}

.footer-top-area.footer-top-area-five .default-btn {
    border: 1px solid #000000;
}

/*
Footer Bottom Area Five Style
======================================================*/
.footer-bottom-area.footer-bottom-area-five {
    background-color: #000000;
}

/*
Go Top Area Five Style
======================================================*/
.go-top.go-top-five {
    background-color: #000000;
}

.go-top.go-top-five:hover {
    background-color: #000000;
}

/*
Sidebar Area Five Style
======================================================*/
.sidebar-modal.sidebar-modal-five .modal.right .modal-body .sidebar-modal-widget .title::before {
    background-color: #000000;
}

.sidebar-modal.sidebar-modal-five .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    background-color: #000000;
}

.sidebar-modal.sidebar-modal-five .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: #000000;
}

.sidebar-modal.sidebar-modal-five .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #000000;
}

/*====================================================
HOME PAGE SIX STYLE
======================================================*/
/*
Header Area Six
======================================================*/
.header-area.header-area-six .top-header-area {
    background-color: #f4f9fd;
}

.header-area.header-area-six .top-header-area .header-content-right {
    float: left;
}

.header-area.header-area-six .top-header-area .header-content-right li a:hover {
    color: #000000;
}

.header-area.header-area-six .top-header-area .header-content-right li i {
    color           : #000000;
    margin-right    : 5px;
    font-size       : 15px;
    background-color: #def5ee;
    width           : 25px;
    height          : 25px;
    line-height     : 25px;
    text-align      : center;
    border-radius   : 50%;
    position        : relative;
    top             : 1px;
    transition      : all 0.35s;
}

.header-area.header-area-six .top-header-area .header-content-right li:hover i {
    background-color: #000000;
    color           : #ffffff;
}

.header-area.header-area-six .top-header-area .header-content-left {
    float: right;
}

.header-area.header-area-six .top-header-area .header-content-left li {
    display: inline-block;
}

.header-area.header-area-six .top-header-area .header-content-left li a i {
    color           : #000000;
    margin-right    : 5px;
    font-size       : 15px;
    background-color: #def5ee;
    width           : 25px;
    height          : 25px;
    line-height     : 25px;
    text-align      : center;
    border-radius   : 50%;
    position        : relative;
    top             : 1px;
    transition      : all 0.35s;
}

.header-area.header-area-six .top-header-area .header-content-left li a:hover i {
    background-color: #000000;
    color           : #ffffff;
}

/*
Nav Area Six
======================================================*/
.nav-area.nev-style-five.nev-style-six .navbar-brand {
    position: relative;
    z-index : 1;
    padding : 13px 0;
}

.nav-area.nev-style-five.nev-style-six .navbar-brand::before {
    content          : "";
    position         : absolute;
    top              : 0;
    left             : -410px;
    width            : 600px;
    height           : 100%;
    background-color : #ffffff;
    z-index          : -1;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path        : polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.nav-area.nev-style-five.nev-style-six .navbar {
    padding: 0;
}

/*
Hero Slider Area Six
======================================================*/
.hero-slider-area-six .slider-item {
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
}

.hero-slider-area-six .slider-item.slider-item-bg-1 {
    background-image: url(../../assets/img/slider/slider-5.jpg);
}

.hero-slider-area-six .slider-item.slider-item-bg-2 {
    background-image: url(../../assets/img/slider/slider-6.jpg);
}

.hero-slider-area-six .slider-item .slider-text {
    padding         : 30px;
    max-width       : 650px;
    border-top      : 5px dashed #000000;
    border-left     : 5px dashed #000000;
    position        : relative;
    z-index         : 1;
    margin-bottom   : 50px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.hero-slider-area-six .slider-item .slider-text::before {
    content      : "";
    position     : absolute;
    bottom       : 0;
    left         : 0;
    width        : 70%;
    height       : 10px;
    border-bottom: 5px dashed #000000;
}

.hero-slider-area-six .slider-item .slider-text .top-title {
    margin-top   : -7px;
    color        : #000000;
    font-weight  : 500;
    font-size    : 15px;
    margin-bottom: 10px;
    display      : inline-block;
}

.hero-slider-area-six .slider-item .slider-text h1 {
    font-size    : 50px;
    margin-bottom: 30px;
}

.hero-slider-area-six .slider-item .slider-text p {
    margin-bottom: 35px;
    color        : #000000;
}

.hero-slider-area-six .owl-item.active .slider-text {
    overflow: hidden;
}

.hero-slider-area-six .owl-item.active .slider-text.one span {
    animation: 2s 0.2s fadeInDownBig both;
}

.hero-slider-area-six .owl-item.active .slider-text.one h1 {
    animation: 2s 0.2s fadeInLeft both;
}

.hero-slider-area-six .owl-item.active .slider-text.one p {
    animation: 2s 0.2s fadeInRight both;
}

.hero-slider-area-six .owl-item.active .slider-text.one .slider-btn {
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area-six .owl-item.active .slider-text.two span {
    animation: 1s 0.1s fadeInUpBig both;
}

.hero-slider-area-six .owl-item.active .slider-text.two h1 {
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area-six .owl-item.active .slider-text.two p {
    animation: 3s 0.3s fadeInUpBig both;
}

.hero-slider-area-six .owl-item.active .slider-text.two .slider-btn {
    animation: 4s 0.4s fadeInUpBig both;
}

.hero-slider-area-six .owl-next {
    position     : absolute;
    top          : 50%;
    right        : 60px;
    margin       : 0 !important;
    border-radius: 0 !important;
    transition   : all 0.35s;
    opacity      : 0;
    transform    : translateY(-10px);
}

.hero-slider-area-six .owl-next i {
    color        : #000000;
    width        : 40px;
    height       : 40px;
    line-height  : 40px;
    display      : inline-block;
    transition   : all 0.35s;
    font-size    : 26px;
    border-radius: 4px;
    border       : 1px solid #000000;
}

.hero-slider-area-six .owl-next i:hover {
    background-color: #000000 !important;
    border-color    : #ffffff;
    color           : #ffffff;
}

.hero-slider-area-six .owl-prev {
    position     : absolute;
    top          : 50%;
    left         : 60px;
    margin       : 0 !important;
    border-radius: 0 !important;
    transition   : all 0.35s;
    opacity      : 0;
    transform    : translateY(-10px);
}

.hero-slider-area-six .owl-prev i {
    color        : #000000;
    width        : 40px;
    height       : 40px;
    line-height  : 40px;
    display      : inline-block;
    transition   : all 0.35s;
    font-size    : 26px;
    border-radius: 4px;
    border       : 1px solid #000000;
}

.hero-slider-area-six .owl-prev i:hover {
    background-color: #000000 !important;
    border-color    : #ffffff;
    color           : #ffffff;
}

.hero-slider-area-six:hover .owl-prev {
    opacity: 1;
    left   : 30px;
}

.hero-slider-area-six:hover .owl-next {
    opacity: 1;
    right  : 30px;
}

.hero-slider-area-six .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.hero-slider-area-six .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

/*
Get A Quat Area Six
======================================================*/
.get-quat-list-tab {
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding         : 50px;
    border-top      : 2px solid #000000;
    margin-top      : -50px;
    position        : relative;
    z-index         : 1;
}

.get-quat-list-tab .single-get-list {
    margin-bottom : 30px;
    padding-bottom: 30px;
    border-bottom : 1px solid #000000;
    cursor        : pointer;
}

.get-quat-list-tab .single-get-list:last-child {
    padding-bottom: 0;
    margin-bottom : 0;
    border-bottom : none;
}

.get-quat-list-tab .single-get-list i {
    font-size   : 25px;
    display     : inline-block;
    margin-right: 10px;
    position    : relative;
    top         : 4px;
    color       : #000000;
}

.get-quat-list-tab .single-get-list span {
    font-weight: 500;
    font-size  : 18px;
}

.get-quat-list-tab .get-quat-content {
    margin-bottom: 0;
}

.get-quat-list-tab .get-quat-content h3 {
    font-size    : 25px;
    margin-bottom: 20px;
}

.get-quat-list-tab .get-quat-content p {
    margin-bottom: 26px;
}

.get-quat-list-tab .get-quat-img {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

/*
About Us Area Six
======================================================*/
.about-area-six {
    background-color: #f9fbfe;
}

.about-content-six span {
    color         : #000000;
    position      : relative;
    z-index       : 1;
    padding-bottom: 5px;
    margin-bottom : 15px;
    display       : block;
    margin-top    : -7px;
}

.about-content-six span::before {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 10%;
    height          : 2px;
    background-color: #000000;
}

.about-content-six span::after {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 20%;
    height          : 2px;
    background-color: #d9d9d9;
    z-index         : -1;
}

.about-content-six h2 {
    font-size    : 40px;
    margin-bottom: 25px;
}

.about-content-six p {
    margin-bottom: 30px;
}

.about-content-six ul {
    display: inline-block;
}

.about-content-six ul li {
    font-weight  : 500;
    font-size    : 16px;
    margin-bottom: 10px;
    position     : relative;
    padding-left : 20px;
}

.about-content-six ul li::before {
    content         : "";
    position        : absolute;
    top             : 8px;
    left            : 0;
    width           : 10px;
    height          : 10px;
    line-height     : 10px;
    border-radius   : 50%;
    background-color: #000000;
}

.about-content-six ul li:last-child {
    margin-bottom: 0;
}

.about-content-six .default-btn {
    margin-top: 30px;
}

.about-img-6 {
    position: relative;
}

.about-img-6 .video {
    position       : absolute;
    top            : 0;
    left           : 0;
    right          : 0;
    width          : 100%;
    height         : 100%;
    justify-content: center;
    align-items    : center;
    display        : flex;
}

.about-img-6 .video-btn {
    background-color: #000000;
}

.about-img-6 .video-btn::after,
.about-img-6 .video-btn .video-btn::before {
    background-color: #000000;
}

.about-img-6 .video-btn:hover {
    background-color: #000000;
}

.about-img-6 .video-btn:hover::after,
.about-img-6 .video-btn:hover .video-btn::before {
    background-color: #000000;
}

/*
Counter Area Six
======================================================*/
.counter-area.counter-area-three.counter-area-six {
    background-image   : url(../../assets/img/counter-bg-6.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    position           : relative;
    z-index            : 1;
}

.counter-area.counter-area-three.counter-area-six::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.7;
    z-index         : -1;
}

/*
Team Area Four Style
======================================================*/
.team-area.team-area-six .single-team {
    text-align      : center;
    padding         : 30px;
    background-color: #000000;
    margin-bottom   : 30px;
    transition      : all 0.35s;
}

.team-area.team-area-six .single-team .team-single-img {
    position     : relative;
    margin-top   : 15px;
    margin-bottom: 40px;
}

.team-area.team-area-six .single-team .team-single-img img {
    border-radius: 50%;
}

.team-area.team-area-six .single-team .team-single-img .team-img {
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    justify-content: center;
    align-items    : center;
    display        : flex;
    animation      : rotation 20s linear infinite;
}

.team-area.team-area-six .single-team .team-content h3 {
    color: #ffffff;
}

.team-area.team-area-six .single-team .team-content span {
    color        : #ffffff;
    font-weight  : 600;
    margin-bottom: 10px;
    display      : block;
}

.team-area.team-area-six .single-team .team-content ul {
    line-height: 1;
}

.team-area.team-area-six .single-team .team-content ul li {
    display: inline-block;
    padding: 0 5px;
}

.team-area.team-area-six .single-team .team-content ul li a {
    color    : #ffffff;
    font-size: 18px;
}

.team-area.team-area-six .single-team .team-content ul li a:hover {
    color    : #ffffff;
    animation: rubberBand 1s linear;
}

.team-area.team-area-six .single-team:hover {
    transform: translateY(-5px);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area-six {
    background-image   : url(../../assets/img/testimonial-bg-6.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    position           : relative;
    z-index            : 1;
}

.testimonial-area-six::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    opacity         : 0.7;
    z-index         : -1;
}

.testimonial-area-six .section-title h2 {
    position: relative;
}

.testimonial-area-six .section-title h2::before {
    content         : "";
    position        : absolute;
    top             : 55px;
    left            : 0;
    right           : 0;
    width           : 2px;
    height          : 100%;
    background-color: #ffffff;
    margin          : auto;
}

.testimonial-area-six .owl-carousel .owl-item img {
    width : unset;
    margin: auto;
}

.testimonial-area-six .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.testimonial-area-six .owl-theme .owl-nav .owl-prev {
    background-color: #000000 !important;
    width           : 40px;
    height          : 40px;
    border-radius   : 50% !important;
    position        : absolute;
    top             : 50%;
    left            : 0;
    transform       : translateY(-40px);
    transition      : all 0.35s;
}

.testimonial-area-six .owl-theme .owl-nav .owl-prev i {
    color    : #ffffff;
    font-size: 18px;
    position : relative;
    left     : -1px;
}

.testimonial-area-six .owl-theme .owl-nav .owl-next {
    background-color: #000000 !important;
    width           : 40px;
    height          : 40px;
    border-radius   : 50% !important;
    position        : absolute;
    top             : 50%;
    right           : 0;
    transform       : translateY(-40px);
    transition      : all 0.35s;
}

.testimonial-area-six .owl-theme .owl-nav .owl-next i {
    color    : #ffffff;
    font-size: 22px;
    position : relative;
    right    : -1px;
}

.testimonial-area-six .owl-theme:hover .owl-prev {
    left            : -30px;
    background-color: #000000;
}

.testimonial-area-six .owl-theme:hover .owl-next {
    right           : -30px;
    background-color: #000000;
}

.testimonial-area-six .single-testimonial {
    text-align: center;
    max-width : 800px;
    margin    : auto;
}

.testimonial-area-six .single-testimonial p {
    color: #ffffff;
}

.testimonial-area-six .single-testimonial ul {
    line-height  : 1;
    margin-bottom: 20px;
}

.testimonial-area-six .single-testimonial ul li {
    display: inline-block;
}

.testimonial-area-six .single-testimonial ul li i {
    color: #ffffff;
    color: #ffc107;
}

.testimonial-area-six .single-testimonial h3 {
    color: #ffffff;
}

.testimonial-area-six .single-testimonial span {
    display      : block;
    color        : #ffffff;
    margin-bottom: 20px;
}

.testimonial-area-six .single-testimonial img {
    border-radius: 50%;
}

/*
Get Quat Area Style
======================================================*/
.get-quat-area.get-quat-area-three.get-quat-area-five.get-quat-area-six::before {
    background-color: #000000;
    opacity         : 0.7;
}

.get-quat-area .quat-form ul li {
    color: #666666;
}

.get-quat-area .quat-form ul li a {
    color: #000000;
}

.get-quat-area .nice-select.open .list {
    background-color: #f2f2f2;
}

.get-quat-area .nice-select .option:hover {
    background-color: #e5e5e5;
    color           : #000000;
}

.get-quat-area .nice-select.open .list .option {
    font-weight: 400;
}

.get-quat-area .quat-form .rating-form {
    color      : #ffffff;
    font-weight: 500;
}

.get-quat-area .quat-form .rating-form a {
    color: #ffffff;
}

.get-quat-area .quat-form .rating-form a:hover {
    color: #000000;
}

.get-quat-area .quat-form .already-member {
    color      : #ffffff;
    font-weight: 500;
}

.get-quat-area .quat-form .already-member a {
    color: #ffffff;
}

.get-quat-area .quat-form .already-member a:hover {
    color: #000000;
}

/*==================================================== 
INNER PAGE STYLE
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
    position        : relative;
    overflow        : hidden;
    z-index         : 1;
    padding-top     : 240px;
    padding-bottom  : 150px;
    text-align      : center;
    background-color: #013160;
    z-index         : 1;
}

.page-title-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 50%;
    height          : 100%;
    background-color: #013160;
    z-index         : -1;
    animation       : 5s fadeInLeft both;
}

.page-title-area::after {
    content         : "";
    position        : absolute;
    top             : 0;
    right           : 0;
    width           : 50%;
    height          : 100%;
    background-color: #013160;
    animation       : 5s fadeInRight both;
    z-index         : -1;
}

.page-title-area .page-title-content h1 {
    margin-bottom: 20px;
    color        : #ffffff;
    font-size    : 54px;
    font-weight  : 800;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color        : #ffffff;
    font-size    : 36px;
    font-weight  : 800;
}

.page-title-area .page-title-content ul {
    padding-left   : 0;
    list-style-type: none;
    margin-top     : 10px;
    margin-bottom  : 0;
}

.page-title-area .page-title-content ul li {
    display      : inline-block;
    position     : relative;
    font-size    : 14px;
    font-weight  : 200;
    padding-right: 10px;
    padding-left : 10px;
    color        : #ffffff;
}

.page-title-area .page-title-content ul li::before {
    content         : "";
    position        : absolute;
    top             : 12px;
    right           : -3px;
    background-color: #ffffff;
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #000000;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
    position: relative;
    z-index : 1;
}

.user-area-all-style .contact-form-action {
    background-color: #ffffff;
    border-radius   : 4px;
    box-shadow      : 0 0 40px rgba(82, 85, 90, 0.1);
    padding         : 40px;
    max-width       : 570px;
    margin          : auto;
}

.user-area-all-style .contact-form-action .form-heading {
    margin-bottom: 33px;
}

.user-area-all-style .contact-form-action .form-heading .form-title {
    font-size     : 35px;
    color         : #233d63;
    margin-bottom : 10px;
    text-transform: capitalize;
}

.user-area-all-style .contact-form-action .form-heading .form-desc {
    font-size  : 18px;
    color      : #677286;
    font-weight: 500;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
    line-height: 30px;
    margin-top : 15px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
    color: #FFD700;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
    font-size: 16px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
    font-weight: 600;
}

.user-area-all-style .contact-form-action form .submit-btn {
    margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
    font-size    : 14px;
    padding      : 15px 40px;
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
    display: table;
    margin : 0 auto 0;
    padding: 15px 40px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
    background-color: #FF5733;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
    background-color: #013160;
    display         : table;
    margin          : 0 auto 30px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
    background-color: #FFD700;
    float           : right;
}

.user-area-all-style .contact-form-action form .reset-btn {
    margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
    color: #FFD700;
}

.user-area-all-style .contact-form-action form .form-group {
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
    margin     : 25px auto 0;
    display    : table;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
    color      : #FFD700;
    margin-left: 10px;
    font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
    position: relative;
    top     : 1px;
}

.user-area-all-style .contact-form-action #chb2 {
    position: relative;
    top     : 1px;
}

.user-area-all-style .contact-form-action .forget {
    float      : right;
    color      : #FFD700;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
    font-weight  : 600;
    float        : right;
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
    color: #FFD700;
}

.user-area-all-style .contact-form-action .now-log-in {
    color      : #FFD700;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
    font-weight: 600;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
    position        : relative;
    height          : 100vh;
    z-index         : 1;
    background-color: #000000;
    overflow        : hidden;
}

.coming-soon-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : -5%;
    width           : 110%;
    height          : 100%;
    opacity         : 1;
    z-index         : -1;
    background-color: #013160;
    transform       : rotate(45deg);
}

.coming-soon-area .coming-soon-content {
    text-align  : center;
    max-width   : 750px;
    margin-left : auto;
    margin-right: auto;
    position    : relative;
    z-index     : 2;
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color        : #ffffff;
    font-size    : 60px;
    margin-top   : -18px;
}

.coming-soon-area .coming-soon-content p {
    color        : #f3f3f3;
    font-size    : 16px;
    max-width    : 600px;
    margin-top   : 15px;
    margin-bottom: 0;
    margin-left  : auto;
    margin-right : auto;
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
    display     : inline-block;
    color       : #ffffff;
    position    : relative;
    margin-left : 35px;
    margin-right: 35px;
    font-size   : 45px;
    font-weight : 700;
}

.coming-soon-area .coming-soon-content #timer div span {
    display       : block;
    text-transform: capitalize;
    margin-top    : -15px;
    font-size     : 16px;
    font-weight   : normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
    content  : "";
    position : absolute;
    right    : -50px;
    top      : -10px;
    font-size: 70px;
    color    : #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position    : relative;
    max-width   : 500px;
    margin-left : auto;
    margin-right: auto;
    margin-top  : 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display         : block;
    width           : 100%;
    height          : 60px;
    border          : none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left    : 15px;
    color           : #ffffff;
    outline         : 0;
    transition      : 0.5s;
    border-radius   : 10px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-moz-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #FFD700;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position      : absolute;
    right         : 0;
    top           : 0;
    height        : 60px;
    padding       : 0 30px;
    text-transform: uppercase;
    outline       : 0;
    color         : #ffffff;
    transition    : 0.5s;
    font-weight   : 500;
    font-size     : 15px;
    cursor        : pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color           : #ffffff;
    background-color: #FFD700;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
    color    : #ffffff;
    font-size: 14px;
    position : absolute;
    left     : 0;
    right    : 0;
    bottom   : -30px;
    margin   : 0 auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
    padding         : 50px 0;
    height          : 100vh;
    text-align      : center;
    position        : relative;
    z-index         : 1;
    background-color: #013160;
}

.error-area::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    opacity         : 0.4;
    z-index         : -1;
    background-color: #000000;
    /*
  clip-path         : polygon(50% 0, 0% 100%, 100% 100%);
  */
}

.error-area::after {
    content          : "";
    position         : absolute;
    top              : 0;
    left             : 0;
    width            : 100%;
    height           : 100%;
    opacity          : 0;
    z-index          : -1;
    background-color : #013160;
    -webkit-clip-path: polygon(50% 34%, 20% 100%, 80% 100%);
    clip-path        : polygon(50% 34%, 20% 100%, 80% 100%);
}

.error-area .error-content-wrap {
    z-index : 1;
    position: relative;
}

.error-area .error-content-wrap h1 {
    font-size  : 300px;
    line-height: 1;
    color      : #ffffff;
    opacity    : 0;
}

.error-area .error-content-wrap h1 span {
    color: #ffffff;
}

.error-area .error-content-wrap h2 {
    margin  : 30px 0 0;
    position: relative;
    color   : #ffffff;
}

.error-area .error-content-wrap p {
    margin   : 20px 0 20px;
    font-size: 19px;
    color    : #ffffff;
}

.error-area {
    position           : relative;
    background-image   : url(../../assets/img/404-not-found.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100vh;
    z-index            : 1;
    overflow           : hidden;
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
    background-color: #FFD700;
    color           : #ffffff;
    padding         : 15px 20px;
    margin-bottom   : 20px;
}

.service-sidebar-area .service-card {
    margin-bottom   : 30px;
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
    border-bottom: 1px dashed #eeeeee;
    padding      : 15px 20px;
    font-weight  : 500;
    transition   : all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
    border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
    color  : #000000;
    display: block;
}

.service-sidebar-area .service-list ul li i {
    float           : right;
    width           : 30px;
    height          : 30px;
    line-height     : 30px;
    background-color: #FFD700;
    border-radius   : 50%;
    color           : #ffffff;
    font-size       : 20px;
    text-align      : center;
    transition      : all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
    background-color: #FFD700;
    color           : #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
    background-color: #ffffff;
    color           : #FFD700;
}

.service-sidebar-area .service-list ul li:hover a {
    color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion {
    position: unset;
    padding : 0;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
    box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
    font-size  : 15px;
    font-weight: 800;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
    top: 11px;
}

.service-sidebar-area .paint {
    margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
    margin-bottom: 30px;
}

.service-details-wrap .service-img {
    margin-bottom: 30px;
}

.service-details-wrap ul {
    margin-top   : 30px;
    margin-bottom: 30px;
}

.service-details-wrap ul li {
    font-weight : 600;
    color       : #000000;
    font-size   : 14px;
    padding-left: 35px;
    position    : relative;
}

.service-details-wrap ul li i {
    width           : 25px;
    height          : 25px;
    line-height     : 25px;
    background-color: #FFD700;
    border-radius   : 50%;
    color           : #ffffff;
    font-size       : 20px;
    text-align      : center;
    position        : absolute;
    top             : 4px;
    position        : absolute;
    top             : 0px;
    left            : 0;
}

.service-details-wrap .car-service-list-wrap {
    margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
    margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
    margin-bottom: 15px;
    font-size    : 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
    margin: 0;
}

.service-details-wrap .list-unstyled li {
    color       : #ff0051;
    padding-left: 0 !important;
    font-size   : 14px;
    font-weight : 400;
    margin-top  : 10px;
}

.service-details-wrap #msgSubmit {
    margin-top: 30px;
}

.service-details-wrap .ask-question {
    text-align: center;
    margin-top: 30px;
    padding   : 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-details-wrap .ask-question h3 {
    font-size    : 25px;
    margin-bottom: 30px;
}

.service-details-wrap .ask-question .form-group {
    margin-bottom: 30px;
}

.service-details-wrap .ask-question .default-btn {
    margin : auto;
    display: table;
}

/*
Blog Details Area Style
=====================================================*/
.blog-details-area {
    /*
  Sidebar Widget Area Style
  ================================*/
}

.blog-details-area .blog-details-desc .article-image {
    position        : relative;
    background-color: #000000;
}

.blog-details-area .blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
    padding-left   : 0;
    margin-bottom  : 0;
    list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
    position    : relative;
    display     : inline-block;
    color       : #FFD700;
    margin-right: 21px;
    font-size   : 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
    display    : inline-block;
    color      : #FFD700;
    font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
    display  : inline-block;
    color    : #666666;
    font-size: 13px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #FFD700;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
    color       : #FFD700;
    margin-right: 2px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
    content   : "";
    position  : absolute;
    top       : 11px;
    right     : -15px;
    width     : 6px;
    height    : 1px;
    background: #FFD700;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 13px;
    margin-top   : 25px;
    font-size    : 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left   : 0;
    list-style-type: none;
    display        : flex;
    flex-wrap      : wrap;
    margin-right   : -10px;
    margin-left    : -10px;
    margin-bottom  : 30px;
    margin-top     : 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    flex         : 0 0 33.3333%;
    max-width    : 33.3333%;
    padding-right: 10px;
    padding-left : 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
    flex     : 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
    display     : inline-block;
    color       : #FFD700;
    font-size   : 20px;
    margin-right: 5px;
    position    : relative;
    top         : 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
    display    : inline-block;
    color      : #666666;
    font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
    color: #FFD700;
}

.blog-details-area .blog-details-desc .article-footer .article-share {
    flex     : 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
    padding-left   : 0;
    list-style-type: none;
    text-align     : right;
    margin-bottom  : 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
    display     : inline-block;
    margin-right: 2px;
    font-weight : 500;
    color       : #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
    display         : block;
    color           : #ffffff;
    width           : 32px;
    height          : 32px;
    line-height     : 33px;
    border-radius   : 50%;
    background-color: #FFD700;
    text-align      : center;
    font-size       : 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
    animation: rubberBand 1s linear;
}

.blog-details-area .blog-details-desc .post-navigation {
    margin-top: 30px;
}

.blog-details-area blockquote {
    overflow        : hidden;
    background-color: #f7f7f7;
    padding         : 50px !important;
    position        : relative;
    z-index         : 1;
    margin-bottom   : 20px;
    margin-top      : 20px;
    border-radius   : 2px;
}

.blog-details-area blockquote p {
    color        : #000000;
    line-height  : 1.6;
    margin-bottom: 0;
    font-style   : italic;
    font-weight  : 600;
    font-size    : 17px !important;
    text-align   : center;
}

.blog-details-area blockquote cite {
    display: none;
}

.blog-details-area blockquote::before {
    color      : #FFD700;
    content    : "\ed67";
    position   : absolute;
    left       : 50px;
    top        : -50px;
    z-index    : -1;
    font-family: "boxicons";
    font-size  : 140px;
    font-weight: 900;
    opacity    : 0.5;
}

.blog-details-area blockquote::after {
    content         : "";
    position        : absolute;
    left            : 0;
    top             : 0;
    bottom          : 0;
    width           : 3px;
    background-color: #FFD700;
    margin-top      : 20px;
    margin-bottom   : 20px;
}

.blog-details-area .post-navigation {
    border-top    : 1px solid #eeeeee;
    border-bottom : 1px solid #eeeeee;
    padding-top   : 20px;
    padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
    display  : flex;
    flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
    flex     : 0 0 50%;
    max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
    margin-right: 0;
    font-size   : 20px;
    position    : relative;
    top         : 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
    flex      : 0 0 50%;
    max-width : 50%;
    text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
    margin-left: 0;
    font-size  : 20px;
    position   : relative;
    top        : 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
    display    : inline-block;
    font-weight: 600;
    color      : #000000;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
    color: #FFD700;
}

.blog-details-area .comments-area {
    padding         : 25px;
    margin-top      : 30px;
    box-shadow      : 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

.blog-details-area .comments-area .comments-title {
    position     : relative;
    margin-bottom: 30px;
    line-height  : initial;
    font-size    : 22px;
}

.blog-details-area .comments-area .comments-title::before {
    content   : "";
    height    : 25px;
    width     : 3px;
    left      : -25px;
    position  : absolute;
    background: #FFD700;
    top       : 50%;
    transform : translateY(-50%);
}

.blog-details-area .comments-area ol {
    padding        : 0;
    margin         : 0;
    list-style-type: none;
}

.blog-details-area .comments-area ul {
    padding        : 0;
    margin         : 0;
    list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
    padding        : 0;
    margin         : 0;
    list-style-type: none;
}

.blog-details-area .comments-area .children {
    margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
    border-bottom : 1px solid #eeeeee;
    padding-left  : 65px;
    font-size     : 14px;
    margin-bottom : 20px;
    padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
    margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
    border        : 1px solid #ded9d9;
    color         : #000000;
    display       : inline-block;
    padding       : 5px 20px;
    border-radius : 30px;
    text-transform: uppercase;
    position      : relative;
    z-index       : 1;
    font-size     : 13px;
    font-weight   : 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
    color           : #ffffff;
    background-color: #FFD700;
    border-color    : #FFD700;
}

.blog-details-area .comments-area .comment-meta {
    margin-bottom: 0.8em;
}

.blog-details-area .comments-area .comment-author {
    font-size    : 16px;
    margin-bottom: 0.4em;
    position     : relative;
    z-index      : 2;
}

.blog-details-area .comments-area .comment-author .avatar {
    height       : 50px;
    left         : -65px;
    position     : absolute;
    width        : 50px;
    border-radius: 50%;
}

.blog-details-area .comments-area .comment-author .fn {
    font-weight: 600;
    color      : #000000;
    font-size  : 18px;
}

.blog-details-area .comments-area .comment-author .says {
    display: none;
}

.blog-details-area .comments-area .comment-metadata {
    color         : #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size     : 13px;
    font-weight   : 500;
}

.blog-details-area .comments-area .comment-metadata a {
    color    : #666666;
    font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
    color: #FFD700;
}

.blog-details-area .comments-area .comment-content p {
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
    margin-top: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    position     : relative;
    font-size    : 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
    content   : "";
    height    : 25px;
    width     : 3px;
    left      : -25px;
    position  : absolute;
    background: #FFD700;
    top       : 50%;
    transform : translateY(-50%);
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 30px;
    float        : left;
    width        : 100%;
}

.blog-details-area .comments-area .comment-respond label {
    display      : block;
    font-weight  : 500;
    color        : #000000;
    margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type=datetime-local] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=datetime-local]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=week] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=week]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=month] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=month]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=text] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=text]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=email] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=email]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=url] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=url]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=password] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=password]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=search] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=search]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=tel] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=tel]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond input[type=number] {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type=number]:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond textarea {
    display         : block;
    width           : 100%;
    background-color: #f7f7f7;
    border          : 1px solid #eeeeee;
    padding         : 0.625em 0.7375em;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
    border-color: #FFD700;
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
    float        : left;
    width        : 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
    float        : left;
    width        : 50%;
    padding-left : 12px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
    float        : left;
    width        : 100%;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
    width        : 100%;
    float        : left;
    position     : relative;
    padding-left : 20px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left    : 0;
    top     : 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
    display    : inline-block;
    margin     : 0;
    color      : #666666;
    font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
    background    : #FFD700;
    border        : none;
    color         : #ffffff;
    padding       : 14px 30px 12px;
    display       : inline-block;
    cursor        : pointer;
    outline       : 0;
    border-radius : 0;
    text-transform: uppercase;
    transition    : 0.5s;
    font-weight   : 500;
    font-size     : 14px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
    color           : #ffffff;
    background-color: #000000;
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
    color           : #ffffff;
    background-color: #FFD700;
}

.blog-details-area .widget-area .widget {
    margin-top      : 35px;
    background-color: #ffffff;
    box-shadow      : 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.blog-details-area .widget-area .widget .post-wrap {
    padding: 20px;
}

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
    text-transform  : capitalize;
    position        : relative;
    font-size       : 20px;
    margin-bottom   : 0;
    background-color: #ececec;
    padding         : 10px 20px;
    color           : #000000;
    position        : relative;
}

.blog-details-area .widget-area .widget .widget-title::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 2px;
    height          : 100%;
    background-color: #FFD700;
}

.blog-details-area .widget-area .widget_search form {
    position: relative;
}

.blog-details-area .widget-area .widget_search form label {
    display      : block;
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
    display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
    background-color: transparent;
    height          : 50px;
    padding         : 6px 15px;
    border          : 1px solid #eeeeee;
    width           : 100%;
    display         : block;
    outline         : 0;
    transition      : 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
    border-color: #FFD700;
}

.blog-details-area .widget-area .widget_search form button {
    position        : absolute;
    right           : 0;
    outline         : 0;
    bottom          : 0;
    height          : 50px;
    width           : 50px;
    border          : none;
    color           : #ffffff;
    background-color: #FFD700;
    transition      : 0.5s;
    cursor          : pointer;
}

.blog-details-area .widget-area .widget_search form button:hover {
    background-color: #000000;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
    overflow      : hidden;
    margin-bottom : 10px;
    padding-bottom: 10px;
    border-bottom : 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
    margin-bottom : 0;
    border-bottom : none;
    padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
    float       : left;
    height      : 80px;
    overflow    : hidden;
    position    : relative;
    width       : 80px;
    margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
    width              : 80px;
    height             : 80px;
    display            : inline-block;
    background-size    : cover !important;
    background-repeat  : no-repeat;
    background-position: center center !important;
    position           : relative;
    background-color   : #000000;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog-details/popular-posts-1.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog-details/popular-posts-2.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog-details/popular-posts-3.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/img/blog-details/popular-posts-4.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
    display       : block;
    color         : #666666;
    text-transform: uppercase;
    margin-top    : 5px;
    margin-bottom : 5px;
    font-size     : 12px;
    font-weight   : 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height  : 1.5;
    font-size    : 14px;
    font-weight  : 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color  : #474c40;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
    color: #FFD700;
}

.blog-details-area .widget-area .widget_recent_entries ul {
    padding        : 0;
    margin         : 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
    position     : relative;
    margin-bottom: 12px;
    color        : #666666;
    padding-left : 17px;
    line-height  : 1.5;
    font-size    : 15px;
    font-weight  : 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
    background: #FFD700;
    position  : absolute;
    height    : 7px;
    width     : 7px;
    content   : "";
    left      : 0;
    top       : 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
    display   : block;
    font-size : 13px;
    color     : #666666;
    margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
    padding        : 0;
    margin         : 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
    position      : relative;
    padding-bottom: 10px;
    margin-bottom : 10px;
    color         : #666666;
    padding-left  : 20px;
    font-size     : 15px;
    font-weight   : 600;
    border-bottom : 1px solid #efefef;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.blog-details-area .widget-area .widget_categories ul li::before {
    background       : #FFD700;
    position         : absolute;
    height           : 10px;
    width            : 10px;
    content          : "";
    left             : 0;
    top              : 7px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path        : polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .widget_categories ul li a {
    display    : block;
    color      : #666666;
    font-weight: normal;
    font-size  : 14px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
    float    : right;
    font-size: 13px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
    color: #FFD700;
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
    float: right;
}

.blog-details-area .widget-area .widget_meta ul {
    padding        : 0;
    margin         : 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
    position      : relative;
    padding-bottom: 10px;
    margin-bottom : 10px;
    color         : #666666;
    padding-left  : 17px;
    font-size     : 15px;
    font-weight   : 500;
    border-bottom : 1px solid #efefef;
}

.blog-details-area .widget-area .widget_meta ul li a {
    color: #000000;
}

.blog-details-area .widget-area .widget_meta ul li a:hover {
    color: #FFD700;
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
    background       : #FFD700;
    position         : absolute;
    height           : 10px;
    width            : 10px;
    content          : "";
    left             : 0;
    top              : 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path        : polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 0;
}

.blog-details-area .widget-area .tagcloud a {
    display       : inline-block;
    color         : #666666;
    font-weight   : normal;
    font-size     : 14px !important;
    padding       : 7px 10px;
    border        : 1px dashed #eeeeee;
    margin-top    : 10px;
    margin-right  : 10px;
    text-transform: capitalize;
}

.blog-details-area .widget-area .tagcloud a:hover {
    background-color: #FFD700;
    color           : #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
    background-color: #FFD700;
    color           : #ffffff;
    border-color    : #FFD700;
}

.blog-details-area .widget-area .widget_services_list ul {
    padding-left    : 0;
    list-style-type : none;
    margin-bottom   : 0;
    box-shadow      : 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_services_list ul li a {
    display       : block;
    position      : relative;
    border-bottom : 1px solid #eeeeee;
    padding-top   : 15px;
    padding-bottom: 15px;
    padding-left  : 15px;
    padding-right : 35px;
    color         : #5d6576;
    z-index       : 1;
    font-weight   : 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
    content   : "";
    position  : absolute;
    left      : 0;
    top       : 0;
    width     : 0;
    height    : 100%;
    background: #252920;
    transition: 0.5s;
    opacity   : 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
    position : absolute;
    right    : 15px;
    top      : 50%;
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #FFD700;
    color           : #ffffff;
    padding-left    : 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
    opacity   : 1;
    visibility: visible;
    width     : 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #FFD700;
    color           : #ffffff;
    padding-left    : 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
    opacity   : 1;
    visibility: visible;
    width     : 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
    padding-left    : 0;
    list-style-type : none;
    margin-bottom   : 0;
    box-shadow      : 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_download ul li a {
    display       : block;
    position      : relative;
    border-bottom : 1px solid #eeeeee;
    padding-top   : 15px;
    padding-bottom: 15px;
    padding-left  : 15px;
    padding-right : 35px;
    color         : #5d6576;
    z-index       : 1;
    font-weight   : 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
    content   : "";
    position  : absolute;
    left      : 0;
    top       : 0;
    width     : 0;
    height    : 100%;
    background: #252920;
    transition: 0.5s;
    opacity   : 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
    position : absolute;
    right    : 15px;
    top      : 50%;
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
    background-color: #FFD700;
    color           : #ffffff;
    padding-left    : 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
    opacity   : 1;
    visibility: visible;
    width     : 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
    background-color: #FFD700;
    color           : #ffffff;
    padding-left    : 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
    opacity   : 1;
    visibility: visible;
    width     : 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .info time {
    font-size    : 13px;
    color        : #929292;
    display      : block;
    margin-bottom: 4px;
}

/*
Contact Area Style
=====================================================*/
.contact-area .section-title {
    margin-bottom: 30px;
}

.contact-area .section-title h2 {
    font-size: 30px;
}

.contact-area .contact-wrap {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 40px;
    text-align      : center;
}

.contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}

.contact-area .contact-wrap .text-danger {
    color     : #ff0051 !important;
    margin-top: 30px;
}

.contact-area .contact-wrap .text-success {
    color: #28a745 !important;
}

.contact-area .contact-wrap .list-unstyled {
    text-align: left;
    margin-top: 10px;
    color     : #dc3545 !important;
}

.contact-area .quick-contact {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 30px;
}

.contact-area .quick-contact h3 {
    font-size    : 28px;
    margin-bottom: 20px;
    margin-top   : -4px;
}

.contact-area .quick-contact ul li {
    font-size       : 18px;
    position        : relative;
    color           : #ffffff;
    font-weight     : 600;
    margin-bottom   : 15px;
    background-color: #013160;
    padding         : 19px 20px;
    padding-left    : 65px;
}

.contact-area .quick-contact ul li:last-child {
    margin-bottom: 0;
}

.contact-area .quick-contact ul li i {
    position : absolute;
    left     : 25px;
    top      : 16px;
    font-size: 25px;
}

.contact-area .quick-contact ul li span {
    display    : block;
    font-weight: 400;
    font-size  : 15px;
}

.contact-area .quick-contact ul li a {
    display    : block;
    font-weight: 400;
    font-size  : 15px;
    color      : #ffffff;
}

.map-area iframe {
    width        : 100%;
    height       : 600px;
    border       : none;
    margin-bottom: -8px;
}

/* 
FAQ Area Style
=====================================================*/
.faq-area .faq-accordion {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 40px;
    margin          : auto;
}

.faq-area .faq-accordion h1 {
    font-size    : 54px;
    margin-bottom: 30px;
    text-align   : center;
}

.faq-area .faq-accordion h2 {
    font-size    : 36px;
    margin-bottom: 30px;
    text-align   : center;
}

.faq-area .faq-accordion .accordion {
    list-style-type: none;
    padding-left   : 0;
    margin-bottom  : 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
    display      : block;
    box-shadow   : 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background   : #ffffff;
    margin-bottom: 20px;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
    padding      : 12px 20px 12px 50px;
    color        : #000000;
    position     : relative;
    margin-bottom: -1px;
    display      : block;
    font-size    : 16px;
    font-weight  : 600;
    border       : 1px solid #013160;
}

.faq-area .faq-accordion .accordion .accordion-title i {
    position  : absolute;
    left      : 0;
    top       : 0;
    width     : 40px;
    text-align: center;
    height    : 100%;
    background: #013160;
    color     : #ffffff;
    font-size : 14px;
    transition: all 0.35s;
    color     : #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
    position : absolute;
    left     : 0;
    top      : 50%;
    right    : 0;
    transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
    position        : absolute;
    top             : 14px;
    left            : 20px;
    width           : 30px;
    height          : 30px;
    line-height     : 30px;
    background-color: #ffffff;
    color           : #ffffff;
    text-align      : center;
    border-radius   : 50%;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
    border-bottom-color: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
    background-color: #013160;
    color           : #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
}

.faq-area .faq-accordion .accordion .accordion-content {
    display   : none;
    position  : relative;
    padding   : 20px;
    color     : #000000;
    font-size : 14px;
    border-top: 1px solid #013160;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
    display: block;
}

/* 
Custom FAQ Area Style
=====================================================*/
.faq-area .custom-faq {
    background-color: #ffffff;
    box-shadow      : 0 0 0px 0px rgba(0, 0, 0, 0.05);
    padding         : 40px 0px;
    margin          : auto;
}

.faq-area .custom-faq h1 {
    font-size    : 54px;
    margin-bottom: 30px;
    text-align   : center;
}

.faq-area .custom-faq h2 {
    font-size    : 36px;
    margin-bottom: 30px;
    text-align   : center;
}

.faq-area .custom-faq .accordion {
    list-style-type: none;
    padding-left   : 0;
    margin-bottom  : 0;
}

.faq-area .custom-faq .accordion .accordion-item {
    display      : block;
    box-shadow   : 0 10px 50px rgba(25, 37, 52, 0.14), 0 2px 5px rgba(25, 37, 52, 0.03);
    background   : #ffffff;
    margin-bottom: 20px;
}

.faq-area .custom-faq .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .custom-faq .accordion .accordion-title {
    padding      : 12px 20px 12px 50px;
    color        : #000000;
    position     : relative;
    margin-bottom: -1px;
    display      : block;
    font-size    : 16px;
    font-weight  : 600;
    border       : 1px solid #013160;
}

.faq-area .custom-faq .accordion .accordion-title i {
    position  : absolute;
    left      : 0;
    top       : 0;
    width     : 40px;
    text-align: center;
    height    : 100%;
    background: #013160;
    color     : #ffffff;
    font-size : 14px;
    transition: all 0.35s;
    color     : #ffffff;
}

.faq-area .custom-faq .accordion .accordion-title i::before {
    position : absolute;
    left     : 0;
    top      : 50%;
    right    : 0;
    transform: translateY(-50%);
}

.faq-area .custom-faq .accordion .accordion-title span {
    position        : absolute;
    top             : 14px;
    left            : 20px;
    width           : 30px;
    height          : 30px;
    line-height     : 30px;
    background-color: #ffffff;
    color           : #ffffff;
    text-align      : center;
    border-radius   : 50%;
}

.faq-area .custom-faq .accordion .accordion-title.active {
    border-bottom-color: #ffffff;
}

.faq-area .custom-faq .accordion .accordion-title.active i {
    background-color: #013160;
    color           : #ffffff;
}

.faq-area .custom-faq .accordion .accordion-title.active i::before {
    content: "\eaf8";
}

.faq-area .custom-faq .accordion .accordion-content {
    display   : none;
    position  : relative;
    padding   : 20px;
    color     : #000000;
    font-size : 14px;
    border-top: 1px solid #013160;
}

.faq-area .custom-faq .accordion .accordion-content.show {
    display: block;
}

/*
Client Area Style
======================================================*/
.single-client {
    background-color: #000000;
    text-align      : center;
    padding         : 0 30px 30px 30px;
    border-radius   : 2px;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom   : 30px;
    margin-top      : 30px;
    position        : relative;
    z-index         : 1;
    transition      : all 0.35s;
}

.single-client img {
    border-radius: 50%;
    margin-bottom: -30px !important;
    position     : relative;
    top          : -30px;
    width        : 70px;
}

.single-client h3 {
    margin-top   : 20px;
    margin-bottom: 5px;
    color        : #ffffff;
}

.single-client span {
    margin-bottom: 10px;
    display      : block;
    color        : #013160;
}

.single-client p {
    color: #ffffff;
}

.single-client ul {
    line-height: 1;
}

.single-client ul li {
    display: inline-block;
}

.single-client ul li i {
    color: #ffc107;
}

.single-client .quotes {
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    justify-content: center;
    align-items    : center;
    display        : flex;
    color          : #CDD4FF;
    font-size      : 90px;
    z-index        : -1;
    opacity        : 0.3;
}

.single-client:hover {
    transform: translateY(-5px);
}

/*
Portfolio Area Style
======================================================*/
.portfolio-wraps {
    text-align: center;
}

.portfolio-wraps .shorting .mix {
    display: none;
}

.portfolio-wraps .shorting-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.portfolio-wraps .shorting-menu .filter {
    font-size       : 16px;
    font-weight     : 500;
    background-color: #eeeeee;
    cursor          : pointer;
    transition      : all 0.5s;
    padding         : 12px 30px;
    color           : #000000;
    margin          : 0 10px;
    border-radius   : 0;
}

.portfolio-wraps .shorting-menu .filter i {
    font-size   : 20px;
    position    : relative;
    top         : 3px;
    display     : inline-block;
    margin-right: 5px;
}

.portfolio-wraps .shorting-menu .filter:hover {
    color: #FFD700;
}

.portfolio-wraps .shorting-menu .filter.active {
    color           : #FFD700;
    background-color: #000000;
}

.single-portfolio {
    position     : relative;
    overflow     : hidden;
    transition   : all 0.5s;
    margin-bottom: 30px;
}

.single-portfolio .portfolio-image {
    position           : relative;
    transition         : all 0.5s;
    height             : 380px;
    background-position: center center;
    background-size    : cover;
    background-repeat  : no-repeat;
}

.single-portfolio .portfolio-image.bg-1 {
    background-image: url(../../assets/img/portfolio/1.jpg);
}

.single-portfolio .portfolio-image.bg-2 {
    background-image: url(../../assets/img/portfolio/2.jpg);
}

.single-portfolio .portfolio-image.bg-3 {
    background-image: url(../../assets/img/portfolio/3.jpg);
}

.single-portfolio .portfolio-image.bg-4 {
    background-image: url(../../assets/img/portfolio/4.jpg);
}

.single-portfolio .portfolio-image.bg-5 {
    background-image: url(../../assets/img/portfolio/5.jpg);
}

.single-portfolio .portfolio-image.bg-6 {
    background-image: url(../../assets/img/portfolio/6.jpg);
}

.single-portfolio .portfolio-image.bg-7 {
    background-image: url(../../assets/img/portfolio/7.jpg);
}

.single-portfolio .portfolio-image.bg-8 {
    background-image: url(../../assets/img/portfolio/8.jpg);
}

.single-portfolio .portfolio-image img {
    transition: all 9s;
}

.single-portfolio .portfolio-content {
    position        : absolute;
    top             : 0;
    bottom          : 0;
    left            : 0;
    right           : 0;
    margin          : auto;
    padding         : 15px;
    transition      : all 0.35s;
    z-index         : 2;
    text-align      : center;
    width           : 93%;
    height          : 90%;
    justify-content : center;
    align-items     : center;
    display         : flex;
    background-color: rgba(37, 36, 94, 0.9);
    transform       : scaleY(0);
}

.single-portfolio .portfolio-content span {
    color        : #ffffff;
    font-weight  : 500;
    display      : block;
    margin-bottom: 6px;
}

.single-portfolio .portfolio-content h3 {
    margin-bottom: 12px;
    transition   : all 0.35s;
}

.single-portfolio .portfolio-content h3:hover a {
    text-decoration: underline;
}

.single-portfolio .portfolio-content h3 a {
    color: #ffffff;
}

.single-portfolio .portfolio-content h3:hover a {
    color: #ffffff;
}

.single-portfolio .portfolio-content .read-more:hover {
    color: #ffffff;
}

.single-portfolio:hover .portfolio-content {
    transform: scaleY(1);
}

.single-portfolio:hover .portfolio-image img {
    transform: scale(2.3) rotate(4deg);
}

/*
Team Area Style
=================================================*/
.team-area .owl-theme .owl-dots {
    margin     : 0 !important;
    line-height: 1;
}

.team-area .owl-theme .owl-dots .owl-dot span {
    background-color: #b8d5fc !important;
    transition      : all 0.35s;
    margin          : 0 5px !important;
}

.team-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000000 !important;
}

.team-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #000000 !important;
}

.single-team {
    text-align   : center;
    margin-bottom: 30px;
    position     : relative;
}

.single-team .image {
    position: relative;
}

.single-team .image .social {
    list-style-type: none;
    position       : absolute;
    left           : 0;
    right          : 0;
    bottom         : 40px;
}

.single-team .image .social li {
    display   : inline-block;
    transform : translateY(30px);
    transition: all 0.3s ease-in-out 0s;
    opacity   : 0;
    visibility: hidden;
}

.single-team .image .social li a {
    display         : block;
    width           : 40px;
    height          : 40px;
    background-color: #000000;
    text-align      : center;
    position        : relative;
    font-size       : 20px;
    color           : #ffffff;
    border-radius   : 30px;
    transition      : all 0.35s;
}

.single-team .image .social li a i {
    position    : absolute;
    left        : 0;
    right       : 0;
    top         : 50%;
    transform   : translateY(-50%);
    margin-left : auto;
    margin-right: auto;
}

.single-team .image .social li a:hover {
    color           : #ffffff;
    background-color: #FFD700;
}

.single-team .image .social li:nth-child(1) {
    transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
    transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
    transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
    transition-delay: 0.5s;
}

.single-team .content {
    background-color: #ffffff;
    box-shadow      : 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding         : 30px;
    position        : relative;
    margin          : -30px auto 0;
    max-width       : 380px;
}

.single-team .content h3 {
    margin-bottom: 0;
    font-size    : 20px;
}

.single-team .content span {
    display    : block;
    color      : #FFD700;
    font-size  : 14px;
    margin-top : 6px;
    font-weight: 600;
}

.single-team:hover .image .social li {
    transform : translateY(0);
    opacity   : 1;
    visibility: visible;
}

/*
Blog Area Two Columns
=================================================*/
.blog-area-two-columns .single-blog .blog-content {
    max-width: 100%;
    margin   : auto;
}

/*====================================================
OTHER STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
    width           : 100%;
    height          : 100%;
    position        : fixed;
    background-color: #000000;
    top             : 0;
    left            : 0;
    z-index         : 99999;
}

.preloader .lds-ripple {
    position : relative;
    width    : 80px;
    height   : 80px;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position     : absolute;
    border       : 4px solid #ffffff;
    opacity      : 1;
    border-radius: 50%;
    animation    : lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.preloader.preloader-five {
    background-color: #000000;
}

@keyframes lds-ripple {
    0% {
        top    : 28px;
        left   : 28px;
        width  : 0;
        height : 0;
        opacity: 1;
    }

    100% {
        top    : -1px;
        left   : -1px;
        width  : 58px;
        height : 58px;
        opacity: 0;
    }
}

/*
Go Top Style*/
.go-top {
    position        : fixed;
    cursor          : pointer;
    top             : 98%;
    left            : -10%;
    background-color: #FFD700;
    z-index         : 4;
    width           : 40px;
    text-align      : center;
    height          : 42px;
    line-height     : 42px;
    opacity         : 0;
    visibility      : hidden;
    transition      : 0.9s;
}

.go-top i {
    position  : absolute;
    top       : 50%;
    transform : translateY(-50%);
    left      : 0;
    right     : 0;
    margin    : 0 auto;
    color     : #ffffff;
    transition: 0.5s;
    font-size : 20px;
}

.go-top i:last-child {
    opacity   : 0;
    visibility: hidden;
    top       : 60%;
}

.go-top::before {
    content         : "";
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    z-index         : -1;
    background-color: #FFD700;
    opacity         : 0;
    visibility      : hidden;
    transition      : 0.5s;
}

.go-top:hover {
    color           : #ffffff;
    background-color: #000000;
}

.go-top:hover::before {
    opacity   : 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity   : 0;
    top       : 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity   : 1;
    visibility: visible;
    top       : 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity   : 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity   : 0;
    top       : 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity   : 1;
    visibility: visible;
    top       : 50%;
}

.go-top.active {
    transform : translateY(-98%);
    opacity   : 1;
    visibility: visible;
    left      : 95%;
}

/*
Video wave Style*/
.video-btn {
    display         : inline-block;
    width           : 60px;
    height          : 60px;
    line-height     : 69px;
    text-align      : center;
    border-radius   : 50%;
    color           : #FFD700;
    position        : relative;
    top             : 3px;
    z-index         : 1;
    background-color: #FFD700;
}

.video-btn i {
    font-size      : 20px;
    font-weight    : 700;
    color          : #ffffff;
    position       : absolute;
    top            : 0;
    left           : 3px;
    justify-content: center;
    align-items    : center;
    display        : flex;
    width          : 100%;
    height         : 100%;
}

.video-btn::after,
.video-btn::before {
    content         : "";
    display         : block;
    position        : absolute;
    top             : 0;
    right           : 0;
    z-index         : -1;
    bottom          : 0;
    left            : 0;
    border-radius   : 50%;
    background-color: #FFD700;
}

.video-btn::before {
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: #FFD700;
}

.video-btn:hover i {
    color: #ffffff;
}

@keyframes ripple {

    0%,
    35% {
        transform: scale(0);
        opacity  : 1;
    }

    50% {
        transform: scale(1.5);
        opacity  : 0.8;
    }

    100% {
        opacity  : 0;
        transform: scale(2);
    }
}

/*
Section Title Area Style*/
.section-title {
    max-width : 660px;
    margin    : -8px auto 60px;
    text-align: center;
    position  : relative;
}

.section-title span {
    font-size     : 14px;
    font-weight   : 700;
    color         : #013160;
    display       : block;
    margin-bottom : 15px;
    text-transform: capitalize;
}

.section-title h2 {
    font-size    : 40px;
    margin-bottom: 15px;
    position     : relative;
    display      : block;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #ffffff;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}

.section-title.section-title-five span {
    position      : relative;
    z-index       : 1;
    display       : inline-block;
    color         : #000000;
    padding-bottom: 5px;
}

.section-title.section-title-five span::before {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    right           : 0;
    width           : 50%;
    height          : 2px;
    margin          : auto;
    background-color: #000000;
}

.section-title.section-title-five span::after {
    content         : "";
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 100%;
    height          : 2px;
    background-color: #d9d9d9;
    z-index         : -1;
}

/*
Nice select Area Style*/
.nice-select .list {
    width: 100%;
}

.nice-select .option:hover {
    background-color: #333333;
    color           : #f2f2f2;
}

.nice-select .option.selected.focus {
    background-color: #e5e5e5;
    color           : #000000;
}

/*
Page-navigation Area Style*/
.page-navigation-area {
    text-align: center;
    margin    : 20px auto 0;
    display   : table;
}

.page-navigation-area .page-link {
    color           : #FFD700;
    background-color: #ffffff;
    box-shadow      : 0 0 15px #d0d0d0;
    width           : 40px;
    height          : 40px;
    border          : 1px solid #ffffff;
    line-height     : 24px;
    transition      : all 0.35s;
    font-weight     : 700;
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size   : 21px;
}

.page-navigation-area .page-link:hover {
    color           : #ffffff;
    background-color: #FFD700;
    border          : 1px solid #FFD700;
}

.page-navigation-area .page-link:focus {
    z-index   : 2;
    outline   : 0;
    box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}

.page-navigation-area .page-item {
    padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
    z-index         : 1;
    color           : #ffffff;
    background-color: #FFD700;
    border-color    : #FFD700;
}

/*** - Addition Custom ***/
/*# Custom logo */
.navbar-brand img {
    max-width: 200px;
    width    : 100%;
}

.logo.footer-logo img {
    max-width: 200px;
    width    : 100%;
}

/*# logo media screen mobile header*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.logo.mobile-logo {
        max-width: 120px;
        width    : 100%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    a.logo.mobile-logo {
        max-width: 120px;
        width    : 100%;
    }
}

@media only screen and (max-width: 375px) {
    a.logo.mobile-logo {
        max-width: 80px;
        width    : 100%;
    }
}

/*# logo media screen footer*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo.footer-logo img {
        max-width: 180px;
        width    : 100%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .logo.footer-logo img {
        max-width: 120px;
        width    : 100%;
    }
}

@media only screen and (max-width: 375px) {
    .logo.footer-logo img {
        max-width: 80px;
        width    : 100%;
    }
}

/*# logo sidebar modal-header*/
a.logo.sidebar-logo {
    max-width: 140px;
    width    : 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.logo.sidebar-logo {
        max-width: 100px;
        width    : 100%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    a.logo.sidebar-logo {
        max-width: 100px;
        width    : 100%;
    }
}

@media only screen and (max-width: 375px) {
    a.logo.sidebar-logo {
        max-width: 80px;
        width    : 100%;
    }
}

@media only screen and (max-width: 991px) {
    .top-header-area {
        display: none;
    }
}

.preheading {
    font-size: 18px !important;
}

/*# Custom Slider logos*/
.wrapper-logo {
    margin         : 60px 0 60px 0;
    width          : 100vw;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.slider-logo {
    width     : 100%;
    height    : 200px;
    position  : relative;
    background: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    display   : flex;
    overflow  : hidden;
}

.slide-logo {
    height     : 200px;
    display    : flex;
    align-items: center;
    animation  : slideshow 20s linear infinite;
}

@keyframes slideshow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-187.5%);
    }
}

.slide-image {
    width  : 300px;
    padding: 0 40px 0 40px;
}

/*# Custom Random logos*/
.random-slider {
    padding         : 40px 0;
    background-color: #ffffff;
}

.random-slider img {
    width      : 180px;
    align-items: center;
    margin     : 0px 20px 0px 20px;
}

.random-logo {
    height     : 150px;
    display    : flex;
    align-items: center;
    margin     : 40px 0 40px 0;
}

.random-slider .positions {
    list-style   : none;
    padding-left : 0;
    margin-bottom: 0;
}

.random-slider .positions .position {
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.random-slider .positions .position.in {
    transform: translateY(0px);
    opacity  : 1;
}

.random-slider .positions .position.out {
    transform: translateY(5px);
    opacity  : 0;
}

.random-slider .Network-list {
    display: none;
}

@media (min-width: 992px) {
    .random-slider {
        padding-bottom: 100px;
    }
}

/*# Custom TLC logos*/
.tlc-slider {
    padding         : 40px 0;
    background-color: #f2f2f2;
}

.tlc-slider img {
    width      : 180px;
    align-items: center;
    margin     : 0px 20px 0px 20px;
}

.tlc-logo {
    height     : 150px;
    display    : flex;
    align-items: center;
    margin     : 40px 0 40px 0;
}

.tlc-slider .positions {
    list-style   : none;
    padding-left : 0;
    margin-bottom: 0;
}

.tlc-slider .positions .position {
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.tlc-slider .positions .position.in {
    transform: translateY(0px);
    opacity  : 1;
}

.tlc-slider .positions .position.out {
    transform: translateY(5px);
    opacity  : 0;
}

.tlc-slider .Network-list {
    display: none;
}

@media (min-width: 992px) {
    .tlc-slider {
        padding-bottom: 100px;
    }
}

.tlc-logo-slider {
    background-color: #f2f2f2;
}

/*# Custom TLC Brand Uber.. logos*/
.tlc-car-slider {
    padding         : 40px 0;
    background-color: #f4f4f4;
}

.tlc-car-slider img {
    width      : 180px;
    align-items: center;
    margin     : 0px 20px 0px 20px;
}

.tlc-car-logo {
    height     : 150px;
    display    : flex;
    align-items: center;
    margin     : 40px 0 40px 0;
}

.tlc-car-slider .positions {
    list-style   : none;
    padding-left : 0;
    margin-bottom: 0;
}

.tlc-car-slider .positions .position {
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.tlc-car-slider .positions .position.in {
    transform: translateY(0px);
    opacity  : 1;
}

.tlc-car-slider .positions .position.out {
    transform: translateY(5px);
    opacity  : 0;
}

.tlc-car-slider .Network-list {
    display: none;
}

@media (min-width: 992px) {
    .tlc-car-slider {
        padding-bottom: 100px;
    }
}

.tlc-car-logo-slider {
    background-color: #f4f4f4;
}

/*
FAQ Background image
======================================================*/
.faq-bg-img {
    background-image   : url(../img/mentor.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    background-color   : #f2f2f2;
}

.faq-bg-img {
    position      : relative;
    overflow      : hidden;
    z-index       : 1;
    padding-top   : 240px;
    padding-bottom: 150px;
    text-align    : center;
    z-index       : 1;
}

.faq-bg-img::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.faq-bg-img::after {
    content : "";
    position: absolute;
    top     : 0;
    right   : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.faq-bg-img .page-title-content h1 {
    margin-bottom: 20px;
    color        : #000000;
    font-size    : 54px;
    font-weight  : 800;
}

.faq-bg-img .page-title-content h2 {
    margin-bottom: 15px;
    color        : #000000;
    font-size    : 36px;
    font-weight  : 800;
}

.faq-bg-img .page-title-content ul {
    padding-left   : 0;
    list-style-type: none;
    margin-top     : 10px;
    margin-bottom  : 0;
}

.faq-bg-img .page-title-content ul li {
    display      : inline-block;
    position     : relative;
    font-size    : 14px;
    font-weight  : 200;
    padding-right: 10px;
    padding-left : 10px;
    color        : #000000;
}

.faq-bg-img .page-title-content ul li::before {
    content         : "";
    position        : absolute;
    top             : 12px;
    right           : -3px;
    background-color: #000000;
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
}

.faq-bg-img .page-title-content ul li:last-child::before {
    display: none;
}

.faq-bg-img .page-title-content ul li a {
    color: #000000;
}

.faq-bg-img .page-title-content ul li a:hover {
    color: #3f3f3f;
}

/*
Testimonials Background image
======================================================*/
.testimonials-bg-img {
    background-image   : url(../img/testimonials.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    background-color   : #f2f2f2;
}

.testimonials-bg-img {
    position      : relative;
    overflow      : hidden;
    z-index       : 1;
    padding-top   : 240px;
    padding-bottom: 150px;
    text-align    : center;
    z-index       : 1;
}

.testimonials-bg-img::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.testimonials-bg-img::after {
    content : "";
    position: absolute;
    top     : 0;
    right   : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.testimonials-bg-img .page-title-content h1 {
    margin-bottom: 20px;
    color        : #000000;
    font-size    : 54px;
    font-weight  : 800;
}

.testimonials-bg-img .page-title-content h2 {
    margin-bottom: 15px;
    color        : #000000;
    font-size    : 36px;
    font-weight  : 800;
}

.testimonials-bg-img .page-title-content ul {
    padding-left   : 0;
    list-style-type: none;
    margin-top     : 10px;
    margin-bottom  : 0;
}

.testimonials-bg-img .page-title-content ul li {
    display      : inline-block;
    position     : relative;
    font-size    : 14px;
    font-weight  : 200;
    padding-right: 10px;
    padding-left : 10px;
    color        : #000000;
}

.testimonials-bg-img .page-title-content ul li::before {
    content         : "";
    position        : absolute;
    top             : 12px;
    right           : -3px;
    background-color: #000000;
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
}

.testimonials-bg-img .page-title-content ul li:last-child::before {
    display: none;
}

.testimonials-bg-img .page-title-content ul li a {
    color: #000000;
}

.testimonials-bg-img .page-title-content ul li a:hover {
    color: #3f3f3f;
}

/*
Teams Background image
======================================================*/
.teams-bg-img {
    background-image   : url(../img/welcome-client.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    background-color   : #f2f2f2;
}

.teams-bg-img {
    position      : relative;
    overflow      : hidden;
    z-index       : 1;
    padding-top   : 240px;
    padding-bottom: 150px;
    text-align    : center;
    z-index       : 1;
}

.teams-bg-img::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.teams-bg-img::after {
    content : "";
    position: absolute;
    top     : 0;
    right   : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.teams-bg-img .page-title-content h1 {
    margin-bottom: 20px;
    color        : #000000;
    font-size    : 54px;
    font-weight  : 800;
}

.teams-bg-img .page-title-content h2 {
    margin-bottom: 15px;
    color        : #000000;
    font-size    : 36px;
    font-weight  : 800;
}

.teams-bg-img .page-title-content ul {
    padding-left   : 0;
    list-style-type: none;
    margin-top     : 10px;
    margin-bottom  : 0;
}

.teams-bg-img .page-title-content ul li {
    display      : inline-block;
    position     : relative;
    font-size    : 14px;
    font-weight  : 200;
    padding-right: 10px;
    padding-left : 10px;
    color        : #000000;
}

.teams-bg-img .page-title-content ul li::before {
    content         : "";
    position        : absolute;
    top             : 12px;
    right           : -3px;
    background-color: #000000;
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
}

.teams-bg-img .page-title-content ul li:last-child::before {
    display: none;
}

.teams-bg-img .page-title-content ul li a {
    color: #000000;
}

.teams-bg-img .page-title-content ul li a:hover {
    color: #3f3f3f;
}

/*
About Us Background image
======================================================*/
.about-us-bg-img {
    background-image   : url(../img/about-us.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    background-color   : #f2f2f2;
}

.about-us-bg-img {
    position      : relative;
    overflow      : hidden;
    z-index       : 1;
    padding-top   : 240px;
    padding-bottom: 150px;
    text-align    : center;
    z-index       : 1;
}

.about-us-bg-img::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.about-us-bg-img::after {
    content : "";
    position: absolute;
    top     : 0;
    right   : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.about-us-bg-img .page-title-content h1 {
    margin-bottom: 20px;
    color        : #000000;
    font-size    : 54px;
    font-weight  : 800;
}

.about-us-bg-img .page-title-content h2 {
    margin-bottom: 15px;
    color        : #000000;
    font-size    : 36px;
    font-weight  : 800;
}

.about-us-bg-img .page-title-content ul {
    padding-left   : 0;
    list-style-type: none;
    margin-top     : 10px;
    margin-bottom  : 0;
}

.about-us-bg-img .page-title-content ul li {
    display      : inline-block;
    position     : relative;
    font-size    : 14px;
    font-weight  : 200;
    padding-right: 10px;
    padding-left : 10px;
    color        : #000000;
}

.about-us-bg-img .page-title-content ul li::before {
    content         : "";
    position        : absolute;
    top             : 12px;
    right           : -3px;
    background-color: #000000;
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
}

.about-us-bg-img .page-title-content ul li:last-child::before {
    display: none;
}

.about-us-bg-img .page-title-content ul li a {
    color: #000000;
}

.about-us-bg-img .page-title-content ul li a:hover {
    color: #3f3f3f;
}

/*
TLC Insurance Background image
======================================================*/
.tlc-bg-img {
    background-image   : url(../img/tlc-insurance.svg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    height             : 100%;
    background-color   : #f2f2f2;
}

.tlc-bg-img {
    position      : relative;
    overflow      : hidden;
    z-index       : 1;
    padding-top   : 240px;
    padding-bottom: 150px;
    text-align    : center;
    z-index       : 1;
}

.tlc-bg-img::before {
    content : "";
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.tlc-bg-img::after {
    content : "";
    position: absolute;
    top     : 0;
    right   : 0;
    width   : 50%;
    height  : 100%;
    z-index : -1;
}

.tlc-bg-img .page-title-content h1 {
    margin-bottom: 20px;
    color        : #000000;
    font-size    : 54px;
    font-weight  : 800;
}

.tlc-bg-img .page-title-content h2 {
    margin-bottom: 15px;
    color        : #000000;
    font-size    : 36px;
    font-weight  : 800;
}

.tlc-bg-img .page-title-content ul {
    padding-left   : 0;
    list-style-type: none;
    margin-top     : 10px;
    margin-bottom  : 0;
}

.tlc-bg-img .page-title-content ul li {
    display      : inline-block;
    position     : relative;
    font-size    : 14px;
    font-weight  : 200;
    padding-right: 10px;
    padding-left : 10px;
    color        : #000000;
}

.tlc-bg-img .page-title-content ul li::before {
    content         : "";
    position        : absolute;
    top             : 12px;
    right           : -3px;
    background-color: #000000;
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
}

.tlc-bg-img .page-title-content ul li:last-child::before {
    display: none;
}

.tlc-bg-img .page-title-content ul li a {
    color: #000000;
}

.tlc-bg-img .page-title-content ul li a:hover {
    color: #3f3f3f;
}

/*
Payment methods icons
======================================================*/
.payment_methods {
    text-align: center;
    float     : none;
    display   : block;
}

#payment-area {
    background-color: #ffffff;
}

.foot-note {
    font-size  : 12px;
    font-weight: 400;
    color      : #3f3f3f;
}

/*
List style dot
======================================================*/
.mtb-20 li {
    list-style   : disc;
    margin-left  : 40px;
    font-weight  : 500;
    margin-bottom: 10px;
    position     : relative;
    padding-left : 5px;
}

/*
List style no dot
======================================================*/
.listyle li {
    list-style   : none;
    margin-left  : 40px;
    font-size    : 18px;
    font-weight  : 400;
    margin-bottom: 10px;
    position     : relative;
    padding-left : 5px;
    color        : #013160;
}

.sitemap-a {
    display        : inline-block;
    transition     : all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
    text-decoration: none;
    color          : #013160;
}

.sitemap-a:hover {
    text-decoration: underline;
    color          : #000000;
}

.sitemap-a:focus {
    text-decoration: underline;
}

/*
Fontawesome
======================================================*/
.single-services i.fa-handshake {
    font-size: 35px;
}

/*
Get a quote list scroll
======================================================*/
.get-quat-area .nice-select.open .list {
    background-color: #f2f2f2;
    overflow        : scroll;
    height          : 30vh;
}

/*# sourceMappingURL=style.css.map */