@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);::-moz-selection {
    background: #26ace2;
    color: #fff
}

::selection {
    background: #26ace2;
    color: #fff
}

body {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 2
}

a {
    color: #26ace2;
    text-decoration: none;
    outline: 0
}

.btn,a,button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a:hover {
    color: #26ace2;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: Oswald,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #343434
}

.main-section a.link {
    word-break: break-all
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 45px
}

h3 {
    font-size: 45px
}

h4 {
    font-size: 35px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 20px
}

.mrt-20 {
    margin-top: 20px
}

.mb-50 {
    margin-bottom: 50px
}

.fs-75 {
    font-size: 75px
}

.fs-60 {
    font-size: 60px
}

.fs-55 {
    font-size: 55px
}

.fs-45 {
    font-size: 45px
}

.fs-40 {
    font-size: 40px
}

.fs-35 {
    font-size: 35px
}

.fs-30 {
    font-size: 30px
}

.fs-25 {
    font-size: 25px
}

.fs-22 {
    font-size: 22px
}

.fs-12 {
    font-size: 13px
}

.oswald {
    font-family: Oswald,sans-serif
}

img {
    max-width: 100%
}

.btn,button,input[type=reset],input[type=submit] {
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Poppins,sans-serif;
    border-radius: 0;
    outline: 0!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    min-width: 200px;
    font-size: 12px;
    font-weight: 600;
    color: #343434;
    letter-spacing: 2px;
    padding: 19px 20px;
    position: relative;
    border: 2px solid #26ace2;
    line-height: normal
}

.btn:hover,[type=reset]:hover,[type=submit]:hover,button:hover,html [type=button]:hover {
    background: #26ace2;
    border-color: #26ace2;
    color: #fff;
    cursor: pointer
}

.btn:focus,[type=reset]:focus,[type=submit]:focus,button:focus,html [type=button]:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(0,0,0,.33)
}

.ani-btn:after,.ani-btn:before {
    content: '';
    background: #26ace2;
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785,.135,.15,.86);
    -webkit-transition: .3s cubic-bezier(.785,.135,.15,.86)
}

.ani-btn:before {
    top: 0;
    left: 0;
    right: auto
}

.ani-btn:after {
    bottom: 0;
    right: 0;
    left: auto
}

.ani-btn em {
    position: relative;
    height: 1px;
    background: #343434;
    width: 20px;
    transition: all .3s ease;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.ani-btn:hover:before {
    width: 100%;
    right: 0;
    left: auto
}

.ani-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.ani-btn:hover span {
    color: #fff
}

.ani-btn span {
    transition: color .3s ease;
    position: relative;
    z-index: 1
}

.ani-btn:hover em {
    background: #fff;
    transform: scaleX(1.5)
}

.ani-btn.text-white em {
    background: #fff
}

.dark-btn {
    background: #1d1d1d
}

a.link {
    text-decoration: underline;
    font-weight: 500
}

input {
    font-family: Poppins,sans-serif
}

input[type=file] {
    font-size: 14px;
    -webkit-appearance: none
}

.field {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.sm-field {
    float: left;
    width: 50%;
    padding: 0 10px
}

.field .sm-field:first-child {
    padding-left: 0
}

.field .sm-field:last-child {
    padding-right: 0
}

.form-control {
    outline: 0!important;
    padding: 21px 15px;
    font-family: Poppins,sans-serif;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: none!important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    color: #000;
    background: #d4d4d4;
    line-height: 16px;
    font-weight: 600
}

textarea.form-control {
    min-height: 91px
}

.form-control:focus {
    background: #000;
    border-color: #343434;
    color: #fff
}

select.form-control:not([size]):not([multiple]) {
    height: 60px;
    -webkit-appearance: none;
    background-image: url(images/select-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat
}

blockquote {
    padding: 25px 25px;
    border-left: 4px solid #000;
    background: rgb(0 0 0 / 8%);
    font-size: 14px;
    font-weight: 300;
    position: relative;
    line-height: 28px
}

blockquote strong {
    font-weight: 500
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 41px 41px 0;
    border-color: #ddd #fff;
    transition: all ease .5s
}

.bg-site {
    background: #fff
}

.bg-dark {
    background-color: #131313!important
}

.form-group label {
    display: block;
    margin-bottom: 10px
}

.light-color {
    color: #c9c9c9
}

.font-medium {
    font-weight: 500
}

.underline {
    text-decoration: underline
}

strong {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-semi-bold {
    font-weight: 600
}

::placeholder {
    color: #c9c9c9;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #c9c9c9;
    opacity: 1
}

::-moz-placeholder {
    color: #c9c9c9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 1
}

:-moz-placeholder {
    color: #c9c9c9;
    opacity: 1
}

.white-placeholder .form-control::placeholder {
    color: #fff;
    opacity: 1
}

.white-placeholder .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.white-placeholder .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.white-placeholder .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.white-placeholder .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.main-section {
    padding: 100px 0;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: relative
}

.main-section .container {
    position: relative
}

.main-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    background: 0 0
}

.pr-50 {
    padding-right: 50px
}

.pl-50 {
    padding-left: 50px
}

.site-logo img {
    vertical-align: bottom;
    margin-right: 10px
}

.site-logo a img {
    max-width: 152px;
    position: relative;
    z-index: 11;
    /* margin-top: -17px */
}

.header {
    position: relative;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .3s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 115px
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0
}

.nav {
    justify-content: flex-end;
    height: 100px;
    align-items: center;
    margin-top: 13px
}

.nav ul {
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav ul li {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    font-family: Oswald,sans-serif;
    letter-spacing: 1px
}

.nav ul.main-list>li>a {
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    position: relative
}

.nav ul.main-list>li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #D50000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav ul.main-list>li.active>a:before,.nav ul.main-list>li:hover>a:before {
    width: 13px
}

.nav ul.main-list>li a {
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.header .nav ul.main-list li ul {
    position: absolute;
    background: #000;
    left: 0;
    width: 250px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    top: 120%;
    padding: 5px 0 15px
}

.header .nav ul.main-list li ul li a {
    width: 100%;
    display: block;
    padding: 5px 10px
}

.header .nav ul.main-list li ul li {
    width: 100%;
    display: block
}

.header .nav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

button.nav-btn {
    min-width: auto;
    border: none!important;
    background: 0 0!important;
    width: auto;
    padding: 0;
    box-shadow: none!important;
    margin-left: 10px;
    color: #fff;
    font-weight: 500
}

button.nav-btn div {
    width: 30px;
    padding: 0;
    margin-left: 0;
    display: inline-block;
    margin-top: 13px
}

button.nav-btn {
    text-align: right
}

button.nav-btn div span {
    width: 18px;
    height: 2px;
    display: inline-block;
    background: #fff;
    margin: 2.5px 0;
    float: right
}

button.nav-btn div span:nth-child(2) {
    width: 27px
}

button.nav-btn div span:nth-child(3) {
    width: 23px
}

button.nav-btn.active div span {
    width: 27px
}

button.nav-btn.active divspan:nth-child(2) {
    width: 18px
}

span.sprit-icon.loing-icon {
    background-position: -76px -22px;
    vertical-align: middle;
    position: relative;
    top: -9px;
    right: -10px
}

.fly-menu .d-flex {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.fly-menu {
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    background: url(images/chicago.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center!important;
    overflow-y: auto;
    padding-top: 60px
}

.side-menu-open .fly-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

button.icon-btn.cls-btn {
    color: #000;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.flyout-box .form-control.simple-form-control {
    padding: 13px 15px;
    font-weight: 600;
    padding-left: 51px;
    background: #fff
}

.flyout-box {
    max-width: 400px;
    padding: 59px 25px 25px;
    background: rgb(16 16 16 / 82%);
    border-radius: 15px;
    text-align: center;
    position: relative;
    min-height: 480px
}

form.forgot-password,form.register-form {
    display: none
}

.flyout-logo {
    text-align: center;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background: linear-gradient(-180deg,#0882b3f2,transparent);
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%)
}

.site-login div {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 0;
    letter-spacing: 3px;
    font-weight: 700
}

.site-login {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #c9c9c9;
    margin-bottom: 30px
}

.flyout-box button.ani-btn {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    background: rgb(38 172 226 / 85%)
}

.flyout-box a:hover {
    color: #ffff!important
}

.forgot-model form.user-login,.signup-model form.user-login {
    display: none
}

.forgot-model form.forgot-password {
    display: block
}

.signup-model form.register-form {
    display: block
}

.hero-section {
    background: url(images/hero.jpg);
    background-repeat: no-repeat!important;
    background-position: center top!important;
    background-size: cover!important;
    height: 100vh;
    position: relative
}

.hero-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 36%)
}

.hero-section .container {
    position: relative;
    z-index: 1
}

.banner-content {
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center
}

.patner-brand {
    margin-bottom: 40px
}

.banner-content h1 {
    letter-spacing: 5px;
    font-weight: 600;
    font-family: Poppins,sans-serif
}

.sty-heading {
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 36px
}

.sty-heading:after,.sty-heading:before {
    width: 174px;
    height: 2px;
    background: 0 0;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.sty-heading:before {
    left: 0
}

.sty-heading:after {
    right: 3px
}

.banner-content h1 {
    -moz-animation: fadeInTop;
    -webkit-animation: fadeInTop;
    animation: fadeInTop;
    webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sty-heading {
    -moz-animation: fadeInTop;
    -webkit-animation: fadeInTop;
    animation: fadeInTop;
    webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner-content .btn {
    -moz-animation: fadeInTop;
    -webkit-animation: fadeInTop;
    animation: fadeInTop;
    webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner-section {
    height: 123px;
    background-position: center center!important;
    background: #000;
    background-size: cover!important;
    background-repeat: no-repeat!important
}

.ag-txt-bx {
    background: #131313;
    padding: 50px
}

.ag-img {
    width: 100%;
    height: 100%
}

.object-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abt-group-container {
    max-width: 1000px;
    margin: auto;
    top: -50px;
    position: relative
}

.main-title {
    display: block
}

.title-subheading {
    display: inline-block;
    font-family: Oswald,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    min-width: 244px
}

.title-subheading.left:before {
    position: absolute;
    height: 1px;
    background: #E13A3A;
    content: "";
    bottom: 18px;
    left: -167%;
    width: calc(170% - 15px)
}

.title-subheading.right:after {
    position: absolute;
    height: 1px;
    background: #E13A3A;
    content: "";
    bottom: 15px;
    right: -167%;
    width: calc(170% - 15px)
}

.title-subheading.left.text-right:before {
    left: -137%
}

.zoom-hover {
    overflow: hidden
}

.zoom-hover img {
    -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    transition: all .5s
}

.zoom-hover:hover img {
    transform: scale(1.1)
}

.prd-img {
    width: 100%;
    height: 355px
}

.prd-overlay {
    position: relative
}

.prd-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    pointer-events: none;
    z-index: 1
}

.prd-item {
    padding: .5px
}

.prd-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 25px;
    width: 100%;
    z-index: 11
}

span.price {
    font-size: 23px;
    font-weight: 600
}

.prd-detail span {
    margin-right: 14px
}

.prd-detail span:last-child {
    margin-right: 0
}

.prd-detail .link {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    margin-top: 6px
}

.prd-detail .link i {
    vertical-align: middle
}

.prd-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    padding: 15px 25px
}

.icon-btn {
    background: 0 0!important;
    min-width: auto;
    padding: 0;
    border: none!important;
    outline: 0;
    box-shadow: none!important;
    font-size: 20px
}

.prd-btn .icon-btn .lni-heart:hover:before,.prd-btn .icon-btn.active .lni-heart:before {
    content: "\e98b"
}

.prd-item a.btn.dark-btn em {
    float: right;
    margin-top: 8px
}

.prd-item a.btn.dark-btn {
    width: 249px;
    border: none;
    margin-bottom: 24px
}

.prd-item a.btn.dark-btn:last-child {
    margin-bottom: 0
}

.overview-section {
    background: url(images/new-york.jpg)
}

.bg-fixed {
    background-attachment: fixed!important
}

.overview-section:before {
    background: rgb(0 0 0 / 85%)
}

.counter-header {
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    float: left;
    padding-right: 35px;
    border-right: 1px solid #707070;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    position: relative
}

.counter-header sup {
    font-size: 45px;
    top: 0
}

.counter-header p {
    letter-spacing: 6.4px;
    color: #26ace2;
    font-size: 16px;
    text-transform: uppercase;
    margin-block:0}

.counter-txt {
    float: left;
    padding-left: 35px;
    display: flex;
    align-items: center
}

.counter-header:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 50%;
    background: #26ace2;
    z-index: 11
}

.counter-box {
    display: flex
}

.counter-txt p {
    margin: 0
}

.box-img {
    max-width: 393px;
    height: 503px
}

.container.sm-container {
    max-width: 1030px
}

.about-content {
    padding-right: 100px
}

.box-img-animation span {
    display: block;
    width: 139px;
    height: 15px;
    background: #fff;
    margin-bottom: 14px;
    -webkit-animation: linear infinite alternate;
    position: relative;
    -webkit-animation-name: move;
    -webkit-animation-duration: 2s
}

.box-img-animation span:last-child {
    margin-bottom: 0
}

.box-img-animation {
    position: absolute;
    left: 0;
    bottom: 85px;
    transform: translateX(-50%)
}

.box-img-animation span:nth-child(2n+1) {
    left: -25px;
    position: relative;
    -webkit-animation-duration: 4s
}

.media-section {
    background: url(images/new-york.jpg)
}

.media-section:before {
    background: rgb(255 255 255 / 86%)
}

.media-section .title-subheading {
    min-width: 190px
}

.media-section .title-subheading.left.text-right:before {
    left: -141%
}

.box-shadow {
    box-shadow: 0 0 15px #00000012
}

.media-section .abt-group-container {
    top: 0
}

.sm-ag-box {
    height: 100%
}

.media-section .ag-txt-bx {
    padding: 25px
}

.video-section video {
    width: 100%;
    height: 563px!important
}

video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-section {
    position: relative;
    line-height: 0
}

.video-section::before {
    background: rgb(0 0 0 / 13%)
}

.play-pause-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 11;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.play-pause-btn span {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-align: center;
    opacity: 0;
    line-height: 1px
}

.play-pause-btn * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.play-pause-btn img {
    transform: scale(.6);
    margin-bottom: 10px
}

.video-section:hover .play-pause-btn img {
    transform: scale(.8)
}

.video-section:hover .play-pause-btn span {
    opacity: 1
}

.map-content {
    max-width: 353px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left
}

.map-section {
    background: url(images/new-york.jpg)
}

.map-section:before {
    background: rgb(255 255 255 / 86%)
}

.test-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #131313
}

.testimonials-content .title-subheading {
    min-width: 345px
}

.test-section .container.sm-container {
    position: relative;
    z-index: 1
}

.testimonial-slider {
    background-color: #131313;
    padding: 50px;
    background-image: url(images/quott.png);
    background-repeat: no-repeat;
    background-position: 25px 16px;
    background-size: initial!important
}

.cnt-detail {
    padding: 10px 0;
    position: relative
}

.cnt-detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #c9c9c9
}

.owl-item.active .cnt-detail:before {
    width: 100%;
    transition-delay: 1s
}

.testimonial-slider .active .cnt-detail p {
    -moz-animation: fadeInTop;
    -webkit-animation: fadeInTop;
    animation: fadeInTop;
    webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.testimonial-slider .active .cnt-detail p:last-child {
    webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.testimonial-slider .owl-nav {
    float: right
}

.join-us-section {
    background: url(images/team.jpg)
}

.join-us-section:before {
    background: rgb(255 255 255 / 86%)
}

.join-us-section .title-subheading {
    min-width: 170px
}

.join-us-section .title-subheading.left.text-right:before {
    left: -148%
}

ul#tab-img {
    padding: 0;
    list-style: none
}

ul#tab-img li {
    display: inline-block;
    width: auto;
    min-width: auto;
    margin-right: 8px;
    margin-bottom: 10px
}

ul#tab-img li .btn {
    min-width: auto
}

ul#tab-img li:last-child {
    margin-right: 0
}

.modal-header .close {
    min-width: auto
}

.ekko-lightbox h4.modal-title {
    display: none
}

@-webkit-keyframes move {
    0% {
        left: 10px
    }

    50% {
        left: 5px;
        background: #26ace2
    }

    100% {
        left: -25px
    }
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translate3d(0,20%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.owl-dots {
    height: auto!important;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    background: 0 0!important
}

.owl-dots button {
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
    min-width: auto!important;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    border: 1px solid #707070!important;
    border-radius: 100%
}

.owl-dots button.owl-dot.active {
    background: #707070
}

.owl-dots button {
    box-shadow: none!important;
    outline: 0!important
}

.owl-nav button {
    width: 46px;
    min-width: auto;
    height: 46px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E13A3A !important;
    color: #fff!important;
    pointer-events: all;
    margin-right: 15px;
    float: left
}

.owl-nav button span {
    position: relative;
    z-index: 1
}

.owl-nav .fa-angle-right:before {
    font-family: LineIcons!important;
    content: "\e93e"
}

.owl-nav .fa-angle-left:before {
    font-family: LineIcons!important;
    content: "\e93c"
}

.owl-carousel .owl-item img {
    width: auto
}

.owl-nav button:last-child {
    margin-right: 0;
    float: right
}

.owl-nav {
    width: 110px
}

.owl-nav button:hover {
    background: #E13A3A !important
}

.pro-images .owl-nav button {
    background: #E13A3A !important
}

.tcolor {
    color: #E13A3A
}

.bg-light {
    background-color: #f7f8f9!important
}

.footer {
    background: #fff;
    padding: 80px 0 0;
    color: #000;
    font-size: 13px;
    font-weight: 400
}

.footer-logo {
    margin-bottom: 30px
}

.footer-logo img {
    vertical-align: bottom;
    margin-right: 10px
}

.footer .widget-title {
    margin-top: 22px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px
}

.footer .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #E13A3A
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins,sans-serif
}

.footer-widget ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.footer-widget ul li {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px
}

.footer-widget ul li a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    width: 100%
}

.media-icon ul li a i {
    margin-right: 10px
}

.footer-widget address a {
    color: #000
}

address {
    position: relative;
    padding-left: 25px
}

.address-icon {
    position: absolute;
    left: 0;
    top: 1px
}

.footer address {
    padding-right: 50px
}

.footer a:hover {
    color: #26ace2
}

.copyright {
    background: #fff;
    padding: 20px 0;
    margin-top: 50px
}

.copyright a {
    color: #000
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 1111;
    display: none
}

.back-to-top span {
    border-radius: 50%;
    border: 1px solid #E13A3A;
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: inline-block;
    line-height: 42px;
    vertical-align: middle;
    margin-left: 10px;
    background: #E13A3A;
    color: #fff
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    z-index: +11111;
    background: #fff!important;
    text-align: center;
    display: block
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -20px
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translate3d(0,20%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.banner-section {
    position: relative
}

.banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 52%)
}

ol.breadcrumb {
    display: inline-block!important;
    width: 100%;
    flex-wrap: unset!important;
    padding: 0;
    color: #26ace2;
    background: 0 0
}

ol.breadcrumb li a {
    color: #26ace2
}

ol.breadcrumb li {
    display: inline-block;
    color: #afafaf
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #afafaf;
    font-size: 14px;
    font-family: LineIcons!important;
    content: "\e93e"
}

li.breadcrumb-item a:hover {
    color: #26ace2
}

.breadcrumb-item.active {
    color: #afafaf
}

.advance-search .form-control.simple-form-control {
    padding: 13px 15px;
    font-weight: 600
}

.form-control.simple-form-control {
    border-radius: 2.5px;
    border: 1px solid #d4d4d4;
    background: 0 0;
    color: #343434
}

.prties-seach-box {
    width: 40%;
    display: inline-block;
    float: left
}

span.field-icon {
    position: absolute;
    width: 45px;
    text-align: center;
    line-height: 45px;
    top: 1px;
    left: 1px;
    background: #fff;
    bottom: 1px
}

.prties-seach-box .field {
    position: relative
}

.prties-seach-box .form-control.simple-form-control {
    padding-left: 51px
}

.advance-search {
    padding: 40px 0;
    display: inline-block;
    width: 100%
}

.prties-action {
    display: inline-block;
    width: 60%;
    float: left
}

a.btn.btn-primary.dropdown-toggle {
    border-radius: 2.5px;
    border: 1px solid #d4d4d4;
    padding: 12px 22px;
    min-width: auto;
    min-width: 126px
}

.advance-search .btn-group {
    margin-left: 15px;
    float: left
}

button.fill-btn {
    background: #26ace2;
    border-color: #26ace2;
    color: #fff
}

.prties-action button.fill-btn {
    padding: 11px 15px;
    border-radius: 2.5px;
    min-width: 120px
}

button.fill-btn:hover {
    background: #000;
    border-color: #000
}

.dropdown-item.active,.dropdown-item:active {
    color: #343434;
    text-decoration: none;
    background-color: transparent
}

.dropdown-menu .dropdown-item {
    padding: 0;
    line-height: normal
}

.dropdown-menu .dropdown-item a {
    color: #343434;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 15px;
    line-height: normal;
    display: inline-block;
    width: 100%
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #26ace2;
    border-color: #26ace2;
    outline: 0;
    box-shadow: none!important
}

.layout-action button {
    border: none!important;
    padding: 0;
    min-width: auto;
    background: 0 0!important;
    font-size: 20px;
    margin-right: 10px;
    box-shadow: none!important
}

.layout-action button:last-child {
    margin-right: 0
}

.layout-action button.current {
    color: #26ace2
}

.page-header .layout-action {
    position: absolute;
    right: 15px;
    bottom: 0
}

.page-header {
    position: relative
}

.layout-action button:hover {
    color: #26ace2!important
}

.prd-img.prd-img-list-view {
    height: 230px
}

.prd-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 10px 10px 0
}

.prd-detail-list-view h5 a {
    color: #343434
}

.prd-detail-list-view h5 {
    margin-bottom: 5px;
    font-size: 21px
}

.prd-detail-list-view p {
    line-height: normal
}

.prd-info span {
    margin-right: 10px;
    color: #343434;
    opacity: .7
}

.prd-info span i {
    margin-right: 5px
}

.prd-info {
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.list-view-item.p-0 {
    margin-bottom: 20px
}

.price-range-slider {
    padding: 20px
}

.prd-detail-list-view .link {
    text-decoration: none;
    color: #343434
}

.prd-detail-list-view .link i {
    vertical-align: middle
}

.prd-detail-list-view .link:hover {
    color: #26ace2
}

.prd-detail-list-view span.price {
    font-size: 18px
}

.page-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: -1px;
    line-height: 45px;
    background-color: #fff;
    border: none;
    font-weight: 500;
    color: #26ace2;
    box-shadow: none!important;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 3px
}

.product-pagination nav {
    display: inline-block
}

.product-pagination {
    padding-top: 50px
}

.pagination li.page-item {
    margin-right: 7px
}

.pagination li.page-item:last-child {
    margin-right: 0
}

.pagination {
    margin-bottom: 0
}

.page-link:hover {
    background: #26ace2;
    color: #fff
}

.hero-slider {
    position: relative
}

div#sync1 .item {
    height: 100vh
}

.sync1-slide {
    width: 100%;
    height: 100%
}

.sync1-slide img {
    width: 100%!important;
    height: 100%;
    object-fit: cover!important
}

div#sync1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgb(0 0 0 / 18%),transparent);
    z-index: 1
}

.sync2-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.sync2-slide {
    height: 135px;
    width: 100%;
    position: relative
}

.sync2-slide img {
    width: 100%!important;
    height: 100%;
    object-fit: cover
}

div#sync2 {
    padding: 0 50px
}

.nav-vc .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none
}

.nav-vc .owl-nav button {
    pointer-events: all
}

div#sync2 .owl-nav button {
    border: none!important
}

.pd-single-content {
    padding: 65px 65px;
    position: relative
}

.pd-single-info {
    padding: 65px 0 65px 65px;
    border-left: 2px solid rgb(201 201 201 / 17%);
    height: 100%
}

.sprit-icon {
    background-image: url(images/sprit-icons.png);
    background-repeat: no-repeat;
    background-size: auto
}

.sprit-icon {
    width: 40px;
    height: 35px;
    display: inline-block;
    vertical-align: middle
}

.bed-icon {
    background-position: -24px -24px
}

.bath-icon {
    background-position: -24px -78px
}

.sq-ft-icon {
    background-position: -24px -138px
}

.lt-icon {
    background-position: -26px -197px
}

.pd-single-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pd-single-info .sprit-icon {
    margin-right: 10px
}

.pd-single-info ul li {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 300;
    color: #c9c9c9
}

.enquiry-section .testimonials-content .title-subheading {
    min-width: 312px
}

form.enquiry-form {
    background-color: #131313;
    padding: 65px 55px 0
}

.enquiry-section .testimonials-content .title-subheading:before {
    left: -142%
}

.pd-single-content h1 {
    line-height: normal;
    margin-bottom: 0
}

.title-line span {
    display: inline-block;
    width: 34px;
    height: 1px;
    background: rgb(255 255 255 / 52%)
}

.title-line {
    display: block;
    margin-bottom: 15px
}

.pd-single-content:before {
    content: "";
    background-color: #26ace2;
    width: 25px;
    height: 12px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 80px
}

.map {
    line-height: 0!important
}

.post-bar article.article {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px
}

.post-bar article.article:nth-child(2n+1) {
    padding-left: 0
}

.post-bar article.article:nth-child(2n+2) {
    padding-right: 0
}

.article-img {
    width: 100%;
    height: 223px
}

.post-bar {
    display: inline-block;
    width: 100%
}

.post-bar .product-pagination {
    display: inline-block;
    width: 100%
}

.article-text h6 {
    font-size: 18px;
    font-family: Poppins,sans-serif;
    line-height: normal;
    min-height: 30px
}

.article-text h6 a {
    color: #343434
}

.article-text {
    padding: 15px;
    background: #fff;
    min-height: 80px
}

.article-info {
    font-size: 12px;
    color: grey
}

.article-text h6 a:hover {
    color: #26ace2
}

.sidebar {
    padding-left: 10px
}

.sidebar-widget {
    padding: 35px 35px;
    margin-bottom: 30px
}

.sidebar-widget-title {
    font-weight: 500;
    margin-bottom: 20px
}

.sidebar-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-widget ul li {
    border-bottom: 1px dotted;
    padding: 5px 0;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

.sidebar-widget ul li span.number {
    float: right;
    padding: 0 10px
}

.sidebar-widget ul li:last-child {
    border-bottom: none
}

.sidebar-widget ul li a {
    color: #343434
}

.sidebar-widget ul li a:hover {
    color: #26ace2
}

.blog-single .article-header {
    padding: 50px 40px
}

.blog-single .article-header h1 {
    line-height: normal;
    margin-bottom: 10px
}

.blog-single .article-text {
    padding: 50px 40px
}

.blog-single .article-img {
    height: auto
}

.blog-single .article-header {
    padding: 50px 40px 30px
}

.blog-single .article-info {
    font-size: 14px
}

.article-text table {
    border: none;
    margin-bottom: 30px
}

.article-text table tr td:first-child {
    font-weight: 600;
    min-width: 100px;
    text-align: right
}

.article-text table tr td {
    padding: 2px 15px
}

.single-post-nav nav {
    width: 100%
}

.single-post-nav nav ul.pagination {
    display: inline-block;
    width: 100%
}

.single-post-nav .pagination li.page-item {
    display: inline-block
}

.single-post-nav .pagination li.page-item a {
    width: auto;
    background: 0 0;
    font-size: 16px;
    color: #26ace2!important
}

.page-item.nav-prev {
    float: left
}

.page-item.nav-next {
    float: right
}

.product-pagination.single-post-nav {
    padding-top: 20px
}

.single-post-nav .container {
    padding: 0
}

.abt-content .title-subheading.left.text-right:before {
    left: -155%
}

.abt-content .title-subheading {
    min-width: 135px
}

.contact-pg-section .box-img {
    max-width: 530px;
    height: 615px
}

.contact-pg-section .abt-content .title-subheading {
    min-width: 190px
}

.contact-pg-section .abt-content .title-subheading.left.text-right:before {
    left: -142%
}

.cont-info {
    padding: 65px;
    position: relative;
    top: -50px
}

.cont-info address a {
    color: #fff
}

.cont-info address a:hover {
    color: #26ace2
}

.social-media ul {
    list-style: none;
    padding: 0
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    line-height: 45px;
    border-radius: 100%
}

.social-media ul li:last-child {
    margin-right: 0
}

.social-media a.fb:hover {
    background: #8884fe;
    border-color: #8884fe
}

.social-media a.twitter:hover {
    background: #00b9ff;
    border-color: #00b9ff
}

.social-media a.linkdin:hover {
    background: #0077b5;
    border-color: #0077b5
}

.social-media a.insta:hover {
    background: red;
    border-color: red
}

.social-media a.pinterest:hover {
    background: #e60023;
    border-color: #e60023
}

.social-media a.youtube:hover {
    background: #cd201f;
    border-color: #cd201f
}

.cont-info:before {
    content: "";
    background-color: #26ace2;
    width: 25px;
    height: 12px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 80px
}

.account-login {
    max-width: 450px;
    margin: auto
}

.account-login h1 {
    font-size: 45px
}

.account-login form {
    margin-top: 25px;
    display: inline-block
}

.account-login button {
    margin-top: 15px;
    width: 100%;
    border-radius: 5px
}

.field-sm {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 10px
}

.field .field-sm:first-child {
    padding-left: 0
}

.field .field-sm:last-child {
    padding-right: 0
}

.admin-nav {
    height: auto;
    padding: 20px 50px 62px 20px;
    border-radius: 4px;
    background: #f7f8f9
}

.user-admin-section .nav-pills a {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    margin-bottom: 5px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #26ace2
}

.uadmin-banner {
    background: #99bfcc;
    height: 83px
}

.uadmin-banner:after {
    opacity: 0
}

.user-admin-section #faq-tab-content {
    border: 1px solid #ccc;
    height: 100%;
    padding: 20px;
    background: rgba(255,255,255,.7686274509803922)
}

.userdef-img {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: auto;
    float: none;
    display: inline-block;
    line-height: 120px;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 58px;
    color: #444242;
    margin-bottom: 30px
}

.user-admin-section .nav-pills a i {
    margin-right: 10px
}

.user-info .fab,.user-info .fas {
    display: none
}

#infoedit {
    color: #fff
}

.user-info.info-update input {
    pointer-events: auto!important
}

.user-info.info-update .form-control {
    color: #000
}

.user-info.info-update .fab,.user-info.info-update .fas,.user-info.info-update input[type=submit] {
    display: inline-block
}

.user-info.info-update #infoedit,.user-info.info-update .frm-lable {
    display: none
}

.user-admin-section .form-control {
    border-radius: 0
}

.user-admin-section h4.nomargin {
    font-size: 22px
}

#accordion-tab-5 button {
    padding: 12px 25px
}

#user-profile {
    display: inline-block;
    width: 30px;
    position: relative;
    height: 20px;
    border: none;
    outline: 0;
    background: 0 0;
    padding: 0!important;
    cursor: pointer;
    min-width: auto;
    box-shadow: none
}

.uadmin-bar {
    position: relative;
    margin-bottom: 25px
}

#user-profile span {
    height: 2px;
    width: 30px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0
}

#user-profile span:first-child {
    top: 2px
}

#user-profile span:nth-child(2) {
    top: 10px
}

#user-profile span:last-child {
    top: 18px
}

.mob-user-pro {
    width: auto;
    float: right;
    padding-top: 0;
    display: none
}

.mob-user-pro i {
    display: inline-block;
    vertical-align: middle
}

.mob-user-pro #user-profile {
    margin-left: 10px;
    vertical-align: middle
}

#admin-close {
    display: none
}

.user-info.info-update .input-group-text {
    min-width: 45px
}

.user-info .input-group-text {
    min-width: 75px
}

.pkg-validate span {
    font-size: 14px;
    margin-bottom: 5px;
    display: block
}

.pkg-validate h6 {
    margin-bottom: 10px
}

.user-admin-section td.actions span {
    text-align: center;
    color: #fff;
    border-radius: 15px;
    width: 116px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px
}

.user-admin-section tr.prd-header td {
    background: #26ace2;
    color: #fff;
    font-weight: 700
}

.user-admin-section tr.prd-header td p {
    margin-bottom: 0
}

.user-admin-section .tab-content {
    max-height: 1100px;
    overflow-x: auto
}

.event-none {
    pointer-events: none
}

span.site-bg {
    background: #26ace2
}

.user-admin-section .btn-position button {
    box-shadow: none!important;
    padding: 10px 25px;
    bottom: 1px;
    right: 1px;
    min-width: auto;
    position: absolute;
    background-color: #fff;
    border-radius: 24px;
    color: #027abf
}

.user-admin-content .table-hover tbody tr:hover {
    background-color: transparent
}

.main-section.user-admin-section .container {
    z-index: initial
}

.main-section.user-admin-section:after {
    display: none
}

#invoice-claim button.close {
    position: absolute;
    right: 0;
    min-width: auto;
    color: #000!important;
    background: 0 0!important;
    opacity: 1;
    padding: 10px
}

.user-admin-content .prd-item-content {
    height: auto;
    padding-right: 0
}

.header .dropdown {
    margin-left: 15px;
    display: inline-block
}

.header .dropdown button {
    border: none!important;
    box-shadow: none!important;
    color: #fff;
    min-width: auto;
    padding: 10px 10px;
    background: 0 0!important
}

.header .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600
}

.header-2 .nav {
    margin-top: 0
}

.header-2 .site-logo {
    height: 100%;
    display: flex;
    align-items: center
}

.prt-dt-2 .pd-single-info ul li {
    margin-bottom: 10px;
    font-size: 15px
}

.prt-dt-2 .pd-single-info ul li span {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.prt-dt-2 .pd-single-info ul li {
    position: relative;
    padding-left: 60px
}

.prt-dt-2 .pd-single-info ul li span.sprit-icon {
    top: 15px
}

.prt-dt-2 .pd-single-info ul li span i {
    opacity: .8;
    padding-left: 5px
}

.prt-dt-2 .pd-single-content {
    padding: 65px 25px 65px 65px
}

.vd-txt {
    position: absolute;
    left: 50%;
    top: 33%;
    width: 80%;
    color: #fff;
    transform: translate(-50%,-50%);
    text-align: center
}

.vd-txt h2 {
    color: #fff;
    text-shadow: 0 1px 2px #000
}

ul#myTab {
    border: none;
    justify-content: center;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    margin-top: 0
}

.nav-tabs .nav-link {
    border: none;
    background: #343434;
    color: #fff!important;
    border-radius: 0
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    border: none;
    background: #26ace2
}

ul#myTab li {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase
}

ul.list-style {
    padding: 0;
    list-style: none;
    margin: 0
}

ul.list-style li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    line-height: normal;
    margin-bottom: 15px
}

ul.list-style li:before {
    content: "\e93e";
    font-family: LineIcons!important;
    position: absolute;
    left: 4px;
    top: 4px;
    font-weight: 700
}

.ag-text table tr td,.ag-text table tr th {
    border: 1px solid #26ace2;
    text-align: center;
    padding: 4px;
    color: #c7c7c7
}

.ag-text table {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px
}

.map-feature {
    color: #fff
}

.map-feature ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style: none
}

.map-feature ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding-right: 15px;
    font-weight: 500
}

.map-feature ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    border-left: 2px solid #26ace2;
    padding-left: 15px
}

.map-feature * {
    color: #fff
}

.map-frame iframe {
    width: 100%!important;
    height: 100%!important
}

.map-frame {
    height: 100%;
    line-height: 0
}

.map-frame-content {
    padding: 65px
}

.map-frame-content * {
    color: #fff
}

.map-frame-content ul {
    padding-left: 0;
    list-style: none
}

.map-frame-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

.map-frame-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #26ace2
}

.keypoint-numb img {
    position: absolute;
    left: 0;
    top: 0
}

.keypoint-numb {
    padding-left: 5px;
    font-size: 13px;
    line-height: normal
}

.col-block:before {
    content: "";
    position: absolute;
    right: 6px;
    width: 1px;
    height: 85%;
    background: rgb(255 255 255 / 34%);
    transform: rotate(20deg)
}

.whitecollar-keypoint .col {
    display: inline-block
}

.col-block {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 30px;
    text-align: left;
    margin-right: 12px
}

.whitecollar-keypoint {
    text-align: center;
    padding: 20px 0 0;
    background: #737373;
    border-bottom: 3px solid rgb(0 0 0 / 77%)
}

.whitecollar-keypoint .col-block:last-child {
    margin-right: 0;
    padding-right: 0
}

.whitecollar-keypoint .col-block:last-child:before {
    display: none
}

.container-left {
    padding-left: calc(50% - 570px)
}

.social-sticky-icons {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 11;
    background: #fff;
    border-radius: 5px
}

.social-sticky-icons ul {
    list-style: none;
    padding: 00px;
    margin: 0
}

.social-sticky-icons ul li {
    list-style: none;
    display: block;
    width: 100%;
    margin-bottom: 1px
}

.social-sticky-icons ul li:last-child {
    margin-bottom: 0
}

.social-sticky-icons ul li a {
    width: 40px;
    height: 40px;
    background: #737373;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 0;
    font-size: 16px
}

.social-sticky-icons ul li a:hover {
    background: #E13A3A
}

.js-video {
    height: 529px;
    width: 100%;
    background: #dedede;
    position: relative
}

.play i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ea0b8c;
    font-size: 70px;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 51px;
    line-height: 50px;
    z-index: 2
}

.video-poster {
    background: url(http://moarthemes.com/wp-content/uploads/2015/03/video_background.png) center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 529px
}

.play i:hover {
    cursor: pointer
}

.js-video iframe {
    z-index: 5;
    position: relative
}

.opening-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.opening-list ul li {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px
}

.opening-list ul li p:last-child {
    margin-bottom: 0
}

span.tag {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-right: 5px;
    vertical-align: middle
}

span.tag:hover {
    background: #e31e24;
    color: #fff;
    border-color: #e31e24
}

.mession-section {
    background: url(images/new-york.jpg)
}

.mession-section:before {
    background: rgb(255 255 255 / 86%)
}

.mission-box {
    text-align: center;
    padding: 30px 25px;
    background: rgb(255 255 255 / 81%);
    max-width: 95%;
    margin: auto;
    border: 1px solid #eee;
    transition: all .5s
}

span.m-icon {
    font-size: 29px;
    background: rgb(38 172 226 / 15%);
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 35px;
    line-height: 60px;
    color: #000;
    position: relative
}

.mission-box:hover span.m-icon {
    background: #26ace2;
    color: #fff
}

.our-stry-section .title-subheading.left.text-right:before {
    left: -158%
}

.property-point .title-subheading.left.text-right:before {
    left: -157%
}

.property-point.bg-site {
    background: url(images/chicago.jpg);
    background-attachment: fixed!important
}

.main-section.property-point:before {
    background: rgb(0 0 0 / 93%)
}

.pview-point {
    padding: 0;
    margin: 0
}

.pview-point ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%
}

.pview-point ul li {
    float: left;
    width: 50%;
    padding: 30px 30px 10px 95px;
    position: relative;
    margin-bottom: 20px
}

.pview-point-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 30px
}

button.circle-btn {
    border-radius: 50%;
    border: 1px solid #26ace2;
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: inline-block;
    line-height: 42px;
    vertical-align: middle;
    margin-left: 10px;
    background: #26ace2;
    color: #fff;
    min-width: auto;
    padding: 0;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999
}

button.circle-btn:before {
    display: none
}

.nav li a {
    font-size: 17px;
    font-weight: 500
}

.form-control::placeholder {
    color: #000;
    font-weight: 500
}

.gl-section a {
    display: inline-block;
    width: 100%!important;
    height: 300px
}

.gl-section img {
    width: 100%!important;
    height: 100%;
    object-fit: cover;
    padding: 2px
}

.gl-section:before {
    display: none
}

.lg-toolbar .lg-icon {
    min-width: auto
}

.lg-actions button {
    min-width: auto
}

.ekko-lightbox button.close span {
    font-size: 0;
    position: relative
}

.ekko-lightbox button.close span:before {
    content: "\e944";
    font-family: LineIcons!important;
    font-size: 20px;
    opacity: 1;
    color: #000
}

.ekko-lightbox .modal-header .close {
    min-width: auto;
    position: absolute;
    right: -20px;
    top: 0;
    opacity: 1;
    z-index: 11;
    background: #fff!important
}

.ekko-lightbox .modal-header {
    padding: 0
}

.ekko-lightbox .modal-body {
    padding: 0
}

@media (min-width: 767px) {
    .container {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }

    .inquiry-info {
        max-width: 90%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1248px
    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

#faq h4 {
    padding: 10px !important;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .gl-section a {
        width: 100%!important;
    }
}

.gl-section a {
    display: inline-block;
    width: 100% !important;
    height: 300px;
}
