@font-face {
    font-family: 'FontAwesome';
    src: url('../lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #f5f5f5;
    color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
}

a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

a:hover {
    color: #2a7bb9;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.p-r {
    position: relative;
}

.color-a {
    color: #2a7bb9;
}

.color-d {
    color: #f5f5f5;
}

.color-text-a {
    color: #4e4e4e;
}

#lock {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    #lock {
        display: block !important;
        text-align: center;
        position: relative;
        top: 50%;
        font-size: 34px;

    }

    #device-rotate {
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    #lock {
        display: none !important;
    }

    #device-rotate {
        display: block !important;
    }
}




@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    #lock {
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        font-size: 34px;
    }

    #device-rotate {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    #lock {
        display: none;
    }

    #device-rotate {
        display: block;
    }
}




@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
    #lock {
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        font-size: 34px;
    }

    #device-rotate {
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
    #lock {
        display: none;
    }

    #device-rotate {
        display: block;
    }
}


@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
    #lock {
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        font-size: 34px;
    }

    #device-rotate {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
    #lock {
        display: none;
    }

    #device-rotate {
        display: block;
    }
}



@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    #lock {
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        font-size: 34px;


    }

    #device-rotate {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 960px) and (orientation: portrait) {
    #lock {
        display: none;
    }

    #device-rotate {
        display: block;
    }
}



@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
    #lock {
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        font-size: 34px;
    }

    #device-rotate {
        display: none;
    }
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
    #lock {
        display: none;
    }

    #device-rotate {
        display: block;
    }
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

/*.box-shadow-a,
.button:hover {
    box-shadow: 0 0 0 4px #cde1f8;
}*/

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}

.avatar {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.overlay-mf {
    background-color: #2a7bb9;
}

.overlay-mf {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

.paralax-mf {
    position: relative;
    padding: 8rem 0;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
    padding: 2rem 0;
}

.sect-pt4 {
    padding-top: 2rem;
}

.sect-mt4 {
    margin-top: 2rem;
}

/*--/ Title s /--*/

.title-s {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
    margin-bottom: 2rem;
}

.title-a {
    font-size: 2rem;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.subtitle-a {
    color: #4e4e4e;
}

.line-mf {
    width: 100px;
    height: 3px;
    background-color: #2a7bb9;
    margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
    margin-bottom: 1rem;
}

.title-left {
    font-size: 2rem;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.title-left:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #2a7bb9;
    width: 100px;
    bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
    padding-left: 2rem;
}

.box-shadow-full {
    /*padding: 3rem 1.25rem;*/
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
    padding: 1.5rem 0;
}

.socials ul li {
    display: inline-block;
}

.socials .ico-circle {
    height: 40px;
    width: 40px;
    font-size: 1.7rem;
    border-radius: 50%;
    line-height: 1.4;
    margin: 0 15px 0 0;
    box-shadow: 0 0 0 3px #2a7bb9;
    transition: all 500ms ease;
}

.socials .ico-circle:hover {
    background-color: #2a7bb9;
    color: #fff;
    box-shadow: 0 0 0 3px #cde1f8;
    transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-ico {
    line-height: 2;
}

.list-ico span {
    color: #2a7bb9;
    margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #2a7bb9;
    display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 7px;
    margin: 5px 5px;
    background: #cde1f8;
    border: 0px solid #cde1f8;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1b1b1b;
    width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
    position: relative;
    display: none;
}

.scrolltop-mf span {
    z-index: 999;
    position: fixed;
    width: 42px;
    height: 42px;
    background-color: #2a7bb9;
    opacity: 0.7;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 50%;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #2a7bb9;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    /* transition: background 0.5s; */
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #2a7bb9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Montserrat", sans-serif;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
    content: "";
    position: absolute;
    margin-left: 0px;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1b1b1b;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
    width: 35px;
}

.navbar-b.navbar-trans .show>.nav-link:before,
.navbar-b.navbar-trans .active>.nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show>.nav-link:before,
.navbar-b.navbar-reduce .active>.nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
    width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
    background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #000;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #000;
}
.nav-item.active .nav-link{
    color: #2a7bb9 !important;
}

.navbar-b.navbar-reduce {
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.navbar-b.navbar-reduce .nav-link {
    color: #000000;
}

.navbar-b.navbar-reduce .nav-link:before {
    background-color: #2a7bb9;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #2a7bb9;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #2a7bb9;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #2a7bb9;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1b1b1b;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 0 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #2a7bb9;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #2a7bb9;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
    height: 130vh;
    position: relative;
    color: #fff;
}

.intro .intro-content {
    text-align: center;
    position: absolute;
}

.intro .overlay-itro {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    /*opacity: .9;*/
}

.intro .intro-title {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

.intro .text-slider-items {
    display: none;
}

.intro-single {
    height: 350px;
}

.intro-single .intro-content {
    margin-top: 30px;
}

.intro-single .intro-title {
    text-transform: uppercase;
    font-size: 3rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    color: #2a7bb9;
}

.intro-single .breadcrumb .breadcrumb-item:before {
    color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
    color: #cde1f8;
}

.intro-single .breadcrumb a {
    color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-mf .about-img {
    margin-bottom: 2rem;
}

.about-mf .about-img img {
    margin-left: 10px;
}

.skill-mf span {
    color: #4e4e4e;
}

.skill-mf .progress {
    background-color: #cde1f8;
    margin: 0.5rem 0 1.2rem 0;
    border-radius: 0;
    height: 0.7rem;
}

.skill-mf .progress .progress-bar {
    height: 0.7rem;
    background-color: #2a7bb9;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
    transition: all 500ms ease;
    color: #fff;
    background-color: #2a7bb9;
    box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
    margin-bottom: 1rem;
    color: #1e1e1e;
}

.service-box .ico-circle {
    transition: all 500ms ease;
    font-size: 4rem;
}

.service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.4rem 0;
}

.service-box .s-description {
    color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
    color: #fff;
    text-align: center;
}

.counter-ico {
    margin-bottom: 1rem;
}

.counter-ico .ico-circle {
    height: 60px;
    width: 60px;
    line-height: 1.8;
    box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
    font-size: 2rem;
    margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
    margin-bottom: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}

.work-box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.work-img {
    display: block;
    overflow: hidden;
}

.work-img img {
    transition: all 1s;
    width: 100%;
}

.work-content {
    padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
    color: #4e4e4e;
    font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
    color: #2a7bb9;
}

.work-content .w-like {
    font-size: 2.5rem;
    color: #2a7bb9;
    float: right;
}

.work-content .w-like a {
    color: #2a7bb9;
}

.work-content .w-like .num-like {
    font-size: 0.7rem;
}

.w-title {
    font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
    width: auto;
}

.testimonial-box {
    color: #fff;
    text-align: center;
}

.testimonial-box .author-test {
    margin-top: 1rem;
}

.testimonial-box .author-test img {
    margin: 0 auto;
}

.testimonial-box .author {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    font-size: 1.4rem;
}

.testimonial-box .comit {
    font-size: 2rem;
    color: #2a7bb9;
    background-color: #fff;
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
    position: relative;
}

.card-blog .card-category-box {
    position: absolute;
    text-align: center;
    top: -16px;
    left: 15px;
    right: 15px;
    line-height: 25px;
    overflow: hidden;
}

.card-blog .card-category {
    display: inline-block;
    color: #fff;
    padding: 0 15px 5px;
    overflow: hidden;
    background-color: #2a7bb9;
    border-radius: 4px;
}

.card-blog .card-category .category {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

.card-blog .card-title {
    font-size: 1.3rem;
    margin-top: 0.6rem;
}

.card-blog .card-description {
    color: #4e4e4e;
}

.card-blog .post-author {
    display: inline-block;
}

.card-blog .post-date {
    color: #4e4e4e;
    display: inline-block;
    /* float: right; */
}

.card-title{
    font-weight: 600;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 3rem;
}

.blog-wrapper .article-title {
    font-size: 1.5rem;
}

.blog-wrapper .post-meta {
    margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
    border-left: 4px solid #2a7bb9;
    margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
    display: inline-block;
    margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
    color: #2a7bb9;
}

.blog-wrapper .post-meta ul span {
    color: #1e1e1e;
}

.blog-wrapper .blockquote {
    border-left: 4px solid #2a7bb9;
    padding: 18px;
    font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
    padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments a {
    color: #2a7bb9;
}

.box-comments .list-comments span {
    color: #1e1e1e;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 5px solid #2a7bb9;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
    position: relative;
    padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    background-color: #2a7bb9;
    top: 20px;
}

.sidebar-search input {
    background-color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
    background-color: #2a7bb9;
    border-color: #2a7bb9;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.widget-tags ul li {
    display: inline-block;
    background-color: #2a7bb9;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.5rem;
    border-radius: 15px;
}

.widget-tags ul li a {
    color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
    padding: 1rem 0 0 0;
}

.contact-mf {
    margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
    text-align: center;
    color: #fff;
    padding-bottom: 1rem;
}

footer .copyright {
    margin-bottom: 0.3rem;
    font-size: 10px;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
    color: #2a7bb9;
    border: 1px solid #2a7bb9;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border-radius: 0.3rem;
    border: 1px solid transparent;
    transition: all 500ms ease;
    cursor: pointer;
    background: green;
}

.button:focus {
    outline: 0;
}

.button:hover {
    background-color: #1a3246;
    color: #fff;
    transition: all 500ms ease;
}

.button-a {
    background-color: #2a7bb9;
    color: #fff;
    border-color: #cde1f8;
}

.button-big {
    padding: 0.9rem 2.3rem;
    font-size: 1.2rem;
}

.button-rouded {
    border-radius: 5rem;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

section.booking-section {
    width: 100%;
    float: left;
    /* padding: 10px; */
    background: #2a7bb9;
}

section.booking-section .config {
    margin: 0 auto;
    width: 100%;
}

section.booking-section .config .box {
    float: left;
    width: 16.66%;
    /* margin-top: 12px; */
}

section.booking-section .config .box.in {
    width: 20%;
}

section.booking-section .config .box span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-right: 1px solid #fff;
    padding: 7px 15px;
    float: left;
    text-align: center;
    width: 100%;
}

section.booking-section .config .box small {
    font-size: 14px;
    text-transform: uppercase;
}

section.keyfeature {
    float: left;
    clear: both;
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0px 40px 0px;
    margin-bottom: 30px;
}

section.keyfeature .kerock {
    float: left;
    width: 100%;
}

section.keyfeature .kerock h2 {
    padding: 20px 0px 20px 0px;
    font-size: 23px;
    color: #000;
    text-align: center;
    line-height: 30px;
    float: left;
    width: 100%;
}

section.keyfeature .kerock .prebook {
    float: left;
    width: 100%;
}

section.keyfeature .kerock .prebook article {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #b3b4b7;
}

section.keyfeature .kerock .prebook article aside {
    width: 33.33%;
    float: left;
}

section.keyfeature .kerock .prebook article aside .box1 {
    width: 10%;
    float: left;
}

section.keyfeature .kerock .prebook article aside .box1 img {
    width: 50%;
}

section.keyfeature .kerock .prebook article aside .box2 {
    width: 85%;
    float: left;
    border-right: 1px solid #b3b4b7;
    text-align: left;
}

section.keyfeature .kerock .prebook article aside .box3 {
    width: 85%;
    float: left;
    border-right: none;
    text-align: left;
}

section.keyfeature .kerock .prebook article aside .box2 span {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 0 0;
}

section.keyfeature .kerock .prebook article aside .box3 span {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 0 0;
}

.amenities-text {
    background: #35363691;
    padding: 10px;
    text-align: center;
    color: #f6f2f2;
    position: absolute;
    width: 100%;
    bottom: -17px;
}

@media (min-width: 577px) {
    .counter-box {
        margin-bottom: 1.8rem;
    }
}

@media (min-width: 767px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }

    /* .box-shadow-full {
        padding: 3rem;
    } */

    .navbar-b.navbar-trans .nav-item,
    .navbar-b.navbar-reduce .nav-item {
        padding-left: 10px;
    }

    .navbar-b.navbar-trans .nav-link:before,
    .navbar-b.navbar-reduce .nav-link:before {
        margin-left: 18px;
    }

    .intro .intro-title {
        font-size: 4.5rem;
    }

    .intro .intro-subtitle {
        font-size: 2.5rem;
    }

    .intro-single .intro-title {
        font-size: 3.5rem;
    }

    .testimonial-box .description {
        padding: 0 5rem;
    }

    .post-box,
    .form-comments,
    .box-comments,
    .widget-sidebar {
        padding: 3rem;
    }

    .blog-wrapper .article-title {
        font-size: 1.9rem;
    }

    .box-comments .list-comments .comment-author {
        font-size: 1.5rem;
    }

    .about-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem;
    }

    .card-blog {
        margin-bottom: 3rem;
    }

    .contact-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem;
    }

    .mob-hide {
        display: none;
    }
}

@media (min-width: 992px) {
    .testimonial-box .description {
        padding: 0 8rem;
    }
}

@media only screen and (max-width: 992px) {
    header .header .head-area .phone-popup {
        width: 58%;
    }

    section#banner-block .left-content {
        top: 154px;
        bottom: inherit;
    }

    section#banner-block .banner-form {
        top: inherit;
        right: inherit;
        padding: 20px;
        position: inherit;
        width: 100%;
        float: left;
        background: #333;
        border: navajowhite;
    }

    section#banner-block .banner-form h5 {
        font-size: 22px;
        color: #fff;
    }

    section#banner-block .banner-form p {
        color: #fff;
        font-size: 13px;
    }

    section#banner-block .banner-form button.btn-primary {
        font-size: 20px;
    }

    section#banner-block .banner-form .phone-no a {
        color: #fff;
        border-color: #fff;
    }

    section.booking-section .config .box {
        width: 50%;
    }

    section.booking-section .config .box.in {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .testimonial-box .description {
        padding: 0 13rem;
    }
}

@media only screen and (max-width: 1200px) {
    section.booking-section .config {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    .navbar-b {
        transition: all 0.5s ease-in-out;
        background-color: #fff;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .thank-you-logo {
        width: 80% !important;
    }

    .card-horizontal {
        display: block !important;
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 720px) {
    .h-content {
        width: 100% !important;
        padding: 0px !important;
        left: 0px !important;
        position: relative !important;
        top: 0px !important;
    }

    .desk-hide {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .h-content {
        width: 100%;
        left: 0px;
        position: relative;
    }
}

.h-content {
    width: 20%;
    background: #fff;
    float: right;
    padding: 1rem !important;
    position: absolute;
    right: 60px;
    top: 130px;
}

#error_name,
#error_mobile,
#error_email,
#error_city,
#error_project {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 29px;
    right: 40px;
    float: right;
}

#sideerror_name,
#sideerror_mobile,
#sideerror_email,
#sideerror_city,
#sideerror_project {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#fterror_name,
#fterror_mobile,
#fterror_email,
#fterror_city {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 29px;
    right: 25px;
}

.form-control {
    margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
    .form-display-desk {
        display: none;
    }

    #item {
        display: flex;
        flex-direction: column;
    }

    #item_1 {
        order: 1;
    }

    #item_2 {
        order: 2;
    }

    .navbar-brand {
        margin-right: 0rem !important;
    }
}

@media screen and (min-width: 720px) {
    .form-display {
        display: none;
    }
}

.button-submit {
    width: 100%;
    height: 38px;
    display: inline-block;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(to right, #e6b456 50%, #2a7bb9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff !important;
    border: none;
    text-align: center;
    line-height: 35px;
}

.card-icons {
    font-size: 22px !important;
    color: #2a7bb9;
    padding: 10px 0px 10px 0px;
}

.card-content .col-md-6,
.card-content .col-md-12 {
    display: flex;
    align-items: center;
}

.card-content .col-md-6 i,
.card-content .col-md-12 i {
    margin-right: 10px;
}



.button-submit:focus-within {
    /* background: green; */
    color: #fff;
    cursor: pointer;
}

.enquire-now {
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 8.5px 13px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    border: 1px solid #2a7bb9;
    background: transparent;
    color: #2a7bb9;
}

.enquire-now:hover {
    background-color: #e6b456;
    color: #fff !important;
    border: 1px solid #e6b456;
}

.button-submit:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 700;
}

.button-submit:focus {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 700;
}

.top-content {
    display: flex;
    padding: 3rem 1rem 1rem 1rem;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (max-width: 720px) {
    .top-content {
        display: flex;
        flex-direction: column;
        padding: 3rem 0rem 0rem 0rem;
    }

    .mob-map {
        height: auto;
    }

    .mob-image {
        width: 100% !important;
        height: auto !important;
    }

    .cards {
        margin: 0px;
        padding: 0px;
    }

    .no-padding {
        padding: 0px !important;
    }
}

.mob-image {
    width: 90%;
    height: 400px;
}

.img-center {
    text-align: -webkit-center;
}

.lead {
    font-size: 1rem;
}

.cards {
    margin: 0px;
    padding: 0px;
}

ul {
    padding: 0px;
}

.desk {
    margin-top: -40px;
    margin-left: -100px;
}

@media (max-width: 1480px) {
    .change-home-pge {
        padding: 60px 30px;
    }
}

@media (max-width: 1600px) {
    .change-home-pge {
        padding: 60px 130px;
    }

    .change-home-pge {
        padding: 60px 280px;
        background-color: #f4f4f4;
    }

    .shadow-ef {
        box-shadow: 0px 0 25px 5px #cacaca;
    }

    .imgs-change-box {
        margin: 0 -15px;
        min-height: 500px;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    figure.imgs-change-box figcaption {
        position: absolute;
        left: 5px;
        bottom: 5px;
        font-size: 12px;
        color: #fff;
        line-height: 14px;
    }

    figcaption,
    figure,
    main {
        display: block;
    }

    .change-to-txt {
        background-color: #fff;
        position: relative;
        margin: 0 -15px;
        padding: 95px 65px 0px 85px;
        height: 500px;
        z-index: 1;
    }

    .change-to-txt p {
        color: #5c5b5b;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .imgs-change-box {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .imgs-change-box {
        min-height: 300px;
    }
}

.h2-alig {
    color: #ffffff;
    position: absolute;
    margin-top: 35px;
    margin-left: 195px;
    z-index: 99999;
    inline-size: max-content;
}

.phas-1 {
    border-color: transparent transparent#2a7bb9 transparent;
    border-style: solid;
    border-width: 0px 0px 200px 200px;
    height: 0px;
    width: 0px;
}

.object {
    background-color: #2a7bb9;
    padding: 59px 235px;
    font-weight: 600;
    margin-top: 22px;
    margin-left: 0px;
    position: absolute;
}

.mob-head {
    display: none;
}

@media (max-width: 480px) {
    .change-to-txt {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .change-to-txt {
        padding: 15px 30px 15px 30px;
    }

    #a {
        order: 2;
    }

    #b {
        order: 1;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 10px;
    }

    .echoes-luxury {
        background-color: #353a4b;
        position: relative;
        margin: 0 -15px;
        padding: 30px 40px 0px 40px !important;
        height: 500px;
        z-index: 1;
        color: #fff;
    }

    .life-brings-happiness {
        background-color: #353a4b;
        position: relative;
        margin: 0 -15px;
        padding: 30px 40px 0px 40px !important;
        height: 500px;
        z-index: 1;
        color: #fff;
    }

    .active-n-secure {
        background-color: #353a4b;
        position: relative;
        margin: 0 -15px;
        padding: 30px 40px 0px 40px !important;
        height: 500px;
        z-index: 1;
        color: #fff;
    }

    /* section.booking-section{
        background: none !important;        
        }    */

    section.booking-section .config .box {
        width: 50%;
        border: 1px solid #fff;
    }

    section.booking-section .config .box span {
        border: none;
        font-size: 16px;
        color: #fff;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        float: left;
    }

    section.booking-section .config .box.in.onreq {
        display: none;
    }

    section.booking-section .config .box.in {
        width: 100%;
        background: #434343;
        float: left;
        color: #fff;
    }

    section.booking-section .config .box.in span {
        color: #fff;
        font-size: 22px;
    }

    section.booking-section .config {
        width: 100%;
    }

    section.keyfeature .kerock .prebook article aside {
        width: 100%;
    }

    .prebook article aside .box1 {
        width: 8% !important;
        padding-bottom: 7px;
        line-height: 25px;
        margin-left: 4%;
    }

    .prebook article aside .box2 {
        border: none;
        width: 80%;
        float: right;
        text-align: left;
    }

    section.keyfeature .kerock .prebook article {
        border-bottom: none;
    }

    section.keyfeature .kerock .prebook article aside .box2 {
        border-right: none;
        text-align: left;
        margin-left: 12px;
    }

    section.keyfeature .kerock .prebook article aside .box3 {
        border-right: none;
        text-align: left;
        margin-left: 12px;
    }

    section.keyfeature .kerock .prebook article aside .box2 {
        width: 80%;
    }

    section.keyfeature .kerock .prebook article aside .box3 {
        width: 80%;
    }

    section.keyfeature .kerock .prebook article {
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .change-to-txt {
        background-color: #fff;
        position: relative;
        margin: 0 -15px;
        padding: 75px 75px !important;
        min-height: 400px;
        z-index: 1;
    }

    .condition {
        transform: rotate(90deg);
        position: absolute;
        top: 76px !important;
        right: -58px;
        font-size: 12px;
        color: #000;
    }

    .desk {
        display: none;
    }

    /*    .echoes-luxury {
        background-color: #444444;
        position: relative;
        margin: 0 -15px;
        padding: 68px 65px 65px 85px !important;
        height: 500px !important;
        z-index: 1;
    }*/

    .life-brings-happiness {
        height: 500px !important;
        z-index: 1;
    }

    .active-n-secure {
        height: 500px !important;
        z-index: 1;
    }

    .h2-alig {
        display: none;
    }

    .phas-1 {
        display: none;
    }

    .object {
        display: none;
    }

    .mob-head {
        font-size: 22px;
        padding: 20px;
        background: #2a7bb9;
        color: white;
        margin-top: -25px;
    }
}

.echoes-luxury {
    background-color: #353a4b;
    position: relative;
    margin: 0 -15px;
    padding: 85px 65px 0px 85px;
    height: 500px;
    z-index: 1;
    color: #fff;
}

.life-brings-happiness {
    background-color: #353a4b;
    position: relative;
    margin: 0 -15px;
    padding: 85px 65px 0px 85px;
    height: 500px;
    z-index: 1;
    color: #fff;
}

.active-n-secure {
    background-color: #353a4b;
    position: relative;
    margin: 0 -15px;
    padding: 70px 65px 0px 75px;
    height: 500px;
    z-index: 1;
    color: #fff;
}

.carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/*.carousel .carousel-item:first-of-type {
    background-image: url("../img/gallery_2.jpg");
}

.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../img/gallery_3.jpg");
}

.carousel .carousel-item:last-of-type {
    background-image: url("../img/eldecobanner.jpg");
}*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 25px;
    height: 25px;
}

.cl-w {
    color: #fff;
}

.condition {
    transform: rotate(90deg);
    position: absolute;
    top: 192px;
    right: -58px;
    font-size: 12px;
    color: #000;
}

.price {
    background: radial-gradient(#dd302a, #dd302a);
    border-radius: 50%;
    padding-top: 32px;
    border: 5px solid #da0303;
    color: #fff;
    /*box-shadow: 1px 9px #2a7bb9;*/
    width: 150px;
    height: 150px;
    /*line-height: 30px*/
}

.phone {
    font-size: 20px;
    font-weight: bold;
    color: #e15d36;
}

.phone a {
    font-size: 20px;
    font-weight: bold;
    color: #e15d36;
}

.phone a:hover {
    font-size: 20px;
    font-weight: bold;
    color: #2a7bb9;
}

.footer-sec-home {
    color: #fff;
    padding: 0px 0px;
    position: relative;
}

.get-bgimg {
    background-image: url(../images/get-bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left top;
    z-index: 1;
    background-blend-mode: normal;
    background-color: #fff;
}

.ftr-right {
    margin: 35px auto 20px;
    max-width: 450px;
    width: auto;
    border: 2px solid #2a7bb9;
    background: #fff;
    padding: 30px;
}

/*.ftr-right h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #12a359;
}*/
@media (max-width: 1480px) {
    .proj-location {
        padding: 33px 60px 33px;
    }
}

.proj-location {
    margin: 0 0px;
    background-image: url(../img/footer.jpg);
    background-color: #2a7bb9;
    min-height: 520px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 30px 30px;
}

/*.proj-location h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #fff;
}*/

.cont-listing {
    margin: 30px 0 30px;
}

.cont-listing li span {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

.get-bgimg {
    background-image: url(../img/get-bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left top;
    z-index: 1;
    background-blend-mode: normal;
    background-color: #fff;
}

.get-bgimg::before {
    content: "";
    background: rgba(255, 255, 255, 0.96);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    display: block;
}

.cont-listing li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.disclaimer h5 {
    font-weight: 800;
    font-size: 16px;
}

/*ul {
    list-style: none;
    margin: 0;
}*/

.cont-listing li span i {
    margin-top: 7px;
}

.phase {
    background: #2a7bb9;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    border-bottom-left-radius: 26px;
    /* border-top-right-radius: 26px; */
    border-bottom-right-radius: 26px;
}

.www {
    text-align: center;
    margin-bottom: 45px;
}

@media screen and (min-width: 1281px) {
    .phase {
        font-size: 20px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .phase {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .phase {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .phase {
        font-size: 24px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .phase {
        font-size: 18px;
    }
}

/*
.carousel-item img {
    border: 6px solid #019d4e;
    position: relative;
}*/

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

.text-justify {
    text-align: justify;
}

.pd-lr {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #2a7bb9;
    border-color: #2a7bb9;
}

.btn-primary a {
    color: #fff;
}

.btn-primary:hover {
    color: #000;
    background-color: #e6b456;
    border-color: #e6b456;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.container-nav {
    width: 100% !important;
    max-width: 100% !important;
}

.form-control:focus {
    color: #495057;
    /* background-color: #fff; */
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(9 82 160 / 32%);
}

.yellow {
    color: #84b9f2;
}

.navbar {
    padding: 0.2em;
}

#more {
    display: none;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0px;
    border-width: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: #fff;
    color: white;
}

.dropdown-menu>li.show>a {
    color: white;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #fff;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-slider span {
    font-size: 50px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

owl-slider h2 span {
    color: red;
    font-size: 100%;
    position: initial;
}

#b {
    padding: 35px;
}

.white-sec {
    background: #fff;
    padding: 10px;
}

#location {
    overflow: hidden;
    padding: 15px;
}

#floor_hidden_1 {
    display: none;
}

#floor_hidden_2 {
    display: none;
}

#showMore1,
#showMore3 {
    border: none;
    background: #2a7bb9;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 2rem;
}

#showMore2,
#showLess {
    border: none;
    background: #2a7bb9;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 2rem;
    display: none;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.logo-float {
    margin-top: 5rem;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #25d366;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

#sitevisit {
    width: 100%;
    border: 1px solid #767676;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.card {
    box-shadow: 0 12px 10px 0 rgb(0 0 0 / 40%) !important;
    transition: 0.3s;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.count-title::after {
    position: absolute;
    content: '+';
}
.count-text {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #2a7bb9;
}

.counter-section {
    background: #fff;
    padding: 40px 0px 50px 0px;
    margin-bottom: 20px;
}


.btn-style-one {
    position: relative;
    padding: 11px 26px 10px;
    line-height: 24px;
    text-transform: uppercase;
    background: linear-gradient(to right, #e6b456 50%, #2a7bb9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
}

.btn-style-one:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 700;
}

.thank-you-logo {
    width: 20%;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-5 {
    margin-top: 5rem;
}

.display-none {
    display: none;
}

.read-more-btn {
    background: no-repeat;
    border: 1px solid #000;
    float: right;
    margin-bottom: 10px;
    color: #000;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
}

.read-less-btn {
    background: no-repeat;
    border: 1px solid #000;
    float: right;
    margin-bottom: 10px;
    color: #000;
    border-radius: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-phone:before {
    content: "\f095";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.view-more {
    width: 100%;
    display: inline-block;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(to right, #e6b456 50%, #2a7bb9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
}

.view-more:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 700;
}

.form-group {
    position: relative;
}

.modal-close-btn {
    background-color: #fff !important;
    color: #6b6b6b !important;
    border: 0px;
    font-size: 20px;
    cursor: pointer;
    text-align: left;
}

.error-modal {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 16px;
}

@media(min-width: 768px) {
    #modal_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal-dialog {
        min-width: 600px !important;
        margin: 30px auto;
    }
}

@media(max-width: 767px) {
    .modal-title {
        font-size: 24px;
    }
    .bottom-query.active{
        display: none !important;
    }
    #mobile-footer-widget .row p {
        padding: 10px 0;
        margin: 0;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
        background: #2a7bb9;
    }
    #mobile-footer-widget {
        position: fixed;
        width: 100%;
        padding: 0 !important;
        margin: 0;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
    #mobile-footer-widget .row {
        background: #2a7bb9;
        color: #fff;
        padding: 0 -15px;
        margin: 0;
        justify-content: center;
    }
    #mobile-footer-widget  button {
        outline: none;
        background: transparent;
        border: 0px !important;
        width: 100%;
    }
    .main-footer{
        margin-bottom: 30px  !important;
    }
}
.main-footer .footer-bottom{
    text-align: center;
    margin: 15px auto;
    padding-top: 20px;
}
.modal-title {
    color: #2a7bb9;
    font-size: 32px;
    text-transform: uppercase;
}

.modal-para {
    color: #6b6b6b;
    font-size: 18px;
    text-align: center;
}

#enquire-now .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #2a7bb9;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.modal-body .button {
    background-color: #2a7bb9;
    border: none;
    color: #fff;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.modal-body button:hover {
    background-color: #e6b456;
    font-size: 20px;
    color: #fff;
}

.bottom-query.active {
    display: block;
}

@media only screen and (min-width: 768px) {
    .bottom-query {
        height: 65px;
    }
    .col-md-4.mb-4.px-3.filter {
        padding: 0rem 0.8rem 0rem 0.6rem !important;
    }
}

.bottom-query {
    width: 100%;
    background: #000;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: none;
    transition: ease-in-out 0.4s;
}
.float_L {
    float: left;
}

.bottom-query-box {
    width: 19%;
}
.bottom-enquiry-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 19%;
    padding: 0 0 0 12px;
    display: flex;
}
.bottom-query-box {
    width: 19%;
}
.bottom-query-text {
    width: 95%;
    height: 35px;
    display: block;
    margin: auto;
    padding: 0 5px;
    font-size: 13px;
}
.bottom-query-submit {
    width: 100%;
    height: 35px;
    display: inline-block;
    margin: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    background:  #2a7bb9;
    color: #fff !important;
    border: none;
    text-align: center;
    line-height: 35px;
}
.bottom-query-submit:hover {
    background: transparent;
    border: 1px solid #2a7bb9;
    color: #FFFFFF;
    font-weight: 700;
}
.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2a2a2a;
    background-position: center center;
    margin-bottom: 0px;
}
.copyright a:hover {
    color: #fff;
}
.error {
    border: 2px solid red;
    animation: error .2s linear 5 alternate .1s;
}
@keyframes error {
    0% {
        border: 2px solid black;
    }

    100% {
        border: 2px solid red;
    }
}
button:focus{
    outline: none;
    border: 0px;
}

#visitorPopup h4{
    font-size: 18px;
    font-weight: normal;
}

.why-us-num{
    font-size: 50px;
    font-weight: bold;
    color: #2a7bb9;
}

.why-us-title{
    margin-left: 4px;
    font-size: 18px;
    font-weight: bold;
}


.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
    color: #2a7bb9;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #e6b456;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

.city-title{
    margin-left: 16px;
    background: #2a7bb9;
    padding: 5px 10px;
    border-radius: 0px 58px 58px 0px;
    color: #fff;
    font-size: 16px;
}

.gallery-title
{
    font-size: 36px;
    color: #e6b456;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #e6b456;
    border-radius: 50px;
    text-align: center;
    color: #e6b456;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #e6b456;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #e6b456;

}
.btn-default:active .filter-button:active
{
    background-color: #e6b456;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.launch-tag {
    position: absolute;
    bottom: 100px;
    left: -37px;
    background: red;
    padding: 5px 35px;
    margin: 0px;
    font-weight: 500;
    transform: rotate(313deg);
    color: #fff;
}
.lauch-container{
    position: relative;
}
@media (min-width: 768px) and (max-width: 1279px){
    .h-content {
       display: none;
    }
    .filter.Bengaluru, .filter.chennai {
        flex: 50%;
        max-width: 50%;
        padding: 0px 10px;
        margin-bottom: 20px !important;
    }
    .col-md-4.w-50{
        flex: 50%;
        max-width: 50%;
    }
}
@media(max-width: 767px){
  #why-us  .col-md-4.w-50{
        flex: 100%;
        max-width: 100%;
    }

    .launch-tag {
    font-size: 14px;
}
}
.lauch-container{
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
    height: 160px !important;
    z-index: 9;
}
.lauch-container:hover{
    transform: scale(1.1);
    height: 160px !important;
    overflow: hidden !important;
}
.card{
    overflow: hidden  !important;
}
.lauch-container img{
    height: 160px !important;
    transition: ease all 1s;
    overflow: hidden !important;
}
.card-body{
    z-index: 0;
}