/*------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT:	The Savings 6700
VERSION:	1.0
-------------------------------------------------------------------*/
body {
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #000;
}
img {
    max-width: 100%;
}
p,
.paragraph {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242f3e;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.2s ease;
}
h1,
.h1 {
    font-size: 60px;
}
h2,
.h2 {
    font-size: 40px;
}
h3,
.h3 {
    font-size: 30px;
}
h4,
.h4 {
    font-size: 22px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
.btn {
    background: #004758;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 35px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in;
    overflow: hidden;
    height: 55px;
    line-height: 55px;
    border: 0;
    color: #fff;
    position: relative;
    font-family: Arial;
    min-width: 146px;
    text-transform: uppercase;
}
.btn-arrow:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
    top: -5px;
}
.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
    box-shadow: none;
    border: 0;
    color: #7a7297;
    background: #fff;
}
.btn:active {
    box-shadow: none;
}
.btn-lg {
    padding: 15px 40px;
}
.btn-sm {
    padding: 5px 20px;
}
.btn-white {
    background: #fff;
    color: #111;
}
.btn-white:hover {
    color: #fff;
    background: #004758;
}
.btn-light {
    background: #edeff2;
    color: #242f3e;
    border: 0;
    transition: none;
}
.btn-light:hover {
    color: #fff;
    background: linear-gradient(45deg, #00a8f4 0, #02d1a1 100%);
}
.btn-outline-primary {
    color: #00e0d8;
    border: 2px solid #00e0d8;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background: 0;
    border: 2px solid #00e0d8;
}
.btn-outline-primary:hover i {
    color: #fff !important;
}
.btn-outline-primary:hover:after {
    left: 0;
}
.btn-outline-primary.active {
    background: 0;
}
.btn-outline-primary:after {
    content: "";
    position: absolute;
    top: 0;
    left: -102%;
    width: 102%;
    height: 100%;
    background: linear-gradient(45deg, #00a8f4 0, #02d1a1 100%);
    z-index: -1;
    transition: ease 0.3s;
}
.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
}
.btn-outline-white:hover {
    color: #0097d5;
    background: #fff;
}
.btn i {
    font-size: 30px;
    vertical-align: middle;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    box-shadow: none;
}
a,
button,
select {
    cursor: pointer;
    transition: 0.3s ease;
}
a:focus,
button:focus,
select:focus {
    outline: 0;
}
a.text-color:hover,
a.text-dark:hover,
a.text-light:hover {
    color: #007ac7 !important;
}
.text-color {
    color: #8b8e93;
}
.text-light {
    color: #d4dae3 !important;
}
.text-dark {
    color: #2e3340 !important;
}
.text-secondary {
    color: #00e0d8 !important;
}
.btn.btn-primary {
    overflow: visible;
    box-shadow: none;
    background: transparent;
    border: 2px solid #fff;
    min-width: 184px;
    height: 50px;
    padding: 0 15px;
    line-height: 48px;
    font-size: 20px;
    text-transform: uppercase;
}
.btn.btn-primary:hover {
    border-color: #fff;
    background: #004758;
    color: #fff;
}
.btn.arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.arrow-btn img {
    margin: 0 0 0 15px;
    transition: all 0.3s;
}
.btn.arrow-btn:hover img {
    margin: 0 0 0 25px;
}
.btn.btn-lg {
    min-width: 280px;
    height: 70px;
    font-size: 24px;
    padding: 0 20px;
}
.bg-gradient-primary {
    background: linear-gradient(134deg, #00a4db 0, #00269e 100%);
}
.bg-gradient-secondary {
    background: linear-gradient(80deg, #0030cc 0, #00a4db 100%);
}
.btn-primary-gradient {
    background: linear-gradient(45deg, #00a8f4 0, #02d1a1 100%);
}
.bg-gradient-purple {
    background: linear-gradient(180deg, #625aff 20%, #b025ef 100%);
}
.border-gray {
    border-color: #8960d4 !important;
}
.bg-gray {
    background: #8b8e93;
}
.bg-gray-light {
    background: #f5f6f7;
}
.bg-secondary {
    background: #15192b !important;
}
.badge-light {
    background: #edeff2;
}
.border-color {
    border-color: #2d3041 !important;
}
.overflow-hidden {
    overflow: hidden;
}
.shadow,
.subscription-wrapper::before {
    box-shadow: 0 15px 15px 0 rgba(8, 18, 109, 0.1) !important;
}
.shadow-sm {
    box-shadow: 0 5px 15px 0 rgba(51, 77, 128, 0.12) !important;
}
.zindex-1 {
    z-index: 1;
}
.overlay {
    position: relative;
}
.overlay::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    content: "";
    opacity: 0.7;
    border-radius: inherit;
}
.overlay-gradient {
    position: relative;
}
.overlay-gradient::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(134deg, #00a4db 0, #00269e 100%);
    content: "";
    opacity: 0.7;
    border-radius: inherit;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e1e2f;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader img {
    max-width: 500px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.rounded-xl {
    border-radius: 45px;
}
.rounded-lg {
    border-radius: 20px;
}
.rounded-sm,
.icon-bg-square::after {
    border-radius: 15px;
}
.rounded-xs {
    border-radius: 10px;
}
.rounded-top-xs {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.rounded-top-sm {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.rounded-top-lg {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.font-weight-medium {
    font-weight: 500;
}
.transition,
.social-icons li a i,
.pricing-table:after,
.pricing-table:before,
.hover-bg-primary::before,
.card-border-bottom:after {
    transition: ease 0.3s;
}
.section-lg {
    padding-top: 250px;
    padding-bottom: 250px;
}
.section-lg-bottom {
    padding-bottom: 250px;
}
.section-sm {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-title {
    margin: 0 0 30px 0;
    position: relative;
}
.section-title.center-title {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin: 0 0 40px 0;
}
.section-title span {
    color: #5b5b5b;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.section-title span:before {
    content: "";
    background: #004758;
    width: 73px;
    height: 3px;
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    top: -4px;
}
.section-title span.white-text:before {
    background: #fff;
}
.section-title .mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-100 {
    margin-top: 100px;
}
.mobile-height {
    min-height: 400px;
}
.sticky-top {
    top: 100px;
}
.pulse-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pulse-box svg.pulse-svg {
    overflow: visible;
}
.pulse-box svg.pulse-svg .first-circle {
    fill: #fff;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}
.pulse-box svg.pulse-svg .second-circle {
    fill: #fff;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.pulse-box svg.pulse-svg .third-circle {
    fill: #fff;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.pulse-box .pulse-css {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    position: relative;
}
.pulse-box .pulse-css:before,
.pulse-box .pulse-css:after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}
.pulse-box .pulse-css:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
@keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}
.slick-slide {
    outline: 0;
}
.nextarrow {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -77px;
    right: 20px;
    cursor: pointer;
}
.nextarrow:hover:before {
    left: calc(60% + 10px);
    border-color: #00e0d8;
}
.nextarrow:hover:after {
    width: 25px;
    background: #00e0d8;
}
.nextarrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    left: calc(60% + 5px);
    transition: 0.2s ease;
}
.nextarrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e5;
    transition: 0.2s ease;
    left: 40%;
}
.prevarrow {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -77px;
    right: 55px;
    cursor: pointer;
}
.prevarrow:hover:before {
    right: calc(40% + 10px);
    border-color: #00e0d8;
}
.prevarrow:hover:after {
    width: 25px;
    background: #00e0d8;
}
.prevarrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    right: calc(40% + 5px);
    transition: 0.2s ease;
}
.prevarrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e5;
    transition: 0.2s ease;
    right: 20%;
}
.social-icons {
    display: block;
    margin: 0;
}
.social-icons li {
    margin: 0 10px 0 0 !important;
}
.social-icons li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #565363;
    border-radius: 0;
    display: block;
    font-size: 26px;
}
.social-icons li a i:hover {
    background: #000;
}
.list-styled {
    padding-left: 0;
}
.list-styled li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
}
.list-styled li::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #007ac7;
    transition: 0.3s ease;
}
.list-styled li:hover::before {
    color: #007ac7 !important;
}
.list-styled li.text-light::before {
    color: #d4dae3;
}
.list-styled.style-check li::before {
    content: "\f00c";
    color: #00e0d8;
    top: 10px;
    -webkit-transform: 0;
    transform: 0;
}
.list-hover-underline li a:hover {
    text-decoration: underline;
}
.list-bordered li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.page-title {
    padding: 220px 0 100px;
}
.page-title-overlay {
    position: relative;
}
.page-title-overlay::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(80deg, #0030cc 0, #00a4db 100%);
    content: "";
    opacity: 0.9;
}
.page-title-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape/page-title.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-title h1 {
    font-size: 45px;
}
.page-title p {
    opacity: 0.72;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
}
.form-control {
    border: 0;
    height: 60px;
    padding: 0 25px;
    border-radius: 45px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: 150px;
    padding: 25px;
}
.naviagtion {
    padding: 0;
    height: 60px;
    background: #004758;
}
.naviagtion:before {
    content: "";
    top: 0;
    background: #fff;
    width: 39%;
    height: 100%;
    position: absolute;
    left: -5%;
    transform: skewX(20deg);
}
.header-left {
    display: flex;
    align-items: center;
}
.naviagtion .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}
.naviagtion .navbar-expand-lg {
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.navbar-expand-lg .navbar-collapse {
    width: auto;
    flex-grow: inherit;
}
.navbar-light .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 100px 0 0;
}
.naviagtion.naviagtion-white.nav-bg .btn:hover {
    color: #fff !important;
}
.naviagtion.naviagtion-white .dropdown-menu {
    background: #fff;
}
.navbar-brand {
    position: relative;
    text-align: center;
}
.naviagtion.naviagtion-white .dropdown-item {
    color: #242f3e;
}
.navbar .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    padding: 0 5px;
    transition: all ease 0.3s;
    position: relative;
    white-space: nowrap;
    color: #fff;
    margin: 0 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.navbar .nav-item .nav-link:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #32a2c0;
    position: absolute;
    bottom: -9px;
    opacity: 0;
    left: 7px;
}
.navbar .nav-item .nav-link.active {
    color: #fff;
}
.navbar .nav-item .nav-link.active:after {
    opacity: 1;
    color: #fff;
}
.navbar .nav-item .nav-link:hover {
    color: #32a2c0;
}
.top-header-right {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-header-right .request {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.top-header-right .request a {
    height: 50px;
    width: 150px;
    font-family: Roboto;
    background: #004758;
    border: 1px solid #dddddd4d;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    transition: ease 0.3s;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
.top-header-right .request a:hover {
    background: #32a2c0;
}
.hero-area {
    padding: 60px 0 0;
    height: auto;
}
.heading-h1 {
    font-size: 60px;
    line-height: 80px;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
}
.hero-area.inner-page-banner {
    height: 600px;
}
.inner-page-banner .banner-left-link {
    left: -58px;
    bottom: -105px;
    width: 330px;
}
.banner-left-link {
    height: 215px;
    width: auto;
    background: #c8a24b;
    position: absolute;
    left: -180px;
    bottom: 148px;
    transform: rotate(-90deg) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.banner-left-link a {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
}
.banner-left-link a img {
    transform: rotate(90deg);
    margin: 0 15px 0 0;
}
.banner-slider .container {
    display: flex;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}
.banner-slider-inner {
    overflow: hidden;
    position: relative;
    max-height: 700px;
}
.banner-slider .banner-text {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-slider .banner-text .banner-text-inner {
    padding: 0 0 0 px;
    position: relative;
}
.hero-area p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.91px;
    color: #dcdcdc;
    margin: 5px 0 30px 0;
    padding: 0;
}
.hero-area:before {
    content: "";
    width: 52%;
    position: absolute;
    left: -32px;
    bottom: 0;
    height: 52px;
    -ms-transform: skewX(20deg);
    transform: skewX(45deg);
    z-index: 2;
    background: #fff;
}
.hero-area:after {
    content: "";
    width: calc(52% + 8px);
    position: absolute;
    left: -37px;
    bottom: -4px;
    height: 63px;
    -ms-transform: skewX(20deg);
    transform: skewX(40deg);
    z-index: 1;
    background: #c6c9c9;
}
.banner-slider .banner-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
.banner-slider .banner-img img {
    position: relative;
    max-width: 100%;
    width: 100%;
}
.banner-slider .slick-arrow {
    background: #004758;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.6;
    transition: all 0.3s;
    margin: auto;
}
.banner-slider .slick-arrow:hover {
    opacity: 1;
}
.banner-slider .slick-arrow i {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}
.banner-slider .slick-arrow:hover i {
    color: #fff;
}
.banner-slider .slick-arrow:before,
.banner-slider .slick-arrow:after {
    display: none;
}
.banner-slider .prevarrow.slick-arrow {
    left: 0;
    right: inherit;
}
.banner-slider .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.banner-slider .slick-dots li {
    width: 50px;
    height: 5px;
    background: #c4c4c4;
    margin: 0 5px 0 0;
    cursor: pointer;
}
.banner-slider .slick-dots li.slick-active {
    background: #7a7297;
}
.banner-slider .slick-dots li button {
    opacity: 0;
    height: 5px;
    width: 100%;
    border: 0;
    padding: 0;
}
.hero-area-lg {
    overflow: hidden;
}
.banner-slider {
    width: 100%;
    padding: 0;
    min-height: 400px;
    max-height: 750px;
    background: #f2f0f9;
}
.welcome-section {
    position: relative;
}
.welcome-section .container {
    position: relative;
    z-index: 2;
}
.welcome-img img {
    max-width: 100%;
}
.heading-2 {
    font-weight: 400;
    font-size: 45px;
    line-height: 56px;
    color: #111;
}
.listing-area {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
.listing-area li {
    padding: 0 0 0 35px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #000;
}
.listing-area li:before {
    content: "";
    left: 0;
    top: 3px;
    position: absolute;
    background: url(../img/Screenshot_5.png) no-repeat;
    width: 27px;
    height: 22px;
}
.common-padding {
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.white-text {
    color: #fff !important;
}
.career-section {
    background-color: #000;
    background-image: url(../img/contact_us.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 120px 0;
    border-top: 1px solid #d8e7e9;
    position: relative;
}
.career-section:before {
    content: "";
    width: 60%;
    position: absolute;
    left: -32px;
    bottom: 0;
    height: 62px;
    -ms-transform: skewX(20deg);
    transform: skewX(45deg);
    z-index: 2;
    background: #fff;
}
.career-section h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.career-section p {
    margin: 0;
}
.career-section .career-btn-area {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.career-section .career-btn-area .btn {
    margin: 0 10px;
}
.paragraph-md {
    font-weight: 500;
    font-size: 18px;
}
.footer {
    margin: 0;
    background: #f8f8f8;
    position: relative;
    padding: 60px 0 30px 0;
}
.footer-logo {
    margin: 0 0 20px 0;
}
.footer h3 {
    color: #333;
    font-size: 17px;
    margin: 0 0 10px 0;
}
.footer p {
    color: #555;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.footer .footer-info p img {
    margin: 0 7px 0 0;
    position: relative;
    top: 1px;
}
.main-inner-page {
    display: block;
    position: relative;
    padding: 100px 0 0;
}
.page-heading {
    position: relative;
    margin: 0 0 50px 0;
}
.page-heading h1 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #000;
}
.page-heading h2 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #000;
}
.contact-form-area {
    max-width: 90%;
    width: 1600px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    padding: 60px 100px;
}
.form-group {
    position: relative;
    margin: 0 0 30px 0;
}
.form-group label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.form-group .form-control {
    height: 80px;
    background: #fff;
    border: 1px solid #000;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: Roboto;
    border-radius: 0;
    padding: 0 20px;
    transition: all 0.3s;
}
.form-group .form-control:focus {
    border-color: #c8a24b;
}
.form-group textarea.form-control {
    height: 254px;
    padding-top: 10px;
}
.btn.submit {
    max-width: 350px;
    height: 80px;
    width: 350px;
    font-size: 24px;
}
.search-area-header {
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 70px 0 100px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: rgba(0, 0, 0, 0.7);
    z-index: -9;
    visibility: hidden;
    pointer-events: none;
}
.search-area-header.open {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.search-area-header .btnClose {
    font-size: 30px;
    display: block;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
}
.search-area-header .formSearch {
    text-align: center;
    position: absolute;
    top: 0;
    margin-right: 0;
    padding: 0;
    top: 300px;
    opacity: 0;
    max-width: 800px;
    width: 100%;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    transition: all 0.3s ease-in-out 0s;
}
.search-area-header.open .formSearch {
    top: 0;
    opacity: 1;
}
.search-area-header .formSearch .form-control {
    border: 0;
    height: 60px;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}
.search-area-header .formSearch .submit {
    position: absolute;
    top: 10px;
    right: 0;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 25px;
}
.open-search {
    overflow: hidden;
}
.bottom-servies .services-box {
    margin: 0;
    height: 100%;
}
.about-section {
    position: relative;
    overflow: hidden;
}
.about-section .container {
    z-index: 2;
    position: relative;
}
.about-section .text-area {
    padding: 50px;
    background: #004758;
}
.about-section .text-area .section-title {
    margin: 40px 0;
}
.about-section .row {
    align-items: center;
    background: #004758;
    overflow: hidden;
    position: relative;
}
.about-section .row:before {
    content: "";
    width: 60%;
    position: absolute;
    right: -92px;
    top: 0;
    height: 62px;
    -ms-transform: skewX(20deg);
    transform: skewX(45deg);
    z-index: 2;
    background: #fff;
}
.about-section .text-area-inner {
    margin: 10px 0 0;
    padding: 0;
}
.about-section .img-area {
    position: relative;
    margin-top: 0;
    text-align: center;
    padding: 0;
}
.monthly-section {
    background: #fff;
    overflow: hidden;
}
.monthly-section .box-inner {
    background: #f5f5f5;
    padding: 25px 30px;
    min-height: 100%;
    transition: all 0.3s;
}
.monthly-section .box-inner h3 {
    padding-right: 0;
}
.monthly-section .box-inner .date {
    position: absolute;
    right: 40px;
    top: 35px;
    display: flex;
    align-items: center;
    color: #111;
    font-size: 12px;
    opacity: 0.6;
}
.monthly-section .box-inner .date img {
    margin: 0 8px 0 0;
}
.monthly-section .box-inner p {
    color: #111;
    margin: 15px 0;
}
.monthly-section .box-inner a {
    color: #111;
    font-size: 17px;
    font-weight: 400;
}
.monthly-section .box-inner:hover {
    background: #004758;
}
.monthly-section .box-inner:hover h3 {
    color: #fff;
}
.monthly-section .box-inner:hover a {
    color: #fff;
}
.monthly-section .box-inner:hover p {
    color: #fff;
}
.monthly-section .box-inner:hover .date {
    color: #fff;
}
.heading-h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #111;
}
.footer-social {
    margin: 0;
}
.asked-slider-inner {
    min-height: 473px;
    padding: 0;
}
.asked-slider-inner h2 {
    color: #111;
    font-size: 32px;
    margin: 0 0 30px 0;
}
.asked-slider-inner .asked-text {
    padding-left: 20px;
}
.asked-slider-inner p {
    color: #111;
    font-weight: 300;
}
.asked-img {
    position: relative;
    top: -110px;

}

.asked-img1 {
    position: absolute;
    transform: rotate(45deg);
    overflow: hidden;
    margin-top: -100px;
}
.asked-img1 img {
    width: 100%;
    height: 50%;
    margin-top: -100px;
    transform: rotate(-45deg);
}


.asked-slider .slick-track {
    padding: 100px 0 0;
}
.asked-slider .slick-dots {
    position: absolute;
    bottom: 69px;
    right: calc(50% - 80px);
    list-style: none;
    display: flex !important;
    align-items: center;
    padding: 0;
}
.asked-slider .slick-dots li {
    background: #111;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s;
    margin: 0 6px 0 0;
}
.asked-slider .slick-dots li.slick-active {
    width: 13px;
    height: 13px;
}
.asked-slider .slick-dots li button {
    opacity: 0;
}
.asked-slider .slick-arrow {
    background: #004758;
    width: 80px;
    height: 60px;
    position: absolute;
    bottom: 80px;
    left: 24%;
    top: inherit;
    z-index: 1;
}
.asked-slider .slick-arrow:after {
    width: 44px;
    background: #7c7c7c;
    display: none;
}
.asked-slider .slick-arrow:hover:after {
    background: #070707;
}
.asked-slider .slick-arrow:before {
    height: 18px;
    width: 18px;
    border-color: #fff;
    right: calc(34% + 5px);
}
.asked-slider .slick-arrow:hover:before {
    border-color: #27908f;
}
.asked-slider .slick-arrow.prevarrow {
    border-right: 0;
    left: calc(24% - 40px);
}
.asked-slider .slick-arrow.nextarrow {
    border-left: 0;
}
.asked-slider .slick-arrow.nextarrow:before {
    left: calc(40% + 5px);
}
.asked-slider .slick-arrow.nextarrow:after {
    left: 30%;
}
.nav-tabs.sideways {
    padding: 0;
    border: 0;
    list-style: none;
}
.nav-tabs.sideways li {
    display: block;
    width: 100%;
}
.nav-tabs.sideways li:last-child a {
    border: 0;
}
.nav-tabs.sideways li a {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 22px;
    text-transform: uppercase;
}
.nav-tabs.sideways li a:hover {
    background: #004758;
    color: #fff;
}
.nav-tabs.sideways li a.active {
    background: #004758;
    color: #fff;
}
.services-area {
    margin-bottom: 60px;
}
.services-area .tab-content .img-area {
    padding-right: 0;
}
.services-area .tab-content .img-area img {
    background: #f5f5f5;
}
.services-area .tab-content .text-area {
    padding: 30px 40px;
    background: #f5f5f5;
}
.services-area .tab-content .text-area p {
    color: #111;
}
.welcome-some-heading {
    transform: rotate(-90deg);
    position: absolute;
    left: -230px;
    bottom: 270px;
    background: #fff;
    width: 100%;
    padding: 0;
    height: 60px;
    text-align: left;
}
.welcome-some-heading span {
    background: #004758;
    padding: 20px;
    color: #fff;
    font-size: 18px;
}
.welcome-img {
    text-align: right;
    position: relative;
    overflow: hidden;
}
.request-link {
    display: none !important;
}
