/*-----------OVERTONE CUSTOM FONT INCLUDE ---*/


@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Bold.woff2') format('woff2'),
        url('../fonts/Aeonik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-BoldItalic.woff2') format('woff2'),
        url('../fonts/Aeonik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Light.woff2') format('woff2'),
        url('../fonts/Aeonik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-LightItalic.woff2') format('woff2'),
        url('../fonts/Aeonik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}




@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-RegularItalic.woff2') format('woff2'),
        url('../fonts/Aeonik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

h1, .h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}


h2, .h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}



h3, .h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}


/*-----------OVERTONE END CUSTOM FONT INCLUDE ---*/

body {
    color: #353535;
    background-color: #f9ffff;
}


a {
    color: #66b8c5;
}

a.black {
    color: #353535;
}

a .card-label {
    color: white;
}

p.white, p.white a {
    color: white;
}

.single-parallax-wrap .parallax-content-wrap{
    background-color: #f9ffff;
}


header .container-fluid {
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
}


.header-four .header-left-wrapper {
    display: block;
    position: absolute;
    top: 0px;
}

.header-center-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    text-align: center;
}

.header-four .header-right-wrapper {
    display: inline-block;
    width: 40px;
        margin-right: 10px;
}





div#random-parallax-desktop-image-1 {
    height: 600px;
    position: relative;
}


.mighty.row {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mighty {
    bottom: 0px;
    position: absolute;
    max-width: 1200px;
}


.red{background-color: red;}
.blue{background-color: blue;}

.header-four, .sticky-header.sticky {
    background-color: rgb(60 60 60);
    padding: 0px;
    height: 50px;
}

.header-four {
    background-color: rgb(60 60 60);
    padding: 0px;
    height: 100px;
    border-bottom: 0px;
}



.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
    color: #66b8c5;
}


.centered-icon {
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  width: 100%; /* Expand to the parent's width */
  height: 100%; /* Expand to the parent's height */
  text-align: center;

}


.double-col-progress-bg {
    height: 100%;
    min-height: 350px;
}



.double-col-progress-area .row > * {
    padding-right: 0px;
    padding-left: 0px;
}

.icon-large .fa {
    font-size: 60px;
    color: #f9ffff;
    margin: 20px;
}

.centered-icon.large-logo i {
    font-size: 60px;
    color: white;
}

.header-center-wrapper {
    margin-top: 16px;
}

.white-title h2 {
    color: white;
    margin-bottom: 30px;
}


.base-button {
    position: absolute;
    bottom: 20px;
}

.little-card {
    padding: 10px;
    min-height: 400px;
    position: relative;
    transition: background-color 0.5s ease; /* Add transition for background color */
}

.little-card p {
    color: #353535;
}

.little-card h2 {
    min-height: 80px;
}

.base-button a.btn-read-more {
    color: #353535;
    font-size: 14px;
    font-weight: 600;
}
.card-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

p.nav-title {
    color: #f9ffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 5px;
}

.sticky-header.sticky p.nav-title, .sticky-header.sticky p.nav-title2 {
    display: none;
}

p.nav-title2 {
    margin-bottom: 0px;
    line-height: 20px;
    color: #66b8c5;
    font-size: 20px;
    font-weight: 400;
}




.sticky-header.sticky .header-center-wrapper {
    margin-top: 10px;
}


p.nav-title3 {
    margin-bottom: 0px;
    line-height: 25px;
    color: #f9ffff;
    font-size: 25px;
    font-weight: 600;
    display: none;
}

.sticky-header.sticky p.nav-title3 {
    display:block;
}


h1.floatinglogo-text, p.floatinglogo-text  {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #353535;
    margin: 0px;
    padding: 20px;
    background-color: #f9ffff;
    position: absolute;
    bottom: -8px;
}


h1.floatinglogo-text.w-100 small, p.floatinglogo-text.w-100 small {
    font-size: 30px;
}

h1.floatinglogo-text.w-100 .credit small, p.floatinglogo-text.w-100 .credit small {
    font-size: 20px;
}

.paragraph-width1 {
    max-width: 65%;
    margin: auto;
}

p.paragraph-width a {
    color: #ffffff;
}

p.paragraph-width a:hover, p.paragraph-width a:focus {
    color: #999999;
}

.header-four .header-right-wrapper .off-canvas-area-wrap:before {
    background-color: transparent;
    width: 0px;
}

.header-four .header-left-wrapper:before {
    background-color: transparent;
    width: 0px;
}


.slider-area-wrapper {
    min-height: 640px;
    display: block;
    position: relative;
}


.business-feature-area {
    background-color: #353535;
}

.business-feature-area2 {
    background-color: #f9ffff;
}

.business-feature-area2 .why-us-accordion-wrap .card h3{
    color: #353535;
}
.business-feature-area2 .desc-number {
    color: #353535;
    border: 2px solid #353535;
}

.business-feature-area2 div#whyUsAccordion2 .card {
    background-color: #f9ffff;
}

section#business.business-plan-area.mt-120.mt-md-80.mt-sm-60 {
    display: block;
    position: relative;
}

.parallax-content-wrapper {
    display: block;
    position: relative;
}

section.team-member-area {
    display: block;
    position: relative;
}

h6 .fa {
    font-size: 14px;
}

p.accord {
    margin-top: 20px;
}

figure.speaker-thumbnail {
    border: 2px #3c3c3c solid;
}

.outline.speaker-info {
    border: 2px #3c3c3c solid;
    border-top: 0px;
    margin-top: 0px!important;
    padding: 20px;
}

.single-desc-item-wrap.layout--2.d-flex {
    display: block!important;
}

.speaker-member-wrap .speaker-info h6, 
.speaker-member-wrap .speaker-info .designation, 
.team-contact a, .team-contact1 a {
    /*color: #c1c6ad;*/
    color: #3C3C3C;
}


.speaker-member-wrap {
    position: relative;
        padding-bottom: 50px;
}

.team-contact {
    position: relative;
    float: right;
    bottom: 30px;
    padding: 10px;
    font-size: 18px;
}
.team-contact1 {
    position: relative;
    float: right;
    padding: 10px;
    font-size: 18px;
}

.tp-caption.btn-2, .btn-2, 
.startup-call-to-action, 
.single-widget-wrap .widget-title:before {
    background-color: #66b8c5;
}

.widget-list li a:hover:before {
    background-color: #ffffff;
}


.widget-list li a:hover {
    color: #ffffff;
}


nav.main-navigation {
    text-align: center;
    display: none;
}


/*-----------OVERTONE CUSTOM CSS CHANGES-------------------------------------------
[Table of contents ]

    00. HEADERS MENU
    01. VIDEO BACKGROUND


--------------------------- The End -------------------*/

.demo-panel-inner::-webkit-scrollbar-thumb {
  background-color: #645c5b;
  border: 1px solid #645c5b;
}

body::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
  background-color: #645c5b;
  height: 50%;
}

body::-webkit-scrollbar, .table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
background-color: #999999;
    width: 5px;
}


.video-area-wrap {
   border-radius: 0;
}

.btn-video-popup {
    border: 5px solid #f3571a;
    color: #f3571a;
}

figure.video-area-wrap {
    background-color: #66b8c5;
}

figure.video-area-wrap img {
    opacity: 0;
}

.mfp-wrap.video-popup-wrap.mfp-ready .mfp-content {
    border: 8px solid #66b8c5;
}

.mfp-wrap.video-popup-wrap .mfp-close:hover {
    background-color: #66b8c5;
}

/*===============================
00. HEADERS MENU
================================*/

.container-menu {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1800px;
}

.desk-img, .mobile-img {
    background-size: cover;
    background-position-y: center;
}


button.mobile-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 50px;
}

.sticky-header.sticky button.mobile-menu{
    font-size: 30px;
    margin-top: 0px;

}


.header-four .container-fluid {
    max-width: 1400px;
    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .0);
        padding-right: 20px;
    padding-left: 20px;
}

.about-us-content.white h2 {
    color: #f9ffff;
    background-color: #00000080;
    width: fit-content;
    padding: 20px;
    margin-bottom: unset;
}



.my-auto {
    margin-top: 40px!important;
}

.sticky .my-auto {
    margin-top: auto!important;
}

.single-parallax-wrap .parallax-image-wrap {
    height: 40vh;
}


.logo-float {
    position: absolute;
    width: 250px;
    top: -28px;
}

img.main-logo {
    width: 81px;
    height: 162px;
}

img.sticky-logo {
    width: 50px;
    height: 100px;
}


.floatinglogo {
    position: relative;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}


.inbetweentext {
    position: relative;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}


p.inbetweentext-text, h2.inbetweentext-text {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #353535;
    margin: 0px;
    padding: 20px;
    background-color: #f9ffff;
    position: absolute;
    bottom: 0px;
}


.inbetween-underline1::after {
    display: block;
    background-color: #66b8c5;
    content: "";
    position: absolute;
    height: 10px;
    width: 160px;
    margin-left: 20px;
    bottom: 5px;
}


p.inbetweentext-text.text-right, h2.inbetweentext-text.text-right {
    text-align: right;
}

.inbetween-underline1.right::after {
    margin-right: 20px;
    right: 0px;
}

@media only screen and (max-width: 900px) {
    

    
    
.logo-float {
    top: 0px;
}
    
img.main-logo {
    width: 50px;
    height: 100px;
}
    
.floatinglogo {
    width: 90%;
}
    
.inbetweentext{
    width: 90%;
}
    
h1.floatinglogo-text, p.floatinglogo-text {
    font-size: 25px;
}
h1.floatinglogo-text.w-100 small, p.floatinglogo-text.w-100 small {
    font-size: 20px;
}
    
p.nav-title3 {
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 16px;

}
    
}




div#whyUsAccordion2 .card {
    background-color: transparent;
    border: none;
    cursor: pointer;
}


div#whyUsAccordion2 .card-header {
    border-bottom: none;
    background-color: transparent;
}


.desc-number {
    margin-right: 15px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    float: left;
}

.desc-number-white {
    color: #f9ffff;
    border-color: #f9ffff;
}

.desc-number {
    border: 2px solid #f9ffff;
    border-radius: 50%;
    color: #f9ffff;
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    height: 40px;
    width: 40px;
    position: relative;
    float: left;
}

.why-us-accordion-wrap .card h3 {
    color: #f9ffff;
    line-height: 52px;
    position: relative;
    margin-left: 80px;
}

.why-us-accordion-wrap .card-body p {
    margin-left: 80px;
}


.tile1 {
    background: #c1c6ad;
}

.tile2 {
    background: #f3571a;
}


.text-padding {
    padding: 15px;
    min-height: 350px;
}


.btn-view {
    color: #f9ffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 23px;
}


.left {
    display: inline-block;
    float: left;
}

.parallax-content-wrap.primary-notice {
    background: ##f9ffff;
}

.lightblue {
    background-color: #66b8c5;
}

.new-content {
    padding: 20px;
}


.card.new {
    background-color: transparent;
    border: none;
}

section.about-us-area-wrapper .card h3 {
    color: #353535;
    line-height: 52px;
    font-size: 30px;
}


.about-us-left-area-content h2 {
    font-size: 60px !important;
    margin-left: 0px;
    color: #645c5b;
}

.biography-text ul li, 
.dropcaps-element-1 ul li, 
.project-info ul li,
.double-col-progress-area ul li {
    list-style: disc;
    margin-left: 20px;
}


.title-underline1::after {
    display: block;
    background-color: #66b8c5;
    content: "";
    position: absolute;
    height: 10px;
    width: 160px;
    margin-left: 20px;
    bottom: 0px;
}


.title-underline2::after {
    display: block;
    background-color: #66b8c5;
    content: "";
    position: absolute;
    height: 10px;
    width: 100px;
    margin-left: 0px;
    margin-bottom: 50px;
}


.barleft1 {
    border-left: 10px  transparent solid;
    padding-left: 30px;
    padding-right: 30px;
}

.barleft2 {
    border-left: 10px  #f3571a solid;
    padding-left: 30px;
    padding-right: 30px;
}

.barleft3 {
    border-left: 10px  #66b8c5 solid;
    padding-left: 30px;
    padding-right: 30px;
}



iframe#myiframe {
    width: -webkit-fill-available;
    height: 520px;
}


/*===============================
01. MOBILE PARALAX
================================*/

@media only screen and (max-width: 995px) {

.ipad-img {
    display: none
  }
}

@media only screen and (max-width: 900px) {

.desk-img {
    display: none
  }
    
.single-parallax-wrap .parallax-image-wrap {
    height: 30vh;
}  
    
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {

    margin-top: 100px!important;
}
    
}

@media only screen and (min-width: 900px) {
  .mobile-img {
    display: none
  }
}

.single-skill-bar .skills-info .skill-percent {
    display: none;
}

.single-skill-bar .skills-info .skill-title, .single-skill-bar .skills-info .skill-percent {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-transform: inherit;

}

/*===============================
01. MOBILE MENU 
================================*/

.off-canvas-area-wrapper.show .off-canvas-overlay, .off-canvas-responsive-menu.show .off-canvas-overlay, .off-canvas-search-box.show .off-canvas-overlay {
    background-color: rgb(60 60 60);
    content: "";
    cursor: url(../img/icons/cancel.png), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.off-canvas-area-wrapper.show, .off-canvas-responsive-menu.show, .off-canvas-search-box.show {
    pointer-events: visible;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: .9;
    transition: all .3s ease-in-out;
}

.slicknav_menu {
    background-color: rgb(60 60 60);
    height: 100%;
}


.btn-close {
    background: none;
}


.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
    background-color: transparent;
    color: #fff;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

ul.slicknav_nav.slicknav_hidden {
    text-align: center;
}


.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav {
    background-color: transparent;
    display: block !important;
}
.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul {
    background-color: transparent;
    margin: 0;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a {
    color: #66b8c5;
    font-size: 30px;
    padding: 10px;
    margin: 0;
    text-transform: capitalize;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li ul li a {
    font-size: 24px;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li a .slicknav_arrow {
    background-color: transparent;
    color: #66b8c5;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    line-height: 70px;
    width: 50px;
    right: unset;
}




.off-canvas-responsive-menu .off-canvas-content-wrap .slicknav_menu .slicknav_nav li {
    border-bottom: 0px solid #e7e7e7;
    position: relative;
}



.off-canvas-responsive-menu.show .off-canvas-content-wrap {
    -webkit-transform: none !important;
    transform: none !important;
    min-width: 70%;
    border-right: solid white 0px;
}


.fa-close:before, .fa-remove:before, .fa-times:before {
    content: none;
}


.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close, .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close, .off-canvas-search-box .off-canvas-content-wrap .btn-close {
    position: absolute;
    line-height: 162px;
    height: 162px;
    width: 81px;
}


.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close:hover, .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close:hover, .off-canvas-search-box .off-canvas-content-wrap .btn-close:hover {
    background-color: transparent;
}



.off-canvas-area-wrapper .off-canvas-content-wrap, .off-canvas-responsive-menu .off-canvas-content-wrap, .off-canvas-search-box .off-canvas-content-wrap {
    background-color: transparent;
}

.off-canvas-area-wrapper .off-canvas-content-wrap .btn-close, .off-canvas-responsive-menu .off-canvas-content-wrap .btn-close, .off-canvas-search-box .off-canvas-content-wrap .btn-close {
    background-color: transparent;
}

.btn-close {
    opacity: 1;
    padding: 0px;
}


.btn-close:hover {
    opacity: 1;
    padding: 0px;
}

.mobile-menu-logo img {
    vertical-align: unset;
}

.off-canvas-responsive-menu .off-canvas-content-wrap .btn-close {
    right: 0px !important;
    top: 0 !important;
    left: unset;
}



@media only screen and (max-width: 575px)
.off-canvas-area-wrapper .off-canvas-content-wrap, .off-canvas-responsive-menu .off-canvas-content-wrap, .off-canvas-search-box .off-canvas-content-wrap {
    max-width: 300px !important;
}






/*===============================
01. PORTFOLIO IMAGES
================================*/

section.portfolio-area-wrapper {
    margin-bottom: 50px;
} 

section.new-area-wrapper {
    margin-bottom: 50px;
}

.single-portfolio-wrap .portfolio-thumb img {
    width: 100%;
    height: 200px;
}


.single-portfolio-wrap:hover .portfolio-thumb:before {
    opacity: .8;
    visibility: visible;
}



.single-parallax-wrap .parallax-content-wrap h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}



.business-feature-area:before {
    background: none;

}

a:hover, a:focus {
    color: #353535;
}

.single-skill-bar .progress .progress-bar {
    background-color: #f3571a;
}

section.why-us-area-wrapper h2 {
    color: white;
    margin-left: 95px;
    margin-bottom: 50px;
    font-size: 30px;
}


.restaurant-why-us-accordion .card .card-header {
    background-color: #c1c6ad;
}

.single-welcome-feature .feature-icon {
    color: #746db2;
}

/*===============================
01. REVIEWS LOGOS
================================*/



.testimonial-area {
    padding: 50px 0;
}


/*===============================
01. FOOTER
================================*/

.calendly-inline-widget {
    background-color: #f9ffff;
}


p.overtone a {
    color: #f9ffff;
    font-size: 10px;
    font-weight: 100;
}



.fade-in > * {
  opacity: 0;
  transform: translateY(20px); /* Optionally add a slight upward translation effect */
  transition: opacity 0.5s, transform 0.5s;
}

.footer-copyright-area a, .footer-copyright-area a:hover {
    color: #aaaaaa;
}

footer.footer-wrapper a:hover, footer.footer-wrapper a:focus {
    color: #66b8c5;
}