@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
}

.wrapper {
    overflow: hidden;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.navbar,
.navbar-link {
    padding: 0;
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
}

.swiper-slide.swiper-slide-active .slider-btn-info,
.sec-slider .swiper-slide.swiper-slide-active .slider-btn-info {
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.swiper-slider-main .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2FC844;
    border-radius: 30px;
    width: 15px;
    height: 15px;
}

.swiper-slider-main .swiper-pagination-bullet {
    margin: 0 7px 0 0;
    height: 5px;
}

.green-color {
    color: #2FC844;
}

nav.navbar.navbar-expand-lg.navbar-light {
    margin: 17px 0;
}

.navbar .navbar-nav {
    padding-top: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    font-weight: 500;
    color: #2FC844;
    transition: all 0.5s ease-in-out;
}

.navbar .nav-item .nav-link {
    padding: 0;
    font-family: Montserrat;
    transition: all 0.5s ease-in-out;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #374151;
}

.navbar .nav-item {
    margin: 0 17px;
}

.navbar .nav-item:last-child {
    margin-right: 0;
}

.hero {
    position: relative;
}

.hero-box .image-holder img {
    border-radius: 10px;
}

.hero .text-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 79px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .hero-box h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 107.1%;
    color: #164E63;
    max-width: 287px;
}

.hero .hero-box span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2FC844;
}

.hero .hero-box .text-p-hero {
    margin: 24px 0 21px;
}

.hero .hero-box p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    color: #164E63;
    max-width: 412px;
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: #2FC844;
    border-radius: 6px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 223px;
    width: 100%;
    height: 51px;
}

.btn:hover {
    background: #164E63;
    color: #fff;
}

.hero .hero-box .btn:focus,
.home-staging .content-box .btn:focus,
.heating-and-highlighting-ads .content-box .btn:focus {
    box-shadow: none;
}

.rose-img {
    position: absolute;
    right: -80px;
    bottom: -70px;
}

.carousel-indicators li {
    margin-top: -30px;
    background: rgba(17, 24, 39, 0.2);
    border-radius: 30px;
    width: 5px;
    height: 5px;
    border-top: none;
    border-bottom: none;
    opacity: 1;
}

.carousel-indicators li.active {
    background: #2FC844;
    border-radius: 30px;
    width: 15px;
    height: 5px;
}

.carousel-control-next-icon {
    background: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: auto;
    height: auto;
}

.carousel-control-prev {
    left: -30px;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    opacity: 1;
}

.carousel-control-prev-icon {
    background: url(../images/banner-left-arrow.png) no-repeat;
    background-size: cover;
    width: 58px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon:hover img.simple-state {
    display: none;
}

.carousel-control-prev-icon:hover img.hover-state {
    display: block;
}

.carousel-control-prev-icon img.hover-state {
    display: none;
}

.carousel-control-prev-icon img {
    position: relative;
    left: 10px;
}

.carousel-control-next-icon {
    background: url(../images/banner-right-arrow.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next-icon:hover img.simple-state {
    display: none;
}

.carousel-control-next-icon:hover img.hover-state {
    display: block;
}

.carousel-control-next-icon img.hover-state {
    display: none;
}

.carousel-control-next-icon img {
    position: relative;
    right: -5px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

.home-staging .content-box h4,
.heating-and-highlighting-ads .content-box h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    color: #164E63;
}

.home-staging .content-box span,
.heating-and-highlighting-ads .content-box span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2FC844;
}

.home-staging .content-box p,
.heating-and-highlighting-ads .content-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #164E63;
    margin: 23px 0 27px;
    max-width: 492px;
}

.home-staging .btn {
    max-width: 223px;
}

.home-staging {
    padding: 120px 0px 0;
}

.home-staging-left .img-holder img {
    width: 100%;
}

.home-staging .content-box {
    padding-top: 30px;
}

.home-staging .text-box {
    padding: 0 25px 0 11px;
}

.home-staging .text-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 29px;
    color: #164E63;
    margin-top: -45px;
    position: relative;
    padding: 24px;
    z-index: 100;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 129px 80px rgba(0, 0, 0, 0.03), 0px 53.8931px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 28.8138px 17.869px rgba(0, 0, 0, 0.0178832), 0px 16.1528px 10.0172px rgba(0, 0, 0, 0.015), 0px 8.57863px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 3.56976px 2.21381px rgba(0, 0, 0, 0.00843437);
}

.home-staging .text-box span {
    font-weight: bold;
}

.real-estate-presentation .head-text-box h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    margin: 0 auto;
    text-align: center;
    max-width: 480px;
    color: #164E63;
}

.real-estate-presentation .head-text-box {
    text-align: center;
    margin: 89px 0 78px;
}

.real-estate-presentation .head-text-box span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    /* identical to box height, or 182% */
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2FC844;
}

.real-estate-presentation .content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.real-estate-presentation .content-box h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.1%;
    margin-bottom: 13px;
    color: #164E63;
}

.real-estate-presentation .content-box p {
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    font-weight: normal;
    max-width: 505px;
    width: 100%;
    color: #164E63;
}

.real-estate-presentation .content-box a {
    text-decoration-line: underline;
    color: #2FC844;
}


/******* PHOTOGRAPHY SLIDE SEC *******/

.photography-slides .swiper-slide .image-holder {
    position: relative;
}

.photography-slides {
    margin: 127px 0 139px;
    position: relative;
    padding: 0 0 0px 18.4%;
}

.photography-slides .bg-flower {
    position: absolute;
    top: 103%;
    left: 21%;
}

.photography-slides .content-box h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.1%;
    color: #164E63;
}

.photography-slides .content-box p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    margin-top: 13px;
    color: #164E63;
    max-width: 505px;
}

.swiper-slide .image-holder {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.swiper-slide .image-holder:hover::after,
.swiper-slide .image-holder:hover .search-icon img {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.swiper-slide .image-holder::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(47, 200, 68, 0.8), rgba(47, 200, 68, 0.8));
    box-shadow: 0px 100px 80px rgba(47, 200, 68, 0.07), 0px 41.7776px 33.4221px rgba(47, 200, 68, 0.0503198), 0px 22.3363px 17.869px rgba(47, 200, 68, 0.0417275), 0px 12.5216px 10.0172px rgba(47, 200, 68, 0.035), 0px 6.6501px 5.32008px rgba(47, 200, 68, 0.0282725), 0px 2.76726px 2.21381px rgba(47, 200, 68, 0.0196802);
    border-radius: 10px;
}

.swiper-slider-main {
    position: relative;
    margin: 74px 0 0 0;
}

.swiper-slider-main::after {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    width: 228px;
    height: 100%;
    background: linear-gradient(to right, #FFFFFF 60.66%, rgba(255, 255, 255, 0) 98.85%);
    border-radius: 10px;
    z-index: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    margin: 33px 0 0 270px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #2FC844;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.swiper-button-next {
    background: #F9FAFB;
    right: 156px;
    height: 29px;
    width: 29px;
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%), 0px 4px 6px -2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    color: #2FC844;
    transition: all 0.5s ease-in-out;
}

.swiper-button-prev {
    background: #F9FAFB;
    height: 29px;
    width: 29px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    left: 276px;
    color: #2FC844;
    z-index: 1000;
}

.swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.photography-slides .image-holder {
    position: relative;
}

.photography-slides .image-holder .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.photography-slides .image-holder .search-icon img:hover {
    opacity: 1;
}

.photography-slides .image-holder .search-icon img {
    height: 48px;
    width: 48px;
    opacity: 0;
    z-index: 100;
}

.Videoobhliadky {
    background: #2FC844;
    padding: 101px 0 136px;
    position: relative;
}

.Videoobhliadky .content-box {
    padding-top: 19px;
    width: 495px;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.Videoobhliadky .content-box h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    color: #FFFFFF;
}

.Videoobhliadky .content-box span {
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.Videoobhliadky .img-holder {
    position: relative;
    z-index: 2;
    margin-left: 80px;
}

.Videoobhliadky .img-holder img {
    width: 100%;
}

.Videoobhliadky .img-holder a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-modal .modal-body iframe {
    width: 100%;
    height: 270px;
    border-radius: 10px;
}

.Videoobhliadky .img-holder iframe {
    width: 594px;
    height: 365px;
    border-radius: 10px;
}

.Videoobhliadky .content-box p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 18px 0 30px;
    max-width: 492px;
}

.Videoobhliadky .content-box .btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 15px;
    background: white;
    color: #000000;
}

.Videoobhliadky .content-box .btn:hover {
    background-color: #164E63;
    color: white;
}

.Videoobhliadky .content-box .btn:focus {
    box-shadow: none;
}

.Videoobhliadky-flower {
    position: absolute;
    bottom: 0;
    right: -100px;
}


/*********** MODERN TOOLS SEC ******/

.modern-tools-left {
    margin-top: -15px;
}

.modern-tools-left .row {
    margin: 0 -9px;
}

.modern-tools-left [class*="col-"] {
    padding: 0 9px;
}

.modern-tools-left .image-holder {
    position: relative;
    margin: 15px 0;
}

.modern-tools-left .image-holder img {
    width: 100%;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.modern-tools-left .image-holder a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modern-tools-left .image-holder a img {
    width: auto;
}

.modern-tools .content-box h2 {
    margin-bottom: 13px;
    max-width: 300px;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.1%;
    color: #FFFFFF;
}

.modern-tools {
    background: #2FC844;
    position: relative;
    padding-bottom: 130px;
}

.content-box-right {
    padding: 0 0 0 80px;
}

.modern-tools .content-box p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 26px;
    color: #FFFFFF;
    max-width: 492px;
}

.modern-tools .content-box p:last-child {
    margin-bottom: 0;
}

.moderntools-flower {
    position: absolute;
    left: 225px;
    bottom: -145px;
}


/******* VIRTUAL TOUR SEC *****/

.virtual-tours {
    padding-top: 115px;
}

.virtual-tours .content-box {
    position: relative;
    z-index: 1;
}

.virtual-tours h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    color: #164E63;
}

.virtual-tours span {
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2FC844;
}

.virtual-tours p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    margin: 16px 0 21px;
    color: #164E63;
    max-width: 492px;
}

.virtual-tours .image-holder {
    position: relative;
    z-index: 2;
    padding-top: 15px;
}

.virtual-tours .image-holder img {
    max-width: inherit;
}

.virtual-tours-flower {
    position: absolute;
    top: -61px;
    right: -60px;
}


/******* DEMO VIRTUAL TOURS SEC ******/

.demos-virtual-tours .modern-tools-left {
    margin: 60px 0 0 0;
}

.demos-virtual-tours {
    position: relative;
    background: #F9FAFB;
    padding: 45px 0 0;
}

.demos-virtual-tours .modern-tools-left h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 107.1%;
    margin-bottom: 8px;
    color: #164E63;
}

.demos-virtual-tours .content-box {
    padding: 90px 59px 79px 56px;
    border-radius: 10px 10px 0 0;
    background: white;
    margin-left: 80px;
}

.demos-virtual-tours h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.1%;
    max-width: 246px;
    margin-bottom: 21px;
    color: #164E63;
}

.demos-virtual-tours p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    max-width: 492px;
    color: #164E63;
}


/******* DRONE SHOTS SEC ******/

.drone-slider .swiper-button-prev {
    left: 313px;
}

.drone-slider .swiper-button-next {
    right: 166px;
}

.drone-shots {
    margin: 112px 0 125px;
}

.drone-slider {
    margin-top: 30px;
}

.drone-slider .row {
    margin: 0 -5px;
}

.drone-slider [class*="col-"] {
    padding: 0 5px;
}

.drone-shots .image-holder {
    position: relative;
    margin-top: 10px;
}

.drone-shots .image-holder img {
    width: 100%;
}

.drone-shots .image-holder a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.drone-shots .content-box {
    padding-top: 15px;
}

.drone-shots .content-box .text-box {
    max-width: 492px;
    width: 100%;
    margin-left: auto;
}

.drone-shots .content-box h2 {
    color: #164E63;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
}

.drone-shots .content-box span {
    color: #2FC844;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
}

.drone-shots .content-box p {
    color: #164E63;
    font-weight: normal;
    font-size: 16px;
    margin: 24px 0 21px;
    line-height: 29px;
}


/******* THREED VISUALIZATION SEC ******/

.threeD-visualization {
    background-color: #fff;
    padding: 0;
}

.threeD-visualization .content-box {
    padding: 20px 0 0 0;
}

.threeD-visualization .image-holder {
    padding-top: 0;
    max-width: 493px;
    width: 100%;
    margin-left: auto;
}

.threeD-visualization .image-holder img {
    max-width: 100%;
}


/******* UNNECESSARY INSPECTION SEC ******/

.unnecessary-inspections-sec {
    position: relative;
    margin: 146px 0 120px;
}

.unnecessary-inspections-sec .content-box {
    padding: 56px;
    position: relative;
    z-index: 100;
    background: #F9FAFB;
    border-radius: 10px;
    max-width: 607px;
}

.unnecessary-inspections-sec h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.1%;
    color: #164E63;
    margin-bottom: 21px;
}

.unnecessary-inspections-sec p {
    max-width: 492px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #164E63;
    padding-bottom: 35px;
}

.unnecessary-inspections-sec p:last-child {
    padding-bottom: 0;
}

.unnecessary-left .row {
    margin: 0c -9px;
}

.unnecessary-left [class*="col-"] {
    padding: 0 9px;
}

.unnecessary-left .image-holder {
    margin: 0 0 30px 0;
}

.unnecessary-left .image-holder img {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
}

.No-more-unnecessary-inspections-flower {
    position: absolute;
    left: 328px;
    bottom: -178px;
}

.unnecessary-left.aniimated-thumbnials {
    display: flex;
    flex-wrap: wrap;
}

.unnecessary-left.aniimated-thumbnials a {
    width: 50%;
    padding: 0 9px;
}

.unnecessary-left.aniimated-thumbnials a:hover .image-holder span {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.unnecessary-left.aniimated-thumbnials a:hover .image-holder:after {
    opacity: 1;
    transition: all 0.3s;
    visibility: visible;
}

.unnecessary-left.aniimated-thumbnials .image-holder {
    position: relative;
}

.unnecessary-left.aniimated-thumbnials .image-holder span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10;
}

.unnecessary-left.aniimated-thumbnials .image-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: o;
    bottom: 0;
    background: linear-gradient(0deg, rgba(47, 200, 68, 0.8), rgba(47, 200, 68, 0.8)), url(.jpg);
    box-shadow: 0px 100px 80px rgb(47 200 68 / 7%), 0px 41.7776px 33.4221px rgb(47 200 68 / 5%), 0px 22.3363px 17.869px rgb(47 200 68 / 4%), 0px 12.5216px 10.0172px rgb(47 200 68 / 4%), 0px 6.6501px 5.32008px rgb(47 200 68 / 3%), 0px 2.76726px 2.21381px rgb(47 200 68 / 2%);
    border-radius: 10px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
}


/******HEATING HIGHLIGHTING SEC******/

.heating-highlighting-left {
    padding-right: 50px;
}

.heating-highlighting-left .image-holder img {
    width: 100%;
}

.heating-highlighting-left .text-box {
    padding: 0 56px 0 23px;
    margin: -70px 0 0 0;
    position: relative;
    z-index: 1;
}

.heating-highlighting-left .text-box-inner {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 129px 80px rgba(0, 0, 0, 0.03), 0px 53.8931px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 28.8138px 17.869px rgba(0, 0, 0, 0.0178832), 0px 16.1528px 10.0172px rgba(0, 0, 0, 0.015), 0px 8.57863px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 3.56976px 2.21381px rgba(0, 0, 0, 0.00843437);
    border-radius: 10px;
}

.heating-highlighting-left .text-box-inner p {
    color: #164E63;
    font-weight: normal;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 26px;
}

.heating-highlighting-left .text-box-inner p:last-child {
    margin-bottom: 0;
}

.heating-highlighting-left .text-box-inner p strong {
    font-weight: bold;
}

.heating-highlighting-left .text-box-inner p strong span {
    color: #2FC844;
    text-decoration-line: underline;
}

.heating-and-highlighting-ads .content-box {
    margin-bottom: 43px;
}

.heating-and-highlighting-ads {
    position: relative;
    padding-bottom: 123px;
}

.heating-and-highlighting-ads-flower {
    position: absolute;
    right: 25px;
    bottom: -127px;
    z-index: 1;
}


/******* PRESENTATION SOCIAL SEC ******/

.Presentation-social-networks {
    position: relative;
    background: #2FC844;
    padding: 122px 0 220px;
}

.Presentation-social-networks:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 35px;
    background-color: #ffff;
    width: 50%;
}

.Presentation-social-networks h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    color: #FFFFFF;
}

.Presentation-social-networks span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    /* identical to box height, or 182% */
    letter-spacing: 0.2em;
    text-transform: uppercase;
    /* white */
    color: #FFFFFF;
}

.Presentation-social-networks p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    padding: 16px 0 21px;
    color: #FFFFFF;
    max-width: 492px;
}

.Presentation-social-networks .btn:hover {
    background-color: #164E63;
    color: white;
}

.Presentation-social-networks .btn:focus {
    box-shadow: none;
}

.Presentation-social-networks .btn {
    background: white;
    color: #000000;
}

.Presentation-social-networks .image-holder {
    padding-top: 35px;
}

.social-networks {
    padding-bottom: 90px;
}

.social-networks-inner {
    padding: 56px 65px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 129px 80px rgba(0, 0, 0, 0.03), 0px 53.8931px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 28.8138px 17.869px rgba(0, 0, 0, 0.0178832), 0px 16.1528px 10.0172px rgba(0, 0, 0, 0.015), 0px 8.57863px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 3.56976px 2.21381px rgba(0, 0, 0, 0.00843437);
    margin: -168px 0 0 0;
    position: relative;
    z-index: 1;
}

.social-networks .text-box h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 107.1%;
    color: #164E63;
}

.social-networks .text-box span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2FC844;
}

.social-networks .para-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    max-width: 492px;
    color: #164E63;
    margin: 0;
    padding: 0;
}

.transportation {
    padding: 0 0 130px;
    background: url(../images/transportation-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.transportation .last-text {
    margin-bottom: 0;
}

.transportation h2,
.free-pricing h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    /* or 34px */
    /* cyan/900 */
    color: #164E63;
}

.free-pricing .content-box {
    padding-top: 14px;
}

.transportation span,
.free-pricing span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 29px;
    /* identical to box height, or 182% */
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2FC844;
}

.transportation p,
.free-pricing p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    margin: 21px 0;
    color: #164E63;
    max-width: 492px;
}

.transportation .btn:hover,
.free-pricing .btn:hover {
    background-color: #164E63;
}

.transportation .btn:focus,
.free-pricing .btn:focus {
    box-shadow: none;
}

.transportation-inner .image-holder {
    margin-bottom: 20px
}

.free-pricing {
    position: relative;
    padding: 214px 0 50px;
}

.free-pricing .image-holder {
    position: relative;
    z-index: 2;
}

.free-pricing-flower {
    position: absolute;
    bottom: -72px;
    right: 210px;
}

footer {
    position: relative;
    z-index: 2;
    background: #F9FAFB;
}

footer .footer-main h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 107.1%;
    max-width: 352px;
    color: #164E63;
}

footer .footer-main {
    padding-top: 92px;
}

footer .footer-main .media h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    max-width: 348px;
    color: #164E63;
}

footer .footer-main .media p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    max-width: 348px;
    margin-top: 14px;
    color: #164E63;
}

footer .footer-main li {
    margin-bottom: 35px;
}

footer .footer-main .image-holder {
    margin-right: 12px;
}

.footer-bottom .footer-btm-content {
    display: flex;
    justify-content: space-between;
}

footer .footer-bottom .social-icons li {
    margin-right: 21px;
}

footer .footer-bottom .social-icons li a {
    color: #D1D5DB;
    font-size: 24px;
}

footer .footer-bottom .social-icons li a:hover {
    color: #2FC844;
}

footer .footer-bottom p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 27px;
    /* identical to box height, or 192% */
    text-align: right;
    /* cyan/700 */
    color: #0E7490;
}

.footer-bottom {
    padding: 23px 0 20px;
}

footer .footer-bottom .social-icons li img:hover {
    cursor: pointer;
    background: #2FC844;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.video-modal .modal-body iframe {
    width: 100%;
    height: 520px;
}

.modal-dialog {
    max-width: 900px;
}

.swiper-slide {
    display: block;
}

.img-holder {
    position: relative;
    overflow: hidden;
}

.img-holder img {
    width: 100%;
}

.img-holder .demo-gallery-poster img {
    width: auto;
}

.img-holder .demo-gallery-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: o;
    bottom: 0;
    background: linear-gradient(0deg, rgba(47, 200, 68, 0.8), rgba(47, 200, 68, 0.8)), url(.jpg);
    box-shadow: 0px 100px 80px rgba(47, 200, 68, 0.07), 0px 41.7776px 33.4221px rgba(47, 200, 68, 0.0503198), 0px 22.3363px 17.869px rgba(47, 200, 68, 0.0417275), 0px 12.5216px 10.0172px rgba(47, 200, 68, 0.035), 0px 6.6501px 5.32008px rgba(47, 200, 68, 0.0282725), 0px 2.76726px 2.21381px rgba(47, 200, 68, 0.0196802);
    border-radius: 10px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
}

.swiper-slide.img-holder:hover .demo-gallery-poster {
    opacity: 1;
    visibility: visible;
}

#exampleModalCenter iframe {
    border-radius: 10px;
}

#exampleModalCenter .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 10px;
}

body.modal-open>div.bg,
.modal-backdrop.fade.show {
    opacity: 0.9;
}

.close {
    position: absolute;
    top: -37px;
    opacity: 1;
    right: 10px;
}

.close img {
    height: 20px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.staging-dron {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}
.staging-dron a{
    width: 25%;
    padding: 0 15px;
}
.staging-dron a .staging-dron-box {
    position: relative;
}
.staging-dron a .staging-dron-box img{
    border-radius: 10px; 
}
.staging-dron a .staging-dron-inner h4{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #164E63;
    text-transform: capitalize;
}
.staging-dron a .staging-dron-inner span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    transition: all 0.3s;
}
.staging-dron-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(47, 200, 68, 0.8), rgba(47, 200, 68, 0.8)), url(.jpg);
    box-shadow: 0px 100px 80px rgba(47, 200, 68, 0.07), 0px 41.7776px 33.4221px rgba(47, 200, 68, 0.0503198), 0px 22.3363px 17.869px rgba(47, 200, 68, 0.0417275), 0px 12.5216px 10.0172px rgba(47, 200, 68, 0.035), 0px 6.6501px 5.32008px rgba(47, 200, 68, 0.0282725), 0px 2.76726px 2.21381px rgba(47, 200, 68, 0.0196802);
    border-radius: 10px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.staging-dron-box:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.staging-dron a:hover .staging-dron-inner span{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    z-index: 100;
}
/******* CONTACT PAGE ******/
.contact-us-sec {
    padding: 100px 0;
    height: calc(100vh - 150px);
}

.contact-us-inner h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    color: #164E63;
}
.contact-us-inner p {
    font-size: 16px;
    line-height: 29px;
    font-weight: normal;
    color: #164E63;
    margin-bottom: 40px;
}
.contact-us-inner .form-group{
    display: flex;
    margin-bottom: 30px;

}
.contact-us-inner .form-group label {
    font-weight: bold;
    font-size: 16px;
    color: #164E63;
    width: 90px;
    text-align: right;
    margin-right: 20px;
}
.contact-us-inner .form-group .form-control{
    box-shadow: none;
    color: #164E63;
       border: 1px solid rgba(128, 128, 128, 0.40);
    border-radius: 0;
    height: 40px;
}
.contact-us-inner .form-group textarea.form-control{
    height: 150px;
    resize: none;
}
.contact-us-inner .form-group a{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: #2FC844;
    border-radius: 6px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 223px;
    width: 100%;
    height: 51px;
}
.contact-us-inner .form-group a:hover{
    background: #164E63;
    color: #fff;
}
.contact-detail ul li{
    display: flex;
    margin-bottom: 20px;
}
.contact-detail ul li span {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    height: 25px;
}
.contact-detail ul li .text-box{
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
.contact-detail ul li .text-box p{
    font-weight: bold;
    color: #164E63;;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px  !important;
}
.contact-detail ul li .text-box strong{
    font-weight: 300;
    color: #164E63;;
    line-height: 16px;
    font-size: 16px;
}
.contact-detail ul li .text-box a{
    font-weight: bold;
    color: #164E63;;
    font-size: 16px;
    line-height: 16px;
}
.contact-detail ul li .text-box h4{
    font-weight: bold;
    color: #164E63;;
    font-size: 16px;
    line-height: 16px;
}

#video-modal .loader {
    border: 10px solid #f3f3f3; 
    border-top: 10px solid #2FC844;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    transform: translate(-50%, -50%);
}
  
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}