@import url('https://fonts.googleapis.com/css?family=Poppins:500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap');

/*================================================
DEFAULT CSS
==================================================*/

body {
    font-size: 14px;
    line-height: 26px;
    font-style: normal;
    color: var(--font-color-primary);
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0
}

.no-pad-left {
    padding-left: 0
}

.no-pad-right {
    padding-right: 0
}

.no-pad-all {
    padding: 0
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #6b739c
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: medium none
}

:-moz-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

::-moz-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

:-ms-select-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

::-webkit-select-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

:-ms-textarea-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

::-webkit-textarea-placeholder {
    color: var(--font-color-primary);
    text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/*================================================
HEADER TOP CSS
==================================================*/

.ma-header-top-area {
    background: var(--bg-primary) none repeat scroll 0 0;
    color: var(--font-color-seconday);
    margin-bottom: 10px
}

.header-top-left {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.header-top-left:before {
    position: absolute;
    background: var(--bg-seconday) none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 31%;
    width: 2030px;
    height: 120%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.header-top-right {
    text-align: right;
    padding: 10px 0;
}

.header-top-left p {
    position: relative;
    top: 5px;
    font-size: 14px;
    color: var(--light-color)fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.header-top-left p i {
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: var(--light-color) none repeat scroll 0 0;
    color: var(--bg-seconday);
    border-radius: 50%;
    margin: 0 2px;
}

.header-top-right>.dropdown {
    display: inline-block;
    margin-right: .9rem;
}

.header-top-right>.dropdown button {
    background: transparent;
    color: var(--font-color-seconday);
    border: medium none;
    padding: 0;
    cursor: pointer;
}

.header-top-right>.dropdown .dropdown-menu.show {
    border-radius: 0;
    border: medium none;
    background: var(--bg-primary) none repeat scroll 0 0;
    color: var(--light-color);
    margin: 0;
    left: auto !important;
    right: 0;
    padding: 0;
    min-width: 130px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.header-top-right>.dropdown .dropdown-menu li {
    padding: 5px 10px;
    border-bottom: 1px solid #444;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.header-top-right>.dropdown .dropdown-menu li:hover {
    background: #2e2e2e none repeat scroll 0 0;
}

.header-top-right>.dropdown .dropdown-menu li img {
    margin-right: 5px
}

.header-top-right>a {
    color: var(--font-color-seconday);
    text-transform: capitalize;
    margin-right: 13px;
}

/*================================================
MAIN HEADER CSS
==================================================*/

.ma-main-header-area {
    padding: 15px 0;
}

.header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-promo-icon {
    font-size: 45px;
    margin-right: 10px;
}

.header-promo-info {
    color: #555;
}

.header-promo-info h3 {
    font-size: 20px;
    line-height: 30px;
    color: var(--font-h-color);
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.header-action {
    text-align: right;
}

.header-action a {
    display: inline-block;
    text-align: center;
    padding: 10px 25px 10px 0px;
    background: var(--bg-seconday) none repeat scroll 0 0;
    color: var(--light-color);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.header-action a:before {
    position: absolute;
    background: var(--bg-seconday) none repeat scroll 0 0;
    content: "";
    top: 0;
    left: -25px;
    width: 35%;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.header-action a i {
    margin-right: 2px
}

.site-logo a img {
    max-width: 200px;
    max-height: 58px;
    object-fit: contain;
}

/*================================================
MAINMENU CSS
==================================================*/

.ma-mainmenu-area {
    background: #020202 none repeat scroll 0 0;
    border-bottom: 3px solid #363636
}

.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: top 0.3s ease;
}

.mainmenu {
    text-align: center;
}

.mainmenu ul {
    text-align: left;
    display: inline-block;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.mainmenu ul li a {
    color: var(--font-color-seconday);
    display: block;
    padding: 20px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
    color: var(--bg-seconday)
}

.mainmenu ul li ul {
    position: absolute;
    top: 120%;
    left: 0;
    width: 180px;
    background: var(--light-color) none repeat scroll 0 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.mainmenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%
}

.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid var(--font-color-seconday);
}

.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid var(--font-color-seconday)
}

.mainmenu ul li ul li a {
    color: var(--font-h-color);
    padding: 10px 15px;
    display: block;
    font-size: 14px;
}

.mainmenu ul li ul li a:hover {
    padding-left: 20px
}

.main-search-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 13px
}

/*================================================
PROMO AREA CSS
==================================================*/
.promo-area {
    position: relative;
    background: url(../images/promo_bg.jpg) no-repeat fixed 0 0/cover;
    z-index: 1;
}

.promo-box-left {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
}

.promo-box-left::after {
    position: absolute;
    background: var(--bg-seconday) none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 55%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-left::before {
    position: absolute;
    background: var(--light-color) none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 43%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-right {
    padding: 4rem 0;
}

.promo-box-right h3 {
    font-size: 34px;
    color: var(--light-color);
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 50px;
}

/*================================================
Services AREA CSS
==================================================*/

.services-area h4 {
    font-size: 1.4rem;
    color: var(--bg-seconday);
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.services-area h2 {
    font-size: 2.5rem;
    color: var(--font-h-color);
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.single-service {
    padding: 50px 30px;
    background: var(--light-color) none repeat scroll 0 0;
    border: 2px solid var(--light-color);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 30px 5px 5px 5px;
}

.service-number {
    font-size: 55px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 55px;
    font-weight: 500;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.07);
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-icon {
    width: 60px;
}

.service-text {
    margin-top: 2rem;
}

.service-text h3 {
    color: var(--font-h-color);
    cursor: pointer;
}

.service-text h3:hover {
    color: var(--bg-seconday);
}

.service-text p {
    margin-top: 1rem;
}


/*================================================
BREADCROMB CSS
==================================================*/

.ma-breadcromb-area {
    background: url(../images/breadcromb.jpg) no-repeat fixed 0 0/cover;
    position: relative;
    z-index: 1;
}

.ma-breadcromb-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
    z-index: -1;
}

.breadcromb-box {
    text-align: center;
}

.breadcromb-box h3 {
    font-size: 40px;
    color: var(--light-color);
    letter-spacing: 2px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.breadcromb-box li {
    display: inline-block;
    margin: 0 2px;
    color: var(--light-color) !important;
    font-size: 16px
}

.breadcromb-box li a {
    color: var(--light-color)
}

.breadcromb-box li i {
    color: var(--bg-seconday)
}

/*================================================
FOOTER AREA CSS
==================================================*/

.footer-top-area {
    padding: 50px 0;
    background: url(../images/footer-bg.jpg)no-repeat scroll 0 0/cover;
    position: relative;
    z-index: 1;
}

.footer-top-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    z-index: -1;
}

.single-footer {
    clear: both;
    color: #aaaeb1
}

.quick-links {
    float: left;
    width: 45%;
}

.footer-logo {
    margin-bottom: 15px;
}

.single-footer h3,
.footer-address h3 {
    font-size: 17px;
    color: var(--font-color-seconday);
    letter-spacing: 1px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
}

.single-footer>h3:after,
.footer-address>h3:after {
    position: absolute;
    content: "";
    bottom: -13px;
    width: 18%;
    height: 2px;
    background: var(--bg-seconday);
    left: 0;
}

.quick_links {
    overflow: hidden
}

.quick-links li a {
    color: #aaaeb1;
}

.quick-links li a:hover {
    color: var(--light-color);
}

.footer-address {
    margin-top: 30px
}

.footer-social ul li a:hover{
    color: var(--bg-seconday);
    transform: scale(1.1);
}

.newsletter_box {
    margin-top: 30px
}

.newsletter_box form {
    width: 230px;
    height: 40px;
    background: #222;
    position: relative;
    border-radius: 5px
}

.newsletter_box form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #272727;
    height: 100%;
    border: medium none;
    padding: 5px 10px;
    color: var(--font-color-seconday);
    border-radius: 5px
}

.newsletter_box form button {
    position: absolute;
    border: medium none;
    background: transparent;
    right: 10px;
    height: 100%;
    color: var(--bg-seconday);
    cursor: pointer;
}

.footer-post-image {
    width: 70px;
    float: left;
    margin-right: 10px;
}

.footer-post-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.footer-post-text {
    overflow: hidden;
}

.single-footer-post {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.footer-post-text h3 {
    color: var(--font-color-seconday);
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: normal;
}

.footer-post-text h3 a {
    color: #aaaeb1
}

.footer-post-text h3 a:hover {
    color: var(--font-color-seconday)
}

.footer-post-text p {
    color: #e97369;
    font-style: italic;
    font-size: 13px;
}

.footer-bottom-area {
    padding: 20px 0;
    background: #020202;
    border-top: 1px solid #333;
}

.copyright p {
    color: #aaa;
    font-size: 14px;
    text-transform: capitalize;
}

.copyright p i {
    color: var(--bg-seconday);
    margin: 0 2px;
}

.copyright p a {
    color: #aaa
}

.footer-social ul {
    text-align: right;
}

.footer-social ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-social ul li a {
    display: block;
    color: var(--font-color-seconday);
    font-size: 14px;
}

/*================================================
CALL AREA CSS
==================================================*/

.call-box {
    background: url(../images/footer-bg.jpg)no-repeat scroll 0 0/cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 50px 0;
    z-index: 1
}

.call-box-inner {
    width: 70%;
    margin: 0 auto;
}

.call-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
    border-radius: 5px
}

.call-box h2 {
    font-size: 40px;
    color: var(--light-color);
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 50px;
}

.call-box h2 span {
    color: var(--bg-seconday)
}

.call-box-inner p {
    color: #b6b6b6;
}

.call-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-icon {
    font-size: 50px;
    margin-right: 30px;
    color: var(--light-color);
}

.call-text {
    text-align: left;
}

.call-text p {
    text-transform: capitalize;
    color: #e04639;
    font-size: 17px;
    margin-bottom: 5px;
}

.call-text h4 {
    color: var(--font-color-seconday);
    font-size: 20px;
    letter-spacing: 2px
}

.call-text h4 a {
    color: var(--font-color-seconday)
}

/*================================================
SEARCH MAP AREA CSS
==================================================*/

.stepper-wrapper {
    margin-top: auto;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 15px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: #fff;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.active .step-counter {
    background-color: var(--bg-seconday);
    color: var(--light-color);
}

.stepper-item.completed .step-counter {
    background-color: var(--bg-seconday);
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--bg-seconday);
    width: 100%;
    top: 15px;
    left: 50%;
    z-index: 3;
}

.stepper-item.completed::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid var(--bg-seconday);
    width: 100%;
    top: 15px;
    right: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}