@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;600&display=swap');
:root
{
--mainColor :#001142;
--whiteColor:#fff
}
.ar h1, .ar h1,.ar h3,.ar h3, .ar h4,.ar p
{
       font-family: 'Changa', sans-serif;
}
.header .container
{
   max-width: 95% !important;
}
ul
{
padding: 0;
}
.container
{
max-width: 91% !important;
}
body{
margin:0px;
padding: 0px;
   font-family: 'Cairo', sans-serif;
   background-color: white;overflow-x:hidden;
}

*{
box-sizing: border-box;
}

img
{
object-fit: cover;
object-position: center
}

ul{
list-style: none;
}
.container
{
max-width: 70%
}
a{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.header
{

padding: 0px 0;
background-size: cover
}
.topbar .ml-auto .fab
{
  margin: 0px 10px;
   padding: 0;
   background-color: rgba(0,0,0,.0);
   border: none;
   border-radius: 50%;
   color: var(--mainColor) !important;
}
.topbar .ml-auto .fab:hover
{
color: white !important;
}
.header nav
{
padding: 0
}
.header .navbar-brand img
{
width: 300px !important;
}
.topbar
{
background: #23282c;
   padding: 15px 0
}
.topbar .ml-auto li a
{
 padding: 5px !important;
   margin: 0;
   font-size: 15px
}
.aboutus .box
{
   text-align: center
}
.aboutus .box span
{
   font-weight: bold !important;
   color: var(--mainColor);
   font-size: 22px;
}
.aboutus .box p{
   text-align: right;
   font-size: 12px !important;
}
.aboutus .box svg path
{
   stroke: rgba(0,0,0,.6)
}
.aboutus .box h3
{
   /*! background-color: #fff; */
   border: none;
   font-weight: normal;
   color: rgba(0,0,0,.6)
}
.topbar .fab
{
border: none;
margin-left: 0px;
background-color: var(--mainColor);
padding:11.5px;
border-left: 1px solid rgba(255,255,255,.3)
}
.topbar .fa-facebook-f
{
padding-left: 20px !important;
padding-right: 20px !important;
}
.topbar .fa-instagram
{
padding-left: 17px !important;
padding-right: 17px !important;
}
.topbar .fa-twitter
{
 padding-left: 17px !important;
padding-right: 17px !important;
}
.topbar .pb
{
color:rgba(255,255,255,.8);
font-size: 15px;
margin: 0;
}

.topbar .pb a
{
border: none;
}

.topbar ul a
{
color: white !important;
padding: 8px
}
.topbar .scp-btn a
{
/*! background-color: var(--mainColor); */
color: var(--mainColor) !important;
border: 1px solid;
}
.topbar .scp-btn a:hover
{
background-color: var(--mainColor);
color: #23282c !important;
}
.topbar a:hover
{
color: rgba(255,255,255,.6) !important;
background-color: rgba(0,0,0,.0)
}
.topbar .ml-auto a
{
font-size: 13px
}
.dropdown-toggle::after
{
display: none
}
.topbar ul .dropdown-toggle
{
font-size: 14px;
text-transform: capitalize;
padding: 7px 25px;
border-left:1px solid rgba(255,255,255,.6);
border-radius:0
}
.bottombar
{
/*! position: absolute !important; */
width: 100%;
/*! position: absolute; */
background: #fbfbfb;
}
.bottombar li
{
position: relative
}

.bottombar ul a
{
/*padding: 15px 10px !important;*/
/*color: black;*/
/* border-radius: 0 !important;*/
/*font-size: 18px;*/
/*position: relative;*/
/*z-index: 6;*/
/*transition: .5s;*/
text-transform: uppercase;
font-weight: 600;
display: block;
text-decoration: none;
color: #fff;
font-size: 13px !important;
}
.bottombar ul a:hover
{
 /*! background:#23282c; */
 color: var(--mainColor)
}
.bottombar .ml-auto a
{
margin-right: 10px;
border-radius:5px;
/*! font-weight: bold; */
padding: 20px 6px !important;
color: #797474;
}
.mmpreir a
{
   color: #7d7a7a !important;
   font-size: 19px;
}
.bottombar .ml-auto .active-2 a
{
background-color:  var(--mainColor);
color:white;
}
.bottombar .ml-auto .active-1 a
{
color: var(--mainColor)
}
.bottombar ul a:hover
{
color: var(--mainColor)
}
.bottombar .dropdown-menu
{
position: absolute;
z-index: 9999;
display: none;
border:none;
background:#fff;
/*! top: 45px; */
}
.bottombar ul li:hover .dropdown-menu
{
display: block
}
.dropdown-menu ul
{
padding: 0;
}
.bottombar .dropdown-menu a
{
padding: 10px !important;
display: block;
background-color: #fff;
font-size: 13px;

color: black !important;
text-align: right;
}

.main .container-fluid
{
 /*! padding-right: 1px !important */
}
.main .content
{
text-align: center;
margin: 140px 0;
/*! margin-bottom: 100px; */
padding: 20px;
background: rgba(255,255,255,.3)
}

.main .content h3
{
color: white;
font-weight: bold;
letter-spacing: 2px;
font-size: 35px;
text-transform: capitalize
}
.main .content p
{
color: rgba(255,255,255,.8);
font-size: 17px;
margin: 15px 0
}
.main .content a, .aboutus a, .members a
{
line-height: 4em;
/*! border: 1px solid ; */
padding: 10px 35px;
color: white;
font-size: 12px;
border-radius: 54px;
transition: .5s;
text-transform: uppercase;
font-weight: bold;
background-color: var(--mainColor);
color: white;
}
.main .content a:hover
{
background-color: var(--mainColor);
color: white;
border: 1px solid var(--mainColor);
transition: .5s
}
.content-header
{
padding: 30px;
margin: 20px 0;
text-align: center;
position: relative;
/*! margin-top:80px; */
margin-bottom: 0 !important;
}
.team .content-header
{
   margin: 0
}
.content-header::before
{
}
.content-header span
{
position: relative;
padding: 10px 0px;
color: rgba(102, 102, 102, 0.8);
font-size:18px;
}
.content-header h1
{
font-size: 30px;
color: black;
font-weight: 600;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
text-align: center;
font-family: 'Cairo', sans-serif;

}
.aboutus .content
{
text-align:center !important;
}
.aboutus .box p
{
   font-size:
      14px !important;
   line-height: 1.8em
}
.aboutus .content h1
{
font-size: 30px;
font-weight: bold;
text-transform: capitalize;
color: rgba(0,0,0,.8);
color: black
}
.aboutus .content p
{
font-size: 14px;
line-height: 1.8em !important;
color: rgba(0,0,0,.4)
}

.product
{
background-color: #fff;
margin: 10px 0;
text-align: center;
position: relative;
overflow: hidden;
/* box-shadow: 0px 10px 10px rgba(0,0,0,.08) */
}

.footer
{
background-color: var(--mainColor);
padding: 30px 0;
padding-bottom: 10px;
text-align: left;
}
.footer h1
{
color: white;
font-size: 20px;
margin: 20px 0
}
.footer .about p
{
color: rgba(255, 255, 255, 0.8);
font-size: 14px;
line-height: 1.6em
}
.footer .about ul li
{
display: inline-flex;
margin-left: 20px
}
.footer .about ul li a
{
background-color: #fff;
padding: 10px ;
border-radius: 50%;
color: rgba(0,0,0,.6);
}
.footer .link a
{
display: block;
padding: 4px 0px;
color: rgb(255, 255, 255);
font-size: 13px
}
.footer .link a:hover
{
text-decoration: underline
}
.footer .rights
{
padding: 20px 0;
padding-bottom: 0;
border-top: 1px solid #ffffff14;
text-align: center;
margin-top: 40px;
}
.footer .rights p
{
color: white;
font-size: 14px;
}
.account-page form
{
/*! margin: 50px 0; */
background-color: white;
padding:20px 15px;
text-align: right;
/*! box-shadow: 0px 10px 10px rgba(0,0,0,.1) */
background: #f1f1f1;
border: 1px solid #e3e3e3;
box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
border-radius: 10px;
}
.account-page form h1
{
display: block;
text-align: center;
padding: 30px 0;
font-size: 30px;
padding-top: 10px;
font-weight: bold;
color: rgba(0,0,0,.7);
}
.account-page form label
{
color: rgb(0, 0, 0);
}
.account-page form input
{
text-align: left;
height: 50px;
border-radius: 0px;
border: none;
border: 1px solid rgba(0,0,0,.2);
color: rgba(0,0,0,.6);
font-size: 14px
}
.account-page form input:focus
{
box-shadow: none !important;
border-bottom: 1px solid black;
color: black
}
.account-page form .btn
{
background-color: var(--mainColor);
color: white;
font-weight: bold;
font-size: 16px;
width: 200px;
text-align: center !important;
height: 38px;
border: none;
margin: 20px 0;
width: 100%;
}
.account-page .icon
{
text-align: center
}
.account-page .icon svg
{
height: 70px;
width: 70px
}
.account-page .icon path
{
fill: rgba(0,0,0,.6)
}
.account-page .f-pas
{
line-height: 3em;
font-size: 13px
}
.account-page .new-acc
{
text-align: right;
/*! padding: 20px 0; */
color: #151515;
/*! margin: 20px 0; */
/*! margin-bottom: 0; */
/*! background-color: var(--mainColor); */
/*! text-transform: uppercase; */
}
.account-page .bt-mg
{
margin-bottom: 0
}
.shopping .products
{
margin: 20px 0;
padding: 20px 0;
background-color: #f1f1f1;
text-align: right
}
.shopping .products th,.shopping .products td,.shopping .products tr
{
border: none
}
.shopping table tr:hover
{
background-color: white;
transition: .5s
}
.shopping .img img
{
width: 100px !important;
height: 100px !important;
}
.shopping .delete
{
color: #f95959;
font-weight: bold;
text-transform: capitalize;
cursor:pointer;
line-height: 4em
}
.shopping table p
{
line-height: 4em;
font-size: 15px
}
.shopping .total
{
padding: 0;
margin-top: 0
}
.shopping .total:hover
{
background-image: #f1f1f1
}

.shopping .total table .total-price
{
display: block;
text-align: center;
font-weight: bold;
color: #090909;
}
.shopping .pay
{
margin: 50px 0;
margin-bottom: 150px
}
.shopping .pay li
{
display: inline-flex;
margin: 5px 10px;
margin-left:0
}
.shopping .pay ul
{
padding: 0
}
.shopping .pay li a
{
padding: 10px 25px;
font-size: 17px;
}
.shopping .pay li .by-btn
{
background-color: #16a663;
color: white;
}
.shopping .pay li .more
{
background-color: #ccc;
color: black;
}
.products-pages input
{
text-align: right;
height: 45px;
font-size: 15px;
border-radius: 0;
border: none;
background-color: #f1f1f1;
border-bottom: 1px solid rgba(0,0,0,.1);
}
.products-pages input:focus
{
box-shadow: none !important;
border-bottom: 1px solid rgba(0,0,0,.3);
background-color: #f1f1f1
}
.products-pages .fitler
{
text-align: center;
}
.products-pages .fitler ul
{
padding: 0
}
.products-pages .fitler ul .dropdown-toggle
{
width: 100px;
background-color: #f1f1f1;
color: black
}

.products-pages .fitler ul li .dropdown-item
{
font-size: 13px;
}
.post-header
{
text-align: right;
/*! background-color: #f1f1f1; */
margin: 10px 0;
padding: 20px;
}
.post-header li
{
display: inline-flex;
margin: 10px;
}
.post-header li  a
{
color: black;
font-weight: bold;
padding: 5px 12px;
font-size: 13px
}
.post-details .post-title
{
text-align: right;
margin: 50px 0
}
.post-details .post-title h1
{
text-transform: capitalize;
font-weight: bold;
}
.post-details .post-title p
{
font-size: 17px;
color: rgba(0,0,0,.7)
}
.post-details .post-title  .shared
{
font-size: 14px;
color: rgba(0,0,0,.6)
}
.post-details .image img
{
width: 100%;
height: 600px
}
.post-details .content
{
line-break: anywhere;
overflow: hidden;
text-align: right;
margin-bottom: 80px
}
.post-details .content p
{
font-size: 18px;
color: rgba(0,0,0,.8)
}
.post-details .card-pt
{
margin: 22px 0;
text-align: right
}
.post-details .card-pt .card-hd h1
{
display: block;
font-size: 20px;
padding: 10px;
background-color: #f1f1f1;
border-right: 4px solid var(--mainColor);
color: rgba(0,0,0,.8)
}
.post-details .card-pt .card-bd a
{
display: block;
padding: 10px;
font-size: 14px;
color: rgba(0,0,0,.6)
}
.post-details .card-pt .card-bd a:hover
{
background-color: var(--mainColor);
color: black;
transition: .5s
}
.contact form
{
background-color: white;
padding: 0 50px;
text-align: right;
margin-bottom: 60px
}
.contact form .form-grou\^p
{
margin: 10px 0
}
.contact form input,.contact form  textarea
{
text-align: right;
resize: none;
border-radius: 0 ;
border: none;
border: 1px solid rgba(0,0,0,.1);
font-size: 14px;
text-align: right;
height: 50px;
border-radius: 10px;
background: #f1f1f1;
}
.contact label
{
   font-weight: bold;
   color: black;
   text-align: right;
   display: block;
   margin-top: 20px
}
.contact form input:focus,.contact form  textarea:focus
{
border-bottom: 1px solid black;
box-shadow: none !important;
}
.contact form .btn
{
background-color: var(--mainColor);
color: white;
border: none;
font-weight: bold;
width: 100%;
text-align: center !important;
}
.features
{
margin: 60px 0;
background-image: url('/downloads/images/back.jpg');
background-size:cover;
background-repeat:no-repeat;
margin-top: 0 !important;
padding:40px 0;
margin-bottom: 0 !important;
}
.features .content-header
{
 margin-bottom: 60px !important;
 margin: 0;
}
.features .box
{
text-align: center;
color: white;
}
.features .box span
{margin-top: 10px;
color: white;
font-size: 64px;
font-weight: 200;
height: 102px;
font-size:40px;
}
.features .box p
{
text-transform: capitalize;
font-weight: bold;
color: white;

}
.features .box img
{
   width: 6rem
}
.port-fo
{
position: relative;
overflow: hidden
}
.port-sm-col .portfo-list img
{
width: 100%;
height: 300px;
object-fit: cover;
object-position: center
}
.port-sm-col .port-fo span
{
position: absolute;
background-color: var(--mainColor);
color:black;
font-size: 15px;
font-weight: bold;
text-transform: capitalize;
padding: 7px 12px;
}
.port-sm-col .portfo-list .port-ov
{
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.0);
color: white;
transition: .5s
}
.port-sm-col .port-info
{
position: absolute;
bottom: -100%;
left: 5%;
padding: 15px;
background-color: var(--mainColor);
color: white;
width: 90%;
overflow: hidden;
text-align: center;
transition: .5s
}
.port-sm-col  .port-info h1
{
text-transform: capitalize;
font-weight: bold;
font-size: 20px;
}
.port-sm-col .port-info p
{
text-transform: capitalize;
font-size: 17px
}
.port-sm-col .port-info a
{
font-size: 12px;
padding: 10px;
border-radius: 50%;
color: white;
border: 2px solid #fff;
}
.port-info a:hover
{
background-color: #000;
color: var(--mainColor);
transition: .5s
}
.port-fo:hover .port-info
{
bottom: 5%;
height: auto;
opacity: 1;
transition: .5s
}
.port-fo:hover .port-ov
{
transition: .5s;
background-color: rgba(0,0,0,.6)
}
.portfolio-details .portfo-list .col-md-3, .portfo-list .col-md-4, .portfo-list .col-md-6
{
padding: 5px !important;
}
.btns
{
margin: 40px 0;
text-align: center;
}
.btns a
{
/*color: black;*/
background: var(--mainColor) !important;
/*text-transform: capitalize;*/
/*font-weight: bold;*/
/*padding: 10px 12px;*/
/*line-height: 2em;*/
border-radius: 49px;
position: relative;
text-align: center;
padding: 7px 40px;
text-transform: uppercase;
color: white;
text-decoration: none;
vertical-align: middle;
line-height: 1.6;
font-weight: 600;
margin: 0 auto;
    margin-top: 0px;
margin-top: 40px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.btns a:hover
{
box-shadow: 0px 10px 10px rgba(0,0,0,.3);
transition: .5s
}
.aboutus
{
margin: 60px 0
}
.aboutus h3
{
text-transform:capitalize;
color:#1a1919;
/*! border-left: 2px solid; */
padding: 10px;
/*! background: #f1f1f1; */

text-align: right;
font-size: 20px !important;
text-align: center;
}
.aboutus p
{
font-size: 15px !important;
color: #555151 !important;
text-align: right;
line-height: 1.8em;
margin-bottom: 20px !important;
direction: rtl;
}
.edit-page label
{
text-transform: capitalize;
font-weight: bold;
}
.edit-page input, .edit-page select
{
border: none;
border-bottom: 1px solid rgba(0,0,0,.3);
border-radius: 0;
background-color: #1b52d529;
}
.edit-page input:focus, .edit-page select:focus
{
color: black;

}
.edit-page .btn
{
background-color: var(--mainColor);

}
.edit-page
{
margin: 60px 0
}
.edit-page .avatar
{
width: 150px;
background-color: #f1f1f1;
margin: 50px 0;
text-align: center;
height: 150px;
position: relative;
border-radius: 50%;
}
.edit-page .avatar img
{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 50%

}
.edit-page .fa-camera
{
background-color: var(--mainColor);
color: white;
padding: 10px;
cursor: pointer;
border-radius: 50%;
margin-top: -40px
}
.edit-page h1
{
text-transform: capitalize;
font-weight: bold;
color: var(--mainColor)
}
.blog-list .post .col-md-7, .post .col-md-5
{
padding: 5px;
}
.blog-list .post
{
position: relative;
overflow: hidden;
background-color: #fff;
margin: 5px 0;
padding: 20px 0 !important;
text-align: right;
}
.blog-list .post img
{
height: 250px;
width: 100% !important;
object-fit: cover;
margin-bottom: 10px;
object-position: center
}
.blog-list .post .post-tx
{
width: 100%;
padding: 10px;
line-break: auto;
text-align: right;
}
.blog-list .post .post-tx span
{
font-weight: bold;
color: rgba(0,0,0,.6);
text-transform: capitalize;
padding: 6px 0px;
line-height: 2em;
font-size: 17px;
}
.blog-list .post .post-tx h1
{
text-transform: capitalize;
font-size: 23px;
margin: 5px 0;
font-weight: bold
}
.blog-list .post .post-tx p
{
font-size: 15px;
line-height: 1.6em;
color: rgba(0,0,0,.9)
}
.blog-list .post .post-tx a
{
text-transform: capitalize;
color: rgba(0,0,0);
font-weight: bold;
/*! background-color: var(--mainColor); */
line-height: 4em;
padding: 8px 12px;
font-size: 15px;
display: ;
}
.blog-list .post .post-tx a i
{
margin: 0;
transition: .5s;
}

.blog-list .post .post-tx a:hover i
{
margin-left: 10px;
width: auto;
transition: .5s
}
.sidebar-ctn .col-md-12
{
padding:  5px
}
.sidebar-ctn .card-ctn
{
position: relative;
overflow: hidden;
padding: 0px 0;
 /*! border-bottom: 4px solid var(--mainColor); */

}
.sidebar-ctn .card-header-ctn
{
background-color: #f1f1f1;
padding: 5px 12px;
position: relative
}
.sidebar-ctn .card-header-ctn::before
{
/*! height: 100%; */
/*! width: 4px; */
position: absolute;
left: 0;
top: 0;
background-color: var(--mainColor);
content: ''
}

.sidebar-ctn .card-header-ctn h1
{
font-size: 22px;
text-transform: capitalize;
font-weight: bold;
color: black;
margin: 5px 0
}
.card-body-ctn form input
{
border-radius: 0px;
height: 45px;
font-size: 17px;
border: none;
background-color: #f1f1f1;
padding-right: 55px;
margin:10px 0
}
.card-body-ctn form input:focus
{
background-color: #f1f1f1;
box-shadow: none;
border: none;
}

.card-ctn form i
{
position: absolute;
right: 0;
background-color: var(--mainColor);
color: black;
padding: 14px;
}
.card-body-ctn .categories-list li, .posts-list li
{
display: block;
}
.card-body-ctn .categories-list li a
{
display: block;
padding: 8px 10px;
text-transform: capitalize;
color: rgba(0,0,0,.8);
font-weight: bold;
font-size: 14px
}
.card-body-ctn .categories-list li a:hover
{
color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
display: block;
padding: 10px 15px;
color: rgba(0,0,0,.8);
text-transform: capitalize;
font-size: 14px
}
.card-body-ctn .posts-list a:hover
{
background-color: #f0f0f0;
color: black
}
.card-body-ctn .tags-list
{
margin: 10px 0
}
.card-body-ctn .tags-list li
{
display: inline;
}
.card-body-ctn .tags-list li a
{
line-height: 2.6em;
padding: 5px;
background-color: #f0f0f0;
color: rgba(0,0,0,.8);
font-size: 14px;
font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
color: black;
background-color: var(--mainColor)
}
ul
{
padding: 0 !important
}
.sidebar-ctn .col-md-12
{
padding:  5px
}
.sidebar-ctn .card-ctn
{
position: relative;
overflow: hidden;
padding: 0px 0;
 border-right: 1px solid rgba(0,0,0,.6);

}
.sidebar-ctn .card-header-ctn
{
background-color: white;
padding: 5px 12px;
position: relative;
text-align: right !important;
}
.sidebar-ctn .card-header-ctn::before
{
/*! height: 100%; */
/*! width: 4px; */
position: absolute;
left: 0 !important;
/*! top: 0; */
/*! background-color: var(--mainColor); */
content: ''
}
.sidebar-ctn .card-header-ctn::after
{
height: 100%;
width: 4px;
/*! position: absolute; */
/*! right: 0 !important; */
/*! top: 0; */
/*! background-color: var(--mainColor); */
content: ''
}

.sidebar-ctn .card-header-ctn h1
{
font-size: 19px;
text-transform: capitalize;
font-weight: bold;
color: black;
margin: 5px 0;
text-align: right;
/*! margin-bottom: 30px; */
}
.card-body-ctn form input
{
border-radius: 0px;
height: 45px;
font-size: 17px;
border: none;
background-color: #f1f1f1;
margin:10px 0
}
.card-body-ctn form input:focus
{
background-color: #f1f1f1;
box-shadow: none;
border: none;
}

.card-ctn form i
{
position: absolute;
right: 0;
background-color: var(--mainColor);
color: black;
padding: 14px;
}
.card-body-ctn .categories-list li, .posts-list li
{
display: block;
}
.card-body-ctn .categories-list li a
{
display: block;
padding: 8px 10px;
text-transform: capitalize;
color: rgba(0,0,0,.8);
font-weight: bold;
font-size: 14px;
text-align: right;
}
.card-body-ctn .categories-list li a:hover
{
color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
display: block;
padding: 10px 15px;
color: rgba(49, 47, 47, 0.8);
text-transform: capitalize;
font-size: 14px;
text-align: right;
}
.card-body-ctn .posts-list a:hover
{
background-color: #f0f0f0;
color: black
}
.card-body-ctn .tags-list
{
margin: 10px 0
}
.card-body-ctn .tags-list li
{
display: inline;
}
.card-body-ctn .tags-list li a
{
line-height: 2.6em;
padding: 5px;
background-color: #f0f0f0;
color: rgba(0,0,0,.8);
font-size: 14px;
font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
color: black;
background-color: var(--mainColor)
}
.blog-st-one-mmb2 .new
{
margin: 30px 0
}
.post
{
position: relative;
margin: 10px 0
}
.post .post-header h1
{
text-transform: capitalize;
font-weight: bold;
margin: 10px 0;
font-size: 50px
}
.post .post-header ul
{
margin: 90px 0
}
.post .post-header ul li
{
display: inline;
}
.post .post-header ul li .date
{
background-color: var(--mainColor);
padding: 25px 20px;
font-size: 18px;
text-transform: capitalize;
font-weight: bold;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
text-transform: capitalize;
font-weight: bold;
background-color: #f0f0f0;
padding: 27px 20px;
font-size: 14px
}
.post-body
{
overflow: hidden;
padding-right: 20px;
}
.post-body img
{
height: 600px;
margin-right: 50px !important;
}
.post-body h2
{
margin: 30px 0;
text-transform:capitalize;
font-weight: bold
}
.post-body p
{
line-height: 1.8em;
font-size: 17px;
}
.post-body .spc-spce-para
{
background-color: #f0f0f0;
position: relative;
padding: 20px 15px;
margin: 30px 0
}
.post-body .spc-spce-para::before
{
height: 100%;
width: 5px;
background-color: var(--mainColor);
left: 0;
top: 0;
position: absolute;
content: ''
}
.post-body .spc-spce-para p
{
font-size: 18px;
font-weight: bold
}
.post-body .img img
{
height: 200px;
object-fit: cover;
margin: 15px;
margin-left: 0
}
/*
  blog cards styles  this is css file for blog-cards-styles-1.html
*/

.fixed-main-ctn .content
{
text-align: center;
margin: 120px 0
}
.fixed-main-ctn ul li
{
display: inline;
margin: 0px 5px;
}
.fixed-main-ctn ul li a
{
color: white;
font-weight: bold;
text-transform: capitalize;
font-size: 30px
}
.fixed-main-ctn ul li:nth-child(1) a::after
{
content: '>';
margin-left: 20px;
}
.fixed-main-ctn ul li:nth-child(2) a
{
color: var(--mainColor)
}
/* style one begin */
.card-styles .blog-card
{
position: relative;
overflow: hidden;
margin: 5px 0
}
.hd-sy
{
margin: 80px 0;
text-align: center
}
.hd-sy h1
{
text-transform: capitalize;
font-weight: bold;
}

.card-styles .blog-card img
{
transition: .5s;
height: 400px;
object-fit: cover;
object-position: center;
}
.card-styles .blog-card .card-overlay
{
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, #00000042, #000);
top: 0;
left: 0;
padding:10px
}
.card-styles .blog-card .card-overlay .date
{
float: right;
color: black;
padding: 5px;
text-transform: capitalize;
font-weight: bold;
background-color: var(--mainColor);

}
.card-styles .blog-card .card-overlay h1
{
color: white;
font-weight: bold;
text-transform: capitalize;
font-size: 30px;
margin-top: 150px;
}
.card-styles .blog-card .card-overlay p
{
color: white;
font-size: 15px;
}
.card-styles .blog-card .card-overlay .category
{
color: var(--mainColor);
padding: 10px;
line-height: 3em;
}
.card-styles .blog-card:hover img
{
transition: .5s;
transform: scale3d(1.05,1.05,1.05)
}
/* style one End */

.blog-card-style-2 .blog-card-2
{
position: relative;
margin: 5px 0;
overflow: hidden;
}

.blog-card-style-2 .blog-card-2 img
{
height: 400px;
object-fit: cover;
object-position: center
}
.blog-card-style-2 .blog-card-2 .card-hf
{
text-align: right;
position: absolute;
bottom: -40%;
background-color: rgba(22, 22, 22, 0.82);
padding: 10px;
  padding-bottom: 30px;

transition: .5s
}
.blog-card-style-2 .blog-card-2 .card-hf .date
{
background-color: var(--mainColor);
color: white;
line-height: 3em;
padding: 5px;
font-size: 13px;
font-weight: bold;
text-transform: capitalize;
}

.blog-card-style-2 .blog-card-2 .card-hf h1
{
color: white;
font-size: 30px;
margin-bottom: 45px;
font-weight: bold;
transition: .5s;
text-transform: capitalize
}
.blog-card-style-2 .blog-card-2 .card-hf p
{
color: white;
font-size: 14px;
}
.blog-card-style-2 .blog-card-2:hover .card-hf
{
bottom: 0;
transition: .5s
}
.blog-card-style-2 .blog-card-2:hover h1
{
margin-bottom: 5px;
transition: .5s
}
.blog-card-style-2 .blog-card-2 a
{
color: var(--mainColor);
font-weight: bold;
text-transform: capitalize;
line-height: 2em
}
.blog-card-style-2 .blog-card-2 a i
{
width: 0;
transition: .5s;
overflow: hidden;
}
.blog-card-style-2 .blog-card-2 a:hover i
{
width: auto;
transition: .5s
}

/* style two begin */
.blog-card-style-3 .blog-card-3
{
margin: 5px;
position: relative;
overflow: hidden
}
.blog-card-style-3 .blog-card-3 img
{
height: 500px;
object-fit: cover;
}
.blog-card-style-3 .blog-card-3 .card-bd
{
padding: 10px;
background-color: #f1f1f1
}
.blog-card-style-3 .blog-card-3 .card-bd .date
{
font-weight: bold;
font-size: 14px;
text-transform: capitalize
}
.blog-card-style-3 .blog-card-3 .card-bd h1
{
text-transform: capitalize;
font-weight: bold;
margin: 10px 0;
font-size: 30px;
}
.blog-card-style-3 .blog-card-3 .card-bd p
{
color: black;
font-size: 16px
}
.blog-card-style-3 .blog-card-3 .card-bd a
{
line-height: 3em;
background-color: var(--mainColor);
color: black;
text-transform: capitalize;
font-weight: bold;
padding: 8px 12px;
}
.blog-card-style-3 .blog-card-3 .card-bd a i
{
transition: .5s
}

.blog-card-style-3 .blog-card-3 .card-bd a:hover i
{
margin-right: 5px;
transition: .5s
}
.post
{
position: relative;
margin: 10px 0
}
.post .post-header h1
{
text-transform: capitalize;
font-weight: bold;
margin: 10px 0;
font-size: 38px;
}
.post .post-header ul
{
margin: 50px 0;
}
.post .post-header ul li
{
display: inline;
}
.post .post-header ul li .date
{
background-color: var(--mainColor);
padding: 25px 20px;
font-size: 16px;
text-transform: capitalize;
font-weight: bold;
color: white;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
text-transform: capitalize;
font-weight: bold;
background-color: #f0f0f0;
padding: 27px 20px;
font-size: 14px;
color: var(--mainColor);
}
.post-body
{
overflow: hidden;
padding-right: 0;
/*! text-align: right; */
}
.post-body img
{
height: 600px;
margin-right: 0px !important;
}
.post-body h2
{
margin: 30px 0;
text-transform:capitalize;
font-weight: bold
}
.post-body p
{
line-height: 1.8em;
font-size: 17px;
color: black;
}
.post-body .spc-spce-para
{
background-color: #f0f0f0;
position: relative;
padding: 20px 15px;
margin: 30px 0
}
.post-body .spc-spce-para::before
{
height: 100%;
width: 5px;
background-color: var(--mainColor);
left: 0;
top: 0;
position: absolute;
content: ''
}
.post-body .spc-spce-para p
{
font-size: 18px;
font-weight: bold
}
.post-body .img img
{
height: 200px;
object-fit: cover;
margin: 15px;
margin-left: 0
}
.team .per
{
   margin: 10px;
   margin-left: 0;
   text-align: center;
   position: relative;
   padding-bottom: 10px;
        background-color: #fff;

}
.team .per img{
   width: 100%;
   height: 300px;
   object-fit: cover;
   object-position: center;
}
.team .per span
{
   font-size: 13px;
   text-transform: capitalize;
   font-weight: bold;
   color: rgba(0,0,0,.6);
   background-color: #ddd;
   padding: 5px 10px;
   line-height: 2em;
   letter-spacing: 1px;
   border-radius: 50px;
}
.team .per h2
{
   text-transform: capitalize;
   font-weight: bold;
        color: #3d3e3f;
   margin:7px 0;
   font-size: 18px

}
.team .per p
{
   color: rgba(0,0,0,.6);
   margin: 15px 0;
}
.team .per-hd
{
   position: relative;
   overflow: hidden;
   width: 100%;
   height:20%;
   margin-bottom: 20px
}
.team .per-hd .per-overlay
{
   position: absolute;
   width: auto;
   height: auto;
   bottom: -40px;
   right: -40px;
   transition: .5s;
   z-index: 99
}
.team .per:hover .per-overlay
{
   bottom: 00px;
   right: 00px;
   transition: .5s
}
.team .per-hd .per-overlay .ovr-ctb
{
  position: relative;
}
.team .per-hd .per-overlay .ovr-ctb:before
{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 00;
   bottom: 0;
   background-color: #2d2c2bb5;
   content: '';
   z-index: -1
}

.team .per-hd .per-overlay ul
{
   display: block;
   padding:0;
   margin: 0;
   list-style: none;

}
.team .per-hd .per-overlay ul a
{
   color: white;
   margin: 5px 0;
   padding: 5px;
}
.team .per-hd .per-overlay ul a:hover
{
   text-decoration: none;
}
.members a
{
font-size: 13px;
border: 1px solid var(--mainColor);
color: var(--mainColor);
background: white;
padding: 5px 12px
}
input,textarea
{
text-align: right; !important
}
.edit-page .user-info-header, .movie-info-header
{
    text-align: center;
    margin: 20px 0;
    margin-top: 0;
    background-color: #fff;
    padding: 20px;
    /*! border: 1px solid rgba(0,0,0,.1); */
}
.edit-page .user-info-header img
{
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin: 10px;
}
.edit-page .user-info-header .username
{
    text-transform: uppercase;
    color: var(--mainColor);
}
.edit-page .user-info-body, .movie-info-body
{
    background-color: #fff;
    padding: 20px;
    margin: 40px 0;
    border: 1px solid rgba(0,0,0,.1);
    text-align: right;
}
.edit-page .user-info-body p,.movie-info-body p
{
    text-transform: capitalize;
    color: rgba(0,0,0,.6);
    font-size: 14px
}
.edit-page form
{
    background-color: #fff;
    padding: 20px;
    /*! border: 1px solid rgba(0,0,0,.1); */
    text-align: center;
}
.edit-page form .col-6, .edit-page form .col-12
{
    margin: 20px 0;
    text-align: right;
}
.edit-page form  label
{
    text-transform: capitalize;
    color: rgba(0,0,0,.9);
    font-size: 14px
}
.edit-page .use-fl-info form label
{
text-align: right;
display: block;
padding-top: 15px
}
form li
{
text-align: right;
}
.edit-page form input, .edit-page form select,.edit-page textarea

{
    border: none;
    background-color: #e8e8e8;
    border-bottom: 1px solid rgba(0,0,0,.0);
    border-radius: 0px;
    height: 43px;
    font-size: 14px
}
.edit-page textarea
{
}
.edit-page form  input:focus, .edit-page form select:focus,.edit-page textarea
{
    color: black;
    border-bottom: 1px solid var(--mainColor);
    background-color: #f1f1f1
}
.edit-page form .btn
{
    background-color: var(--mainColor) !important;
    letter-spacing: 1px;
    width: 30%
}
.avar-up {
  background-color: var(--mainColor);
  color: white !important;
  padding: 10px;
  font-size: 13px;
  text-transform: capitalize;
  cursor: pointer;
}
.add-default-page
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 888;
    display: none;
    overflow: auto;
}
.add-default-page form
{
    background-color: #fff;
    margin: 50px 0;
    border-radius: 5px;
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
.add-default-page .col-6
{
margin: 10px 0
}
.add-default-page .fa-times
{
    float: right;
    cursor:pointer;
    color: var(--mainColor);
    font-size: 30px
}
.add-default-page h3
{
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    padding: 40px 15px;
    padding-bottom: 20px;
    color: rgb(133, 131, 131);
}
.add-default-page label
{
    text-transform: capitalize;
    color: rgba(0,0,0,.8);
    font-size: 15px;
}
.add-default-page input, .add-default-page select, .add-default-page textarea
{
    font-size: 16px;
    background-color: #e3e3e3;
    border: none;
    border-radius: 0;
    max-height: 100px
}
.add-default-page .btn
{
    background-color: var(--mainColor);
    text-transform: uppercase;
    margin-top: 10px
}
#sb-bt
{
visibility: hidden;
}
input,textarea
{
text-align: right !important
}
.estats .box
{
 position: relative;
 overflow: hidden;
 margin: 10px 0
}
.estats .box ul
{
 display: inline-flex;
 position: absolute;
 margin: 0;
 padding: 0;
 margin-top: 10px
}
.estats .box ul span
{
 background-color: var(--mainColor);
 padding: 3px 12px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 15px;
 border-radius: 0px 10px 10px 0px;
 z-index: 99;
 position: relative;
 color: black !important

}
.estats .box ul .rsd
{
 background-color: rgba(255,255,255,.8);
 padding: 3px 12px;
 color: black !important;
 font-weight: bold;
 border-radius: 0px 10px 10px 0px;
 margin-left: -10px;
 z-index: -1;
 font-size: 15px;
}
.estats .box img
{
 height: 260px !important;
 object-fit: cover;
 transition: .5s
}
.nav-link svg Path
{
  color: var(--mainColor)
}
.estats .box .content-overlay
{
 position: absolute;
 bottom: -60px;
 width: 100%;
 background-image: linear-gradient(to bottom, #06060600, #000);
 padding: 15px;
 transition: .5s
}
.estats .box .content-overlay h1
{
 font-size: 20px;
 color:white;
 font-weight: bold
}
.estats .box .content-overlay ul
{
 position: relative !important;
 background-color: var(--mainColor);

 opacity: 0;
 transition: .5s;
}
.estats .box .content-overlay ul li
{
 margin-right: 10px;
}
.estats .box .content-overlay ul p
{
 color: white;
 text-transform: capitalize;
 margin: 0;
 color: black;
 font-weight: bold;
 border-right: 1px solid black;
 padding: 10px;
 font-size: 13px;
 text-transform: capitalize;
}
.estats .box .content-overlay ul li:nth-child(3) p
{
border: none
}
.estats .box:hover .content-overlay
{
 bottom:  0 !important;
 transition: .5s
}

.features .box svg
{
 width: 40px;
 height: 40px;
 display: block;
 margin: auto;
}
.features .box path
{
 fill: var(--mainColor)
}
.features .col-md-4:nth-child(4) .box path
{
 stroke: rgba(0,0,0,.0) !important;
}

.tm-hd
{
    margin: 30px 0;
    margin-bottom:40px;
    position: relative;
    padding: 5px 20px;
    text-align: center;
}
.tm-hd:before
{
    position: absolute;
              background-color: var(--mainColor);
    height: 100%;
    width: 4px;
    content: '';
    left: 0;

}
.tm-hd h3, .tm-hd h1
{
    text-transform: uppercase;
    font-weight: bold;
              color: #3d3e3f;

}
.tm-hd h3
{
    color: rgba(0,0,0,.6);
    font-size: 20px
}
.tm-hd p
{
    font-size: 17px
}
.team .per
{
    margin: 10px;
    margin-left: 0;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
         background-color: #fff;

}
.team .per img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.team .per span
{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    color: rgba(0,0,0,.6);
    background-color: #ddd;
    padding: 5px 10px;
    line-height: 2em;
    letter-spacing: 1px;
    border-radius: 50px;
}
.team .per h2
{
    text-transform: capitalize;
    font-weight: bold;
         color: #3d3e3f;
    margin:7px 0

}
.team .per p
{
    color: rgba(0,0,0,.6);
    margin: 15px 0;
}
.team .tm-hd p
{
 color: rgba(0,0,0,.6)
}
.team .per-hd
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height:20%;
    margin-bottom: 20px
}
.team .per-hd .per-overlay
{
    position: absolute;
    width: auto;
    height: auto;
    bottom: -40px;
    right: -40px;
    transition: .5s;
    z-index: 99
}
.team .per:hover .per-overlay
{
    bottom: 00px;
    right: 00px;
    transition: .5s
}
.team .per-hd .per-overlay .ovr-ctb
{
   position: relative;
}
.team .per-hd .per-overlay .ovr-ctb:before
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 00;
    bottom: 0;
    background-color: #2d2c2bb5;
    content: '';
    z-index: -1
}

.team .per-hd .per-overlay ul
{
    display: block;
    padding:0;
    margin: 0;
    list-style: none;

}
.team .per-hd .per-overlay ul a
{
    color: white;
    margin: 5px 0;
    padding: 5px;
}
.team .per-hd .per-overlay ul a:hover
{
    text-decoration: none;
}
.bntf
{
 background-color: #1b1c1e;
 padding: 50px 0
}
.bntf .tm-hd h3
{
    color: rgba(255,255,255,.7);
}
.bntf .tm-hd h1
{
    color: white;
}
.bntf .tm-hd p
{
    color: rgba(255,255,255,.6)
}

.bntf .ft
{
    margin: 5px;
    text-align: center
}
.bntf .img img
{
    width: 60px;
}
.bntf .txt h4
{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 18px 0;
    margin-bottom: 5px;
    letter-spacing: 2px
}
.bntf .ctn p
{
    color: rgba(255,255,255,.6);
    margin-top: 5px;
    line-height: 1.6em;
    font-size: 16px
}
.newsletter
{
 margin: 50px 0;
 text-align: center;
 background-color: #fff;
 padding: 50px 0;
 margin-bottom: 0
}
.newsletter h1
{
 font-size: 25px;
}
.newsletter input
{
 margin: 10px 0;
 text-align: center !important;
 text-transform: capitalize
}
.newsletter .btn
{
 background-color: var(--mainColor);
 color: black;
 text-transform: uppercase;
 border: none;
 font-weight: bold
}
.categories-list .btn
{
 background-color: var(--mainColor);
 color: black;
 font-size:13px;
 width: 20%
}
.box-apar
{
 position: relative;
 overflow: hidden;
 margin: 10px 0;
 text-align: center;
}
.box-apar img
{
 height: 322px;
}
.box-apar h3
{
 position: absolute;
 font-size: 18px;
 background-color: #ffffffd4;
 padding: 15px 12px;
 /*! padding-right: 25px; */
 margin: 10px 0;
 /*! border-radius: 0px 10px 10px 0px; */
 width: 100%;
 text-align: center;
 margin: ;
}
.box-apar .content
{
 position: absolute;
 bottom: 0;
 width: 100%;
 background:rgba(0,0,0,.6);
 transition: .5s
}
.box-apar .content ul
{
 display: inline-flex;
 width: 100%;
 margin: 0;
 padding: 10px !important;
 transition: .5s
}
.box-apar:hover .content ul
{
 padding: 40px 10px !important;
 /*! padding-bottom: 80px !important; */
}
.box-apar:hover .content
{
 background-color: rgba(0,0,0,.9);
 transition: .5s
}
.box-apar .content ul li
{
 width: 100%;
 text-align: center
}
.box-apar .content span
{
font-size: 13px;
 font-weight: bold;
 text-transform: capitalize;
 color: white
}
.box-apar .content p
{
 color: var(--mainColor);
 margin: 0
}
.box-apar .content ul .fa-check
{
 color: #2ce12c;
}
.box-apar .content ul .fa-times
{
 color: red;
}
.bg-box img
{
 height: 400px
}
.bg-box ul
{
 padding: auto 0 !important
}
.spdkz .content ul
{
 display: inline-flex;
 width: 100%;
 padding: 20px !important;
 margin: 20px 0;
 border-top: 1px dashed rgba(0,0,0,.3);
 border-bottom: 1px dashed rgba(0,0,0,.3)

}
.spdkz .content ul li
{
 width: 100%;
 text-align: center;
}
.spdkz .content ul li svg
{
 width: 50px !important;;
 height: 50px !important;
 background-color: var(--mainColor);
 padding: 10px;
}
.spdkz .content ul li span
{
 display: block;
 margin: 10px 0;
 text-transform: capitalize;
 font-weight: bold;
 font-size: 18px;
}
.spdkz .content ul li p
{
 font-size: 30px;
}
.spdkz .content ul li .fas
{
font-size: 30px;
}
.spdkz .content ul li .fa-check
{
 color: #19a664;
}

.spdkz .content ul li .fa-times
{
 color: red;
}
.spdkz form
{
 margin: 50px 0
}
.spdkz form input
{
 text-align: left !important;
 border:none;
 font-size:13px;
}
.spdkz form .btn
{
 background-color: var(--mainColor);
 color: black;
 text-transform: uppercase;
 font-weight: bold;
 text-align: center !important;
 margin: 20px 0
}
.spdkz .cot li
{
 width: 100%;
 text-align: center;
 margin: 20px 0
}
.spdkz .cot li span
{
 background-color: var(--mainColor);
 color: black;
 font-weight: bold;
 padding: 10px 30px;
 border-radius: 5px;
 text-transform: uppercase
}
.cv
{
 text-align: center;
}

.cv form
{
 margin: 80px 0
}
.cv label
{
 background-color: var(--mainColor);
 color: black;
 text-transform: uppercase;
 font-weight: bold;
 cursor: pointer;
 padding: 12px 30px;
 cursor: pointer
}
.cont form
{
 text-align: left;
 text-transform: capitalize;
 font-weight: bold;
}
.cont form textarea
{
 height: 200px
}
.orders form input, .orders form select, .orders fieldset
{
 border: none;
 text-align: left !important
}
.orders label
{
 text-transform: capitalize;
 font-weight: bold;
 color: rgba(0,0,0,.6)
}
.orders .col-6
{
 margin: 10px 0
}
.orders textarea
{
 resize: none;
 border: navajowhite;
 height: 100px
}
.orders .btn
{
 background-color: var(--mainColor);
 text-align: center !important;
 color: black;
 font-weight: bold;
 margin: 20px 0
}
.orders form
{
 margin-bottom: 90px
}
.ar .aboutus .content
{
 text-align: right
}
.ar .footer
{
 text-align: right;
}

.ar .header ul
{
 flex-direction: row-reverse !important;
 margin-right: 60px !important;
}
.ar input, .ar textarea, .ar select
{
 /*! text-align: right !important */
}
footer .posts-list ul
{
   display: flex !important;
   justify-content:end;
   margin:0 !important;
   padding:0 !important
}
footer .posts-list a{
   color: black;
   border: 1px solid;
   margin: 0px 5px;
   padding: 5px !important;
   font-size: 18px !important;
}
@media only screen and (max-width: 600px) {
 .container
 {
   max-width: 99% !important;
   padding:  10px !important;
 }
 .estats .box ul
 {
     display:block;
 }
 .estats .box ul li
 {
     margin: 10px 0;
 }
  .web-ul
   {
      padding: 0 !important;
      text-align: center !important;

      margin-bottom:10px;
   }
   .web-ul li
   {
      width: 100% !important;
      text-align: center !important;
      margin: 0 !important;
   }
.web-ul li span
   {
      font-size: 12px;
      display: block !important;
   }
 .topbar ul a
 {
   text-align: center !important;
   display: block !important;
   margin: 10px 0 !important;
 }
 .bottombar ul a
 {
   text-align: center;
   margin-top: 10px;
   display: block;
   text-align: right;
   padding: 0 !important;
   margin: 0;
 }
   .bottombar ul
   {
      margin: 0 !important;
   }
 .main .content h3
 {
   font-size: 25px
 }
 .main .content p
 {
   color: white !important;
 }
 .content-header h1
 {
   font-size: 20px
 }
 .aboutus .content h1
 {
   font-size: 25px
 }
 .features .box
 {
   margin-bottom: 60px
 }
 .box-apar .content ul span
 {
   font-size: 12px;
 }
 .spdkz .content ul
 {
   padding: 0 !important
 }
   .spdkz .content ul span
 {
   font-size: 15px  !important;
 }
   .spdkz .content p
 {
   font-size: 15px !important;
 }
   .spdkz .content .fas
 {
   font-size: 15px !important;
 }
 .ar .bottombar ul
 {
   display: block;
   margin: 0 !important;
 }
 .ar .topbar ul
 {
   display: block
 }
}
.projectdetails h3
{
 text-align: center;
 text-transform: capitalize;
 background-color: #ffff;
 padding: 15px;
 font-size: 20px;
}
.projectdetails ul
{
 display: flex;
 width: 100%;
 margin: 00px auto;
 text-align: center;
 justify-content: center;
 padding: 20px 0 !important;
 z-index: 9999999999;
 position: relative;
}
.projectdetails ul li
{
 width: 100%;
 text-align: center !important;
 justify-content: center;
}
.projectdetails ul li span
{
 text-transform: capitalize;
 font-weight: bold;
 color: #0f0f2d;
}
.projectdetails ul li p
{
 /*! background-color: var(--mainColor); */
 /*! width: 30px; */
 padding: 5px;
 font-weight: ;
 font-size: 20px;
 text-align: center;
 color: black;
 display: ;
 text-align: center;
}
.projectdetails ul li p svg
{
   width: 25px;
   height: 25px
}
.projectdetails .info
{
 text-align: right;
}
.projectdetails .info p
{
 font-size: 15px;
 text-transform: capitalize
}
.projectdetails .info p:nth-child(3)
{
 color: rgba(0,0,0,.6)
}
.projectdetails .info p i
{
 color: rgba(0,0,0,.6)
}
.projectdetails-apr ul
{
 display: inline-flex;
 padding: 0;
 margin: 0;
 width: 100%;

 /*! margin-top: 10px; */
 padding: 10px !important;
 padding: ;
}
.projectdetails-apr ul li
{
 width: 100%;
 text-align: right;
 font-size: 16px;
 color: black;

}
.projectdetails-apr ul li:nth-child(2)
{
 text-align: right;
}
.projectdetails-apr ul p
{
 margin: 0;
 font-size: 14px;
 text-transform: capitalize;
 font-weight: bold;
 color: rgba(0,0,0,.6)
}
.projectdetails-apr .content
{
 margin: 20px 0 !important;
 background: white;
 box-shadow: 0px 10px 10px rgba(0,0,0,.1);
 /*! padding: 10px; */
 padding-bottom: 0;
 border: 1px solid rgba(0,0,0,.1);
}
.projectdetails-apr .content h1
{
   color: black
}
.projectdetails-apr .content  li p
{
   font-size: 22px;
   color: black
}
.projectdetails-apr .content .scul
{
   display: flex;
   text-align: center;
   /*! padding: 0 !important; */
}
.thul
{
   padding: 0 !important;
}
.thul li a
{
   background: #e0d3b8;
   display: block;
   margin: 0px 2px;
   text-align: center;
   padding: 5px;
   color: black;

   height: 34px;
}
.thul li:nth-child(1)
{
   width: 30%
}
.thul li a svg
{
   width: 25px;
   height: 25px
}
.btn-dsdr
{
 margin-bottom: 80px
}
.btn-dsdr ul
{
 width: 100%;
 display: inline-flex !important;
}
.btn-dsdr ul li
{
 text-align: center;
 width: 100%;
 border-left: 1px dashed rgba(0,0,0,.3)
}
.btn-dsdr ul svg
{
 width: 35px;
 height: 35px;
 background-color: salmon;
 padding: 5px;
 border-radius: 50%
}
.btn-dsdr ul svg path
{
 fill: white
}
.btn-dsdr ul a
{
 display: block;
 text-transform: capitalize;
 color: rgba(0,0,0,.6);
 padding: 8px
}
.btn-dsdr ul li:nth-child(1) svg
{
 background-color: #0cd062;
}
.btn-dsdr ul li:nth-child(2) svg
{
 background-color: #4498e3;
}
.btn-dsdr ul li:nth-child(3) svg
{
 background-color: #fc4444;
}
.units-details
{
 width: 100%;
 z-index: 99999;
 height: 100%;
 top: 0;
 left: 0;
}
.units-details form
{
 background-color: white;
}
.units-details form img
{
 height: 300px
}
.modal-body
{
   padding: 0
}
.units-details form ul
{
 width: auto;
 display:flex;
 /*! margin:20px 0; */
 /*! padding-bottom: 30px !important; */
 position: relative !important;
 width: 100% !important;
 justify-content: end;
}
.units-details form ul li
{
 width: 100% !important;
 text-align: center;
 margin: 0px 10px;
 justify-content: end;
}
.units-details form .content
{
    text-align:center;
}
.main-d
{
    margin: 0;
    padding:0;
}

.units-details form ul li span
{
 font-weight: bold;
 color: rgba(0,0,0,.6) !important;
 background-color: white !important
}
.units-details form h3
{
 text-align: center;
 font-weight: bold;font-size: 20px
}
.units-details .box-apar .content
{
 position: relative;background: rgba(0,0,0,.0)
}
.units-details form input
{
 border-radius: 2px;
 margin: 10px 0;
 border: none;
 background-color: #f1f1f1;
 /*! height: 44px; */
 font-size: 13px;
}
.units-details form .btn
{
 background-color: var(--mainColor);
 color: black;
 text-align: center !important;
 text-transform: uppercase;
 font-weight: bold
}
.units-details h1
{
 font-size: 25px
}
.units-details form ul span
{
 display: block;
 font-size: 14px;
 margin: 5px 0;
 background-color: white
}

.units-details h4
{
 font-size: 20px;
 margin-top: 10px
}
.units-details .cot ul
{
 padding: 0 !important;
 border: none
}
.units-details form h1
{
 text-transform: capitalize;
}
.units-details form p
{
   font-size: 19px;
   color: black;
}
.units-details .fa-times {
    display: block;
    text-align: center;
}
.fixed-main-ctn .content
{
 text-align: center;
 margin: 120px 0
}
.fixed-main-ctn ul li
{
 display: inline;
 margin: 0px 5px;
}
.fixed-main-ctn ul li a
{
 color: white;
 font-weight: bold;
 text-transform: capitalize;
 font-size: 30px
}
.fixed-main-ctn ul li:nth-child(1) a::after
{
 content: '>';
 margin-left: 20px;
}
.fixed-main-ctn ul li:nth-child(2) a
{
 color: var(--mainColor)
}
.filter-list
{
}
.filter-list ul
{
 width: 100%;
 text-align: center;
 margin-bottom: 40px;
}

.filter-list li
{
 display: inline;
 color: black;
 font-size: 15px;
 padding: 10px;
 text-transform: capitalize;
 color: rgba(0,0,0,.6);
 cursor: pointer;
 /*! border: 1px solid rgba(0,0,0,.3); */
 /*! margin: 0px 10px; */
 /*! border-radius: 50%; */
 /*! background-color: #f1f1f1; */
 padding: 30px 10px;
}
.filter-list li:hover
{
 background-color: #f1f1f1
}

.filter-list .active,.filter-list .active:hover
{
 /*! background-color: #f1f1f1; */
 color: color;
 background: 30px;
 text-decoration: underline;
 /*! line-height: em; */
 font-weight: bold !important;
 color: var(--mainColor) !important;
 font-weight: bold !important;
}
.portfo-list
{
 margin: 30px 0
}
.port-fo
{
 position: relative;
 overflow: hidden
}

.port-fo span
{
 position: absolute;
 background-color: var(--mainColor);
 color:black;
 font-size: 19px;
 font-weight: bold;
 text-transform: capitalize;
 padding: 7px 12px;
}
.portfo-list .port-ov
{
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,.0);
 color: white;
 transition: .5s
}
.port-info
{
 position: absolute;
 bottom: -50%;
 left: 5%;
 padding: 15px;
 background-color: var(--mainColor);
 color: black;
 width: 90%;
 overflow: hidden;
 text-align: center;
 transition: .5s
}
.port-info h1
{
 text-transform: capitalize;
 font-weight: bold
}
.port-info p
{
 text-transform: capitalize;
 font-size: 20px
}
.port-info a
{
 font-size: 17px;
 padding: 10px;
 border-radius: 50%;
 color: black;
 border: 2px solid #000;
}
.port-info a:hover
{
 background-color: #000;
 color: var(--mainColor);
 transition: .5s
}
.port-fo:hover .port-info
{
 bottom: 5%;
 height: auto;
 opacity: 1;
 transition: .5s
}
.port-fo:hover .port-ov
{
 transition: .5s;
 background-color: rgba(0,0,0,.6)
}
.portfolio-details .portfo-list .col-md-3, .portfo-list .col-md-4, .portfo-list .col-md-6
{
 padding: 5px !important;
}
.toogle
{
   top: 0px;
   left: 0px;
 transition: .5s;
   position: absolute;
   opacity: 0;
   transition: .2s;
      transform: translate(0px, 82px);
      width: 50px;
}
.toogle a
{

 color: black;
   z-index:899;
   top: 0;
   right: 0px;
       background-color: #fafa6e;
   padding: 0px 12px
}

.box-apar:hover .toogle
{
   opacity: 1;
 transition: .2s
}

.toogle i
{
   padding: 0px 0;

}
.box-apar .fa-eye
{
background-color: var(--mainColor);
color: black;
padding: 8px 8px;
position: absolute;
opacity: 0;
transition: .2s;
left: 8px;
top: 120px;

}
.box-apar:hover .fa-eye
{
   opacity: 1;
   transition: .2s
}
/* .lkdf
{
  background-image: url('/acad/downloads/images/zi.jpg');
  background-repeat: no-repeat;
  background-size: cover;
} */
@media only screen and (max-width: 1000px) {
   .estats .box .content-overlay
   {
      padding: 0
   }
    .estats .box .content-overlay ul
    {
        width:100%;
    }
   .estats .box .content-overlay li p
   {
      text-align: center
   }
   .estats .box .content-overlay h1
   {
      padding: 15px
   }
      .swiper-button-next {
          right: 20px;
          transform: rotate(90deg);
        }

        .swiper-button-prev {
          left: 20px;
          transform: rotate(90deg);
        }
 .box-apar:hover .fa-eye {
    opacity: 1;
    transition: .2s;
}
}

.aboutus
{
   margin-bottom: 0;
   position: relative;
   z-index: 9999999 !important;
   background: #ffff;
}
.web-ul
{
   display: inline-flex;
   width: 100%;
   margin-bottom: 80px;
   z-index:99999;
}
.web-ul li
{
   width: 100%;
   margin: 0px 10px
}
.web-ul li:nth-child(1)
{
   text-align: right
}
.web-ul li:nth-child(2)
{
   text-align: left
}
.web-ul li span
{
   text-transform: uppercase;
   cursor: pointer;
   padding: 10px;
   line-height: 1.8em;
   color: rgba(0,0,0,.6)
}
.web-ul li span:hover
{
   color: var(--mainColor);
   transition: .5a
}
.second-content
{
   /*! display: none */
}
.web-content
{
   background-color: #f1f1f1
}
.web-content h1
{
   text-transform: uppercase
}
.web-content .content-header::before
{
   display: none
}
.estats .box:hover ul
{
   opacity: 1 !important;
}
.web-ul li span
{
   text-transform: uppercase;
   font-weight: bold;
   cursor: pointer;
   padding: 10px;
   line-height: 1.8em;
   color: rgba(0,0,0,.6)
}
.web-ul li span:hover
{
   color: var(--mainColor);
   transition: .5a
}
.second-content
{
   /*! display: none */
}
.web-content
{
   background-color: #f1f1f1
}
.web-content h1
{
   text-transform: uppercase
}
.web-content .content-header::before
{
   display: none
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.units-details .main-d .fas
{
   padding: 10px;
}
.units-details .main-d .fa-eye
{
   background-color: var(--mainColor);
   color: black;
}
.units-details .main-d .fa-map-marker-alt
{
   background: #cccc26;
   color: black;
   margin-right: 15px;
   padding: 10px 13px
}
.feature {
  position: relative;
  background: #fff !important;
}

@media (min-width: 1200px) {
  .feature {
    overflow: hidden;
  }
}

.feature__header {
  margin-top: 50px;
}

.feature__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #514736;
  text-align: left;
}

.sidebar .feature__title {
  font-size: 34px;
}

.footer .feature__title {
  font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 767px) {
  .feature__title {
    font-size: 26px;
  }

  .sidebar .feature__title {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .feature__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature__header {
    padding: 0 15px;
  }
}

.feature__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  color: #606e7c;
  text-align: left;
  position:relative;
}

.feature__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .feature__headline {
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.4;
    min-height: auto;
  }
}

.sidebar .feature__headline {
  margin: 4px 0 0;
}

@media (max-width: 1199px) {
  .feature__headline {
    text-align: center;
  }
}

.feature__picture {
    background: url("/downloads/images/xx.png") 100% 0;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 1199px) {
  .feature__picture {
    display: none;
  }
}

.feature__content {
  padding: 0 0 0 52px;
}

@media (min-width: 1200px) {
  .feature__content {
    margin-left: 41.66667%;
  }
}

@media (max-width: 1199px) {
  .feature__content {
    margin-right: 0;
    padding-left: 0;
  }
}

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

.feature__list:before,
.feature__list:after {
  content: " ";
  display: table;
}

.feature__list:after {
  clear: both;
}

.feature__list:before,
.feature__list:after {
  content: " ";
  display: table;
}

.feature__list:after {
  clear: both;
}

@media (max-width: 767px) {
  .feature__list {
    margin: 28px 0 0;
  }
}

.feature__item {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .feature__item:nth-of-type(n) {
    clear: none;
  }

  .feature__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
    .feature__item {
        width: 50%;
        text-align: center;
    }
}

@media (min-width: 768px) {
  .feature__item:nth-of-type(n) {
    clear: none;
  }

  .feature__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .feature__item {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .feature__item {
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
}

.feature__item-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #514736;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .feature__item-title {
    margin: 10px 0;
    font-size: 18px;
  }
}

.feature__text {
  margin-top: 17px;
  color: #606e7c;
}

@media (max-width: 767px) {
  .feature__text {
    margin-top: 5px;
  }
}

.feature__icon {
  margin-top: 13px;
  fill: #606e7c;
  width: 55px;
  height: 55px;
}

.feature__icon--good-sales {
  width: 54px;
}
.products {
    background-color: #eeeeee;
    /*! margin-top: -60px; */
}

.products .box-filters {
    text-align: center;
    padding: 40px 0 0;
}
.label-info {
    background-color: #2EC4B6;
}
.label-default {
    background-color: #777777;
}

.products .box-filters figure {
    width: 60px;
    height: 60px;
    display: inline-block;

    background-color: white;
    color: #666666;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.products .box-filters figure.active {
    background-color: #3a3d45;
    color: #ffbb00;
}

.products .box-filters figure .f-icon {
    display: block;
    font-size: 38px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .products .box-filters figure {
        width: 100px;
        height: 100px;
    }
    .products .box-filters figure .f-icon {
        font-size: 68px;
        line-height: 50px;
    }
}

.products .box-filters-results {
    padding: 0;
    position: relative;
}

.products article {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 1px;
    overflow: hidden;
}

.products article .label {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: initial;
}

.products article sub, .products article sup {
    font-size: 100%;
}

.products article .text {
    width: 100%;
    padding: 10px;
}

.products article .text a:hover {
    color: #333;
}

.products article .text .title {
    display: block;
    margin: 0 0 5px 0;
    /*! white-space: nowrap; */
    text-overflow: ellipsis;
    /*overflow: hidden;*/
}

.products article .text .title small {
    color: #3a3d45;
    font-size: 45%;
}

.products article .text sub, .products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px;
}

.products article .text sub {
    text-decoration: line-through;
    font-weight: 300;
}

.products article .image {
    overflow: hidden;
    height: auto;
}

.products article .image a {
    display: block;
}

.products article .image img {
    width: 100%;
}

.products article .btn-add {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products article:hover .btn-add {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3;
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info .add-favorite.added a {
    background-color: #e71d36;
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit;
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: dimgray;
    color: white;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .products article .info a {
        margin-bottom: 10px;
    }
}

.products article .info a:hover {
    background-color: #000000;
    color: white;
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal;
}

.products article .info > span {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

@media (min-width: 992px) {
    .products article .info {
        display: block;
    }
}

.products article:hover .info > span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products article .info > span:nth-child(1) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products article .info > span:nth-child(2) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products article .info > span:nth-child(3) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products article .figure-list {
    display: table;
    width: 100%;
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px;
}

.products article .figure-list .text .title {
    white-space: inherit;
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px;
}

.products article .figure-grid .text .description {
    display: none;
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px;
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2;
}

@media (min-width: 768px) {
    .products article .figure-block .text .description {
        display: block;
    }
}

@media (min-width: 768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products article {
        margin-bottom: 30px;
    }
    .products article .label {
        top: auto;
        bottom: 10px;
        left: 10px;
    }
    .products article sub, .products article sup {
        font-size: 80%;
    }
    .products article:hover {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    }
    .products article .figure-grid .text {
        position: relative;
        padding: 20px 20px 0;
        top: 0;
        display: flex;
    }
    .products article .figure-list .image {
        width: 30%;
    }
    .products article .figure-list .text {
        width: 70%;
    }
    .products article .figure-list .text .description {
        display: block;
    }
    .products article .figure-block .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .products .row {
        margin: 0;
    }
    .products .container,
    .products .row > div {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .products .btn-add {
        display: none;
    }
}

@media (max-width: 767px) {
  .navbar {
    /*! display: none; */
  }
}

.navbar__row {
  margin: 30px 0;
}

.navbar__row:before,
.navbar__row:after {
  content: " ";
  display: table;
}

.navbar__row:after {
  clear: both;
}

@media (max-width: 767px) {
  .navbar__row {
    margin: 0;
  }
}

.header-fixed .navbar__row {
  margin: 0 !important;
  padding: 10px 0 !important;
  background: none !important;
}

.navbar__brand {
  float: left;
  line-height: 1;
}

.navbar__brand img {
  width: 100%;
}

@media (max-width: 767px) {
  .navbar__brand {
    display: none;
  }
}

.navbar__brand-logo {
  fill: #2c3e50;
  height: 60px;
  width: 215px;
}

@media (max-width: 1199px) {
  .navbar__brand-logo {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .navbar__brand-logo {
    display: none;
  }
}

.navbar__wrap {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-fixed .navbar__wrap {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .navbar__wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar__wrap--init {
    display: block;
    background: #514736;
    width: 300px;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    float: none;
    padding-top: 50px;
    overflow-y: auto;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
}

.navbar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .navbar__nav {
    margin-top: 0;
    width: 300px;
    position: relative;
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
  }
}

.navbar__item {
  float: right;
  margin: 3px 0 0 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}

.navbar__item:active > a,
.navbar__item:hover > a,
.navbar__item.open > a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar__item {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .navbar__item {
    position: initial;
    float: none;
    margin: 0;
  }
}

.navbar__item--mob {
  display: none;
}

@media (max-width: 767px) {
  .navbar__item--mob {
    display: block;
  }
}

.navbar__dropdown {
  position: absolute;
  left: 0;
  display: block;
  padding: 0;
  border: none;
  min-width: 200px;
  background: #514736;
  margin: 0;
  z-index: 255;
}

@media (min-width: 768px) {
  .navbar__dropdown {
    visibility: hidden;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .navbar__item:hover > .navbar__dropdown {
    visibility: visible;
  }

  .menu-default .navbar__item:hover > .navbar__dropdown,
  .menu-default .navbar__item.open > .navbar__dropdown {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  .menu-fadeIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .menu-fadeInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  .menu-fadeInUpBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }

  .menu-fadeInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  .menu-fadeInDownBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }

  .menu-fadeInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .menu-fadeInLeftBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }

  .menu-fadeInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .menu-fadeInRightBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }

  .menu-fadeOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }

  .menu-fadeOutUpBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }

  .menu-fadeOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }

  .menu-fadeOutDownBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }

  .menu-fadeOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }

  .menu-fadeOutLeftBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }

  .menu-fadeOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }

  .menu-fadeOutRightBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }

  .menu-bounceIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }

  .menu-bounceInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }

  .menu-bounceInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }

  .menu-bounceInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }

  .menu-bounceInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }

  .menu-bounceOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }

  .menu-bounceOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }

  .menu-bounceOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }

  .menu-bounceOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }

  .menu-rotateIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
  }

  .menu-rotateInUpLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
  }

  .menu-rotateInUpRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
  }

  .menu-rotateInDownLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
  }

  .menu-rotateInDownRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
  }

  .menu-rotateOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
  }

  .menu-rotateOutUpLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
  }

  .menu-rotateOutUpRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
  }

  .menu-rotateOutDownLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
  }

  .menu-rotateOutDownRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
  }

  .menu-slideIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

  .menu-slideInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }

  .menu-slideInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }

  .menu-slideInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }

  .menu-slideInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }

  .menu-slideOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
  }

  .menu-slideOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }

  .menu-slideOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }

  .menu-slideOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }

  .menu-slideOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }

  .menu-flip .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flip;
    animation-name: flip;
  }

  .menu-flipInX .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }

  .menu-flipInY .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }

  .menu-flipOutX .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
  }

  .menu-flipOutY .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
  }

  .menu-lightSpeedIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
  }

  .menu-bounce .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounce;
    animation-name: bounce;
  }

  .menu-flash .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flash;
    animation-name: flash;
  }

  .menu-pulse .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }

  .menu-wiggle .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
  }

  .menu-swing .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: swing;
    animation-name: swing;
  }

  .menu-shake .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: shake;
    animation-name: shake;
  }

  .menu-tada .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: tada;
    animation-name: tada;
  }

  .menu-wobble .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }

  .menu-hinge .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: hinge;
    animation-name: hinge;
  }

  .menu-rollIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }

  .menu-rollOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }

  .menu-zoomIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }

  .menu-zoomInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }

  .menu-zoomInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }

  .menu-zoomInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }

  .menu-zoomInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }

  .menu-zoomOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }

  .menu-zoomOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
  }

  .menu-zoomOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
  }

  .menu-zoomOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
  }

  .menu-zoomOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
}

@media (max-width: 767px) {
  .navbar__dropdown {
    top: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-top: 0;
    float: none;
    width: 300px;
    height: 100%;
    background: #514736;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .open > .navbar__dropdown {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 50;
  }
}

.navbar__dropdown--colls-1 {
  width: 200px;
}

@media (max-width: 1199px) {
  .navbar__dropdown--colls-1 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.navbar__dropdown--colls-2 {
  width: 400px;
}

@media (max-width: 1199px) {
  .navbar__dropdown--colls-2 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.navbar__dropdown--colls-3 {
  width: 600px;
}

@media (max-width: 1199px) {
  .navbar__dropdown--colls-3 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.navbar__dropdown--right {
  left: auto;
  right: 0;
}

.navbar__dropdown--left {
  right: auto;
  left: 0;
}

.navbar__dropdown ul {
  list-style: none;
}

.navbar__link {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #2c3e50;
}

@media (max-width: 767px) {
  .navbar__link {
    font-size: 17px;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 25px;
  }
}

@media (min-width: 768px) {
  .active .navbar__link {
    -webkit-box-shadow: 0 2px 0 #2c3e50;
    box-shadow: 0 2px 0 #2c3e50;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .active .navbar__link {
    background: #00887c;
  }
}

.navbar__arrow {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  width: 7px;
  height: 11px;
  float: right;
  margin-top: 6px;
}

.navbar__link .navbar__arrow {
  display: none;
}

@media (max-width: 767px) {
  .navbar__link .navbar__arrow {
    display: block;
  }
}

.navbar__back .navbar__arrow {
  float: none;
  position: relative;
  top: 1px;
  margin-right: 15px;
}

.navbar__back {
  display: none;
}

@media (max-width: 767px) {
  .navbar__back {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    padding: 5px 25px;
  }
}

.navbar__submenu {
  float: left;
  margin: 0;
  width: 200px;
  padding: 0;
}

@media (max-width: 767px) {
  .navbar__submenu {
    width: 300px;
    float: none;
    padding: 0;
  }
}

.navbar__submenu:last-child {
  margin-right: 0;
}

.navbar__submenu--level {
  opacity: 0;
  height: 0;
  overflow: hidden;
  cursor: default;
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  left: 100%;
  top: 0;
  position: absolute;
  background: #514736;
  padding-top: 0;
  margin: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

@media (max-width: 1199px) {
  .navbar__submenu--level {
    position: relative;
    height: auto;
    left: 0;
    opacity: 1;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    float: none;
    width: 170px;
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar__submenu--level {
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: absolute;
    width: 300px;
    top: 0;
    height: 100% !important;
    padding: 0;
  }

  .open > .navbar__submenu--level {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navbar__subtitle {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 10px 25px 0;
  padding-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .navbar__subtitle {
    color: #00eed8;
    padding: 10px 25px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
  }
}

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

@media (max-width: 1199px) {
  .navbar__subnav {
    border: none;
  }
}

.navbar__sublink {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  display: block;
}

.navbar__sublink:hover,
.active > .navbar__sublink {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .navbar__sublink {
    -webkit-transition: hover 0.3s, padding 0.3s;
    transition: hover 0.3s, padding 0.3s;
  }

  .navbar__sublink:hover {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .navbar__sublink {
    color: rgba(255, 255, 255, 0.8);
  }
}

.navbar__subitem {
  padding: 0 25px;
  position: relative;
}

@media (max-width: 767px) {
  .navbar__subitem {
    clear: both;
    position: initial;
    padding: 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 1199px) {
  .navbar__subitem:hover .navbar__submenu--level {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar__subitem-dropdown.open > .navbar__submenu {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .navbar__subitem-dropdown:hover > .navbar__submenu {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navbar a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .admin-bar .navbar.header-fixed {
    top: -33px;
  }
}

.navbar--example {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .navbar--ui {
    width: 252px;
    background: #514736;
  }
}

@media (max-width: 767px) {
  .navbar--ui .navbar__nav {
    border-top: none;
  }

  .navbar--ui .navbar__nav > li:last-child a {
    border-bottom: none !important;
  }
}

.navbar--header {
  position: relative;
  z-index: 230;
  background: #f6f6f6;
  border: none;
  min-height: inherit;
  margin-bottom: 0;
}

.navbar--header.header-fixed {
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  min-height: 65px;
}

@media (min-width: 768px) {
  .navbar--header.header-fixed {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    z-index: 35;
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
  }
}

.navbar--overlay {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: none;
}

.navbar--overlay .navbar__link {
  color: #fff;
}

.navbar--overlay .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #fff;
  box-shadow: 0 2px 0 #fff;
}

.navbar--overlay .navbar__brand-logo {
  fill: #fff;
}

.navbar--overlay.header-fixed {
  background: #fff;
}

.navbar--overlay.header-fixed .navbar__link {
  color: #2c3e50;
}

.navbar--overlay.header-fixed .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #2c3e50;
  box-shadow: 0 2px 0 #2c3e50;
}

.navbar--overlay.header-fixed .navbar__brand-logo {
  fill: #2c3e50;
}

.navbar--overlay .navbar__row {
  margin: 30px -25px;
  padding: 12px 25px;
}

@media (max-width: 991px) {
  .navbar--overlay .navbar__row {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar--overlay .navbar__row {
    padding: 0;
    margin: 56px 0 0;
  }
}

.navbar--brand .navbar__row {
  background: rgba(0, 187, 170, 0.8);
}

.navbar--overlay-map .navbar__row {
  background: rgba(255, 255, 255, 0.9);
}

.navbar--overlay-map .navbar__link {
  color: #2c3e50;
}

.navbar--overlay-map .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #2c3e50;
  box-shadow: 0 2px 0 #2c3e50;
}

.navbar--overlay-map .navbar__brand-logo {
  fill: #2c3e50;
}

.navbar--subpage {
  background: #fff;
}

.navbar--white {
  background: #fff;
}

.navbar.navbar-default {
  background: #514736;
  margin-bottom: 25px;
  border: none;
}

.navbar.navbar-inverse {
  background: #222;
  border: none;
}

#header-nav-offset {
  display: none;
}

@media (min-width: 768px) {
  #header-nav-offset.header-fixed {
    display: block;
  }
}
.pb li
{
   width: 100%;
   text-align: center
}
.pb
{
   width: 100%
}
.pb .nav-link
{
   display: unset;
   padding: 4px 25px !important;
   border-radius: 5px
}
.topbar .fab
{
   margin: 0px 10px;
   padding: 0;
   background-color: rgba(0,0,0,.0);
   border: none;
   border-radius: 50%;
   color: var(--mainColor) !important;
}
.carousel
{
    position: relative;
    z-index: 0
}
/* .carousel::after
{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,.6);
	left: 0;
	top: 0;
    z-index: 0 !important;
} */

.carousel img
{
  height: 100vh
}
.carousel-item::before
{
  	/*! position: absolute; */
	/*! width: 100%; */
	height: 100%;
	content: '';
	/*! background-color: rgba(0,0,0,.8); */
	left: 0;
	top: 0;
    z-index: 0 !important;

}
.carousel .cot
{
  position: absolute;
  top: 0;
  color: white;
  padding: 50px;
  margin-top: 162px;
  margin-right: 120px;
  width: 100%;
	text-align: center;
   z-index: 99999999999999 !important;
  /*! margin: auto; */
}
.cot a
{
  background-color: var(--mainColor);
  padding: 12px 30px;
  color: white;
  text-transform: capitalize;
  line-height: 2em;
    position:relative
}
.carousel .cot h1
{
  text-transform: capitalize;
  font-weight: bold;
    z-index: 9999999;
    position: relative
}
.carousel .cot p
{
  font-size: 20px;
    position: relative;

}
.auto-scale {
  animation-name: scale;
animation-duration: 3s;
animation-delay: 3s;
animation-timing-function: ease;
animation-fill-mode: forwards;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

      100% {
          transform: scale(1.6);
        }
}
.news
{
   position: relative;
   border-radius: 10px;
   overflow: hidden;
   background: white;
   text-align: right !important;
   box-shadow: 0px 10px 10px rgba(0,0,0,.2)
}
.news img
{
   width: 100%;
   height: 250px !important;
}
.news svg
{
   width: 30px;
   height: 30px;
   margin-left: 5px
}
.news svg path
{
   fill: var(--mainColor)
}
.news h6
{
   margin: 10px;
   color: var(--mainColor)
}
.news h1
{
   font-size: 18px;
   color: black;
   margin: 10px;
   margin-bottom: 20px
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;

      display: flex;
      justify-content: center;
       padding-bottom: 30px !important;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.fomrmt label
{
   font-size: 18px;
   color: black;
   font-weight: bold
}
.fomrmt select
{
   height: 50px;
   color: black
}
.imgproove
{
   position: absolute;
   bottom: 0;
   width: 100%;
   background: linear-gradient(to bottom, #0000, #000000d6);
}
.imgproove
{
   padding: 10px
}
.projectdetails .container-fluid
{
   padding: 0
}
.imgproove .dsre a
{
   color: white;
   background: var(--mainColor);
   padding: 8px 30px;
   font-weight: bold;
   font-size:18px;
   position: absolute;
   bottom: 23px;
}
.imgproove .dsre2
{
   text-align: right;
   padding: 20px;

   padding-right: 35px;
}
.imgproove .dsre2  h2
{
   color: var(--mainColor) !important;
   margin-right: 10px !important;
   position: relative !important;
   font-size: 22px;
   flex-direction: ;
}
.imgproove .dsre
{
   padding: 10px !important;
   padding-bottom: 0 !important;
   padding-bottom: ;
}
.imgproove .dsre2 h2 span
{
   color: var(--mainColor);
   font-size: 22px !important;
   line-height: 1.6em
}
.imgproove .dsre2  h2 a
{
   z-index: 9999;
   color: white;
   font-size: 21px !important;
   font-weight: bold;

}
.vore
{
   text-align: right;
   padding: 40px 50px;
   margin-top: 50px;
}
.vore h1
{
   color: black;
   font-size: 25px;
   font-weight:bold;
}
.vore p
{
   color: rgba(0,0,0,.6);
   font-size: 18px
}
.vore .row
{
   margin-top: 30px
}
.vore form label
{
   color: black;
   font-weight: bold
}
.vore input, .vore select
{
   height: 50px !important;
}
.vore .row .btn
{
   background: var(--mainColor);
   color: white;
   margin: 10px 0;
   text-align: center;
   width: 200px;
   text-align: center !important;
   font-size: 15px;
   height: 35px !important;
}
.ppbox svg, .ppbox img
{
   width: auto;;
   color: white !important;
   height: 23px !important;
   margin-bottom: 10px;
}
.ppbox h1
{
   font-size: 24px !important;;
   color: black !important;
   /*! background: #d1ddff; */
   /*! border-radius: 38px; */
   /*! border: unset !important; */
}
.ppbox .scul
{
   justify-content: end;
   width: 100%;
   margin-left: auto;
   display: flex !important;
   padding: 20px 10px !important;
   border-radius: 5px;
}
.ppbox .scul li
{
   text-align: right;
   width: 100%;
   /*! border: 1px solid #0011422b; */
   text-align: center;
   margin: 0px 10px;
   padding: 10px 0;
   border-radius: 5px;
   background: #edf8fd70;
   color: #000 !important;
   font-size: 13px !important;
}
.ermep a
{
   display: block;
   text-align: center;
   /*! background: #e0d3b8; */
   color: #716c6c;
   padding: 8px;
   font-size: 12px;
}
.untd svg
{
   width: 30px !important;;
   height: 30px !important;
}
.untd svg path
{
   stroke: rgba(0,0,0,.8)
}
.untd .properties__param span
{
   color: rgba(0,0,0,.6) !important;
   font-size: 14px
}
.untd .scul
{
   margin: 0;
   width: 100% !important;

   display: flex !important;
   margin-bottom: 20px;
}
.untd .scul li
{
   font-size: 14px !important;
   width: 100%;
}
.odur
{
   margin-top: 20px;
   border-top: 1px solid rgba(0,0,0,.2);
   padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.odur div
{
   width: 100%;
   text-align: right;
}
.odur div p
{
   margin: 0;
   font-size: 15px
}
.odd2
{
   margin: 0 !important;
}

.odd2 p
{
   text-align: center;
   color: black;
   font-size: 18px !important;

}
.pytype
{
      display: flex;
   width: 100%;
}
.pytype .form-check
{
   width: 100%;
    border: 1px solid rgba(0,0,0,.1);
   margin:  5px;
   position: relative;
   padding: 10px;
   background: #f1f1f1;
   padding-right: 30px !important;
}
.pytype input
{
   width: 20px !important;
   height: 20px !important;
   z-index: 99999999999999999999999;
   border-radius: 50% !important;
   /*! position: relative !important; */
   border: 1px solid black;

}
.pytype label
{
   /*! width: 100%; */
   padding: 10px;
   padding-left: 30px;
   color: black;
   font-weight: bold;

   padding-right: ;
}
.account-page svg
{
  width: 40px !important;
  height: 40px;
  text-align: right;
}
.ddslf
{
   display: flex;
   justify-content: end
}
.ddslf a
{
   color: white;
   margin: 0px 5px;
   padding: 5px 12px !important;
   font-size: 18px;
   background: var(--mainColor);
   border-radius: 5px;
}
.eres p
{
   color: grey;
}.eres h6
{
   font-size: 22px;
   font-weight: bold;
   margin-top: 20px;
   font-weight: bold;
   text-decoration: underline;
}

.lfmlfjd .scul
{
   justify-content: end !important;
   margin:0!important;
   margin-left: auto !important;
   width: 70% !important;
   justify-content: end !important;
   display: flex;
}
.lfmlfjd h1
{
   font-size: 45px !important;
}
.lfmlfjd li p
{
   color: black !important;
   font-size: 22px
}
.mppr
{
   background: var(--mainColor);
   padding: 20px;
   margin-right: -150px;
   margin-top: 140px;
   z-index: 99;
   position: relative
}

/* preloader begin*/

.lds-roller {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--mainColor);
margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 63px;
left: 63px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 68px;
left: 56px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 71px;
left: 48px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 72px;
left: 40px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 71px;
left: 32px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 68px;
left: 24px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 63px;
left: 17px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 56px;
left: 12px;
}
@keyframes lds-roller {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
.preloader
{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left:0 ;
background-color: white;
z-index: 99999999999999999999;
}
.preloaders
{
text-align: center;
margin: 250px 0;
}
/* preloader end */
@media (max-width: 600px) {
  #header-nav-offset.header-fixed {
    display: block;
  }
   .carousel img
   {
      height: 30vh !important;
   }
   .carousel .cot
   {
      margin: 0 !important;
   }
      .carousel .cot h1
   {
      font-size: 20px !important;
   }
   .filter-list li
   {
      font-size: 15px
   }
   .products article
   {
      margin: 10px 0 !important;
   }
   .products article .image img
   {
      height: 150px !important;
   }
   .products article .text
   {
        display: flex;

   }
    .products article .text
   {
      font-size: 14px !important;
   }
   .products article .text h2 a
   {
      transform: translateY(-30px) !important;
      font-size: 22px !important;
   }
   .bottombar ul a
   {
      padding: 0 !important;
      margin:  0 !important;
   }

   footer .row
   {
      flex-direction: row-reverse !important;
      display: flex
   }
   .imgproject img
   {
      height: 250px !important;
   }
   .imgproove .dsre2 h2 span, .imgproove .dsre2 h2
   {
      font-size: 14px !important;
   }
   .imgproove .dsre a
   {
      font-size: 13px;
      bottom: -120px !important;

   }
   .projectdetails ul
   {
      width: 90% !important;
   }
   .orders-form
   {
      padding: 0 !important;
   }
   .imgproove .row
   {
      display: flex
   }

   .dsre p
   {
      font-size: 15px !important;
      margin: 0px 10px
   }
   .lfmlfjd .scul
   {
      width: 100% !important;
      padding: 0 !important;
      margin-bottom: 20px !important;
   }
      .lfmlfjd .scul li
   {
      font-size: 13px !important;
      margin-left: 10px;
      direction: revert-layer
   }
      .lfmlfjd .scul img
   {
      height: 15px !important;
   }
   .mfp-open img
   {
      height: 200px !important;
   }
   .products .dsre ul li span
   {
      font-size: 16px !important;
   }
   .products article .label
   {
      text-align: center;
      width: 100%;
     margin-bottom: 20px !important;
      margin-right: 10px !important;
   }
   .products article .properties__param-column
   {
      text-align: center !important;
   }
   .swiper-slide img
   {
      height: 200px !important;
   }
   .units-details h1
   {
      font-size: 20px !important;

   }
   .odd2 p
   {
      font-size: 13px !important;
   }
   .untd .scul
   {
      padding: 0px 10px !important;
      display: inline-flex
   }
   .comparespace table th, .comparespace td
   {
      padding: 10px !important;
      font-size: 12px !important;
   }
.popcomparecontent p
   {
      font-size: 13px !important;
   }
   .popcomparecontent a
   {
      padding: 5px 6px !important;
      font-size: 12px !important;
   }

   select
   {
     margin-bottom: 15px !important
   }
   .fomrmt .row
   {
     display: flex;
     flex-direction: row-reverse !important
   }
}
.popcomparecontent
{
   position: fixed;
   bottom: 0;
   width: 100%;
   height:auto;
   background: black;
   padding: 15px 0;
   z-index: 999999999
}
.popcomparecontent p
{
   color: white;
   margin:0
}
.popcomparecontent a
{
   padding:6px 10px;
   margin: 0px 6px;
   background: var(--mainColor);
   color: white;
   font-size: 13px
}
.popcomparecontent a:nth-child(2)
{
   background: #fd3232 !important;
}
.comparespace table th, .comparespace td
{
   border:2px solid rgba(0,0,0,.4);
   font-size: 16px;
   color: black;
   padding: 10px 20px;
   text-align: center !important;
}
.comparespace .row
{
   background: white
}
select
{
  text-align: right !important
}
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.single-service-box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 400px;
  background: #555353 !important;
  /*! z-index: 9999999; */
  position: relative;
  text-align: right;
}
.single-service-box:hover::after {
  opacity: 0;
  visibility: hidden;
}
.single-service-box:hover .service-bg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-service-box:hover .contents h4, .single-service-box:hover .contents p {
  color: #fff;
}
.single-service-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f9f5f5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: 0;
  z-index: -1;
}
.single-service-box .icon {
  color: #FF5E14;
  font-size: 54px;
  line-height: 1;
}
.single-service-box .contents h4 {
  margin: 20px 0px;
  font-size: 22px;
}
.single-service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.single-service-box .service-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001659;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.single-service-card {
  border: 1px solid #EBEDF2;
  background-color: #fff;
  margin-top: 40px;
}
.single-service-card.single-service-card_2 {
  border: 0px solid #EBEDF2;
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
}
.single-service-card.single-service-card_2 .service-cover-img {
  height: 200px;
  border-radius: 4px;
}
.single-service-card.single-service-card_2 .content {
  padding: 30px 10px 50px 10px !important;
}
.single-service-card.single-service-card_2 .content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.single-service-card.single-service-card_2 .content h4 a {
  position: relative;
  padding: 0px 0px;
  visibility: visible;
  opacity: 1;
}
.single-service-card.single-service-card_2 .content a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: -15px;
  position: absolute;
  bottom: -1%;
  visibility: hidden;
  opacity: 0;
}
.single-service-card.single-service-card_2::after {
  position: absolute;
  content: "";
  clear: both;
  display: block;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
          box-shadow: 0px 6px 20px rgba(1, 1, 28, 0.2);
}
.single-service-card.single-service-card_2:hover a {
  visibility: visible;
  opacity: 1;
}
.single-service-card .service-cover-img {
  height: 230px;
}
.single-service-card .content {
  padding: 30px 40px;
}
.single-service-card .content .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-service-card .content .icon-title .icon {
  font-size: 55px;
  color: #FF5E14;
  line-height: 1;
  margin-right: 20px;
}
.single-service-card .content .icon-title .service-title h4:hover {
  color: #FF5E14;
}
.single-service-card .content .read-more {
  color: #FF5E14;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.single-service-card .content .read-more:hover {
  color: #001659;
}
.single-service-card .content .read-more i {
  margin-left: 5px;
}

.single-best-featured {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-best-featured.right {
    text-align: right;
  }
  .single-best-featured.right .icon {
    float: right;
    overflow: hidden;
    font-size: 60px;
    color: #FF5E14;
    margin-left: 20px;
    margin-right: 0;
  }
}
.single-best-featured .icon {
  float: left;
  overflow: hidden;
  font-size: 60px;
  color: #FF5E14;
  margin-right: 20px;
}
.single-best-featured .content-text {
  overflow: hidden;
}
.single-best-featured .content-text h5 {
  margin-top: -4px;
  margin-bottom: 10px;
}
.single-services-box {
  padding: 70px 40px 65px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
          box-shadow: 0px 30px 50px rgba(20, 42, 104, 0.06);
  text-align: center;
  margin-top: 30px;
}
.single-services-box .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #C8CBF5;
  line-height: 80px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-services-box:hover .icon {
  background: #f2f3fe;
  border-color: #f2f3fe;
}
.single-services-box.sb2 .icon {
  border: 1px solid #F2E1D8;
}
.single-services-box.sb3 .icon {
  border: 1px solid #D1ECE2;
}
.single-services-box.sb2:hover .icon {
  background: #F2E1D8;
  border-color: #F2E1D8;
}
.single-services-box.sb3:hover .icon {
  background: #D1ECE2;
  border-color: #D1ECE2;
}
.service-gallery {
  margin-bottom: 30px;
}
.service-gallery .single-service-photo {
  width: 100%;
  height: 450px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .service-gallery .single-service-photo {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .service-gallery .single-service-photo {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service-gallery .single-service-photo {
    height: 250px;
  }
}

.service-details-wrapper h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .service-details-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .service-details-wrapper h2 {
    font-size: 26px;
    line-height: 140%;
  }
}
.service-details-wrapper .owl-theme .owl-nav div {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  background-color: #001659;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  display: inline-block;
  border-radius: 0px;
}
.service-details-wrapper .owl-theme .owl-nav div:hover {
  background-color: #FF5E14;
  color: #fff;
}
.service-details-wrapper .owl-theme .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.service-details-wrapper .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  z-index: 1;
}

.slideshow__slide-caption-title.-full {
  width: 100%;
}

.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transform: translate3d(0, 3.75rem, 0);
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load,
body[data-route-option="next-section"]
  .slideshow__slide-caption-subtitle.-load {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  bottom: 30px;
  z-index: 999;

  &__item {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    transition: 0.2s ease-in-out;

    &.is-current,
    &:hover {
      background-color: #fff;
    }
  }
}

.container {
  position: relative;
  margin: 0 auto;

  @media (max-width: 699px) {
    padding-right: 40px;
    padding-left: 40px;
  }

  @media (min-width: 700px) and (max-width: 1599px) {
    /*! padding-right: 7.5rem; */
    /*! padding-left: 7.5rem; */
    max-width: 140rem;
  }

  @media (min-width: 1600px) {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}

.background-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.slideshow::before
{
   /*! position: absolute; */
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-image: linear-gradient(to bottom, var(--mainColor), #ab936e3d);
   content:'';
   z-index:    1 !important;
   overflow: hidden !important;
}
.slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  /*! overflow: hidden; */
  height: 100vh;
  min-height: 400px;

  &__slide {
    visibility: hidden;
    transition: visibility 0s 1.7s;

    &.is-current {
      visibility: visible;
      transition-delay: 0s;
    }
  }


  @media (min-width: 700px) {
    .slideshow__slide {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
  overflow: hidden;
}

.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
  z-index: 999999999;
}

.slideshow__slide-background-wrap {
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s,
    -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before,
.slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}

.slideshow__slide-image::before {
  background-color: #1e1e22;
}

.slideshow__slide-image::after {
  background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 33vh;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 0, 0);
  z-index: 999999999;
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
  /*! z-index: 2; */
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-caption {
  position: relative;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.slideshow__slide-caption-title {
  line-height: 1;

  @media (max-height: 500px) {
    margin-bottom: 0 !important;
  }
  text-align: right;
  z-index: 99999999999;
  position: relative;
}

@media (max-width: 699px) {
  .slideshow__slide-caption-title {
    font-size: 40px;
    /*! margin-bottom: 150px; */
  }
  .slideshow.-full .slideshow__slide-caption-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 700px) {
  .slideshow__slide-caption-title {
    font-size: 42px;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .slideshow__slide-caption-title {
    font-size: 4.375rem;
  }
}

@media (min-width: 1600px) {
  .slideshow__slide-caption-title {
    font-size: 6.25rem;
  }
}

.slideshow__slide-caption-title.-full {
  width: 100%;
}

.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s,
    -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transform: translate3d(0, 3.75rem, 0);
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load,
body[data-route-option="next-section"]
  .slideshow__slide-caption-subtitle.-load {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

/* OLD */

.c-header-home_heading {
  line-height: 1;
}

@media (max-height: 500px) {
  .c-header-home_heading {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 699px) {
  .c-header-home_heading {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .c-header-home.-full .c-header-home_heading {
    margin-bottom: 30px;
  }
}

@media (min-width: 700px) {
  .c-header-home_heading {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_heading {
    font-size: 4.375rem;
  }
}

@media (min-width: 1600px) {
  .c-header-home_heading {
    font-size: 6.25rem;
  }
}

.c-header-home_heading.-full {
  width: 100%;
}

.c-header-home_subheading {
  display: inline-block;
  padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_subheading.-load,
body[data-route-option="next-section"] .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 40px;
  }
}

@media (min-width: 700px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}

@media (max-width: 999px) {
  .c-header-home_controls.-nomobile {
    //display: none;
  }
}

.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}

@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}

@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}

button,
.c-header-filters_button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  body {
    /*! overflow: hidden; */
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .o-scroll {
    height: 100%;
  }
}

::-moz-selection {
  background: #0084c0;
  color: #ffffff;
}

::selection {
  background: #0084c0;
  color: #ffffff;
}

img,
svg {
  max-width: 100%;
}

a,
.o-link {
  color: #1a0dab;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
.o-link:hover {
  color: #13097c;
}

a.-normal,
.o-link.-normal {
  color: currentColor;
  text-decoration: none;
}

a.-normal:hover,
.o-link.-normal:hover {
  text-decoration: underline;
}

a.-blue:hover,
.o-link.-blue:hover {
  text-decoration: none;
  color: #0084c0;
}

a.-hover,
.o-link.-hover {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

a.-hover::after,
.o-link.-hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

a.-hover:hover::after,
.o-link.-hover:hover::after {
  transform: scaleX(1);
}

p {
  margin: 0;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba,
.o-barba_container {
  height: 100%;
}

strong {
  font-weight: 700;
}

.js-parallax {
  transform: translateZ(0);
  will-change: transform;
  text-align: right;
  /*! overflow: hidden !important; */
  /*! position: relative; */
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 699px) {
  .o-action-link {
    font-size: 40px;
    padding-top: 120px;
  }
}

@media (max-width: 1199px) {
  .o-action-link {
    color: #1e1e22;
  }
}

@media (min-width: 700px) {
  .o-action-link {
    font-size: 5.625rem;
  }
}

@media (min-width: 1200px) {
  .o-action-link {
    color: #ffffff;
  }
}

.o-action-link:hover {
  color: #ffffff;
}

.o-action-link_label {
  display: inline-block;
  position: relative;
}

.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1;
}

@media (max-width: 699px) {
  h1,
  .o-h1 {
    font-size: 26px;
  }
}

@media (min-width: 700px) {
  h1,
  .o-h1 {
    font-size: 38px;
  }
}

@media (min-width: 1600px) {
  h1,
  .o-h1 {
    font-size: 4.375rem;
  }
}

@media (max-width: 1599px) {
  h2,
  .o-h2 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1600px) {
  h2,
  .o-h2 {
    font-size: 2.25rem;
  }
}

h3,
.o-h3 {
  font-size: 1.5625rem;
}

h4,
.o-h4 {
  font-size: 1rem;
}

h5,
.o-h5 {
  font-size: 0.8125rem;
}

h6,
.o-h6 {
  font-size: 0.6875rem;
}

.o-hsub {
  font-size: 0.75rem;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #1e1e22;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-hsub.-link {
  color: #ffffff;
  text-decoration: none;
  text-align: right !important;
}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}

.o-hsub.-h {
  vertical-align: middle;
}

@media (max-width: 699px) {
  .o-hsub.-h {
    display: block;
    margin-top: 20px;
  }
}

@media (min-width: 700px) {
  .o-hsub.-h {
    margin-left: 2.5rem;
  }
}

.o-hsub_label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
  transform: translateX(20px);
}
.is-loaded .o-loader {
  visibility: hidden;
  transition-delay: 0.6s;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 699px) {
  .o-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .o-container.-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 700px) and (max-width: 1599px) {
  .o-container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}

@media (min-width: 1600px) {
  .o-container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}

.o-section {
  position: relative;
}

.o-section.-offset {
  margin-top: -9.375rem;
  background-color: #f6f6f6;
}

.o-section.-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.o-section.-padding-top {
  padding-top: 7.5rem;
}

@media (max-width: 699px) {
  .o-section.-bottom {
    padding-bottom: 60px;
  }
}

@media (min-width: 700px) {
  .o-section.-bottom {
    padding-bottom: 7.5rem;
  }
}

.o-section.-left {
  margin-right: 15rem;
}

.o-section.-right {
  margin-left: 15rem;
}

.o-section.-left-large {
  margin-right: 22.5rem;
}

.o-section.-right.-padding {
  padding-left: 9.5625rem;
}

.o-section_image {
  position: relative;
  overflow: hidden;
}

.o-section_image.-small {
  padding-bottom: 57.144%;
}

.o-section_image.-large {
  padding-bottom: 55%;
}

.o-section_image.-padding-left {
  margin-left: 7.5rem;
}

.o-section_image.-left {
  margin-right: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-left {
    margin-left: -7.5rem;
  }
}

@media (min-width: 1600px) {
  .o-section_image.-left {
    margin-left: -9.5625rem;
  }
}

.o-section_image.-right {
  margin-left: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-right {
    margin-right: -7.5rem;
  }
}

@media (min-width: 1600px) {
  .o-section_image.-right {
    margin-right: -9.5625rem;
  }
}

.o-section_image img {
  width: 100%;
}

.o-grid {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-grid.-margin {
  margin-left: -3.75rem;
}

.o-grid_item {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-grid_item.-button {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .o-grid_item.-button {
    width: 18.75rem;
  }
}

@media (max-width: 699px) {
  .o-grid_item.-button-content {
    margin-bottom: 30px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button-content {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .o-grid_item.-button-content {
    width: calc(100% - 18.75rem);
  }
}

.o-grid.-margin .o-grid_item {
  padding-left: 3.75rem;
}

@media (min-width: 700px) {
  .o-grid_item.-half {
    width: 50%;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-half.-large {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-half.-medium {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-third {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .o-grid_item.-third {
    width: 33.3333333333%;
  }
}

.o-form {
  padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
  .o-form_item {
    margin-bottom: 35px;
  }
}

@media (min-width: 700px) {
  .o-form_item {
    margin-bottom: 2.9375rem;
  }
}

.o-form_fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 699px) {
  .o-form_fieldset {
    margin-bottom: 20px;
  }
}

@media (min-width: 700px) {
  .o-form_fieldset {
    margin-bottom: 3.75rem;
  }
}

.o-form_button {
  text-align: right;
}

.o-label {
  display: block;
  height: 100%;
  color: #b3b3b3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-label {
    font-size: 9px;
  }
}

@media (min-width: 700px) {
  .o-label {
    font-size: 0.5625rem;
  }
}

.o-input-wrap .o-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input:focus ~ .o-label,
.o-select:focus ~ .o-label,
.o-textarea:focus ~ .o-label,
.o-label.is-active {
  -webkit-transform: translateY(-1.875rem);
  -ms-transform: translateY(-1.875rem);
  transform: translateY(-1.875rem);
}

.o-input.has-error ~ .o-label,
.has-error.o-select ~ .o-label,
.has-error.o-textarea ~ .o-label {
  color: #cc3d3d;
}

.o-input-wrap {
  position: relative;
}

.o-input,
.o-select,
.o-textarea {
  padding: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid #b3b3b3;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-input,
  .o-select,
  .o-textarea {
    font-size: 14px;
  }
}

@media (min-width: 700px) {
  .o-input,
  .o-select,
  .o-textarea {
    font-size: 0.875rem;
  }
}

.o-input::-webkit-input-placeholder,
.o-select::-webkit-input-placeholder,
.o-textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.-search,
.-search.o-select,
.-search.o-textarea {
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}

@media (max-width: 699px) {
  .o-input.-search,
  .-search.o-select,
  .-search.o-textarea {
    font-size: 26px;
  }
}

@media (min-width: 700px) {
  .o-input.-search,
  .-search.o-select,
  .-search.o-textarea {
    font-size: 3.75rem;
  }
}

.o-input.-search::-webkit-input-placeholder,
.-search.o-select::-webkit-input-placeholder,
.-search.o-textarea::-webkit-input-placeholder {
  color: #000000;
}

.o-input.-search:-ms-input-placeholder,
.-search.o-select:-ms-input-placeholder,
.-search.o-textarea:-ms-input-placeholder {
  color: #000000;
}

.o-input.-search::placeholder,
.-search.o-select::placeholder,
.-search.o-textarea::placeholder {
  color: #000000;
}

.-mobile .o-input.-search,
.-mobile .-search.o-select,
.-mobile .-search.o-textarea {
  font-size: 26px;
  padding: 0;
}

.o-input.-search.-light,
.-search.-light.o-select,
.-search.-light.o-textarea {
  color: #1e1e22;
}

.o-input.-search.-light::-webkit-input-placeholder,
.-search.-light.o-select::-webkit-input-placeholder,
.-search.-light.o-textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light:-ms-input-placeholder,
.-search.-light.o-select:-ms-input-placeholder,
.-search.-light.o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::placeholder,
.-search.-light.o-select::placeholder,
.-search.-light.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.has-error,
.has-error.o-select,
.has-error.o-textarea {
  border-color: #cc3d3d;
}

.o-input:focus,
.o-select:focus,
.o-textarea:focus {
  outline: none;
}

.o-input-line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1e1e22;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.o-input:focus ~ .o-input-line,
.o-select:focus ~ .o-input-line,
.o-textarea:focus ~ .o-input-line {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.o-input-lines::before,
.o-input-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-right: 1px solid #b3b3b3;
  height: 0.375rem;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input.has-error ~ .o-input-lines::before,
.has-error.o-select ~ .o-input-lines::before,
.has-error.o-textarea ~ .o-input-lines::before,
.o-input.has-error ~ .o-input-lines::after,
.has-error.o-select ~ .o-input-lines::after,
.has-error.o-textarea ~ .o-input-lines::after {
  border-color: #cc3d3d;
}

.o-input-lines::before {
  left: 0;
  transition-delay: 0.3s;
}

.o-input-lines::after {
  right: 0;
}

.o-input:focus ~ .o-input-lines::before,
.o-select:focus ~ .o-input-lines::before,
.o-textarea:focus ~ .o-input-lines::before,
.o-input:focus ~ .o-input-lines::after,
.o-select:focus ~ .o-input-lines::after,
.o-textarea:focus ~ .o-input-lines::after {
  border-color: #1e1e22;
}

.o-input:focus ~ .o-input-lines::before,
.o-select:focus ~ .o-input-lines::before,
.o-textarea:focus ~ .o-input-lines::before {
  transition-delay: 0s;
}

.o-input:focus ~ .o-input-lines::after,
.o-select:focus ~ .o-input-lines::after,
.o-textarea:focus ~ .o-input-lines::after {
  transition-delay: 0.3s;
}

.o-checkbox,
.o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:checked + .o-checkbox-label::after,
.o-radio:checked + .o-checkbox-label::after,
.o-checkbox:checked + .o-radio-label::after,
.o-radio:checked + .o-radio-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.o-checkbox-label,
.o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.4;
  margin-right: 4.0625rem;
  cursor: pointer;
  padding-top: 0.125rem;
}

@media (max-width: 699px) {
  .o-checkbox-label,
  .o-radio-label {
    font-size: 12px;
    padding-left: 27px;
  }
}

@media (min-width: 700px) {
  .o-checkbox-label,
  .o-radio-label {
    font-size: 0.875rem;
    padding-left: 1.1875rem;
  }
}

.o-checkbox-label.-uppsercase,
.-uppsercase.o-radio-label {
  text-transform: uppercase;
}

.o-checkbox-label::before,
.o-radio-label::before,
.o-checkbox-label::after,
.o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  padding: 0;
  content: "";
  border: 1px solid;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::before,
  .o-radio-label::before,
  .o-checkbox-label::after,
  .o-radio-label::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

@media (min-width: 700px) {
  .o-checkbox-label::before,
  .o-radio-label::before,
  .o-checkbox-label::after,
  .o-radio-label::after {
    margin-top: -0.28125rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.o-checkbox-label::after,
.o-radio-label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1e1e22 transparent transparent transparent;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::after,
  .o-radio-label::after {
    border-width: 12px 12px 0 0;
  }
}

@media (min-width: 700px) {
  .o-checkbox-label::after,
  .o-radio-label::after {
    border-width: 0.5625rem 0.5625rem 0 0;
  }
}

.o-checkbox-label.has-error::before,
.has-error.o-radio-label::before {
  border-color: #cc3d3d;
}

.o-checkbox-label_text {
  display: inline-block;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.o-checkbox-label:hover .o-checkbox-label_text,
.o-radio-label:hover .o-checkbox-label_text {
  -webkit-transform: translateX(0.3125rem);
  -ms-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.o-radio-label::before,
.o-radio-label::after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.o-radio:checked + .o-radio-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}

.o-select:focus {
  border-bottom-color: #1e1e22;
}

.o-select-wrap {
  position: relative;
}

.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea-wrap {
  position: relative;
}

.o-textarea {
  min-height: 9.375rem;
}

.o-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #1e1e22;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.o-button > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-button {
    height: 60px;
    padding: 0 20px;
  }
}

@media (min-width: 700px) {
  .o-button {
    height: 3.75rem;
    padding: 0 1.875rem;
  }
}

.o-button::after {
  /*! content: ""; */
  /*! position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e1e22;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s,
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  border-radius: 50%;
}

.o-button:hover {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
}

@media (min-width: 1200px) {
  .o-button.-anim {
    border-color: transparent;
  }
}

.o-button.-left::after {
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.o-button.-white {
  background: #af9571;
  border-radius: 50%;
  margin: 0px 10px;
  border: unset;
}

.o-button.-white::after {
  background-color: #af9571;
}

.o-button.-white:hover {
  color: #000000;
}

@media (max-width: 699px) {
  .o-button.-width {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .o-button.-width {
    width: 15rem;
  }
}

.o-button.-form {
  width: 11.25rem;
}

.o-button.-form:focus {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button.-form:focus::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
}

.o-button.-square {
  padding: 0;
}

@media (max-width: 699px) {
  .o-button.-square {
    width: 60px;
  }
}

@media (min-width: 700px) {
  .o-button.-square {
    width: 3.75rem;
  }
}

.o-button-group .o-button + .o-button {
  border-left: none;
}

@media (max-width: 699px) {
  .o-button.-padding {
    padding: 1.25rem;
  }
}

@media (min-width: 700px) {
  .o-button.-padding {
    padding: 1.25rem 2.5rem;
  }
}

.o-button_label {
  display: inline-block;
  position: relative;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  line-height: 1.4;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
}

.o-button:hover .o-button_label {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
  -webkit-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
  -webkit-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem);
}

.o-button-group {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-button_icon {
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #1e1e22;
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
  fill: #ffffff;
}

.o-button:hover .o-button_icon {
  fill: #f6f6f6;
  transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
  fill: #1e1e22;
}

.o-button_line::before,
.o-button_line::after {
  content: "";
  position: absolute;
  background-color: #1e1e22;
}

.is-mobile .o-button_line::before,
.is-mobile .o-button_line::after {
  display: none;
}

.o-button_line::before {
  width: 1px;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
  height: 1px;
  right: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
  left: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
  top: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.o-button_line:last-of-type::before {
  right: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.o-button_line:last-of-type::after {
  bottom: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
  transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
  transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
  transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
  transition-delay: 0.7s;
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  right: 0;
  text-align: right;
  justify-content: end;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 40px;
  }
}

@media (min-width: 700px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons,
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}

@media (max-width: 999px) {
  .c-header-home_controls.-nomobile {
    //display: none;
  }
}

.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}

@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}

@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
.section-padding {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
}
.section-padding h6 {
    color: var(--mainColor);
    font-size: 20px;
    margin-bottom: 20px;
}
.section-subtitle {
    color: var(--mainColor);
    font-size: 13px;
    /*! font-family: 'Barlow', sans-serif; */
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.section-subtitle span {
 color: var(--mainColor);
}
.section-title {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    color: #0f2454;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title span {
    color: var(--mainColor);
}
.section-title2 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--mainColor);
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.section-subtitle2 {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: var(--mainColor);
    margin-bottom: 5px;
}
.section-title2 span {
    color: #fff;
}
.section-title i,
.section-title span i {
    color: var(--mainColor);
}

.acc h3 {
   font-size: 18px !important;
   background-color: #f1f1f1;
   color: rgba(23, 21, 10, 0.8);
   padding: 20px 15px;
   margin: 10px 0;
   cursor: pointer;
   /*! letter-spacing: 2px; */
   position: relative;
   text-transform: capitalize;
   border-radius: 5px;
   transition: .5s;
   text-align: right;
   font-weight: normal !important;
}

.acc h3:after {
   content: '+';
   position: absolute;
   left: 20px;
   font-size: 29px;
   top: 41%;
   transform: translateY(-50%);
   background: var(--mainColor);
   color: white;
   width: 39px;
   height: 39px;
   border-radius: 50%;
   padding: ;
   text-align: center;
   margin-top: 5px;
   padding-top: ;
}
.acc.active h3
{
 background-color: var(--mainColor);
 transition: .5s

}
.acc.active h3:after {
 content: '-';
}

.content-faq {
   background-color: #fff;
   display: none;
}

.content-inner {
   padding: 15px;
}

.content-faq * {
   margin-top: 0;
   line-height: 1.5;
   font-size: 17px;
   text-align: right;
   color: rgba(0,0,0,.6);
}
.spcimg
{
   background: #f1f1f1;
  width: 60%;
  margin: auto;
  padding: 30px 10px;
  text-align: center !important;
  margin-top: -138px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}
.spcimg h3
{
  font-size: 22px;
}
.spcimg p
{
  font-size: 13px;
  color: rgba(0,0,0,.6);
  /*! margin: 20px 0; */
}
.spcimg a
{
  font-size: 13px;
  background: var(--mainColor);
  color: white !important;
  padding: 8px 30px;
  border-radius: 10px
}
.rrb
{
   position: absolute;
   top: 0;
   z-index: 2;
   color: white;
   padding: 10px 30px
}
.map2
{
   background: #1aa664;
}
.map1
{
   background: #d07837;
}.mpre h5
{
  font-size: 50px !important;
  text-align: center !important;
  /*! margin: 90px 0 !important; */
    /*! font-weight: bold; */
    text-transform: capitalize;
  color: var(--sColor) !important;
}

.mpre
{
  position: relative;

  padding: 60px 0;
}
.mpre::before
{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:linear-gradient(to bottom , #061343, #ac946e00);
}
.about img
{
  height: 400px !important;
  object-fit: cover;
  border-radius: 0px 80px 0px 80px
}.mmfd
{
 position: fixed;
 bottom: 0;
 background: #075E54;
 color: white;
 font-size: 30px;
 padding: 15px 17px;
 margin: 20px;
 z-index: 988888;
 border-radius: 50%;
 right: 0;
 transition: .5s;
 font-family: "Font Awesome 5 brands" !important;
}
.dsjre
{
   transition: .5s;
   height: 200px !important;;
   margin: 10px 0;
   text-align: center;
   color: black !important;
   background: #f1f1f1;
   padding: 10px
}
.dsjre h3
{
   color: black !important;
   margin-top:30px
}
.dsjre p{
   color: black !important;
   font-size: 13px !important;
}
.dsjre span
{
   background: var(--mainColor);
   padding: 5px 20px;
   color: white;
}
.dsjre:hover
{
   background: var(--mainColor) !important;
   transition:.5s;
}
.section-news{
  border-bottom: 1px solid #e1e1e1;
  margin: 60px 0;
}

.news-carousel{
  margin-top: 4.7rem;
}

.news-item{
  position: relative;
}

.news-item img{
  width: 100%;
  height: 350px;
}

.news-hover{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:2.7rem;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-border{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover-border div{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.hover-border div::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.hover-border::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s 0.2s;
  -o-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

.hover-border div::after {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s 0.4s;
  -o-transition: 0.2s 0.4s;
  transition: 0.2s 0.4s;
}

.hover-border::before {
  position: absolute;
  content: "";
  background:var(--mainColor);
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.news-hover .content{
  opacity: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
}

.news-hover .time{
  margin-bottom: 0.6rem;
}

.news-title{
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  margin:0;
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-description{
  opacity: 0;
  margin-bottom: 0;
  line-height: 1.71;
  margin-top: 10%;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: 0.5s 0.3s ease;
  -o-transition:  0.5s 0.3s ease;
  transition: 0.5s 0.3s ease;
}

.news-hover .read-more{
  position: absolute;
  opacity: 0;
  bottom: 2.7rem;
  color: white;
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 50px;
}

.read-more{
  font-weight: 600;
}

.news-item:hover .news-hover{
  background-color: #001142bf;
  color: white !important;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content{
  opacity: 1;

}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: white !important;
}

.news-item:hover .news-hover .read-more{
  opacity: 1;
}

.pxp-services {
    height: 418px;
}
.pxp-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1111111;
    position: relative;
}
.pxp-services-item {
    display: block;
    background-color: white;
    position: relative;
    border-right: 1px solid #e8e8e812;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 0;
}
.pxp-dark-mode .pxp-services-item {
    background-color: #000;
    border-right: 1px solid #333;
}
.pxp-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}
.pxp-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}
.pxp-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.pxp-services-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-item-text-title {
    font-weight: 900;
    color: #1a1919;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-item-text-title {
    color: #fff;
}
.pxp-services-item-text-sub {
    color: #333232;
    opacity: .7;
    font-size: .8rem;
}
.pxp-dark-mode .pxp-services-item-text-sub {
    color: #fff;
}
@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.pxp-services-item:hover .pxp-services-item-fig {
    /*! -webkit-animation: iconTop 0.4s ease-in-out; */
    /*! -moz-animation: iconTop 0.4s ease-in-out; */
    /*! animation: iconTop 0.4s ease-in-out; */
}
.pxp-services-item:hover .pxp-services-item-text {
    transform: translateY(-50%);
}
.pxp-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-item-cta {
    color: #fff;
}
.pxp-services-item:hover .pxp-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}
.pxp-dark-mode .pxp-services-h {
    background: linear-gradient(90deg, #000 50%, #F7F7F7 50%);
}
.pxp-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pxp-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-services-h-fig.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-fig.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pxp-services-h-item img {
    height: 64px;
    width: auto;
}
.pxp-services-h-item .media-body {
    color: #999;
}
.pxp-services-h-item h5 {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-services-h .pxp-primary-cta.pxp-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.pxp-services-h .pxp-primary-cta.pxp-animate-in.pxp-in {
    transform: translateX(0);
    opacity: 1;
}
.pxp-services-c {
    background-position: left center;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.pxp-services-c-content {
    position: relative;
    padding-left: calc((100% - 1140px) / 2 + 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.pxp-services-c-intro {
    margin-right: 30px;
    width: 25%;
    z-index: 2;
    margin-top: -84px;
}
.pxp-services-c-container {
    width: 75%;
}
.pxp-services-c-item {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
}
.pxp-dark-mode .pxp-services-c-item {
    background-color: #000;
}
.pxp-services-c-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}
.pxp-services-c-item-fig img {
    width: 100%;
    height: auto;
}
.pxp-services-c-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.pxp-dark-mode .pxp-services-c-item-text-title {
    color: #fff;
}
.pxp-services-c-item-text-sub {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}
.pxp-dark-mode .pxp-services-c-item-text-sub {
    color: #fff;
}
.pxp-services-c-item:hover .pxp-services-c-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}
.pxp-services-c-item:hover .pxp-services-c-item-text {
    transform: translateY(-50%);
}
.pxp-services-c-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-dark-mode .pxp-services-c-item-cta {
    color: #fff;
}
.pxp-services-c-item:hover .pxp-services-c-item-cta {
    transform: translateY(0);
    opacity: 1;
}
.pxp-services-c-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.pxp-services-c-container .owl-stage-outer {
    overflow: visible;
}
.pxp-services-c-container .owl-item {
   opacity: 0;
   transition: opacity .5s;
}
.pxp-services-c-container .owl-item.active {
    opacity: 1;
}
.pxp-services-c-container .owl-carousel .owl-nav button {
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-container .owl-nav {
    text-align: center;
    margin-top: 3rem;
}
.pxp-services-c-container .owl-prev.disabled,
.pxp-services-c-container .owl-next.disabled {
    opacity: 0.5;
}
.pxp-services-c-container .owl-prev {
    margin-right: 20px;
}
.pxp-services-c-container .owl-next {
    margin-left: 20px;
}
.pxp-services-columns .pxp-services-columns-item-fig img {
    height: 80px;
    width: auto;
}
.pxp-services-columns .pxp-services-columns-item-fig span {
    font-size: 80px;
    line-height: 80px;
}
.pxp-services-columns .pxp-services-columns-item h3 {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
@media screen and (max-width: 991px) {
    .pxp-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        padding-top: 120px;
        padding-bottom: 100px;
        overflow: auto;
        z-index: 1040;
    }
    .pxp-dark-mode .pxp-nav {
        background-color: #000;
    }
    .pxp-header-nav-trigger {
        display: inline-block;
    }
    .pxp-header-user {
        display: none;
    }
    .pxp-logo.pxp-logo-nav {
        position: fixed;
        top: 34px;
        left: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }
    .pxp-is-sticky .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .pxp-full .pxp-logo.pxp-logo-nav,
    .pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
        left: 30px;
        top: 18px;
    }
    .pxp-header-nav-trigger.pxp-active {
        position: fixed;
        top: 30px;
        right: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }
    .pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
        right: 30px;
        top: 14px;
    }
    .pxp-nav > li.list-inline-item:not(.pxp-is-last) {
        margin-right: 0;
    }
    .pxp-nav > li {
        display: block;
        margin-right: auto;
        margin: 0 auto;
        cursor: pointer;
        text-align: left;
        padding-left: calc((100% - 720px) / 2 + 15px);
        opacity: 0;
        transform: translateX(-20px);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .pxp-header.pxp-full .pxp-nav > li {
        padding-left: 30px;
    }
    .pxp-mobile .pxp-nav > li {
        opacity: 1;
        transform: translateX(0);
    }
    .pxp-nav > li > a {
        text-transform: none;
        display: inline-block;
        font-size: 1.3rem;
    }
    .pxp-dark-mode .pxp-nav > li > a {
        color: #fff;
    }
    .pxp-nav > li > .pxp-nav-sub {
        position: relative;
        top: auto;
        left: 0;
        z-index: 1;
        float: none;
        min-width: 200px;
        padding: 7px 0;
        margin: 0;
        background-color: transparent;
        text-align: left;
        box-shadow: none;
        display: none;
    }
    .pxp-header.pxp-mobile .pxp-nav > li > .pxp-nav-sub {
        display: block;
    }
    .pxp-nav > li > .pxp-nav-sub > li > a {
        padding: 7px 0;
        font-size: 1rem;
    }
    .pxp-nav > li > .pxp-nav-sub > li > a:hover {
        padding-left: 10px;
    }
    .pxp-nav > li.pxp-has-btns {
        display: block;
    }
    .pxp-nav > li.pxp-has-btns > .pxp-user-btns {
        padding-top: 30px;
    }
    .pxp-user-btns-signup {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #333;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #333;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #fff;
        margin-right: 4px;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .pxp-dark-mode .pxp-user-btns-signup {
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
    }
    .pxp-user-btns-signup:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, .7);
    }
    .pxp-dark-mode .pxp-user-btns-signup:hover {
        color: rgba(51, 51, 51, .7);
    }
    .pxp-header.pxp-mobile .pxp-user-btns-signup {
        display: inline-block;
    }
    .pxp-user-btns-login {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #fff;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #E2E2E2;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #333;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .pxp-dark-mode .pxp-user-btns-login {
        background-color: #000;
        border: 1px solid #333;
        color: #fff;
    }
    .pxp-user-btns-login:hover {
        text-decoration: none;
        color: #333;
        border: 1px solid #333;
    }
    .pxp-dark-mode .pxp-user-btns-login:hover {
        border: 1px solid #fff;
        color: #fff;
    }
    .pxp-header.pxp-mobile .pxp-user-btns-login {
        display: inline-block;
    }
    .pxp-hero-caption form {
        width: 100%;
    }
    .pxp-hero-caption.pxp-hero-caption-bottom-left form {
        width: 100%;
    }
    .h2, h2, h1.pxp-page-header {
        font-size: 1.8rem;
    }
    h1.pxp-page-header {
        line-height: 2rem;
    }
    .pxp-props-carousel-right.pxp-has-intro {
        display: block;
    }
    .pxp-props-carousel-right-intro {
        width: 100%;
        margin-right: 0;
    }
    .pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
        width: 100%;
    }
    .pxp-services-item {
        width: 100%;
        /*! float: none; */
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
    }
    .pxp-dark-mode .pxp-services-item {
        border-bottom: 1px solid #333;
    }
    .pxp-services-item:nth-child(1) {
        border-radius: .3rem .3rem 0 0;
    }
    .pxp-services-item:nth-child(2) {
        border-radius: 0;
    }
    .pxp-services-item:nth-child(3) {
        border-radius: 0;
    }
    .pxp-services-item:nth-child(4) {
        border-radius: 0 0 .3rem .3rem;
        width: 100% !important;
        display: block !important;
    }
    .pxp-services-c {
        display: block;
        background-position: left top;
    }
    .pxp-services-c-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .pxp-services-c-container {
        width: 100%;
    }
    .pxp-services-c-container .owl-nav {
        margin-left: auto;
    }
    .pxp-testim-1 {
        display: block;
        background-position: left top;
    }
    .pxp-testim-1-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .pxp-testim-1-container {
        width: 100%;
    }
    .pxp-testim-1-container .owl-nav {
        margin-left: auto;
    }
    .pxp-hero-props-carousel-1 .carousel-indicators li {
        width: 60px;
        height: 60px;
    }
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 240px);
    }
    .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
        display: none;
    }
    .pxp-header.pxp-no-bg.pxp-mobile {
        border-bottom: 1px solid transparent;
    }
    .pxp-header.pxp-no-bg .pxp-logo.pxp-logo-nav {
        top: 24px;
    }
    .pxp-header.pxp-no-bg .pxp-header-nav-trigger.pxp-active {
        top: 20px;
    }
    .pxp-blog-posts-carousel-1-caption-title {
        font-size: 1.4rem;
    }
    .pxp-blog-posts-carousel-1-caption-summary {
        width: 100%;
    }
    .pxp-blog-post-block,
    .pxp-agent-block {
        width: 100%;
        margin: 0;
    }
    .pxp-blog-post-share {
        width: 100%;
        text-align: left;
    }
    .pxp-blog-post-share > ul > li {
        float: left;
        margin-right: 10px;
    }
    .pxp-blog-post-share-label {
        float: left;
        margin-right: 20px;
        line-height: 36px;
    }
    .pxp-content-left {
        padding-right: 0;
    }
    .pxp-map-side.pxp-half {
        width: 0;
    }
    .pxp-map-side.pxp-max {
        width: 100%;
    }
    .pxp-single-property-section > .row > div:nth-last-child(2) > .pxp-sp-amenities-item,
    .pxp-single-property-section > .row > div:nth-last-child(3) > .pxp-sp-amenities-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E2E2E2;
    }
    .pxp-services {
        height: 1314px;
    }
    .pxp-blog-posts-carousel-1-caption-container {
        left: 30%;
    }
    .pxp-hero-caption h1 {
        font-size: 2.5rem;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        top: 30%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        top: 70%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
        right: auto;
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }
    .pxp-services-c-content {
        padding-left: calc((100% - 720px) / 2 + 15px);
        display: block;
    }
    .pxp-blog-post-hero {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-services-c {
        right: 0;
        background-position: center center;
    }
    .pxp-sp-top-title {
        font-size: 1.8rem;
    }
    .pxp-props-carousel-right {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-testim-1 {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }
    .pxp-services-h {
        background: #F7F7F7;
    }
    .pxp-dark-mode .pxp-services-h {
        background: #000;
    }
    .pxp-services-h-container {
        display: block;
    }
    .pxp-services-h-fig {
        height: 240px;
    }
    .pxp-sp-agent-btn-main {
        width: 49%;
        margin-right: 2%;
    }
    .pxp-sp-agent-btn {
        width: 49%;
    }
    .pxp-calculator-chart-container {
        width: 60%;
        margin: 0 auto;
    }
    .pxp-agent-rating {
        line-height: 2.2rem;
    }
    .pxp-blog-post-hero-fig {
        height: 50vh;
        min-height: auto;
    }
    .pxp-dark-mode .pxp-services-h-item .media-body {
        color: #8c8c8c;
    }
    .pxp-dark-mode .pxp-services-h-item h5 {
        color: #fff;
    }
    .pxp-dark-mode .pxp-services-c-content .owl-carousel .owl-nav button svg line {
        stroke: #fff;
    }
    .pxp-dark-mode .pxp-services-h .pxp-primary-cta {
        color: #fff;
    }
    .pxp-dark-mode .pxp-services-h .pxp-primary-cta:after {
        border-top: 2px solid #fff;
    }
    .pxp-gallery-carousel-item {
        height: 400px;
    }
    .pxp-services-accordion-right-container {
        padding: 100px 60px;
    }
    .pxp-services-accordion-fig {
        height: 400px;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .pxp-services-accordion h3 {
        font-size: 1.6rem;
    }
    .pxp-services-accordion-item-header button {
        font-size: 1.2rem;
    }
    .pxp-testim-2-caption {
        padding-right: 60px;
    }
    .pxp-hero.pxp-hero-contact {
        height: auto !important;
    }
    .pxp-numbers-item-title {
        font-size: 1.2rem;
    }
    .pxp-numbers-item-number {
        font-size: 60px;
    }
    .pxp-hero-caption {
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
        top: 0;
        transform: none;
    }
    .pxp-services-tabs .carousel-indicators {
        margin-top: 3rem;
    }
}
.footer {
    background: #001142;
}
.footer-logo {
    width: 160px;
    margin-bottom: 15px;
}
.footer .widget .widget-title {
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #fff;
}
/* first footer */
.first-footer {
    padding: 90px 0 0 0;
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
/* footer icon */
.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0);
    background-color: #080326b2;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 20px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #fff;
    text-decoration: none;
    text-align: right !important;
    /*! flex-direction: row-reverse; */
    /*! align-items: end; */
    /*! justify-content: end; */
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-contact-link-wrapper p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.second-footer .widget-area .widget {
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255,255,255,0.8);
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
    background: unset !important;
}
.footer .usful-links ul li:hover {
    color: var(--mainColor);
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: rgb(255, 255, 255);
    position: relative;
    padding-left: 0px;
    font-size: 13px;
}
.footer .usful-links ul li a:hover {
    color: var(--mainColor);
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.copyright p a {
    color: rgba(255,255,255,0.8);
}
.copyright p a:hover {
    color: #fff;
}
.copyright p span {
    color: rgba(255, 255, 255, 0.01);
    padding: 0 5px;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: auto;
    /*! height: 40px; */
    line-height: 40px;
    text-align: center;
    background: var(--mainColor);
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    /*! border: 1px solid rgba(255,255,255,0.1); */
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.footer .social-icons li > a {
    font-size: 14px;
}
.social-icons li a:hover {
    background: #1288a2;
    color: #fff;
    border-radius: 100%;
}
.ar .footer-contact-link-wrapper
{
    flex-direction: row-reverse;
    justify-content: end;
    text-align: right
}
.ar .image-wrapper.footer-contact-link-icon
{
    margin:0 !important;
    margin-left: 30px !important;
}
.ar .second-footer .widget-area .widget
{
    text-align: right
}
.ar footer p
{
    direction: rtl
}
.team-section{
	position:relative;
	padding-top:90px;
}

.team-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	bottom:67px;
	background-color:var(--mainColor);
}

.team-section .section-title .text{
	max-width:560px;
	padding-top:30px;
}

.team-section .section-title{
	margin-bottom:60px;
}

.team-section .team-block{
	padding:0px;
	float:left;
}

/* Team Block */

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
	margin: 0px 10px;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 400px !important;
}

.team-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:18px;
	margin-right:18px;
	margin-top:-70px;
	padding:30px 35px 30px;
	text-align:center;
	overflow:hidden;
	background-color:#f9f9fa;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#191514;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Poppins', sans-serif;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#191514;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#d5aa6d;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#7a7a7a;
	font-size:14px;
	margin-top:5px;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--sColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:19px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}.section-title{
	position:relative;
	z-index:1;
	margin-bottom:35px;
}

.section-title .title{
	position:relative;
	font-size:25px;
	color:#9e7247;
	font-weight:400;
	/*! letter-spacing:3px; */
	/*! margin-bottom:12px; */
	text-transform:capitalize;
	margin-bottom: 16px;
}

.section-title h3{
	position:relative;
	color:#191514;
	font-weight:700;
	line-height:1em;
	padding-bottom: 22px;
	/*! font-family: 'Poppins', sans-serif; */
	font-size: 58px;
}

.section-title h3 span{
	position:relative;
	color:#d5aa6d;
	font-style:italic;
	font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title h3:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:40px;
	height:3px;
	background-color:#d4a86c;
}

.section-title .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	color:#555555;
	margin-top:10px;
}

.section-title.centered .big-title,
.section-title.centered{
	text-align: center;
}

.section-title.centered h3:after{
	left:50%;
	margin-left:-20px;
}

.section-title.light .text{
	color:#999999;
}

.section-title.light h3{
	color:#ffffff;
}
.team-block .inner-box:hover .lower-content .overlay-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .lower-content .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
	background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
	background: var(--mainColor);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content{
	position:relative;
	padding:30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:13px;
	padding-right:40px;
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:28px;
	height:1px;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons{
	position:relative;
	margin-top:6px;
	width: 100% !important;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li{
	position:relative;
	/*! margin-right:8px; */
	display:inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
}
.ret p
{
  color: black !important
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
    }
   .links.dark.footer-contact-links
   {
      margin: 0
   }
   .ar .second-footer .widget-area .widget
   {
      padding: 0
   }
   .news-item{
      margin: 10px 0
   }
   .pxp-services-container
   {
      display: block !important;
   }
   .pxp-services-container a{
      width: 100% !important;
      z-index: 1;
      position: relative;
      height: 250px !important;
   }
   .properties__param-label svg
   {
      width: 15px !important;
   }
   .properties__param-label
   {
      font-size: 11px
   }
   .ppbox svg, .ppbox img
   {
      width: 15px;
      height: 15px !important;
   }
   .ppbox .scul li
   {
      font-size: 11px;
   }
   .vore
   {
      padding: 10px !important;
   }
   .vore input
   {
      margin-bottom: 20px
   }
   .moredetails
   {
      padding-top: 0px !important;
   }
   .ar .bottombar ul li
   {
      margin: 10px 0 !important;
   }
   body,html
   {
      position: relative;
      overflow-x: hidden !important;
   }
   .cont{
      margin-top: 40px !important;
   }
   .cont p{
      line-height: 1.9em
   }
   .mppr
   {
      margin: 0
   }
   .mppr p{
      font-size: 13px !important;
   }
   .section-padding
   {
      padding-bottom: 0 !important;
   }
   .header .navbar-brand img
   {
      width: 90px !important;
      height: 70px !important;
   }
} .aboutus .box
{
 display: flex;
 text-align: right;
 background: white;
 padding: 10px;
 margin: 5px 0;
 flex-direction: row-reverse;
 margin-top: 20px;
 min-height: 146px;

}
 .aboutus .box .left
{
 padding: 0px 10px
}
.aboutus .box p
{
 font-size: 16px;
 color: black;
}
.ss
{
   position: absolute;
   background: grey;
   top: 0;
   left: 77px;
   z-index: 1;
   padding:
      10px 20px;
   color: white
}
.mpeprt
{
  position: relative;
}

.mpeprt::before
{
  position: absolute;;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  content: '';
  top: 0;
  left: 0;
   z-index: 1
}
.mpeprt h1{
   color: white;
   z-index: 999999;
   position: relative;
}
.mpeprt p{
   color: white;
   position: relative;
   z-index: 999999999
}
.ppprp
{
   background: #f4f4f4;
   padding: 15px;
   text-align: center !important;
      border-radius: 10px;
   margin-bottom:20px
}
.ppprp h4
{
   color: var(--mainColor) !important;
   text-align: center !important;
   font-size: 22px !important;

}
.ppprp textarea{
   background: unset !important;
   border: unset !important;
   text-align: center !important;
}
.property {
  /*! margin-bottom: 30px; */
  overflow: hidden;
  position: relative;
  width: 100%;
}
.property:hover img, .property:active img, .property:focus img {
  -moz-backface-visibility: hidden;
  top: -10px;
}
.property:hover.big .overlay, .property:active.big .overlay, .property:focus.big .overlay {
  bottom: 0px;
}
.property:hover .overlay, .property:active .overlay, .property:focus .overlay {
  bottom: 0px;
}
.property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
  background-color: rgba(0, 0, 0, 0.8);
}
.property:hover .type, .property:active .type, .property:focus .type {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
  width: 100%;
  position: relative;
  top: 0;
  height: 200px;
}
.property .overlay {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.property .overlay h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
}
.property .overlay figure {
  color: #fff;
  font-weight: lighter;
}
.property .overlay .additional-info {
  background-color: #073855;
  display: table;
  height: 30px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 8px 12px;
}
.property .overlay .additional-info li {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  color: #fff;
  display: table-cell;
  width: 25%;
  text-align: center;
  padding-top: 3px;
}
.property .overlay .additional-info li header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
  direction: rtl;
}
.property .overlay .additional-info li figure {
  font-size: 11px;
  font-weight: bold;
}
.property .overlay .info {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  padding: 12px;
}
.property .property-image {
  /*height: 195px;*/
  overflow: hidden;
  width: 100%;
}
.property .tag.status {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 60px;
  font-size: 12px;
  padding: 6px 9px;
  position: absolute;
  top: 15px;
  z-index: 1;
}

.property .tag.status:after {
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  content: "";
  right: 0;
  position: absolute;
}
.property .type {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #fff;
  position: absolute;
  right: 13px;
  z-index: 2;
  top: 15px;
  height: 29px;
  padding: 0 2px;
  text-align: center;
  line-height: 29px;
}
.property .tag.s2 {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  /*! right: 13px !important; */
  font-size: 12px;
  padding: 6px 9px;
  position: absolute !important;
  top: 15px;
  z-index: 1;
   text-align: right !important;
   width:  60px !important;
   background: #159d77 !important;
  float: ;
  left: 0;
  /*! background: #159d77 !important; */
  text-align: center !important;
}
.property .tag .s2::after {
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  content: "";
  right: 0 !important;
   display: none !important;
  position: absolute;

}
.property .type img {
  width: inherit;
  top: 0 !important;
}
.property.big {
  max-width: 440px;
}
.property.big .overlay {
  bottom: -70px;
}
.property.big .overlay h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 3px 0;
}
.property.big .overlay li header, .property.big .overlay li figure {
  font-size: 14px;
}
.property.big .overlay .additional-info {
  height: 70px;
  padding: 15px 20px;
}
.property.big .overlay .price {
  font-size: 18px;
}
.property.big .overlay .info {
  padding: 20px;
}
.property.big .property-image {
  /*height: 285px;*/
}
.property.big .tag {
  left: 20px;
  top: 20px;
}
.property.small {
  margin-bottom: 30px !important;
}
.property.small:hover img {
  top: inherit;
}
.property.small .property-image {
  float: left;
  width: 100px;
  height: 75px;
}
.property.small .info {
  padding-left: 110px;
}
.property.small .info a {
  color: #2a2a2a;
}
.property.small .info a:hover {
  color: #1396e2;
}
.property.small .info a h4 {
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.property.small .info figure {
  margin-bottom: 10px;
}
.property.small .info .tag {
  font-size: 12px;
}
.property.masonry {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  font-size: 12px;
  width: 32.1%;
  float: left;
  margin-bottom: 15px;
  overflow: visible;
}
.property.masonry .inner {
  /*-moz-backface-visibility: hidden;*/
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.property.masonry:hover img {
  top: 0;
}
.property.masonry aside {
  border: 2px solid #f3f3f3;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  position: relative;
  top: -2px;
}
.property.masonry aside h3 {
  -moz-backface-visibility: hidden;
  color: #073855;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.property.masonry aside figure {
  -moz-backface-visibility: hidden;
  margin-bottom: 10px;
}
.property.masonry aside p {
  -moz-backface-visibility: hidden;
  margin-bottom: 10px;
}
.property.masonry aside .link-arrow {
  border-top: 2px solid #f3f3f3;
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.property.masonry .property-image {
  position: relative;
  margin-bottom: 0;
}
.property.masonry .property-image img {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.property.masonry .property-image:hover img {
  -moz-transform: scale(1.1) rotate(0.01deg);
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
.property.masonry .property-image:hover .type img {
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.property.masonry .property-image .overlay {
  bottom: 0;
  position: absolute;
}
.property.masonry .property-image .overlay .tag {
  -moz-backface-visibility: hidden;
}
.property.masonry .property-image .ribbon {
  top: 15px;
  bottom: inherit;
}

.property-carousel .property-slide {
  position: relative;
}
.property-carousel .property-slide .overlay {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  bottom: 0;
  left: 0;
  height: 40%;
  position: absolute;
  width: 100%;
}
.property-carousel .property-slide .overlay h3 {
  bottom: 20px;
  color: #fff;
  left: 30px;
  font-size: 24px;
  position: absolute;
}
.property-carousel .property-slide img {
  width: 100%;
}
.property-carousel .owl-controls {
  position: absolute;
  right: 0;
  top: 0;
}
.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  display: inline-block !important;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3 !important;
}
.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
  content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
  content: "\f104";
}

#property-detail section {
  margin-bottom: 25px;
}
#property-detail section h2 {
  margin-bottom: 25px;
}

.property-detail-map-wrapper {
  position: relative;
  height: 340px;
}
.property-detail-map-wrapper .property-detail-map {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.property-features-list li {
  display: inline-block;
  padding: 5px 0;
  width: 49%;
}
.property-features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #1396e2;
  font-size: 8px;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}

.property-title {
  margin-bottom: 30px;
  position: relative;
}
.property-title h1 {
  border: none;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0;
}
.property-title .actions {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  position: absolute;
  right: 0;
}
.property-title .actions a {
  margin-left: 5px;
}

#property-rating aside, #property-rating figure {
  display: inline-block;
}
#property-rating aside header, #property-rating figure header {
  font-weight: bold;
  margin-bottom: 10px;
}
#property-rating aside {
  float: left;
}
#property-rating figure {
  float: right;
}
#property-rating figure .rating {
  width: inherit !important;
  float: right;
}
#property-rating .rating-form {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0px;
  overflow: hidden;
}
#property-rating .rating-form header {
  font-size: 18px;
  font-weight: lighter;
  margin: 20px 0;
}

.show-rating-form {
  height: auto;
}.tag {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: inline-block;
  padding: 3px 8px;
}
.tag.price {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #1396e2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.tag.article {
  background-color: #f3f3f3;
  border-left: 3px solid #c7c7c7;
  color: #2a2a2a;
  font-size: 12px;
  font-weight: bold;
}
.banner
{
   position: relative;
   margin: 90px 0 !important;
}
.banner::before
{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #001142b8;
   content: '';
  top: 0
}
.banner h3
{
  margin-bottom: 40px;
}
.banner a
{
  border: 1px solid white;
  padding: 8px 40px;
  border-radius: 20px;
  color: white;
}
.banner a:hover
{
  color:white !important
}.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

#new-properties{
   position: relative;
   z-index: 999999999 !important;
}
  @media (max-width: 699px) {
    .slideshow__slide {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden !important;
    }
     .slideshow__slide-caption-text
     {
        padding-top: 90px !important;
     }
     .slideshow
     {
        height: 60vh !important;
        min-height: 60vh !important;
     }
  }
