@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");

.main-font {
    font-family: Roboto, sans-serif;
}

.alt-font {
    font-family: Oswald, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: rgb(43, 43, 43);
    font-weight: 300;
    line-height: 25px;
    width: 100%;
}

    body::-webkit-scrollbar {
        width: 8px;
    }

    body::-webkit-scrollbar-track {
        background: linear-gradient(to bottom,rgb(93, 186, 72) 0%, rgb(93, 186, 72) 100%);
    }

    body::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 10px;
        box-shadow: 5px 5px 10px black;
        border: 1px solid #174b7e;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
    font-family: Oswald, sans-serif;
}

a,
::before,
::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: all 0.2s ease-in-out 0s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    color: rgb(255, 255, 255);
}

p {
    font-weight: 400;
}

    p:last-child {
        margin-bottom: 15px !important;
        text-align: justify;
    }

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: rgb(255, 67, 30);
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 32px 0px;
    font-size: 18px;
    line-height: 28px;
}

    blockquote > cite {
        font-weight: 400;
        font-size: 14px;
        display: block;
    }

.hidden {
    display: none;
}

section {
    padding: 1.5rem 0px;
}

.no-transition * {
    transition-timing-function: initial;
    transition-duration: 0s;
}

.bg-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.btn {
    appearance: initial;
    overflow: hidden;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    line-height: inherit;
    border-radius: 0px;
    text-transform: capitalize;
    width: auto;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    transition: all 0.5s ease 0s !important;
}

    .btn.btn-small {
        font-size: 12px;
        padding: 4px 1.8em;
    }

    .btn.btn-medium {
        font-size: 12px;
        padding: 6px 1.8em;
    }

    .btn.btn-large {
        font-size: 14px;
        padding: 9px 34px;
        line-height: 1.8em;
    }

    .btn.btn-rounded {
        border-radius: 50px;
    }

    .btn.btn-white {
        background: rgb(255, 255, 255);
        border-color: rgb(255, 255, 255);
        color: rgb(88, 88, 88);
    }

        .btn.btn-white:hover,
        .btn.btn-white:focus {
            border-color: rgb(255, 255, 255);
            background: transparent !important;
            color: rgb(255, 255, 255) !important;
        }

    .btn.btn-transparent-white {
        background: transparent;
        border-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
    }

        .btn.btn-transparent-white:hover,
        .btn.btn-transparent-white:focus {
            background: rgb(255, 255, 255) !important;
            color: rgb(88, 88, 88) !important;
        }

    .btn.btn-transparent-black {
        background: transparent;
        border-color: rgb(43, 43, 43);
        color: rgb(43, 43, 43);
    }

        .btn.btn-transparent-black:hover,
        .btn.btn-transparent-black:focus {
            background: rgb(43, 43, 43) !important;
            color: rgb(255, 255, 255) !important;
        }

    .btn.btn-transparent-purple {
        background: transparent;
        border-color: rgb(160, 123, 247);
        color: rgb(160, 123, 247);
    }

        .btn.btn-transparent-purple:hover,
        .btn.btn-transparent-purple:focus {
            background: rgb(160, 123, 247) !important;
            color: rgb(255, 255, 255) !important;
        }

    .btn.btn-black {
        background: rgb(43, 43, 43);
        border-color: rgb(43, 43, 43);
        color: rgb(255, 255, 255);
    }

        .btn.btn-black:hover,
        .btn.btn-black:focus {
            border-color: rgb(43, 43, 43);
            background: transparent !important;
            color: rgb(43, 43, 43) !important;
        }

    .btn.btn-purple {
        background: rgb(160, 123, 247);
        border-color: rgb(160, 123, 247);
        color: rgb(255, 255, 255);
    }

        .btn.btn-purple:hover,
        .btn.btn-purple:focus {
            border-color: rgb(160, 123, 247);
            background: transparent !important;
            color: rgb(160, 123, 247) !important;
        }

    .btn.btn-hvr-white:hover,
    .btn.btn-hvr-white:focus {
        border-color: rgb(255, 255, 255);
        background: rgb(255, 255, 255) !important;
        color: rgb(88, 88, 88) !important;
    }

.standard-btn {
    font-size: 12px;
    font-family: Poppins, sans-serif;
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(93, 186, 72);
    border: 1px solid transparent;
    border-radius: 0px;
    transition: all 0.8s ease 0s !important;
    margin-top: -40px !important;
}

    .standard-btn:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(12, 69, 122) !important;
    }

.secondary-btn {
    font-size: 12px;
    font-family: Poppins, sans-serif;
    padding: 10px 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(93 186 72);
    border: 1px solid transparent;
    border-radius: 0px;
    transition: all 0.8s ease 0s !important;
}

    .secondary-btn:hover {
        color: rgb(255 255 255);
        background-color: rgb(12 69 122) !important;
    }

.bg-main {
    background: rgb(194, 158, 117);
}

.bg-black {
    background: rgb(0, 0, 0);
}

.bg-light-black {
    background: rgb(0, 0, 0);
}

.bg-dark {
    background-color: rgb(29, 29, 33) !important;
}

.bg-blue {
    background-color: rgb(160, 123, 247);
}

.bg-pink {
    background-color: rgb(240, 51, 181);
}

.bg-purple {
    background-color: rgb(149, 86, 245);
}

.mix-gradient {
    background: linear-gradient( to right, rgb(29, 86, 191) 0%, rgb(7, 22, 74) 100% );
}

.main-color {
    color: rgb(194, 158, 117);
}

.mx-570 {
    max-width: 570px;
    display: inline-block;
}

.social-icon-bg a i.fa-facebook-f {
    background-color: rgb(59, 89, 152);
}

.social-icon-bg a i.fa-twitter {
    background-color: rgb(160, 123, 247);
}

.social-icon-bg a i.fa-google-plus {
    background-color: rgb(221, 75, 57);
}

.social-icon-bg a i.fa-linkedin-in {
    background-color: rgb(9, 118, 180);
}

.social-icon-bg a i.fa-instagram {
    background-color: rgb(193, 53, 132);
}

.social-icon-bg a i.fa-youtube {
    background-color: rgb(221, 75, 57);
}

.social-icon-bg a i.fa-pinterest-p {
    background-color: rgb(183, 36, 42);
}

.social-icon-bg a i.fa-instagram {
    background-color: rgb(232, 113, 92);
}

.social-icon-bg a i.fa-vimeo {
    background-color: rgb(26, 183, 234);
}

.social-icon-bg a i.fa-vk {
    background-color: rgb(76, 117, 163);
}

.social-icon-bg a i.fa-youtube {
    background-color: rgb(205, 32, 31);
}

.social-icon-bg a i.fa-pinterest {
    background-color: rgb(189, 8, 28);
}

.social-icon-bg a i.fa-tumblr {
    background-color: rgb(52, 70, 93);
}

.social-icon-bg a i.fa-behance {
    background-color: rgb(19, 20, 24);
}

.social-icon-bg a i.fa-dribbble {
    background-color: rgb(234, 76, 137);
}

.social-icon-bg a i.fa-google-plus {
    background-color: rgb(221, 75, 57);
}

.social-icon-bg a i.fa-xing {
    background-color: rgb(2, 100, 102);
}

.social-icon-bg a i.fa-yelp {
    background-color: rgb(175, 6, 6);
}

.social-icon-bg a i.fa-vine {
    background-color: rgb(0, 180, 137);
}

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: rgb(59, 89, 152);
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: rgb(160, 123, 247);
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: rgb(221, 75, 57);
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: rgb(9, 118, 180);
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: rgb(193, 53, 132);
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: rgb(221, 75, 57);
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: rgb(183, 36, 42);
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: rgb(232, 113, 92);
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: rgb(26, 183, 234);
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: rgb(76, 117, 163);
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: rgb(205, 32, 31);
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: rgb(189, 8, 28);
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: rgb(52, 70, 93);
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: rgb(19, 20, 24);
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: rgb(234, 76, 137);
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: rgb(221, 75, 57);
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: rgb(2, 100, 102);
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: rgb(175, 6, 6);
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: rgb(0, 180, 137);
}

.social-icon-clr a i.fa-facebook-f {
    color: rgb(59, 89, 152);
}

.social-icon-clr a i.fa-twitter {
    color: rgb(9, 118, 180);
}

.social-icon-clr a i.fa-google-plus {
    color: rgb(221, 75, 57);
}

.social-icon-clr a i.fa-linkedin-in {
    color: rgb(9, 118, 180);
}

.social-icon-clr a i.fa-instagram {
    color: rgb(193, 53, 132);
}

.social-icon-clr a i.fa-youtube {
    color: rgb(221, 75, 57);
}

.social-icon-clr a i.fa-pinterest-p {
    color: rgb(183, 36, 42);
}

.social-icon-clr a i.fa-instagram {
    color: rgb(232, 113, 92);
}

.social-icon-clr a i.fa-vimeo {
    color: rgb(26, 183, 234);
}

.social-icon-clr a i.fa-vk {
    color: rgb(76, 117, 163);
}

.social-icon-clr a i.fa-youtube {
    color: rgb(205, 32, 31);
}

.social-icon-clr a i.fa-pinterest {
    color: rgb(189, 8, 28);
}

.social-icon-clr a i.fa-tumblr {
    color: rgb(52, 70, 93);
}

.social-icon-clr a i.fa-behance {
    color: rgb(19, 20, 24);
}

.social-icon-clr a i.fa-dribbble {
    color: rgb(234, 76, 137);
}

.social-icon-clr a i.fa-google-plus {
    color: rgb(221, 75, 57);
}

.social-icon-clr a i.fa-xing {
    color: rgb(2, 100, 102);
}

.social-icon-clr a i.fa-yelp {
    color: rgb(175, 6, 6);
}

.social-icon-clr a i.fa-vine {
    color: rgb(0, 180, 137);
}

.social-icon-clr-hvr a i:hover.fa-facebook-f {
    color: rgb(59, 89, 152);
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: rgb(9, 118, 180);
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: rgb(221, 75, 57);
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: rgb(9, 118, 180);
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: rgb(193, 53, 132);
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: rgb(221, 75, 57);
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: rgb(183, 36, 42);
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: rgb(232, 113, 92);
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: rgb(26, 183, 234);
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: rgb(76, 117, 163);
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: rgb(205, 32, 31);
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: rgb(189, 8, 28);
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: rgb(52, 70, 93);
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: rgb(19, 20, 24);
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: rgb(234, 76, 137);
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: rgb(221, 75, 57);
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: rgb(2, 100, 102);
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: rgb(175, 6, 6);
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: rgb(0, 180, 137);
}

header a.logo {
    background-color: rgb(255, 67, 30);
    padding: 25px 20px 35px;
    text-align: center;
    position: absolute;
}

    header a.logo img {
        max-width: 120px;
        vertical-align: sub;
    }

.header-appear a.logo {
    background-color: transparent;
    padding: 10px;
    text-align: center;
}

    .header-appear a.logo img {
        max-width: 90px;
    }

header .inner-nav-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
}

.agency-num {
    position: absolute;
    right: 15px;
    display: inline-block;
    top: 47%;
    color: rgb(255, 67, 30);
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.header-appear .agency-num {
    top: 45%;
}

.navbar-top-default {
    position: absolute;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: none 0s ease 0s;
    background-color: rgb(255, 255, 255);
    padding-bottom: 25px;
}

.manage-space {
    margin-top: 150px;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    background: rgb(255, 255, 255);
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 10px -10px;
}

.header-appear .navbar-top-default {
    background: rgb(255, 255, 255);
}

.navbar .logo .logo-dark {
    display: none;
}

.header-appear .navbar .logo .logo-dark {
    display: block;
}

.header-appear .navbar .logo .logo-white {
    display: none;
}

.header-appear .navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: rgb(43, 43, 43);
    font-weight: 500;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.header-appear .sidemenu_btn span {
    background-color: rgb(43, 43, 43);
}

.header-appear .inner-nav-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 7px;
    padding-bottom: 5px;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-align: center;
    padding: 0.4rem 1.5rem;
    font-family: Oswald, sans-serif;
}

.navbar-top-default #megaone {
    margin-right: -30px;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 20px;
    color: rgb(12 69 122);
    font-weight: 400;
    text-align: center;
    padding: 0.4rem 1.5rem;
    font-family: inherit;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
}

.navbar-nav .nav-link .num:first-child {
    transform: translateX(2px);
}

.navbar-nav .nav-link .num {
    color: rgb(203, 203, 203);
    font-size: 50px;
    font-family: Oswald, sans-serif;
    font-weight: 300;
}

.navbar-nav .nav-link .num-width {
    width: 30px;
}

.navbar-nav .nav-link:hover .num,
.navbar-nav .nav-link.active .num {
    color: rgb(255, 67, 30);
}

.side-menu {
    width: 40%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgb(255, 255, 255);
    z-index: 1032;
    height: 100%;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    overflow: hidden;
}

    .side-menu.left {
        right: 0px;
        left: auto;
        transform: translate3d(-100%, 0px, 0px);
    }

    .side-menu.before-side {
        width: 280px;
    }

    .side-menu.side-menu-active,
    .side-menu.before-side {
        transform: translate3d(0px, 0px, 0px);
    }

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0px 0px 2.5rem;
}

#close_side_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: rgb(43, 43, 43);
    top: 5px;
}

.side-menu .btn-close::before {
    transform: rotate(45deg);
}

.side-menu .btn-close::after {
    transform: rotate(-45deg);
}

.sidemenu_btn {
    transition: all 0.3s linear 0s;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    left: 15px;
    display: inline-block;
    top: 50%;
}


    .sidemenu_btn span {
        height: 2px;
        width: 100%;
        background: rgb(0, 0, 0);
        display: block;
    }

        .sidemenu_btn span:nth-child(2) {
            margin: 4px 0px;
        }

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0px;
    opacity: 0;
    transition: all 0.8s ease 500ms;
    transform: translateY(30px);
    padding: 0px !important;
}

    .side-nav .navbar-nav .nav-item .nav-link:hover span {
        color: rgb(255, 67, 30);
    }

    .side-nav .navbar-nav .nav-item:first-child {
        transition-delay: 0.1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        transition-delay: 0.2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        transition-delay: 0.3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        transition-delay: 0.4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        transition-delay: 0.5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        transition-delay: 0.6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        transition-delay: 0.7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        transition-delay: 0.8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        transition-delay: 0.9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    transform: translateY(0px);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: rgb(43, 43, 43);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0px;
    padding: 2px 0px 3px !important;
}

    .side-nav .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        background: rgb(255, 255, 255);
        display: inline-block;
        width: 0px;
        height: 3px;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1) 0s;
    }

    .side-nav .navbar-nav .nav-link:hover::after,
    .side-nav .navbar-nav .nav-link:focus::after,
    .side-nav .navbar-nav .nav-link.active::after {
        width: 100%;
    }

    .side-nav .navbar-nav .nav-link.active {
        background: transparent;
    }

.side-menu p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
}

.social-icons-simple {
    margin-bottom: 0px;
    margin-left: -10px;
}

    .social-icons-simple li {
        display: inline-block;
    }

        .social-icons-simple li a {
            display: block;
            font-size: 16px;
            height: 36px;
            line-height: 38px;
            border: 1px solid transparent;
            text-align: center;
            width: 36px;
            border-radius: 50%;
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: background-color 0.5s ease 0s;
            color: rgb(43, 43, 43);
        }

            .social-icons-simple li a:hover {
                background-color: rgb(43, 43, 43);
                color: rgb(255, 255, 255);
            }

.side-footer p {
    color: rgb(43, 43, 43);
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

@-webkit-keyframes animationFade {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes animationFade {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.slider-area {
    background-image: url("../img/silder.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-area {
    align-items: center;
}

    .slider-area .slider-content {
        margin-top: 100px;
    }

        .slider-area .slider-content .heading {
            color: rgb(255, 255, 255);
            font-size: 52px;
            font-weight: 700;
        }

        .slider-area .slider-content .text {
            color: rgb(255, 255, 255);
            margin-top: 30px;
        }

.real-state-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    width: 189px;
}

    .real-state-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        color: rgb(255, 255, 255);
    }

.real-state-form
.select2-container
.select2-selection--single
.select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    font-weight: 300;
    font-size: 16px;
}

.real-state-form
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: rgb(255, 255, 255) transparent transparent;
}

.real-state-form {
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    z-index: 1;
    right: 14%;
    top: 50%;
    transform: translateY(-40%);
    max-width: 500px;
}

.book-property .booking-heading {
    font-size: 28px;
    font-weight: bold;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.real-state-form .contact-form .form-control {
    color: rgb(255, 255, 255);
}

.real-state-form .contact-form input {
    background-color: transparent;
    border-bottom: 1px solid white;
}

.real-state-form .contact-form select {
    background-color: transparent;
    border-bottom: 1px solid white;
    color: rgb(255, 255, 255);
}

    .real-state-form .contact-form select option {
        color: rgb(0, 0, 0);
    }

.real-state-form .contact-form input::placeholder,
.real-state-form .contact-form .form-group select::placeholder {
    color: rgb(255, 255, 255);
    font-size: 16px;
    opacity: 1;
}

.team-section {
    background-color: rgb(255, 255, 255);
    padding-bottom: 0px;
}

    .team-section .stats-heading-area .sub-heading {
        font-family: Roboto, sans-serif;
        font-size: 18px;
        color: rgb(32, 32, 32);
        font-weight: 400;
        margin-bottom: 20px;
    }

    .team-section .stats-heading-area .heading {
        color: rgb(32, 32, 32);
        font-family: Oswald, sans-serif;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .team-section .stats-heading-area .heading {
        margin-bottom: 60px;
    }

        .team-section .stats-heading-area .heading span.color {
            display: inline-block;
            color: rgb(93, 186, 72);
        }

        .team-section .stats-heading-area .heading span {
            display: block;
        }

    .team-section .stats-heading-area .text {
        color: rgb(32, 32, 32);
        width: 53%;
        margin: 0px auto;
    }

    .team-section .team-member-area {
        margin-top: 20px;
    }

    .team-section .image-holder {
        cursor: pointer;
    }

        .team-section .image-holder:hover ~ .team-name {
            color: rgb(255, 67, 30);
        }

        .team-section .image-holder img {
            height: 250px;
            width: 250px;
            padding-top: 10px;
            background-color: rgb(227, 229, 228);
            border-radius: 50%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }

    .team-section .team-name {
        margin-top: 20px;
        color: rgb(32, 32, 32);
        transition: all 0.5s ease 0s;
    }

.testimonial-team .owl-item .item {
    transition: all 0.5s ease 0s;
}

.testimonial-team .owl-item.center .item {
    margin-top: 100px;
}

.project-sec {
    position: relative;
    padding-bottom: 0px;
}

    .project-sec .row {
        margin: 0px !important;
    }

    .project-sec .project-area {
        position: relative;
    }

        .project-sec .project-area .project-img img {
            height: 100%;
            width: 100%;
        }

        .project-sec .project-area .project-detail {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: white;
        }

            .project-sec .project-area .project-detail .project-sub-heading {
                font-family: Roboto, sans-serif;
                font-size: 16px;
                color: rgb(255, 67, 30);
                margin-bottom: 35px;
                display: inline-block;
                font-weight: bold;
            }

                .project-sec .project-area .project-detail .project-sub-heading span {
                    display: inline-block;
                    width: 30px;
                    height: 2px;
                    background-color: rgb(255, 67, 30);
                    margin-right: 8px;
                    margin-bottom: 4px;
                }

            .project-sec .project-area .project-detail .project-heading {
                font-size: 30px;
                font-family: Oswald, sans-serif;
                text-transform: uppercase;
                color: white;
                font-weight: 500;
                margin-bottom: 40px;
            }

                .project-sec .project-area .project-detail .project-heading span {
                    display: block;
                }

            .project-sec .project-area .project-detail .project-text {
                font-family: Roboto, sans-serif;
                font-weight: lighter;
                font-size: 15px;
                color: rgb(204, 204, 204);
                margin-bottom: 33px;
                width: 75%;
            }

    .project-sec .project-links {
        position: absolute;
        top: 90%;
        left: 42%;
        transform: translate(-50%, -50%);
        z-index: 1111;
        cursor: pointer;
    }

        .project-sec .project-links a i {
            color: rgb(255, 255, 255);
            font-size: 22px;
            transition: all 0.8s ease 0s;
        }

        .project-sec .project-links a:hover i {
            color: rgb(247, 56, 89);
        }

    .project-sec .owl-item.active .project-area .project-detail .animate-fade {
        animation: 1.5s ease 0s 1 normal none running slideInUp;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-box {
        animation: 2s ease 0s 1 normal none running slideInLeft;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-roll {
        animation: 2s ease 0s 1 normal none running slideInLeft;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-in {
        animation: 2s ease 0s 1 normal none running fadeIn;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-fate-in {
        animation: 1.5s ease 0s 1 normal none running fadeIn;
    }

.color-black {
    color: black !important;
}

.bg-black {
    background-color: black;
}

.color-white {
    color: white !important;
}

.project-box {
    background: rgba(32, 32, 32, 0.9);
    padding: 25px;
}

.gallary-sec {
    padding-bottom: 0px;
}

    .gallary-sec .stats-heading-area .sub-heading {
        font-family: Roboto, sans-serif;
        font-size: 18px;
        color: rgb(32, 32, 32);
        font-weight: 400;
        margin-bottom: 20px;
    }

    .gallary-sec .stats-heading-area .heading {
        color: rgb(32, 32, 32);
        font-family: Oswald, sans-serif;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 60px;
    }

        .gallary-sec .stats-heading-area .heading span.color {
            display: inline-block;
            color: rgb(93, 186, 72);
        }

        .gallary-sec .stats-heading-area .heading span {
            display: block;
        }

    .gallary-sec .stats-heading-area .text {
        color: rgb(32, 32, 32);
        width: 53%;
        margin: 0px auto;
    }

   /* .gallary-sec .gallary-content-top {
        margin-bottom: 80px;
    }*/

    .gallary-sec .gallary-manage-top {
        margin-top: 80px;
    }

    .gallary-sec .card {
        box-shadow: rgba(179, 161, 179, 0.25) 0px 16px 12px -6px;
        cursor: pointer;
    }

        .gallary-sec .card .image-holder-gallary {
            overflow: hidden;
        }

        .gallary-sec .card:hover img {
            transform: translate(-50%,-50%) scale(1.1);
            transition: all 0.6s ease 0s;
        }

.gallary-manage-top .card {
    box-shadow: rgb(172, 172, 172) 0px 16px 12px -6px;
}

.gallary-sec .card .card-body {
    padding: 20px;
}

.gallary-sec .card:hover .card-body {
    /* background: rgb(12, 69, 122); */
    transition: all 0.6s ease 0s;
}

.gallary-sec .card:hover .property-details h5,
.gallary-sec .card:hover .user-rating li,
.gallary-sec .card:hover .property-price {
    color: rgb(93 186 72);
    transition: all 0.1s ease 0s;
}

.property-details h5 {
    color: rgb(32, 32, 32);
}

.user-rating {
    list-style: none;
    margin-bottom: 0px;
}

    .user-rating li {
        display: inline-block;
        color: rgb(255, 198, 0);
    }

.property-price {
    color: rgb(93, 186, 72);
}

.gallary-contact-btn a {
    margin-top: 80px;
}

.our-testimonial {
    padding-bottom: 0px;
}

.parallax-disable {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.page-header {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.testimonial-bg {
    background: url("../img/testimonial-banner.jpg") no-repeat;
    min-height: 300px;
}

.testimonial-content {
    padding-top: 85px;
    color: rgb(0 0 0);
}

    .testimonial-content span {
    }

    .testimonial-content h2 {
        font-family: Oswald, sans-serif;
        font-size: 50px;
        font-weight: 500;
        text-transform: uppercase;
    }

.bg-testimonial,
#testimonial-slider .owl-nav {
    position: relative;
}

#testimonial-slider {
    margin-top: -60px;
    margin-bottom: 0px;
}

.bg-transparent {
    background: transparent;
}

.bg-testimonial::after {
    height: 55%;
    left: 0px;
    top: 0px;
    position: absolute;
    background: url("../img/testimonial-banner.jpg") center center / cover no-repeat;
    z-index: -1;
}

.bg-testimonial::after,
.testi-box .testimonial-round > img {
    width: 100%;
}

.testi-box .testimonial-round {
    height: 180px;
    width: 180px;
    overflow: hidden;
}

    .testi-box .testimonial-round,
    .testi-box .testimonial-round > img {
        border-radius: 50%;
    }

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round > img {
    border: 1px solid rgb(36, 205, 213);
    border-radius: 0px !important;
}

.testi-box .testimonial-round:hover > img {
    transform: scale(1.2);
}

.testimonial-round > img {
    pointer-events: none;
}

#testimonial-slider .owl-nav {
    width: 300px;
    display: inline-block;
    height: 30px;
    transform: translateY(-150%);
    margin-left: 2%;
    position: absolute;
    z-index: 5;
}

.test-star {
    font-size: 12px;
    color: rgb(255, 193, 60);
    cursor: pointer;
}

#rattingIcon .fa-star {
    color: rgb(255, 193, 7);
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

#ratingText {
    transition: all 0.3s ease 0s;
}

.rating-part {
    margin-top: 100px;
}

.our-testimonial .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
}

.our-testimonial .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
}

@media (max-width: 992px) {
    #testimonial-slider .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 1%;
    }
}

.sidemenu_btn {
    display: none;
}

.floating-wpp-button {
    width: 62px !important;
    height: 62px !important;
}

@media (max-width: 768px) {
    .sidemenu_btn {
        display: block !important;
    }

    .floating-wpp-button {
        width: 45px !important;
        height: 45px !important;
    }

    img.main-logo {
        /* max-width: 40% !important; */
    }

    img.img-logo {
        max-width: 50% !important;
    }

    .product-single-price {
        text-align: justify;
        font-size: 9px;
    }

    .product-body .pro-detail-sec .pro-heading {
        text-align: center;
        margin: auto;
        width: 100%;
    }

    h6.pro-heading.text-center.text-lg-left {
        margin-top: 10px !important;
    }

    .sidemenu_btn {
        margin-right: 0px !important;
    }

    .about_img {
        max-width: 100%;
    }

    .product-detail {
        margin-top: 50px;
    }

    .fotorama {
        margin-top: 50px !important;
    }
    h3.text-new-pdf {
        font-size: 22px;
    }
}

.product-single-price {
    font-size: 15px !important;
}

.slider-form-area .contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0px auto;
}










    .slider-form-area .contact-form .form-control {
        border-top: none;
        border-right: none;
        border-left: none;
        border-image: initial;
        border-bottom: 1px solid rgb(226, 226, 226);
        padding: 12px 0px;
        color: rgb(255, 255, 255);
        letter-spacing: 0.7px;
        font-weight: 300;
        border-radius: 0px;
        box-shadow: none;
        height: 44px;
        font-size: 14px;
        position: relative;
        transition: border 0.9s ease 0s;
    }

    .slider-form-area .contact-form textarea {
        min-height: 175px;
        resize: none;
    }

    .slider-form-area .contact-form .form-group {
        margin-bottom: 1.5rem;
    }

.contact-sec {
    padding-bottom: 0px;
}

    .contact-sec .heading {
        color: rgb(32, 32, 32);
        font-size: 40px;
        margin-bottom: 40px;
    }

    .contact-sec .contact-form {
        /* width: 95%; */
    }

        .contact-sec .contact-form input {
            color: rgb(135, 153, 163);
            font-size: 16px;
            height: 50px;
            padding: 25px;
        }

        .contact-sec .contact-form .form-control {
            border-radius: 0px;
            border: 2px solid rgb(236, 238, 242);
        }

        .contact-sec .contact-form input::placeholder {
            color: rgb(135, 153, 163);
            font-size: 16px;
        }

        .contact-sec .contact-form textarea {
            padding: 13px 13px 13px 25px;
            height: 202px;
            color: rgb(135, 153, 163);
            font-size: 16px;
        }

        .contact-sec .contact-form .purple-btn {
            margin-top: 15px;
        }

    .contact-sec .contact-background {
        position: absolute;
        right: 0px;
        top: -35px;
        z-index: -1;
    }

    .contact-sec .contact-details {
        font-family: Roboto, sans-serif;
        width: 90%;
        margin-left: 20px;
    }

        .contact-sec .contact-details .heading {
            margin-bottom: 35px;
        }

        .contact-sec .contact-details .text {
            color: rgb(24, 33, 46);
        }

        .contact-sec .contact-details ul {
            padding-left: 0px;
            margin-bottom: 0px;
            margin-top: 30px;
        }

            .contact-sec .contact-details ul li {
                color: rgb(24, 33, 46);
                list-style: none;
                margin-bottom: 22px;
                font-size: 16px;
                display: flex;
                align-items: center;
            }

                .contact-sec .contact-details ul li:first-child {
                    width: 70%;
                }

                .contact-sec .contact-details ul li span {
                    display: inline-block;
                    padding-right: 30px;
                }

                    .contact-sec .contact-details ul li span:last-child {
                        padding-right: 0px;
                    }

                .contact-sec .contact-details ul li i {
                    font-size: 30px;
                    margin-right: 20px;
                    margin-bottom: 8px;
                    color: rgb(12 69 122);
                }

                    .contact-sec .contact-details ul li i.email {
                        transform: rotate(-30deg);
                    }

.footer-style-1 {
    padding: 5rem 0px;
}

.footer-social ul {
    margin: 0px;
    padding: 0px;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0px 10px 0px 0px;
    border: 1px solid transparent;
    transition: background-color 0.2s ease-in-out 0s;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0px;
}

.footer-social li a:hover {
    background-color: rgb(57, 197, 222);
    color: rgb(255, 255, 255);
}

.company-about {
    font-size: 14px;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: rgb(255, 255, 255);
    background-color: rgb(23 75 126);
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

    .scroll-top-arrow:hover {
        background-color: rgb(255, 67, 30);
    }

.magic {
    display: none !important;
}

.aimated-cursor {
    position: absolute;
    left: 0px;
    display: none;
    top: 0px;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ .aimated-cursor {
    display: inline-block;
    z-index: 9999999;
}

.cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    z-index: 999999999;
}

.slider-social {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: rgb(255, 255, 255);
}

.side-nav-menu .slider-social {
    right: auto;
}

.slider-social li {
    list-style: none;
}

.slider-social a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    transition: background-color 0.2s ease-in-out 0s;
    position: relative;
}

.facebook_bg_hvr2:hover {
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255) !important;
    background: rgb(66, 103, 178) !important;
}

.twitter_bg_hvr2:hover {
    background: rgb(0, 167, 230);
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255) !important;
}

.linkdin_bg_hvr2:hover {
    background: rgb(22, 130, 171);
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255) !important;
}

.googleplus_bg_hvr2:hover {
    background: rgb(213, 70, 58);
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255) !important;
}

.pintrest_bg_hvr2:hover {
    background: rgb(200, 35, 44);
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255) !important;
}

.instagram_bg_hvr2::before {
    content: "";
    position: absolute;
    inset: -1px;
    opacity: 0;
    visibility: hidden;
    border-radius: inherit;
    z-index: -1;
    transform: scale(0.5);
    transition: all 0.3s ease-in-out 0s;
    background: radial-gradient( circle at 30% 107%, rgb(253, 244, 151) 0%, rgb(253, 244, 151) 5%, rgb(253, 89, 73) 45%, rgb(214, 36, 159) 60%, rgb(40, 90, 235) 90% ) !important;
}

.instagram_bg_hvr2:hover {
    z-index: 999;
    color: rgb(255, 255, 255) !important;
}

    .instagram_bg_hvr2:hover::before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

.standalone-background-img {
    background-image: url('../img/services.jpg');
}

.listing-background-img {
    background-image: url('../img/aboutUS.png');
}

.detail-background-img {
    background: url("../img/p-d.jpg");
}

.page-title {
    position: relative;
    text-align: center;
    padding: 125px 0px;
    background-size: cover;
    background-position: center top;
}

.standalone-content {
    margin-top: 150px;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    font-size: 3.5rem;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
}

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding-right: 15px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .page-breadcrumb li::after {
            position: absolute;
            content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
            right: -5px;
            top: 1px;
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
        }

        .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-breadcrumb li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

        .page-breadcrumb li a {
            color: rgb(255, 255, 255);
            font-weight: 400;
            transition: all 0.3s ease 0s;
        }

            .page-breadcrumb li a .icon {
                margin-right: 4px;
                color: rgb(255, 67, 30);
            }

            .page-breadcrumb li a:hover {
                color: rgb(255, 255, 255);
            }

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0px;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    color: rgb(194, 158, 117);
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    color: rgb(194, 158, 117);
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 56px;
    color: rgb(43, 43, 43);
    font-weight: 500;
    font-family: Oswald, sans-serif;
}

.standalone-detail .para_text {
    color: rgb(43, 43, 43);
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0px auto;
    line-height: 2.1;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-weight: 500;
    margin-bottom: 12px;
    font-family: Oswald, sans-serif;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: Roboto, sans-serif;
    color: rgb(43, 43, 43);
}

.filter-form {
    background-color: rgb(241, 241, 241);
}

    .filter-form .contact-form {
        padding: 15px 0px;
    }

        .filter-form .contact-form .form-group {
            display: flex;
            align-items: center;
            margin-bottom: 0px;
            width: 95%;
        }

        .filter-form .contact-form label {
            margin-bottom: 0px;
            color: gray;
            position: relative;
            left: -6px;
            top: -1px;
            z-index: 11;
            font-size: 22px;
        }

        .filter-form .contact-form input {
            color: gray;
            font-size: 16px;
            height: 50px;
            padding: 25px;
        }

        .filter-form .contact-form .form-control {
            border-radius: 0px;
            border-width: 2px;
            border-style: solid;
            border-color: transparent rgb(236, 238, 242) transparent transparent;
            border-image: initial;
            margin-bottom: 0px;
            background-color: transparent;
        }

            .filter-form .contact-form .form-control:last-child {
                border-right: none;
            }

        .filter-form .contact-form input::placeholder {
            color: rgb(135, 153, 163);
            font-size: 16px;
        }

    .filter-form .green-btn {
        padding: 15px 35px;
    }

    .filter-form .form-control:focus {
        border-color: rgba(128, 189, 255, 0);
        outline: 0px;
        box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
    }

    .filter-form .select2-container {
        width: 100% !important;
    }

    .filter-form .select2-container--default .select2-selection--single {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        width: 100%;
    }

        .filter-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
            color: gray;
        }

.product-filter-nav {
    position: sticky;
    top: 95px;
    z-index: 111;
}

.change-position {
    position: relative;
}

.about_content {
    /* padding-top: 80px; */
    /* padding-bottom: 0px; */
}

.product-body .breadcrumb {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

.product-body .breadcrumb .breadcrumb-item a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.product-body .pro-detail-sec .pro-heading {
    font-size: 45px;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    color: rgb(0 169 36);
    text-transform: uppercase;
    margin-left: 10px;
}



.product-body .product-list .product-item .p-item-img {
    position: relative;
}

    .product-body .product-list .product-item .p-item-img img {
        height: 100%;
        width: 100%;
    }

    .product-body .product-list .product-item .p-item-img .p-item-overlay {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        inset: 0px 15px;
        transition: all 0.8s ease 0s;
        cursor: pointer;
        opacity: 0;
    }

.product-body .product-list .product-item:hover .p-item-img .p-item-overlay {
    opacity: 1;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .btn {
    padding: 4px 15px 3px;
    font-size: 10px;
    border: 1px solid transparent;
    display: block;
}

.product-body .product-list .product-item .p-item-img .p-item-overlay .q-btn {
    background-color: rgb(3, 169, 245);
    padding: 4px 20px 3px;
    color: rgb(255, 255, 255);
    margin-bottom: 3px;
}

.product-body .product-list .product-item .p-item-name {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 8px;
}

.product-body .product-list .product-item .p-item-price {
    font-size: 16px;
    color: rgb(3, 169, 245);
    font-family: Poppins, sans-serif;
    font-weight: normal;
    text-align: center;
}

.product-section-body .product-body .p-featured-footer p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
    font-weight: lighter;
    margin-bottom: 20px;
}

.product-section-body .product-body .p-featured-footer .terms h4 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.product-section-body .product-body .p-featured-footer .terms p {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.5px;
    color: rgb(0, 0, 0);
}

.product-detail-slider img {
    width: 100%;
}

.product-slider .swiper-slide img {
    height: auto;
}

.product-body .product-list .product-single-price {
    margin-bottom: 10px;
}

    .product-body .product-list .product-single-price h4 {
        font-size: 18px;
        font-family: Poppins, sans-serif;
        font-weight: normal;
        color: rgb(217, 217, 217);
        margin-bottom: 10px;
    }

        .product-body .product-list .product-single-price h4 .real-price {
            color: rgb(255, 67, 30);
        }

.pro-description {
    font-size: 14px;
    font-weight: normal;
}

.product-body .product-detail .product-checklist {
    margin-top: 20px;
}

    .product-body .product-detail .product-checklist ul {
        padding-left: 0px;
        margin-bottom: 20px;
    }

        .product-body .product-detail .product-checklist ul li {
            list-style: none;
            color: rgb(0, 0, 0);
            font-size: 12px;
            font-family: Poppins, sans-serif;
            font-weight: 500;
            margin-bottom: 5px;
        }

            .product-body .product-detail .product-checklist ul li i {
                color: rgb(255, 67, 30);
            }

.product-body .product-list .product-detail .product-single-price {
    margin-top: 20px;
}

.product-body .product-list .product-quantity .qty .our-btn {
    position: relative;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.product-body .product-list .product-tags-list .breadcrumb .breadcrumb-item a {
    color: rgb(255, 67, 30);
    font-size: 12px;
}

.comma-separtor {
    color: rgb(3, 169, 245);
}

.product-body .product-list .share-product-details .share-product-icons {
    padding: 0px;
}

    .product-body .product-list .share-product-details .share-product-icons li p {
        color: rgb(0, 0, 0);
        font-size: 14px;
        font-weight: normal;
    }

    .product-body .product-list .share-product-details .share-product-icons li {
        display: inline-block;
        list-style: none;
        margin-right: 15px;
    }

        .product-body .product-list .share-product-details .share-product-icons li a {
            color: rgb(0, 0, 0);
            padding: 2px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 27px;
            border: 1px solid transparent;
            transition: none 0s ease 0s;
        }

.facebook-bg-hvr:hover {
    background: rgb(66, 103, 178) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid transparent !important;
}

.twitter-bg-hvr:hover {
    background: rgb(29, 161, 242) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid transparent !important;
}

.instagram-bg-hvr:hover {
    transition: all 0.5s ease 0s;
    color: rgb(255, 255, 255) !important;
    background: linear-gradient( rgb(170, 47, 181) 0%, rgb(241, 118, 44) 93% ) !important;
}

.linkedin-bg-hvr:hover {
    background: rgb(0, 119, 181) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid transparent !important;
}

#map {
    height: 300px;
}

.product-all-details {
    margin-top: 50px;
    margin-bottom: 50px;
}

.nav-tabs {
    border: none;
    background-color: rgb(236, 239, 246);
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: white;
        background-color: rgb(255, 67, 30);
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: none;
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border: none;
    }

    .nav-tabs .nav-item {
        padding-left: 0px;
        padding-right: 0px;
        border-left: 1px solid rgb(255, 255, 255);
        margin-bottom: 0px;
    }

        .nav-tabs .nav-item:first-child {
            border-right: none;
        }

    .nav-tabs .nav-link {
        text-align: center;
        border: none;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: rgb(139, 141, 150);
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

.tab-content {
    border-left: 0.5px solid rgb(236, 239, 246);
    border-right: 0.5px solid rgb(236, 239, 246);
    border-bottom: 0.5px solid rgb(236, 239, 246);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.table td,
.table th {
    padding: 0.5rem;
}

.tab-content .reviews .media {
    margin-bottom: 15px;
}

.user-rating {
    padding: 0px;
    margin: 0px;
}

    .user-rating li {
        display: inline-block;
        list-style: none;
    }

.tab-content .reviews .media .user-rating li a {
    color: rgb(245, 193, 54);
}

.tab-content .reviews .media .media-body {
    border-left: 1px solid rgb(236, 239, 246);
    padding-left: 25px;
    padding-right: 25px;
}

    .tab-content .reviews .media .media-body span {
        font-family: Poppins, sans-serif;
        font-size: 12px;
        color: lightgrey;
        font-weight: lighter;
    }

.tab-content .text-nowrap {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

textarea {
    box-shadow: none !important;
}

    textarea:focus {
        border: 1px solid rgb(236, 236, 236);
        outline: none !important;
    }

.wrapper {
    max-height: 360px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.product-detail-slider .swiper-slide {
    width: 96%;
}

    .product-detail-slider .swiper-slide img {
        display: block;
        height: 100%;
        width: 100%;
        margin: 0px auto;
        object-fit: cover;
        cursor: pointer;
    }

.Thumbs {
    flex-basis: 100px;
}

    .Thumbs .swiper-slide {
        opacity: 0.4;
    }

    .Thumbs .swiper-slide-active {
        opacity: 1;
    }

.remove-margins {
    margin: 0px;
}

.property-addtional-info {
    padding: 0px;
    margin: 0px 0px 0px 25px;
    list-style: none;
}

    .property-addtional-info li {
        margin-bottom: 10px;
    }

        .property-addtional-info li i {
            display: inline-block;
            margin-right: 2px;
            color: rgb(255, 67, 30);
        }

        .property-addtional-info li p {
            display: inline-block;
            font-size: 17px;
        }

.lastest_arrivals .user-rating {
    font-size: 14px;
}

.quote-content {
    text-align: center;
    max-width: 900px;
    padding: 50px 150px;
    overflow: visible;
}

    .quote-content .contact-form .form-control {
        border-radius: 0px;
        padding: 0px;
    }

    .quote-content #quote_submit_btn {
        margin-bottom: -120px;
    }

    .quote-content .form-check {
        padding: 50px 0px 8px;
        text-align: center;
        margin-bottom: -15px;
    }

.checkbox-lable {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    user-select: none;
}

    .checkbox-lable input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    border: 1px dotted rgb(212, 212, 212);
}

.checkbox-lable:hover input ~ .checkmark {
    background-color: rgb(204, 204, 204);
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: rgb(255, 67, 30);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-lable .checkmark::after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: rgb(255, 67, 30);
    transition: all 0.2s ease-in-out 0s;
}

    .quote-content .fancybox-close-small:hover,
    .quote-content .fancybox-close-small:focus {
        background: rgb(255, 67, 30);
    }

    .quote-content .fancybox-close-small::after {
        width: 35px;
        height: 35px;
        margin-top: -5px;
        font-style: initial;
        font-variant: initial;
        font-weight: initial;
        font-stretch: initial;
        line-height: initial;
        font-family: initial;
        font-size: 35px;
        color: rgb(255, 255, 255);
    }

.fancybox-close-small:focus::after {
    outline: none;
}

.quote-content .fancybox-close-small:hover::after,
.quote-content .fancybox-close-small:focus::after {
    background-color: transparent;
}

.quote-content .contact-form .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1.5px solid rgb(226, 226, 226);
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    font-weight: normal;
    border-radius: 0px;
    box-shadow: none;
    height: 44px;
    color: rgb(12, 12, 12);
    font-size: 14px;
    position: relative;
    font-family: Roboto, sans-serif;
    transition: border 0.9s ease 0s;
}

.quote-content .contact-form textarea {
    min-height: 130px;
    resize: none;
}

.property-id {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: rgb(32, 32, 32);
    font-weight: 400;
}

.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(255, 255, 255);
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

/*svg {
    width: 66vw;
    height: 30vh;
}*/

.ha-logo path,
.ha-logo circle {
    fill: none;
    stroke: rgb(255, 67, 30);
    stroke-width: 0.125px;
    stroke-linejoin: round;
}

    .ha-logo path.house,
    .ha-logo circle.house {
        stroke-linecap: round;
        stroke-width: 0.3px;
    }

.loading.ha-logo circle {
    animation: 6s linear 0s infinite normal none running nodes;
}

.loading.ha-logo .house {
    animation: 6s ease 0s infinite normal none running house;
}

.loading.ha-logo .circut {
    animation: 6s cubic-bezier(0.7, 0.1, 0.1, 0.9) 0s infinite normal none running circut;
}

@keyframes house {
    0% {
        stroke-dashoffset: -50;
        stroke-dasharray: 50, 50;
    }

    45% {
        stroke-dashoffset: -100;
    }

    50% {
        stroke: rgb(255, 67, 30);
    }

    60% {
        stroke: white;
    }

    75% {
        stroke: rgb(255, 67, 30);
    }

    80% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: -130;
        stroke-dasharray: 50, 50;
    }
}

@keyframes circut {
    0% {
        stroke-dasharray: 20, 20;
        stroke-dashoffset: -20;
    }

    13% {
        stroke-dashoffset: -20;
    }

    50% {
        stroke-dashoffset: -40;
        stroke: rgb(255, 67, 30);
    }

    60% {
        stroke: white;
    }

    70% {
        stroke: rgb(255, 67, 30);
    }

    85% {
        stroke-dashoffset: -40;
    }

    100% {
        stroke-dashoffset: -60;
        stroke-dasharray: 20, 20;
    }
}

@keyframes nodes {
    0% {
        stroke-dasharray: 0, 4;
    }

    25% {
        stroke-dasharray: 0, 4;
    }

    35% {
        stroke-dasharray: 4, 0;
        stroke: rgb(255, 67, 30);
    }

    41% {
        fill: none;
    }

    42% {
        fill: rgb(255, 67, 30);
    }

    55% {
        fill: none;
        stroke: rgb(255, 67, 30);
    }

    65% {
        fill: white;
        stroke: white;
    }

    75% {
        stroke: rgb(255, 67, 30);
        fill: none;
        stroke-dasharray: 4, 0;
    }

    85% {
        fill: rgb(255, 67, 30);
        stroke: rgb(255, 67, 30);
    }

    93% {
        fill: none;
        stroke-dasharray: 4, 0;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -4;
        stroke-dasharray: 0, 4;
    }
}

.ha-logo circle:nth-child(n) {
    animation-delay: -0.054s;
}

.ha-logo circle:nth-child(2n) {
    animation-delay: -0.108s;
}

.ha-logo circle:nth-child(3n) {
    animation-delay: -0.162s;
}

.ha-logo circle:nth-child(4n) {
    animation-delay: -0.216s;
}

.ha-logo circle:nth-child(5n) {
    animation-delay: -0.27s;
}

.ha-logo circle:nth-child(6n) {
    animation-delay: -0.324s;
}

.ha-logo circle:nth-child(7n) {
    animation-delay: -0.378s;
}

.ha-logo circle:nth-child(8n) {
    animation-delay: -0.432s;
}

.ha-logo circle:nth-child(9n) {
    animation-delay: -0.486s;
}

.ha-logo circle:nth-child(10n) {
    animation-delay: -0.54s;
}

.ha-logo circle:nth-child(11n) {
    animation-delay: -0.594s;
}

.ha-logo circle:nth-child(12n) {
    animation-delay: -0.648s;
}

.ha-logo circle:nth-child(13n) {
    animation-delay: -0.702s;
}

.ha-logo circle:nth-child(14n) {
    animation-delay: -0.756s;
}

@media screen and (max-width: 991px) {
    body {
        text-align: center;
    }

    .home-banner {
        padding: 10rem 0px 7.5rem;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

        .heading-area .title {
            font-size: 2.5rem;
        }

    .services-skill {
        margin-bottom: 2rem;
    }

    .team-item {
        margin-top: 4rem;
    }

    .about-list li {
        display: inline-block;
    }

    .testimonial-post {
        display: inline-block;
    }

        .testimonial-post .post {
            display: inline-block;
        }

    #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
        margin-bottom: 3rem;
    }

    #blog .heading-area {
        margin: 0px;
        padding: 7.5rem 0px;
    }

    .address-item {
        margin: 3rem 0px;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .blog-comment {
        margin-bottom: 4rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .blog-post-navigation {
        padding: 4rem 0px;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 1rem 0px;
    }

    .home-banner {
        padding: 7rem 0px 4.5rem;
    }

    .sidemenu_btn {
        right: 50px;
        position: absolute;
        left: auto;
        top: 35px;
    }

    .agency-num {
        right: 12px;
        top: 40%;
        font-size: 27px;
    }

    .parallax-box {
        padding: 1.5rem 0px;
    }

        .parallax-box i {
            font-size: 2.2rem;
        }

        .parallax-box h2 {
            font-size: 2.2rem;
        }

        .parallax-box h5 {
            font-size: 1rem;
        }

    .partners-slider {
        margin: 0px;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .heading-area {
        margin-bottom: 3rem;
    }

        .heading-area .title {
            font-size: 2rem;
        }

    #blog .heading-area {
        margin: 0px;
        padding: 4.5rem 0px;
    }

    .address-item {
        margin: 3rem 0px;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .side-menu {
        width: 380px;
    }

    .contact-sec .contact-form {
        /* width: 100%; */
        /* margin-left: 0px; */
        /* text-align: center; */
    }

    .contact-sec .contact-details {
        /* width: 100%; */
        /* margin-left: 0px; */
        /* margin-top: 80px; */
    }

        .contact-sec .contact-details ul li:first-child {
            width: 100%;
        }

        .contact-sec .contact-details ul li {
            display: block;
            margin-bottom: 30px;
        }

            .contact-sec .contact-details ul li i {
                margin-right: 0px;
                margin-bottom: 15px;
                display: block;
            }



    .quote-content {
        padding: 30px 20px;
        margin: 0px;
    }

        .quote-content #quote_submit_btn {
            margin-bottom: 0px;
        }

        .quote-content .form-check {
            padding: 10px 0px 40px;
        }


    header .item .cover {
        
       height: auto !important; 
        
    }
    header .item img {
    
        height: auto  !important;
   
    }
    header .item {
        height: auto !important; 
       
    }
    div#main_slider {
        margin-top: 7rem;
    }
    header .item .cover .header-content {
        padding: 24px !important;
        margin-top: -55px !important;
    }

}

@media (max-width: 575.98px) {





    .navbar-top-default {
        padding-bottom: 45px;
    }

    header a.logo {
        padding: 15px 10px 25px;
    }

        header a.logo img {
            max-width: 90px;
        }

    .header-appear .navbar-top-default {
        background: rgb(255 255 255);
        padding-bottom: 30px;
    }

    .header-appear .agency-num {
        top: 46%;
    }

    .side-menu .btn-close {
        top: 20px;
        right: 30px;
    }

    .slider-area .slider-content .heading {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .slider-social {
        display: none;
    }

    .real-state-form .contact-form input::placeholder,
    .real-state-form .contact-form .form-group select::placeholder {
        color: rgb(135, 153, 163);
        opacity: 1;
    }

    .real-state-form .select2-container--default .select2-selection--single {
        border-bottom: 2px solid rgb(236, 238, 242);
        width: 300px;
    }

        .real-state-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
            border-color: rgb(32, 32, 32) transparent transparent;
        }

        .real-state-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
            color: rgb(135, 153, 163);
        }

    .slider-form-area .contact-form .form-control {
        border-bottom: 2px solid rgb(236, 238, 242);
        color: rgb(32, 32, 32);
    }

    .book-property .booking-heading {
        color: rgb(32, 32, 32);
    }

    .real-state-form {
        padding: 50px 20px;
        border-radius: 0px;
        border: none;
        position: relative;
        z-index: 1;
        right: 0px;
        top: 0px;
        transform: translateY(0px);
        max-width: 500px;
        background: transparent;
    }

    .team-section .stats-heading-area .heading {
        font-size: 19px;
        margin-bottom: 32px;
    }

    .team-section .stats-heading-area .text {
        width: 100%;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 40px;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        top: auto;
        transform: translateY(0%);
        color: white;
    }

    .project-sec .project-links {
        display: none;
        display: none !important;
    }

    .project-box {
        background: transparent;
        padding: 0px;
    }

    .project-sec .project-area .project-detail .project-text {
        width: 100%;
        color: rgb(32, 32, 32);
    }

    .project-sec .project-area .project-detail .project-heading {
        color: rgb(32, 32, 32);
        font-size: 26px;
        line-height: 1.5;
    }

    .project-sec .project-area .project-detail .project-sub-heading {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-in {
        animation: 0s ease 0s 1 normal none running none !important;
    }

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .property-price {
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card {
        margin-bottom: 20px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0px;
    }

    .gallary-contact-btn a {
        margin-top: 0px;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    .gallary-sec .stats-heading-area .heading {
        font-size: 35px;
        line-height: 1.4;
    }

    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 32px;
    }

    #testimonial-slider .owl-nav {
        font-size: 26px;
    }

    .testimonial-content h2 {
        font-size: 40px;
    }

    .testimonial-content {
        padding-top: 75px;
    }

    .rating-part {
        margin-top: 80px;
    }

    .contact-sec .contact-form {
        /* width: auto; */
    }

    .filter-form .contact-form {
        padding: 30px 0px;
    }

        .filter-form .contact-form .form-group {
            width: 100%;
            margin-bottom: 30px;
        }

    .filter-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        position: absolute;
        left: 15px;
    }

    .product-body .breadcrumb {
        display: flex;
        justify-content: center;
    }



    .pro-description {
        margin-top: 20px;
    }

    .product-body .pro-detail-sec .pro-heading {
        font-size: 30px;
       
    }

    .product-all-details {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        text-align: center;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            height: 100%;
            display: flex;
            align-items: center;
        }

    .property-addtional-info {
        list-style: none;
        margin-left: 0px;
    }

    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .navbar-top-default {
        padding-bottom: 45px;
    }

    header a.logo {
        padding: 15px 10px 25px;
    }

        header a.logo img {
            max-width: 90px;
        }

    .header-appear .navbar-top-default {
        background: rgb(255, 255, 255);
        padding-bottom: 30px;
    }

    .header-appear .agency-num {
        top: 46%;
    }

    .slider-area .slider-content .heading {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .slider-social {
        display: none;
    }

    .real-state-form .contact-form input::placeholder,
    .real-state-form .contact-form .form-group select::placeholder {
        color: rgb(135, 153, 163);
        opacity: 1;
    }

    .real-state-form .select2-container--default .select2-selection--single {
        border-bottom: 2px solid rgb(236, 238, 242);
        width: 500px;
    }

        .real-state-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
            border-color: rgb(32, 32, 32) transparent transparent;
        }

        .real-state-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
            color: rgb(135, 153, 163);
        }

    .slider-form-area .contact-form .form-control {
        border-bottom: 2px solid rgb(236, 238, 242);
        color: rgb(135, 153, 163);
    }

    .book-property .booking-heading {
        color: rgb(32, 32, 32);
    }

    .real-state-form {
        padding: 50px 20px;
        border-radius: 0px;
        border: none;
        position: relative;
        z-index: 1;
        right: 0px;
        top: 0px;
        max-width: none;
        transform: translateY(0px);
        background: transparent;
    }

    .team-section .stats-heading-area .heading {
        font-size: 40px;
        margin-bottom: 32px;
    }

    .team-section .stats-heading-area .text {
        width: 100%;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 40px;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        top: auto;
        transform: translateY(0%);
        color: white;
    }

    .project-sec .project-links {
        display: none;
    }

    .project-box {
        background: transparent;
        padding: 0px;
    }

    .project-sec .project-area .project-detail .project-text {
        width: 100%;
        color: rgb(32, 32, 32);
    }

    .project-sec .project-area .project-detail .project-heading {
        color: rgb(32, 32, 32);
        font-size: 40px;
        line-height: 1.5;
    }

    .project-sec .project-area .project-detail .project-sub-heading {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .project-sec .project-area .project-detail .project-text {
        font-size: 16px;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-in {
        animation: 0s ease 0s 1 normal none running none !important;
    }

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .stats-heading-area p {
        font-size: 16px;
    }

    .property-price {
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card {
        margin-bottom: 60px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0px;
    }

    .gallary-contact-btn a {
        margin-top: 0px;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    .gallary-sec .stats-heading-area .heading {
        font-size: 40px;
        line-height: 1.4;
    }

    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 32px;
    }

    .filter-form .contact-form {
        padding: 30px 0px;
    }

        .filter-form .contact-form .form-group {
            width: 100%;
            margin-bottom: 30px;
        }

    .filter-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        position: absolute;
        left: 15px;
    }

    .product-body .breadcrumb {
        display: flex;
        justify-content: center;
    }

    .product-body .pro-detail-sec .pro-heading {
        font-size: 45px;
    }

    .pro-description {
        margin-top: 20px;
    }

    .product-all-details {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        text-align: center;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            height: 100%;
            display: flex;
            align-items: center;
        }

    .property-addtional-info {
        list-style: none;
        margin-left: 0px;
    }

    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .navbar-top-default {
        padding-bottom: 45px;
    }

    header a.logo {
        padding: 15px 10px 25px;
    }

        header a.logo img {
            max-width: 90px;
        }

    .header-appear .navbar-top-default {
        background: rgb(255, 255, 255);
        padding-bottom: 30px;
    }

    .header-appear .agency-num {
        top: 46%;
    }

    .sidemenu_btn {
        right: 50px;
        position: absolute;
        left: auto;
        top: 35px;
        display: block;
    }

    .agency-num {
        top: 41%;
    }

    .slider-area .slider-content .heading {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .slider-social {
        display: none;
    }

    .real-state-form .contact-form input::placeholder,
    .real-state-form .contact-form .form-group select::placeholder {
        color: rgb(135, 153, 163);
        opacity: 1;
    }

    .real-state-form .select2-container--default .select2-selection--single {
        border-bottom: 1px solid rgb(135, 153, 163);
        width: 700px;
    }

        .real-state-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
            border-color: rgb(32, 32, 32) transparent transparent;
        }

        .real-state-form
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
            color: rgb(135, 153, 163);
        }

    .slider-form-area .contact-form .form-control {
        border-bottom: 1px solid rgb(135, 153, 163);
        color: rgb(32, 32, 32);
    }

    .book-property .booking-heading {
        color: rgb(32, 32, 32);
    }

    .real-state-form {
        padding: 50px 20px;
        border-radius: 0px;
        border: none;
        position: relative;
        z-index: 1;
        right: 0px;
        top: 0px;
        transform: translateY(0px);
        max-width: inherit;
        background: transparent;
    }

    .team-section .stats-heading-area .text {
        width: 85%;
    }

    .testimonial-team .owl-item.center .item {
        margin-top: 60px;
    }

    .team-section .stats-heading-area .heading {
        font-size: 45px;
        margin-bottom: 40px;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        top: auto;
        transform: translateY(0%);
        color: white;
    }

    .project-sec .project-links {
        display: none;
    }

    .project-box {
        background: transparent;
        padding: 0px;
    }

    .project-sec .project-area .project-detail .project-text {
        width: 100%;
        color: rgb(32, 32, 32);
    }

    .project-sec .project-area .project-detail .project-heading {
        color: rgb(32, 32, 32);
        font-size: 40px;
        line-height: 1.5;
    }

    .project-sec .project-area .project-detail .project-sub-heading {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-in {
        animation: 0s ease 0s 1 normal none running none !important;
    }

    .property-details h5 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .property-price {
        text-align: center;
        margin-top: 15px;
    }

    .gallary-sec .card {
        margin-bottom: 60px;
    }

    .gallary-sec .gallary-manage-top {
        margin-top: 0px;
    }

    .gallary-contact-btn a {
        margin-top: 0px;
    }

    .gallary-sec .stats-heading-area .text {
        width: 100%;
    }

    .gallary-sec .stats-heading-area .heading {
        margin-bottom: 40px;
        font-size: 45px;
        line-height: 1.4;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0px;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0px;
        margin-top: 80px;
    }

        .contact-sec .contact-details ul li:first-child {
            width: 100%;
        }

        .contact-sec .contact-details ul li {
            display: block;
            margin-bottom: 30px;
        }

            .contact-sec .contact-details ul li i {
                margin-right: 0px;
                margin-bottom: 15px;
                display: block;
            }

    .filter-form .contact-form {
        padding: 30px 0px;
    }

        .filter-form .contact-form .form-group {
            width: 100%;
            margin-bottom: 30px;
        }

    .filter-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        position: absolute;
        left: 15px;
    }

    .product-body .breadcrumb {
        display: flex;
        justify-content: center;
    }

    .product-body .pro-detail-sec .pro-heading {
        font-size: 50px;
    }

    .pro-description {
        margin-top: 20px;
    }

    .product-all-details {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        text-align: center;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            height: 100%;
            display: flex;
            align-items: center;
        }

    .property-addtional-info {
        list-style: none;
        margin-left: 0px;
    }

    .swiper-container {
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0px;
        z-index: 1;
    }

    .Thumbs {
        flex-basis: 200px;
    }

    .product-body .product-detail .product-checklist ul li {
        text-align: left;
    }

    .property-addtional-info li {
        margin-bottom: 10px;
        text-align: left;
    }




    img.main-logo {
        max-width: 30%;
        margin-bottom: -29px;
    }

    .width-heading {
        width: 330px !important;
    }
}






@media (max-width: 1199.98px) and (min-width: 992px) {
    .project-sec .project-links {
        top: 92%;
        left: 45%;
    }

    .standard-btn {
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    .slider-social {
        right: 1%;
    }
}

@media (min-width: 1000px) {
    .project-sec .project-links {
        top: 90%;
        left: 42%;
    }

    .real-state-form {
        padding: 30px;
        top: 52%;
    }
}

@media (min-width: 1300px) {
    .project-sec .project-links {
        top: 85%;
        left: 44%;
    }
}

@media (min-width: 1600px) {
    .project-sec .project-links {
        top: 82%;
        left: 48%;
    }

    .slider-area .slider-content .heading {
        font-size: 60px;
    }
}

@media (min-width: 1700px) {
    .project-sec .project-links {
        top: 80%;
        left: 49%;
    }
}

@media (min-width: 1800px) {
    .project-sec .project-links {
        top: 75%;
        left: 50%;
    }
}

@media (max-width: 1599px) {
    .agency-num span i {
        display: block;
    }

    .whatsapp-num {
        display: none;
    }
}

header .item {
    height: 100vh;
    position: relative;
}

    header .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    header .item .cover {
        padding: 75px 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
    }

        header .item .cover .header-content {
            position: relative;
            padding: 56px;
            overflow: hidden;
        }

            header .item .cover .header-content .line {
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                position: absolute;
                border: 9px solid rgb(93 186 72);
                clip-path: polygon(0px 0px, 60% 0px, 36% 100%, 0px 100%);
            }

            header .item .cover .header-content h2 {
                font-weight: 300;
                font-size: 35px;
                color: rgb(255, 255, 255);
            }

            header .item .cover .header-content h1 {
                font-size: 56px;
                font-weight: 600;
                margin: 5px 0px 20px;
                word-spacing: 3px;
                color: rgb(255, 255, 255);
            }

            header .item .cover .header-content h4 {
                font-size: 24px;
                font-weight: 300;
                line-height: 36px;
                color: rgb(255, 255, 255);
            }

header .owl-item.active h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    left: 15px;
    top: 43%;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5) !important;
}

    header .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: rgb(255, 255, 255);
    }

    header .owl-nav .owl-prev:focus {
        outline: 0px;
    }

    header .owl-nav .owl-prev:hover {
        background: rgb(0, 0, 0) !important;
    }

header .owl-nav .owl-next {
    right: 15px;
    top: 43%;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5) !important;
}

    header .owl-nav .owl-next span {
        font-size: 1.6875rem;
        color: rgb(255, 255, 255);
    }

    header .owl-nav .owl-next:focus {
        outline: 0px;
    }

    header .owl-nav .owl-next:hover {
        background: rgb(0, 0, 0) !important;
    }

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

img.img-logo {
    max-width: 180px;
    background-color: rgb(255 255 255);
    padding: 10px;
    border-radius: 5px;
}

img.img-heder {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.59);
    border-radius: 40px;
    margin-left: -24px;
}

#call-to-action {
    background: 0% 0% / cover rgb(65, 62, 102);
    padding: 40px 0px;
}

    #call-to-action .cta-title {
        color: rgb(255, 255, 255);
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: rgba(255, 255, 255, 0.7);
    }

    #call-to-action .cta-btn {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 26px;
        border-radius: 3px;
        transition: all 0.5s ease 0s;
        margin: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        color: rgb(244, 244, 244);
    }

        #call-to-action .cta-btn:hover {
            background: rgb(237, 28, 36);
            border: 3px solid rgb(224, 67, 73);
        }

button.btn.btn-primary-modal {
    background-color: rgb(233, 107, 86);
    color: white;
    border-radius: 21px;
}

.modal-footer {
    margin: auto;
}

.floating-wpp-head {
    background-color: rgb(15, 123, 56) !important;
}

div#myButton {
    z-index: 2147483647;
}

#envelope {
    animation: 2s ease-in-out 0s infinite normal none running float;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: 1s ease-in-out 0s infinite normal none running blink;
}

#star2 {
    animation-delay: 100ms;
}

#star3 {
    animation-delay: 500ms;
}

#star4 {
    animation-delay: 700ms;
}

#star5 {
    animation-delay: 300ms;
}

#star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}



.title {
    font-family: Pacifico, cursive;
    color: rgb(33, 37, 41);
    font-size: 2.5rem;
}

.form-control {
    background-color: rgb(242, 246, 248);
    border-radius: 12px;
    border: none;
    box-shadow: rgb(0 0 0 / 11%) 0px 7px 5px !important;
}

.thick {
    height: 3.3rem;
    padding: 0.5rem 3.5rem;
}

img.main-logo {
    max-width: 150px;
    margin-bottom: -29px;
}

img.main-logo {
    margin-top: -36px;
}

/*****************FEATURES SECTION START*************/
#features {
    padding-top: 125px;
    padding-bottom: 125px;
}

.main-heading {
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -3px;
    font-weight: normal;
    text-align:center;
}

.sub-heading {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}

.feature-icon {
    font-size: 55px;
    margin-bottom: 13px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.feature-card .card {
    border: none;
}

.feature-card .card-title {
    font-size: 20px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.feature-card .card-body {
    padding: 2rem;
}

.box {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    border: 1px solid #000;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    margin-right: -1px;
}

    .box:hover {
        z-index: 10;
    }

    .box:before,
    .box:after {
        content: "";
        display: block;
        position: absolute;
        background: white;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1;
    }

    .box:before {
        width: calc(100% + 1px);
        height: 100%;
        z-index: 1;
        -webkit-transition: height 1s ease, opacity 0.8s ease;
        -o-transition: height 1s ease, opacity 0.8s ease;
        transition: height 1s ease, opacity 0.8s ease;
    }

    .box:after {
        height: calc(100% + 1px);
        width: 100%;
        z-index: 1;
        -webkit-transition: width 1s ease, opacity 0.8s ease;
        -o-transition: width 1s ease, opacity 0.8s ease;
        transition: width 1s ease, opacity 0.8s ease;
    }

    .box:hover:before,
    .box:focus:before {
        -webkit-transition: height 0.2s ease, opacity 0.3s ease;
        -o-transition: height 0.2s ease, opacity 0.3s ease;
        transition: height 0.2s ease, opacity 0.3s ease;
        height: 85%;
        opacity: 0.7;
        border: 1px solid #94cb00;
    }

    .box:hover:after,
    .box:focus:after {
        -webkit-transition: width 0.2s ease, opacity 0.3s ease;
        -o-transition: width 0.2s ease, opacity 0.3s ease;
        transition: width 0.2s ease, opacity 0.3s ease;
        width: 85%;
        opacity: 0.8;
        border: 1px solid #00b0cd;
    }

    .box:hover .box__image .card-title {
        color: #0c9a9a;
    }

    .box:hover .feature-icon {
        color: #94cb00;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

.box__image {
    /* fill: #000; */
    width: 100%;
    will-change: width;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

.col-height-features {
    height: 270px;
}

/******************GET ADMISSION SECTION STARTS***************/
#get-admission {
    margin-bottom: 125px;
}

.bg-admission-img {
    background-image: url("../img/admission-img.png");
    position: relative;
    min-height: 300px;
}

#get-admission .overlay-admission {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

#get-admission .admission-text {
    margin-top: 150px;
    margin-bottom: 150px;
}

/******************PORTFOLIO SECTION START****************/
.overlay-portfolio {
    position: absolute;
    min-height: 350px;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00b0cdd1;
}

.col-height-portfolio {
    height: 100%;
}

/*****************OUR TECHERS SECTION START**************/
#teachers {
    background: #f6f6f6;
    padding-top: 125px;
    padding-bottom: 125px;
}

.quotes {
    position: absolute;
    font-size: 12rem;
    z-index: 2;
    display: inline-block;
    right: 11%;
    bottom: 37%;
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg);
    color: #f6f6f6;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.testimonial-owl {
    cursor: pointer;
}

    .testimonial-owl:hover .quotes {
        color: #94cb00 !important;
        opacity: 0.4;
    }

.team-box,
.team-box .team-content,
#ourteachers-slider .center .team-box .team-content {
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
    transition: all 0.3s ease-in 0.1s;
}

.team-box {
    position: relative;
    padding: 20px 20px 100px 20px;
    overflow: hidden;
}

    .team-box .team-content {
        background: #00b0cd;
        padding: 30px 1.25rem;
        position: absolute;
        overflow: hidden;
        bottom: 0;
        left: 20px;
        right: 20px;
        -webkit-transform: translateY(53%);
        -ms-transform: translateY(53%);
        transform: translateY(53%);
        text-align: center;
    }

#ourteachers-slider .center .team-box .team-content {
    background: #94cb00;
    padding: 30px 1.25rem;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(53%);
    -ms-transform: translateY(53%);
    transform: translateY(53%);
    text-align: center;
}

.team-box.single .team-content {
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    transform: translateY(38%);
}

#ourteachers-slider .center .team-box.single .team-content {
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    transform: translateY(38%);
}

.team-box .team-content h3 {
    font-weight: normal;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    line-height: 1.3;
}

.team-box .team-content p {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.team-box:hover .team-content,
.team-box.single:hover .team-content,
#ourteachers-slider .center .team-box:hover .team-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#ourteachers-slider .owl-dots {
    margin-top: 70px !important;
    text-align: center;
}

    #ourteachers-slider .owl-dots .owl-dot.active span,
    .owl-testimonial .owl-dots .owl-dot:hover span {
        background: #00b0cd;
    }

    #ourteachers-slider .owl-dots .owl-dot span {
        background: white;
        border: 2px solid #00b0cd;
        border-radius: 50px;
        font-size: 0;
        padding: 5px;
        margin: 3px;
        text-align: center;
    }

i.fa.fa-globe {
    color: #0c457a;
}

i.fa.fa-graduation-cap {
    color: #5dba48;
}

i.fa.fa-id-card {
    color: #0c457a;
}

i.fa.fa-envelope-open {
    color: #0c457a;
}

i.fa.fa-university {
    color: #5dba48;
}

i.fa.fa-cube {
    color: #0c457a;
}

/******************ABOUT US PAGE START***********/
header .navbar-dark-vision {
    top: 0;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    /*z-index: 11;*/
    position: relative;
    background-color: #00b0cd !important;
}

    header .navbar-dark-vision .navbar-btn {
        border: 2px solid white;
    }

        header .navbar-dark-vision .navbar-btn:hover {
            border: 2px solid #94cb00;
        }

.bg-about-img {
    background-image: url("../img/about-header.png");
    position: relative;
}

#about-header .main-heading {
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.width-heading {
    /* width: 393px; */
    margin-right: auto;
}

.about-heading {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

.about-content span {
    font-size: 40px;
}

.text-width {
    width: 499px;
    margin-left: auto;
    margin-right: auto;
}

.bg-counter-img {
    background-image: url("../img/testimonial2.png");
    position: relative;
}

.counter-heading {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    cursor: pointer;
}

.counter {
    padding: 0;
    border-radius: 5px;
    text-align: center;
}

.counter_plus {
    font-size: 25px;
    font-weight: bold;
}

.count-title {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #94cb00;
    font-weight: bold;
    line-height: 1.333;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.wrapper:hover .counter_icon {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.count-text {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center;
}

.counter_icon {
    margin: 0 auto;
    float: none;
    display: table;
    font-size: 60px;
    padding-bottom: 5px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

/*********************CONTACT US PAGE START************/
.bg-contact-img {
    background-image: url("../img/contact-us/contact-header.png");
    position: relative;
}

.overlay-contact {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.row-height {
    height: 50vh;
}

#contactus-header .main-heading {
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#contact-content {
    /* padding-top: 125px; */
    /* padding-bottom: 125px; */
}

.contact-card.card {
    border: none;
    cursor: pointer;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

    .contact-card.card:hover.contact-card .location-icon {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

.contact-card .location-icon {
    font-size: 60px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.contact-card .card-text {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.contact-card .card-title {
    margin-top: 20px;
    margin-bottom: 6px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.form-outer {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    background: white;
    padding: 3% 4%;
    position: absolute;
    bottom: 6.5%;
    right: 9%;
    z-index: 10;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    margin-bottom: 10px;
}

.contact-btn {
    background-color: #00b0cd;
    border: 1px solid #00b0cd;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .contact-btn:hover {
        background-color: #94cb00;
        border: 1px solid #94cb00;
    }

.form-control {
    font-family: "Montserrat", sans-serif;
}

#contact-description {
    padding-top: 125px;
}
/*!*****MAP SECTION/*/
#map {
    overflow: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.green-color {
    color: #5dba48;
}

span.blue-color {
    color: #174b7e;
}
/* End  About  */
/* team */
.team-section {
    background-color: rgb(255, 255, 255);
    padding-bottom: 0px;
}

    .team-section .stats-heading-area .sub-heading {
        font-family: Roboto, sans-serif;
        font-size: 18px;
        color: rgb(32, 32, 32);
        font-weight: 400;
        margin-bottom: 20px;
    }

    .team-section .stats-heading-area .heading {
        color: rgb(32, 32, 32);
        font-family: Oswald, sans-serif;
        font-size: -37px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .team-section .stats-heading-area .heading {
        margin-bottom: 60px;
    }

        .team-section .stats-heading-area .heading span.color {
            display: inline-block;
            color: rgb(93, 186, 72);
        }

        .team-section .stats-heading-area .heading span {
            display: block;
        }

    .team-section .stats-heading-area .text {
        color: rgb(32, 32, 32);
        width: 53%;
        margin: 0px auto;
    }

    .team-section .team-member-area {
        margin-top: 20px;
    }

    .team-section .image-holder {
        cursor: pointer;
    }

        .team-section .image-holder:hover ~ .team-name {
            color: rgb(93 186 72);
        }

        .team-section .image-holder img {
            height: 250px;
            width: 250px;
            padding-top: 10px;
            background-color: rgb(227, 229, 228);
            border-radius: 50%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }

    .team-section .team-name {
        margin-top: 20px;
        color: rgb(32, 32, 32);
        transition: all 0.5s ease 0s;
    }
/* End team */


button.btn.btn-primary.buy.now {
    background-color: #5dba48;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #404040;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 8px;
                width: calc(100% - 140px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 30px;
                margin: 3px;
                background: #e96b56;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #e6573f;
                }

    #footer .footer-top {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #999999;
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 18px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #22da41;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #e96b56;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            text-align: left;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            
        }

        #footer .footer-top .footer-links {
            /*margin-bottom: 30px;*/
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ec7f6d;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #e96b56;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        z-index: 11111111111;
        /* position: initial; */
    }

section#about {
    margin-top: 12rem;
}

a.btn.btn-primary.portfolio {
    margin: auto;
    text-align: center;
    width: auto;
    height: auto;
    padding: 12px 40px 12px 40px;
    border-radius: 25px;
    background-color: #e96b56;
    border: none;
}

.btn-portfolio {
    width: 100%;
    text-align: center;
}

section#clients {
    margin-top: 7rem;
}

/ counters /
header h1 {
    font-size: 60px;
}

.counters {
    background: #2e4885;
    color: #ffffff;
    padding: 40px 20px;
    / border-top: 3px lightskyblue solid;
    / border: none;
    margin-bottom: 4rem;
}

    .counters .container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
        text-align: center;
    }

    .counters i {
        color: #e96b56;
        margin-bottom: 4px;
        font-size: 42px;
    }

    .counters .counter {
        font-size: 45px;
        margin: 10px 0;
    }

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

        .counters .container > div:nth-of-type(1),
        .counters .container > div:nth-of-type(2) {
            border-bottom: 1px lightskyblue solid;
            padding-bottom: 20px;
        }
}

@media (max-width: 640px) {
    .about_img {
        /* max-width: 90%; */
    }

    .about_img {
        /* max-width: 90%; */
        margin-top: -13px !important;
    }

    nav.nav-menu.d-none.d-lg-block {
        margin-top: 14px;
    }
    /*ENd counters */
    .at-expanding-share-button[data-position=bottom-right] {
        left: 10px !important;
    }

    .col-12.col-lg-6.product-detail-slider {
        padding: 20px;
    }

    .product-single-price {
        text-align: justify;
        font-size: 9px;
    }

    .col-lg-4.col-md-6.footer-contact {
        text-align: justify;
    }

    .col-lg-2.col-md-6.footer-links {
        text-align: justify;
    }

    section.about_content {
        padding: 1px !important;
        margin-top: -93px;
    }

    p.project-text {
        text-align: justify;
    }

    .main-logo.heder-logo {
        max-width: 150px;
    }

    .Quality {
        text-align: center;
    }
}

@media only screen and (max-width: 568px) {
    .side-menu .btn-close {
        top: 20px;
        right: 66px;
    }

    .row.product-list.product-detail {
        margin-top: 2rem !important;
    }
}


img.img-responsive.projectmanagerpicture.img-fluid.w-100 {
    border: 10px solid;
    color: #174b7ea6;
}

blockquote.mbb.block.text-justify {
    border: none;
}

.sale {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    position: relative;
}

    .sale img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: auto;
        transform: translate(-50%,-50%);
    }
.contact_btn {
    margin-top: 10px !important;
    margin-bottom: 20px;
}
.buy_now {
    background-color: #05973c;
    border-radius: 9px;
}

/*.row.product-list.product-detail {
    margin-top: 9rem;
}*/
.view-all {
    margin-top: 10px !important;
}

section#contact-content {
    padding: 0rem 0px;
}


.item img {
    object-fit: initial !important;
}
.product-box {
    padding-bottom: 25px !important;
   
}
.cta {
    background: linear-gradient(rgb(40 58 90 / 73%), rgb(40 58 90 / 80%)), url(../img/new.png) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

.cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}
h3.text-new-pdf {
    color: aliceblue;
}
section#cta {
    margin-top: 20px;
}