/* ------------------------------------------------------------------------------
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.8 Colors

  2.  Navbar

      2.1 Navbar Desctop
      2.2 Navbar Mobile
      2.3 Navbar Fixed
      2.4 Navbar White
      2.6 Navbar Responsive
      2.5 Navbar 2

  3.  Masthead

      3.1 Revolution Slider
      
  4.  Sections
      
      4.1 Helpers
      4.2 Progress
      4.3 Carousels

          4.3.1 Dots
          4.3.2 Arrows
          4.3.3 Responsive

  5. Content

      5.1 Lines

  6. Projects
  7. Testimonials
  8. Footer



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/
/* 1.1 General */
@import url('bootstrap.min.css');
@import url('aos.css.pagespeed.ce.cUuqYdGMV1PGDe8Yzbmc.css');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root{
    --secondary: #cae4f7;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1rem;
    line-height: 1.625;
    color: #787878;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #98bfdb;
}

::selection {
    background-color: #98bfdb;
    color: #fff;
}

-webkit-::selection {
    background-color: #98bfdb;
    color: #fff;
}

::-moz-selection {
    background-color: #98bfdb;
    color: #fff;
}


/* 1.2 Typography */


@font-face {
    font-family: 'swansearegular';
    src: url('../fonts/swansea-webfont.woff2') format('woff2'),
    url('../fonts/swansea-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'swanseabold';
    src: url('../fonts/swansea_bold-webfont.woff2') format('woff2'),
    url('../fonts/swansea_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
.h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 5.3125rem;
    font-weight: normal;
    line-height: 1;
    color: #000;
    margin: 2rem 0;
}

h2,
.h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 2.5625rem;
    line-height: 1.219;
    color: #000;
    margin: 2rem 0;
}

h3,
.h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 1.6725rem;
    line-height: 1.322;
    color: #000;
    margin: 1.5rem 0;
}

h4,
.h4 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.363636;
    color: #000;
    margin: 1.5rem 0;
}

h5,
.h5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.4125;
    color: #000;
    margin: 1rem 0;
}

h6,
.h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #000;
    margin: 1rem 0;
    text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    font-family: 'Work Sans', sans-serif;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}

.font-weight-normal {
    font-family: 'Work Sans', sans-serif;
}

b, strong, .font-weight-bold {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
}

mark {
    display: inline-block;
    background: #000;
    color: #fff;
}

p {
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #98bfdb;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover,
a:focus {
    color: #98bfdb;
    outline: none;
}

a:focus {
    text-decoration: none;
}

.display-3 {
    font-size: 4.4rem;
    line-height: 1.1;
}

.size-md {
    font-size: 1.215rem;
}

/* 1.3 Fields */


.form-group {
    margin-bottom: 30px;
}

.form-control,
textarea.form-control {
    font-size: 1rem;
    height: 3.225em;
    border-radius: 0;
    padding-left: 22px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

textarea.form-control {
    height: 7.9rem;
    padding-top: 1rem;
    resize: none;
}

.form-control:focus {
    border-color: #98bfdb;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #767676;
}

.form-control::-webkit-input-placeholder {
    color: #767676;
}

label.error {
    border-color: #98bfdb;
    padding: 9px 0 0 0;
    font-size: 0.9rem;
}

.mc-label {
    padding: 9px 0 0 0;
    font-size: 0.9rem;
    color: #000;
}

.message {
    margin-bottom: 30px;
    display: none;
    color: #98bfdb;
}


/* 1.4 Buttons */


.btn {
    font-family: 'Work Sans', sans-serif !important;
    position: relative;
    display: inline-block;
    border: 0.2em solid #98bfdb;
    border-radius: 0;
    height: 2.75rem;
    padding: 0 2.4em !important;
    font-size: 0.875rem !important;
    color: #000;
    white-space: nowrap;
    text-align: center;
    text-transform: inherit;
    text-decoration: none;
    background-color: #98bfdb;
    letter-spacing: 1px;
    border-width: 1px;
    line-height: 2.75rem;
    font-weight: 600;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-dark {
    background: #000;
    border-color: #000;
}

.btn-dark:hover {
    background-color: #98bfdb;
    border-color: #98bfdb;
}

button {
    outline: none;
    border: 0;
    background: none;
    padding: 0;
}

.btn .arrow {
    position: relative;
    width: 0.6rem;
    left: 0.6rem;
    top: -0.3rem;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: all .3s ease !important;
}

.btn .arrow-top, .btn .arrow-bottom {
    background: #fff;
}

.btn:hover .arrow {
    left: 0.8rem;
}


/* 1.5 Icons */


ion-icon {
    color: #98bfdb;
    font-size: 3.8rem;
    --ionicon-stroke-width: 17px;
}

.square-plus {
    position: relative;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: #98bfdb;
    text-align: center;
    vertical-align: middle;
    transition: all .3s ease;
}

.square-plus:hover {
    background: #000;
}

.square-plus ion-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    --ionicon-stroke-width: 35px;
}

.linear-icon {
    font-size: 3.125rem;
    color: #000;
}

.circle-icon {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    font-size: 2.225rem;
    color: #fff;
    background: #98bfdb;
    border-radius: 50%;
}

.icon-plus {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 2rem;
    background: #000;
}

.icon-plus:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background: #fff;
}

.icon-plus:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: #fff;
}


/* 1.6 Loader */


.loader {
    position: absolute;
    z-index: 10;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #98bfdb;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* 1.7 Colors */


.text-dark {
    color: #000 !important;
}

a.text-dark:hover {
    color: #98bfdb !important;
    text-decoration: none;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #787878 !important;
}

a.text-body:hover {
    text-decoration: none;
    color: #000 !important;
}

.text-primary {
    color: #98bfdb !important;
}

.text-opacity-white {
    color: rgba(255, 255, 255, 0.8);
}


/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/


.navbar {
    position: absolute;
    z-index: 300;
    width: 100%;
    padding: 0 15px;
    height: 5.9rem;
    transition: all .3s ease;
    top: 0;
}

@media (min-width: 1200px) {
    .navbar {
        padding: 0 3rem;
    }
}

.navbar,
.navbar a,
.navbar a:hover,
.navbar a:focus {
    color: #000;
}

.toggler {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: none;
    border: 0;
    filter: invert(1);
}

.toggler:focus {
    outline: none;
}

.toggler-icon {
    display: block;
    border-top: 2px solid #000;
    margin-top: 0.5rem;
}

.toggler-icon:first-child {
    margin-top: 0;
}

.navbar-brand,
.brand {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1.775rem;
    color: #000;
    padding: 0;
    line-height: 1.1;
}

.navbar-brand {
    /*position: absolute;*/
    margin-right: 3rem;
}

.navbar-brand:hover,
.navbar-brand:focus,
.brand:hover,
.brand:focus {
    color: #000;
    text-decoration: none;
}

.navbar ul {
    margin-bottom: 0;
}

.navbar-desctop .social-icons {
    margin: 0 0 0 -1.5rem;
}

.navbar .phone {
    font-size: 1.1rem;
}

.navbar .social-icons {
    position: absolute;
    right: 0;
}

.social-icons {
    margin-left: -1.5rem;
}

.social-icons li {
    float: left;
    margin-left: 1.5rem;
}

.social-icons ion-icon {
    display: block;
    font-size: 1.2rem;
    color: #98bfdb;
    transition: all 0.3s ease;
}

.social-icons ion-icon:hover {
    color: #98bfdb;
}


/* 2.1 Navbar Desctop */


/*.navbar-desctop:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 0;
  background:#fff;
  transition: all 0.3s ease;
}*/

.navbar-nav-desctop {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 0.775rem;
    text-transform: uppercase;
    margin-top: 0.3rem;
}

.nav-link {
    padding: 0;
}

.navbar-nav-desctop li a {
    color: #fff;
    transition: all 0.3s;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif !important;
}

.navbar-nav-desctop li a.btn {
    color: #252424 !important;
    text-transform: capitalize !important;
}

.navbar-nav-desctop li a:hover {
    text-decoration: none;
}

.navbar-nav-desctop li a.btn:hover {
    color: #fff !important;
}

.navbar-nav-desctop > li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.navbar-nav-desctop > li:last-child {
    margin-right: 0px;
}

.navbar-nav-desctop > li > a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.navbar-nav-desctop > li > .active,
.navbar-nav-desctop > li > a:hover {
    color: #98bfdb;
}

.navbar-nav-desctop li ul {
    opacity: 0;
    visibility: hidden;
    padding: 0.4rem 1.8rem;
    position: absolute;
    top: 100%;
    left: -1.8rem;
    background: #fff;
    color: #000;
    min-width: 12rem;
    margin-left: -1.5rem;
    transition: all 0.3s linear;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.navbar-nav-desctop li:hover ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.navbar-nav-desctop li ul li {
    margin: 1.2rem 0;
}

.navbar-nav-desctop li ul li a {
    display: block;
}

.navbar-nav-desctop li ul .active a,
.navbar-nav-desctop li ul li:hover a {
    color: #98bfdb;
}


/* 2.2 Navbar Mobile */


.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 201;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.5s;
}

.navbar-mobile {
    align-items: baseline;
    flex-wrap: unset;
    padding: 2.4rem 4.5rem 1.3rem;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #fff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.language {
    margin-top: 0;
    font-size: 0.875rem;
}

.language li {
    float: left;
    margin-right: 1.3rem;
    text-transform: uppercase;
}

.language li:last-child {
    margin-right: 0;
}

.language li a {
    color: #000;
}

.language .active a,
.language a:hover {
    color: #98bfdb;
    text-decoration: none;
}

.navbar-mobile .close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1;
}

.navbar-mobile .close:hover {
    opacity: 1;
    color: #98bfdb;
}

@media (min-width: 576px) {
    .navbar-mobile {
        width: 50%;
        max-width: 32rem;
    }
}

.navbar-mobile-footer {
    margin-top: auto;
}

.navbar-nav-mobile {
    display: block;
    margin-top: 9vh;
}

.navbar-nav-mobile > li {
    margin-bottom: 3vmin;
}

.navbar-nav-mobile > li > a {
    font-family: 'Work Sans', sans-serif !important;
    color: #000;
    font-size: 2rem;
}

.navbar-nav-mobile .active > a,
.navbar-nav-mobile li a:hover {
    color: #98bfdb;
    text-decoration: none;
}

.navbar-nav-mobile li ul {
    display: none;
}

.navbar-nav-mobile li li {
    margin-bottom: 0.3rem;
}

.navbar-nav-mobile li li:first-child {
    padding-top: 0.5rem;
}

.navbar-nav-mobile li li a {
    font-family: 'Work Sans', sans-serif !important;
    color: #787878;
    font-size: 1rem;
}

.navbar-nav-mobile li .active a,
.navbar-nav-mobile li li:hover a {
    font-family: 'Work Sans', sans-serif !important;
    color: #000;
    font-size: 1rem;
}

.menu-is-open {
    overflow: hidden;
}

.menu-is-open .navbar-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-is-open .click-capture {
    visibility: visible;
    opacity: 1;
}


/* 2.3 Navbar Fixed */


.navbar.fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    height: 100px;
    background: #1d265be8;
}

.navbar.fixed:before {
    height: 100%;
}


/* 2.4 Navbar White */


.navbar-white:not(.fixed) .navbar-brand,
.navbar-white:not(.fixed) .navbar-brand:hover,
.navbar-white:not(.fixed) .navbar-brand:focus,
.navbar-white:not(.fixed) .navbar-nav-desctop > li > a,
.navbar-white:not(.fixed) .navbar-nav-desctop > li > a,
.navbar-white:not(.fixed) .social-icons ion-icon,
.navbar-white:not(.fixed) .phone {
    color: #fff;
}

.navbar-white:not(.fixed) .navbar-nav-desctop > .active > a,
.navbar-white:not(.fixed) .navbar-nav-desctop > li:hover > a,
.navbar-white:not(.fixed) .social-icons ion-icon:hover {
    color: #98bfdb;
}

.navbar-white:not(.fixed) .toggler-icon {
    border-color: #fff;
}


/* 2.5 Navbar Responsive */


@media (max-width: 1550px) {


    .navbar-brand {
        position: relative;
    }

    /*.navbar  .container{
      margin:0;
    }*/

}


/* 2.6 Navbar 2 */

.navbar-2:not(.fixed) .navbar-nav-desctop > .active > a,
.navbar-2:not(.fixed) .navbar-nav-desctop > li:hover > a,
.navbar-2:not(.fixed) .social-icons ion-icon:hover {
    color: #fff;
}


/*-------------------------------------------------------------------------------
  3. Masthead
-------------------------------------------------------------------------------*/


main {
    overflow: hidden;
}

.masthead {
    position: relative;
    height: 75vh;
    background-size: cover;
    display: flex;
    align-items: center;
    /*padding:9rem 0 8rem 0;*/
    background-position: left top;
    background-size: cover;
    overflow: visible;
}

.masthead-2 {
    padding: 12rem 0 4rem 0;
}

.opener {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.blur-scroll {
    filter: blur(10px);
    transition: all 1s ease;
}

.blur-scroll.loaded {
    filter: blur(0);
}

.link-arrow {
    font-size: 1.215rem;
}

.link-arrow div {
    display: inline-block;
    vertical-align: middle;
}

.link-arrow .arrow {
    position: relative;
    top: -0.1rem;
    left: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    transition: all .3s ease;

}

.link-arrow.text-white .arrow-top,
.link-arrow.text-white .arrow-bottom {
    background: #fff;
}

.link-arrow:hover {
    text-decoration: none;
}

.link-arrow:hover .arrow {
    left: 0.2rem;
    text-decoration: none;
}


/* 3.1 Revolution Slider */


.rev_slider {
    color: #fff;
}

.tp-parallax-wrap {
    z-index: 1 !important;
}

.tp-bullet {
    width: 27px;
    height: 6px;
}


/*-------------------------------------------------------------------------------
  4. Sections
-------------------------------------------------------------------------------*/


.section {
    padding: 7rem 0;
}

.section-sm {
    padding: 4.75rem 0;
}

.section-md {
    padding: 6.25rem 0;
}

.section-xs {
    padding: 1.75rem 0;
}


@media (min-width: 768px) {
    .section {
        padding: 12.5rem 0;
    }
}


/* 4.1 Helpers */


@media (min-width: 768px) {
    .wide-lg {
        position: relative;
        z-index: 1;
        width: 133.3333%;
    }
}

.bg-gray {
    background: #f6f6f6;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.size-sm {
    font-size: 0.875rem;
}

.text-underline {
    text-decoration: underline;
}

[data-aos="blur"] {
    -webkit-fiter: blur(10px);
    filter: blur(10px);
}

.aos-animate[data-aos="blur"] {
    -webkit-fiter: blur(10px);
    filter: blur(0);
}

.pl-30px {
    padding-left: 30px;
}


@media (min-width: 768px) {
    .pl-md-30px {
        padding-left: 30px !important;
    }

    .pr-md-30px {
        padding-right: 30px !important;
    }
}

@media (min-width: 992px) {
    .pl-lg-30px {
        padding-left: 30px !important;
    }

    .pr-lg-30px {
        padding-right: 30px !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .pl-xl-0 {
        padding-left: 0px !important;
    }

    .pr-xl-0 {
        padding-right: 0px !important;
    }
}


/* 4.2  Progress */


.progress {
    height: 7px;
    border-radius: 0;
    background-color: #f1f1f1;
}

.progress-bar {
    position: relative;
    background-color: transparent;
    transition: all 0.3s ease;
}

.progress-bar-line {
    background: #98bfdb;
    content: '';
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.progress-bar-line[data-aos="width"] {
    width: 0;
}

.aos-animate.progress-bar-line[data-aos="width"] {
    width: 100%;
}


/* 4.3 Carousels */


.works-carousel {
    overflow: hidden;
}

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

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

.testimonials-carousel .owl-prev {
    transform: none;
    top: 0;
    left: auto;
    right: 3.75rem;
    background: #f6f6f6 !important;
    margin-right: 15px;
}

.testimonials-carousel .owl-next {
    transform: none;
    top: 0;
    right: 0;
    background: #f6f6f6 !important;
}

.testimonials-carousel .owl-prev:hover,
.testimonials-carousel .owl-next:hover {
    background: #98bfdb !important;
}

.experience-number {
    font-size: 8rem;
    line-height: 1;
}

.experience-number .plus {
    vertical-align: top;
    font-size: 30%;
}

/* 4.3.1 Dots */


.owl-dots {
    width: 100%;
    margin-top: 3.5rem;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 0.45rem;
}

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

.owl-dots span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #d6d6d6;
}

.owl-dot.active span {
    background-color: #98bfdb;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-prev,
.owl-next {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    transition: all .3s ease-in-out;
}

.owl-next {
    left: auto;
    right: 30px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #98bfdb !important;
    border-color: #98bfdb !important;
}


/* 4.3.2 Arrows */


.arrow {
    position: relative;
    width: .875rem;
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.arrow-top, .arrow-bottom {
    background-color: #000;
    height: 2px;
    left: -10%;
    position: absolute;
    top: 50%;
    width: 100%;
}

.arrow-top:after,
.arrow-bottom:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}

.arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.owl-prev:hover .arrow-top:after,
.owl-next:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}

.owl-prev:hover .arrow-bottom:after,
.owl-next:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}

.owl-prev .arrow {
    transform: scaleX(-1);
}

.owl-prev .arrow:active {
    transform: scaleX(-1) scale(0.9);
}

.arrow-top:after {
    background-color: #fff;
}

.arrow-bottom:after {
    background-color: #fff;
}

.arrows-nav .arrow {
    width: 1.225rem;
    height: 1.95rem;
}

.arrows-nav .prev .arrow {
    transform: scaleX(-1);
}

.arrows-nav .arrow-top:after,
.arrows-nav .arrow-bottom:after {
    background-color: red;
}

.arrows-nav .arrow:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}

.arrows-nav .arrow:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}


/* 4.3.3 Responsive */


.section-right {
    margin-left: 15px;
}


.section-right .owl-item > div {
    width: 450px;
}

@media (min-width: 576px) {
    .section-right {
        margin-left: calc(50% - 255px);
    }

    .section-right .owl-item > div {
        width: 510px;
    }
}

@media (min-width: 768px) {
    .section-right {
        margin-left: calc(50% - 345px);
    }

    .section-right .owl-item > div {
        width: 690px;
    }
}

@media (min-width: 992px) {
    .section-right {
        margin-left: calc(50% - 465px);
    }

    .section-right .owl-item > div {
        width: 620px;
    }
}

@media (min-width: 1200px) {
    .section-right {
        margin-left: calc(50% - 555px);
    }

    .section-right .owl-item > div {
        width: 740px;
    }
}


/*-------------------------------------------------------------------------------
  5. Content
-------------------------------------------------------------------------------*/


.content {
    position: relative;
    overflow: hidden;
}


/* 5.1 Lines */


.lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lines div {
    height: 100%;
}

.lines .container .row {
    margin: 0;
}

.lines .container .row div {
    padding: 0;
}

.lines .container .row div:before,
.lines .container .row div:first-child:after,
.lines .container .row div:nth-child(2):after,
.lines .container .row div:nth-child(3):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.07);
}

.lines .container .row div:before {
    left: 0;
    right: auto;
}

.lines .container .row div:nth-child(2):after,
.lines .container .row div:nth-child(3):after {
    display: none;
}

@media (min-width: 768px) {
    .lines .container .row div:first-child:after {
        display: none;
    }

    .lines .container .row div:nth-child(2):after {
        display: block;
    }
}

@media (min-width: 992px) {

    .lines .container .row div:first-child:after,
    .lines .container .row div:nth-child(2):after {
        display: none;
    }

    .lines .container .row div:nth-child(3):after {
        display: block;
    }
}

.lines-white .container .row div:before,
.lines-white .container .row div:first-child:after,
.lines-white .container .row div:nth-child(2):after,
.lines-white .container .row div:nth-child(3):after {
    background-color: rgba(255, 255, 255, 0.1);
}


/*-------------------------------------------------------------------------------
  6. Projects
-------------------------------------------------------------------------------*/


.hover {
    margin: 0;
    overflow: hidden;
}

.hover figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: all .3s ease;
}

.hover figcaption mark.h3 {
    padding: 0.3rem 0.7rem 0.2rem;
}

.hover figcaption .category {
    font-size: 0.775rem;
    text-transform: uppercase;
    padding: 0.3rem 0.7rem 0.2rem;
}

.hover img {
    display: block;
    transition: all .3s ease;
}

.hover:hover img {
    transform: scale(1.1) rotate(-4deg);
}

.hover:hover figcaption {
    opacity: 1;
    transform: translateY(0) rotate(0);
}

.hover-2 {
    overflow: hidden;
}

.hover-2 img {
    display: block;
    transition: all .3s ease;
}


.hover-2 figcaption {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
}

.hover-2 figcaption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 46, 49, 0.9);
    opacity: 0;
    transition: all .3s ease;
}

.hover-2 figcaption a {
    color: #fff;
}

.hover-2 figcaption a:hover {
    text-decoration: none;
}

.hover-2 figcaption p {
    margin: 0;
}

.hover-2 figcaption .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .3s ease;
}

.hover-2 figcaption .inner .link-arrow {
    position: absolute;
    bottom: 30px;
}

.hover-2 .icon-plus {
    position: absolute;
    right: 30px;
    top: 30px;
}

.hover-2:hover img {
    transform: scale(1.2) rotate(-4deg);
}


.hover-2 figcaption:hover:before {
    opacity: 1;
}

.hover-2 figcaption:hover .inner {
    opacity: 1;
    transform: translate(0);
}

.masonry-item figure {
    margin: 0;
}


/*-------------------------------------------------------------------------------
  7. Testimonials
-------------------------------------------------------------------------------*/


@media (min-width: 768px) and (max-width: 991px) {
    .testimonials-title {
        position: relative;
        top: -10rem;
    }
}


/*-------------------------------------------------------------------------------
  8. Footer
-------------------------------------------------------------------------------*/


footer {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {

    body.fixed-footer .wrapper {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    /** body.fixed-footer footer{
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
    }**/
    body.fixed-footer .wrapper {
        position: relative;
        margin-bottom: 750px;
        z-index: 200;
        background: #fff;
    }
}

.menu li a {
    color: #fff;
}

.menu li {
    margin-bottom: 0.2rem;
}

.menu .active a,
.menu li:hover a {
    color: #98bfdb;
    text-decoration: none;
}

#home video {
    position: relative;
    height: 95vh;
    object-position: top;
    object-fit: cover;
}

#home .video-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-logo {
    width: 250px;
    transition: 0.4s all ease;
}

.fixed .header-logo {
    display: block;
}

.video-box h1 {
    color: #fff;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 30px;
}

.video-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Work Sans', sans-serif !important;
    margin-bottom: 0px;
}

.video-box {
    background: #1d265b;
    color: #fff;
    padding: 40px;
    max-width: 625px;
    margin-top: -125px;
    float: right;
}

#about .box-content p {
    margin: 0;
    color: rgb(29, 38, 87);
}

#about .box-content h3 {
    margin: 5px 0;
    color: #98bfdb;
    font-size: 30px;
}

#works .owl-carousel .owl-item img {
    min-height: 500px;
    object-fit: cover;
    object-position: center;
}

#testimonials .btn, #specialization .btn, #news .btn, #footer .btn {
    margin-top: 25px;
}

#footer {
    background: #1e265b;
    padding: 60px 0;
    color: #fff;
    font-family: 'Work Sans', sans-serif !important;
}

#gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery .single-pic:nth-child(2n) img {
    margin-top: 30px;
}

.fixed .header-logo {
    display: block;
}

#home .video-container {
    position: absolute;
    top: 0px;
}

#home .text-middle h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

#home .text-middle h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

#home .text-middle span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    width: 290px;
    margin-left: 10px;
    font-weight: 300;
    line-height: 1.1;
    font-family: 'Work Sans', sans-serif !important;
}

#home .text-middle a {
    display: inline-block;
}

#home .text-middle a:hover {
    text-decoration: none;
}

#home .text-middle a img {
    display: inline-block;
}

#gallery .hover {
    border-radius: 15px;
}

#gallery .images {
    padding: 120px 0px;
    transition: all .3s ease;
}

#gallery .images:hover {
    transform: scale(1.1) rotate(0deg);
}

#gallery .images h3 {
    color: #fff;
    font-size: 40px;
}

#gallery .images:hover a {
    color: #fff;
}

#about {
    padding: 100px 0;
}

#about .top {
    background: #99bfdb;
    padding: 30px 60px !important;
    margin-bottom: 15px;
}

#about .top h2 {
    font-family: 'Work Sans', sans-serif !important;
    margin-bottom: 20px !important;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
}

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

#about .top a.btn {
    background: #ffffff;
    color: #000000;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 16px;
}

#about .top p {
    color: #6d7278;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif !important;
}

#about .box-content span {
    display: inline-block;
    margin-bottom: 10px;
}

#about .box-content p, #about .box-content h3 {
    color: rgb(29, 38, 87);
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin: 0px;
}

#about .box-content p {
    font-size: 18px;
    font-weight: 400 !important;
}

#about .box-content h3 {
    font-size: 24px;
    margin: 5px 0;
    color: rgb(29, 38, 87);
    font-weight: 500 !important;
}

#about .tilted-img {
    margin-top: 20px;
    position: absolute;
    right: 0px;
    padding: 0px 63px;
}

#about .tilted-img img {
    border-radius: 15px;
}

#works h2, #works h1 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;
}

#works h4,
#single-quartier-properties h4 {
    margin: 0px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
}

.works-img {
    position: relative;
}

.works-img a:hover figure {
    transform: scale(1.05) rotate(0deg);
}

.works-img figure {
    background-size: cover !important;
    height: 300px;
    border-radius: 10px;
    transition: all .3s ease;
}

#works label,
#single-quartier-properties label {
    font-size: 14px;
    color: #fff;
    font-family: 'Work Sans', sans-serif !important;
}

#works span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
}

#single-quartier-properties {
    padding-top: 50px;
}

#single-quartier-properties span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
}

.works-img img {
    border-radius: 10px;
    width: 100%;
}

#news {
    padding: 0px 0px;
}


.flush {
    padding: 0px;
}

.bg-blue {
    background: #1e2756;
    border-radius: 10px;
    padding: 50px 60px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.bg-blue h4 {
    color: #fff;
    margin: 0px;
}

.bg-blue .btn {
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
}

#news .one-img {
    -ms-transform: rotate(-10deg); /* IE 9 */
    transform: rotate(-10deg);
    position: relative;
    z-index: 99999;
}

#news .two-img {
    -ms-transform: rotate(10deg); /* IE 9 */
    transform: rotate(10deg);
    position: relative;
    top: 30px;
    right: 65px;
    box-shadow: 3px -6px 9px 1px #3c446d;
}

#news .top-book {
    position: relative;
    top: 25px;
}

#contact h1 {
    margin: 0px 0px 15px 0px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;
    letter-spacing: -2px;
    font-size: 30px;
}

#contact {
    padding-bottom: 50px;
    padding-top: 120px;
}

#footer p {
    font-size: 20px;
    margin: 10px 0px;
}

#footer .navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif !important;
}

#footer .p-text p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0px;
    line-height: 28px;
    font-family: 'Work Sans', sans-serif !important;
}

#contact p {
    font-family: 'Work Sans', sans-serif !important;
}

#contact a.btn {
    margin-top: 30px;
}

#works {
    padding-top: 120px;
    padding-bottom: 0px;
}

#footer a.btn {
    color: #252424;
    letter-spacing: 0px;
    text-transform: capitalize !important;
    min-width: 150px;
}


/** EQUIPE PAGE CSS **/
#gallery.profile-content {
    padding-top: 90px;
    padding-bottom: 20px;
}

#gallery .space-side {
    padding: 0px 100px;
}

#gallery.profile-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 0px;
    font-family: 'Work Sans', sans-serif !important;
}

#gallery.profile-content h4 {
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif !important;
}

#gallery.profile-content p {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif !important;
}

#gallery.profile-content p a {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif !important;
    text-decoration: none;
    color: #000000;
}

#gallery.profile-content ul li img {
    width: auto;
}

#gallery.profile-content ul {
    padding: 15px 0px 0px 0px;
}

#gallery.profile-content ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}

#gallery.profile-content ul li:first-child {
    padding-left: 0px;
}

#gallery.profile-content ul li a {
    font-size: 30px;
    color: #aaaaaa;
}

#gallery.profile-content a.btn {
    background: #1e265b;
    /* line-height: 70px; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    height: auto;
    padding: 0px 18px !important;
    border-radius: 6px;
    width: 100%;
}

#works.ladministration {
    background: #eff0f2;
    padding-top: 60px;
}

#works.ladministration p a {
    text-decoration: none;
}

#works.ladministration ul li:first-child {
    margin-left: 0px;
}

#works.ladministration ul li:last-child {
    margin-right: 0px;
    float: right;
}

#works.ladministration ul li {
    list-style: none;
    width: 18%;
    float: left;
    margin: 0px 13px;
}

.flush-right {
    padding-right: 0px;
}

#works.ladministration ul li img {
    width: 100%;
}

#works.ladministration ul {
    width: 100% !important;
    margin-bottom: 0px;
    float: left;
    padding-left: 5px;
}

#works.ladministration ul li h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}

#works.ladministration ul li h5 {
    font-size: 16px;
    color: #000;
    margin: 0px;
    font-family: 'Work Sans', sans-serif !important;
}

#contact.nos {
    margin-top: 165px;
}

#contact.nos .nos-content {
    box-shadow: 0px 0px 2px 2px #efefef;
    float: left;
    width: 100%;
    background: url(https://equipels.com/wp-content/themes/lacasseshapcott/img/ximg-5.jpg.pagespeed.ic.5XFQUc4TnKDELapJJO4B.jpg) right center no-repeat;
    padding: 65px 0px;
    background-size: 50% 100%;
}

#contact.nos .nos-content h2 {
    color: #121a52;
    margin-bottom: 0px;
}

#contact.nos .nos-content p {
    color: #1e2756;
    font-size: 18px;
}

#contact.nos .nos-content a.btn {
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
}

.profilef-model .modal-dialog {
    max-width: 900px;
}


.profilef-model .modal-header img {
    width: 30%;
    margin-right: 25px;
    display: inline-block;
}

.profilef-model .modal-header .author-details {
    display: inline-block;
}

.profilef-model .modal-header h3 {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}

.modal-header label {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: 'Work Sans', sans-serif !important;
}

.profilef-model .modal-header {
    border-bottom: 1px solid #aeaeae;
}

.profilef-model .modal-header a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-left: 30px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif !important;
}

.profilef-model .modal-header .row {
    width: 100%;
}

.profilef-model .modal-content {
    padding: 0px 25px;
    border-radius: 15px;
}

.profilef-model .modal-body ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.profilef-model .modal-body ul li {
    color: #1a2258;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif !important;
}

.profilef-model .modal-body h4 {
    color: #1d255a;
    font-weight: 600;
    font-size: 26px;
    margin: 10px 0px;
    font-family: 'Work Sans', sans-serif !important;
}

.profilef-model button.close {
    font-size: 40px;
    color: #d2cece;
    padding: 0px;
    outline: 0;
    margin: 0px;
}

.profilef-model ul.images-model {
    width: 100%;
    padding: 30px 15px;
}

.profilef-model ul.images-model li {
    list-style: none;
    display: inline-block;
    width: 17%;
    margin: 0px 10px;
}

.profilef-model ul.images-model li img {
    width: 100%;
}

.profilef-model ul.images-model li:first-child {
    margin-left: 0px;
}

.profilef-model ul.images-model li:last-child {
    margin-right: 0px;
}

.profilef-model figure {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}

.visible-xs {
    display: none;
}

.pb-120 {
    padding-bottom: 120px !important;
}

form input[type="text"], form input[type="email"], form input[type="tel"], form textarea, form select {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #1e265b;
    padding: 0px 0px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #000;
    margin: 0px 0px 20px 0px;
    font-family: 'Work Sans', sans-serif !important;
    outline: 0px;
    padding-left: 10px;
}

form textarea {
    height: 100px;
    /*line-height: 1.3;*/
}

.agentprofile {
}

.agentprofile img {
    max-width: 100%;
    border-radius: 100%;
}


.prop-details {
    padding: 80px 0px;
}

.prop-details h4, .prop-details h5 {
    font-family: 'Work Sans', sans-serif !important;
    margin-bottom: 20px !important;
    font-size: 30px;
    font-weight: 600;
}

.prop-details h5 {
    font-size: 24px;
    font-weight: 600;
}

.prop-details p {
    color: #6d7278;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif !important;
}

.prop-details .fas {
    color: #000;
    font-size: 30px;
}

.prop-details .socials li {
    list-style: none;
    display: inline-block;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    font-size: 20px;
}

.prop-details .socials a {
    color: #fff;
}

.prop-details .sidebar .btn {
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}

#media {
    padding: 80px 0 50px;
}

.inner-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/mtl_night.jpg) 50% 50% no-repeat;
    height: 300px;
    background-size: cover !important;
}

#gallery {
    margin: 125px 0px 0px 0px;
}

@media (max-width: 767px) {

    .masthead {
        padding-top: 170px;
    }

    .visible-xs {
        display: block;
    }

    #home .video-box {
        display: none;
    }

    #home .text-middle h3 {
        font-size: 32px;
    }

    #home .text-middle h4 {
        font-size: 24px;
    }

    #gallery {
        padding: 50px 0px;
    }

    #gallery .images {
        margin-bottom: 15px;
    }

    #about .top {
        padding: 20px !important;
    }

    #about .top-minus {
        margin-top: 0px;
        padding: 20px 15px;
    }

    #works {
        padding: 50px 0px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .works-img {
        margin-top: 20px;
    }

    .bg-blue {
        padding-left: 15px;
    }

    .navbar-nav-mobile {
        margin-top: 0px;
    }

    .navbar-nav-mobile > li > a {
        font-size: 28px;
    }

    #gallery .space-side {
        padding: 0px 0px !important;
    }

    #gallery.profile-content a.btn, .member-btn {
        font-size: 16px !important;
        width: 100% !important;
        margin-bottom: 25px;
    }

    #works h2, #works h1 {
        font-size: 36px;
    }

    #works.ladministration ul li {
        width: 100% !important;
        margin: 0px !important;
    }

    #works.ladministration {
        padding-top: 5px !important;
    }

    #works.ladministration ul li h5 {
        margin-bottom: 20px !important;
    }

    #contact.nos .nos-content {
        background: none !important;
    }

    .header-logo {
        width: 215px;
    }

    .profilef-model .modal-content {
        padding: 0px 10px;
    }

    .profilef-model .modal-header img {
        width: 100%;
    }

    .profilef-model ul.images-model li {
        width: 100%;
        padding: 10px 0px;
    }

    .profilef-model ul.images-model {
        padding: 15px 20px;
    }

    #contact.nos .nos-content h2 {
        margin-top: 20px;
    }

    .navbar-nav {
        margin-bottom: 15px;
    }

    .equipe-text span {
        margin-top: 14px;
        width: auto !important;
    }

    .equipe-text a img {
        float: left;
    }

    #gallery.profile-content {
        padding-bottom: 50px;
    }

    #contact.nos {
        margin-top: 0px;
    }

    .flush-right {
        padding-right: 15px;
    }

}

/* Landscape tablets and medium desktops */
@media (min-width: 768px) and (max-width: 1169px) {

    .navbar-nav-desctop li a.btn {
        padding: 5px 10px !important;
    }

    #gallery.profile-content ul li {
        padding: 0px 0px;
    }

    .profilef-model .modal-dialog {
        max-width: 800px;
    }

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

    .navbar-nav-desctop > li {
        margin-right: 10px;
    }

    .profilef-model .modal-header a {
        margin-left: 5px;
    }

    .navbar-nav-desctop > li a {
        font-size: 10px;
    }

    #gallery .space-side {
        padding: 0px 0px !important;
    }

    #gallery.profile-content a.btn {
        font-size: 16px !important;
    }

    #works.ladministration ul li h3 {
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
    }

    #works.ladministration ul li h4 {
        font-size: 10px;
    }

    #works.ladministration {
        padding-top: 30px;
    }

    #works.ladministration ul li {
        width: 16.7%;
    }

    #contact.nos .nos-content {
        background-size: 50% 100%;
    }

}

#resources img {
    width: 100%;
    max-width: 100%;
}

#post-page {
    padding: 60px 0;
    background: #98bfdb;
}

#post-page a:hover {
    text-decoration: none;
}

div.holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
}

#post-page span.holder .post-title {
    color: #fff;
}

.single-blog p, .single-blog li {
    color: #000;
}

.single-blog a {
    color: #1e265b;
    transition: 0.4s all ease;
}

.single-blog a:hover {
    color: #98bfdb;
    text-decoration: none;
}

#recent {
    padding: 50px 0;
}

.color-white {
    color: #fff !important;
}

.member-gif {
    display: none;
}

.btn.btn-primary:hover .member-img, .member-btn:hover .member-img {
    display: none;
}

.btn.btn-primary:hover .member-gif, .member-btn:hover .member-gif {
    display: block;
}

.member-img, .member-gif {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
}

#works img {
    max-width: 100%;
}

#works .member-btn, #gallery .member-btn {
    cursor: pointer;
}

#works h3 {
    margin-bottom: 0;
}

#works h5 {
    margin-top: 0;
}


#gallery.profile-content .btn.btn-primary, .member-btn {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    height: 100%;
}

.hover2 {
    margin: 0;
    overflow: hidden;
}

.hover2 img {
    transition: 0.3s all ease;
}

.hover2:hover img {
    transform: scale(1.05) rotate(0deg);
}

#sectors {
    padding: 70px 0;
}

#sectors img {
    max-width: 100%;
}

#sectors img {
    border-radius: 15px;
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#sectors .inner {
    position: relative;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: 0.4s all ease;
}

#sectors .inner:hover {
    transform: scale(1.1);
}

#sectors .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

#sectors .inner h4 {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

#sectors .single-sector {
    overflow: hidden;
    border-radius: 15px;
}

.otgs-development-site-front-end {
    display: none !important;
}

.s-description .inner {
    background: #1e265b;
    color: #fff;
    padding: 40px;
    filter: drop-shadow(2px 4px 6px #000);
    border-radius: 5px;
}

.s-description .inner p {
    margin: 0;
}

@media screen and (min-width: 991px) {
    .s-description {
        margin-top: -70px;
    }
}

#ssec .inner.big-title {
    overflow: hidden;
}

#ssec .inner.big-title h1 {
    font-size: 190px;
    color: #98bfdb;
    opacity: 0.2;
    letter-spacing: 2px;
}

#ssec ul {
    list-style: circle;
    padding-left: 40px;
}

#faq {
    padding: 60px 0 120px;
    background: #1e265b;
    color: #fff;
    margin-top: 50px;
}

.color-white {
    color: #fff !important;
}

#faq .single-faq {
    border-bottom: 1px solid rgba(152, 191, 219, 0.3);
    padding-bottom: 15px;
    cursor: pointer;
}

#faq h4 {
    margin: 0;
}

#sector-cta {
    padding-bottom: 60px;
}

#sector-cta img {
    width: 100%;
    margin-top: -70px;
    filter: drop-shadow(2px 4px 6px #ccc);
}

#sector-cta .inner {
    padding-left: 30px;
}

.inner-banner.smaller {
    height: 130px;
}

.property .works-img a:hover figure, .props .works-img a:hover figure {
    transform: none;
    opacity: 0.9;
}

#works span,
#single-quartier-properties span {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(29, 37, 88, 0.6));
}

#interactifs .img {
    position: absolute;
    top: -70px;
    width: 100%;
}

#apple .img {
    position: absolute;
    right: 50px;
    bottom: 0;
}

#home.team h2 {
    color: #fff;
    padding-top: 75px;
}

#rencontrer .img {
    position: absolute;
    top: -110px;
    width: 85%;
}

#rencontrer .img img {
    width: 100%;
}

#footer .inner a.tel {
    display: block;
    color: #fff;
    transition: 0.4s all ease;
}

#footer .inner a.tel:hover {
    color: #98bfdb;
    text-decoration: none;
}

.contenu img, .content img {
    max-width: 100% !important;
}

#apple.page-guides {
    margin-bottom: 50px;
}

.coming-soon {
    display: inline-block;
    background: #dc1c2e;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 22px;
    margin-left: 20px;
}

.bloc-guides.title-banner {
    margin-bottom: 125px;
}

#works.props {
    padding: 50px 0;
}

#about.str {
    padding-top: 55px;
}

.equipe-banner {
    height: 400px;
    position: relative;
}

.marketing-banner img {
    object-fit: cover;
}

.ratehub-calc .rh-calc-tabs .rh-holder h2 {
    font-size: 16px !important;
}

.single-blog .inner img {
    width: 100%;
    max-height: 230px;
    height: 230px;
    object-fit: cover;
}

.single-blog .details2 {
    background: #fff;
    padding: 20px 40px;
}

.single-blog .details2 h3 {
    margin: 10px 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 400 !important;
}

.single-blog .img {
    position: relative;
}

.single-blog .cat-badge {
    position: absolute;
    top: 20px;
    background: #1d2657;
    color: #fff;
    padding: 5px 10px;
    left: -15px;
}

#bf_gallery_1 {
    display: none !important;
}

.blog-text h2, .blog-text h1 {
    color: #fff !important;
    margin: 0;
}

.blog-text .blue-bgNew {
    position: relative;
    margin-top: -100px;
    padding: 40px;
}

.blog-filters .btn.filter-btn {
    border-color: #1d2657 !important;
    background: transparent;
    text-transform: none;
    font-weight: 400;
    font-size: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 10px;
}

.blog-filters .btn.filter-btn.active {
    background: #1d2657;
    color: #fff;
}

#post-page .read-more, #nosrecents .read-more {
    font-size: 15px;
    font-weight: 500;
}

#post-page .read-more i, #nosrecents .read-more i {
    padding-left: 8px;
}

.single-blog .details2 .extra {
    height: 190px;
    max-height: 190px;
    overflow: hidden;
}

#apple.tools-page {
    padding: 100px 0 60px;
}

@media only screen and (max-width: 575px) {
    .images .div-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .images .div-image .images-insidediv {
        padding-left: 3px !important;
        padding-right: 0 !important;
    }

    .images .div-image .images-insidediv figure {
        height: 120px !important;
    }

    #apple .light-bg h2 {
        padding: 0 25px;

    }

    #apple .light-bg .btn {
        padding: 0px 89px !important;
    }

    #about .tilted-img img, .content .img img {
        width: 80% !important;
    }
}

section#about.str a.btn.str {
    min-width: 200px;
}

.navbar-desctop .wpml-ls-display {
    font-weight: 600 !important;
}

.blog-filters {
    padding: 50px 0;
}

/*new css for landing page*/

.landingPage .marketing-content .requesting .broker-img {
    margin: 0;
    border-radius: 100% !important;
    width: 165px;
    height: 165px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.landingPage .marketing-content .requesting .img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.member__details{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#media table td img{
    object-fit: contain;
}

#footer .inner .info a{
    display: block;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s all ease;
}

#footer .inner .info a i{
    margin-right: 10px;
}

#footer .inner .info a:hover, #footer .inner .info a:focus{
    text-decoration: none;
}

.footer .inner a:hover {
    color: var(--secondary);
}

#footer ul.social-link{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-evenly;
}

#footer .brand img{
    width: 100%;
}

input[type="date"]:before{
color: #767676;;
content: attr(placeholder);
}

input[type="date"].full:before {
color: #767676;;
content: "" !important;
}

input[type="time"]:before{
color: #767676;;
content: attr(placeholder);
}

input[type="time"].full:before {
color: #767676;;
content: "" !important;
}

input[type="date"]:in-range::-webkit-datetime-edit {
    display: none !important;
}

.posts_nav .nav-links a {
    background: #1d2558;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    display: inline-block;
    border: 1px solid #98bfdb;
    border-radius: 0;
    height: 2.75rem;
    padding: 0 2.4em !important;
    font-size: 0.875rem !important;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 2.75rem;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
}

.posts_nav .nav-next, .posts_nav .nav-previous {
    display: inline-block;
}

.posts_nav .nav-links a:hover, .posts_nav .nav-links a:focus {
    background: #000;
}
iframe[name="widgetCta"] {
    bottom: 70px !important;
}

.our-favorites-section {
    padding: 60px 0;
}