body
{
    font-size: 14px;
    color: #0f0f0f;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}
p{font-size: 16px;}
.text-italic{font-style: italic;}
.position-relative
{
    position: relative;
}
.fa-phone{transform: rotate(90deg);}
.text-white{color: #ffffff !important;}
.paragraph{font-size: 15px; line-height: 30px;}

.section-padding{padding: 100px 0;}
.section-padding-medium{padding: 80px 0;}
.section-padding-small{padding: 60px 0;}

.spacer-20{display: block;width: 100%;height: 20px;}
.spacer-30{display: block;width: 100%;height: 30px;}
.spacer-40{display: block;width: 100%;height: 40px;}
.spacer-50{display: block;width: 100%;height: 50px;}
.spacer-60{display: block;width: 100%;height: 60px;}
.spacer-70{display: block;width: 100%;height: 70px;}
.spacer-80{display: block;width: 100%;height: 80px;}
.spacer-90{display: block;width: 100%;height: 90px;}
.spacer-100{display: block;width: 100%;height: 100px;}

.bg-white{background: #ffffff;}
.bg-1{background: #f7f9fc;}
.bg-2{background: #f3f6f9;}

.bg-img
{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.bg-img-parallax
{
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-realsee-primary
{
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: linear-gradient(45deg, #2C6DE3, #00a7fe);
    padding: 1.2rem 2.5rem;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.btn-realsee-primary:hover
{
    background: linear-gradient(45deg, #2966d5, #0091dc);
    border: none;
    color: #ffffff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.btn-realsee-primary-small
{
    text-decoration: none;
    color: #ffffff;
    border: none;
    background: linear-gradient(45deg, #2C6DE3, #00a7fe);
    padding: 8px 10px;
    font-size: 13px;
    min-width: 85px;
    max-width: inherit;
    text-transform: capitalize;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.btn-realsee-primary-small:hover
{
    background: linear-gradient(45deg, #2966d5, #0091dc);
    border: none;
    color: #ffffff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}


.section-title
{
    color: #1c1d1f;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
}
.medium-title
{
    color: #1c1d1f;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
}

.section-title-2 {
    color: #1c1d1f;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    letter-spacing: -0.5px !important;
}

.border-light-top-1
{
    border-top: 1px solid rgb(220 220 220 / 12%);
}

.row-equal-height
{
    display: flex;
    flex-wrap: wrap;
}
.align-item-center
{
    align-items: center;
}

/* header style */
.header_area{
    height: auto;
    background-color: transparent;
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s;
}

.header_area.header-fixed
{
    height: auto;
    background-color: #ffffff;
    position: fixed;
    transition: all .3s;
    box-shadow: 0px 2px 7px -2px #0000001c;
}



.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    padding: 17px 0px;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #4babfd;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #4babfd;
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 14px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #4babfd;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait
.nav-dropdown
> li
> ul
> li
> ul
> li
> ul
> li
> ul
> li
> a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait
.nav-dropdown
.submenu-indicator
.submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #4babfd #4babfd transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape
.nav-dropdown.nav-dropdown-left
.submenu-indicator
.submenu-indicator-chevron {
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait
.nav-dropdown-horizontal
.submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait
.megamenu-panel-row:first-child
[class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 14px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 14px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 14px;
}

.megamenu-list > li > a:hover {
    background-color: #4babfd;
    color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu > li > a {
    color: #24282c;
    text-transform: capitalize;
    font-weight: 500;
}

.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #4babfd;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%;
    }
}

/* header style end */


.feature-top-one {
    border-radius: 4px;
    position: absolute;
    top: -190px;
    background: white;
    padding: 15px 10px;
    left: 0;
    border: 1px solid #f7fcff;
    box-shadow: 0px 2px 22px -5px #128ff321;
}
.section-features {
    position: relative;
    padding: 130px 0 60px 0;
}
.ftr-one
{
    padding: 0 25px;
    display: block;
    position: relative;
    height: 85%;
}
.ftr-one h4
{
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    transition: all .3s;
}
.ftr-one::after
{
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: transparent;
    display: inline-block;
    border-right: 1px dashed #e5f0f9;
}
.feature-top-one div:nth-child(4) a::after
{
    display: none !important;
}
.ftr-one p
{
    font-size: 13px;
    color: #9a9eb0;
}
.ftr-one h4 span {
    font-size: 10px;
    background: #ff1616;
    font-weight: 500;
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    position: relative;
   /* margin-left: 4px;*/
    display: inline-block;
}
.ftr-one h4 span:before {
    position: absolute;
    top: 6px;
    left: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: solid 4px rgb(255 22 22);
    border-bottom: solid 3px transparent;
    border-top: solid 3px transparent;
    content: "";
}
.ftr-one:hover.ftr-one
{
    text-decoration: none !important;
}
.ftr-one:hover.ftr-one h4
{
    color: #2C6DE3;
    transition: all .3s;
}


.feature-top-two-col
{

}
.feature-top-two-col h4
{
    font-size: 28px;
    font-weight: 700;
}
.feature-top-two-col p
{
    font-size: 14px;
    color: #9a9eb0;
}

.feature-one-col
{
    display: flex;
}
.feature-one-col div
{
    padding: 15px 15px;
    border: 1px solid gainsboro;
    margin-left: 5px;
}
.feature-one-col div h4
{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}
.feature-one-col div p
{
    font-size: 14px;
    font-weight: 500;
    color: #afafaf;
    margin-bottom: 0;
}


.circle-list
{
    list-style: none;
    padding-left: 0;
}
.circle-list li
{
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.circle-list li:before
{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #7acfff;
    transform: rotate(45deg);
    border: 2px solid #207be9;
    border-radius: 100%;
}
.process-main
{
    display: flex;
    position: relative;
}
.process-main:before
{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 75px;
    background-image: url(../images/process/step-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    z-index: -1;
}
.process-col
{
    display: inline-block;
    padding: 20px 15px;
    width: 20%;
    margin: 0;
    text-align: center;
}
.process-col h4
{
    color: #111213;
    font-weight: 600;
    font-size: 18px;
}
.process-col p
{
    font-size: 14px;
    line-height: 24px;
    color: #9a9eb0;
    font-weight: 400;
}
.process-img-col {
    background: #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 0 30px;
    vertical-align: middle;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e6edfc2e;
    box-shadow: 0px 7px 14px -4px #3030300f;
    margin-bottom: 5px;
    position: relative;
}
.process-img-col img {
    min-width: 60px;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.process-count {
    font-size: 56px;
    position: absolute;
    top: -50px;
    font-weight: 700;
    color: #6593fb2e;
    z-index: -2;
    left: 24%;
}
.solution-title-col
{

}
.solution-title-col h1
{
    text-transform: capitalize;
    line-height: 54px;
    color: #1c1d1f;
    font-weight: 700;
    font-size: 42px;
    position: relative;
}
.solution-title-col h2
{
    color: #bfbfbf;
    font-size: 16px;
}
.solution-title-col h1::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 70px;
    height: 4px;
    background: linear-gradient(45deg, #5f8ffc, #99b8fb);
    border-radius: 11px 0;
}
.solution-col
{
    padding: 25px 20px;
    border: 1px solid #f9f9f9;
    /*box-shadow: 0px 2px 35px -14px #00000029;*/
    margin-bottom: 20px;
    transition: all .3s;
}
.solution-col:hover {
    background: #f7faff;
    border-color: #f7faff;
    transition: all .3s;
    cursor: pointer;
}
.solution-col:hover .circle-arrow-link
{
    color: #ffffff;
    text-align: center;
    border: 1px solid #4f84fc;
    font-size: 12px;
    background: #4f84fc;
    transition: all .3s;
}
.solution-col img
{
    min-width: 60px;
    max-width: 60px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: auto;
    margin-bottom: auto;
}
.solution-col h4
{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202124;
    margin: 15px 0px 12px 0px;
    /*text-align: center;*/
}
.solution-col p
{
    font-size: 14px;
    line-height: 26px;
    color: #2c2c2c;
    font-weight: 400;
    /*text-align: center;*/
}

.circle-arrow-link
{
    padding: 0;
    border-radius: 100%;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #6694fc;
    text-align: center;
    border: 1px solid #f2f2f22b;
    font-size: 12px;
    background: #f2f2f247;
    transition: ease-in-out .3s;
/* box-shadow: 0px 4px 6px 0px #81a7fd87; */
}
.circle-arrow-link:hover
{
    padding: 0;
    border-radius: 100%;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #4f84fc;
    font-size: 12px;
    background: #4f84fc;
    transition: ease-in-out .3s;
    /* box-shadow: 0px 4px 6px 0px #81a7fd87; */
}
.download-btn{
    display: inline-block;
}
.download-btn img
{
    min-height: 57px;
    max-height: 57px;
    border: 2px solid #ffffff52;
    transition: linear .4s;
    border-radius: 10px;
}
.download-btn img:hover
{
    border: 2px solid #4f84fc;
    transition: linear .4s;
}

.product-col {
    padding: 25px 20px;
    border: 1px solid #c8e6ff4a;
    box-shadow: 0px 5px 32px -14px #ffffff;
    transition: all .3s;
}
.product-col:hover
{
    border: 1px solid #f9f9f9;
    box-shadow: 0px 5px 32px -14px rgba(0, 0, 0, 0.09);
    transition: all .3s;
    cursor: pointer;
}
.product-col a:hover
{
    text-decoration: none !important;
}
.product-col .product-img
{
    margin-bottom: 20px;
}
.product-col .product-img img
{
    min-height: 190px;
    width: auto;
    max-height: 190px;
    margin-left: auto;
    margin-right: auto;
}
.product-content
{
    position: relative;
}
.product-content h2
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-content h2
{
    text-decoration: none;
    color: #000000;
}
.product-content .para
{
    font-size: 14px;
    line-height: 24px;
    color: #9a9eb0;
}
.product-content p
{
    font-size: 13px;
    font-weight: 500;
    color: #3b8cfc;
    text-decoration: none !important;
    transition: all .3s;
}
.product-content p i
{
    font-size: 12px;
    color: #3b8cfc;
    text-align: center;
    margin-left: 3px;
}
.product-content p:hover
{
    color: #2861AD;
    transition: all .3s;
}
.action-btn-div
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    padding: 60px 0px 10px 0px;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: opacity .1s linear 0s,-webkit-transform .1s linear 0s;
    transition: opacity .1s linear 0s,transform .1s linear 0s;
    transition: opacity .1s linear 0s,transform .1s linear 0s,-webkit-transform .1s linear 0s;
}
.product-col:hover .action-btn-div
{
    display: block;
    opacity: 1;
    transition: opacity .1s linear 0s,-webkit-transform .1s linear 0s;
    transition: opacity .1s linear 0s,transform .1s linear 0s;
    transition: opacity .1s linear 0s,transform .1s linear 0s,-webkit-transform .1s linear 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.action-btn-div .action-bnts
{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
}
.section-top-banner {
    padding: 65px 0 40px 0;
    background: gainsboro;
}
.section-top-banner h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal !important;
    text-transform: capitalize;
}
.breadcrumb-top-banner
{
    padding-left: 0;
}
.breadcrumb-top-banner li
{
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    list-style: none;
    position: relative;
    text-transform: capitalize;
}
.breadcrumb-top-banner li a {
    display: inline-block;
    font-size: 13px !important;
    color: #4a4a4a;
    transition: all .3s;
    text-transform: capitalize;
}
.breadcrumb-top-banner li a:hover {
    display: inline-block;
    font-size: 13px !important;
    color: #2861AD;
    text-decoration: none;
    transition: all .3s;
}
.breadcrumb-top-banner li a.active
{
    color: #2861AD;
}
.breadcrumb-top-banner li:after
{
    content: "";
    position: absolute;
    right: -12px;
    top: 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #4a4a4a;
    border-bottom: 1.5px solid #4a4a4a;
    border-left: 0;
    border-top: 0;
    background-color: transparent;
    transform: rotate(313deg);
}
.breadcrumb-top-banner li:last-child:after
{
    display: none;
}
.contact-details-col {
    display: flex;
    border: 1px solid #d4eaff;
    padding: 20px 20px;
    align-items: flex-start;
}
.contact-icon {
    margin-right: 10px;
    min-width: 50px;
    max-width: 50px;
}
.contact-desc h4
{
    font-size: 16px;
    font-weight: 600;
    color: #9dcfff;
}
.contact-desc p
{
    font-size: 13px;
    font-weight: 500;
    color: #323232;
}
.contact-page-form .form-control {
    font-size: 14px;
    padding: 15px 15px;
    height: auto;
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 1px solid #a2d2f95c;
    background: #ffffff80;
}
.contact-page-form label{
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 500;
    color: #5a5a5a;
}
.contact-page-form .form-control::placeholder
{
    font-size: 13px;
    font-weight: 400;
    color: #bcbcbc;
}
.contact-form-col
{
    background: #f8fdff;
    padding: 40px 50px;
    border: 1px solid #f5faff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.section-top-banner h1
{

}
.about-img
{

}
.about-img img
{
    min-width: 95%;
    max-width: 95%;
    position: relative;
}
.about-img .about-img-text
{
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: -15px;
    padding: 30px 20px;
    min-width: 200px;
    max-width: 200px;
    background: linear-gradient(45deg, #0b49f7, #4d9cfc);
    border-radius: 0 10px;
    box-shadow: 6px 6px 0px #0a3d9f24;
}
.about-img .about-img-text h2
{
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.title-logo-icon
{
    display: flex;
}
.logo-icon-img
{
    min-width: 24px;
    max-width: 24px;
    margin-right: 15px;
    margin-top: 10px;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #a7d4ff !important;
    border: 1px solid #9ecfff;
    background: #a7d4ff1a !important;
}
blockquote h4
{
    font-size: 18px;
    line-height: 30px;
}




html {
    scroll-behavior: smooth;
}


.pricing-main-col
{
    padding: 0 0;
    background: white;
    box-shadow: 0 8px 16px -1px #0000001c;
    position: relative;
    margin-bottom: 15px;
}
.pricing-main-col:before
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(360deg, #1451f8, #57c8fc);
    height: 24%;
    transition: linear .3s;
}
.pricing-main-col:hover.pricing-main-col:before
{
    height: 100%;
    background: linear-gradient(360deg, #1451f8, #57c8fc);
    transition: linear .3s;
}
.pricing-main-col:hover .pricing-title-col h1, .pricing-main-col:hover .pricing-title-col h4, .pricing-main-col:hover .pricing-content-col ul li, .pricing-main-col:hover .pricing-content-col ul li
{
    color: #ffffff !important;
    transition: all .3s;
}
.pricing-title-col
{
    border-bottom: 1px dashed #c8e1fd;
    padding: 25px 25px 10px 25px;
    text-align: center;
    min-height: 253px;
    max-height: 255px;
    z-index: 2;
    position: inherit;
}
.pricing-title-col h1
{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: all .3s;
}
.pricing-title-col h4
{
    font-size: 14px;
    line-height: 20px;
    color: #878787;
    transition: all .3s;
}
.pricing-content-col
{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 225px;
    max-height: 225px;
    z-index: 2;
    position: inherit;
}
.pricing-content-col ul
{
    padding-left: 0;
    margin: 0;
}
.pricing-content-col ul li
{
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    transition: all .3s;
}
.pricing-main-col:hover .pricing-content-col ul li:before
{
    content: url('../images/check-white.svg');
    transition: all .3s;
}
.pricing-content-col ul li:before
{
    position: absolute;
    content: url('../images/check.svg');
    left: 0;
    top: 0;
    display: block;
    transition: all .3s;
    width: 10px;
}
.pricing-footer-col {
    background: transparent;
    padding: 20px 25px 30px 25px;
    display: block;
    width: 100%;
    z-index: 2;
    position: inherit;
}
.pricing-footer-col h1
{
    font-size: 36px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    transition: all .3s;
}
.enq-btn {
    background: #fff;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    transition: all .3s;
}
.check-green {
    fill: #2bbc7a;
    width: 18px;
}
.close-red {
    fill: #e13326;
    width: 15px;
}
.plan-table
{
    border: 1px solid #e9f3ff;
}
.plan-table thead tr
{
    border-bottom: 0 !important;
}
.plan-table thead tr th
{
    padding: 30px 20px;
    background: #d9e0e7;
    border-bottom: 0 !important;
    vertical-align: middle;
}
.plan-table tbody tr
{

}
.plan-table tbody tr td
{
    padding: 15px 20px;
    border-top: 1px solid #e9f3ff;
    vertical-align: middle;
    font-weight: 500;
}
.plan-table tbody tr td:first-child
{
    min-width: 220px;
    max-width: 220px;
}
.plan-table-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    background: #d9e0e7;
    padding: 11px 15px;
    text-transform: capitalize;
}
.badge-col
{
    text-align: center;
}
.badge-col img
{
    min-width: 150px;
    max-width: 150px;
}
.plan-table>tbody>tr
{
    transition: all .3s;
}
.plan-table>tbody>tr:hover {
    background-color: #e9f3ff;
    transition: all .3s;
}
.enq-form
{
    padding: 60px 40px;
}
.enq-form .form-control
{
    font-size: 14px;
    padding: 11px 15px;
    height: auto;
    border-radius: 0 !important;
    box-shadow: none;
    border: 1px solid #ededed;
}
.enq-form label
{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #6f6f6f;
}
.enq-modal .modal-body
{
    padding: 0;
    border-radius: 0 !important;
}
.enq-modal .modal-content
{
    border-radius: 0 !important;
    border: none !important;
}
.enq-modal .close {
    position: absolute;
    right: 25px;
    top: 20px;
}
.enq-modal .modal-title
{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.enq-modal .btn-realsee-primary
{
    border-radius: 4px;
    padding: 9px 20px;
    background: linear-gradient(45deg, #2966d5, #0091dc);
    border: none;
    font-size: 14px;
    opacity: 1;
    transition: all .3s;
}
.enq-modal .btn-realsee-primary:hover, .enq-modal .btn-close:hover
{
    opacity: .8;
    transition: all .3s;
}
.enq-modal .btn-close
{
    border-radius: 4px;
    padding: 9px 20px;
    background: linear-gradient(45deg, #404040, #676767);
    border: none;
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
    transition: all .3s;
}






/* tooltip */
.p-tooltip {
    position: relative;opacity: inherit; }
.p-tooltip:after, .p-tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.11s ease-out 0.11s; }

.p-tooltip:after {
    background-color: #ffffff;
    box-shadow: 0 1px 20px 0 rgba(61,71,102,.1);
    content: attr(data-tooltip);
    padding: 10px;
    white-space: nowrap;
    margin-bottom: 11px; }

.p-tooltip:before {
    width: 0;
    height: 0;
    content: "";
    margin-bottom: 6px; }

.p-tooltip:hover:before,
.p-tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0); }

[data-tooltip-pos="up"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    margin-bottom: 6px; }

[data-tooltip-pos="down"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    margin-top: 6px; }

[data-tooltip-pos="right"]:before {
    margin-left: 3px;
    width: 10px;
    background: #ffffff;
    transform: rotate(310deg) !important;
    height: 10px;
    box-shadow: -1px 1px 5px 0px rgb(0 0 0 / 20%); }

[data-tooltip-pos="left"]:before {
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
    margin-right: 6px; }

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px); }

[data-tooltip-pos="down"]:after {
    margin-top: 11px; }

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0); }

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%); }

[data-tooltip-pos="left"]:after {
    margin-right: 11px; }

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
    transform: translate(0, -50%); }

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%); }

[data-tooltip-pos="right"]:after {
    margin-left: 11px; }
[data-tooltip-pos="right"]:hover:before
{

}
[data-tooltip-pos="right"]:hover:after
{
    box-shadow: 3px 1px 10px -4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #ffffff !important;
    padding: 15px 15px !important;
    font-size: 13px;
}
[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
    transform: translate(0, -50%);}

[data-tooltip-length]:after {
    white-space: normal; }

[data-tooltip-length="small"]:after {
    width: 80px; }

[data-tooltip-length="medium"]:after {
    width: 150px; }

[data-tooltip-length="large"]:after {
    width: 260px; }

[data-tooltip-length="fit"]:after {
    width: 100%; }




/*css just to the example*/


/* tooltip end */





/* footer style */
.section-footer{
    padding: 60px 0 30px 0;
    background: #1b1c21;
}
.footer-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0;
}
.footer-list
{
    list-style: none;
    padding-left: 0px;
}
.footer-list li
{
    list-style: none;
}
.footer-list li a
{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    opacity: .4;
    text-decoration: none;
    transition: all .3s;
    text-transform: capitalize;
}
.footer-list li a:hover
{
    opacity: 1;
    text-decoration: none;
    transition: all .3s;
}
.footer-rights
{
    color: rgb(255 255 255 / 38%);
    font-weight: 400;
    font-size: 13px;
    padding: 25px 0 0 0;
}
.footer-social {
    list-style: none;
    padding-left: 0;
}
.footer-social li
{
    display: inline-block;
    margin-right: 15px;
}
.footer-social li a
{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    opacity: .4;
    transition: all .3s;
}
.footer-social li a:hover
{
    color: #fff;
    font-weight: 400;
    opacity: 1;
    transition: all .3s;
}
.ftr-mail
{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    opacity: .4;
    transition: all .3s;
}
.ftr-maila:hover
{
    color: #fff;
    font-weight: 400;
    opacity: 1;
    transition: all .3s;
}
.ftr-mail-link
{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    opacity: .4;
    transition: all .3s;
}
.ftr-mail-link:hover
{
    color: #fff;
    font-weight: 400;
    opacity: 1;
    transition: all .3s;
    text-decoration: none !important;
}
/* footer style end */