@charset "UTF-8";
/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>
 1.  Global Styles
 2.  Header
 3.  Slider
// ------------------------------------------------>
/*------------------------------------*\
    1. GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
html,
body {
    font-size: 14px;
    font-weight: 400;
}
body {
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 1.8;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s;
    transition: all .3s
}
b,
strong {
    font-weight: 600;
}
ul {
    list-style: none;
}
.p-60 {
    padding: 60px 0;
}
.p-120 {
    padding: 120px 0;
}
.p-150 {
    padding: 150px 0;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-70 {
    margin-bottom: 70px;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.br-5 {
    border-radius: 5px;
}
section {
    /*position: relative;
    overflow: hidden;*/
}
section header {
    margin-bottom: 30px
}
.box-shadow {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}
.lh-26 {
    line-height: 26px;
}
.theme-bg {
    background: #f4f2e9;
}
.lead {
    font-size: 1.1rem;
}
/* colors */
.bgWhite {
    background: #f8f9fa
}
.bgGray {
    background: #e4e4e4;
}
.bgBlack {
    background: #343a40
}
.bgBlue {
    background: #04132a;
}
.bgIndigo {
    background: #6610f2
}
.bgPurple {
    background: #6f42c1
}
.bgPink {
    background: #e83e8c
}
.bgRed {
    background: #002366;
}
.bgOrange {
    background: #fd7e14
}
.bgYellow {
    background: #ffc107
}
.bgGreen {
    background: #28a745
}
.bgTeal {
    background: #20c997
}
.bgCyan {
    background: #17a2b8
}
.fs-16{
    font-size:16px;
    line-height: 30px;
}
h1,h2,h3,h4,h5
{
    line-height: 1.8em;
}

.total_amount_html{
position: fixed;
bottom: 20px;
left: 20px;
padding: 20px;
background: #002366;
color: #fff;
border-radius: 50%;
font-weight: 800;
z-index: 1000;
}
/*------------------------------------*\
    2. Header
\*------------------------------------*/
.logo {
    max-height: 60px;
    border-radius: 5px;
    padding: 2px 0px;
}
.header{
    background: #fff;
    border-bottom: 0px;
}
#primary-menu ul li a {
    font-size: 14px;
    padding: 5px 15px;
    color: #000;
}
#primary-menu ul li ul li a {
    color: #000;
}
.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}
.dropdown-item {
    position: relative;
}
#primary-menu ul li a {
    font-size: 14px;
    letter-spacing: 0.5px !important;
}
#primary-menu ul li ul li a.dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: .255em;
    position: absolute;
    right: 10px;
    top: 15px;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropdown-menu {
z-index: 10000;
}
.dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    font-size: 13px !important;
    line-height: 30px;
}
.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header-style-1 {
    font-size: 24px;
    margin: 0px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(3, 18, 39, 0.72);
    opacity: 0.8;
    z-index: 0;
}
.header-style-1 h2 {
    position: relative;
    margin: 0px;
    font-weight: 300;
    letter-spacing: 3px;
}
h2 {
    line-height: 1.2em;
}
.featured {
    color: #fff !important;
    border-radius: 20px;
}
/*------------------------------------*\
    2. Colors
\*------------------------------------*/
.has-gradient {
    background: -moz-linear-gradient(to right, #303094,#4040c7, #303094);
    background: linear-gradient(45deg, #303094 0%, #303094 100%);
    background: linear-gradient(to right, #303094, #4040c7, #303094);
    color: #fff;
}

.social-icon{
    width:20px;
}
.navbar-nav a {
    display: block;
    color: #ffffff!important;
    text-align: center;
    padding: 10px 10px;
    font-size: 17px;
    margin-right: 20px;
    font-weight: bold;
}

.navbar-nav a:hover {
  background-color: #e3501d;
  color: #be461d;
}
.bg-red{
background: #57a42c;
min-height: 60px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 10px;
/*-webkit-box-shadow: 0px 1px 1px 2px rgba(230,230,14,1);
-moz-box-shadow: 0px 1px 1px 2px rgba(230,230,14,1);
box-shadow: 0px 1px 1px 2px rgba(230,230,14,1);*/
}

.bg-red svg{
    width: 40px;
    margin-right: 20px;
    fill:#fff;
    height: auto;
}
.logo img{
    margin: 5px 0px;
}


/*------------------------------------*\
    2. Title
\*------------------------------------*/
.heading-bg-text,
.text-bg,
.text-bg-gray {
    font-weight: 800;
    -webkit-user-select: none;
    cursor: default;
    font-family: Montserrat, sans-serf;
    text-transform: uppercase
}
.text-bg,
.text-bg-gray {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.text-bg,
.text-bg-gray {
    font-size: 10em;
    color: #fff;
    opacity: .05;
    position: absolute;
    width: 2000px;
    text-align: center;
    user-select: none
}
.text-bg-gray {
    color: #333
}
.heading-bg-text {
    font-size: 3.5em;
    color: #333;
    opacity: .09;
    position: absolute;
    top: -20px;
    left: 0;
    text-align: inherit;
    user-select: none;
    z-index: -1;
    font-weight: 800;
    text-transform: uppercase;
}
h2.bottom-line-center .heading-bg-text {
    left: 50%;
    transform: translateX(-50%);
}
.outer {
    padding-top: 20px;
}
.outer:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -315px;
    top: 50%;
    margin-top: -315px;
    width: 630px;
    height: 630px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.outer:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    height: 500px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.outer .inner-circle {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
    width: 300px;
    height: 300px;
    border: 1px dashed #d0d0d0;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}
.outer .phone {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -60px;
    transform: translateX(-50.5%);
}
.service-box-three {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.outer .service-box-three {
    margin-bottom: 140px;
}
.outer .service-box-three:first-child {
    left: 70px;
    top: 10px;
}
.outer .service-box-three:last-child {
    margin-bottom: 0px;
    left: 60px;
    top: 0px;
}
.service-box-three .inner-box {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 110px;
}
.service-box-three .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #a869a6;
}
.service-box-three h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-weight: 700;
}
.service-box-three h3 a {
    position: relative;
    color: #2a2a2a;
}
.service-box-three .text {
    position: relative;
    line-height: 1.8em;
}
.service-box-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.outer .service-box-four {
    margin-bottom: 140px;
}
.outer .service-box-four:first-child {
    right: 70px;
    top: 10px;
}
.outer .service-box-four:last-child {
    margin-bottom: 0px;
    right: 60px;
    top: 0px;
}
.service-box-four .inner-box {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 110px;
}
.service-box-four .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #a869a6;
}
.service-box-four h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-weight: 700;
}
.service-box-four h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-box-four .text {
    position: relative;
    line-height: 1.8em;
}
@media (min-width: 1200px) {
    .outer .right-column {
        margin-left: 33.3%
    }
}
@media only screen and (max-width: 1200px) {
    .outer .inner-circle {
        display: none;
    }
    .outer .service-box-three:first-child,
    .outer .service-box-three:last-child,
    .outer .service-box-four:first-child,
    .outer .service-box-four:last-child {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .outer:before,
    .outer:after {
        display: none;
    }
    .outer .service-box-three,
    .outer .service-box-four {
        padding: 0 20px
    }
    .outer .service-box-three:last-child,
    .outer .service-box-four:last-child,
    .outer .service-box-three,
    .outer .service-box-four {
        margin-bottom: 50px;
    }
    .service-box-three .inner-box,
    .service-box-four .inner-box {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .service-box-three .icon-box,
    .service-box-four .icon-box {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0 auto 30px;
    }
}
/*------------------------------------*\
    Z. Footer
\*------------------------------------*/
.main-footer {
    position: relative;
    background: #1c1c1c;
}
.main-footer .has-line-center:after {
    width: 30px
}
.main-footer h3 {
    color: #fff;
    margin: 25px 0;
}
.main-footer .widgets-section {
    position: relative;
    color: #bbbbbb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
}
.main-footer .footer-widget {
    position: relative;
}
.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 25px;
    line-height: 1.9em;
}
.main-footer .newsletter-widget .text {
    position: relative;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.9em;
}
.main-footer .social-links {
    position: relative;
    margin: 8px 0px;
}
.main-footer .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.main-footer .social-links li {
    margin: 0px 2px;
}
.main-footer .social-links li a {
    position: relative;
    display: block;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    color: #bbbbbb;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-footer .social-links li a:hover {
    color: #ffffff;
}
.main-footer .contact-info {
    margin-bottom: 30px;
}
.main-footer .contact-info li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 15px;
}
.main-footer .contact-info li {
    margin-bottom: 7px;
    line-height: 24px;
}
.main-footer .contact-info li .icon {
    position: relative;
    font-size: 32px;
    margin: 0 auto 20px;
    line-height: 36px;
}
.main-footer .contact-info li:last-child {
    margin-bottom: 0px;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0px;
    color: #cccccc;
    background: #000000;
    line-height: 24px;
    text-align: center;
}
.main-footer .newsletter-widget {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.main-footer .newsletter-widget .form-group {
    position: relative;
    margin: 0px;
}
.main-footer .newsletter-widget input[type="email"] {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 40px 10px 25px;
    height: 48px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: none;
    border-radius: 24px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-footer .newsletter-widget .send-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 50px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    background: none;
    cursor: pointer;
}
.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 12px;
}
.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 0px 0px 0px 25px;
    color: #f4f4f4;
    text-transform: capitalize;
}
.lh-40 {
    line-height: 50px;
}
/*------------------------------------*\
    Z. clients
\*------------------------------------*/
.services{
    background: #e0e0e0;
}
.services .service img {
    max-width: 100%;
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/*** 
====================================================================
    Facts
====================================================================
 ***/
.facts {
    position: relative;
    overflow: hidden;
}
.fact-box {
    position: relative;
    margin-top: 30px;
}
.fact-box .inner {
    position: relative;
    padding: 50px 15px 30px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid rgba(117, 117, 117, 0.5);
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}
.fact-box .inner:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    border-bottom: 2px solid rgba(117, 117, 117, 0.5);
}
.fact-box .inner:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    border-bottom: 2px solid rgba(117, 117, 117, 0.5);
}
.fact-box .icon-box {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
}
.fact-box .content {
    position: relative;
}
.count-outer {
    position: relative;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: rgb(68, 68, 68);
    margin-bottom: 7px;
}
.count-outer .count-text {
    font-weight: 700;
}
.fact-box .counter-title {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(68, 68, 68);
}
@media (max-width:992px) {
    .fact-box-sm {
        margin-top: 60px !important
    }
}
@media (max-width:767px) {
    .fact-box-xs {
        margin-top: 60px !important
    }
}
/*** 
====================================================================
    Testimonials
====================================================================
 ***/
.img-circle {
    border-radius: 50%;
}
.testimonials-style-two .testimonial-item {
    position: relative;
    text-align: center;
    padding: 40px 20px;
}
.testimonials-style-two .testimonial-item .inner-box {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.testimonials-style-two .testimonial-item .author-thumb {
    position: relative;
    margin: 0 auto 35px;
}
.testimonials-style-two .testimonial-item .author-thumb img {
    border: 2px dashed;
    padding: 10px
}
.testimonials-style-two .testimonial-item .text {
    position: relative;
    line-height: 1.8em;
    margin: 0 auto 25px;
}
.testimonials-style-two .testimonial-item .info {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 20px;
}
.testimonials-style-two .testimonial-item .info .designation {
    font-size: 14px;
    font-weight: 400;
}
.testimonials-style-two .testimonial-item .quote-icon {
    position: relative;
    font-size: 24px;
    line-height: 1em;
    color: #e9e9e9;
}
@media (max-width:992px) {
    .item-box-sm {
        margin-top: 30px !important
    }
}
@media (max-width:767px) {
    .item-box-xs {
        margin-top: 30px !important
    }
}
/*.................*\
Carousel
\*.................*/
.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}
#home_slider {
    color: #f4f4f4;
}
.accordion-box {
    position: relative;
    padding: 0px 30px;
    margin-bottom: 0;
    background: #fafafa;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #e0e0e0;
}
.accordion-box .block:last-child {
    border-bottom: none;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 40px 20px 0px;
    overflow: hidden;
    color: #2a2a2a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    display: block;
    right: 0px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    color: #9e9e9e;
    background: #033a93;
    border: 1px solid #033a93;
    border-radius: 0px;
}
.accordion-box .block .acc-btn .icon-outer .icon {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff
}
.accordion-box .block .acc-btn.active .icon-outer .fa-plus:before {
    content: '\f068';
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 3px 0px 23px;
}
.accordion-box.style-two .block .content {
    background: #fafafa;
}
.accordion-box .block .content p {
    margin-bottom: 15px;
    line-height: 1.9em;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}
/* Drop down menu */
.nav-subnav {
    padding-top: 10px;
    margin-left: -20px;
    z-index: 9999;
}
.nav-subnav {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.nav-subnav,
.nav-subnav li,
.nav-subnav a,
.nav-subnav li:hover a {
    background-color: white !important;
    color: #2264AD !important;
}
.nav-subnav {
    position: absolute;
}
.nav-subnav {
    position: absolute;
    right: 0;
    width: 100% !important;
    display: none;
}
#primary-menu ul li .nav-subnav a {
    font-size: 14px;
    padding: 0px;
}
.nav-item:hover .nav-subnav {
    display: block;
    font-size: 14px;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}
.fs-12 {
    font-size: 12px;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        position: relative;
    }
}
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }
}
/* End Drop Down Menu */
/*------------------------------------*\
    Z. Responsive Desktop
\*------------------------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (max-width:767.98px) {
    #primary-menu ul {
        padding-top: 10px;
    }
    #primary-menu ul li a {
        padding: 10px 15px;
    }
}
/*------------------------------------*\
    Z. How its work
\*------------------------------------*/
.how-box-one {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.how-box-one:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}
.how-box-one:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../images/arrow-big.png) center center no-repeat;
}
.how-box-one:last-child:after {
    display: none
}
@media (max-width:991px) {
    .how-box-one:after {
        display: none
    }
}
.how-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 80px;
    height: 80px;
    border: 2px solid;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.how-box-one .icon-box span {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #7a52b5;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.how-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #000;
    font-weight: 600;
}
.how-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #333;
}
.dark .how-box-one .text {
    color: #bbb;
}
.dark .how-box-one h3 a {
    position: relative;
    color: #e4e4e4;
}
.joinform .container {
    background: #04132a;
    color: #fff;
}
/* Form Control */
.loginpage {
    display: none;
    padding: 0px 20px;
}
.loginpage.showform {
    display: block;
}
#ajax-container .login-logo {
    width: 200px;
}
.header-style-2 {
    font-size: 24px;
    margin: 0px;
    color: #f4f4f4;
    background: url('../assets/media/misc/login.jpg');
    padding-top: 30px;
    padding-bottom: 30px;
    text-shadow: 1px 1px 5px #2e3844;
}
.header-style-3 {
    font-size: 24px;
    margin: 0px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
/*services */
.service-box-one {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.service-box-one:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}
.service-box-one .inner-box {
    position: relative;
    display: block;
}
.service-box-one .icon-box {
    position: relative;
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 8px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.service-box-one .inner-box strong {
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    color: #b06ab3;
    display: block;
}
.service-box-one h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #2a2a2a;
    font-weight: 600;
}
.service-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #777
}
.service-box-one h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.topheader {
        background: #000;
        line-height: 22px;
        color:#fff;
}
.topheader a {
    padding: .5rem 1rem;
    color:#fff;
}
.topheader .marquee{
    line-height: 24px;
    margin-top:5px;
}



.top-links {
    display: flex;
}
.top-links.ralign {
    justify-content: flex-end;
}
.select-city {
    padding: 100px 50px;
}
#select-city .modal-content {
    background: url('../images/city.jpeg');
    border: 0px;
}
#select-city form {
    background: rgba(0, 0, 0, .6);
}
#titlebar {
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
section#titlebar:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
section .category-title {
    z-index: 1;
    color: #f4f4f4;
}
.dropdown-menu {
    padding: 0;
    border-radius: 0px;
}
.dropdown-menu li a {
    border-bottom: 1px solid #eaeaea;
}
.pagecontent {
    background: #e4e4e4;
}
.service-form {
    background: #04132a;
    background-image: radial-gradient(#0c3b6b,#041329);
    color: #fff;
    padding: 50px;
    z-index: 0;
    top:80px;
}
#select-category{
    background: #d8d4cd;
    width: 100%;
    display: block;
    padding: 15px 15px;
}
#select-category.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}
.hero-box-content .dropdown-menu{
    width:100%;
    background: #d8d4cd;
}
.hero-box-content .dropdown-item{
padding: 15px 15px;
}
.error{color:red;display:block;}
.small-font .form-control
{
    padding:10px;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    border-radius: 0px;
}
.input-group-prepend{
    background: #e9e9e9;
    padding: 15px;
    font-size: 18px;
}

.form-control::-webkit-input-placeholder{color:#999;opacity:1}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999;opacity:1}.form-control::-ms-input-placeholder{color:#999;opacity:1}.form-control::placeholder{color:#999;opacity:1}
/*.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }
.select2-container .select2-selection--single {
    background: rgba(255, 255, 255);
    height: 50px;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-size: 18px;
    color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.select2-search--dropdown .select2-search__field {
     height: 40px;
}
.select2-results__option {
    padding: 15px 10px;
    font-size: 16px;
}*/
@media (min-width:768px) {
.br-grey
{
    border-right:1px solid grey;
}
}
.slist{
    list-style: disc;
}
.slist li{
    padding:10px 0px;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{
    top: 0px;
    position: absolute;
    right: -15px;
    font-size: 100px;
    color: #c5c5c5;
    font-weight: 300;
    outline: 0px;
}   
.owl-carousel .owl-nav button.owl-prev{
    left: -15px;
}  
.owl-carousel .owl-nav button.owl-prev.disabled,.owl-carousel .owl-nav button.owl-next.disabled{
display: none;
}
.card-header {
   border-bottom: 1px solid rgba(181, 181, 181, 0.125);
}
/* maps */
.pac-container {
    z-index: 99999;
}
#select-category.dropdown-toggle::after {
    margin-top: 8px;
    position: absolute;
    right: 5px;
}
#select-category{
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-link{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:150px;
}
@media (max-width:768px) {
    .logo {
        max-height: 40px;
    }
    .hero-title {
        font-size: 1em;
    }
    .hero-content {
        display: none
    }
    .hero-box-content {
        width: 100%;
    }
}
@media (min-width: 768px)
{
.navbar-expand-lg .navbar-collapse {
padding-left: 20px;
}
}

.logo img {
    max-height:105px;
}
