@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

------------------------------------------------------------------*/
.d-block {
    display: block;
}

.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.m-0 {
    margin: 0;
}
.p-0 {
    padding: 0;
}
/*-----------------------------------
    1. Body / Typography
-----------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #676462;
    font-weight: 300;
    line-height: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #0e0701;
    font-family: "Poppins", sans-serif;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0px;
}
h1 {
    font-size: 30px;
    line-height: 42px;
    color: #0e0701;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
/* h3 {
    font-size: 22px;
} */
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 24px;
    line-height: 1.8;
}
p:last-child {
    margin: 0px;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #272625;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #fb6a30;
}
.lead {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    color: #272625;
    margin-bottom: 30px;
}
.blockquote {
    padding: 40px;
    border-radius: 5px;
    border: 0px;
    font-size: 21px;
    color: #676462;
    background-color: #f1f4f3;
}
.blockquote-content p {
    font-style: italic;
    font-family: "Poppins", sans-serif;
    color: #676462;
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: 400;
}
.blocquote-author {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    color: #302e2e;
    letter-spacing: 1px;
}
strong {
    color: #333333;
    font-weight: 600;
    margin-right: 8px;
}
hr {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
    margin-top: 40px;
}
.w-100 {
    width: 100%;
}

/*-----------------------
    2 Form Elements:
-------------------------*/
label {
}
.control-label {
    font-size: 13px;
    text-transform: capitalize;
    color: #272625;
    margin-bottom: 10px;
}
.form-control:focus {
}
.textarea.form-control {
}
.required {
}
.form-group {
    margin-bottom: 5px;
}
.form-control {
    border-radius: 10px;
    /* text-transform: capitalize; */
    color: #141313;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    height: 50px;
    padding: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0;
    background-color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input::-webkit-input-placeholder {
    color: #595857 !important;
}
textarea::-webkit-input-placeholder {
    color: #595857 !important;
}
.input-group-addon {
    border-radius: 0px;
}
#datepicker.form-control {
    border-right: transparent !important;
}
.default-skin .ui-widget-header {
    border: 1px solid #ecaa30;
    background: #ecaa30;
    color: #fff;
    font-weight: bold;
}
.default-skin .ui-state-highlight,
.default-skin .ui-widget-content .ui-state-highlight,
.default-skin .ui-widget-header .ui-state-highlight {
    border: 1px solid #ecaa30;
    background: #ecaa30;
    color: #fff;
}

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */
.border-right {
    border-right: 1px solid #000;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}
.alignleft {
    float: left;
    margin: 0px 30px 0px 0;
}
a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*-----------------------------------
    3. Buttons
-----------------------------------*/
.btn {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    /* text-transform: uppercase; */
    font-weight: 700;
    padding: 14px 24px;
    margin-bottom: 4px;
    letter-spacing: 1.4px;
    border-radius: 50px;
    line-height: 1.6;
    border: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
}
.btn-primary {
    background-color: #fb6a30;
    color: #fff;
}
.btn-primary:hover {
    background-color: #ea5c24;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
    background-color: #ea5c24;
    color: #fff;
}
.btn-default {
    background-color: #f5f5f5;
    /* color: #fff; */
}
.btn-default:hover {
    background-color: rgb(192, 188, 188);
    color: #fff;
}
.btn-default.focus,
.btn-default:focus {
    background-color: #1c9e66;
    color: #fff;
}
.btn-lg {
    padding: 15px 34px;
    font-size: 14px;
}
.btn-sm {
    padding: 12px 22px;
    font-size: 12px;
}
.btn-xs {
    padding: 10px 24px;
    font-size: 11px;
}
.btn-link {
    color: #fb6a30;
    border-bottom: 2px solid #fb6a30;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-link:hover {
    color: #ea5c24;
    border-bottom: 2px solid #ea5c24;
    text-decoration: none;
}
button.btn {
    margin-right: 2px;
}

/*-----------------------------------
    4. General / Elements
-----------------------------------*/

/*-----------------------
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 40px;
    padding-bottom: 230px;
}
.space-medium {
    padding-top: 26px;
    /* padding-bottom: 80px; */
}
.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}
.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}


.space-mediump {
    padding-top: 2px;
    padding-bottom: 80px;
}

.box1{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*----------------------
   4.2 Margin Space
-----------------------*/
.ml30 {
    margin-left: 30px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb130 {
    margin-bottom: 130px;
}
.mt0 {
    margin-top: 0px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}

/*----- less margin space from top --*/
.mt-20 {
    margin-top: -20px;
}
.mt-40 {
    margin-top: -40px;
}
.mt-60 {
    margin-top: -60px;
}
.mt-80 {
    margin-top: -80px;
}

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding {
    padding: 0px;
}
.nopr {
    padding-right: 0px;
}
.nopl {
    padding-left: 0px;
}
.pinside10 {
    padding: 10px;
}
.pinside20 {
    padding: 20px;
}
.pinside30 {
    padding: 30px;
}
.pinside40 {
    padding: 40px;
}
.pinside50 {
    padding: 50px;
}
.pinside60 {
    padding: 60px;
}
.pinside80 {
    padding: 80px;
}
.pinside130 {
    padding: 130px;
}
.pdt10 {
    padding-top: 10px;
}
.pdt20 {
    padding-top: 20px;
}
.pdt30 {
    padding-top: 30px;
}
.pdt40 {
    padding-top: 40px;
}
.pdt60 {
    padding-top: 60px;
}
.pdt80 {
    padding-top: 80px;
}
.pdb10 {
    padding-bottom: 10px;
}
.pdb20 {
    padding-bottom: 20px;
}
.pdb30 {
    padding-bottom: 30px;
}
.pdb40 {
    padding-bottom: 40px;
}
.pdb60 {
    padding-bottom: 60px;
}
.pdb80 {
    padding-bottom: 80px;
}
.pdb150 {
    padding-bottom: 150px;
}
.pdl10 {
    padding-left: 10px;
}
.pdl20 {
    padding-left: 20px;
}
.pdl30 {
    padding-left: 30px;
}
.pdl40 {
    padding-left: 40px;
}
.pdl60 {
    padding-left: 60px;
}
.pdl80 {
    padding-left: 80px;
}
.pdr10 {
    padding-right: 10px;
}
.pdr20 {
    padding-right: 20px;
}
.pdr30 {
    padding-right: 30px;
}
.pdr40 {
    padding-right: 40px;
}
.pdr60 {
    padding-right: 60px;
}
.pdr80 {
    padding-right: 80px;
}
.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*--------------------------------
4.4 Background & Block color
----------------------------------*/
.content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-light {
    background-color: #f4f7f6;
}
.bg-primary {
    background-color: #fb6a30;
    color: #fff;
}
.bg-default {
    background-color: #21ac70;
    color: #fff;
}
.bg-white {
    background-color: #fff;
}
.outline {
}
.section-title {
    margin-bottom: 30px;
    text-align: center;
}
.title {
    color: #333333;
}
.small-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    color: #ec1010;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.text-white {
    color: #fff;
}
.text-primary {
    color: #fb6a30;
}
.text-black {
}
.primary-sidebar {
}
.secondary-sidebar {
}
.well-block {
}
.divider-line {
    border-bottom: 1px solid #1d4293;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*--------------------------------
4.5 Features Block
----------------------------------*/
.about-bg-block {
}
.feature-block {
}
.feature-text {
    color: #fff;
}
.feature-title {
    color: #fff;
}
.feature-content {
    padding-left: 40px;
    padding-top: 8px;
}
.feature-content:last-child {
    margin-bottom: 0px;
}
.feature-section {
}
.feature-icon {
    color: #fb6a30;
    font-size: 18px;
    float: left;
}

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle {
    position: relative;
}
.angle-right li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #21ac70;
    content: "\f101";
}

/*--------------------------------
4.7 Call to actions
----------------------------------*/
.cta-section {
    background-color: #21ac70;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.cta-section h1 {
    color: #fff;
    font-size: 28px;
}
.cta-block {
}
.cta-text {
}
.cta-title {
}
.cta-btn {
    margin-top: 16px;
}
.widget-cta {
    padding: 30px;
    border-radius: 5px;
    background-color: #fb6a30;
    margin-bottom: 30px;
}
.widget-cta-block {
    color: #fff;
}
.widget-cta-icon {
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.widget-cta-content {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.widget-testimonial {
    font-size: 19px;
    line-height: 32px;
    font-style: italic;
    font-weight: 400;
}
.widget-cta-text {
    color: #fff;
}

/*--------------------------------
 4.8 Image Hover Effect
----------------------------------*/
img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}
.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}
.imghover::before,
.imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
    border-radius: 5px;
}
.imghover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.imghover::after {
    top: 55%;
    left: 50%;
    padding: 10px;
    line-height: 10px;
    margin: -25px 0 0 -25px;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 30px;
}
.imghover:hover::before,
.imghover:hover::after {
    opacity: 1;
}
.imghover:hover::before {
    background: rgba(251, 106, 48, 0.8);
}
.imghover:hover::after {
    color: #fff;
}

/*--------------------------------
4.9 Icon
----------------------------------*/
.icon {
}
.icon-1x {
    font-size: 18px;
}

/* default icon size of font*/
.icon-2x {
    font-size: 38px;
}
.icon-4x {
    font-size: 65px;
}
.icon-6x {
    font-size: 88px;
}
.icon-8x {
    font-size: 108px;
}
.icon-default {
    color: #aa9144;
}
.icon-primary {
    color: #474954;
}
.icon-secondary {
    color: #fff;
}
.icon-white {
    color: #fff;
}

/*--------------------------------
5 Header / Navigations
----------------------------------*/

/*--------------------
    5.1 Header Regular
   ----------------------*/

.top-bar {
    background-color: #f8f8f8;
    border-bottom: #ededed 1px solid;
    padding-top: 0px;
    padding-bottom: 0px;
}
.call-info {
    margin-top: 5px;
}
.call-text {
    font-size: 14px;
    color: #21ac70;
}
.call-text strong {
    margin-left: 10px;
    color: #302e2d;
    font-weight: 400;
}
.social {
}
.social ul {
}
.social ul li {
    float: left;
}
.social ul li a {
    font-size: 13px;
    padding: 12px 10px;
    color: #302e2d;
}
.social ul li a:hover {
    color: #fb6a30;
}
.header {
}
.header-wrapper {
    z-index: 9;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1fa9ff;
    border-bottom: 1px solid #1fa9ff;
}
.is-sticky .header-wrapper {
}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
#navigation {
    float: right;
}
#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navigation:after,
#navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navigation #menu-button {
    display: none;
}
#navigation {
    padding-top: 4px;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
#navigation > ul > li {
    float: left;
}
#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}
#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}
#navigation.align-center ul ul {
    text-align: left;
}
#navigation.align-right > ul > li {
    float: right;
}
#navigation > ul > li > a {
    padding: 15px;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
#navigation > ul > li:hover > a {
    color: #fff;
    background-color: #e65f29;
    border-radius: 5px;
}
#navigation > ul > li.has-sub > a {
    padding-right: 32px;
}

/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
}*/
#navigation > ul > li.has-sub > a:before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul {
    position: absolute;
    left: -9999px;
}
#navigation.align-right ul ul {
    text-align: right;
}
#navigation ul ul li {
    top: 0px;
    height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navigation li:hover > ul {
    left: auto;
}
#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#navigation li:hover > ul > li {
    height: 46px;
}
#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}
#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#navigation ul ul li a {
    background-color: #fb6a30;
    padding: 16px 22px;
    width: 218px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: #e65f29 1px solid;
    letter-spacing: 1px;
    margin-top: -3px;
}
#navigation ul ul li:first-child > a {
    border-top-right-radius: 5px;
}
#navigation ul ul li:last-child > a {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
    border-bottom: 0;
}
#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
    color: #fff;
    background-color: #e65f29;
}
#navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 14px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
}
#navigation.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#navigation ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#navigation.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#navigation.small-screen {
    width: 100%;
}
#navigation.small-screen ul {
    width: 100%;
    display: none;
}
#navigation.small-screen.align-center > ul {
    text-align: left;
}
#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid #e65f29;
    top: auto;
    background-color: #fb6a30;
}
#navigation.small-screen ul ul li,
#navigation.small-screen li:hover > ul > li {
    height: auto;
}
#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px;
    color: #ffffff;
}
.mobile-menu #navigation.small-screen ul li a.btn-light-blue {
    color: #1fa9ff;
}
#navigation.small-screen > ul > li > a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: "";
}
#navigation.small-screen > ul > li {
    float: none;
}
#navigation.small-screen ul ul li a {
    padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}
#navigation.small-screen ul ul li a {
    color: #fff;
    background: #fb6a30;
}
#navigation.small-screen ul ul li:hover > a,
#navigation.small-screen ul ul li.active > a {
    color: #fff;
    background-color: #e65f29;
}
#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before,
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before {
    display: none;
}
#navigation.small-screen #menu-button {
    display: block;
    padding: 18px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fb6a30;
    margin-top: 15px;
}
#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 12px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
}
#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 21px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
}
#navigation.small-screen #menu-button.menu-opened:after {
    top: 20px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
    top: 20px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #d35320;
    height: 54px;
    width: 53px;
    cursor: pointer;
}
/* #navigation.small-screen .submenu-button.submenu-opened {
} */
#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
}
#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
/* #navigation.small-screen .submenu-button.submenu-opened:after {
    background: ;
} */
#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: "";
}
#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#navigation.small-screen.select-list {
    padding: 5px;
}

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header {
    text-align: left;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.page-section {
    padding-top: 140px;
    padding-bottom: 140px;
}
.page-description {
}
.page-description p {
}
.page-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.page-text {
    color: #fff;
    font-weight: 500;
}

/*-----------------------------------
    6. Slider
-------------------------------------*/
/* .slider { margin-bottom: -40px; } */
/* .slider-img {
    background: -moz-linear-gradient(
        top,
        rgba(13, 15, 13, 0.2) 0%,
        rgba(13, 15, 13, 0.2) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(13, 15, 13, 0.2) 0%,
        rgba(13, 15, 13, 0.2) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(13, 15, 13, 0.2) 0%,
        rgba(13, 15, 13, 0.2) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
    position: relative;
    width: 100%;
} */
.slider-img img {
    position: relative;
    z-index: -1;
}
.slider-captions {
    position: absolute;
    bottom: 140px;
    width: 100%;
    color: #fff;
}
.slider-title {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
}
.slider-text {
    color: #fff;
}
.slider .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 50px;
}
.slider .owl-nav {
    line-height: 1.8;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.slider .owl-nav .owl-prev {
    position: absolute;
    top: 43%;
    left: 0px;
    color: #21ac70;
    font-size: 18px;
    margin: 8px;
    padding: 0px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    border: 2px solid #ffffff;
}
.slider .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    right: 0px;
    color: #21ac70;
    font-size: 18px;
    margin: 8px;
    padding: 0px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    border: 2px solid #ffffff;
}
.slider .owl-nav .owl-prev:hover {
    background-color: #21ac70;
    border: 2px solid #21ac70;
    text-decoration: none;
    color: #fff;
}
.slider .owl-nav .owl-next:hover {
    background-color: #21ac70;
    border: 2px solid #21ac70;
    text-decoration: none;
    color: #fff;
}
.slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.slider .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 4px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}
.slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #21ac70;
    border: 2px solid #21ac70;
}
.slider .owl-carousel .owl-item img {
    width: 100%;
}

/*-----------------------------------
7. before after gallery
-------------------------------------*/

/*-----------------------------------
8. Footer
-------------------------------------*/

.footer {
    background-color: #224151;
    padding-top: 2px;
    padding-bottom: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: auto;
}
.footer-title {
    margin-bottom: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget ul {
    margin-bottom: 25px;
}
.footer-widget ul li {
    line-height: 1;
    margin-bottom: 18px;
}
.footer-widget ul li a {
    /* font-size: 14px; */
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.75px;
    /* font-weight: 400; */
}
.footer-address {
    padding-left: 25px;
}

.footer-logo {
    padding-left: 9px;
}
.footer-widget ul li a:hover {
    color: #fb6a30;
}
.footer-widget ul li i {
    color: #fff;
    float: left;
}
.footer-social {
}
.footer-social a span {
    font-size: 16px;
    padding-right: 10px;
    color: #58595a;
}
.footer-line {
    border-bottom: #222222 1px solid;
    margin-bottom: 20px;
    margin-top: 40px;
}
.footer-social a span:hover {
    color: #fff;
}

/*-------------- tiny footer ------------*/
.tiny-footer {
    background-color: #224151;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/*-----------------------------------
9. Pages
-------------------------------------*/

/*-------------------------
 9.1 About us
---------------------------*/

.about-section {
    padding: 30px;
}
.about-title {
    margin-bottom: 30px;
    color: #fff;
}
.about-img img {
    border-radius: 4px;
    position: relative;
}
.about-icon {
    position: absolute;
    bottom: 38%;
    left: 47%;
    text-align: center;
}

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/
.service-block {
    margin-bottom: 30px;
}
.service-icon {
}
.service-img img {
    margin-bottom: 30px;
    border-radius: 5px;
}
.service-content {
}
.service-content ul {
    margin-bottom: 20px;
}
.service-content ul li {
    padding-left: 20px;
}
.service-btn-link {
    margin-bottom: 8px;
}
.unordered i {
    margin-right: 10px;
    color: #ff8119;
    font-size: 16px;
}
.col-half-offset {
    margin-left: 2.166667%;
}
.serviceBorder {
    border: 1px solid #aba2a2;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
}

/*-----------------------------------------
  service side-nav
 ------------------------------------------*/
.sidenav {
    margin-bottom: 30px;
}
.sidenav ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 2px;
}
.sidenav ul li a {
    padding: 13px 0px 14px 20px;
    display: block;
    color: #272625;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: #f1f4f3;
    border-radius: 5px;
}
.sidenav ul li a:hover {
    color: #fff;
    background-color: #fb6a30;
}
.sidenav ul li.active a {
    color: #fff;
    background-color: #fb6a30;
}
.sidenav ul li.active a:before {
    color: #fff;
    background-color: #fb6a30;
}
.service-sidenav-icon {
    font-size: 16px;
    color: #8e1e1a;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.sidenav a:focus,
a:active {
    background-color: transparent;
    border: 0px;
}

/*--------------------------
 9.5  Pricing
---------------------------*/
.price-block {
    border: 1px solid #e5eae8;
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px 0px 5px 5px;
    margin-top: -1px;
}
.price-head {
    background-color: #f0f4f2;
    padding: 23px 0px 4px 30px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #e5eae8;
}
.price-block ul {
    border-bottom: 1px #d7dcda dashed;
    margin-bottom: 16px;
    margin-top: 15px;
    padding-bottom: 16px;
}
.price-block ul li {
    color: #676462;
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
}
.price-content {
    position: relative;
}
.price-text {
    color: #272625;
    position: absolute;
    font-weight: 500;
    top: -2px;
    right: 0px;
}

/*--------------------------
 9.5  Testimonial
---------------------------*/
.testimonial-block {
}
.testimonial-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    font-size: 19px;
    line-height: 32px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px;
    color: #413e3d;
}
.testimonial-meta {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    color: #fb6a30;
    letter-spacing: 1.2px;
    font-weight: 500;
    margin-top: 0px;
    display: block;
}
.testimonial-meta span {
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    color: #676462;
    letter-spacing: 1.2px;
    font-weight: 500;
}

/*--------------------------
 9.6  team
 ----------------------------*/
.team-block {
    margin-bottom: 20px;
}
.team-img img {
    margin-bottom: 20px;
    border-radius: 5px;
}
.team-content {
    text-align: center;
}
.team-title {
    margin-bottom: 0px;
}

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
    background-color: #f4f7f6;
    text-align: center;
}
.contact-info {
}
.contact-info-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-info ul {
}
.contact-info ul li {
    line-height: 40px;
}
.contact-info i {
    font-size: 45px;
    color: #fb6a30;
    margin-bottom: 30px;
}

/*------------------------
10. Blog pages
--------------------------*/

/*----- post-----*/

.post-holder {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.post-block {
    position: relative;
}
.post-img img {
    border-radius: 5px;
    margin-bottom: 30px;
}
.post-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*----- meta -----*/
.meta {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 3px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.meta-icon {
}
.meta-date {
    color: #fff;
    position: absolute;
    background-color: #21ac70;
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    top: 0px;
    font-weight: 500;
    margin: 10px 10px;
}
.meta-date span {
    letter-spacing: 1px;
    display: flex;
}
.meta-date-text {
    margin-top: -12px;
    margin-bottom: -8px;
    font-size: 12px;
}
.meta-date-number {
    font-size: 26px;
}
.meta-author,
.meta-comments,
.meta-categories {
    color: #a9b0ad;
}
.meta-date,
.meta-author {
    margin-right: 15px;
}

/*----- pagination -----*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
.st-pagination {
    text-align: center;
    margin-top: 30px;
}
.st-pagination .pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 50px;
    border: 1px solid #7c7a79;
    background-color: #7c7a79;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 5px;
}
.st-pagination .pagination > li > a:focus,
.st-pagination .pagination > li > a:hover,
.st-pagination .pagination > li > span:focus,
.st-pagination .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #fb6a30;
    border: #fb6a30 1px solid;
}
.st-pagination .pagination > li:first-child > a,
.st-pagination .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 50px;
}
.st-pagination .pagination > li:last-child > a,
.st-pagination .pagination > li:last-child > span {
    border-radius: 50px;
}
.st-pagination .pagination > .active > a,
.st-pagination .pagination > .active > a:focus,
.st-pagination .pagination > .active > a:hover,
.st-pagination .pagination > .active > span,
.st-pagination .pagination > .active > span:focus,
.st-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fb6a30;
    border: 1px solid #fb6a30;
}
.related-post-block {
    border-top: 1px solid #e6e7e9;
    margin-bottom: 30px;
}
.related-post-title {
    margin-top: 30px;
}
.related-img img {
    margin-bottom: 30px;
}
.post-meta {
    margin-right: 20px;
    line-height: 0px;
}

/*----- prev-next-----*/
.post-navigation {
    border-top: 1px solid #e6e7e9;
    border-bottom: 1px solid #e6e7e9;
    padding: 20px 0px 20px 0px;
}
.nav-links {
    text-decoration: none;
}

.prev-link,
.next-link {
    color: #6b6d6a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.prev-link i {
    margin-right: 5px;
}
.next-link i {
    margin-left: 5px;
}
.nav-next {
}
.next-link {
}
.previous-next-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #333333;
    font-weight: 700;
}

/*----- Author-post -----*/
.author-block {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e7e9;
}
.author-post {
}
.author-img {
}
.author-title {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}
.author-post-content {
    margin-bottom: 40px;
}
.author-text {
    margin-top: 15px;
}
.author-meta {
    padding-left: 0px;
    color: #fb6a30;
}

/*----- Comments -----*/
.comment-area {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebecee;
}
.comment-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.comment-list {
    margin-top: 40px;
}
.comment {
}
.comment-body {
}
.comment-header {
    margin-right: 10px;
}
.comment-author {
}
.comment-author img {
    float: left;
}
.comment-info {
    padding-left: 100px;
}
.user-title {
    font-size: 18px;
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}
.comment-meta-date {
    padding-bottom: 10px;
    color: #9a9fa4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
}
.reply-link {
}
.childern {
    padding: 50px;
    background-color: transparent;
    border-bottom: 1px solid #e6e7e9;
    border-top: 1px solid #e6e7e9;
}

/*----- leave-Comments -----*/
.leave-comments {
    margin-bottom: 30px;
}

/*------------------------
 12. Counter block
--------------------------*/
.counter-block {
    padding-bottom: 20px;
    padding-top: 20px;
}
.counter-section {
}
.counter-content {
    text-align: center;
}
.counter-title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
.counter-text {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
}

/*------------------------
 12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
    background-color: #f4f7f6;
}
.widget-title {
    color: #272625;
    font-size: 20px;
    font-weight: 500;
}
.widget ul {
}
.widget ul li {
}
.widget ul li a {
}
.widget-categories,
.widget-archives ul li a:hover {
    color: #f47e5e;
}
.widget-categories,
.widget-archives {
}
.widget-categories ul li,
.widget-archives ul li {
    position: relative;
    font-weight: 500;
    margin-bottom: 8px;
}
.widget-categories ul li a,
.widget-archives ul li a {
    padding: 0px 0px 0px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #626060;
}
.widget-archives {
}
.recent-post {
    position: relative;
    margin-bottom: 30px;
}
.recent-img img {
    margin-bottom: 20px;
    border-radius: 5px;
}
.recent-title {
}
.widget-tags {
}
.widget-tags a {
    color: #fff;
    padding: 6px 18px;
    background-color: #a1a5a4;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    margin-right: 5px;
    border: 0px;
}
.widget-tags a:hover {
    background-color: #fb6a30;
    color: #fff;
    border: 0px;
}
.widget-search {
}
.widget-search button {
    background-color: transparent;
    border: transparent;
    color: #fb6a30;
    font-size: 12px;
    position: absolute;
    right: 0px;
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
}
.widget-search .form-control {
    height: 49px;
    margin-bottom: 0px;
}
.search-form {
    position: relative;
}
.search-bar input.boost-pfs-search-box {
    height: 100%;
    background-color: #fff;
    border: none;
    font-size: 21px;
    line-height: 18px;
    width: 100%;
    padding: 5px 35px 5px 15px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 10px;
}
.search-submit {
    position: absolute;
    width: 36px;
    height: 100%;
    right: 0;
    background: transparent;
    border: none;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    top: 1px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.search-bar svg {
    height: 15px;
    width: 15px;
}

/*-------------styleguide-------------*/
.box-info {
    font-size: 16px;
    line-height: 1.6;
}
.circle-default-color {
    background-color: #21ac70;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #65e5ae;
}
.circle-primary-color {
    background-color: #fb6a30;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #ffcab5;
}
.circle-heading-color {
    background-color: #272625;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #92908e;
}
.circle-secondary-color {
    background-color: #676462;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #b6b3b2;
}
.box-bg-color {
}
.unordered ul {
    list-style: none;
    padding-left: 16px;
}
.unordered ul li {
    line-height: 2;
}
.ordered ol {
    list-style: decimal;
    margin-left: 20px;
}
.ordered ol li {
    line-height: 2;
}
.altenate {
}
.altenate ul {
    list-style: none;
}
.altenate ul li {
    border-bottom: 1px solid #e1e0dd;
    line-height: 2.5;
}
.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border-color: ;
    border: 1px solid #dbdad8;
}

/*-------------404 error-------------*/
.error {
    padding-top: 120px;
}
.error-icon {
    float: left;
    font-size: 150px;
    color: #e56f4f;
}
.error h1 {
    font-size: 180px;
    font-weight: 700;
    margin-bottom: 100px;
    color: #fb6a30;
}

/*-------------map-------------*/
#map {
}
#contact-map {
    width: 100%;
    height: 400px;
}

/*--------------------------------
14. Accodrion
----------------------------------*/
.st-accordion {
}
.st-accordion .panel {
    box-shadow: none;
}
.st-accordion .sign {
    color: #a0729a;
    padding: 0 2px;
    position: absolute;
    left: -30px;
    top: 2px;
}
.st-accordion .accordion .panel-heading.active .sign {
    color: #a0729a;
}
.st-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #393538;
    position: relative;
    font-weight: 500;
}
.sign {
    color: #a0729a;
    padding: 0 2px;
    top: 6px;
}
.st-accordion .panel-heading.active .sign {
    color: #a0729a;
}
.st-accordion .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #e4e9ea;
    border-radius: 0px;
}
.st-accordion .panel-default {
    border-color: transparent;
}

.st-accordion .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #ededed;
    background-color: #f4f7f6;
    border-radius: 5px;
}

.st-accordion .panel-default > .panel-heading {
    color: #323734;
    background-color: transparent;
    padding: 30px 30px;
}

.st-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.st-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 30px;
    padding-right: 30px;
}

.st-accordion .panel-body {
    padding: 30px 0px;
}

.st-accordion .panel-body p:last-child {
    margin-bottom: 0px;
}

.st-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #e5e5e5;
}
.select-custom-height {
    height: 56px;
}

/*-------------FAQ-------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1440px) {
    .slider-captions {
        position: absolute;
        bottom: 80px;
    }
    .slider-title {
    }
}

@media only screen and (max-width: 1200px) {
    .slider-captions {
        position: absolute;
        bottom: 40px;
        margin-left: 40px;
    }
    .slider-title {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 38px;
    }

    /* .slider .owl-dots {
        min-width: 28%;
        position: absolute;
        bottom: -10px;
        text-align: center !important;
    } */

    .call-info {
        margin-top: 9px;
    }
    .call-text {
        font-size: 11px;
    }
    .page-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-title {
        font-size: 30px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .slider-captions {
        position: absolute;
        bottom: 40px;
    }
    .slider-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .slider .owl-nav {
        display: none;
    }
    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 0px;
        text-align: center !important;
    }
    .header {
        background-color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-title {
        font-size: 30px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }
    .header {
        background-color: #333333;
    }
    .space-medium {
        padding-top: 50px;
        padding-bottom: 35px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .slider-captions {
        bottom: 30px;
    }

    .slider-title {
        font-size: 14px;
        line-height: 32px;
    }

    .slider .owl-nav {
        display: none;
    }

    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 0px;
        text-align: center !important;
    }

    .header {
        background-color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-title {
        font-size: 30px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }

    .header {
        background-color: #333333;
    }

    .price-text {
        position: inherit;
        margin-bottom: 20px;
    }

    .space-medium {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .slider-captions {
        bottom: 30px;
    }

    .slider-title {
        font-size: 14px;
        line-height: 32px;
    }

    .slider .owl-nav {
        display: none;
    }

    .slider .owl-dots {
        min-width: 100%;
        position: absolute;
        bottom: 0px;
        text-align: center !important;
    }

    .header {
        background-color: #333333;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-title {
        font-size: 30px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        position: relative;
    }

    .price-text {
        position: inherit;
        margin-bottom: 20px;
    }

    .space-medium {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/*Login */

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    margin: 0px 40px;
}

.image {
    width: 360px;
    height: 280px;
}

.border-line {
    border-right: 1px solid #eeeeee;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.or {
    width: 10%;
    font-weight: bold;
}

.text-sm {
    font-size: 14px !important;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-weight: 300;
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 85%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304ffe;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

.btn-blue {
    background-color: #1a237e;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer;
}

.bg-blue {
    color: #fff;
    background-color: #1a237e;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }
    .image {
        width: 300px;
        height: 220px;
    }
    .border-line {
        border-right: none;
    }
    .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 0px 15px;
    }
}

/*Mohit */
/* h2 {
    font-size: 40px;
    background: linear-gradient(to left, #660066 0%, #ff3300 100%);
    -webkit-text-fill-color: transparent;
} */
/*login end */

/* custom radio btn css start  */

.el-custom-control.el-custom-radio {
    position: relative;
    max-width: 100%;
    height: 31px;
}
.el-custom-control-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    order: 1;
    right: unset;
    width: 18px;
}
.el-custom-control-label {
    position: absolute;
    padding-left: 30px;
}

body {
    font-family: arial;
}
.hide {
    display: none;
}
/* p {
    font-weight: bold;
} */
.product-list-wrap {
    border: 1px solid #000;
    padding: 15px;
    display: flex;
    margin-bottom: 50px;
}
.product-list-img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}
.product-list-img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.product-list-content {
    display: flex;
    padding-left: 15px;
    width: calc(100% - 100px);
}
.product-list-content h3 {
    font-weight: 700;
    margin-bottom: 5px;
}
.product-list-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.product-list-ico {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-align {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-left: auto;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

/* Card  */

html {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-family: "Heebo", sans-serif;
    /* font-family: "Source Sans Pro", sans-serif; */
    background-color: #ffffff;
}
.front-side,
.back-side {
    width: 390px;
    height: 220px;
    display: grid;
    grid-template-columns: 2% 96% 2%;
    grid-template-rows: 4% 92% 4%;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 2px 5px 15px 0px #17161694;
    background-color: #122529;
}
.color-grid {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    grid-template-rows: repeat(8, 50px);
    grid-gap: 8px;
    width: 150px;
    height: 400px;
    transform: rotate(-45deg);
}
.black {
    background-color: #343536;
    grid-column: 2 / span 2;
    grid-row: 1 / span 3;
}
.red1 {
    background-color: #e45e4f;
    grid-row: 2 / span 5;
}
.red2 {
    background-color: #e45e4f;
    grid-column: 2 / span 2;
    grid-row: 4/7;
}
.green {
    background-color: #007e67;
    grid-column: 2/4;
    grid-row: 7/9;
}

.info-grid {
    grid-column: 2/3;
    grid-row: 2/3;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.363);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.432);
    border-radius: 6px;
    font-size: 0.7rem; /*12px;*/
    display: grid;
    grid-template-columns: 15px repeat(3, 1fr) 15px;
    grid-template-rows: repeat(3, 1fr);
    line-height: 1px;
}
.info-grid .name {
    grid-column: 2 / span 2;
    grid-row: 1 / span 1;
    font-size: 1.2em;
    letter-spacing: 0.1rem;
    margin-top: 8px;
}
.info-grid .name h5 {
    font-weight: unset;
}
.info-grid .addr {
    grid-column: 2 / span 2;
    grid-row: 3;
}

.info-grid .phoneNo {
    grid-column: 3 / span 2;
    grid-row: 2;
    text-align: end;
}
.info-grid .emailId {
    grid-column: 3 / span 2;
    grid-row: 3;
    text-align: end;
    font-size: 1.1em;
}

.back-side .name-tag {
    grid-column: 1 / span 4;
    grid-row: 2 / span 1;
    align-self: center;
    z-index: 2;
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.363);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.288);
    font-size: 0.6rem; /*12px;*/
    letter-spacing: 0.1rem;
    text-align: center;
}
.name-tag h1,
h3 {
    margin: 2px;
    font-weight: unset;
}
.credits {
    margin-top: 40px;
    text-align: center;
    color: #343536;
}
/* Card End  */
/* Card 2  */
/**
* Business Card - Materialize Styled
*/
.businessCard {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-family: "lato", "sans-serif";
    font-size: 1.1em;
    position: relative;
}
.businessCard .fullName {
    font-weight: bolder;
    font-size: 2em;
}
.businessCard .jobTitle {
    font-style: italic;
    font-size: 1.3em;
}
.businessCard .profilePictureWrapper {
    overflow: hidden;
    border-radius: 50%;
    padding: 10px;
    border: 4px solid black;
    margin-top: 38%;
}
.businessCard .linksAndDetailsSection .rowJoinerWrapper {
    width: 34px;
    height: 15px;
    padding-left: 0.75rem;
    min-height: 1px;
    position: relative;
    text-align: center;
    z-index: 999;
    float: left;
    margin-bottom: -1px;
    margin-top: -1px;
}
.businessCard .linksAndDetailsSection .rowJoiner {
    width: 50%;
    height: 100%;
    margin-left: auto;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.businessCard .linkedInURL i,
.businessCard .codingProfileURL i {
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: large;
}
.businessCard .linksAndDetailsSection i.fa {
    font-size: x-large;
}
.businessCard .linksAndDetailsSection .iconWrapper {
    display: inline-block;
    width: 34px;
    height: 31px;
    padding-top: 3px;
    padding-left: 4px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid black;
}
.businessCard .linksAndDetailsSection .textWrapper {
    display: inline-block;
}
.businessCard .iconsSolidBackground {
    background-color: black;
    color: white !important;
}
.businessCard .diagonals {
    position: absolute;
    height: 200%;
    width: 14px;
    top: -50%;
    right: 222px;
    border-left: 4px solid red;
    border-right: 4px solid red;
    transform: rotateZ(24deg);
    background-color: #38013d;
}
.businessCard > .card-panel {
    position: relative;
    background-color: unset;
}
.businessCard .background {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: white;
}
.businessCard .ageWrapper {
    margin-top: 4px;
    font-size: medium;
    font-style: italic;
}
.businessCard .linksAndDetailsSection {
    min-height: 88px;
}
.businessCard .fixedUpperRightToolbar {
    position: absolute;
    right: 10px;
    top: 10px;
}
@media (max-width: 600px) {
    .businessCard .profilePictureWrapper {
        margin-top: 0px;
    }
}
/* Card End  */
/* brij css */
/* .page-header {
    text-align: left;
    background-image: url(../images/page-header.jpg);
    background-size: cover;
    margin: 0px;
    padding: 0px;
    border: 0px;
    padding: 50px 12px;
  } */
.white-color {
    color: #fff;
}
.d-align-justify,.d-align-edit-preview-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header ul {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: 0;
    margin: 20px 0;
    padding: 15px;
}
.ml-10 {
    margin-left: 10px;
}
.d-align {
    display: flex;
    align-items: center;
}
header ul li {
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header ul li:not(:last-child) {
    border-right: 1px solid #000;
}
.cursor-pointer {
    cursor: pointer;
}
.editor-section {
    padding-bottom: 50px;
}

/* Summernote */
.note-editable {
    min-height: 300px;
}
.btn-white {
    background-color: #ffffff;
    border-radius: 5px;
}
#navigation .btn-white {
    color: #1fa9ff;
}
/* .nav-wrapper-ul li:not(:last-child){
    margin-right: 10px !important;
}  */
.search-bar input.boost-pfs-search-box.search-text-box {
    border-radius: 5px;
}
.search-submit {
    display: flex;
    align-items: center;
}
.sevice-border-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.service-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-book-now {
    background-color: #ffa41c;
    color: #000;
}
.btn-cancel {
    background-color: red;
    color: #fff;
}
.btn-confirmed {
    background-color: #ffd814;
    color: #000;
}
.event-heading h1 {
    display: inline-block;
}
.event-heading .event-status {
    color: #1c9e66;
    position: absolute;
    right: 0;
    max-width: 200px;
}
.event-status::before {
    content: "";
    height: 20px;
    width: 20px;
    background-color: #1c9e66;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-block .service-img {
    position: relative;
}

.service-block .img-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 35px;
    font-size: 27px;
    font-weight: 700;
    color: #000;
}
.serviceBorder {
    position: relative;
}
.righ-bottom-box {
    position: absolute;
    position: absolute;
    border: 1px solid #676462;
    bottom: 0;
    right: 0;
    padding: 0px 10px;
    border-radius: 5px;
}
.logo-login-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-from-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-from-wrapper .text-black {
    color: #676462;
    /* text-align: center; */
    /* font-weight: 700; */
}
.px-0 {
    padding: 0;
}
.text-black {
    color: #000 !important  ;
}
.mx-0 {
    margin: 0 !important;
}
.new-text {
    color: #000 !important;
    text-align: center;
}

.alrady-text {
    text-align: center;

    color: #304ffe !important;
}

.sticky-wrapper {
    height: auto !important;
}

/*** CSS FOR espaceboking ***/
.order-details .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.floating-form-group {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.floating-form-group {
    margin-bottom: 16px;
    position: relative;
}
.floating-form-group .floating-form-control,
.floating-form-group .floating-form-control-textarea {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.37);
    border-radius: 4px;
    background-color: transparent;
    margin: 0px auto;

    outline: none !important;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    transition: all 0.2s ease-in-out;
}
.floating-form-group .floating-form-control {
    height: 50px;
    padding: 14px;
}

.floating-form-group .floating-label {
    position: absolute;
    top: 50%;
    left: 12px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    margin: 0px auto;
    cursor: text;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out;
    text-transform: uppercase;
}
.floating-form-control:hover,
/* .floating-form-control:focus, */
.floating-form-control-textarea:hover,
.floating-form-control-textarea:focus {
    border: 1px solid #000;


}




.floating-form-control:valid + label,
.floating-form-control:focus + label,
.floating-form-control-textarea:valid + label,
.floating-form-control-textarea:focus + label,
.floating-form-control-textarea:read-only + label,
.floating-form-control:read-only + label {
    top: 0px;
    color: #000;
    font-weight: bold;

}

.floating-form-group select[readonly],
  .floating-form-group input[readonly],.floating-form-group textarea[readonly]   {
    background-color: #F4F5F0;
    /* border: 1px solid #000; */
}

.floating-form-group select[readonly]{
    pointer-events: none;
}

/* .floating-form-group input[readonly] + label{
    background-color: #EBEBE4;
} */

.gl-form-asterisk {
    background-color: inherit;
    color: #e32b2b;
    padding: 0;
    padding-left: 3px;
}
.gl-form-asterisk:after {
    content: "*";
}
.custom-card {
    border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 5px;
}
.custom-card.postion-card {
    position: relative;
}
.custom-card .card-header {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-bottom: 1px solid #ced4da;
    padding: 0 5px;
}

.card-header h4 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.custom-card .card-body ul li {
    display: flex;
    align-items: center;
}
.custom-card .card-body ul li p {
    margin: 0;
    padding: 0;
    width: 50%;
    display: flex;
    margin-right: 5px;
}
.custom-card .card-body ul li p span {
    margin-left: auto;
}
.custom-card .card-body ul li:not(:last-child) {
    margin-bottom: 5px;
}
.custom-card .card-body button:focus {
    outline: 0;
}
.custom-card .card-body .form-control,
.custom-card .card-body button {
    border-radius: 5px;
}
.total-amount-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ced4da;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 600;
}
.paynow-wrapper button:focus {
    outline: 0;
}
.paynow-wrapper button {
    width: 250px;
}

.payment-mode-wrapper .el-custom-control-label {
    position: unset;
    white-space: nowrap;
}
.payment-mode-wrapper .custom-card {
    margin-left: 20px;
}

.payment-mode-item .custom-card {
    padding: 30px;
}
.custom-card-header hr {
    margin: 10px 0 20px 0;
    padding: 0;
    border-top: 1px solid #000;
}
.payment-mode-item .custom-card .card-body b {
    font-size: 14px;
}
.payment-mode-item .custom-card .card-body p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.note-wrapper h3 {
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 30px;
}
.note-wrapper ul {
    list-style: disc;
    color: #000;
    padding: 0 15px;
}
.note-wrapper ul li {
    line-height: 25px;
}
.note-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* .activetext {
  color: rgb(201, 75, 44);
} */

/* Style the buttons */
li.active {
    /* background:#2794c7; */
    font-weight:bold  ;
    color:#fb6a30;
}

.fontbold{
font-weight: bold;
color: #000;
font-size: 12.5;

}

.bcolor{
 background-color: #fafafa;
}

.fontco{
font-family:arial !important;
}
.p20{
 padding: 35px;
}

.aboutp{
  margin: 165px auto 25px;
}


.cante{
    margin: 71px !important;
}

.topm{
    margin-top: -162px;
}
.img-wrap{
    min-height: 200px;
}
.profile-data-wrap{
    margin: -40px 0 0 50px;

}
.profile-content-wrap{
    padding-top: 60px;
}


.footer-fontsize
{
  font-size: 10.5;
  /* font-weight: bold; */
}

.button-color
{
    background:#000;
}

.button-border{
    border-radius: 10px;
    background-color: black;
    width: 180px;
}

/*  */

.form-warpper{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    padding: 40px 20px;
    align-items: top;
  /* justify-content: center; */
    width: 100%;
}

.form-context-wrapper{
    margin-bottom: 20px;
}

.form-btn-wrapper{
    margin-top: 80px;
}

.w-50{
    width: 50%;
}
/*  */

.Order-placed-shadows{
    border: 1px solid;
    align-self:center;
    padding: 10px;
    box-shadow: 0px 0px #888888;
    border-top-left-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
    border-top-left-radius: 1.125rem;
    border-top-right-radius: 1.125rem;
    width: max-content;
    margin: 0 auto;
}

.list-wraper{
    display: flex;
    align-items: center;
    grid-gap: 15px;
  }

  .table-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 150px; */
    margin: 10px;
    font-size: 17px;

  }
  .contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 30px;
    margin-top: 100px;
}
/* ------------contact change by hetal */

.form-control-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
  }
  .floating-form-group .spacing-left-input{
    padding-left: 40px;
  }
.floating-form-group .floating-label-left-spacing{
    left: 40px;
  }
/* .front-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
  } */

  .front-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999;
}

  .pb-0
{
    padding-bottom: 0;
}

.main-wrapper{
    min-height: calc(100vh - 85px);
    display: flex;
    flex-direction: column;
}

#menu-items{
    max-width: unset !important;
    width: 100%;
    overflow: auto;
}

.profile-data-img-wrap::before{
    content: '';
    padding-bottom: 14.5%;
    display: block;
}

.profile-data-img-wrap img{
    left: 0;
    top: 0;
}
.d-align-edit-preview-btn{
    grid-gap: 15px;
}
.terms-use-wrap{
    max-width: 1215px;
    margin: 0 auto;
}

