@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('animate.css');
@import url('animated-text.css');
@import url('all.min.css');
@import url('flaticon.css');
@import url('meanmenu.min.css');
@import url('owl.transitions.css');
@import url('bootstrap-icons.css');
@import url('../venobox/venobox.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-thin-straight/css/uicons-thin-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{ 
	--primary: #FFAC00;
	--primary-hover: #F4A500;
	--secondary: #000;
	--secondary-hover: #111;
    --title: var(--primary);
	--text: #222;
    --black: #000;
	--white: #FFFFFF;
	--light: #F1F4F5;
}

* {
    box-sizing: border-box;
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

p {
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);;
    font-family: 'Poppins', sans-serif;                                         
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
    color: var(--black);
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff;
}

.white p {
    color: #fff;
}

.white i {
    color: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
}



li {
    margin: 0;
    padding: 0;
}



input:focus, button:focus {
    outline-color: #ffde5d;
    border: 1px solid #ffde5d !important;
}

textarea:focus {
    border: 1px solid #ffde5d !important;
    outline-color: #ffde5d;
}

select:focus {
    border-color: #ffde5d;
    outline-color: #ffde5d;
    border: 1px solid #ffde5d !important;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}


*::-moz-selection {
    background: #FFECC4;
    color: #454545;
    text-shadow: none;
}

::-moz-selection {
    background: #FFECC4;
    color: #454545;
    text-shadow: none;
}

::selection {
    background: #FFECC4;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #101010;
    font-size: 15px;
}

::-webkit-input-placeholder {
   color: #101010;
}


::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
}

:-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
}

:-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
}

/* Contact Area */
.counter_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::-moz-selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}

.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001d23;
}

.contact_area ::-moz-placeholder {
    /* Firefox 19+ */
    color: #001d23;
}

.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001d23;
}

.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #001d23;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::-moz-selection {
    color: #151948;
}

.blog_reply ::selection {
    color: #151948;
}

.blog_reply::placeholder {
    color: #151948;
}

.blog_reply ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #151948;
}

.blog_reply ::-moz-placeholder {
    /* Firefox 19+ */
    color: #151948;
}

.blog_reply :-ms-input-placeholder {
    /* IE 10+ */
    color: #151948;
}

.blog_reply :-moz-placeholder {
    /* Firefox 18- */
    color: #151948;
}

.text-right {
    text-align: right!important;
}

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

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



/*<!--==============================================================-->
 <!-- reset code & common CSS start here -->
<!--==============================================================-->*/

.section-sub-title {
    display: flex;
    align-items: center;
}

.section-sub-title h5 {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
    font-family: "Poppins";
    margin: 0px 18px 0 0;
}

.section-sub-title.style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-sub-title.style-2 img:nth-child(2) {
    position: absolute;
    transform: rotateY(180deg);
    left: 34.11%;
    top: 2px;
}

.section-sub-title.style-2 img:nth-child(3) {
    position: absolute;
    right: 35.7%;
}

.section-sub-title.style-twoo h5 {
    margin: auto;
}

.about-sub-title.style-two h5 {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
    margin: 0;
}

.section-sub-title.style-three h5 {
    font-size: 18px;
    line-height: 26px;
    color: var(--title);
    font-weight: 500;
    font-family: "Raleway";
    margin: 0;
}

.section-title h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--black);
    font-weight: 600;
    margin: 17px 0 0;
    width: 80%;
}

.section-title.style-two h1 {
    margin: 0;
    font-family: "Marcellus";
    font-weight: 500;
}

.section-title.style-three h1 {
    font-size: 42px;
    line-height: 56px;
    color: var(--black);
    font-weight: 500;
    font-family: "Marcellus";
}

.inner-section-tilte h1 {
    font-size: 55px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0;
    display: inline-block;
}

.inner-section-sub-tilte li {
    display: inline-block;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
    position: relative;
}

.section-desc {
    font-size: 17px;
    line-height: 30px;
    color: var(--black);
    margin: 30px 0 0;
}


.inner-section-sub-tilte li::after {
    content: "-";
    margin: 0 10px 0 12px;
}

.inner-section-sub-tilte li:last-child::after {
    content: "";
    margin: 0;
}


.nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: -95px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

header.header-manu-section.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #000000!important;
    transition: .5s !important;
    z-index: 99;
    -webkit-animation: 500ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

header.header-manu-section.sticky:before {
    width: 0;
}

header.header-manu-section.style-two.sticky {
    background: #fff !important;
}

header.header-manu-section.style-three.sticky {
    background: #00000080 !important;
    backdrop-filter: blur(5px);
}

header.header-manu-section.style-three.sticky .header-menu-logo img {
    max-height: 60px;
}

.sticky nav.header-menu ul li {
    padding: 24px 8px 24px 8px;
}

.sticky nav.header-menu ul li:last-child {
    padding: 24px 0px 24px 8px;
}

.sticky nav.header-menu ul li:first-child a{
    color: #fff;
}

.sticky .header-menu-sign-up button {
    font-size: 16px;
    padding: 10px 32px;
    background: var(--primary);
    transition: .5s;
}

.sticky .header-menu-sign-up button:hover {
    color: #fff;
}

.sticky .menu>ul>li>a {
    color: #fff;
}

header.header-manu-section.sticky.style-three nav.header-menu ul li {
    padding: 24px 8px 24px 8px;
}

.sticky .header-button a {
    background: #ffde5d;
}

.sticky .header-button a i {
    color: #fff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*<!--==============================================================-->
 <!-- reset code & common CSS start here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Header Top CSS Start Here -->
<!--==============================================================-->*/

header.header-top-section {
    background-color: #ffffff;
}

.header-top-social ul li {
    display: inline-block;
    margin: 15px 14px 15px 0;
}

.header-top-social ul li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    transition: .5s;
}

.header-top-social ul li a:hover {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.header-top-info {
    text-align: right;
}

.header-top-info ul li {
    display: inline-block;
    margin: 0 0 0 24px;
    color: var(--text);
    font-family: "Poppins";
    font-size: 14px;
}

.header-top-info ul li a {
    font-size: 14px;
    line-height: 24px;
    color: var(--text);
    font-weight: 400;
    font-family: "Poppins";
    display: inline-block;
    transition: .5s;
}

.header-top-info ul li a:hover {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.header-top-info ul li i {
    color: var(--primary);
    padding-right: 6px;
}

/*<!--==============================================================-->
 <!-- Header Top CSS End Here -->
<!--==============================================================-->*/

#flag-translate { display: flex; align-items: center; justify-content: center;  }
#flag-translate img { width: 22px; height: auto; margin: 0 3px; }
#google_translate_element { display: none; } /* google translator */
.goog-te-banner-frame, .skiptranslate { display: none !important; } /* remover barra translator */
body { position: static !important; top: 0 !important; } /* fixar topo inicio translator */


/*<!--==============================================================-->
 <!-- Header Menu CSS End Here -->
<!--==============================================================-->*/

header.header-manu-section {
    background-color: var(--primary);
    position: relative;
    z-index: 100;
}

header.header-manu-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 540px;
    height: 100%;
    background-color: var(--black);
    z-index: -1;
}

nav.header-menu {
    text-align: right;
}

nav.header-menu ul li {
    display: inline-block;
    padding: 36px 8px 36px 8px;
    position: relative;
    transition: .4s;
}

nav.header-menu ul li:hover .submenu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

nav.header-menu ul li:last-child {
    padding: 36px 0px 36px 8px;
}

/* Submenu Start Here */

.submenu {
    position: absolute;
    top: 99px;
    left: 0;
    width: 205px;
    background: #fff;
    z-index: 50;
    border-top: 3px solid var(--primary);
    transition: .4s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20%) scale(.8);
    text-align: left;
}

.sticky .submenu {
    top: 74px;
}

nav .submenu ul li {
    display: block;
    width: 100%;
    background: #fff;
    padding: 8px 20px !important;
    transition: .4s;
    position: relative;
    z-index: 1;
}

nav .submenu ul li:last-child {
    padding: 8px 20px;
}

nav .submenu ul li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: var(--primary);
    top: 0;
    right: -15px;
    transform: skewX(-35deg);
    transition: .4s;
    z-index: -1;
}

nav .submenu ul li:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: var(--primary);
    top: 0;
    left: -15px;
    transform: skewX(-35deg);
    transition: .4s;
    z-index: -1;
}

nav .submenu ul li a {
    color: #0d0e14 !important;
    transition: .4s;
}

nav .submenu ul li:hover a{
    color: #fff !important;
}

nav .submenu ul li:hover:before,
nav .submenu ul li:hover:after {
    background: var(--primary);
    /*filter: hue-rotate(360deg);*/
    width: 58%;
}

/* Submenu End Here */

nav.header-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 10px 6px;
    font-weight: 500;
    font-family: "Poppins";
    transition: .5s;
}

nav.header-menu ul li:first-child a {
    color: var(--black);
}

nav.header-menu ul li:last-child a {
    padding: 10px 0px 10px 6px; 
}

nav.header-menu ul li a:hover {
    color: var(--black);
    /*filter: hue-rotate(360deg);*/
}

.header-menu-sign-up {
    text-align: right;
}

.header-menu-sign-up button {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    padding: 38px 32px;
    background: var(--black);
    transition: .5s;
    border: none;
}

.header-menu-sign-up button i {
    padding-right: 6px;
}

.header-menu-sign-up button:hover {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

/*<--===================== Sign Up CSS Start Here =====================-->*/

input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
  }
  
  /* Add a background color when the inputs get focus */
  input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }

  
  /* Float cancel and signup buttons and add an equal width */
  .cancelbtn, .signupbtn {
    float: left;
    width: 100%;
  }
  
  /* The Modal (background) */


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    overflow: auto;
    background-color: #00000091;
    padding-top: 50px;
    z-index: 999;
}

.modal i {
    transform: rotate(45deg);
    display: inline-block;
}
  
  /* Modal Content/Box */
  .modal-content {
    background-color: transparent;
    margin: 4% auto 10% auto;
    border: 1px solid #e3e3e3;
    width: 480px;
}

.modal .container {
    padding: 50px;
}

.modal .container h1 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    margin: 0;
}

.modal .container p {
    margin: 10px 0 0 0;
    color: #fff;
}

.modal .container hr {
    margin: 30px 0;
    background: #fff;
    border: none;
}

.modal .container label {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
}

.modal .container input {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin: 6px 0;
    padding: 14px;
}

.modal .container input::placeholder {
    color: #9b9b9b;
}

.modal .container p a {
    display: inline-block;
    color: #1877f2 !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.clearfix {
    display: flex;
    align-items: center;
}

.cancelbtn {
    background-color: var(--black);
    padding: 14px 32px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    margin-right: 30px;
}

.cancelbtn:hover {
    /*filter: hue-rotate(360deg);*/
}

.cancelbtn:before {
    position: absolute;
    content: '';
    top: 0;
    left: -16px;
    width: 0%;
    height: 100%;
    background: var(--primary);
    transform: skewX(-30deg);
    z-index: -1;
    transition: .5s;
}

.cancelbtn::after {
    position: absolute;
    content: '';
    top: 0;
    right: -16px;
    width: 0%;
    height: 100%;
    background: var(--primary);
    transform: skewX(-30deg);
    z-index: -1;
    transition: .5s;
}

.cancelbtn:hover:before ,
.cancelbtn:hover:after {
    width: 60%;
} 

.signupbtn {
    background-color: var(--primary);
    padding: 14px 32px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}

.signupbtn:hover {
    /*filter: hue-rotate(360deg);*/
}

.signupbtn:before {
    position: absolute;
    content: '';
    top: 0;
    left: -16px;
    width: 0%;
    height: 100%;
    background: var(--black);
    transform: skewX(-30deg);
    z-index: -1;
    transition: .5s;
}

.signupbtn::after {
    position: absolute;
    content: '';
    top: 0;
    right: -16px;
    width: 0%;
    height: 100%;
    background: var(--black);
    transform: skewX(-30deg);
    z-index: -1;
    transition: .5s;
}

.signupbtn:hover:before ,
.signupbtn:hover:after {
    width: 60%;
} 

   
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
  }
  
  .close:hover,
  .close:focus {
    color: #f44336;
    cursor: pointer;
  }
  
  /* Clear floats */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Change styles for cancel button and signup button on extra small screens */
  @media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
  }

/*<--===================== Sign Up CSS End Here =====================-->*/


/*<!--==============================================================-->
 <!-- Header Mneu CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Slider CSS Start Here -->
<!--==============================================================-->*/

section.slider-section {
    display: flex;
    align-items: center;
    height: 790px;
    background: url(../images/main-thumb/slider-bg.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.slider-section.style-two {
    display: flex;
    align-items: center;
    height: 790px;
    background: url(../images/main-thumb/slider3-bg.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-title h1 {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    width: 52%;
}

.slider-info {
    margin: 16px 0 52px;
}

.slider-info ul li {
    display: inline-block;
    margin-right: 20px;
}

.slider-info ul li h6 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Poppins';
}

.slider-info i {
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    padding-right: 6px;
}

.slider-info img {
    padding-right: 6px;
    display: inline-block !important;
}

.slider-btn a {
    background-color: var(--primary);
    padding: 14px 32px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

.slider-btn a:hover {
    /*filter: hue-rotate(360deg);*/
}

.slider-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: -16px;
    width: 0%;
    height: 100%;
    background: var(--black);
    transform: skewX(-30deg);
    z-index: -1;
    transition: .5s;
}

.slider-btn a::after {
    position: absolute;
    content: '';
    top: 0;
    right: -16px;
    width: 0%;
    height: 100%;
    background: var(--black);
    transform: skewX(-30deg);
    z-index: -1;
    transition: .5s;
}

.slider-btn a:hover:before ,
.slider-btn a:hover:after {
    width: 60%;
} 

/*<!--==============================================================-->
 <!-- Slider CSS End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Counter CSS End Here -->
<!--==============================================================-->*/

section.counter-section {
    padding: 100px 0;
    background: url(../images/main-thumb/counter-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.counter-box {
    text-align: center;

}

.counter-box-icon {
    width: 82px;
    height: 82px;
    background: var(--primary);
    text-align: center;
    line-height: 82px;
    border-radius: 50px;
    margin: auto;
}

.counter-number h2 {
    font-size: 55px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 4px;
}

.counter-title h6 {
    opacity: 0.800;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

/*<!--==============================================================-->
 <!-- Counter CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Inside CSS End Here -->
<!--==============================================================-->*/

section.inside-area-section {
	background: #f7f7f7;
}

section.inside-area-section .section-title h1 {
	width: 80%;
}

/*accordion*/
.accordion li {
    list-style: none;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #c2c2c2;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 24px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: var(--black);
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    background-color: transparent;
    padding: 14px 0;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #404040;
    margin: 0;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}


/*<!--==============================================================-->
 <!-- Inside CSS End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Property CSS End Here -->
<!--==============================================================-->*/

section.our-team-section {
    padding: 100px 0;
    background: #f7f7f7;
}

section.our-team-section .section-title h1 {
	margin: 17px auto 0;
}

section.our-team-section  .section-sub-title.style-2 img:nth-child(2) {
    left: 35.4%;
    top: 2px;
}

section.our-team-section .section-sub-title.style-2 img:nth-child(3) {
    right: 37%;
}

.team-box {
    padding-top: 50px;
}

.our-team-single-box {
    text-align: center;
}

/*
.team-single-box-thumb {
    overflow: hidden;
}

.team-single-box-thumb img {
    width: 100%;
    transition: .5s;
}

.our-team-single-box:hover  .team-single-box-thumb img{
    transform: scale(1.1);
}
*/

.team-single-box-designation h6 {
    margin: 38px 0 0 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 500;
}

.our-team-single-box:hover .team-single-box-title h3{
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.team-single-box-title h3 {
    font-size: 26px;
    line-height: 42px;
    color: var(--black);
    font-weight: 600;
    margin: 3px 0 0 0;
    transition: .5s;
}

.team-single-box-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.team-single-box-social ul li a {
    color: #9b9b9b;
    transition: .5s;
}

.team-single-box-social ul li a:hover {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Property CSS End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Blog CSS End Here -->
<!--==============================================================-->*/

section.letest-news-section {
    padding: 100px 0;
    background: #f7f7f7;
}

section.letest-news-section .section-title h1 {
	margin: 17px auto 0;
}

.letest-news-section  .section-sub-title.style-2 img:nth-child(2) {
    left: 33.7%;
}

.letest-news-section  .section-sub-title.style-2 img:nth-child(3) {
    right: 35.3%;
}


.letest-news-box {
    padding-top: 52px;
}

.letest-news-single-box {
    margin-bottom: 30px;
}

.news-single-box-thumb {
    overflow: hidden;
    height: 250px;
}

.news-single-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: center; 
    transition: .5s;
}

.letest-news-single-box:hover .news-single-box-thumb img {
    transform: scale(1.1);
}

.news-reason h6 {
    margin: 22px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 500;
}

.news-single-box-title a {
    display: inline-block;
    font-size: 26px;
    line-height: 38px;
    color: var(--black);
    font-weight: 600;
    margin: 10px 0 27px;
    transition: .5s;
}

.letest-news-single-box:hover .news-single-box-title a {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.news-single-box-post h6 {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    font-weight: 400;
    margin: 0 24px 0 0;
    float: left;
    transition: .5s;
}

.letest-news-single-box:hover .news-single-box-post h6 {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.news-single-box-date h6 {
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    margin: 0;
    position: relative;
    display: inline-block;
}

.news-single-box-date h6:before {
    position: absolute;
    content: '';
    top: 9px;
    left: -12px;
    width: 6px;
    height: 6px;
    background: #232323;
    border-radius: 30px;
}

/*<!--==============================================================-->
 <!-- Blog CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Footer CSS Start Here -->
<!--==============================================================-->*/

footer.footer-section {
    padding: 100px 0 0;
    background: var(--black);
    /*
    background: url(../images/main-thumb/footer-bg.jpg) center no-repeat;
    background-size: cover;
    */
}

.footer-desc p {
    margin: 22px 0 28px;
    color: #fff;
    font-size: 0.85em;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer-social ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: var(--primary);
    width: 35px;
    height: 35px;
    border: 1px solid var(--title);
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer-social ul li a:hover {
    color: #fff;
}

.footer-social ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.footer-social ul li a:hover:before {
    transform: scale(1);
    /*filter: hue-rotate(360deg);*/
}

.footer-about {
    padding-left: 20px;
}
@media (max-width: 768px) {
    .footer-about {
        padding-left: 0;
    }
}


.footer-about-title h5,
.footer-explore-title h5,
.footer-newsletter-title h5 {
    margin: 14px 0 24px;
    font-size: 18px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 600;
}

.footer-about ul li a,
.footer-explore ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 4px 0;
    display: inline-block;
    transition: .5s;
}

.footer-about ul li a:hover,
.footer-explore ul li a:hover {
    /*filter: hue-rotate(360deg);*/
    color: var(--primary);
}

.footer-newsletter-desc p {
    color: #fff;
    display: inline-block;
}

.footer-newsletter-form {
    position: relative;
    margin-top: 20px;
}

.footer-newsletter-form input {
    width: 100%;
    height: 50px;
    background-color: rgb(247 247 247 / 10%);
    padding: 10px 20px;
    border: none;
}

.footer-newsletter-form input::placeholder {
    opacity: 0.800;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.footer-newsletter-form button {
    font-size: 16px;
    line-height: 26px;
    color: var(--primary);
    font-weight: 400;
    display: inline-block;
    background: transparent;
    border: none;
    position: absolute;
    top: 14px;
    right: 20px;
}


/* Footer Bootom */

section.footer-bottom {
    margin-top: 100px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    padding: 34px 0;
    color: #fff;
}

.footer-bottom a {
    color: var(--primary);
    display: inline-block;
    transition: .5s;
}

.footer-bottom a:hover {
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Footer CSS End Here -->
<!--==============================================================-->*/




/*<--==============================================================-->
 <--==============================================================-->
                <-- Homapage Two CSS End Here -->
 <--==============================================================-->
<--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Header CSS Start Here -->
<!--==============================================================-->*/

header.header-manu-section.style-two {
    background: #fff;
}

header.header-manu-section.style-two::before {
    width: 0;
}

header.header-manu-section.style-two .header-menu-logo img {
    margin-left: 56px;
}

header.header-manu-section.style-two nav.header-menu {
    text-align: center;
}

header.header-manu-section.style-two nav.header-menu ul li a {
    color: var(--black);
}

header.header-manu-section.style-two nav.header-menu ul li:first-child a {
    color: var(--primary);
}

header.header-manu-section.style-two nav.header-menu ul li a:hover {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.header-menu-btn {
    margin-right: 54px;
    text-align: right;
}

.header-menu-btn a {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    background-color: var(--primary);
    padding: 12px 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-menu-btn a:hover {
    /*filter: hue-rotate(360deg);*/
}

.header-menu-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: var(--black);
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.header-menu-btn a:hover:before {
    transform: scale(1);
}

/*<!--==============================================================-->
 <!-- Header CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Banner CSS End Here -->
<!--==============================================================-->*/

section.banner-section {
    height: 800px;
    background: url(../images/main-thumb/banner2-content-thumb.jpg) center no-repeat;
    background-size: cover;
}

.banner-sub-title h5 {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 500;
    margin: 0;
    position: relative;
    display: inline-block;
}

.banner-sub-title h5::before {
    position: absolute;
    content: '';
    top: 0;
    right: -8px;
    width: 52%;
    height: 100%;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

.banner-sub-title h5::before {
    position: absolute;
    content: '';
}

.banner-title h1 {
    font-size: 45px;
    line-height: 58px;
    color: var(--black);
    font-weight: 700;
    margin: 10px 0 36px;
}

.banner-btn {
    float: left;
}

.banner-btn a {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    background-color: var(--black);
    padding: 15px 80px 15px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-right: 30px;
}

.banner-btn a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: 0;
    height: 100%;
    transition: .5s;
    background: var(--primary);
    transform: skewX(30deg);
    z-index: -1;
}

.banner-btn a:hover::before {
    width: 125%;
    /*filter: hue-rotate(360deg);*/
}

.banner-btn i {
    background: var(--primary);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 6px;
    right: 6px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    transition: .5s;
}

.banner-btn a:hover i {
    background: var(--black);
    /*filter: hue-rotate(360deg);*/
}

.banner-rate {
    display: inline-block;
}

.banner-rate ul li {
    display: inline-block;
    margin-top: 16px;
}

.banner-rate i {
    font-size: 18px;
    color: var(--primary);
}

section.banner-section .owl-nav {
    display: inline-block;
    position: relative;
    bottom: 100px;
}

section.banner-section .owl-prev, 
section.banner-section .owl-next {
    width: 100px;
    height: 100px;
    background-color: transparent;
    text-align: center;
    line-height: 100px;
    font-size: 22px;
    margin-right: 20px;
    background-color: #d6915391;
    transition: .5s;
    display: inline-block;
    color: #fff;
}

/*<!--==============================================================-->
 <!-- Banner CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Service CSS Start Here -->
<!--==============================================================-->*/

section.service-section {
    padding: 100px 0 70px;
    /*background: #faf7f2;*/
    background: #FFF;
}

section.service-section .section-title h1 {
    line-height: 48px;
}

.section-title li:last-child h1{
    color: var(--primary);
}

.service-desc p {
    margin: 0;
}

.service-box {
    margin-top: 50px;
}

.service-single-box {
    padding: 32px 34px;
    background: #fff;
    margin-bottom: 30px;
}

.service-box-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: transparent;
    border: 2px solid var(--primary);
    text-align: center;
    line-height: 80px;
    transition: .5s;
}

.service-box-icon img {
    max-width: 40px;
    max-height: 40px;
}

.service-single-box:hover .service-box-icon {
    background: var(--primary);
    /*filter: hue-rotate(360deg);*/
    transform: rotateY(360deg);
}

.service-single-box:hover .service-box-icon img {
    filter: brightness(0) invert(1);
}

.service-box-title h4 {
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    font-weight: 600;
    margin: 36px 0 14px;
    transition: .5s;
}

.service-box-desc p {
    transition: .5s;
    font-size: .95em;
} 

.service-single-box:hover .service-box-title h4,
.service-single-box:hover .service-box-desc p {
    color: var(--primary);
    /*filter: hue-rotate(360deg);*/
}

.service-box-btn a {
    position: relative;
    color: var(--primary);
    transition: .5s;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
}

.service-box-btn a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 86px;
    height: 1px ;
    background: var(--primary);
    transition: .5s;
}

/*<!--==============================================================-->
 <!-- Service CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Fecilities CSS start Here -->
<!--==============================================================-->*/

section.fecilities-section {
    padding: 100px 0;
}

.fecilities-desc p {
    margin: 0;
}
/*
.fecilities-slider {
    margin-top: 50px;
    text-align: center;
}

.facilitites-thumb {
    position: relative;
}

.facilitites-thumb img {
	width: 100%;
}

.facilitites-thumb-title h5 {
    font-size: 32px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    position: absolute;
    top: 46%;
    left: 40%;
}
    */


.fecilities-slider {
    margin-top: 50px;
    text-align: center;
}

.fecilities-slider .row {
    margin: 0; /* Remove margens do Bootstrap */
}

.fecilities-slider .col-lg-12 {
    padding: 0; /* Remove padding do Bootstrap */
}

.facilitites-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Proporção quadrada 1:1 */
    max-width: 1000px; /* Define a largura máxima para controlar o tamanho */
    max-height: 1000px; /* Define a altura máxima para consistência */
    overflow: hidden; /* Esconde partes da imagem que excedem o contêiner */
    margin: 0 auto; /* Centraliza o contêiner, se necessário */
}

.facilitites-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Preenche o contêiner, cortando o excesso */
    display: block; /* Remove espaços indesejados abaixo da imagem */
}

.facilitites-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.5); /* Camada preta com 0.5 de opacidade */
    z-index: 1; /* Coloca a camada escura acima da imagem */
}

.facilitites-thumb-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centraliza o texto */
    z-index: 2; /* Garante que o texto fique acima da camada escura */
    width: 100%;
    text-align: center;
}

.facilitites-thumb-title h5 {
    font-size: 18px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.owl-carousel .owl-item .facilitites-thumb {
    width: 100%; /* Garante que cada item ocupe a largura correta */
}



@media (max-width: 768px) {

    .facilitites-thumb-title h5 {
        font-size: 16px; /* Reduz o tamanho do texto em telas menores */
    }
}


section.fecilities-section .owl-nav {
    display: inline-block;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-left: -100px;
}

section.fecilities-section .owl-prev, 
section.fecilities-section .owl-next {
    width: 100px;
    height: 100px;
    background-color: transparent;
    text-align: center;
    line-height: 100px;
    font-size: 22px;
    background-color: #FFAC0098; /*#d6915391;*/
    transition: .5s;
    display: inline-block;
    color: #fff;
}

/*<!--==============================================================-->
 <!-- Fecilities CSS End Here -->
<!--==============================================================-->*/

/*<!--==============================================================-->
 <!-- Text Slider CSS Start Here -->
<!--==============================================================-->*/

section.text-slider-section {
    padding: 30px 0;
    border-top: 1px solid rgb(37 37 37 / 14%);
    border-bottom: 1px solid rgb(37 37 37 / 14%);
}

section.text-slider-section .mark1 {
    font-size: 60px;
    line-height: 100px;
    color: var(--black);
    font-weight: 600;
}

section.text-slider-section .mark2 {
    font-size: 60px;
    line-height: 100px;
    font-weight: 600;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
}

.scroll-container {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
  }
  
  .scroll-item {
    scroll-snap-align: start;
  }
  

@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.scrolling-text {
  white-space: nowrap;
  overflow: hidden;
  animation: scroll 10s linear infinite;
}

/*<!--==============================================================-->
 <!-- Text Slider CSS End Here -->
<!--==============================================================-->*/


/*<--==============================================================-->
 <--==============================================================-->
            <-- Homapage Three CSS Start Here -->
 <--==============================================================-->
<--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Header CSS Start Here -->
<!--==============================================================-->*/

header.header-manu-section.style-three {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 100;
}

header.header-manu-section.style-three:before {
    width: 0;
}

header.header-manu-section.style-three .header-menu-logo img {
    padding-left: 72px;
}

header.header-manu-section.style-three nav.header-menu {
    text-align: center;
}

header.header-manu-section.style-three nav.header-menu ul li {
    padding: 46px 8px 46px 8px;
}
header.header-manu-section.style-three nav.header-menu ul li:first-child a {
    color: #fff;
}

header.header-manu-section.style-three nav.header-menu ul li a {
    font-weight: 400;
    font-family: "Raleway";
}

header.header-manu-section.style-three nav.header-menu ul li a:hover, header.header-manu-section.style-three nav.header-menu ul li a.active {
    color: var(--primary);
}

.header-menu-btn.style-two a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
}

.header-menu-btn.style-two a:before {
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
}

.header-menu-btn.style-two a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Header CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Hero CSS Start Here -->
<!--==============================================================-->*/

section.hero-section {
    display: flex;
    align-items: center;
    text-align: center;
    height: 845px;
    /*background: url(../images/main-thumb/slider3-bg.jpg) center no-repeat;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: rgba(23, 23, 23, 0.5);
    z-index: 1; 
}

section.hero-section > * {
    position: relative;
    z-index: 2; 
}


section.hero-section2 {
    display: flex;
    align-items: center;
    text-align: center;
    height: 845px;
    background: url(../images/main-thumb/slider-bg.jpg) center no-repeat;
    background-size: cover;
}

section.hero-section .hero-shape img, 
section.hero-section2 .hero-shape img {
    display: inline-block !important;
}

.hero-sub-title h4 {
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
    margin-top: 24px;
}

.hero-title h1 {
    /*font-size: 120px;*/
    font-size: 100px;
    letter-spacing: 30px;
    line-height: 100px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Marcellus";
    display: inline-block;
    margin: 26px 0 48px;
}

.hero-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.hero-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.hero-btn a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Hero CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Feature CSS Start Here -->
<!--==============================================================-->*/

section.feature-section {
    padding: 100px 0;
}

section.feature-section .section-title.style-three h1 {
	width: 66%;
}

.feature-desc p {
    margin: 15px 0 030px;
}

.feature-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.feature-btn a:hover {
    color: #fff;
}

.feature-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--black);
    transition: .5s;
    z-index: -1;
}

.feature-btn a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

.feature-thumb img {
    margin-left: 70px;
}

/*<!--==============================================================-->
 <!-- Feature CSS End Here -->
<!--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Counter CSS Start Here -->
<!--==============================================================-->*/

section.counter-section.style-two {
    background: #FAF9F5 url(../images/bg-counter.jpg) center no-repeat;
    background-size: cover;
}

section.counter-section.style-two .counter-number h2 {
    opacity: 0.502;
    font-size: 105px;
    line-height: 80px;
    color: var(--title);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0;
}

section.counter-section.style-two .counter-title h6 {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 39px;
    color: var(--black);
    font-weight: 400;
    font-family: "Raleway";
    position: relative;
    display: inline-block;
    opacity: 1;
    margin-top: 30px;
}

section.counter-section.style-two .counter-title h6::before {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--black);
}

/*<!--==============================================================-->
 <!-- Counter CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Habutation CSS End Here -->
<!--==============================================================-->*/

section.habitation {
    background: #fff;
}

section.habitation .section-title.style-three h1 {
    width: 82%;
}

.habitation-thumb img {
	margin-left: -20rem;
}

.habitation-desc p {
	margin: 28px 0 18px;
	width: 92%;
}

.havitation-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.havitation-list-left ul li,
.havitation-list-right ul li {
    font-size: 15px;
    line-height: 26px;
    color: var(--title);
    font-weight: 500;
    font-family: "Raleway";
    margin: 14px 0;
}

.havitation-list-left i,
.havitation-list-right i {
    padding-right: 6px;
}

/*<!--==============================================================-->
 <!-- Habitation CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Shedule CSS Start Here -->
<!--==============================================================-->*/

section.shedule-section.style-two {
    padding: 100px 0;
    text-align: center;
    /*background: url(../images/main-thumb/our-visit-bg.jpg) center no-repeat;*/
    background: var(--primary);
    background-size: cover;
}

section.shedule-section.style-two .section-title.style-three h1 {
	/*color: #fff;*/
    color: var(--black);
	margin: auto;
}

.shedule-desc p {
    margin: 18px auto 38px;
    width: 63%;
    color: #fff;
    color: var(--black);
}

.shedule-form input {
	background: rgba(255,255,255,0.9);
	padding: 12px 20px;
	border: 1px solid #e7e7e7;
	width: 18.3rem;
	margin: 0;
	color: rgb(97 94 93 / 70%);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.shedule-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--black) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--black) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--black) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--black) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
}

.shedule-btn a:hover {
    color: #fff;
}

.shedule-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--black);
    transition: .5s;
    z-index: -1;
}

.shedule-btn a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Shedule CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Shedule CSS End Here -->
<!--==============================================================-->*/

section.service-section.style-two {
    /*
    background: url(../images/main-thumb/service-bg.jpg) center no-repeat;
    background-size: cover;
    */
    background: var(--secondary);
}

section.service-section.style-two .section-title.style-three h1 {
    color: #fff;
    width: 67%;
}

section.service-section.style-two .service-desc p {
    color: #fff;
    margin-top: 22px;
    width: 81%;
}

section.service-section.style-two .service-single-box {
    background: transparent;
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 0;
}

section.service-section.style-two .service-box-title h4 {
    color: #fff;
    margin: 28px 0 18px;
    font-family: "Marcellus";
}

section.service-section.style-two .service-box-desc p {
    color: rgb(255 255 255 / 50%);
}

/*<!--==============================================================-->
 <!-- Shedule CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Development CSS Start Here -->
<!--==============================================================-->*/

section.development-section {
    padding: 100px 0 ;
}

section.development-section .section-sub-title.style-three h5 {
    margin: auto;
}

section.development-section  .section-title.style-three h1 {
    width: 45%;
    margin: 17px auto 0;
}

.development-box {
    margin-top: 40px;
}

/*
.developement-thumb {
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
    overflow: hidden;
}
*/

.developement-thumb {
    position: relative;
    transition: .5s;    
    width: 100%;
    aspect-ratio: 4 / 5; 
    max-width: 800px; 
    /*max-height: 1000px;*/
    overflow: hidden;
    margin: 0 auto; 
    margin-bottom: 30px;
}

.developement-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Preenche o contêiner, cortando o excesso */
    display: block; /* Remove espaços indesejados abaixo da imagem */
}


.developement-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #232323;
    width: 100%;
    height: 0%;
    opacity: 0.702;
    transition: .5s;
}

.developement-thumb:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #232323;
    width: 100%;
    height: 0%;
    opacity: 0.702;
    transition: .5s;
}

.developement-thumb:hover:before,
.developement-thumb:hover:after {
    height: 50%;
}

.developement-thumb:hover .development-thumb-content {
    top: 34px;
    opacity: 1;
}

.developement-thumb:hover .development-thumb-btn a {
    right: 30px;
    opacity: 1;
}

.developement-thumb img {
    width: 100%;
}

.development-thumb-content {
    position: absolute;
    top: 80%;
    left: 42px;
    transition: .5s;
    opacity: 0;
}

.development-thumb-content h5 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0;
}

.development-thumb-content h6 {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Raleway";
    margin-top: 8px;
}

.development-thumb-btn a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Raleway";
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 60%;
    opacity: 0;
    z-index: 1;
}

.development-btn {
    text-align: center;
    margin-top: 22px;
}

.development-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.development-btn a:hover {
    color: #fff;
}

.development-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.development-btn a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Development CSS End Here -->
<!--==============================================================-->*/


/*<!--==============================================================-->
 <!-- Latest CSS End Here -->
<!--==============================================================-->*/

section.letest-news-section.style-three .section-sub-title.style-three h5 {
    margin: auto;
}

section.letest-news-section.style-three .section-title.style-three h1 {
    font-size: 42px;
    line-height: 56px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    width: 48%;
    margin: 17px auto 0;
}

.news-single-box-thumb {
    position: relative;
}

.news-thumb-date h6 {
    font-size: 16px;
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0;
    padding: 4px 16px;
    background: #fff;
    position: absolute;
    top: 25px;
    right: 25px;
}

.latest-single-box-content {
    padding: 34px 40px 40px;
    background: #fff;
}

.news-box-title a {
    display: inline-block;
    font-size: 22px;
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    transition: .5s;
}

.letest-news-single-box:hover .news-box-title a {
    color: var(--title);
    /*filter: hue-rotate(360deg);*/
}

.news-single-box-desc p {
    margin: 20px 0 30px;
}

.news-box-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.letest-news-single-box:hover .news-box-btn a {
    color: #fff;
}

.news-box-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.letest-news-single-box:hover .news-box-btn a:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Latest News CSS End Here -->
<!--==============================================================-->*/


/*<--==============================================================-->
 <--==============================================================-->
                <-- Inner Page CSS Start Here -->
 <--==============================================================-->
<--==============================================================-->*/



/*<!--==============================================================-->
 <!-- Appiontment Inner CSS Start Here -->
<!--==============================================================-->*/

section.appointment-banner-section {
    display: flex;
    align-items: center;
    text-align: center;
    height: 696px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.appointment-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.5);
    z-index: 1; 
}

section.appointment-banner-section > * {
    position: relative;
    z-index: 2; 
}


section.appointment-banner-section .inner-section-sub-tilte {
    margin: 20px 0 0 0;
}

/*<!--==============================================================-->
 <!-- Our Team Inner CSS Start Here -->
<!--==============================================================-->*/

section.our-team-section.style-two {
    /*background: #0d0503;*/
}

section.our-team-section.style-two .section-sub-title h5 {
    color: #a69c8c;
    font-weight: 400;
    font-family: "Raleway";
}

section.our-team-section.style-two .section-title.style-three h1 {
    color: #fff;
}

section.our-team-section.style-two .our-team-single-box {
    text-align: left;
    margin-bottom: 70px;
}

.team-single-box-thumb {
    position: relative;
    transition: .5s;    
    width: 100%;
    aspect-ratio: 4 / 5; 
    max-width: 800px; 
    overflow: hidden;
    margin: 0 auto; 
    margin-bottom: 0;
    
}

.team-single-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
}

.team-single-box-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #232323;
    width: 100%;
    height: 0%;
    opacity: 0.702;
    transition: .5s;
}

.team-single-box-thumb:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #232323;
    width: 100%;
    height: 0%;
    opacity: 0.702;
    transition: .5s;
}

.team-single-box-thumb:hover:before,
.team-single-box-thumb:hover:after {
    height: 50%;
}

.team-single-box-thumb i { width: 20px; }

.team-box-thumb-content {
    position: absolute;
    top: 80%;
    left: 42px;
    right: 42px;
    transition: .5s;
    opacity: 0;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;

}

.team-box-thumb-content h5 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Marcellus";
    margin: 0 0 8px;
}

.our-team-single-box:hover .team-box-thumb-content {
    top: 34px;
    opacity: 1;
}


.team-box-thumb-phone {
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    right: 42px;
    left: 60%;
    transition: .5s;
    opacity: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.team-box-thumb-phone li {
    padding: 0;
    margin: 0;
}

.our-team-single-box:hover .team-box-thumb-phone {
    left: 42px;
    opacity: 1;
}

/*
.developement-thumb:hover .development-thumb-btn a {
    right: 30px;
    opacity: 1;
}

.development-thumb-btn a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Raleway";
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 60%;
    opacity: 0;
    z-index: 1;
}
*/


.development-thumb-btn a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Raleway";
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 60%;
    opacity: 0;
    z-index: 1;
}


.team-box-thumb-social {
    background: var(--primary);
    display: inline-block;
    width: 40px;
    height: 149px;
    text-align: center;
    padding: 16px 0;
    border-radius: 30px;
    position: absolute;
    top: 80%;
    right: 32px;
    opacity: 0;
    transition: .5s;
}

.our-team-single-box:hover .team-box-thumb-social {
    top: 32px;
    opacity: 1;
}

.team-box-thumb-social ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    margin: 3px 0;
}

.team-box-thumb-social ul li a:hover {
    color: var(--black);
}

section.our-team-section.style-two .team-single-box-title h3 {
    font-size: 22px;
    line-height: 29px;
    color: var(--text);
    font-weight: 400;
    font-family: "Marcellus";
    margin-top: 15px;
}

section.our-team-section.style-two .team-single-box-designation h6 {
    font-size: 16px;
    line-height: 22px;
    color: var(--title);
    font-weight: 400;
    font-family: "Raleway";
    margin-top: 5px;
}

/*<!--==============================================================-->
 <!-- Our Team Inner CSS End Here -->
<!--==============================================================-->*/

/*<!--==============================================================-->
 <!-- Service Inner CSS Start Here -->
<!--==============================================================-->*/

.service-btn {
    margin-top: 52px;
}

.service-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.service-btn a:hover {
    color: #fff;
}

.service-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.service-btn a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

/*<!--==============================================================-->
 <!-- Service Inner CSS End Here -->
<!--==============================================================-->*/

/*<!--==============================================================-->
 <!-- Blog Inner CSS Start Here -->
<!--==============================================================-->*/

section.blog-inner-section {
    padding: 100px 0;
}

.blog-project {
    margin: 0 0 100px;
}

.blog-project-thumb img {
    width: 100%;
}

.project-published-date h5 {
    font-size: 16px;
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 40px 0 16px;
}

.project-section-title h1 {
    font-size: 38px;
    line-height: 52px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    width: 72%;
    margin: 0;
}

.project-desc p {
    color: #615e5d;
    font-family: "Raleway";
    margin: 24px 0 34px;
}

.project-btn a {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.project-btn a:hover {
    color: #fff;
}

.project-btn a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.project-btn a:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

.project-notice {
    margin: 82px 0;
    padding: 64px 82px;
    background: url(../images/main-thumb/blog-notice-1.jpg) right center no-repeat;
    background-size: cover;
}

.project-notice.style-two {
    background: url(../images/main-thumb/blog-notice.jpg)right center no-repeat;
    background-size: cover;
}

.notice-desc p {
    font-size: 26px;
    line-height: 42px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0;
}

.notice-title h5 {
    font-size: 18px;
    line-height: 42px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
}

.notice-designation h6 {
    font-size: 16px;
    line-height: 22px;
    color: #615e5d;
    font-weight: 400;
    font-family: "Raleway";
    margin-top: 4px;
}

.blog-pagination ul li {
    display: inline-block;
    margin: 0 4px;
}

.blog-pagination ul li button {
    font-size: 22px;
    color: var(--title);
    font-weight: 400;
    font-family: "Raleway";
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid var(--title);
    line-height: 50px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-pagination {
    margin-top: 80px;
    text-align: center;
}

.blog-pagination ul li button:hover {
    color: #fff;
}

.blog-pagination ul li button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--title);
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.blog-pagination ul li button.active {
    background: var(--title);
    color: #fff;
}

.blog-pagination ul li button:hover:before {
    transform: scale(1);
    filter: hue-rotate(1);
}

.blog-about {
    text-align: center;
    padding: 42px 30px;
    background-color: #fcfbf7;
}

.blog-about-title h2 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 52px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
}

.blog-about-profile-title h6 {
    font-size: 18px;
    line-height: 52px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin-top: 0;
}

.blog-about-desc p {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 22px;
    color: #615e5d;
    font-weight: 400;
    font-family: "Raleway";
}

.blog-about-social ul li {
    display: inline-block;
    margin: 6px;
}

.blog-about-social ul li a {
    color: var(--black);
    transition: .5s;
    font-size: 16px;
    line-height: 22px;
}

.blog-about-social ul li a:hover {
    color: var(--title);
    /*filter: hue-rotate(360deg);*/
}

.blog-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 60px;
    border-bottom: 1px solid var(--black)2b;
}

.blog-search-input input {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: none;
    background: transparent;
}

.blog-search-input input::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #615e5d;
    font-weight: 400;
    font-family: "Raleway";
}

.blog-search-btn button {
    font-size: 16px;
    line-height: 22px;
    color: var(--title);
    border: none;
    background: transparent;
}

.blog-search-input input:focus,
.blog-search-btn button:focus {
    background: transparent;
    border: none;
    outline: none !important;
}

.blog-category {
    padding: 40px;
    background: #fcfbf7;
}

.blog-category-title h3 {
    font-size: 26px;
    line-height: 52px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0 0 10px;
}

.blog-category ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #615e5d;
    font-weight: 400;
    font-family: "Raleway";
    margin: 6px 0;
    transition: .5s;
}

.blog-category ul li a:hover, .blog-category ul li.active a {
    color: #b3a36d;
    /*filter: hue-rotate(360deg);*/
}

.blog-latest-post {
    padding: 40px 40px 20px;
    background: #fcfbf7;
    margin-top: 38px;
    margin-bottom: 38px;
}

.blog-latest-post-title h3 {
    font-size: 26px;
    line-height: 52px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0 0 10px;
}

.blog-latest-post-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.blog-latest-post-title h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
}

.blog-latest-post-date h6 {
    font-size: 16px;
    line-height: 22px;
    color: #615e5d;
    font-weight: 400;
    font-family: "Raleway";
    margin-top: 4px;
}

.blog-tag {
    padding: 40px 40px 20px;
    background: #fcfbf7;
}

.blog-tag-title h3 {
    font-size: 26px;
    line-height: 52px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin: 0 0 10px;
}

.blog-tag ul li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 20px;
}

.blog-tag ul li a {
    font-size: 16px;
    line-height: 22px;
    color: var(--title);
    font-weight: 400;
    font-family: "Raleway";
    background-color: transparent;
    border: 1px solid var(--title);
    display: inline-block;
    padding: 6px 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.blog-tag ul li a:hover {
    color: #fff;
}

.blog-tag ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--title);
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.blog-tag ul li a:hover:before {
    transform: scale(1);
    filter: hue-rotate(1);
}

/*<!--==============================================================-->
 <!-- Blog Inner CSS End Here -->
<!--==============================================================-->*/

/*<!--==============================================================-->
 <!-- Contact Inner CSS Start Here -->
<!--==============================================================-->*/

section.contact-inner-section {
    padding: 100px 0;
}

.contact-inner-sub-title h5 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: var(--title);
    font-weight: 500;
    font-family: "Raleway";
}

.contact-inner-title h1 {
    font-size: 42px;
    line-height: 56px;
    color: var(--black);
    font-weight: 400;
    font-family: "Marcellus";
    margin-bottom: 36px;
}

.engine-modify-list i {
	color: var(--primary);
	padding: 0 6px 0 0;
}

.form-top, .form-middle {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.form-check-label {
    margin: 0;
	color: rgb(97 94 93 / 70%);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.form-item input, .form-name input, .form-mail input, .form-date input, .form-time input {
	background: transparent;
	padding: 10px 20px;
	border: 1px solid #e7e7e7;
	width: 18.3rem;
	margin: 0;
	color: rgb(97 94 93 / 70%);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.form-item input::placeholder,
.form-name input::placeholder,
.form-mail input::placeholder,
.form-bottom textarea::placeholder {
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #615e5d;
    font-weight: 400;
    font-family: "Raleway";
}

.form-bottom textarea {
    height: 200px;
    width: 97%;
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    resize: none;
}

.form-btn {
    margin-top: 50px;
}

.form-btn button {
    background: transparent;
    transition: .5s;
    background: linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
    z-index: 1;
    display: inline-block;
    position: relative;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 24px;
    border: none;
    color: var(--primary);
}

.form-btn button:hover {
    color: #fff;
}

.form-btn button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--primary);
    transition: .5s;
    z-index: -1;
}

.form-btn button:hover:before {
    width: 100%;
    left: 0;
    /*filter: hue-rotate(360deg);*/
}

.contact-location iframe {
    width: 100%;
    height: 800px;
}

/*<!--==============================================================-->
 <!-- Contact Inner CSS End Here -->
<!--==============================================================-->*/

/*================================================
 <-- Carvally Blog Details Inner Page CSS Start -->
================================================*/

.blog-details-thumb img {
    width: 100%;
}

.blog-post-date h5 {
    font-size: 18px;
    margin-top: 22px;
}

.blog-post-by h5 {
    font-size: 16px;
}

.blog-post-by a {
    color: var(--primary);
}

.blog-title h2 {
    font-size: 36px;
    margin: 20px 0 20px;
    font-family: 'Marcellus', serif;
}

.blog-details-desc span {
    color: var(--primary);
    font-weight: 500;
}

.style-five .about-banner-btn {
    width: 524px;
}

.notice {
    display: flex;
    gap: 26px;
    align-items: center;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 40px;
}

.notice-content p {
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    font-weight: 400;
    font-style: italic;
    font-family: 'Marcellus', serif;
    margin: 0;
}

.blog-desc.style-two p {
    margin-bottom: 32px;
}

.modify-thumb-left img {
    width: 100%;
    margin-bottom: 40px;
}

.modify-thumb-right img {
    width: 100%;
    margin-bottom: 40px;
}

.shere-option {
    padding: 32px 0;
    margin: 30px 0;
    border-top: 1px solid rgba(13,14,20,0.10196078431372549);
    border-bottom: 1px solid rgba(13,14,20,0.10196078431372549);
    display: flex;
    gap: 20px;
    align-items: center;
}

.shere-title h5 {
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

.shere-list li {
    display: inline-block;
    margin-right: 6px;
}

.shere-list a {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgba(13,14,20,0.1);
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: var(--black);
    position: relative;
    z-index: 1;
    transition: .4s;
}

.shere-list a:hover{
    color: #fff;
}

.shere-list a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: 3px;
    transform: scale(0);
    z-index: -1;
    transition: .4s;
}

.shere-list a:hover:before {
    transform: scale(1);
    /*filter: hue-rotate(360deg);*/
}

.related-blog-single-box {
    border-radius: 4px;
    filter: drop-shadow(0px 5px 30px rgba(226,226,226,0.5));
    background-color: #ffffff;
}

.blog-box-thumb img {
    width: 100%;
}

.blog-box-thumb {
    position: relative;
    overflow: hidden;
}

.blog-box-thumb:before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgb(27 27 30 / 60%);
    transition: .4s;
    border-radius: 4px 0 0 0;
}

.blog-box-thumb:after {
    position: absolute;
    content: '';
    top: 0%;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgb(27 27 30 / 60%);
    transition: .4s;
    border-radius: 0 4px 0 0;
}

.related-blog-single-box:hover .blog-box-thumb:before,
.related-blog-single-box:hover .blog-box-thumb:after{
    width: 50%;
}

 .blog-content {
    padding: 22px 32px;
    position: relative;
    z-index: 1;
}

.blog-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ee1c25;
    border-radius: 0 0 4px 4px;
    transition: .4s;
    transform: scale(0);
    z-index: -1;
}

.related-blog-single-box:hover .blog-content:before{
    transform: scale(1);
    background: var(--black);
    /*filter: hue-rotate(360deg);*/
}

.blog-box-date h5 {
    font-size: 16px;
    line-height: 50px;
    color: var(--primary);
    font-weight: 400;
    font-family: "Ubuntu";
    margin: 0;
    transition: #fff;
}

.related-blog-single-box:hover .blog-box-date h5{
    color: #fff;
}

.blog-box-title a {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
    font-weight: 500;
    margin: 10px 0 20px;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-title a {
    color: #fff;
}

.blog-box-footer {
    align-items: center;
    display: flex;
    gap: 16px;
    border-top: 1px solid rgba(39,39,39,0.10196078431372549);
    padding: 20px 0 0;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-footer{
    border-top: 1px solid #fff;
}

.posted-by a,
.post-comment a {
    font-size: 15px;
    line-height: 30px;
    color: var(--black);
    font-weight: 400;
    display: inline-block;
    transition: .4s;
}

.related-blog-single-box:hover .posted-by a,
.related-blog-single-box:hover .post-comment a,
.related-blog-single-box:hover .posted-by a i,
.related-blog-single-box:hover .post-comment a i{
    color: #fff;
}

.posted-by a i ,
.post-comment a i {
    color: var(--primary);
    transition: .4s;
}

.blog-box-btn a {
    color: var(--black);
    margin-left: 32px;
    transition: .4s;
}

.related-blog-single-box:hover .blog-box-btn a{
    color: #fff;
}

.blog-comment {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(39,39,39,0.10196078431372549);
}

.profile-name {
    gap: 30px;
    display: flex;
    position: relative;
}

.profile-icon i {
    font-size: 70px;
    color: #6461619e;
}

.profile-name h5 {
    font-size: 18px;
    margin: 0;
}

.review-date h5 {
    font-size: 16px;
    color: #575656f2;
    margin-top: 3px;
}

.reply button {
    background: transparent;
    font-size: 14px;
    color: var(--primary);
}

.add-review {
    margin-top: 40px;
}

.blog-comment.style-two {
    margin-left: 94px;
    border: none;
}

.add-comment-title h3 {
    font-size: 30px;
    line-height: 30px;
    color: var(--black);
    font-weight: 600;
}

section.blog-inner-section .form-top{
    margin-top: 30px;
}


/*================================================
 <-- Carvally Blog Details Inner Page CSS End -->
================================================*/






/*<!-- ============================================================== -->
 <!-- animation CSS start here -->
<!-- ============================================================== -->*/

@keyframes Dance {

    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}


@keyframes zoomIn {
    from{
      -webkit-transform: scale(.7) translateY(100px);
      transform: scale(.7) translateY(100px);
      opacity: 0;
    }
    to{
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }

@-webkit-keyframes linearGradientMove {
    100% {
      background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
  }
  
  @keyframes linearGradientMove {
    100% {
      background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
  }

  
@keyframes Ripple {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(3);
        -webkit-transform: scale(3);
    }    
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*<!-- ============================================================== -->
 <!-- animation CSS End here -->
<!-- ============================================================== -->*/


/*===========================
<-- Loader Css -->
=============================*/


#loader  {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 8.8s;
    background: var(--secondary);
    z-index: 999;
}

.ring {
    width: 200px;
    height: 200px;
    border: 0px solid #011015;
    border-radius: 50%;
    position: absolute;
    border-bottom-width: 8px;
    border-color: var(--primary);
    animation-delay: .56s;
}

.ring:nth-child(1) {
    animation: rotate 2s linear infinite;
}

.ring:nth-child(2) {
    animation: rotate2 2s linear infinite;
}

.ring:nth-child(3) {
    animation: rotate3 2s linear infinite;
}

.ring:nth-child(4) {
    animation: rotate4 2s linear infinite;
}

#loader h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    margin: 0;
}

#loader img { 
    max-width: 80px;    
}



@keyframes rotate {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
        -webkit-transform: rotateX(-150deg) rotateY(-235deg) rotateZ(360deg);
    }
}

@keyframes rotate4 {
    0% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(0deg);
    }
    
    100% {
        transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
        -webkit-transform: rotateX(220deg) rotateY(20deg) rotateZ(360deg);
    }
}  


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area{
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #0d0e14 0%, #0d0e14 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
    color: #fff; 
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    transform: translateY(-98%);
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #ed1c24;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    animation: ripple 1.6s ease-out infinite;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #ed1c24 0%, #ed1c24 100%);
    background-image: -webkit-linear-gradient(0deg, #ed1c24 0%, #ed1c24 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #0d0e14;
    color: #fff; 
}

.scroll-area.home-two .top-wrap .go-top-button {
    background: #00AFF5;
}
.scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

@keyframes ripple {
0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
100% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } 
}

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(24, 24, 24, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



/* curser point */

.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .1s;
    opacity: 0.5;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background:  var(--primary);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: .15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
    opacity: 0.5;
}

/* curser point */

