/* Electricien | Electrician & Electronics HTML Template Template Name: Electricien Version: 1.0.0 License: copyright commercial /************ TABLE OF CONTENTS *************** 1. Fonts 2. Reset 3. Global Settings 4. Main Header / TWO / Three / Four / Five 5. Sticky Header 6. Mobile Menu 7. Section Title 8. Page Title 9. Main Slider 10. Banner Section / Two / Three / Four 11. Features Section / Two / Three / Four / Five / Six 12. About Section / Two / Three / Four / Five / Six 13. Services Section / Two / Three / Four / Five 14. Map Section 15. Call To Action / Two / Three / Four / Five 16. Locations Section / Two 17. Offer Section / Two / Three / Four 18. FAQ's Sectiom / Two 19. Work Section 20. Fun Fact Section / Two 21. Project Section / Two / Three 22. Testimonial Section / Two / Three / Four 23. Why Choose Us / Two / Three 24. Industries Section 25. Pricing Section 26. team Section / Two 27. Contact Sectiom / Two / Three / Four 28. News Section / Two 29. Clients Section 30. Main Footer **********************************************/ @import url("../../../css2"); @import url("animate.css"); @import url("flaticon-electric.css"); @import url("owl.css"); @import url("swiper.min.css"); @import url("jquery.fancybox.min.css"); @import url("jquery-ui.css"); @import url("linear.css"); @import url("select2.min.css"); @import url("fontawesome-all.css"); @import url("flaticon.css"); @import url("tm-bs-mp.css"); @import url("tm-utility-classes.css"); :root { --theme-color1: #7ba2ff; --theme-color2: #24201F; --theme-color3: rgba(22, 23, 26, 1); --bg-theme-color1: var(--theme-color1); --bg-theme-color2: var(--theme-color2); --bg-theme-color3: var(--theme-color3); --border-theme-color1: var(--theme-color1); --border-theme-color2: var(--theme-color2); --border-theme-color3: var(--theme-color3); --text-color-bg-theme-color1: #fff; --text-color-bg-theme-color2: #164333; --text-color-bg-theme-color3: #fff; --theme-color-light: #fff; --theme-color-dark: #24201F; --text-color-light: var(--theme-color-light); --bg-color-light: var(--theme-color-light); --text-color: #6A6F78; --headings-color: var(--theme-color3); --link-color: var(--theme-color1); --link-hover-color: var(--theme-color1); --text-font: "Outfit", sans-serif; --title-font: "Roboto", sans-serif; --body-font-size: 16px; --body-line-height: 30px; --body-font-weight: 400; --line-height-heading-h1: 1em; --line-height-heading-h2: 1.2083em; --line-height-heading: 1.3em; --line-height-heading-small: 1.3em; --h1-font-size: 90px; --h2-font-size: 50px; --h3-font-size: 30px; --h4-font-size: 21px; --h5-font-size: 20px; --h6-font-size: 16px; --h1-font-weight: 700; --h2-font-weight: 700; --h3-font-weight: 700; --h4-font-weight: 700; --h5-font-weight: 700; --h6-font-weight: 700; --sec-title-subtitle-color: var(--theme-color1); --sec-title-subtitle-font-size: 16px; --sec-title-subtitle-font-family: var(--text-font); --sec-title-subtitle-font-weight: 700; --sec-title-subtitle-line-height: 1.2em; --sec-title-color: var(--headings-color); --sec-title-font-size: var(--h2-font-size); --sec-title-font-family: var(--title-font); --sec-title-font-weight: var(--h2-font-weight); --theme-light-background: #f8f6f1; --theme-light-background-text-color: var(--headings-color); --theme-black: #222429; --container-width: 1230px; --small-container-width: 1000px; --large-container-width: 1550px; --container-pt: 120px; --container-pb: 120px; } /* * typography.scss * ----------------------------------------------- */ ::-moz-selection { background: var(--theme-color1); color: #fff; text-shadow: none; } ::selection { background: var(--theme-color1); color: #fff; text-shadow: none; } ::-moz-selection { background: var(--theme-color1); /* Firefox */ color: #fff; text-shadow: none; } ::-webkit-selection { background: var(--theme-color1); /* Safari */ color: #fff; text-shadow: none; } :active, :focus { outline: none !important; } ::-webkit-input-placeholder { color: #7c858c; } ::-moz-input-placeholder { color: #7c858c; } ::-ms-input-placeholder { color: #7c858c; } body { background-color: #fff; background-attachment: fixed; -ms-word-wrap: break-word; word-wrap: break-word; counter-reset: my-sec-counter; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; color: var(--text-color); font-size: var(--body-font-size); font-family: var(--text-font); font-weight: var(--body-font-weight); line-height: var(--body-line-height); } p, .text { color: var(--text-color); font-size: var(--body-font-size); font-family: var(--text-font); font-weight: var(--body-font-weight); line-height: var(--body-line-height); } /* -------- Headings ---------- */ h1, h2, h3, h4, h5, h6 { color: var(--headings-color); font-family: var(--title-font); position: relative; line-height: var(--line-height-heading-); } h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small { font-weight: normal; line-height: 1; color: var(--headings-color); } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; font-weight: inherit; } h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem; } h1 { font-size: var(--h1-font-size); font-weight: var(--h1-font-weight); line-height: var(--line-height-heading-h1); } h2 { font-size: var(--h2-font-size); font-weight: var(--h2-font-weight); line-height: var(--line-height-heading-h2); } h3 { font-size: var(--h3-font-size); font-weight: var(--h3-font-weight); line-height: var(--line-height-heading); } h4 { font-size: var(--h4-font-size); font-weight: var(--h4-font-weight); line-height: var(--line-height-heading); } h5 { font-size: var(--h5-font-size); font-weight: var(--h5-font-weight); line-height: var(--line-height-heading); } h6 { font-size: var(--h6-font-size); font-weight: var(--h6-font-weight); line-height: var(--line-height-heading-small); } /* -------- Body Text ---------- */ table p { margin-bottom: 0; } p { margin-bottom: 20px; } p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus { text-decoration: underline; } /* -------- other ---------- */ a { color: var(--link-color); text-decoration: none; font-weight: var(--body-font-weight); cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover, a:focus { color: inherit; text-decoration: none; outline: none; } a b, a strong { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } a img { border: none; } pre, ul, ol, dl, dd, blockquote, address, table, fieldset { margin-bottom: 10px; } ol, ul { list-style-position: inside; margin: 0; padding: 0; } b, strong { color: #333; font-weight: var(--body-font-weight-bold); } iframe { border: none !important; } /* * container.scss * ----------------------------------------------- */ .container .container { width: 100%; } .container .container, .container .container-fluid, .container-fluid .container, .container-fluid .container-fluid { padding-left: 0; padding-right: 0; } section > .container, section > .container-fluid { padding-top: var(--container-pt); padding-bottom: var(--container-pt); } @media (min-width: 1400px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: var(--container-width); } } /*=== Default Form ===*/ .form-control, .input-text { height: calc(2.25rem + 27px); padding: 14px 30px; outline: 0; background-color: #f4f5f8; border: 1px solid #f4f5f8; color: #686a6f; font-size: 0.9rem; width: 100%; } .form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder { color: #686a6f; opacity: 1; } .form-control::-moz-placeholder, .input-text::-moz-placeholder { color: #686a6f; opacity: 1; } .form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder { color: #686a6f; opacity: 1; } .form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder { color: #686a6f; opacity: 1; } .form-control::placeholder, .input-text::placeholder { color: #686a6f; opacity: 1; } .form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder { color: #686a6f; } .form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder { color: #686a6f; } textarea.form-control { height: auto; padding-top: 15px; padding-bottom: 15px; } .tm-pricing-smart-switcher { color: var(--heading-color); font-size: 19px; letter-spacing: -0.2px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 55px; } .tm-pricing-smart-switcher .price-offer { color: var(--text-color-bg-theme-color2); background-color: #333; font-size: 12px; line-height: inherit; padding: 0.5px 12px; border-radius: 30px; margin-left: 15px; text-transform: uppercase; } .tm-pricing-smart-switcher .pricing-switcher-btn { display: -webkit-box; display: -ms-flexbox; display: flex; } .tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle { width: 70px; height: 33px; border-radius: 17px; background-color: rgba(22, 28, 45, 0.15); position: relative; display: inline-block; margin: 0 1rem; } .tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active { background-color: var(--theme-color1); } .tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active span { right: 7px; } .tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle span { width: 20px; height: 20px; background-color: #ffffff; position: absolute; right: calc(100% - 27px); margin-left: 6px; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); -webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; border-radius: 500px; pointer-events: none; } .tm-pricing-smart-switcher-button .switch-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; border: 0; } .tm-pricing-smart-switcher-button .switch-buttons li { display: inline-block; margin-bottom: 0; } .tm-pricing-smart-switcher-button .switch-buttons li a { display: block; border: 1px solid #eee; outline: none; display: inline-block; padding: 0.9375rem 2.1875rem; cursor: pointer; border-radius: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background-color: rgb(254, 253, 254); -webkit-box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); } .tm-pricing-smart-switcher-button .switch-buttons li a:hover, .tm-pricing-smart-switcher-button .switch-buttons li a.active { color: var(--theme-color-light); border-color: var(--theme-color2); background-color: var(--theme-color2); } .tm-pricing-smart-switcher-button .switch-buttons li a span.price-offer { color: #fff; background-color: #333; font-size: 12px; line-height: inherit; padding: 0.5px 12px; border-radius: 30px; margin-left: 15px; text-transform: uppercase; } .tm-pricing-smart-switcher-button .switch-buttons li:first-child a { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .tm-pricing-smart-switcher-button .switch-buttons li:last-child a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:first-child a { border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:last-child a { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:first-child a { border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:last-child a { border-top-right-radius: 50px; border-bottom-right-radius: 50px; } .tm-pricing-table .price-secondary { display: none !important; } .tm-pricing-table.show-secondary-price .price-normal { display: none; } .tm-pricing-table.show-secondary-price .price-secondary { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } /*** ==================================================================== Reset ==================================================================== ***/ * { margin: 0px; padding: 0px; border: none; outline: none; font-size: 100%; } /*** ==================================================================== Global Settings ==================================================================== ***/ textarea { overflow: hidden; resize: none; } button { outline: none !important; cursor: pointer; } img { display: inline-block; max-width: 100%; height: auto; } ul, li { list-style: none; padding: 0px; margin: 0px; } .title a { color: inherit; } .color1 { color: var(--theme-color1); } .color2 { color: var(--theme-color2); } .color3 { color: var(--theme-color3); } .page-wrapper { position: relative; margin: 0 auto; width: 100%; min-width: 300px; overflow: hidden; z-index: 99; background-color: #ffffff; } .large-container { position: static; max-width: var(--large-container-width); padding: 0px 15px; margin: 0 auto; width: 100%; } .auto-container { position: static; max-width: var(--container-width); padding: 0px 15px; margin: 0 auto; width: 100%; } .small-container { position: static; max-width: var(--small-container-width); padding: 0px 15px; margin: 0 auto; width: 100%; } .pull-right { float: right; } .pull-left { float: left; } .dropdown-toggle::after { display: none; } /*======================= Preloader =======================*/ .preloader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999999; background-color: #ffffff; } .preloader:after { position: absolute; left: 50%; top: 50%; height: 140px; width: 140px; margin-left: -70px; margin-top: -80px; background-position: center center; background-repeat: no-repeat; background-image: url(../images/logo-2.png); background-size: 140px; content: ""; } .preloader:before { position: absolute; top: 50%; left: 0; right: 0; width: 100%; text-align: center; margin: 0 auto; margin-top: 20px; color: var(--theme-color1); font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; -webkit-transition: none; transition: none; } /*======================= Scroll To Top style =======================*/ .scroll-to-top { position: fixed; right: 20px; bottom: 20px; width: 40px; font-size: 16px; line-height: 40px; color: #ffffff; text-align: center; cursor: pointer; background-color: var(--theme-color2); z-index: 100; display: none; border-radius: 50%; margin: 0 auto; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .scroll-to-top:hover { background: var(--theme-color1); color: #ffffff; } /*=== List Style One ===*/ .list-style-one { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 0; } .list-style-one li { position: relative; font-size: 13px; line-height: 20px; font-weight: 400; color: #808287; margin-right: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .list-style-one li i { margin-right: 10px; color: var(--theme-color2); font-size: 14px; line-height: 20px; } .list-style-one li a { display: inline-block; color: #808287; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-one li a:hover { color: var(--theme-color1); } /*=== List Style Two ===*/ .list-style-two { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } .list-style-two li { position: relative; font-size: 16px; line-height: 24px; padding-left: 30px; font-weight: 400; color: #444444; -webkit-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 14px; } .list-style-two li i { position: absolute; left: 0px; top: 0px; color: var(--theme-color1); font-size: 20px; line-height: 24px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-two li a { display: inline-block; font-weight: inherit; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-two li a:hover { color: var(--theme-color1); } .list-style-two.two-column { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-style-two.two-column li { width: 50%; } @media (max-width: 767.98px) { .list-style-two.two-column li { width: 100%; } } /*=== List Style Three ===*/ .list-style-three { position: relative; } .list-style-three li { position: relative; font-size: 16px; line-height: 26px; font-weight: 500; color: var(--theme-color1); padding-left: 25px; margin-bottom: 10px; } .list-style-three li:before { position: absolute; left: 0; top: 0; content: "\f058"; font-weight: 900; font-family: "Font Awesome 6 Pro"; color: var(--theme-color2); } .list-style-three li a { display: inline-block; color: #ffffff; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-three li a:hover { color: #ffffff; } /*=== List Style Six ===*/ .list-style-six { position: relative; } .list-style-six li { position: relative; font-size: 18px; line-height: auto; font-weight: 400; color: var(--theme-color2); padding-left: 25px; margin-bottom: 10px; } .list-style-six li:before { position: absolute; left: 0; top: 0; content: "\f061"; font-weight: 900; font-family: "Font Awesome 6 Pro"; color: var(--theme-color2); -webkit-transform: rotate(-41deg); transform: rotate(-41deg); } .list-style-six li a { display: inline-block; color: #ffffff; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-six li a:hover { color: #ffffff; } /*=== List Style Four ===*/ .list-style-four { position: relative; } .list-style-four li { color: var(--theme-color-dark); position: relative; font-size: 16px; font-weight: 500; line-height: 28px; padding-left: 32px; margin-bottom: 0; } .list-style-four li:before { position: absolute; left: 0; top: 5px; content: "\f061"; font-weight: 900; font-size: 12px; font-family: "Font Awesome 6 Pro"; color: var(--theme-color-light); width: 20px; height: 20px; line-height: 20px; border-radius: 50%; background-color: var(--theme-color1); text-align: center; } .list-style-four li a { display: inline-block; color: #ffffff; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-four li a:hover { color: #ffffff; } .list-style-four.style-two li { margin-bottom: 5px; } .list-style-four.style-two li:before { content: "\f00c"; color: var(--text-color); } /*=== List Style Five ===*/ .list-style-five { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } .list-style-five li { position: relative; line-height: 24px; padding-left: 30px; font-weight: 400; color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 7px; } .list-style-five li:hover i { color: var(--theme-color2); } .list-style-five li:last-child { margin-bottom: 0; } .list-style-five li i { position: absolute; left: 0px; top: 0px; color: var(--theme-color-light); font-size: 20px; line-height: 24px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-five li a { display: inline-block; font-weight: inherit; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .list-style-five li a:hover { color: var(--theme-color1); } .list-style-five.two-column { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .list-style-five.two-column li { width: 50%; } @media (max-width: 767.98px) { .list-style-five.two-column li { width: 100%; } } /*================================ Progress Bar =================================*/ .skills { position: relative; } .skills .skill-item { position: relative; margin-bottom: 35px; } .skills .skill-item:last-child { margin-bottom: 0px; } .skills .skill-item .skill-header { position: relative; margin-bottom: 5px; } .skills .skill-item .skill-header .skill-title { position: relative; color: var(--theme-color2); font-size: 18px; font-weight: 700; } .skills .skill-item .skill-bar { background-color: #d7d7d7; border-radius: 6px; height: 6px; position: relative; width: 100%; } .skills .skill-item .skill-bar .bar-inner { height: 6px; padding: 3px; position: relative; width: 100%; } .skills .skill-item .skill-bar .bar-inner .bar { height: 12px; left: 0px; position: absolute; top: -4px; width: 0px; -webkit-transition: all 3000ms ease; transition: all 3000ms ease; } .skills .skill-item .skill-bar .bar-inner .bar::before { background-color: var(--theme-color1); bottom: 2px; content: ""; left: 4px; position: absolute; right: 5px; top: 3px; } .skills .skill-item .skill-bar .bar-inner .skill-percentage { position: absolute; right: 0; bottom: 100%; margin-bottom: 8px; font-size: 14px; line-height: 24px; font-weight: 400; color: var(--theme-color2); -webkit-transform: translateX(30%); transform: translateX(30%); text-align: center; } /*====================== Contact Info Button ======================*/ .info-btn { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; padding-left: 70px; text-align: left; font-weight: 700; line-height: 20px; min-height: 62px; } @media (max-width: 991.98px) { .info-btn { padding-left: 70px; } } .info-btn:hover .icon { -webkit-transform: scaleX(1); transform: scaleX(1); } .info-btn small { display: block; font-size: 16px; font-weight: 400; color: #6A6F78; margin-bottom: 8px; } @media (max-width: 991.98px) { .info-btn small { font-size: 14px; margin-bottom: 15px; } } .info-btn strong { font-size: 21px; font-weight: 600; color: var(--theme-color-dark); } @media (max-width: 575.98px) { .info-btn strong { font-size: 20px; } } .info-btn .icon { position: absolute; left: 0; top: 5px; width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 50%; font-size: 24px; -webkit-transform: scaleX(-1); transform: scaleX(-1); color: var(--theme-color-light); background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 991.98px) { .info-btn .icon { width: 60px; height: 60px; line-height: 60px; } } .info-btn:hover { color: var(--theme-color1); } /*Social Icon One*/ .social-icon-one { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .social-icon-one li { position: relative; margin-left: 27px; } .social-icon-one li:first-child { margin-left: 0; } .social-icon-one li a { position: relative; display: block; line-height: 40px; height: 40px; text-align: center; font-size: 14px; color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-one li a:hover { color: var(--theme-color2); } /*Social Icon Two*/ .social-icon-two { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } .social-icon-two li { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 36px; } .social-icon-two li:first-child { margin-left: 0; } .social-icon-two li a { position: relative; display: block; text-align: center; font-size: 15px; color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-two li a:hover { color: var(--theme-color1); } /*Social Icon Three*/ .social-icon-three { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .social-icon-three li { position: relative; margin-left: 20px; } .social-icon-three li a { position: relative; display: block; line-height: 40px; text-align: center; font-size: 15px; color: #2f3529; border-radius: 50%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .social-icon-three li a:hover { color: var(--theme-color2); } /*====================== Tabs Box ======================*/ .tabs-box { position: relative; } .tabs-box .tab { display: none; } .tabs-box .active-tab { display: block; } /*====================== Media Play Button ======================*/ .play-now { position: relative; display: block; z-index: 9; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .play-now .icon { position: relative; display: inline-block; height: 70px; width: 70px; text-align: center; line-height: 70px; background-color: #ffffff; color: var(--bg-theme-color1); z-index: 1; padding-left: 0; font-size: 14px; display: block; border-radius: 50%; -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3); box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3); -webkit-transform-origin: center; transform-origin: center; } .play-now .ripple, .play-now .ripple:before, .play-now .ripple:after { position: absolute; top: 50%; left: 50%; height: 70px; width: 70px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -webkit-animation: ripple 3s infinite; animation: ripple 3s infinite; } .play-now .ripple:before { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; content: ""; position: absolute; } .play-now .ripple:after { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; content: ""; position: absolute; } @-webkit-keyframes ripple { 70% { -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } @keyframes ripple { 70% { -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } .play-now-two { height: 92px; width: 92px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; font-size: 12px; border: 0.5px solid var(--border-theme-color1); color: #ffffff; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-animation: zoom-one 3s infinite linear; animation: zoom-one 3s infinite linear; } .play-now-two:before { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 62px; width: 62px; border-radius: 50%; background-color: var(--bg-theme-color1); content: ""; } .play-now-two i { position: relative; } .play-now-two:hover { color: #ff9205; background-color: #ffffff; } .play-now-three { height: 120px; width: 120px; background-color: var(--theme-color1); border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 32px; color: #ffffff; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-animation: zoom-one 3s infinite linear; animation: zoom-one 3s infinite linear; } .play-now-three:hover { color: var(--theme-color1); background-color: var(--theme-color2); } .play-now-five { position: relative; width: 162px; height: 162px; line-height: 162px; text-align: center; border-radius: 50%; border: 1px solid var(--theme-color-light); display: inline-block; overflow: hidden; z-index: 1; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .play-now-five:before { content: ""; border-radius: 50%; background-color: var(--theme-color1); width: 0; height: 0; top: calc(50% + 1px); left: calc(50% + 1px); position: absolute; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .play-now-five:hover { border-color: transparent; } .play-now-five:hover:before { width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; } .play-now-five .play-text { color: var(--theme-color-light); font-size: 24px; font-weight: 400; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .bg { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } /*======================== Select2 Dropdown Plugin ========================*/ .select2-dropdown { border: 1px solid #eee; } .select2-results__option { padding: 0 10px; color: #7c858c; border: 0; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #7c858c; padding-left: 0; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--theme-color1); } .select2-container--default .select2-search--dropdown .select2-search__field { height: 30px; } .select2-container--default .select2-selection--single .select2-selection__arrow { bottom: 1px; height: auto; width: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 12px; color: #7c858c; } .select2-container--default .select2-selection--single .select2-selection__arrow:before { position: relative; content: "\f107"; font-family: "Font Awesome 6 Pro"; } .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; } .select2-container--default .select2-selection--single { border-radius: 0; } .default-navs .owl-next, .default-navs .owl-prev { display: block; margin: 0px 5px; height: 65px; width: 65px; color: var(--theme-color1); border-radius: 50%; -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1); border: 1px solid #ffffff; font-size: 16px; line-height: 63px; font-weight: 700; text-align: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .default-navs .owl-next span, .default-navs .owl-prev span { display: inline-block; background: var(--gradient-1); } .default-navs .owl-next:hover, .default-navs .owl-prev:hover { -webkit-box-shadow: 0; box-shadow: 0; border: 1px solid var(--theme-color2); } .default-dots .owl-dots { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .default-dots .owl-dots .owl-dot { height: 5px; width: 40px; margin: 0 5px; border: 1px solid #d7d7d7; background-color: var(--theme-color-light); } @media (max-width: 575.98px) { .default-dots .owl-dots .owl-dot { width: 20px; } } .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border: 1px solid var(--theme-color1); } .custom-navs .owl-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .custom-navs .owl-nav .owl-prev, .custom-navs .owl-nav .owl-next { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; width: 87px; padding-left: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 200ms ease; transition: all 200ms ease; } .custom-navs .owl-nav .owl-prev:before, .custom-navs .owl-nav .owl-next:before { position: absolute; left: 0; top: 0; height: 50px; width: 50px; background-color: var(--theme-color1); opacity: 0.1; content: ""; border-radius: 50px; -webkit-transition: all 200ms ease; transition: all 200ms ease; } .custom-navs .owl-nav .owl-prev:hover, .custom-navs .owl-nav .owl-next:hover { padding: 0 17px; } .custom-navs .owl-nav .owl-prev:hover:before, .custom-navs .owl-nav .owl-next:hover:before { width: 100%; } .custom-navs .owl-nav .owl-next { padding-left: 0; padding-right: 20px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .custom-navs .owl-nav .owl-next:before { left: auto; right: 0; } .disable-navs .owl-nav { display: none; } .theme-btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; white-space: nowrap; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 0; } .theme-btn .btn-title { position: relative; } /*Btn Style One*/ .btn-style-one { position: relative; font-size: 13px; line-height: 24px; padding: 15px 50px; font-weight: 700; letter-spacing: 0.1em; overflow: hidden; text-transform: uppercase; color: var(--theme-color1); background: var(--theme-color-light); } @media (max-width: 575.98px) { .btn-style-one { font-size: 12px; padding: 10px 28px; } } .btn-style-one:before { position: absolute; left: 0; top: 0%; height: 100%; width: 100%; content: ""; background-color: var(--bg-theme-color1); -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); z-index: -1; } .btn-style-one:hover:before { color: #ffffff; -webkit-transform-origin: top right; transform-origin: top right; -webkit-transform: scale(1, 1); transform: scale(1, 1); } .btn-style-one:hover { color: #ffffff; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); z-index: 1; } .btn-style-one.hvr-light:before { color: var(--theme-color-light); background-color: var(--bg-theme-color3); } .btn-style-one.bg-light:not(hover) { background-color: var(--theme-color1) !important; color: #fff; } .btn-style-one.bg-light:not(hover):before { background-color: var(--theme-color-light); } .btn-style-one.bg-light:not(hover):hover { color: #000; height: calc(100% + 1px); } .btn-style-one.bg-dark:before { background-color: var(--theme-color2) !important; color: var(--theme-color-light) !important; } .btn-style-one.bg-dark { color: var(--theme-color-light) !important; background-color: var(--theme-color1) !important; } /*Btn Style two*/ .btn-style-two { background: var(--bg-theme-color1); color: #ffffff; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; line-height: 24px; overflow: hidden; padding: 15px 50px; position: relative; text-transform: uppercase; z-index: 0; } .btn-style-two:before { background-color: var(--bg-theme-color2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); } .btn-style-two:hover:before { -webkit-transform-origin: top right; transform-origin: top right; -webkit-transform: scale(1, 1); transform: scale(1, 1); } .btn-style-two:hover { color: #ffffff; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .btn-style-two.hvr-light:hover { color: var(--theme-color2); } .btn-style-two.hvr-light:before { background-color: #ffffff; } /*Btn Style Three*/ .btn-style-three { position: relative; font-size: 13px; line-height: 24px; padding: 15px 50px; font-weight: 700; letter-spacing: 0.1em; overflow: hidden; text-transform: uppercase; color: var(--theme-color1); background: var(--bg-theme-color3); } .btn-style-three:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; background-color: var(--bg-theme-color1); -webkit-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); } .btn-style-three:hover:before { -webkit-transform-origin: top right; transform-origin: top right; -webkit-transform: scale(1, 1); transform: scale(1, 1); } .btn-style-three:hover { color: #ffffff; } .theme-btn.small { padding: 10px 40px; line-height: 20px; font-size: 12px; } .accordion-box { position: relative; } .accordion-box .block { position: relative; background-color: #ffffff; -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05); box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05); margin-bottom: 10px; } .accordion-box .block .acc-btn { position: relative; color: var(--headings-color); font-family: var(--title-font); font-weight: var(--h4-font-weight); font-size: 20px; cursor: pointer; padding: 20px 30px; padding-right: 70px; -webkit-transition: all 500ms ease; transition: all 500ms ease; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .accordion-box .block .acc-btn .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; right: 30px; top: 50%; height: 35px; font-size: 18px; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 2; color: var(--theme-color1); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .accordion-box .block .acc-btn.active { color: var(--theme-color-light); background-color: var(--bg-theme-color2); } .accordion-box .block .acc-btn.active .icon { color: var(--text-color-bg-theme-color2); } .accordion-box .block .acc-btn.active .icon:before { content: "\f068"; } .accordion-box .block .acc-content { position: relative; display: none; } .accordion-box .block .acc-content .content { position: relative; padding: 25px 30px; } .accordion-box .block .acc-content .content .text { display: block; font-size: 16px; line-height: 30px; color: #808287; margin-bottom: 0; } .accordion-box .block .acc-content.current { display: block; } .innerpage .accordion-box .block { background-color: #FAF8F7; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 20px; } .innerpage .accordion-box .block .acc-btn { background-color: #FAF8F7; color: #16171A; cursor: pointer; font-size: 20px; font-weight: 700; line-height: 25px; letter-spacing: -0.5px; overflow: hidden; padding: 20px 30px; padding-right: 70px; padding-left: 30px; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .innerpage .accordion-box .block .acc-btn { padding: 15px 14px 15px 15px; } } .innerpage .accordion-box .block .acc-btn.active { color: var(--theme-color1); } .innerpage .accordion-box .block .acc-btn .icon { color: var(--theme-color1); font-size: 24px; left: auto; line-height: 28px; position: absolute; right: 20px; top: 30px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .innerpage .accordion-box .block .acc-btn.active .icon { top: 15px; } .innerpage .accordion-box .block .acc-content .content { padding: 0 25px 20px; } .innerpage .accordion-box .block .acc-content .content .text { border-top: 1px solid rgba(22, 23, 26, 0.1); color: var(--text-color); display: block; font-size: 16px; margin-bottom: 0; padding-top: 16px; position: relative; } /*** ==================================================================== Anim Icons ==================================================================== ***/ .anim-icons { position: absolute; left: 0; top: 0; right: 0; height: 100%; width: 100%; max-width: 1170px; margin: 0 auto; } .anim-icons.full-width { max-width: 100%; } .anim-icons .icon { position: absolute; background-position: center; background-repeat: no-repeat; background-size: 100%; } .icon-plane-1 { width: 201px; height: 301px; background-image: url(../images/icons/icon-plane-3.png); background-repeat: no-repeat; } .shape-2 { width: 693px; height: 657px; background-image: url(../images/pattern/shape-2.png); } .icon-dots { width: 120px; height: 250px; background-image: url(../images/icons/icon-dots.png); } .icon-lines { width: 530px; height: 227px; background-image: url(../images/icons/icon-lines.png); } .icon-quote { width: 64px; height: 64px; background-image: url(../images/icons/icon-quote.png); } .icon-big-drill { width: 236px; height: 274px; background-image: url(../images/icons/icon-big-drill.png); } .bounce-y { -webkit-animation: bounce-y 10s infinite linear; animation: bounce-y 10s infinite linear; } .bounce-x { -webkit-animation: bounce-x 10s infinite linear; animation: bounce-x 10s infinite linear; } .zoom-one { -webkit-animation: zoom-one 10s infinite linear; animation: zoom-one 10s infinite linear; } @-webkit-keyframes float { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes float { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes bounce-y { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes bounce-y { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes bounce-x { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 50% { -webkit-transform: translateX(30px); transform: translateX(30px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes bounce-x { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 50% { -webkit-transform: translateX(30px); transform: translateX(30px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes zoom-one { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); } 50% { -webkit-transform: scale(1.05); transform: scale(1.05); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); } } @keyframes zoom-one { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); } 50% { -webkit-transform: scale(1.05); transform: scale(1.05); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); } } .overlay-anim { position: relative; } .overlay-anim:after { background: rgba(255, 255, 255, 0.3); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 0; opacity: 1; z-index: 9; pointer-events: none; } .overlay-anim:hover:after { height: 100%; opacity: 0; -webkit-transition: all 400ms linear; transition: all 400ms linear; } /*** ==================================================================== Search Popup ==================================================================== ***/ .search-popup { position: fixed; left: 0; top: 0; height: 100vh; width: 100%; z-index: 99; opacity: 0; visibility: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease; overflow: hidden; -webkit-transform: scale(0.95); transform: scale(0.95); } .search-popup .search-back-drop { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: var(--bg-theme-color1); opacity: 0.95; } .search-popup .close-search { position: absolute; top: 30px; right: 30px; font-size: 26px; color: var(--theme-color2); z-index: 3; border-radius: 50%; background-color: transparent; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .search-popup .search-inner { position: relative; display: block; top: 40%; height: auto; z-index: 1; width: calc(100% - 60px); max-width: 800px; margin: auto; opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .search-popup .form-group { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .search-popup .form-group input[type=search], .search-popup .form-group input[type=text] { position: relative; display: block; line-height: 20px; font-size: 16px; width: 100%; height: 50px; border: 1px solid #e1e6dc; padding: 15px 20px; color: #707070; background: #ffffff; border-radius: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .search-popup .form-group input[type=search]:focus, .search-popup .form-group input[type=text]:focus { border-color: var(--border-theme-color2); } .search-popup .form-group button { position: absolute; right: 5px; top: 5px; height: 40px; width: 40px; display: block; font-size: 14px; color: #fff; line-height: 40px; border-radius: 5px; font-weight: normal; background: var(--theme-color2); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .search-popup .form-group button:hover { background: var(--theme-color2); color: #ffffff; } .search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder { color: inherit; } .search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder { color: inherit; } .search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder { color: inherit; } .search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder { color: inherit; } .search-popup textarea::placeholder, .search-popup input::placeholder { color: inherit; } .moblie-search-active .search-popup { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1); border-radius: 0%; } .moblie-search-active .search-popup .search-inner { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 500ms; transition-delay: 500ms; } /*** ==================================================================== Main Header ==================================================================== ***/ .header-span { position: relative; height: 110px; display: block; width: 100%; } .main-header { position: relative; width: 100%; z-index: 999; } .header-top { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } .header-top .inner-container { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } .header-top .top-left { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-top .top-right { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-top .useful-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 0; } .header-top .useful-links li { position: relative; margin-right: 30px; font-size: 12px; font-weight: 500; color: #bdbdbd; line-height: 20px; } .header-top .useful-links li a { color: #bdbdbd; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .header-top .useful-links li a:hover { color: var(--theme-color1); } .main-header .header-lower { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-header .header-lower .logo-box { position: relative; padding: 20px 0; } .main-header { width: 100%; z-index: 999; } .main-header .logo { position: relative; display: block; } .main-header .logo img { max-width: 100%; height: auto; } .main-header .main-box { position: relative; left: 0px; top: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-header .main-box .nav-outer { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; } .main-menu { position: relative; } @media only screen and (max-width: 1023.98px) { .main-menu { display: none; } } .main-menu .navbar-header { display: none; } .main-menu .navbar-collapse { padding: 0px; } .main-menu .navigation { position: relative; margin: 0px; } .main-menu .navigation.onepage-nav > li { margin-right: 30px; } .main-menu .navigation > li { position: relative; float: left; padding: 14px 0px; margin-right: 80px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-menu .navigation > li:last-child { margin-right: 0; } .main-menu .navigation > li:last-child:after { display: none; } .main-menu .navigation > li:before { position: absolute; left: 50%; top: 50%; margin-top: 12px; height: 2px; width: 0%; background-color: var(--theme-color1); z-index: 3; content: ""; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-menu .navigation > li:after { content: ""; position: absolute; top: 42px; right: -45px; width: 4px; height: 4px; opacity: 0.2; background-color: #ebebeb; } .main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before { left: 0; width: 100%; } .main-menu .navigation > li > a { position: relative; display: block; text-align: center; opacity: 1; color: var(--title-color); font-size: 14px; line-height: 30px; font-weight: 500; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; letter-spacing: 0; text-transform: uppercase; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-menu .navigation > li > a .icon { position: relative; font-size: 22px; line-height: 24px; margin-left: 10px; } .main-menu .navigation > li > a:hover { color: var(--theme-color1); } .main-menu .navigation > li.current > a { color: #0f054c; font-weight: 700; } .main-menu .navigation > li.dropdown > a { padding-right: 19px; margin-right: -19px; } .main-menu .navigation > li.dropdown:hover > ul { visibility: visible; opacity: 1; top: 100%; margin-top: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-menu .navigation > li > ul { position: absolute; left: 0px; top: 100%; width: 220px; z-index: 100; padding: 10px 0 0; background-color: #ffffff; margin-top: 30px; opacity: 0; display: none; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); } .main-menu .navigation > li > ul.from-right { left: auto; right: 0px; } .main-menu .navigation > li > ul > li { position: relative; width: 100%; border-bottom: 1px solid #ebf1f5; } .main-menu .navigation > li > ul > li:last-child { border-bottom: none; } .main-menu .navigation > li > ul > li > a { position: relative; display: block; padding: 10px 0px; line-height: 29px; font-weight: 400; font-size: 16px; color: var(--theme-color-dark); text-align: left; margin: 0 30px; text-transform: capitalize; -webkit-transition: all 200ms ease; transition: all 200ms ease; } .main-menu .navigation > li > ul > li:hover > a { color: var(--theme-color1); } .main-menu .navigation > li > ul > li.dropdown > a:after { font-family: "Font Awesome 6 Pro"; content: "\f105"; position: absolute; right: 0; top: 11px; display: block; line-height: 24px; font-size: 14px; font-weight: 900; z-index: 5; } .main-menu .navigation > li > ul > li.dropdown:hover > ul { visibility: visible; opacity: 1; top: 0px; margin-top: 20px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-menu .navigation > li > ul > li > ul { position: absolute; left: 100%; top: 0px; width: 220px; z-index: 100; display: none; background-color: #ffffff; opacity: 0; padding: 10px 0 0; margin-top: 10px; -webkit-transform: translateY(-30px); transform: translateY(-30px); -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); } .main-menu .navigation > li > ul > li > ul > li { position: relative; border-bottom: 1px solid #ebf1f5; width: 100%; } .main-menu .navigation > li > ul > li > ul > li:last-child { border-bottom: none; } .main-menu .navigation > li > ul > li > ul > li > a { position: relative; display: block; padding: 10px 0; line-height: 24px; font-weight: 400; font-size: 14px; color: var(--theme-color-dark); text-align: left; margin: 0 30px; text-transform: capitalize; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-menu .navigation > li > ul > li > ul > li > a:hover { color: var(--theme-color1); } .main-menu .navigation li.dropdown .dropdown-btn { position: absolute; right: 10px; top: 8px; width: 34px; height: 30px; border: 1px solid #ffffff; text-align: center; font-size: 16px; line-height: 26px; color: #ffffff; cursor: pointer; z-index: 5; display: none; } .main-header .outer-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .main-header .ui-btn { position: relative; display: block; height: 30px; width: 30px; line-height: 30px; text-align: center; background: none; font-size: 22px; color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .main-header .ui-btn:hover { color: var(--theme-color1); } .features-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .features-list li { position: relative; margin-right: 30px; } .features-list li a { position: relative; color: var(--theme-color2); font-size: 12px; line-height: 1em; } .features-list li a:hover { color: var(--theme-color1); } .features-list.light a { color: var(--theme-color-light); } .features-list.light a:hover { color: var(--theme-color1); } .main-header .cart-btn { position: relative; text-align: center; } .main-header .cart-btn:hover { color: var(--theme-color1); } .main-header .cart-btn .count { position: absolute; top: -9px; right: -8px; height: 21px; width: 21px; line-height: 21px; font-size: 12px; border-radius: 50%; color: var(--theme-color-light); background-color: var(--theme-color1); text-align: center; } .header-search { position: relative; width: 110px; -ms-flex-negative: 0; flex-shrink: 0; } .header-search .form-group { position: relative; } .header-search .form-group input:not([type=submit]) { position: relative; display: block; width: 100%; font-size: 14px; font-weight: 500; height: 30px; line-height: 20px; padding: 5px 0; padding-left: 30px; color: var(--text-color); background: transparent; -webkit-transition: all 300ms ease; transition: all 300ms ease; border-bottom: 1px solid transparent; } .header-search .form-group input:not([type=submit])::-webkit-input-placeholder { color: var(--text-color); } .header-search .form-group input:not([type=submit])::-moz-placeholder { color: var(--text-color); } .header-search .form-group input:not([type=submit]):-ms-input-placeholder { color: var(--text-color); } .header-search .form-group input:not([type=submit])::-ms-input-placeholder { color: var(--text-color); } .header-search .form-group input:not([type=submit])::placeholder { color: var(--text-color); } .header-search .form-group input:not([type=submit]):focus { border-bottom: 1px solid var(--theme-color-light); } .header-search .form-group .icon { position: absolute; top: 0px; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 20px; font-size: 20px; padding: 5px 0; color: var(--theme-color-dark); background: none; } /*** ==================================================================== Header Style One ==================================================================== ***/ .header-style-one .header-top { background-color: var(--theme-color2); } @media (max-width: 991.98px) { .header-style-one .header-top { display: none; } } .header-style-one .header-top .inner-container { padding: 0 192px; } @media (max-width: 1653.98px) { .header-style-one .header-top .inner-container { padding: 0 100px; } } @media (max-width: 1399.98px) { .header-style-one .header-top .inner-container { padding: 0 20px; } } .header-style-one .header-top .inner-container .top-left { width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-one .header-top .inner-container .top-center { width: 40%; -webkit-box-flex: 40%; -ms-flex: 40%; flex: 40%; } @media (max-width: 1199.98px) { .header-style-one .header-top .inner-container .top-center { display: none; } } .header-style-one .header-top .inner-container .list-style-one { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header-style-one .header-top .inner-container .list-style-one i { color: var(--theme-color1); font-size: 12px; } .header-style-one .header-top .inner-container .list-style-one li { color: #B0B6BC; } .header-style-one .header-top .inner-container .list-style-one li a { color: #B0B6BC; } .header-style-one .header-top .inner-container .list-style-one li a:hover { color: var(--theme-color1); } .header-style-one .header-top .inner-container .list-style-one.style-two { padding: 13px 0; } .header-style-one .header-top .inner-container .list-style-one.style-two li { position: relative; margin-right: 18px; color: #B0B6BC; } .header-style-one .header-top .inner-container .list-style-one.style-two li:before { position: absolute; left: auto; top: 0; content: "/"; color: #B0B6BC; font-size: 14px; right: -11px; } .header-style-one .header-top .inner-container .list-style-one.style-two li:last-child { margin-right: 0; } .header-style-one .header-top .inner-container .list-style-one.style-two li:last-child:before { display: none; } @media (max-width: 1199.98px) { .header-style-one .header-top .inner-container .list-style-one.style-two li { margin-right: 15px; } } .header-style-one .header-top .inner-container .list-style-one.style-two li a { color: #B0B6BC; } .header-style-one .header-top .inner-container .list-style-one.style-two li a:hover { color: var(--theme-color1); } .header-style-one .header-top .inner-container .social-icon-one li { position: relative; margin: 0 13px; } .header-style-one .header-top .inner-container .social-icon-one li:first-child { margin-left: 0; } .header-style-one .header-top .inner-container .social-icon-one li a { color: #B0B6BC; font-size: 15px; } .header-style-one .header-top .inner-container .social-icon-one li a:hover { color: var(--theme-color1); } .header-style-one .header-top .inner-container .top-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-one .header-lower { position: relative; top: 100%; left: 0; width: 100%; } @media (max-width: 575.98px) { .header-style-one .header-lower { background-color: var(--theme-color-light); position: relative; } } .header-style-one .header-lower .logo-box { position: relative; margin-right: 0; margin-left: 40px; } @media (max-width: 1653.98px) { .header-style-one .header-lower .logo-box { margin-left: 20px; } } @media (max-width: 575.98px) { .header-style-one .header-lower .logo-box { height: auto; min-width: 250px; padding: 15px 20px; margin: 0; } } .header-style-one .header-lower .info-btn-two { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; padding-left: 76px; text-align: left; font-weight: 700; line-height: 20px; min-height: 62px; top: 7px; } @media (max-width: 991.98px) { .header-style-one .header-lower .info-btn-two { padding-left: 70px; } } .header-style-one .header-lower .info-btn-two:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .header-style-one .header-lower .info-btn-two small { display: block; font-size: 14px; font-weight: 400; margin-bottom: 4px; color: var(--theme-color-light); } .header-style-one .header-lower .info-btn-two strong { font-size: 16px; font-weight: 400; color: var(--theme-color-light); } .header-style-one .header-lower .info-btn-two .icon { position: absolute; left: 0; top: -5px; font-size: 20px; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background-color: var(--theme-color1); color: var(--theme-color-light); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .header-style-one .header-lower .info-btn-two:hover { color: var(--theme-color2); } .header-style-one .main-box { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 1399.98px) { .header-style-one .main-box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } .header-style-one .main-box .nav-outer { display: block; width: auto; margin: 0 192px; } @media (max-width: 1499.98px) { .header-style-one .main-box .nav-outer { margin: 0 100px; } } @media (max-width: 1399.98px) { .header-style-one .main-box .nav-outer { margin: 0; } } @media (max-width: 1199.98px) { .header-style-one .main-box .nav-outer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; width: 100%; } } @media only screen and (max-width: 1023.98px) { .header-style-one .main-box .nav-outer { display: none; } } .header-style-one .main-box .nav-outer .navigation > li { padding: 29px 0px; margin-right: 47px; } .header-style-one .main-box .nav-outer .navigation > li:last-child { margin-right: 0; } .header-style-one .main-box .nav-outer .navigation > li:before { display: none; } .header-style-one .main-box .nav-outer .navigation > li:after { display: none; } .header-style-one .main-box .nav-outer .navigation > li > a { color: #222222; font-size: 14px; font-weight: 500; } .header-style-one .main-box .nav-outer .navigation > li > a:after { display: none; } .header-style-one .main-box .outer-box { margin-right: 40px; -ms-flex-negative: 0; flex-shrink: 0; } @media (max-width: 1653.98px) { .header-style-one .main-box .outer-box { margin-right: 20px; } } .header-style-one .main-box .outer-box .divider { height: 45px; width: 1px; background-color: rgba(255, 255, 255, 0.1); margin-right: 32px; margin-left: 29px; } @media (max-width: 575.98px) { .header-style-one .main-box .outer-box .ui-btn { display: none; } } .header-style-one .main-box .outer-box .search-btn { margin-right: 22px; } .header-style-one .main-box .outer-box .theme-btn { margin-left: 0; } @media (max-width: 1199.98px) { .header-style-one .main-box .outer-box .theme-btn { display: none; } } /*** ==================================================================== Header Style Two ==================================================================== ***/ .header-style-two { left: 0; position: absolute; top: 30px; width: 100%; z-index: 9; } .header-style-two .header-lower { position: relative; } .header-style-two .header-lower .main-box { background-color: var(--theme-color2); padding-right: 30px; } @media (max-width: 1199.98px) { .header-style-two .header-lower .main-box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media (max-width: 1199.98px) { .header-style-two .header-lower .main-box .nav-outer { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; } } .header-style-two .header-lower .main-box .logo-box { padding: 38px 30px; margin-right: 94px; } @media (max-width: 1199.98px) { .header-style-two .header-lower .main-box .logo-box { margin-right: 60px; } } @media (max-width: 991.98px) { .header-style-two .header-lower .main-box .logo-box { margin-right: 0; padding: 22px 22px; } } .header-style-two .header-lower .main-box .outer-box .ui-btn-outer { margin-right: 0; padding-right: 0; } @media (max-width: 1199.98px) { .header-style-two .header-lower .main-box .outer-box .btn-box { display: none; } } .header-style-two .header-lower .main-box .outer-box .mobile-nav-toggler { color: var(--theme-color-light); } .header-style-two .header-lower .theme-btn { padding: 18px 34.5px; } .header-style-two .main-menu .navigation > li::after { display: none; } .header-style-two .main-menu .navigation > li.current > a { color: var(--theme-color-light); font-weight: 500; } .header-style-two .main-menu .navigation > li > a { color: var(--theme-color-light); font-weight: 500; } .header-style-two .main-menu .navigation > li { margin-right: 47px; padding: 40px 0px; } .header-style-two .main-menu .navigation > li::before { background-color: var(--theme-color-light); top: auto; height: 5px; bottom: 0; } .header-style-two .main-menu .navigation.onepage-nav > li { margin-right: 30px; padding: 40px 0px; } .sticky-header .main-menu .navigation.onepage-nav > li { margin-left: 0; } /*** ==================================================================== Header Style One ==================================================================== ***/ .header-style-three .header-top { background-color: var(--theme-color-light); } @media (max-width: 991.98px) { .header-style-three .header-top { display: none; } } .header-style-three .header-top .inner-container { padding: 0 192px; } @media (max-width: 1599.98px) { .header-style-three .header-top .inner-container { padding: 0 160px; } } .header-style-three .header-top .inner-container .top-left { width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-three .header-top .inner-container .top-center { width: 40%; -webkit-box-flex: 40%; -ms-flex: 40%; flex: 40%; } @media (max-width: 1399.98px) { .header-style-three .header-top .inner-container .top-center { display: none; } } .header-style-three .header-top .inner-container .list-style-one { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header-style-three .header-top .inner-container .list-style-one i { color: var(--theme-color1); font-size: 12px; } .header-style-three .header-top .inner-container .list-style-one li { color: var(--theme-color2); } .header-style-three .header-top .inner-container .list-style-one li a { color: var(--theme-color2); } .header-style-three .header-top .inner-container .list-style-one.style-two { padding: 13px 0; } .header-style-three .header-top .inner-container .list-style-one.style-two li { position: relative; margin-right: 18px; color: var(--theme-color2); } .header-style-three .header-top .inner-container .list-style-one.style-two li:before { position: absolute; left: auto; top: 0; content: "/"; color: var(--theme-color2); font-size: 14px; right: -11px; } .header-style-three .header-top .inner-container .list-style-one.style-two li:last-child { margin-right: 14px; } .header-style-three .header-top .inner-container .list-style-one.style-two li:last-child:before { display: none; } @media (max-width: 1199.98px) { .header-style-three .header-top .inner-container .list-style-one.style-two li { margin-right: 15px; } } .header-style-three .header-top .inner-container .list-style-one.style-two li a { color: var(--theme-color2); } .header-style-three .header-top .inner-container .list-style-one.style-two li a:hover { color: var(--theme-color1); } .header-style-three .header-top .inner-container .social-icon-one li { position: relative; margin: 0 13px; } .header-style-three .header-top .inner-container .social-icon-one li a { color: var(--theme-color2); font-size: 15px; } .header-style-three .header-top .inner-container .top-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-three .header-lower { background-color: var(--theme-color2); position: relative; top: 100%; left: 0; width: 100%; } @media (max-width: 575.98px) { .header-style-three .header-lower { position: relative; } } .header-style-three .header-lower .logo-box { position: relative; margin-right: 0; } @media (max-width: 575.98px) { .header-style-three .header-lower .logo-box { height: auto; min-width: 250px; padding: 15px 0; } } .header-style-three .header-lower .info-btn-two { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; padding-left: 76px; text-align: left; font-weight: 700; line-height: 20px; min-height: 62px; top: 7px; } @media (max-width: 991.98px) { .header-style-three .header-lower .info-btn-two { padding-left: 70px; } } .header-style-three .header-lower .info-btn-two:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .header-style-three .header-lower .info-btn-two small { display: block; font-size: 14px; font-weight: 400; margin-bottom: 4px; color: var(--theme-color-light); } .header-style-three .header-lower .info-btn-two strong { font-size: 16px; font-weight: 400; color: var(--theme-color-light); } .header-style-three .header-lower .info-btn-two .icon { position: absolute; left: 0; top: -5px; font-size: 20px; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background-color: var(--theme-color1); color: var(--theme-color-light); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .header-style-three .header-lower .info-btn-two:hover { color: var(--theme-color2); } .header-style-three .main-box { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 1399.98px) { .header-style-three .main-box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 20px; } } .header-style-three .main-box:before { position: absolute; content: ""; width: 535px; height: 100%; right: 0; top: 0; bottom: 0; background-color: var(--theme-color1); clip-path: polygon(0% 0px, 100% 0, 100% 100%, 35px 100%); z-index: 1; } @media (max-width: 1799.98px) { .header-style-three .main-box:before { width: 511px; } } @media (max-width: 1699.98px) { .header-style-three .main-box:before { width: 450px; } } @media (max-width: 1599.98px) { .header-style-three .main-box:before { width: 390px; } } @media (max-width: 1399.98px) { .header-style-three .main-box:before { width: 260px; } } @media (max-width: 1199.98px) { .header-style-three .main-box:before { width: 100px; } } @media (max-width: 575.98px) { .header-style-three .main-box:before { width: 86px; } } .header-style-three .main-box:after { position: absolute; content: ""; width: 555px; height: 100%; right: 0; top: 0; bottom: 0; background-color: var(--theme-color-light); clip-path: polygon(0% 0px, 100% 0, 100% 100%, 35px 100%); } @media (max-width: 1799.98px) { .header-style-three .main-box:after { width: 526px; } } @media (max-width: 1699.98px) { .header-style-three .main-box:after { width: 460px; } } @media (max-width: 1599.98px) { .header-style-three .main-box:after { width: 400px; } } @media (max-width: 1399.98px) { .header-style-three .main-box:after { width: 270px; } } @media (max-width: 1199.98px) { .header-style-three .main-box:after { width: 110px; } } @media (max-width: 575.98px) { .header-style-three .main-box:after { width: 94px; } } .header-style-three .main-box .nav-outer { display: block; width: auto; margin: 0 192px; } @media (max-width: 1399.98px) { .header-style-three .main-box .nav-outer { margin: 0 90px; } } @media (max-width: 1199.98px) { .header-style-three .main-box .nav-outer { display: none; } } @media (max-width: 1199.98px) { .header-style-three .main-box .nav-outer .main-menu { display: none; } } .header-style-three .main-box .nav-outer .navigation > li { padding: 29px 0px; margin-right: 47px; } .header-style-three .main-box .nav-outer .navigation > li:last-child { margin-right: 0; } .header-style-three .main-box .nav-outer .navigation > li:before { display: none; } .header-style-three .main-box .nav-outer .navigation > li:after { display: none; } .header-style-three .main-box .nav-outer .navigation > li > a { color: #fff; font-size: 14px; font-weight: 500; } .header-style-three .main-box .nav-outer .navigation > li > a:after { display: none; } .header-style-three .main-box .outer-box { margin-right: 0; -ms-flex-negative: 0; flex-shrink: 0; z-index: 1; } @media (max-width: 1199.98px) { .header-style-three .main-box .outer-box .btn-box { display: none; } } @media (max-width: 1199.98px) { .header-style-three .main-box .outer-box .mobile-nav-toggler { color: var(--theme-color-light); display: block; margin-left: 0; } } .header-style-three .main-box .outer-box .divider { height: 45px; width: 1px; background-color: rgba(255, 255, 255, 0.1); margin-right: 32px; margin-left: 29px; } @media (max-width: 575.98px) { .header-style-three .main-box .outer-box .ui-btn { display: none; } } .header-style-three .main-box .outer-box .search-btn { margin-right: 22px; } .header-style-three .main-box .outer-box .theme-btn { margin-left: 0; } .header-style-three .main-box .outer-box .theme-btn:before { background-color: var(--theme-color1) !important; } .header-style-three .main-box .outer-box .theme-btn:hover { -webkit-box-shadow: none; box-shadow: none; color: var(--theme-color2); } @media (max-width: 1199.98px) { .header-style-three .main-menu .navbar-collapse { display: none; } } @media (max-width: 1199.98px) { .header-style-three .sticky-header .mobile-nav-toggler { display: block; } } /*** ==================================================================== Header Style Four ==================================================================== ***/ .header-style-four { left: 0; position: absolute; top: 30px; width: 100%; z-index: 9; } .header-style-four .header-lower { position: relative; } .header-style-four .header-lower .main-box { background-color: #000; padding-right: 30px; } @media (max-width: 1199.98px) { .header-style-four .header-lower .main-box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media (max-width: 1199.98px) { .header-style-four .header-lower .main-box .nav-outer { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; } } @media (max-width: 991.98px) { .header-style-four .header-lower .main-box .nav-outer { width: auto; } } .header-style-four .header-lower .main-box .logo-box { padding: 0px 30px; margin-right: 94px; } @media (max-width: 1199.98px) { .header-style-four .header-lower .main-box .logo-box { margin-right: 60px; } } @media (max-width: 991.98px) { .header-style-four .header-lower .main-box .logo-box { margin-right: 0; padding: 22px 22px; } } .header-style-four .header-lower .main-box .outer-box .ui-btn-outer { margin-right: 0; padding-right: 0; } @media (max-width: 1199.98px) { .header-style-four .header-lower .main-box .outer-box .btn-box { display: none; } } .header-style-four .header-lower .main-box .outer-box .mobile-nav-toggler { color: var(--theme-color-light); } .header-style-four .header-lower .theme-btn { padding: 18px 34.5px; } .header-style-four .main-menu .navigation > li::after { display: none; } .header-style-four .main-menu .navigation > li.current > a { color: var(--theme-color-light); font-weight: 500; } .header-style-four .main-menu .navigation > li > a { color: var(--theme-color-light); font-weight: 700; } .header-style-four .main-menu .navigation > li { margin-right: 47px; padding: 40px 0px; } .header-style-four .main-menu .navigation > li::before { background-color: var(--theme-color-light); top: auto; height: 5px; bottom: 0; } .header-style-four .main-menu .navigation.onepage-nav > li { margin-right: 30px; } /*** ==================================================================== Header Style Five ==================================================================== ***/ .header-style-five .header-lower { position: absolute; top: 100%; left: 0; width: 100%; } @media (max-width: 1199.98px) { .header-style-five .header-lower { background-color: var(--theme-color2); position: relative; } } .header-style-five .header-lower .logo-box { position: relative; height: 115px; min-width: 360px; margin-right: 0; padding: 32px 0; } @media (max-width: 1399.98px) { .header-style-five .header-lower .logo-box { min-width: 300px; height: auto; } } @media (max-width: 991.98px) { .header-style-five .header-lower .logo-box { min-width: 240px; padding: 20px 0; } } @media (max-width: 575.98px) { .header-style-five .header-lower .logo-box { height: auto; min-width: 250px; padding: 15px 20px; } } .header-style-five .header-lower .logo-box .logo { text-align: center; } .header-style-five .header-lower .logo-box:before { position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-color: var(--theme-color-light); content: ""; } @media (max-width: 575.98px) { .header-style-five .header-lower .logo-box:before { display: none; } } .header-style-five .header-lower .outer-box2 { background-color: var(--theme-color2); width: 100%; position: relative; left: 0; top: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 60px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1399.98px) { .header-style-five .header-lower .outer-box2 { padding: 0 60px 0 60px; } } @media (max-width: 1199.98px) { .header-style-five .header-lower .outer-box2 { background-color: transparent; } } @media (max-width: 991.98px) { .header-style-five .header-lower .outer-box2 { padding: 0; } } @media (max-width: 575.98px) { .header-style-five .header-lower .outer-box2 { background-color: transparent; } } @media (max-width: 1199.98px) { .header-style-five .header-lower .outer-box2 .main-menu { display: none; } } @media (max-width: 575.98px) { .header-style-five .main-box { background-color: var(--theme-color2); } } .header-style-five .main-box .nav-outer { display: block; } .header-style-five .main-box .nav-outer .navigation > li { padding: 42.5px 0px; margin-right: 47px; } .header-style-five .main-box .nav-outer .navigation > li:before { display: none; } .header-style-five .main-box .nav-outer .navigation > li:after { display: none; } .header-style-five .main-box .nav-outer .navigation > li > a { color: var(--theme-color-light); font-size: 14px; font-weight: 400; } .header-style-five .main-box .nav-outer .navigation > li > a:after { display: none; } .header-style-five .main-box .outer-box { margin-right: 0; -ms-flex-negative: 0; flex-shrink: 0; } @media (max-width: 991.98px) { .header-style-five .main-box .outer-box { margin-right: 20px; } } .header-style-five .main-box .outer-box .divider { height: 45px; width: 1px; background-color: rgba(255, 255, 255, 0.1); margin-right: 32px; margin-left: 29px; } @media (max-width: 1399.98px) { .header-style-five .main-box .outer-box .divider { display: none; } } @media (max-width: 1199.98px) { .header-style-five .main-box .outer-box .divider { display: block; margin-right: 3px; } } @media (max-width: 767.98px) { .header-style-five .main-box .outer-box .divider { display: none; } } .header-style-five .main-box .outer-box .ui-btn { font-size: 28px; } @media (max-width: 767.98px) { .header-style-five .main-box .outer-box .ui-btn { display: none; } } .header-style-five .main-box .outer-box .search-btn { margin-right: 32px; } .header-style-five .main-box .outer-box .btn-box.style-two .theme-btn { background-color: transparent; border: 1px solid var(--theme-color1); color: var(--theme-color1); } .header-style-five .main-box .outer-box .theme-btn { color: var(--theme-color1); background-color: rgb(255, 255, 255); margin-left: 108px; font-size: 18px; font-weight: 500; font-family: var(--title-font); padding: 45.5px 108.5px; } @media (max-width: 1653.98px) { .header-style-five .main-box .outer-box .theme-btn { margin-left: 60px; font-size: 14px; padding: 45.5px 50px; } } @media (max-width: 1399.98px) { .header-style-five .main-box .outer-box .theme-btn { display: none; } } .header-style-five .main-box .outer-box .mobile-nav-toggler { color: var(--theme-color-light); } @media (max-width: 1199.98px) { .header-style-five .main-box .outer-box .mobile-nav-toggler { display: block; } } @media (max-width: 1199.98px) { .header-style-five .main-menu .navbar-collapse { display: none; } } @media (max-width: 1199.98px) { .header-style-five .sticky-header .mobile-nav-toggler { display: block; } } .header-style-five .sticky-header .main-menu .navigation.onepage-nav > li { margin-left: 40px; } .header-style-five .main-box .nav-outer .navigation.onepage-nav > li { margin-right: 30px; } /*** ==================================================================== Header Style Six ==================================================================== ***/ .header-style-six.style-two .header-lower { position: relative; } .header-style-six.style-two .header-lower .logo-box:before { background-color: var(--theme-color2); } .header-style-six .header-top { background-color: var(--theme-color-light); } @media (max-width: 991.98px) { .header-style-six .header-top { display: none; } } .header-style-six .header-top .inner-container { padding: 0 192px; } @media (max-width: 1653.98px) { .header-style-six .header-top .inner-container { padding: 0 100px; } } .header-style-six .header-top .inner-container .top-left { width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-six .header-top .inner-container .top-center { width: 40%; -webkit-box-flex: 40%; -ms-flex: 40%; flex: 40%; } @media (max-width: 1399.98px) { .header-style-six .header-top .inner-container .top-center { display: none; } } .header-style-six .header-top .inner-container .list-style-one { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header-style-six .header-top .inner-container .list-style-one i { color: var(--theme-color1); font-size: 12px; } .header-style-six .header-top .inner-container .list-style-one li { color: #444; } .header-style-six .header-top .inner-container .list-style-one li a { color: #444; } .header-style-six .header-top .inner-container .list-style-one.style-two { padding: 13px 0; } .header-style-six .header-top .inner-container .list-style-one.style-two li { position: relative; margin-right: 18px; color: #444; } .header-style-six .header-top .inner-container .list-style-one.style-two li:before { position: absolute; left: auto; top: 0; content: "/"; color: #444; font-size: 14px; right: -11px; } .header-style-six .header-top .inner-container .list-style-one.style-two li:last-child { margin-right: 14px; } .header-style-six .header-top .inner-container .list-style-one.style-two li:last-child:before { display: none; } @media (max-width: 1199.98px) { .header-style-six .header-top .inner-container .list-style-one.style-two li { margin-right: 15px; } } .header-style-six .header-top .inner-container .list-style-one.style-two li a { color: #444; } .header-style-six .header-top .inner-container .list-style-one.style-two li a:hover { color: var(--theme-color1); } .header-style-six .header-top .inner-container .social-icon-one li { position: relative; margin: 0 13px; } .header-style-six .header-top .inner-container .social-icon-one li a { color: #444; font-size: 15px; } .header-style-six .header-top .inner-container .top-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-six .header-lower { position: absolute; top: 100%; left: 0; width: 100%; } @media (max-width: 575.98px) { .header-style-six .header-lower { background-color: var(--theme-color-light); position: relative; } } .header-style-six .header-lower .logo-box { position: relative; height: 100px; min-width: 284px; margin-right: 0; } @media (max-width: 1199.98px) { .header-style-six .header-lower .logo-box { min-width: 270px; height: auto; } } @media (max-width: 575.98px) { .header-style-six .header-lower .logo-box { height: auto; min-width: 250px; padding: 15px 20px; } } .header-style-six .header-lower .logo-box .logo { text-align: center; } .header-style-six .header-lower .logo-box:before { position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-color: rgba(36, 32, 31, 0.9); content: ""; } @media (max-width: 575.98px) { .header-style-six .header-lower .logo-box:before { display: none; } } .header-style-six .header-lower .info-btn-two { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; padding-left: 76px; text-align: left; font-weight: 700; line-height: 20px; min-height: 62px; top: 7px; } @media (max-width: 1599.98px) { .header-style-six .header-lower .info-btn-two { display: none; } } .header-style-six .header-lower .info-btn-two:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .header-style-six .header-lower .info-btn-two.style-two .icon { border: 1px solid var(--theme-color1); background-color: transparent; color: var(--theme-color1); } .header-style-six .header-lower .info-btn-two small { display: block; font-size: 14px; font-weight: 400; margin-bottom: 4px; color: var(--theme-color-light); } .header-style-six .header-lower .info-btn-two strong { font-size: 16px; font-weight: 400; color: var(--theme-color-light); } .header-style-six .header-lower .info-btn-two .icon { position: absolute; left: 0; top: -5px; font-size: 20px; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background-color: var(--theme-color1); color: var(--theme-color-light); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .header-style-six .header-lower .info-btn-two:hover { color: var(--theme-color2); } .header-style-six .header-lower .outer-box2 { background-color: rgb(36, 32, 31); width: 100%; position: relative; left: 0; top: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 6px 0 6px 74px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1199.98px) { .header-style-six .header-lower .outer-box2 { padding: 20px 0; } } @media (max-width: 767.98px) { .header-style-six .header-lower .outer-box2 { padding: 32px 0; } } @media (max-width: 575.98px) { .header-style-six .header-lower .outer-box2 { background-color: transparent; } } @media (max-width: 1199.98px) { .header-style-six .header-lower .outer-box2 .main-menu { display: none; } } @media (max-width: 575.98px) { .header-style-six .main-box { background-color: var(--theme-color2); } } .header-style-six .main-box .nav-outer { display: block; } .header-style-six .main-box .nav-outer .navigation > li { padding: 29px 0px; margin-right: 47px; } .header-style-six .main-box .nav-outer .navigation > li:before { display: none; } .header-style-six .main-box .nav-outer .navigation > li:after { display: none; } .header-style-six .main-box .nav-outer .navigation > li > a { color: var(--theme-color-light); font-size: 14px; font-weight: 400; } .header-style-six .main-box .nav-outer .navigation > li > a:after { display: none; } .header-style-six .main-box .outer-box { margin-right: 40px; -ms-flex-negative: 0; flex-shrink: 0; } @media (max-width: 991.98px) { .header-style-six .main-box .outer-box { margin-right: 20px; } } .header-style-six .main-box .outer-box .divider { height: 45px; width: 1px; background-color: rgba(255, 255, 255, 0.1); margin-right: 32px; margin-left: 29px; } @media (max-width: 1399.98px) { .header-style-six .main-box .outer-box .divider { display: none; } } @media (max-width: 1199.98px) { .header-style-six .main-box .outer-box .divider { display: block; margin-right: 3px; } } @media (max-width: 767.98px) { .header-style-six .main-box .outer-box .divider { display: none; } } @media (max-width: 767.98px) { .header-style-six .main-box .outer-box .ui-btn { display: none; } } .header-style-six .main-box .outer-box .search-btn { margin-right: 22px; } .header-style-six .main-box .outer-box .btn-box.style-two .theme-btn { background-color: transparent; border: 1px solid var(--theme-color1); color: var(--theme-color1); } .header-style-six .main-box .outer-box .theme-btn { background-color: var(--theme-color1); margin-left: 20px; } @media (max-width: 1399.98px) { .header-style-six .main-box .outer-box .theme-btn { display: none; } } @media (max-width: 1199.98px) { .header-style-six .main-box .outer-box .mobile-nav-toggler { display: block; color: var(--theme-color-light); } } @media (max-width: 1199.98px) { .header-style-six .main-menu .navbar-collapse { display: none; } } @media (max-width: 1199.98px) { .header-style-six .sticky-header .mobile-nav-toggler { display: block; } } /*** ==================================================================== Header Style Eight ==================================================================== ***/ .header-style-eight .header-top { background-color: var(--theme-color2); } @media (max-width: 1199.98px) { .header-style-eight .header-top { display: none; } } .header-style-eight .header-top .inner-container { padding: 0; } @media (max-width: 1653.98px) { .header-style-eight .header-top .inner-container { padding: 0 100px; } } @media (max-width: 1399.98px) { .header-style-eight .header-top .inner-container { padding: 0 20px; } } .header-style-eight .header-top .inner-container .top-left { width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-eight .header-top .inner-container .top-center { width: 40%; -webkit-box-flex: 40%; -ms-flex: 40%; flex: 40%; } @media (max-width: 1199.98px) { .header-style-eight .header-top .inner-container .top-center { display: none; } } .header-style-eight .header-top .inner-container .list-style-one { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header-style-eight .header-top .inner-container .list-style-one i { color: var(--theme-color1); font-size: 12px; } .header-style-eight .header-top .inner-container .list-style-one li { color: #ffffff; } .header-style-eight .header-top .inner-container .list-style-one li a { color: #ffffff; } .header-style-eight .header-top .inner-container .list-style-one.style-two { padding: 13px 0; } .header-style-eight .header-top .inner-container .list-style-one.style-two li { position: relative; margin-right: 18px; color: #ffffff; } .header-style-eight .header-top .inner-container .list-style-one.style-two li:before { position: absolute; left: auto; top: 0; content: "/"; color: #ffffff; font-size: 14px; right: -11px; } .header-style-eight .header-top .inner-container .list-style-one.style-two li:last-child { margin-right: 0; } .header-style-eight .header-top .inner-container .list-style-one.style-two li:last-child:before { display: none; } @media (max-width: 1199.98px) { .header-style-eight .header-top .inner-container .list-style-one.style-two li { margin-right: 15px; } } .header-style-eight .header-top .inner-container .list-style-one.style-two li a { color: #ffffff; } .header-style-eight .header-top .inner-container .list-style-one.style-two li a:hover { color: var(--theme-color1); } .header-style-eight .header-top .inner-container .social-icon-one li { position: relative; margin: 0 13px; } .header-style-eight .header-top .inner-container .social-icon-one li:first-child { margin-left: 0; } .header-style-eight .header-top .inner-container .social-icon-one li:last-child { margin-right: 0; } .header-style-eight .header-top .inner-container .social-icon-one li a { color: #ffffff; font-size: 15px; } .header-style-eight .header-top .inner-container .top-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; width: 30%; -webkit-box-flex: 30%; -ms-flex: 30%; flex: 30%; } .header-style-eight .header-lower { position: absolute; top: 100%; left: 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .header-style-eight .header-lower .logo-box { position: relative; margin-right: 0; margin-left: 0; } @media (max-width: 1653.98px) { .header-style-eight .header-lower .logo-box { margin-left: 20px; } } @media (max-width: 575.98px) { .header-style-eight .header-lower .logo-box { height: auto; min-width: 250px; padding: 15px 20px; margin: 0; } } .header-style-eight .header-lower .info-btn-two { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; padding-left: 76px; text-align: left; font-weight: 700; line-height: 20px; min-height: 62px; top: 7px; } @media (max-width: 991.98px) { .header-style-eight .header-lower .info-btn-two { padding-left: 70px; } } .header-style-eight .header-lower .info-btn-two:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .header-style-eight .header-lower .info-btn-two small { display: block; font-size: 14px; font-weight: 400; margin-bottom: 4px; color: var(--theme-color-light); } .header-style-eight .header-lower .info-btn-two strong { font-size: 16px; font-weight: 400; color: var(--theme-color-light); } .header-style-eight .header-lower .info-btn-two .icon { position: absolute; left: 0; top: -5px; font-size: 20px; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background-color: var(--theme-color1); color: var(--theme-color-light); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .header-style-eight .header-lower .info-btn-two:hover { color: var(--theme-color2); } .header-style-eight .main-box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 1399.98px) { .header-style-eight .main-box { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } .header-style-eight .main-box .nav-outer { display: block; width: auto; margin: 0 0 0 120px; } .header-style-eight .main-box .nav-outer .navigation > li { padding: 43px 0px; margin-right: 47px; } .header-style-eight .main-box .nav-outer .navigation > li:last-child { margin-right: 0; } .header-style-eight .main-box .nav-outer .navigation > li:before { display: none; } .header-style-eight .main-box .nav-outer .navigation > li:after { display: none; } .header-style-eight .main-box .nav-outer .navigation > li > a { color: #ffffff; font-size: 14px; font-weight: 500; } .header-style-eight .main-box .nav-outer .navigation > li > a:after { display: none; } .header-style-eight .main-box .outer-box { margin-right: 0; -ms-flex-negative: 0; flex-shrink: 0; } @media (max-width: 1653.98px) { .header-style-eight .main-box .outer-box { margin-right: 20px; } } .header-style-eight .main-box .outer-box .divider { height: 45px; width: 1px; background-color: rgba(255, 255, 255, 0.1); margin-right: 32px; margin-left: 29px; } @media (max-width: 575.98px) { .header-style-eight .main-box .outer-box .ui-btn { display: none; } } .header-style-eight .main-box .outer-box .search-btn { margin-right: 22px; } .header-style-eight .main-box .outer-box .theme-btn { margin-left: 0; background-color: transparent; border: 1px solid var(--theme-color1); color: var(--theme-color1); } @media (max-width: 1199.98px) { .header-style-eight .main-box .outer-box .theme-btn { display: none; } } .header-style-eight .main-box .outer-box .theme-btn:hover { color: var(--theme-color-light); } @media (max-width: 1199.98px) { .header-style-eight .mobile-nav-toggler { color: var(--theme-color-light); } } @media (max-width: 1600px) { .header-style-one .main-box .nav-outer ul.navigation.onepage-nav > li, .header-style-two .main-box .nav-outer ul.navigation.onepage-nav > li, .header-style-four .main-box .nav-outer ul.navigation.onepage-nav > li, .header-style-six .main-box .nav-outer ul.navigation.onepage-nav > li { margin-right: 30px; } } @media (max-width: 1200px) { .header-style-one .main-box .nav-outer ul.navigation.onepage-nav > li, .header-style-two .main-box .nav-outer ul.navigation.onepage-nav > li, .header-style-four .main-box .nav-outer ul.navigation.onepage-nav > li, .header-style-six .main-box .nav-outer ul.navigation.onepage-nav > li { margin-right: 20px; } } .sticky-header .main-menu ul.navigation.onepage-nav > li { margin-left: 30px; } /*** ==================================================================== Sticky Header ==================================================================== ***/ .sticky-header { position: fixed; visibility: hidden; opacity: 0; left: 0px; top: 0px; width: 100%; z-index: 99999; background: #ffffff; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); } @media (max-width: 991.98px) { .sticky-header { padding: 5px 0; } } .sticky-header.fixed-header { opacity: 1; z-index: 9999; visibility: visible; } .sticky-header .logo { padding: 10px 0; } .sticky-header .logo img { max-height: 80px; } .sticky-header .nav-outer { position: relative; background: none; } .sticky-header .inner-container { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .sticky-header .main-menu .navigation > li { margin: 0; margin-left: 60px; padding: 20px 0; } .sticky-header .main-menu .navigation > li > a { color: var(--theme-color-dark); } .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a { color: var(--theme-color1); } .sticky-header .outer-box, .sticky-header .navbar-header { display: none; } .sticky-header .mobile-nav-toggler { color: var(--theme-color-dark); } @media only screen and (min-width: 768px) { .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul { display: block !important; visibility: hidden; opacity: 0; } } /*** ==================================================================== Mobile Menu ==================================================================== ***/ .mobile-nav-toggler { position: relative; font-size: 24px; line-height: 20px; cursor: pointer; color: var(--theme-color2); display: none; top: 0px; margin-left: 25px; -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; } @media only screen and (max-width: 1023.98px) { .mobile-nav-toggler { display: block; } } .mobile-menu { position: fixed; right: 0; top: 0; width: 300px; max-width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 999999; } .mobile-menu .menu-backdrop { position: fixed; right: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; } .mobile-menu .upper-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding: 20px 20px; } .mobile-menu .close-btn { position: relative; top: -10px; text-align: center; font-size: 18px; color: var(--theme-color-light); cursor: pointer; z-index: 10; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-transform: translateY(-50px); transform: translateY(-50px); } .mobile-menu .close-btn:hover { color: var(--theme-color1); } .mobile-menu .nav-logo { position: relative; text-align: left; width: 100%; } .mobile-menu .nav-logo img { max-height: 40px; } .mobile-menu .menu-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; left: 0px; top: 0px; width: 100%; height: 100%; max-height: 100%; overflow-y: auto; background: var(--bg-theme-color2); padding: 0px 0px; z-index: 5; opacity: 0; visibility: hidden; border-radius: 0px; -webkit-transform: translateX(101%); transform: translateX(101%); } .mobile-menu-visible { overflow: hidden; } .mobile-menu-visible .mobile-menu { opacity: 1; visibility: visible; } .mobile-menu-visible .mobile-menu .menu-backdrop { opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .mobile-menu-visible .mobile-menu .menu-box { opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease 200ms; transition: all 0.4s ease 200ms; -webkit-transform: translateX(0%); transform: translateX(0%); } .mobile-menu-visible .mobile-menu .close-btn { -webkit-transform: translateY(0px); transform: translateY(0px); } .mobile-menu-visible .scroll-to-top { opacity: 0; visibility: hidden; } .mobile-menu .navigation { position: relative; display: block; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.1); } .mobile-menu .navigation li { position: relative; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .mobile-menu .navigation li > ul > li:last-child { border-bottom: none; } .mobile-menu .navigation li > ul > li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.1); } .mobile-menu .navigation li > a { position: relative; display: block; line-height: 24px; padding: 10px 20px; font-size: 16px; color: #ffffff; font-weight: 400; text-transform: capitalize; } .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a { color: var(--theme-color-light); } .mobile-menu .navigation li.dropdown .dropdown-btn { position: absolute; right: 0px; top: 0px; width: 44px; height: 44px; text-align: center; font-size: 16px; line-height: 44px; color: #ffffff; cursor: pointer; z-index: 5; } .mobile-menu .navigation li.dropdown .dropdown-btn:after { content: ""; position: absolute; left: 0px; top: 10px; width: 1px; height: 24px; border-left: 1px solid rgba(255, 255, 255, 0.1); } .mobile-menu .navigation li.dropdown .dropdown-btn.active i:before { content: "\f106"; } .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul { display: none; } .mobile-menu .navigation li > ul > li { padding-left: 20px; } .contact-list-one { position: relative; padding: 30px 20px 20px; } .contact-list-one li { position: relative; margin-bottom: 20px; } .contact-list-one li:last-child { margin-right: 0; } .contact-list-one li .icon { color: var(--theme-color1); margin-right: 5px; } .contact-list-one li .title { color: var(--theme-color-light); } .contact-list-one li .text { color: var(--theme-color-light); } .contact-list-one li a { color: var(--theme-color-light); } .contact-list-one li a:hover { color: var(--theme-color1); } .contact-list-one li .contact-info-box { position: relative; padding-left: 54px; font-size: 14px; line-height: 24px; color: #ffffff; } .contact-list-one li .contact-info-box a { color: #ffffff; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-list-one li .contact-info-box .icon { position: absolute; left: 0; top: 0; font-size: 34px; line-height: 50px; color: var(--theme-color2); } .contact-list-one li .contact-info-box .title { display: block; font-size: 12px; color: #b2c1c0; font-weight: 400; text-transform: uppercase; } .mobile-menu .social-links { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: var(--bg-theme-color1); width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: auto; } .mobile-menu .social-links li { position: relative; text-align: center; width: 100%; border-right: 1px solid rgba(255, 255, 255, 0.1); } .mobile-menu .social-links li a { position: relative; display: block; line-height: 50px; height: 50px; font-size: 14px; text-align: center; color: var(--theme-color3); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .mobile-menu .social-links li a:hover { color: var(--theme-color2); } /*** ==================================================================== Section Title ==================================================================== ***/ .sec-title { position: relative; margin-bottom: 40px; } .sec-title .sub-title { position: relative; top: -8px; padding-left: 34px; font-size: var(--sec-title-subtitle-font-size); color: var(--sec-title-subtitle-color); line-height: var(--sec-title-subtitle-line-height); font-weight: var(--sec-title-subtitle-font-weight); font-family: var(--sec-title-subtitle-font-family); display: inline-block; text-transform: uppercase; letter-spacing: 0.1em; } .sec-title .sub-title:before { position: absolute; left: 0; top: -7px; height: 24px; width: 24px; background-image: url(../images/icons/title.png); background-repeat: no-repeat; background-position: center; content: ""; } .sec-title h1 { position: relative; font-size: 60px; line-height: 1em; color: var(--sec-title-color); font-family: var(--sec-title-font-family); font-weight: var(--sec-title-font-weight); } .sec-title .service-title { position: relative; font-size: var(--sec-title-font-size); color: var(--theme-color-light); font-family: var(--sec-title-font-family); font-weight: var(--sec-title-font-weight); letter-spacing: 0.01em; margin-top: -5px; margin-bottom: 0; } @media (max-width: 1199.98px) { .sec-title .service-title { font-size: 42px; margin-bottom: 50px; } } @media (max-width: 767.98px) { .sec-title .service-title { font-size: 32px; } .sec-title .service-title br { display: none; } } .sec-title h2 { position: relative; font-size: var(--sec-title-font-size); color: var(--sec-title-color); font-family: var(--sec-title-font-family); font-weight: var(--sec-title-font-weight); letter-spacing: 0.01em; margin-top: -5px; margin-bottom: 0; } @media (max-width: 1199.98px) { .sec-title h2 { font-size: 42px; } } @media (max-width: 767.98px) { .sec-title h2 { font-size: 32px; } .sec-title h2 br { display: none; } } .sec-title .text { margin-top: 30px; } .sec-title.light h3, .sec-title.light h2, .sec-title.light h1 { color: #fff; } .sec-title.light .text { color: #fff; } .sec-title.light .sub-title { color: var(--theme-color1); } .sec-title.light h3, .sec-title.light h2, .sec-title.light h1 { color: #fff; } .sec-title.light .text { color: #fff; } .sec-title.light .sub-title.light { color: #fff; } .sec-title.light .sub-title.light:before { content: none; } /*** ==================================================================== Main Slider Five ==================================================================== ***/ .main-slider-five { position: relative; } .main-slider-five .sub-title { position: relative; color: var(--theme-color1); font-size: 16px; font-weight: 400; padding-left: 34px; } .main-slider-five .sub-title:before { position: absolute; left: 0; top: -7px; height: 24px; width: 24px; background-image: url(../images/icons/title.png); background-repeat: no-repeat; background-position: center; content: ""; } .main-slider-five h1 { position: relative; display: block; font-size: 90px; font-weight: 700; line-height: 1em; letter-spacing: 3px; z-index: 3; } @media (max-width: 1399.98px) { .main-slider-five h1 { font-size: 80px; } } @media (max-width: 767.98px) { .main-slider-five h1 { font-size: 64px; line-height: 1.2em; } } @media (max-width: 575.98px) { .main-slider-five h1 { font-size: 40px; } .main-slider-five h1 br { display: none; } } .main-slider-five .text { position: relative; font-size: 18px; } @media (max-width: 575.98px) { .main-slider-five .text { font-size: 14px; line-height: 24px; } } @media (max-width: 991.98px) { .main-slider-five .text br { display: none; } } .main-slider-five .theme-btn { background-color: var(--theme-color1); } .main-slider-five .image { position: relative; z-index: 1; } @media (max-width: 991.98px) { .main-slider-five .image { display: none; } } .main-slider-five .fact-counter-one { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 170px; height: 170px; line-height: 170px; border-radius: 50%; background-color: #fff; text-align: center; position: relative; } .main-slider-five .fact-counter-one:before { position: absolute; left: 40px; bottom: -7px; height: 29.84px; width: 29.84px; background: #fff; -webkit-transform: rotate(-24deg); transform: rotate(-24deg); content: ""; } .main-slider-five .fact-counter-one .counter-title { position: relative; margin-bottom: 2px; color: #6A6F78; font-size: 14px; font-weight: 400; line-height: 1; text-transform: uppercase; } .main-slider-five .fact-counter-one .count-box { color: #232331; font-size: 50px; font-weight: 600; line-height: 1; } /*** ==================================================================== Main Slider ==================================================================== ***/ .main-slider-six { position: relative; } .main-slider-six .sub-title { position: relative; color: var(--theme-color1); font-size: 16px; font-weight: 400; } .main-slider-six h1 { position: relative; display: block; color: var(--theme-color-light); font-size: 90px; font-weight: 700; line-height: 1em; letter-spacing: 3px; z-index: 3; } @media (max-width: 1399.98px) { .main-slider-six h1 { font-size: 80px; } } @media (max-width: 767.98px) { .main-slider-six h1 { font-size: 64px; line-height: 1.2em; } } @media (max-width: 575.98px) { .main-slider-six h1 { font-size: 40px; } .main-slider-six h1 br { display: none; } } .main-slider-six .text { position: relative; color: var(--theme-color-light); font-size: 18px; } @media (max-width: 575.98px) { .main-slider-six .text { font-size: 14px; line-height: 24px; } } @media (max-width: 991.98px) { .main-slider-six .text br { display: none; } } .main-slider-six .theme-btn { background-color: var(--theme-color1); } .main-slider-six .image { position: relative; z-index: 1; } @media (max-width: 991.98px) { .main-slider-six .image { display: none; } } .main-slider-six .tp-dottedoverlay:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(36, 32, 31, 0.9); content: ""; } .main-slider-six .tp-dottedoverlay:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 520px; background-image: url(../images/main-slider/overlay-1.png); background-position: top center; background-size: cover; background-repeat: no-repeat; z-index: 1; } @media (max-width: 991.98px) { .main-slider-six .tp-dottedoverlay:after { display: none; } } /*** ==================================================================== Banner Section ==================================================================== ***/ .banner-section { margin-top: 0; position: relative; overflow: hidden; } @media only screen and (max-width: 1023.98px) { .banner-section { margin-top: 0; } } .banner-section.style-two .slide-item .content-box .sub-title { color: var(--theme-color-light); } .banner-section.style-two .slide-item:before { display: none; } .banner-section.style-two .slide-item:after { display: none; } .banner-section.style-two .slide-item .bg-image:before { opacity: 70%; } .banner-section.style-two .banner-carousel .owl-dots { display: none; } .banner-section .slide-item { position: relative; min-height: 954px; } @media (max-width: 1399.98px) { .banner-section .slide-item { min-height: auto; } } .banner-section .slide-item:before { content: ""; position: absolute; top: 0; left: 0; width: 343px; height: 387px; background-image: url(../images/main-slider/shape-1.png); pointer-events: none; z-index: 1; } @media (max-width: 767.98px) { .banner-section .slide-item:before { display: none; } } .banner-section .slide-item:after { content: ""; position: absolute; bottom: -42px; right: 0; width: 420px; height: 454px; background-image: url(../images/main-slider/shape-2.png); pointer-events: none; } @media (max-width: 767.98px) { .banner-section .slide-item:after { display: none; } } .banner-section .slide-item .bg-image { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .banner-section .slide-item .bg-image:before { content: ""; width: 100%; height: 100%; left: 0; top: 0; position: absolute; background-color: rgba(39, 6, 7, 0.8); opacity: 85%; } .banner-section .content-box { position: relative; padding: 357px 0 200px; text-align: center; } @media (max-width: 1399.98px) { .banner-section .content-box { padding: 320px 0 200px; } } @media (max-width: 1199.98px) { .banner-section .content-box { padding: 300px 0 200px; } } @media (max-width: 991.98px) { .banner-section .content-box { padding: 240px 0 180px; } } @media (max-width: 575.98px) { .banner-section .content-box { padding: 220px 0 160px; } } .banner-section .content-box .sub-title { position: relative; display: inline-block; font-size: 18px; color: var(--theme-color-light); font-weight: 500; text-transform: uppercase; letter-spacing: 0.1px; margin-bottom: 10px; } @media (max-width: 575.98px) { .banner-section .content-box .sub-title { font-size: 16px; } } .banner-section .content-box .title { color: #ffffff; font-size: 128px; line-height: 120px; margin-bottom: 50px; } @media (max-width: 991.98px) { .banner-section .content-box .title { font-size: 60px; line-height: 1; } } @media (max-width: 767.98px) { .banner-section .content-box .title { font-size: 60px; margin-bottom: 40px; } } @media (max-width: 575.98px) { .banner-section .content-box .title { font-size: 40px; margin-bottom: 30px; } } .banner-section .content-box .title-stroke { color: #ffffff; font-size: 200px; font-weight: 700; line-height: 1; line-height: 1; position: absolute; left: calc(50% - 340px); top: 280px; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15); } @media (max-width: 1399.98px) { .banner-section .content-box .title-stroke { top: 240px; } } @media (max-width: 991.98px) { .banner-section .content-box .title-stroke { font-size: 100px; left: calc(50% - 170px); top: 205px; } } @media (max-width: 575.98px) { .banner-section .content-box .title-stroke { font-size: 80px; left: calc(50% - 136px); top: 195px; } } .banner-section .content-box .btn-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 1399.98px) { .banner-section .banner-carousel .owl-stage-outer { height: auto !important; } } @media only screen and (max-width: 1699.98px) { .banner-section .banner-carousel .owl-stage-outer { height: auto !important; } } .banner-section .banner-carousel .owl-nav { display: none; } .banner-section .banner-carousel .owl-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; width: 100%; bottom: 50px; } .banner-section .banner-carousel .owl-dots .owl-dot span { background-color: #D9D9D9; outline: 5px solid transparent; outline-offset: -3px; border-radius: 50px; display: inline-block; width: 15px; height: 5px; margin: 0 5px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .banner-section .banner-carousel .owl-dots .owl-dot.active span { width: 40px; outline-color: #D9D9D9; } /* Animate 1 */ .owl-carousel .animate-7, .owl-carousel .animate-6, .owl-carousel .animate-5, .owl-carousel .animate-4, .owl-carousel .animate-3, .owl-carousel .animate-2, .owl-carousel .animate-1 { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .owl-carousel .animate-x { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .owl-carousel .animate-fade { opacity: 0; -webkit-transform: translate(0); transform: translate(0); -webkit-transition: all 1s ease; transition: all 1s ease; } .owl-carousel .active .animate-fade, .owl-carousel .active .animate-7, .owl-carousel .active .animate-6, .owl-carousel .active .animate-5, .owl-carousel .active .animate-4, .owl-carousel .active .animate-3, .owl-carousel .active .animate-2, .owl-carousel .active .animate-1 { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .owl-carousel .active .animate-2 { -webkit-transition-delay: 300ms; transition-delay: 300ms; } .owl-carousel .active .animate-3 { -webkit-transition-delay: 600ms; transition-delay: 600ms; } .owl-carousel .active .animate-4 { -webkit-transition-delay: 900ms; transition-delay: 900ms; } .owl-carousel .active .animate-5 { -webkit-transition-delay: 1200ms; transition-delay: 1200ms; } .owl-carousel .active .animate-6 { -webkit-transition-delay: 1500ms; transition-delay: 1500ms; } .owl-carousel .active .animate-7 { -webkit-transition-delay: 1800ms; transition-delay: 1800ms; } .banner-carousel .owl-nav { position: absolute; left: 0; right: 0; top: 50%; max-width: 1170px; margin: -25px auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 1199.98px) { .banner-carousel .owl-nav { left: 15px; right: 15px; } } @media (max-width: 767.98px) { .banner-carousel .owl-nav { display: none; } } .banner-carousel .owl-nav .owl-next, .banner-carousel .owl-nav .owl-prev { display: block; margin: 10px 0; height: 50px; width: 50px; color: #ffffff; border-radius: 50%; border: 2px solid #ffffff; font-size: 14px; line-height: 48px; font-weight: 700; text-align: center; opacity: 0.1; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .banner-carousel .owl-nav .owl-next:hover, .banner-carousel .owl-nav .owl-prev:hover { opacity: 1; } /*** ==================================================================== Banner Section One ==================================================================== ***/ .banner-section-one { position: relative; overflow: hidden; } .banner-section-one .slide-item { position: relative; z-index: 1; } .banner-section-one .slide-item:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(90.31deg, #22180F 25.16%, rgba(40, 28, 18, 0.941002) 29.64%, rgba(136, 96, 60, 0) 49.7%); z-index: 2; } .banner-section-one .slide-item .bg-image { background-position: right; background-size: auto; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .banner-section-one .slide-item .bg-image { background-position: right; background-size: auto; } .banner-section-one .content-box { padding: 201px 0; position: relative; z-index: 2; } .banner-section-one .content-box:before { content: ""; position: absolute; left: -55px; top: 150px; height: 100%; width: 100%; width: 495px; height: 565px; border: 10px solid rgba(255, 255, 255, 0.062745098); } @media (max-width: 991.98px) { .banner-section-one .content-box { padding: 120px 0; } } @media only screen and (max-width: 767px) { .banner-section-one .content-box { padding: 120px 0; } } @media (max-width: 575.98px) { .banner-section-one .content-box { text-align: center; } } .banner-section-one .content-box .title { color: var(--theme-color-light); position: relative; line-height: 100px; margin-bottom: 35px; } @media (max-width: 991.98px) { .banner-section-one .content-box .title { line-height: 80px; margin-bottom: 10px; font-size: 60px; } } @media (max-width: 575.98px) { .banner-section-one .content-box .title { line-height: 52px; font-size: 36px; } } .banner-section-one .content-box .sub-title { color: var(--theme-color-light); display: inline-block; font-size: 14px; font-weight: 400; letter-spacing: 0.1em; line-height: 18px; margin-bottom: 20px; padding-left: 0; padding-bottom: 9px; position: relative; text-transform: capitalize; } @media (max-width: 991.98px) { .banner-section-one .content-box .sub-title { font-size: 12px; margin-bottom: 15px; } } @media (max-width: 575.98px) { .banner-section-one .content-box .sub-title { margin-bottom: 10px; padding-bottom: 4px; } } .banner-section-one .content-box .sub-title:before { position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: var(--bg-theme-color1); content: ""; } .banner-section-one .content-box .text { color: var(--theme-color-light); } @media (max-width: 575.98px) { .banner-section-one .content-box .text { font-size: 14px; } } @media (max-width: 575.98px) { .banner-section-one .content-box .text br { display: none; } } .banner-section-one .content-box .btn-box { margin-top: 50px; } @media (max-width: 991.98px) { .banner-section-one .content-box .btn-box { margin-top: 36px; } } @media (max-width: 575.98px) { .banner-section-one .content-box .btn-box { margin-top: 25px; } } .banner-section-one .banner-carousel .owl-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } /*** ==================================================================== Banner Section Two ==================================================================== ***/ .banner-section-two { position: relative; overflow: hidden; background-color: var(--theme-color1); } .banner-section-two .slide-item { position: relative; } .banner-section-two .bg-image2 { width: 835px; } .banner-section-two .bg-image { left: auto; right: 0; width: 56.2%; } .banner-section-two .shape-11 { position: absolute; bottom: 73px; left: 55px; width: 446px; height: 633px; background-image: url("../images/pattern/shape-11.png"); } @media (max-width: 991.98px) { .banner-section-two .shape-11 { bottom: 0; right: 0; left: auto; } } .banner-section-two .content-box { padding: 373px 0 240px; position: relative; z-index: 2; } @media (max-width: 991.98px) { .banner-section-two .content-box { padding: 233px 0 120px; } } @media (max-width: 575.98px) { .banner-section-two .content-box { text-align: center; } } .banner-section-two .content-box .title { position: relative; line-height: 100px; margin-bottom: 35px; } @media (max-width: 991.98px) { .banner-section-two .content-box .title { line-height: 80px; margin-bottom: 0; font-size: 60px; } } @media (max-width: 575.98px) { .banner-section-two .content-box .title { line-height: 52px; margin-bottom: 0; font-size: 42px; } } .banner-section-two .content-box .title span { color: var(--theme-color-light); } .banner-section-two .content-box .sub-title { color: var(--theme-color-light); display: inline-block; font-size: 18px; font-weight: 500; letter-spacing: 0.1em; line-height: 18px; margin-bottom: 20px; padding-left: 45px; position: relative; text-transform: capitalize; } @media (max-width: 991.98px) { .banner-section-two .content-box .sub-title { font-size: 16px; } } @media (max-width: 575.98px) { .banner-section-two .content-box .sub-title { font-size: 12px; padding-left: 33px; } } .banner-section-two .content-box .sub-title:before { position: absolute; left: 0; top: 50%; margin-top: 1px; width: 35px; height: 3px; background-color: var(--theme-color-light); content: ""; } @media (max-width: 575.98px) { .banner-section-two .content-box .sub-title:before { width: 25px; } } .banner-section-two .content-box .btn-box { margin-top: 50px; } @media (max-width: 575.98px) { .banner-section-two .content-box .btn-box { margin-top: 30px; } } .banner-section-two .banner-carousel .owl-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } /*** ==================================================================== Banner Section Three ==================================================================== ***/ .banner-section-three { position: relative; overflow: hidden; background-color: var(--theme-color2); } .banner-section-three .overlay-2 { position: absolute; left: 0; top: 0; width: 787px; height: 100%; z-index: 1; } @media (max-width: 767.98px) { .banner-section-three .overlay-2 { width: 100%; } } .banner-section-three .overlay-2:before { position: absolute; content: ""; width: 30px; height: 110%; right: 84px; left: auto; top: -30px; opacity: 40%; background-color: var(--theme-color-light); -webkit-transform: rotate(193.8deg); transform: rotate(193.8deg); } @media (max-width: 1199.98px) { .banner-section-three .overlay-2:before { -webkit-transform: rotate(196deg); transform: rotate(196deg); } } @media (max-width: 991.98px) { .banner-section-three .overlay-2:before { -webkit-transform: rotate(199deg); transform: rotate(199deg); } } @media (max-width: 767.98px) { .banner-section-three .overlay-2:before { display: none; } } .banner-section-three .overlay-2:after { position: absolute; content: ""; bottom: 0; left: 0; width: 787px; height: 100%; background-color: var(--theme-color1); clip-path: polygon(0% 0%, 100% 0px, 72% 100%, 0% 100%); } @media (max-width: 767.98px) { .banner-section-three .overlay-2:after { width: 100%; clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 0% 100%); } } .banner-section-three .slide-item { position: relative; } .banner-section-three .slide-item .bg-image { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .banner-section-three .content-box { padding: 250px 0 270px; position: relative; z-index: 2; } @media (max-width: 1199.98px) { .banner-section-three .content-box { padding: 180px 0 200px; } } @media (max-width: 991.98px) { .banner-section-three .content-box { padding: 120px 0; } } @media (max-width: 767.98px) { .banner-section-three .content-box { padding: 110px 0 140px; text-align: center; } } .banner-section-three .content-box .title { color: var(--theme-color-light); position: relative; line-height: 100px; margin-bottom: 35px; } @media (max-width: 767.98px) { .banner-section-three .content-box .title { line-height: 52px; margin-bottom: 0; font-size: 46px; } } .banner-section-three .content-box .title span { color: var(--theme-color-light); } .banner-section-three .content-box .sub-title { color: var(--theme-color-light); display: inline-block; font-size: 14px; font-weight: 500; letter-spacing: 0.1em; line-height: 18px; margin-bottom: 20px; padding-left: 0; padding-bottom: 0; position: relative; text-transform: capitalize; } .banner-section-three .content-box .text { color: var(--theme-color-light); } .banner-section-three .content-box .btn-box { margin-top: 50px; } @media (max-width: 767.98px) { .banner-section-three .content-box .btn-box { margin-top: 20px; } } .banner-section-three .video-box .play-now { display: inline-block; position: unset; } .banner-section-three .video-box .play-now:hover .icon { background-color: var(--theme-color1); color: var(--theme-color-light); } .banner-section-three .video-box .play-now .icon { position: absolute; color: var(--theme-color1); width: 90px; height: 90px; line-height: 90px; font-size: 25px; padding-left: 0; right: 16px; left: auto; top: calc(50% - 242px); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 991.98px) { .banner-section-three .video-box .play-now .icon { right: auto; left: 270px; top: auto; bottom: 30px; width: 60px; height: 60px; line-height: 60px; font-size: 20px; } } @media (max-width: 767.98px) { .banner-section-three .video-box .play-now .icon { left: calc(50% - 30px); top: auto; bottom: auto; } } .banner-section-three .banner-carousel .owl-nav { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 1822px; } @media (max-width: 1399.98px) { .banner-section-three .banner-carousel .owl-nav { display: none; } } /*** ==================================================================== Banner Section ==================================================================== ***/ .banner-section-five { position: relative; z-index: 1; } .banner-section-five .bg-image5 { content: ""; position: absolute; bottom: 0; right: auto; width: 65%; height: 100%; background-image: url(../images/main-slider/9.jpg); z-index: -1; } .banner-section-five:before { content: ""; position: absolute; bottom: 0; right: auto; width: 65%; height: 100%; background: linear-gradient(85.89deg, rgba(255, 255, 255, 0.95) 43.66%, #FFFFFF 90.69%); z-index: 1; } .banner-section-five:after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; left: auto; width: 35%; height: 100%; background-color: var(--theme-color1); z-index: 0; } @media (max-width: 991.98px) { .banner-section-five:after { background-color: var(--theme-color-light); } } @media (max-width: 991.98px) { .banner-section-five .bg-image { width: 150%; } } .banner-section-five .banner-carousel .owl-nav { display: none; } .banner-section-five .slide-item { position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; min-height: 800px; } @media (max-width: 991.98px) { .banner-section-five .slide-item { min-height: 600px; } } @media (max-width: 767.98px) { .banner-section-five .slide-item { min-height: 400px; } } .banner-section-five .slide-item:before { position: absolute; left: 0px; top: 0; height: 628px; width: 871px; background-image: url("../images/main-slider/shape-4.png"); background-repeat: no-repeat; background-position: center center; content: ""; pointer-events: none; } .banner-section-five .slide-item:after { position: absolute; left: 0px; bottom: 0; height: 305px; width: 305px; background-image: url("../images/main-slider/shape-5.png"); background-repeat: no-repeat; background-position: center center; content: ""; pointer-events: none; } .banner-section-five .content-box { position: relative; padding: 307px 0 196px; } @media (max-width: 1199.98px) { .banner-section-five .content-box { padding: 200px 0 190px; } } @media (max-width: 575.98px) { .banner-section-five .content-box { padding: 100px 0; text-align: center; } } .banner-section-five .content-box .sub-title { color: var(--theme-color1); display: inline-block; font-size: 16px; font-weight: 500; letter-spacing: 0.1em; line-height: 18px; margin-bottom: 0; padding-left: 34px; padding-bottom: 0; position: relative; text-transform: capitalize; } @media (max-width: 767.98px) { .banner-section-five .content-box .sub-title { padding-bottom: 0; } } .banner-section-five .content-box .sub-title:before { position: absolute; left: 0px; top: -7px; height: 24px; width: 24px; background-image: url("../images/icons/title.png"); background-repeat: no-repeat; background-position: center center; content: ""; } .banner-section-five .content-box .title { position: relative; display: block; color: var(--theme-color1); font-size: 90px; margin-bottom: 15px; } @media (max-width: 1199.98px) { .banner-section-five .content-box .title { font-size: 75px; } } @media (max-width: 575.98px) { .banner-section-five .content-box .title { font-size: 40px; } } @media (max-width: 575.98px) { .banner-section-five .content-box .title br { display: none; } } .banner-section-five .content-box .text { font-size: 18px; margin-bottom: 41px; } @media (max-width: 1199.98px) { .banner-section-five .content-box .text br { display: none; } } .banner-section-five .content-box .btn-box { position: relative; } .banner-section-five .content-box .btn-box .image { width: 76px; height: 52px; position: absolute; left: 290px; bottom: -8px; } @media (max-width: 575.98px) { .banner-section-five .content-box .btn-box .image { display: none; } } @media (max-width: 991.98px) { .banner-section-five .image-column { display: none; } } .banner-section-five .image-box { position: relative; padding: 225px 0 0; padding-left: 29px; margin-right: -53px; z-index: 9; } .banner-section-five .image-box:before { position: absolute; right: -158px; bottom: -117px; height: 437px; width: 500px; background-image: url("../images/main-slider/shape-6.png"); background-repeat: no-repeat; background-position: center center; content: ""; } .banner-section-five .image-box .fact-counter-one { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 170px; height: 170px; line-height: 170px; border-radius: 50%; right: 17px; top: 260px; background-color: #fff; text-align: center; position: absolute; } @media (max-width: 1199.98px) { .banner-section-five .image-box .fact-counter-one { right: 41px; top: 182px; z-index: 1; } } @media (max-width: 991.98px) { .banner-section-five .image-box .fact-counter-one { right: 60px; } } .banner-section-five .image-box .fact-counter-one:before { position: absolute; left: 40px; bottom: -7px; height: 29.84px; width: 29.84px; background: #fff; -webkit-transform: rotate(-24deg); transform: rotate(-24deg); content: ""; } .banner-section-five .image-box .fact-counter-one .counter-title { position: relative; margin-bottom: 2px; color: #6A6F78; font-size: 14px; font-weight: 400; line-height: 1; text-transform: uppercase; } .banner-section-five .image-box .fact-counter-one .count-box { color: #232331; font-size: 50px; font-weight: 600; line-height: 1; } .banner-section-five .image-box .image { margin-bottom: 0; } .banner-section-five .image-box .image img { width: 100%; } /*** ==================================================================== Banner Section Seven ==================================================================== ***/ .banner-section-seven { position: relative; overflow: hidden; background-color: var(--theme-color2); } .banner-section-seven .overlay-2 { position: absolute; bottom: 0; left: 0; right: 0; width: 653px; height: 100%; background-image: url(../images/main-slider/overlay-2.png); } .banner-section-seven .overlay-3 { position: absolute; bottom: 0; left: 0; height: 150px; width: 440px; background-color: rgba(198, 148, 83, 0.3); } @media (max-width: 991.98px) { .banner-section-seven .overlay-3 { display: none; } } .banner-section-seven .overlay-3:before { content: ""; position: absolute; bottom: 30px; left: 50px; width: 255px; height: 78px; background-image: url(../images/icons/icon1.png); -webkit-animation: bounce-x 10s infinite linear; animation: bounce-x 10s infinite linear; z-index: 2; } .banner-section-seven .overlay-3:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--theme-color1); opacity: 0.5; clip-path: polygon(0% 0%, 100% 0px, 90% 100%, 0% 100%); z-index: 1; } .banner-section-seven .slide-item { position: relative; } .banner-section-seven .slide-item .bg-image { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; clip-path: polygon(33% 0%, 100% 0px, 100% 100%, 20% 100%); } .banner-section-seven .slide-item .bg-image:before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(36, 32, 31, 0.35); } @media (max-width: 767.98px) { .banner-section-seven .slide-item .bg-image { clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 50% 100%); } } .banner-section-seven .content-box { padding: 124px 0 304px; position: relative; z-index: 2; } @media (max-width: 991.98px) { .banner-section-seven .content-box { padding: 120px 0; } } @media only screen and (max-width: 767px) { .banner-section-seven .content-box { padding: 120px 0; } } @media (max-width: 575.98px) { .banner-section-seven .content-box { text-align: center; } } .banner-section-seven .content-box .title { color: var(--theme-color-light); position: relative; line-height: 100px; margin-bottom: 35px; } @media (max-width: 767.98px) { .banner-section-seven .content-box .title { line-height: 52px; margin-bottom: 20px; font-size: 46px; } } .banner-section-seven .content-box .sub-title { color: var(--theme-color1); display: inline-block; font-size: 14px; font-weight: 500; letter-spacing: 0.1em; line-height: 18px; margin-bottom: 20px; padding-left: 34px; padding-bottom: 9px; position: relative; text-transform: capitalize; } @media (max-width: 767.98px) { .banner-section-seven .content-box .sub-title { padding-bottom: 0; } } .banner-section-seven .content-box .sub-title:before { position: absolute; left: 0px; top: -7px; height: 24px; width: 24px; background-image: url("../images/icons/title.png"); background-repeat: no-repeat; background-position: center center; content: ""; } .banner-section-seven .content-box .text { color: var(--theme-color-light); } .banner-section-seven .content-box .btn-box { margin-top: 50px; } @media (max-width: 767.98px) { .banner-section-seven .content-box .btn-box { margin-top: 30px; } } .banner-section-seven .experience { position: absolute; right: 360px; bottom: 0; } @media (max-width: 1599.98px) { .banner-section-seven .experience { right: 20px; } } @media (max-width: 991.98px) { .banner-section-seven .experience { display: none; } } .banner-section-seven .experience .inner { background-color: var(--theme-color1); width: 405px; height: 206px; padding: 33px 38px; position: relative; border-radius: 5px 5px 0 0; } .banner-section-seven .experience .inner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/pattern/shape-15.png); } .banner-section-seven .experience .inner .title { color: var(--theme-color-light); margin-bottom: 5px; } .banner-section-seven .experience .inner .text { color: var(--theme-color-light); font-size: 18px; font-weight: 500; } .banner-section-seven .banner-carousel .owl-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .banner-section-seven .banner-carousel .owl-nav { top: 43%; } /*** ==================================================================== Banner Section Nine ==================================================================== ***/ .banner-section-nine { position: relative; overflow: hidden; background-color: var(--theme-color2); } .banner-section-nine .slide-item { position: relative; } .banner-section-nine .slide-item .bg-image { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .banner-section-nine .outer-box { padding: 278px 0 244px; } @media (max-width: 991.98px) { .banner-section-nine .outer-box { padding: 100px 0 130px; } } .banner-section-nine .content-box { position: relative; z-index: 2; } @media (max-width: 991.98px) { .banner-section-nine .content-box { padding: 120px 0; text-align: center; } } @media only screen and (max-width: 767px) { .banner-section-nine .content-box { padding: 120px 0; } } @media (max-width: 575.98px) { .banner-section-nine .content-box { text-align: center; } } .banner-section-nine .content-box .title { color: var(--theme-color-light); position: relative; line-height: 100px; margin-bottom: 20px; } @media (max-width: 767.98px) { .banner-section-nine .content-box .title { line-height: 52px; margin-bottom: 20px; font-size: 46px; } } .banner-section-nine .content-box .text { color: var(--theme-color-light); } @media (max-width: 575.98px) { .banner-section-nine .content-box .text br { display: none; } } .banner-section-nine .content-box .btn-box { margin-top: 40px; } @media (max-width: 767.98px) { .banner-section-nine .content-box .btn-box { margin-top: 30px; } } .banner-section-nine .banner-carousel .owl-nav { display: none; } .banner-section-nine .form-column .inner-column { margin-top: -46px; } /*** ==================================================================== Features Section ==================================================================== ***/ .features-section { position: relative; padding: 120px 0 90px; } @media (max-width: 991.98px) { .features-section { padding: 0 0 60px; } } .feature-block { margin-bottom: 30px; } .feature-block .inner-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 45px 20px 35px; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; align-items: center; text-align: center; background-color: #F2F4EC; } @media (max-width: 1199.98px) { .feature-block .inner-box { padding: 44px 10px 35px 20px; } } @media (max-width: 767.98px) { .feature-block .inner-box { margin-left: 0; } } @media (max-width: 575.98px) { .feature-block .inner-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 40px 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } } .feature-block .inner-box:before { content: ""; position: absolute; right: -413px; bottom: 0; width: 297px; height: 100%; background-color: #EBEDE5; -webkit-transform: skewX(-49deg); transform: skewX(-49deg); -webkit-transform-origin: top right; transform-origin: top right; -webkit-transition: all 400ms ease; transition: all 400ms ease; z-index: 1; } .feature-block .inner-box:after { content: ""; position: absolute; right: -336px; bottom: 0; width: 0; height: 100%; background-color: var(--theme-color1); -webkit-transform: skewX(-45deg); transform: skewX(-45deg); -webkit-transform-origin: top right; transform-origin: top right; -webkit-transition: all 400ms ease; transition: all 400ms ease; z-index: 2; } .feature-block .inner-box:hover::before { width: 264%; } @media (max-width: 575.98px) { .feature-block .inner-box:hover::before { width: 244%; } } .feature-block .inner-box:hover::after { width: 100px; } .feature-block .inner-box:hover .content:after { width: 200px; } .feature-block .inner-box:hover .icon { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .feature-block .inner-box .title { position: relative; margin-bottom: 8px; z-index: 3; } .feature-block .inner-box .text { position: relative; z-index: 3; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box .icon { position: relative; width: 96px; height: 96px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 40px; border-radius: 50%; margin-right: 0; color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 1; } @media (max-width: 575.98px) { .feature-block .inner-box .icon { margin-right: 0; } } .feature-block .inner-box .icon:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; border: 1px dashed var(--theme-color1); background-color: var(--theme-color-light); z-index: -1; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block .inner-box .icon-box { position: relative; margin-bottom: 20px; } .feature-block .inner-box .icon-box .number { color: var(--theme-color-light); font-size: 18px; font-weight: 600; display: inline-block; height: 40px; width: 40px; line-height: 40px; background-color: var(--theme-color1); border-radius: 50%; position: absolute; right: -8px; top: -4px; z-index: 2; } /*** ==================================================================== Features Section Two ==================================================================== ***/ .features-section-two { position: relative; padding: 120px 0 120px; } @media (max-width: 991.98px) { .features-section-two { padding: 90px 0 90px; } } .features-section-two .features-column .inner-column { margin-right: 54px; position: relative; height: 100%; } @media (max-width: 1199.98px) { .features-section-two .features-column .inner-column { margin-right: 0; } } .features-section-two .features-column .inner-column .sec-title h2 span { color: var(--theme-color1); } .features-section-two .features-column .inner-column .bottom-box { position: absolute; bottom: 0; } @media (max-width: 991.98px) { .features-section-two .features-column .inner-column .bottom-box { position: relative; margin-bottom: 50px; margin-top: 0; } } .features-section-two .features-column .inner-column .bottom-box .text.two { color: var(--theme-color3); font-family: var(--title-font); font-size: 21px; font-weight: 500; } @media (max-width: 1199.98px) { .features-section-two .features-column .inner-column .bottom-box .text.two br { display: none; } } @media (max-width: 991.98px) { .features-section-two .features-column .inner-column .bottom-box .text.two { margin-top: 30px; } } .features-section-two .features-column .inner-column .bottom-box .theme-btn { background-color: transparent; border: 1px solid #DEE2E6; color: var(--theme-color3); margin-top: 55px; } @media (max-width: 991.98px) { .features-section-two .features-column .inner-column .bottom-box .theme-btn { margin-top: 25px; } } .features-section-two .features-column .inner-column .bottom-box .theme-btn:hover { color: var(--theme-color-light); } .features-section-two .features-column .inner-column .bottom-box .theme-btn:before { background-color: var(--theme-color2); } .features-section-two .info-column .inner-column .title-box { margin-bottom: 58px; } @media (max-width: 767.98px) { .features-section-two .info-column .inner-column .title-box { margin-bottom: 40px; } } @media (max-width: 767.98px) { .features-section-two .info-column .inner-column .title-box h2 { font-size: 36px; } } .features-section-two .info-column .inner-column .btn-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; } @media (max-width: 575.98px) { .features-section-two .info-column .inner-column .btn-box { display: block; } } .features-section-two .info-column .inner-column .btn-box .theme-btn { width: 180px; height: 60px; line-height: 60px; padding: 0; } .features-section-two .info-column .inner-column .btn-box .theme-btn.two { background-color: transparent; border: 1px solid var(--theme-color1); color: var(--theme-color1); } @media (max-width: 575.98px) { .features-section-two .info-column .inner-column .btn-box .theme-btn.two { margin-bottom: 10px; } } .features-section-two .info-column .inner-column .btn-box .theme-btn.two:hover { color: var(--theme-color-light); } .features-section-two .info-column .inner-column .info-box .inner { border: 1px solid #DEE2E6; height: 206px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 40px; position: relative; overflow: hidden; } @media (max-width: 575.98px) { .features-section-two .info-column .inner-column .info-box .inner { padding: 20px; } } .features-section-two .info-column .inner-column .info-box .inner:before { content: ""; position: absolute; top: 0px; right: -30px; width: 405px; height: 205px; background-image: url("../images/pattern/shape-29.png"); pointer-events: none; } .features-section-two .info-column .inner-column .info-box .inner .number { color: var(--theme-color1); font-family: var(--title-font); font-size: 34px; font-weight: 600; } @media (max-width: 1199.98px) { .features-section-two .info-column .inner-column .info-box .inner .number { font-size: 27px; } } .features-section-two .info-column .inner-column .info-box .inner .number:hover { color: var(--theme-color2); } .features-section-two .info-column .inner-column .info-box .inner .text { color: #6A6F78; font-size: 18px; font-weight: 500; margin-top: 20px; } @media (max-width: 991.98px) { .feature-block-four .inner-box { margin-bottom: 20px; } } .feature-block-four .inner-box:hover .image img { -webkit-transform: scale(1.15); transform: scale(1.15); } .feature-block-four .inner-box:hover .image-box .inner .icon { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .feature-block-four .inner-box .image-box .inner { position: relative; } .feature-block-four .inner-box .image-box .inner .image { margin-bottom: 0; overflow: hidden; } .feature-block-four .inner-box .image-box .inner .image img { width: 100%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-four .inner-box .image-box .inner .icon { background-color: #fff; border-radius: 50%; color: #000; font-size: 22px; width: 50px; height: 50px; line-height: 50px; position: absolute; top: 20px; right: 20px; text-align: center; -webkit-transform: rotate(-40deg); transform: rotate(-40deg); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-four .inner-box .content-box .inner { margin-top: 26px; } .feature-block-four .inner-box .content-box .inner .title { margin-bottom: 2px; } .feature-block-four .inner-box .content-box .inner .title:hover { color: var(--theme-color1); } .feature-block-four .inner-box .content-box .inner .text { line-height: 26px; } /*** ==================================================================== Features Section Three ==================================================================== ***/ .feature-section-three { position: relative; background-color: var(--theme-color1); padding: 120px 0 70px; } @media (max-width: 991.98px) { .feature-section-three { padding: 90px 0 40px; } } .feature-section-three .pattern-7 { position: absolute; bottom: 115px; right: 92px; width: 221px; height: 243px; background-image: url(../images/pattern/pattern-7.png); } @media (max-width: 991.98px) { .feature-section-three .pattern-7 { display: none; } } .feature-section-three .shape-16 { position: absolute; top: 0; left: 0; width: 605px; height: 664px; background-image: url(../images/pattern/shape-16.png); } .feature-section-three .sec-title .sub-title { color: var(--theme-color-light); } .feature-section-three .sec-title .sub-title:before { background-image: url(../images/icons/title2.png); } .feature-section-three .content-column { margin-bottom: 50px; } .feature-section-three .content-column .inner-column { position: relative; margin-right: -200px; z-index: 3; } @media (max-width: 991.98px) { .feature-section-three .content-column .inner-column { margin-right: 0; } } .feature-section-three .content-column .inner-column .info-btn .icon { background-color: var(--theme-color-light); color: var(--theme-color1); } .feature-section-three .content-column .inner-column .info-btn small, .feature-section-three .content-column .inner-column .info-btn strong { color: var(--theme-color-light); } .feature-section-three .image-column { margin-bottom: 50px; } @media (max-width: 991.98px) { .feature-section-three .image-column { display: none; } } .feature-section-three .image-column .inner-column { position: relative; } .feature-section-three .image-column .inner-column .image { margin-bottom: 0; } @media (max-width: 991.98px) { .feature-section-three .image-column .inner-column .image { display: block; } } @media (max-width: 991.98px) { .feature-section-three .image-column .inner-column .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } } .feature-block-three { margin-bottom: 40px; } .feature-block-three .inner-box { position: relative; background-color: var(--theme-color-light); padding: 35px 30px 35px 40px; z-index: 3; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1199.98px) { .feature-block-three .inner-box { padding: 20px; } } .feature-block-three .inner-box:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .feature-block-three .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .feature-block-three .inner-box .icon { position: relative; display: inline-block; color: var(--theme-color1); font-size: 43px; font-weight: 600; margin-bottom: 25px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-three .inner-box .title { margin-bottom: 7px; } .feature-block-three .inner-box .title a:hover { color: var(--theme-color1); } .feature-block-three .inner-box .text { position: relative; color: #7a7a7a; } /*** ==================================================================== Features Section Six ==================================================================== ***/ .feature-block-eight { position: relative; margin-bottom: 30px; z-index: 1; } .feature-block-eight .inner-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 10px; overflow: hidden; height: 100%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-eight .inner-box:hover .image img { -webkit-transform: scale(1.2); transform: scale(1.2); } .feature-block-eight .icon-box { position: relative; background-color: var(--bg-theme-color1); min-width: 110px; text-align: center; padding: 25px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .feature-block-eight .icon-box .icon { display: block; color: #ffffff; font-size: 64px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-eight .icon-box .count { font-family: var(--title-font); font-size: 42px; font-weight: 600; line-height: 1em; color: transparent; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: #fff; } .feature-block-eight .content-box { position: relative; padding: 25px 27px; background-color: var(--theme-color-light); } @media (max-width: 767.98px) { .feature-block-eight .content-box { width: 100%; } } .feature-block-eight .content-box .title { margin-bottom: 18px; } .feature-block-eight .content-box .title a:hover { color: var(--theme-color1); } .feature-block-eight .content-box .text { font-size: 16px; line-height: 26px; color: #767676; } @media (max-width: 1399.98px) { .feature-block-eight .content-box .text br { display: none; } } .feature-block-eight:hover .icon-box .count { color: #fff; } /*** ==================================================================== Features Section Six ==================================================================== ***/ .features-section-six { position: relative; padding: 120px 0 90px; z-index: 3; } .features-section-six .features-column { margin-bottom: 0; } .features-section-six .features-column .inner-column { -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05); } .features-section-six .info-banner { margin-bottom: 30px; } @media (max-width: 991.98px) { .features-section-six .info-banner { margin-bottom: 0; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } } .features-section-six .outer-box { position: relative; padding: 85px 0; padding-right: 0; background-color: #f8f5f4; } @media (max-width: 1199.98px) { .features-section-six .outer-box { padding-left: 0; } } @media (max-width: 991.98px) { .features-section-six .outer-box { padding-bottom: 0; } } .features-section-six .outer-box .bg { width: auto; left: 0; right: -321px; } .features-section-six .outer-box .bg-pattern-2 { background-image: url(../images/icons/pattern-2.jpg); } .feature-block-six { position: relative; } .feature-block-six .inner-box { position: relative; padding: 32px 50px 27px; height: 100%; overflow: hidden; background-color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .feature-block-six .inner-box { text-align: center; padding: 30px 30px 25px; } } .feature-block-six .inner-box:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; height: 0; background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; } .feature-block-six .inner-box:hover:before { height: 100%; } .feature-block-six .inner-box:hover .icon-box .icon { color: var(--theme-color-light); -webkit-transform: scaleX(-1); transform: scaleX(-1); } .feature-block-six .inner-box:hover .title, .feature-block-six .inner-box:hover .text { color: var(--theme-color-light); } .feature-block-six .inner-box .bg-map-2 { position: absolute; top: 0; right: 0; height: 100%; width: 201px; background-image: url(../images/icons/bg-map-2.png); } .feature-block-six .inner-box .icon-box { margin-bottom: 10px; position: relative; } .feature-block-six .inner-box .icon-box .icon { color: var(--theme-color1); display: inline-block; font-size: 52px; line-height: 1em; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-six .inner-box .title { color: var(--theme-color2); margin-bottom: 10px; position: relative; } .feature-block-six .inner-box .text { line-height: 26px; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1199.98px) { .feature-block-six .inner-box .text br { display: none; } } .info-banner-six { position: relative; } .info-banner-six .image-box { -ms-flex-negative: 0; flex-shrink: 0; } .info-banner-six .image-box .image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin-bottom: 0; overflow: hidden; } .info-banner-six .image-box .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .info-banner-six .image-box .icon-lines { position: absolute; top: 0; left: 0; width: 355px; height: 474px; background-image: url(../images/icons/icon-lines6.png); } .info-banner-six .content-box { position: relative; padding: 54px 40px; padding-right: 10px; height: 100%; z-index: 2; } @media (max-width: 991.98px) { .info-banner-six .content-box { padding: 70px 30px; } } .info-banner-six .content-box .info-btn-two { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 15px; padding-left: 65px; text-align: left; font-weight: 700; line-height: 20px; min-height: 62px; font-family: var(--title-font); } @media (max-width: 575.98px) { .info-banner-six .content-box .info-btn-two { padding-left: 50px; } } .info-banner-six .content-box .info-btn-two .icon { position: absolute; left: 0; top: 0; font-size: 40px; line-height: 1em; color: var(--theme-color1); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .info-banner-six .content-box .info-btn-two small { display: block; font-size: 14px; font-weight: 400; margin-bottom: 4px; color: var(--theme-color-light); } .info-banner-six .content-box .info-btn-two strong { font-size: 16px; font-weight: 700; font-family: var(--text-font); color: var(--theme-color-light); } .info-banner-six .content-box .icon-two { position: relative; color: var(--theme-color-light); font-size: 70px; line-height: 1em; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .info-banner-six .content-box .title { position: relative; font-size: 30px; font-weight: 700; line-height: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 40px; margin-top: 20px; color: var(--theme-color-light); z-index: 1; } @media (max-width: 991.98px) { .info-banner-six .content-box .title br { display: none; } } .info-banner-six .content-box .title span { color: var(--theme-color1); } .info-banner-six .content-box .text { position: relative; } .info-banner-six .content-box .info-btn { position: relative; } /*** ==================================================================== About Section ==================================================================== ***/ .about-section { position: relative; padding: 120px 0 120px; z-index: 2; } @media (max-width: 991.98px) { .about-section { padding: 0 0 43px; } } @media (max-width: 991.98px) { .about-section { padding: 90px 0 74px; } } .about-section .icon-plane-1 { position: absolute; top: 145px; left: 70px; -webkit-animation: bounce-y 10s infinite linear; animation: bounce-y 10s infinite linear; } @media (max-width: 1399.98px) { .about-section .icon-plane-1 { opacity: 0.1; } } .about-section .sec-title { margin-bottom: 25px; } .about-section .image-column { margin-bottom: 50px; } @media (max-width: 991.98px) { .about-section .image-column { display: none; } } .about-section .image-column .inner-column { position: relative; margin-right: 50px; } @media (max-width: 1399.98px) { .about-section .image-column .inner-column { margin-right: 0; } } .about-section .image-column .inner-column:before { content: ""; position: absolute; bottom: -29px; left: 0; width: 260px; height: 5px; background-color: #e1e1e1; } @media (max-width: 1399.98px) { .about-section .image-column .inner-column:before { left: 35px; } } @media (max-width: 1199.98px) { .about-section .image-column .inner-column:before { left: 0; } } @media (max-width: 991.98px) { .about-section .image-column .inner-column:before { display: none; } } .about-section .image-column .inner-column:after { content: ""; position: absolute; top: 0; right: 0; width: 260px; height: 5px; background-color: #e1e1e1; } @media (max-width: 1399.98px) { .about-section .image-column .inner-column:after { right: 0; } } @media (max-width: 1199.98px) { .about-section .image-column .inner-column:after { width: 225px; } } @media (max-width: 991.98px) { .about-section .image-column .inner-column:after { display: none; } } .about-section .image-column .inner-column .image-box { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1399.98px) { .about-section .image-column .inner-column .image-box { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } } @media (max-width: 991.98px) { .about-section .image-column .inner-column .image-box { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: block; } } .about-section .image-column .inner-column .image-box .image { margin-right: 20px; margin-bottom: 0; } .about-section .image-column .inner-column .image-box .image img { position: relative; } @media (max-width: 991.98px) { .about-section .image-column .inner-column .image-box .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; clip-path: none; } } .about-section .image-column .inner-column .image-2 { position: relative; display: inline-block; margin-top: 25px; } @media (max-width: 991.98px) { .about-section .image-column .inner-column .image-2 { display: none; } } .about-section .image-column .inner-column .image-2 img { position: relative; } .about-section .image-column .inner-column .video-box { position: absolute; right: 0; bottom: -82px; width: 259px; height: 217px; padding: 31px 37px; background-color: var(--theme-color1); background-image: url(../images/icons/bg-about.png); background-repeat: no-repeat; } @media (max-width: 1199.98px) { .about-section .image-column .inner-column .video-box { bottom: -100px; right: 0; } } @media (max-width: 1199.98px) { .about-section .image-column .inner-column .video-box { width: 225px; padding: 31px 25px; } } @media (max-width: 991.98px) { .about-section .image-column .inner-column .video-box { right: 20px; bottom: 20px; } } .about-section .image-column .inner-column .video-box .title { color: var(--theme-color-light); margin-bottom: 24px; font-size: 18px; } .about-section .image-column .inner-column .video-box .play-btn .icon { height: 50px; width: 50px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; color: var(--theme-color1); background-color: var(--theme-color-light); border-radius: 50%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .about-section .image-column .inner-column .video-box .play-btn:hover .icon { color: var(--theme-color-light); background-color: var(--theme-color2); } .about-section .content-column { margin-bottom: 50px; z-index: 1; } @media (max-width: 575.98px) { .about-section .content-column { margin-bottom: 0; } } .about-section .content-column .inner-column { position: relative; padding-right: 10px; } @media (max-width: 1199.98px) { .about-section .content-column .inner-column { padding-right: 0; } } .about-section .content-column .inner-column .text.two { color: var(--theme-color1); margin-bottom: 28px; text-decoration: underline; } .about-section .content-column .inner-column .text.two a { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; color: var(--theme-color1); } @media (max-width: 767.98px) { .about-section .content-column .inner-column .text.two a br { display: none; } } .about-section .content-column .inner-column .text { margin-bottom: 40px; color: #7a7a7a; } .about-section .content-column .inner-column .bottom-box { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 575.98px) { .about-section .content-column .inner-column .bottom-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .about-section .content-column .inner-column .author-box { position: relative; display: inline-block; background-color: #f3f4f7; padding: 30px 20px 0 20px; margin-right: 24px; } @media (max-width: 1199.98px) { .about-section .content-column .inner-column .author-box { padding: 15px 15px; } } @media (max-width: 575.98px) { .about-section .content-column .inner-column .author-box { margin-bottom: 30px; margin-right: 0; width: 60%; } } .about-section .content-column .inner-column .author-box .inner { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1199.98px) { .about-section .content-column .inner-column .author-box .inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } } .about-section .content-column .inner-column .author-box .inner .image { margin-bottom: 0; margin-right: 15px; } @media (max-width: 1199.98px) { .about-section .content-column .inner-column .author-box .inner .image { margin-right: 0; margin-bottom: 5px; } } .about-section .content-column .inner-column .author-box .inner .image img { border-radius: 50%; } .about-section .content-column .inner-column .author-box .inner .name { font-size: 17px; margin-bottom: 0; } @media (max-width: 1199.98px) { .about-section .content-column .inner-column .author-box .inner .name br { display: none; } } .about-section .content-column .inner-column .author-box .inner .designation { font-size: 16px; display: block; } .about-section .content-column .inner-column .list-style-two { margin-top: 5px; } /*** ==================================================================== About Section Two ==================================================================== ***/ .about-section-two { position: relative; padding: 90px 0 120px; z-index: 2; } @media (max-width: 991.98px) { .about-section-two { padding: 0 0 90px 0; } } .about-section-two .shape-7 { position: absolute; top: 158px; right: 0; width: 182px; height: 485px; background-image: url("../images/pattern/shape-7.png"); } @media only screen and (max-width: 1599.98px) { .about-section-two .shape-7 { display: none; } } .about-section-two .shape-8 { position: absolute; bottom: 170px; left: 64px; width: 54px; height: 161px; background-image: url("../images/pattern/shape-8.png"); } @media only screen and (max-width: 1599.98px) { .about-section-two .shape-8 { display: none; } } .about-section-two .sec-title { margin-bottom: 30px; } .about-section-two .content-column { margin-bottom: 0; } .about-section-two .content-column .inner-column { position: relative; } @media (max-width: 991.98px) { .about-section-two .content-column .inner-column { padding-top: 60px; } } .about-section-two .content-column .inner-column .text.two { color: var(--theme-color1); margin-bottom: 30px; text-decoration: underline; } @media (max-width: 1199.98px) { .about-section-two .content-column .inner-column .text.two br { display: none; } } .about-section-two .content-column .inner-column .text.two a { font-size: 20px; font-weight: 500; color: var(--theme-color1); } .about-section-two .content-column .inner-column .text { margin-bottom: 40px; } @media (max-width: 1199.98px) { .about-section-two .content-column .inner-column .text br { display: none; } } @media (max-width: 991.98px) { .about-section-two .image-column .inner-column { margin-top: 50px; } } .about-section-two .image-column .inner-column .image-box { position: relative; } .about-section-two .image-column .inner-column .image-box:before { content: ""; position: absolute; height: 78%; width: 30%; left: 11px; top: 32px; background-color: var(--theme-color1); -webkit-transform: rotate(-7deg); transform: rotate(-7deg); z-index: -1; } .about-section-two .image-column .inner-column .image-box .image { margin-bottom: 0; margin-right: 48px; margin-left: 40px; } .about-section-two .image-column .inner-column .image-box .image img { width: 100%; } .about-block .inner { position: relative; display: inline-block; } @media (max-width: 991.98px) { .about-block .inner { margin-bottom: 30px; } } .about-block .inner:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .about-block .inner .icon { color: var(--theme-color1); display: inline-block; font-size: 50px; line-height: 1em; margin-bottom: 15px; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .about-block .inner .title { color: var(--theme-color-dark); margin-bottom: 10px; } .about-block .inner .title a:hover { color: var(--theme-color1); } .about-block .inner .text { margin-bottom: 0; } /*** ==================================================================== About Section Three ==================================================================== ***/ .about-section-three { background-color: var(--theme-color1); position: relative; padding: 120px 0; } @media (max-width: 991.98px) { .about-section-three { padding: 90px 0; } } .about-section-three .bg-image { width: 55%; } @media (max-width: 1199.98px) { .about-section-three .bg-image { width: 64%; } } @media (max-width: 767.98px) { .about-section-three .bg-image { width: 100%; } } .about-section-three .bg-image:before { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background-color: var(--theme-color1); opacity: 0.9; } .about-section-three .bg-image:after { position: absolute; content: ""; right: 0; top: 0; width: 605px; height: 664px; background-image: url(../images/pattern/bg-pattern-5.png); } .about-section-three .bg-image2 { left: auto; right: 0; width: 45%; } @media (max-width: 1199.98px) { .about-section-three .bg-image2 { width: 36%; } } @media (max-width: 991.98px) { .about-section-three .bg-image2 { display: none; } } @media (max-width: 767.98px) { .about-section-three .bg-image2 { display: none; } } .about-section-three .sec-title .sub-title { color: var(--theme-color-light); } .about-section-three .sec-title .sub-title:before { background-image: url(../images/icons/title2.png); } .about-section-three .sec-title .text { color: var(--theme-color-light); } @media (max-width: 767.98px) { .about-section-three .sec-title .text br { display: none; } } .info-style-one .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 575.98px) { .info-style-one .inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } } @media (max-width: 575.98px) { .info-style-one .image { width: 100%; } } @media (max-width: 575.98px) { .info-style-one .image img { width: 100%; } } .info-style-one .list-style-five { margin-left: 21px; } @media (max-width: 575.98px) { .info-style-one .list-style-five { margin-left: 0; margin-top: 30px; } } /*** ==================================================================== About Section Four ==================================================================== ***/ .about-section-four { background-color: var(--theme-color-lighter2); position: relative; padding: 170px 0 80px; } @media (max-width: 1199.98px) { .about-section-four { padding: 90px 0 30px; } } @media (max-width: 991.98px) { .about-section-four { padding: 90px 0 30px; } } .about-section-four .content-column { position: relative; margin-bottom: 40px; z-index: 1; } .about-section-four .content-column .inner-column { position: relative; padding-left: 70px; margin-right: -20px; } @media (max-width: 1399.98px) { .about-section-four .content-column .inner-column { padding-left: 30px; margin-right: 0; } } @media (max-width: 991.98px) { .about-section-four .content-column .inner-column { padding-left: 0; margin-bottom: 20px; } } .about-section-four .content-column .sec-title { margin-bottom: 40px; } .about-section-four .content-column .signature-box { margin-right: 95px; } @media (max-width: 1199.98px) { .about-section-four .content-column .signature-box { margin-right: 0; } } .about-section-four .content-column .list-style-two { margin-bottom: 40px; } .about-section-four .content-column .list-style-two.style-two li { font-weight: 500; } .about-section-four .content-column .list-style-two.style-two li i { font-size: 18px; } .about-section-four .content-column .btn-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 1199.98px) { .about-section-four .content-column .btn-box { display: block; } } .about-section-four .content-column .btn-box .founder-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 1199.98px) { .about-section-four .content-column .btn-box .founder-info { margin-bottom: 20px; } } .about-section-four .content-column .btn-box .founder-info .thumb { margin-right: 15px; } .about-section-four .content-column .btn-box .founder-info .thumb img { border: 2px solid var(--theme-color1); border-radius: 50%; } .about-section-four .content-column .btn-box .founder-info .name { margin-bottom: 0; line-height: 1; } .about-section-four .content-column .btn-box .founder-info .designation { color: #444444; font-size: 16px; line-height: 1; } .about-section-four .style-three { background-color: var(--theme-color-light); } .about-section-four .style-three .image-column .image-1 { border-radius: 0; } .about-section-four .style-three .image-column .image-2 { border: none; border-radius: 0; top: calc(50% + 124px); right: -25px; } @media only screen and (max-width: 1439px) { .about-section-four .style-three .content-column .inner-column { padding-left: 30px; } } @media (max-width: 1199.98px) { .about-section-four .style-three .content-column .inner-column { padding-left: 0; } } .about-section-four .style-three .experience { bottom: -45px; border-radius: 0; left: 40px; } .about-section-four .style-three .experience:before { display: none; } .about-section-four .style-three .list-style-two li { color: var(--theme-color2); } @media (max-width: 1199.98px) { .about-section-four .image-column { display: none; } } .about-section-four .image-column .inner-column { position: relative; padding-bottom: 112px; margin-right: 140px; } .about-section-four .image-column .inner-column .image-1 { position: relative; margin-bottom: 0; } .about-section-four .image-column .inner-column .image-1:before { content: ""; position: absolute; border: 5px solid var(--theme-color1); width: 167px; height: 198px; top: -50px; right: -65px; z-index: -1; -webkit-animation: zoom-one 3s infinite linear; animation: zoom-one 3s infinite linear; -webkit-transition: all 900ms ease; transition: all 900ms ease; } .about-section-four .image-column .inner-column .image-1 img { width: 100%; } .about-section-four .image-column .inner-column .image-2 { position: absolute; bottom: 0; right: -165px; margin-bottom: 0; } .about-section-four .image-column .inner-column .image-2:before { content: ""; position: absolute; background-color: var(--theme-color1); width: 5px; height: 69px; bottom: 0; left: -28px; -webkit-animation: bounce-y 10s infinite linear; animation: bounce-y 10s infinite linear; } .about-section-four .image-column .inner-column .image-2 img { width: 100%; } /*** ==================================================================== About Section Five ==================================================================== ***/ .about-section-five { background-color: #F8F4F3; position: relative; padding: 120px 0 70px; } @media (max-width: 991.98px) { .about-section-five { padding: 90px 0 90px; } } .about-section-five .shape-23 { position: absolute; bottom: 107px; right: 0; width: 209px; height: 205px; background-image: url(../images/pattern/shape-23.png); } @media (max-width: 1199.98px) { .about-section-five .shape-23 { opacity: 0.1; } } @media (max-width: 991.98px) { .about-section-five .shape-23 { display: none; } } @media (max-width: 991.98px) { .about-section-five .sec-title h2 { margin-right: 0; } } .about-section-five .content-column { position: relative; margin-bottom: 50px; z-index: 1; } @media (max-width: 991.98px) { .about-section-five .content-column { margin-bottom: 0; } } .about-section-five .content-column .inner-column { position: relative; margin-left: 35px; } @media (max-width: 991.98px) { .about-section-five .content-column .inner-column { margin-left: 0; } } .about-section-five .content-column .inner-column .list-style-three { border-bottom: 1px solid #e6e8ed; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 50px; padding-bottom: 30px; } @media (max-width: 575.98px) { .about-section-five .content-column .inner-column .list-style-three { display: block; } } .about-section-five .content-column .inner-column .list-style-three li { color: var(--theme-color2); padding-right: 20px; width: 50%; } @media (max-width: 575.98px) { .about-section-five .content-column .inner-column .list-style-three li { width: auto; padding-right: 0; } } .about-section-five .content-column .inner-column .list-style-three li:before { color: var(--theme-color1); } .about-section-five .content-column .btn-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 575.98px) { .about-section-five .content-column .btn-box { -webkit-box-align: normal; -ms-flex-align: normal; align-items: normal; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .about-section-five .content-column .btn-box .theme-btn { margin-right: 44px; } @media (max-width: 575.98px) { .about-section-five .content-column .btn-box .theme-btn { margin-right: 0; margin-bottom: 20px; } } .about-section-five .content-column .btn-box .info-btn { color: var(--theme-color2); display: block; font-size: 14px; font-weight: 600; line-height: 20px; padding: 5px 0; padding-left: 75px; position: relative; text-align: left; } .about-section-five .content-column .btn-box .info-btn small { color: #808287; font-size: 12px; font-weight: 400; } .about-section-five .content-column .btn-box .info-btn i { background-color: rgba(198, 148, 83, 0.1); border-radius: 50%; color: var(--theme-color1); font-size: 21px; height: 60px; left: 0; line-height: 60px; margin-top: -25px; position: absolute; text-align: center; top: 50%; width: 60px; } .about-section-five .content-column .btn-box .info-btn:hover { color: var(--theme-color2); } .about-section-five .image-column { position: relative; margin-bottom: 50px; z-index: 1; } .about-section-five .image-column .inner-column { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } .about-section-five .image-column .inner-column:before { content: ""; position: absolute; bottom: -140px; left: -130px; width: 591px; height: 568px; background-image: url(../images/pattern/shape-22.png); -webkit-animation: bounce-x 10s infinite linear; animation: bounce-x 10s infinite linear; } @media (max-width: 991.98px) { .about-section-five .image-column .inner-column:before { display: none; } } .about-section-five .image-column .image-1 { position: relative; margin-bottom: 0; border-radius: 5px; } .about-section-five .image-column .image-2 { position: absolute; right: 15px; top: 94px; -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08); box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08); margin-bottom: 0; border-radius: 5px; } @media (max-width: 991.98px) { .about-section-five .image-column .image-2 { display: none; } } .about-section-five .experience { background: var(--theme-color1); bottom: -55px; left: 77px; border-radius: 10px; border: 9px solid var(--theme-color-light); -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); color: var(--theme-color-light); min-height: 105px; min-width: 264px; padding: 25px 40px; position: absolute; z-index: 3; } @media (max-width: 991.98px) { .about-section-five .experience { bottom: 35px; left: 20px; } } @media (max-width: 575.98px) { .about-section-five .experience { left: 0; } } .about-section-five .experience strong { color: var(--theme-color-light); display: block; font-family: var(--title-font); font-size: 50px; font-weight: 700; line-height: 1; position: relative; } .about-section-five .experience .text { color: var(--theme-color-light); } /*** ==================================================================== About Section Six ==================================================================== ***/ .about-section-six { position: relative; padding: 149px 0 120px; } @media (max-width: 1199.98px) { .about-section-six { padding: 10px 0 120px; } } @media (max-width: 575.98px) { .about-section-six { padding: 10px 0 100px; } } .about-section-six .float-img-3 { position: absolute; left: 50px; bottom: 190px; width: 242px; height: 192px; background-image: url(../images/resource/float-img-3.png); z-index: 1; } @media (max-width: 575.98px) { .about-section-six .float-img-3 { display: none; } } .about-section-six .sec-title { margin-bottom: 27px; } .about-section-six .outer-box { position: relative; background-color: var(--theme-color-light); z-index: 1; } .about-section-six .outer-box .icon-dots { position: absolute; top: 0; left: 0; width: 631px; height: 523px; background-image: url(../images/icons/icon-dots6.png); } .about-section-six .content-column .inner-column { position: relative; padding: 90px 100px; padding-right: 0; } @media (max-width: 1199.98px) { .about-section-six .content-column .inner-column { padding-left: 30px; padding-bottom: 70px; } } @media (max-width: 767.98px) { .about-section-six .content-column .inner-column { padding-left: 0; } } .about-section-six .content-column .inner-column .list-style-two { margin-top: 15px; } .about-section-six .content-column .inner-column .author-box { position: relative; } .about-section-six .content-column .inner-column .author-box .inner-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px 20px; background-color: rgba(198, 148, 83, 0.1); text-align: center; margin: 0 auto; margin-left: 15px; } @media (max-width: 767.98px) { .about-section-six .content-column .inner-column .author-box .inner-box { margin-left: 0; } } .about-section-six .content-column .inner-column .author-box .inner-box .author-img { position: relative; margin-bottom: 10px; } .about-section-six .content-column .inner-column .author-box .inner-box .author-img img { display: block; border-radius: 50%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .about-section-six .content-column .inner-column .author-box .inner-box .author-info .name { position: relative; color: var(--theme-color2); font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 0; } .about-section-six .content-column .inner-column .author-box .inner-box .author-info .designation { position: relative; display: block; color: #4c4d56; font-size: 12px; line-height: 18px; margin-bottom: 12px; } .about-section-six .content-column .inner-column .text { margin-top: 45px; margin-right: -17px; } @media (max-width: 991.98px) { .about-section-six .content-column .inner-column .text { margin-right: 0; } } .about-section-six .image-column .inner-column { position: relative; text-align: right; } @media (max-width: 991.98px) { .about-section-six .image-column .inner-column { display: none; } } .about-section-six .image-column .inner-column:before { content: ""; position: absolute; top: 0; right: 0; width: 19px; height: 208px; background-color: var(--theme-color1); } .about-section-six .image-column .inner-column .image-box { position: relative; display: inline-block; } @media (max-width: 991.98px) { .about-section-six .image-column .inner-column .image-box { display: block; } } .about-section-six .image-column .inner-column .image-box .image { position: relative; padding-right: 53px; margin-bottom: 0; } @media (max-width: 991.98px) { .about-section-six .image-column .inner-column .image-box .image { padding-right: 0; } } @media (max-width: 991.98px) { .about-section-six .image-column .inner-column .image-box .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } } .about-section-six .image-column .inner-column .image-box .image-2 { position: absolute; right: 0; bottom: 110px; margin-bottom: 0; } @media (max-width: 991.98px) { .about-section-six .image-column .inner-column .image-box .image-2 { display: none; } } .about-section-six .image-column .inner-column .image-box .image-2 img { border: 5px solid var(--theme-color-light); } .about-section-six .image-column .inner-column .image-box .exp-box { position: absolute; top: 85px; left: -88px; width: 160px; height: 160px; border-radius: 50%; padding-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: var(--theme-color1); text-align: center; } @media (max-width: 991.98px) { .about-section-six .image-column .inner-column .image-box .exp-box { left: 20px; } } .about-section-six .image-column .inner-column .image-box .exp-box:before { content: ""; position: absolute; bottom: 0; right: 0; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 30px solid var(--theme-color1); -webkit-transform: rotate(-40deg); transform: rotate(-40deg); } .about-section-six .image-column .inner-column .image-box .exp-box .icon { position: relative; color: var(--theme-color-light); font-size: 37px; line-height: 1em; } .about-section-six .image-column .inner-column .image-box .exp-box .title { position: relative; color: var(--theme-color-light); } /*** ==================================================================== About Section Seven ==================================================================== ***/ .about-section-seven { position: relative; padding: 120px 0 70px; z-index: 2; } @media (max-width: 991.98px) { .about-section-seven { padding: 120px 0 90px; } } .about-section-seven .float-img-4 { position: absolute; bottom: 60px; right: 50px; width: 319px; height: 285px; background-image: url(../images/resource/float-img-4.png); } @media only screen and (max-width: 1644.98px) { .about-section-seven .float-img-4 { display: none; } } .about-section-seven .content-column { position: relative; margin-bottom: 50px; } .about-section-seven .content-column .inner-column { position: relative; } @media (max-width: 575.98px) { .about-section-seven .content-column .inner-column .image { display: block; margin-bottom: 30px; } } @media (max-width: 575.98px) { .about-section-seven .content-column .inner-column .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } } .about-section-seven .content-column .inner-column .blocks-column .inner-column { margin-left: 10px; } .about-section-seven .skills-column .inner-column .skills { padding-right: 80px; } @media (max-width: 575.98px) { .about-section-seven .skills-column .inner-column .skills { padding-right: 0; } } .about-section-seven .skills-column .inner-column .title { position: relative; color: var(--theme-color2); font-weight: 600; margin-bottom: 23px; } @media only screen and (max-width: 1644.98px) { .about-section-seven .skills-column .inner-column .title br { display: none; } } .about-section-seven .skills-column .inner-column .text { position: relative; font-size: 16px; margin-bottom: 25px; padding-right: 50px; } @media (max-width: 575.98px) { .about-section-seven .skills-column .inner-column .text { padding-right: 0; } } .about-block-seven { margin-bottom: 30px; } .about-block-seven:last-child { margin-bottom: 0; } .about-block-seven .inner-box { display: -webkit-box; display: -ms-flexbox; display: flex; } .about-block-seven .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .about-block-seven .inner-box .content { padding: 1px 15px 0px 15px; } .about-block-seven .inner-box .icon { position: relative; font-size: 46px; line-height: 1em; color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .about-block-seven .inner-box .icon:after { content: ""; position: absolute; left: -5px; bottom: 12px; width: 38px; height: 38px; opacity: 0.1; border-radius: 50%; background-color: var(--theme-color1); } @media (max-width: 575.98px) { .about-block-seven .inner-box .icon:after { bottom: 50px; } } .about-block-seven .inner-box .title { position: relative; margin-bottom: 5px; } .about-block-seven .inner-box .text { position: relative; line-height: 26px; } @media (max-width: 575.98px) { .about-block-seven .inner-box .text br { display: none; } } /*** ==================================================================== About Section ==================================================================== ***/ .about-section-eight { position: relative; padding: 0 0 120px; } @media (max-width: 991.98px) { .about-section-eight { padding: 0 0 50px; } } @media (max-width: 991.98px) { .about-section-eight.style-two { padding: 70px 0 84px; } } .about-section-eight.style-two .content-column { margin-bottom: 0; } .about-section-eight.style-two .image-column { margin-bottom: 0; } .about-section-eight .content-column { position: relative; margin-bottom: 40px; z-index: 1; } .about-section-eight .content-column .inner-column { position: relative; padding-left: 40px; } @media (max-width: 991.98px) { .about-section-eight .content-column .inner-column { padding-left: 0; margin-top: 50px; } } @media (max-width: 575.98px) { .about-section-eight .content-column .inner-column { margin-top: 0px; } } .about-section-eight .content-column .sec-title { margin-bottom: 40px; margin-right: -50px; } @media (max-width: 1399.98px) { .about-section-eight .content-column .sec-title { margin-right: 0; } } .about-section-eight .content-column .sec-title .text { margin-right: 5px; } @media (max-width: 1399.98px) { .about-section-eight .content-column .sec-title .text { margin-right: 0; } } .about-section-eight .content-column .list-style-two { margin-bottom: 40px; } @media (max-width: 575.98px) { .about-section-eight .content-column .list-style-two { margin-bottom: 30px; } } .about-section-eight .content-column .btn-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 575.98px) { .about-section-eight .content-column .btn-box { display: block; } } .about-section-eight .content-column .info-btn { position: relative; display: block; font-size: 22px; padding: 8px 0; padding-left: 90px; color: #181818; text-align: left; font-weight: 800; white-space: nowrap; line-height: 20px; margin-right: 30px; } .about-section-eight .content-column .info-btn small { display: block; font-size: 16px; font-weight: 400; color: #6a6a6a; margin-bottom: 10px; } .about-section-eight .content-column .info-btn i { position: absolute; left: 0; top: 50%; margin-top: -34px; line-height: 68px; height: 68px; width: 68px; text-align: center; border-radius: 50%; color: var(--bg-theme-color2); background-color: #edf0f5; font-size: 24px; } .about-section-eight .content-column .info-btn:hover { color: var(--bg-theme-color2); } .about-section-eight .content-column .founder-info { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 80px; min-height: 65px; } @media (max-width: 575.98px) { .about-section-eight .content-column .founder-info { margin-bottom: 30px; } } .about-section-eight .content-column .founder-info .thumb { position: absolute; left: 0; top: 0; height: 65px; width: 65px; border-radius: 50%; overflow: hidden; } .about-section-eight .content-column .founder-info .thumb img { border-radius: 50%; } .about-section-eight .content-column .founder-info .name { line-height: 24px; margin-bottom: 0; } .about-section-eight .content-column .founder-info .designation { margin-top: 1px; } .about-section-eight .image-column { position: relative; margin-bottom: 121px; } @media (max-width: 575.98px) { .about-section-eight .image-column { display: none; } } .about-section-eight .image-column .inner-column { position: relative; padding-right: 110px; } .about-section-eight .image-column .inner-column:before { position: absolute; right: 65px; bottom: 46px; height: 246px; width: 119px; background-image: url(../images/icons/pattern-6.png); content: ""; } .about-section-eight .image-column .image-1 { position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 0px; } .about-section-eight .image-column .image-1 img { width: 100%; } .about-section-eight .image-column .image-2 { position: absolute; right: 0; top: 60px; margin-bottom: 0; border-radius: 10px; overflow: hidden; border: 5px solid #ffffff; -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1); } .about-section-eight .image-column .image-2 img { width: 100%; } .about-section-eight .experience { background: var(--bg-theme-color1); border-radius: 10px; -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08); box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08); bottom: 60px; left: -110px; min-width: 220px; padding: 20px 30px; position: absolute; } @media (max-width: 1399.98px) { .about-section-eight .experience { bottom: 10px; left: 10px; } } .about-section-eight .experience .inner { padding-left: 75px; position: relative; } .about-section-eight .experience .icon { color: #ffffff; font-size: 64px; left: 0px; position: absolute; top: 3px; } .about-section-eight .experience .text { color: #ffffff; line-height: 20px; position: relative; } .about-section-eight .experience strong { color: #ffffff; display: block; font-size: 24px; font-weight: 700; line-height: 1.2em; margin-top: 7px; position: relative; } /*** ==================================================================== About Section Nine ==================================================================== ***/ .about-section-nine { position: relative; padding: 120px 0 0; margin-bottom: -70px; z-index: 1; } @media (max-width: 1399.98px) { .about-section-nine { margin-bottom: 0; } } @media (max-width: 1199.98px) { .about-section-nine { padding: 90px 0 60px; } } .about-section-nine:before { content: ""; position: absolute; top: 0; right: 0; width: 545px; height: 686px; background-image: url("../images/pattern/shape-26.png"); } @media (max-width: 1199.98px) { .about-section-nine:before { display: none; } } .about-section-nine:after { content: ""; position: absolute; bottom: 70px; left: 0; width: 715px; height: 442px; background-image: url("../images/pattern/shape-27.png"); } @media (max-width: 1199.98px) { .about-section-nine:after { display: none; } } .about-section-nine .service-column .inner-column { margin-left: 24px; } @media (max-width: 1199.98px) { .about-section-nine .service-column .inner-column { margin-left: 0; } } .about-section-nine .content-column { position: relative; margin-bottom: 0; z-index: 1; } .about-section-nine .content-column .sec-title br { display: none; } @media (max-width: 1199.98px) { .about-section-nine .content-column .sec-title br { display: block; } } @media (max-width: 767.98px) { .about-section-nine .content-column .sec-title br { display: none; } } .about-section-nine .content-column .inner-column { position: relative; padding-left: 0; } @media (max-width: 1199.98px) { .about-section-nine .content-column .inner-column { margin-bottom: 50px; } } .about-section-nine .content-column .sec-title { margin-bottom: 40px; margin-right: -50px; } @media (max-width: 1399.98px) { .about-section-nine .content-column .sec-title { margin-right: 0; } } .about-section-nine .content-column .sec-title .text { margin-right: 5px; } @media (max-width: 1399.98px) { .about-section-nine .content-column .sec-title .text { margin-right: 0; } } @media (max-width: 767.98px) { .about-section-nine .content-column .sec-title .text br { display: none; } } .about-section-nine .content-column .list-style-two { margin-bottom: 40px; } @media (max-width: 575.98px) { .about-section-nine .content-column .list-style-two { margin-bottom: 30px; } } .about-section-nine .content-column .btn-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 1399.98px) { .about-section-nine .content-column .btn-box { -webkit-box-pack: normal; -ms-flex-pack: normal; justify-content: normal; } } @media (max-width: 575.98px) { .about-section-nine .content-column .btn-box { display: block; } } .about-section-nine .content-column .info-btn { position: relative; display: block; font-size: 22px; padding: 8px 0; padding-left: 90px; color: #181818; text-align: left; font-weight: 800; white-space: nowrap; line-height: 20px; margin-right: 30px; } .about-section-nine .content-column .info-btn small { display: block; font-size: 16px; font-weight: 400; color: #6a6a6a; margin-bottom: 10px; } .about-section-nine .content-column .info-btn i { position: absolute; left: 0; top: 50%; margin-top: -34px; line-height: 68px; height: 68px; width: 68px; text-align: center; border-radius: 50%; color: var(--bg-theme-color2); background-color: #edf0f5; font-size: 24px; } .about-section-nine .content-column .info-btn:hover { color: var(--bg-theme-color2); } .about-section-nine .content-column .founder-info { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 80px; min-height: 65px; } @media (max-width: 1399.98px) { .about-section-nine .content-column .founder-info { margin-right: 30px; } } @media (max-width: 575.98px) { .about-section-nine .content-column .founder-info { margin-bottom: 30px; } } .about-section-nine .content-column .founder-info .thumb { position: absolute; left: 0; top: 0; height: 65px; width: 65px; border-radius: 50%; overflow: hidden; } .about-section-nine .content-column .founder-info .thumb img { border-radius: 50%; } .about-section-nine .content-column .founder-info .name { line-height: 24px; font-weight: 700; margin-bottom: 0; } .about-section-nine .content-column .founder-info .designation { margin-top: 1px; } .about-section-nine .service-block.style-two { position: relative; top: 30px; } @media (max-width: 1199.98px) { .about-section-nine .service-block.style-two { top: 0; } } .about-section-nine .service-block .inner-box { background-color: #fff; -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922); box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922); padding: 30px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .about-section-nine .service-block .inner-box:hover { -webkit-box-shadow: none; box-shadow: none; } .about-section-nine .service-block .inner-box:hover .icon { background-color: var(--bg-theme-color1); color: var(--text-color-light); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .about-section-nine .service-block .inner-box .icon { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100px; width: 100px; font-size: 50px; color: var(--theme-color1); font-weight: 900; line-height: 64px; background-color: #F4F4F4; border-radius: 50%; margin-bottom: 20px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .about-section-nine .service-block .inner-box .title { margin-bottom: 15px; } /*** ==================================================================== Services Section ==================================================================== ***/ .services-section { position: relative; padding: 120px 0 90px; z-index: 2; } @media (max-width: 991.98px) { .services-section { padding: 120px 0 30px; } } .services-section .icon-plane-2 { position: absolute; top: 50px; left: 120px; } .services-section .sec-title { margin-bottom: 60px; } @media (max-width: 991.98px) { .services-section .sec-title { margin-bottom: 40px; } } .service-block { position: relative; margin-bottom: 30px; z-index: 1; } .service-block .inner-box { position: relative; padding-bottom: 112px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block .inner-box:hover .image-box .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .service-block .inner-box:hover .image-box .read-more { color: var(--theme-color-light); background: var(--theme-color-dark); } .service-block .inner-box:hover .image-box .read-more:before { height: 100%; } .service-block .inner-box:hover .content-box .inner { height: auto; } .service-block .inner-box .image-box { position: relative; } .service-block .inner-box .image-box .image { position: relative; margin-bottom: 0px; margin-right: 42px; overflow: hidden; } .service-block .inner-box .image-box .image img { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block .inner-box .image-box .read-more { background: #f3f4f7; color: var(--theme-color-dark); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; font-weight: 600; left: 100%; line-height: 20px; padding: 11px 53px; position: absolute; top: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: left top; transform-origin: left top; text-transform: uppercase; -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 3; width: 51%; } @media (max-width: 1199.98px) { .service-block .inner-box .image-box .read-more { width: 50%; } } @media (max-width: 991.98px) { .service-block .inner-box .image-box .read-more { width: 49%; } } .service-block .inner-box .image-box .read-more:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; left: auto; right: 0; height: 0; background-color: var(--theme-color-dark); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: -1; } .service-block .inner-box .image-box .read-more:hover { color: var(--theme-color1); } .service-block .inner-box .image-box .read-more i { font-size: 14px; margin-left: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); color: var(--theme-color1); } .service-block .inner-box .content-box { position: absolute; left: 0; bottom: 0; width: 100%; padding: 20px 28px 20px; background-color: var(--theme-color-light); border: 1px solid #eee9e3; } .service-block .inner-box .content-box::before { content: ""; position: absolute; right: 0; bottom: -15px; width: 44px; height: 64px; background-image: url(../images/icons/icon-arrow.png); -webkit-transform: translate(-33px, -35px); transform: translate(-33px, -35px); } .service-block .inner-box .content-box .info-box { position: relative; padding-left: 105px; margin-bottom: 15px; } .service-block .inner-box .content-box .icon { bottom: 20px; height: 80px; font-size: 42px; left: 0; line-height: 80px; position: absolute; width: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--theme-color-light); background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 2; } .service-block .inner-box .content-box .icon::after { background-image: url(../images/icons/icon-border.png); bottom: -5px; content: ""; height: 58px; position: absolute; width: 93px; } .service-block .inner-box .content-box .title { letter-spacing: -0.01em; margin-bottom: 0; position: relative; z-index: 2; } .service-block .inner-box .content-box .title:hover { color: var(--theme-color1); } .service-block .inner-box .content-box .inner { display: none; overflow: hidden; padding-right: 46px; position: relative; } .service-block .inner-box .content-box .inner .text { color: #7a7a7a; line-height: 24px; margin-bottom: 0; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 2; } /*** ==================================================================== Services Section Two ==================================================================== ***/ .services-section-two { position: relative; background-color: var(--theme-color2); padding: 120px 0; z-index: 2; } @media (max-width: 991.98px) { .services-section-two { padding: 90px 0; } } .services-section-two .bg-image { width: 635px; } @media (max-width: 1399.98px) { .services-section-two .bg-image { display: none; } } .services-section-two .bg-image:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: var(--theme-color1); opacity: 0.8; } .services-section-two .bg-image2 { right: 0; width: 1268px; left: auto; } .services-section-two .bg-image2:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: var(--theme-color2); opacity: 0.8; } .services-section-two .owl-carousel .owl-dots { position: relative; margin-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 575.98px) { .services-section-two .owl-carousel .owl-dots { margin-top: 0; } } .services-section-two .owl-carousel .owl-dots .owl-dot { height: 3px; width: 31px; margin: 0 5px; border: 1px solid #E7E8E8; background-color: #E7E8E8; } @media (max-width: 575.98px) { .services-section-two .owl-carousel .owl-dots .owl-dot { width: 20px; } } .services-section-two .owl-carousel .owl-dots .owl-dot.active { background-color: var(--theme-color1); border: 1px solid var(--theme-color1); } .service-block-two { position: relative; margin-bottom: 30px; z-index: 1; } .service-block-two .inner-box { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .inner-box:hover .image-box .image img { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0.9; } .service-block-two .inner-box:hover .image-box .read-more { color: var(--theme-color-light); background: var(--theme-color-dark); } .service-block-two .inner-box:hover .image-box .read-more:before { height: 100%; } .service-block-two .inner-box:hover .content-box .icon { color: var(--theme-color1); background-color: var(--theme-color-light); } .service-block-two .inner-box .image-box .image { position: relative; margin-bottom: 0; overflow: hidden; } .service-block-two .inner-box .image-box .image img { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .inner-box .content-box { position: relative; padding: 0 10px 18px; } .service-block-two .inner-box .content-box .inner { position: relative; display: inline-block; border-top: 4px solid var(--theme-color1); margin-top: -56px; padding: 90px 15px 30px 20px; background-color: #F3F4F7; } @media (max-width: 991.98px) { .service-block-two .inner-box .content-box .inner { width: 100%; } } .service-block-two .inner-box .content-box::before { content: ""; position: absolute; top: -20px; right: 65px; width: 44px; height: 64px; background-image: url(../images/icons/icon-arrow.png); z-index: 3; pointer-events: none; } .service-block-two .inner-box .content-box .icon { position: absolute; top: -22px; left: 18px; height: 87px; width: 90px; line-height: 87px; font-size: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--theme-color-light); background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 2; } .service-block-two .inner-box .content-box .title { position: relative; margin-bottom: 5px; z-index: 2; } @media (max-width: 575.98px) { .service-block-two .inner-box .content-box .title { font-size: 20px; } } .service-block-two .inner-box .content-box .title:hover { color: var(--theme-color1); } .service-block-two .inner-box .content-box .text { line-height: 1.8em; } .service-block-two .inner-box .content-box .theme-btn { background-color: var(--theme-color-dark); width: 100%; font-size: 12px; padding: 10px 20px; color: var(--theme-color-light); } .service-block-two .inner-box .content-box .theme-btn i { position: relative; color: var(--theme-color1); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-two .inner-box .content-box .theme-btn:hover i { color: var(--theme-color-light); } /*** ==================================================================== Services Section Three ==================================================================== ***/ .services-section-three { position: relative; padding: 0; z-index: 1; } @media (max-width: 991.98px) { .services-section-three { padding: 90px 0 0; } } .services-section-three .outer-box { margin-top: -70px; } @media (max-width: 991.98px) { .services-section-three .outer-box { margin-top: 0; } } .service-block-three .inner-box { position: relative; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media (max-width: 991.98px) { .service-block-three .inner-box { margin-bottom: 20px; } } .service-block-three .inner-box:hover .icon-box { opacity: 0; } .service-block-three .inner-box:hover .icon-box .icon { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .service-block-three .inner-box:hover .image:before { height: 100%; } .service-block-three .inner-box:hover .image img { -webkit-transform: scale(1.15); transform: scale(1.15); } .service-block-three .inner-box:hover .content-box { visibility: visible; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .service-block-three .inner-box .image { position: relative; overflow: hidden; width: 100%; } .service-block-three .inner-box .image:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0; width: 100%; opacity: 0.85; background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 1; } .service-block-three .inner-box .image img { width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-three .inner-box .icon-box { background-color: var(--theme-color1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; right: 0; bottom: 0; width: 128px; height: 108px; opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%); z-index: 1; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-three .inner-box .icon-box .icon { color: var(--theme-color-light); font-size: 60px; margin-left: 20px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-three .inner-box .content-box { padding: 10px; position: absolute; visibility: hidden; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); z-index: 1; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-three .inner-box .content-box .title { color: var(--text-color-light); margin-bottom: 0; text-align: center; } .service-block-three .inner-box .content-box .text { color: var(--text-color-light); } /*** ==================================================================== Services Section Four ==================================================================== ***/ .services-section-four { position: relative; padding: 120px 0 90px; z-index: 2; } @media (max-width: 991.98px) { .services-section-four { padding: 90px 0 0; } } .services-section-four:after { position: absolute; right: 0; top: 0px; height: 389px; width: 331px; border-radius: 0 0 0 500px; background-color: #787878; opacity: 5%; content: ""; z-index: -1; } @media (max-width: 991.98px) { .services-section-four:after { display: none; } } .services-section-four .sec-title { margin-bottom: 50px; } .service-block-four { position: relative; margin-bottom: 30px; z-index: 1; } .service-block-four .inner-box { position: relative; overflow: hidden; height: 100%; padding: 25px 25px 25px; background-color: var(--bg-theme-color1); background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; min-height: 280px; -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); -webkit-transition: all 300ms ease; transition: all 300ms ease; border-top: 3px solid var(--border-theme-color1); } .service-block-four .inner-box:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #ffffff; content: ""; bottom: 0; top: auto; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .service-block-four .inner-box:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .service-block-four .inner-box:hover:before { height: 0; } .service-block-four .inner-box:hover .icon { color: var(--theme-color1); background-color: var(--theme-color-light); -webkit-transition-delay: 150ms; transition-delay: 150ms; -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .service-block-four .inner-box:hover .title { color: #ffffff; } .service-block-four .inner-box:hover .text { color: #ffffff; } .service-block-four .icon { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100px; width: 100px; font-size: 64px; color: var(--theme-color-light); font-weight: 900; line-height: 64px; background-color: var(--theme-color1); border-radius: 50%; margin: 0 auto 15px; -webkit-transition: all 200ms linear; transition: all 200ms linear; } .service-block-four .title { margin-bottom: 10px; line-height: 1.2em; } .service-block-four .title:hover { color: var(--theme-color1); } .service-block-four .text { position: relative; line-height: 24px; color: #808287; font-weight: 500; -webkit-transition: all 200ms linear; transition: all 200ms linear; } /*** ==================================================================== Services Section Five ==================================================================== ***/ .services-section-five { position: relative; padding: 120px 0 120px; z-index: 2; } @media (max-width: 991.98px) { .services-section-five { padding: 90px 0 90px; } } .services-section-five .shape-28 { position: absolute; bottom: 0; right: 0; width: 321px; height: 504px; background-image: url(../images/pattern/shape-28.png); } @media (max-width: 991.98px) { .services-section-five .shape-28 { display: none; } } .services-section-five .float-image { position: absolute; bottom: 0; left: 18px; z-index: 1; } @media only screen and (max-width: 1899.98px) { .services-section-five .float-image { display: none; } } .services-section-five .sec-title { margin-bottom: 60px; } @media (max-width: 991.98px) { .services-section-five .sec-title { margin-bottom: 40px; } } @media (max-width: 991.98px) { .services-section-five .tabs-column { margin-bottom: 40px; } } .services-section-five .tabs-column .nav-tabs { display: block; border: 0; } .services-section-five .tabs-column .nav-tabs li { display: block; border: 0; margin-bottom: 20px; } .services-section-five .tabs-column .nav-tabs li .nav-link { border: 0; display: block; padding: 0; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; font-family: var(--title-font2); background-color: #ffffff; padding: 8px 22px; text-align: unset; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #EFEFEF; height: 110px; width: 100%; } .services-section-five .tabs-column .nav-tabs li .nav-link .icon { border-radius: 50%; background-color: #F5F5F5; color: var(--theme-color3); font-size: 34px; margin-right: 20px; width: 65px; height: 65px; line-height: 65px; text-align: center; } .services-section-five .tabs-column .nav-tabs li .nav-link .title { color: var(--theme-color2); margin-bottom: 0; font-size: 21px; } .services-section-five .tabs-column .nav-tabs li .nav-link span { font-size: 16px; display: inline-block; } .services-section-five .tabs-column .nav-tabs li .nav-link.active { border-color: transparent; background-color: var(--theme-color3); } .services-section-five .tabs-column .nav-tabs li .nav-link.active .icon { background-color: var(--theme-color1); color: var(--theme-color-light); } .services-section-five .tabs-column .nav-tabs li .nav-link.active .title { color: var(--theme-color-light); } .services-section-five .tabs-column .nav-tabs li .nav-link .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .services-section-five .tabs-column .theme-btn { width: 100%; } .services-section-five .content-column .inner .image-box .image { border-radius: 5px 5px 0 0; } .services-section-five .content-column .inner .image-box .image img { border-radius: 5px 5px 0 0; width: 100%; } .services-section-five .content-column .inner .text { background-color: #F4F4F4; padding: 13px 10px 17px 29px; } @media (max-width: 1199.98px) { .services-section-five .content-column .inner .text br { display: none; } } /*** ==================================================================== Services Section Six ==================================================================== ***/ .services-section-six { position: relative; padding: 0 0 100px; } @media (max-width: 1199.98px) { .services-section-six { padding: 90px 0 100px; } } @media (max-width: 991.98px) { .services-section-six { padding: 90px 0 50px; } } .services-section-six .icon-plane { position: absolute; bottom: -150px; right: 30px; } .services-section-six .float-text { position: absolute; top: 188px; left: 80px; font-size: 390px; font-weight: 400; opacity: 0.1; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--theme-color-dark); text-transform: uppercase; z-index: 1; } .services-section-six .sec-title { position: relative; z-index: 1; } .services-section-six .carousel-outer { margin: 0 -27px; } .services-section-six .carousel-outer:before { position: absolute; top: -110px; left: 305px; width: 670px; height: 941px; background-color: rgba(198, 148, 83, 0.1); content: ""; } @media (max-width: 991.98px) { .services-section-six .carousel-outer:before { top: 0; left: 0; width: 100%; } } .services-section-six .carousel-outer .service-block-six { padding: 0 27px; } .services-section-six .default-dots .owl-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; top: 20px; } .services-section-six .default-dots .owl-dots .owl-dot { width: 10px; height: 10px; margin: 0 5px; border: 1px solid #979797; border-radius: 50%; background-color: transparent; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .services-section-six .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border-color: var(--theme-color1); } .service-block-six { margin-bottom: 40px; } .service-block-six .inner-box { position: relative; background-color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-six .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .service-block-six .inner-box:hover .content-box:before { width: 100%; height: 100%; } .service-block-six .inner-box:hover .content-box .icon:after { width: 100%; height: 100%; } .service-block-six .inner-box:hover .content-box .title, .service-block-six .inner-box:hover .content-box .text { color: var(--theme-color-light); } .service-block-six .inner-box .image { position: relative; overflow: hidden; } .service-block-six .inner-box .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display: block; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-six .inner-box .content-box { position: absolute; left: -25px; right: 50px; bottom: 28px; padding: 20px 70px 25px 42px; background-color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 3; } @media (max-width: 991.98px) { .service-block-six .inner-box .content-box { left: 30px; right: 30px; padding: 20px 40px 25px 42px; } } @media (max-width: 575.98px) { .service-block-six .inner-box .content-box { left: 0; right: 0; bottom: 15px; padding: 20px 15px; padding-right: 50px; } } .service-block-six .inner-box .content-box:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: var(--theme-color1); width: 80px; height: 80px; -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; } .service-block-six .inner-box .content-box .icon { position: absolute; top: 0; left: 0; width: 80px; height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 42px; color: var(--theme-color-light); background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 1; } .service-block-six .inner-box .content-box .icon:after { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: var(--theme-color2); width: 0; height: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; z-index: -1; } .service-block-six .inner-box .content-box .title { position: relative; margin-bottom: 0; padding-left: 65px; z-index: 1; } @media (max-width: 991.98px) { .service-block-six .inner-box .content-box .title { font-size: 20px; } } @media (max-width: 575.98px) { .service-block-six .inner-box .content-box .title { padding-left: 80px; } } .service-block-six .inner-box .content-box .text { position: relative; line-height: 26px; padding-top: 18px; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-six .inner-box .content-box .read-more { position: absolute; bottom: 0; right: 0; width: 46px; height: 46px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 20px; color: var(--theme-color-light); background-color: var(--theme-color2); -webkit-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== Services Section Seven ==================================================================== ***/ .services-section-seven { position: relative; padding: 120px 0 89px; z-index: 2; } @media (max-width: 991.98px) { .services-section-seven { padding: 90px 0 60px; } } .services-section-seven .title-column { position: relative; margin-bottom: 60px; padding-top: 42px; } .services-section-seven .title-column .sec-title { margin-bottom: 0; } .services-section-seven .image-column { position: relative; margin-bottom: 60px; } .services-section-seven .image-column .image-box { position: relative; padding-left: 70px; text-align: right; } .services-section-seven .image-column .image-box .image { position: relative; margin-bottom: 0; } .services-section-seven .image-column .image-box .image:before { position: absolute; left: -10px; top: 30px; bottom: 30px; background-color: var(--bg-theme-color2); width: 10px; content: ""; } .services-section-seven .image-column .image-box .image img { display: block; } .services-section-seven.style-two { background-color: var(--bg-theme-color1); } .services-section-seven.style-two:before { background-image: url(../images/icons/pattern-22.jpg); } .service-block-seven { position: relative; margin-bottom: 30px; z-index: 1; } .service-block-seven .inner-box { position: relative; overflow: hidden; height: 100%; padding: 38px 10px 34px; -webkit-transition: all 300ms ease; transition: all 300ms ease; text-align: center; } .service-block-seven .inner-box:before { position: absolute; left: 0; top: 0; height: 0; width: 100%; background-color: #F1F1F1; content: ""; -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: -1; } .service-block-seven .inner-box:hover:before { height: 100%; } .service-block-seven .inner-box:hover .icon { color: var(--theme-color2); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .service-block-seven .inner-box:hover .read-more i { color: var(--theme-color1); right: 0; } .service-block-seven .inner-box:hover .read-more span { color: var(--theme-color1); opacity: 1; visibility: visible; } .service-block-seven .icon-box { position: relative; margin-bottom: 27px; display: inline-block; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-seven .icon-box:before { position: absolute; right: -20px; top: 0; height: 64px; width: 64px; border-radius: 50%; background-color: #F8F8F8; content: ""; -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: -1; } .service-block-seven .icon { position: relative; color: var(--theme-color1); font-size: 60px; font-weight: 900; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-seven .title { margin-bottom: 10px; line-height: 30px; } .service-block-seven .text { margin-bottom: 15px; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-seven .read-more { color: var(--theme-color2); font-weight: 400; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-seven .read-more i { color: var(--theme-color2); font-size: 20px; margin-right: 6px; font-weight: 400; position: relative; top: 2px; right: -44px; -webkit-transition: all 400ms ease; transition: all 400ms ease; } .service-block-seven .read-more span { opacity: 0; visibility: hidden; -webkit-transition: all 400ms ease; transition: all 400ms ease; } /*** ==================================================================== Services Section Eight ==================================================================== ***/ .services-section-eight { position: relative; padding: 120px 0 120px; background-color: var(--theme-color2); } @media (max-width: 991.98px) { .services-section-eight { padding: 90px 0; } } .services-section-eight .bg-pattern-2 { background-image: url(../images/pattern/bg-pattern-2.png); } .services-section-eight .upper-box { margin-bottom: 40px; } .services-section-eight .image-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 30px; } .services-section-eight .image-box .image { position: relative; margin-bottom: 0; } .services-section-eight .image-box .image:before { content: ""; width: 100%; height: 100%; left: 0; right: 0; position: absolute; background-image: url(../images/pattern/pattern-1.png); } .services-section-eight .bottom-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin-top: 15px; } .services-section-eight .bottom-box .text { font-size: 18px; line-height: 34px; color: #9898A0; font-weight: 500; } .services-section-eight .bottom-box .text br { display: none; } @media (max-width: 991.98px) { .services-section-eight .bottom-box .text br { display: block; } } .services-section-eight .bottom-box .theme-btn { display: inline-block; font-size: 12px; line-height: 20px; color: #ffffff; text-transform: uppercase; padding: 10px 38px; background-color: var(--bg-theme-color1); margin-left: 30px; border-radius: 5px; font-weight: 500; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 991.98px) { .services-section-eight .bottom-box .theme-btn { margin-left: 0; margin-top: 15px; } } .services-section-eight .bottom-box .theme-btn:hover { background-color: #ffffff; color: #000; } .fact-counter-three { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .counter-block-three { position: relative; margin-top: -15px; margin-bottom: 40px; } .counter-block-three:first-child .inner { padding: 0; margin: 0; } .counter-block-three:first-child .inner::before { display: none; } .counter-block-three .inner { position: relative; text-align: right; -webkit-transition: all 300ms ease; transition: all 300ms ease; min-width: 200px; margin-left: 70px; padding-left: 70px; } @media (max-width: 575.98px) { .counter-block-three .inner { min-width: 100px; margin-left: 46px; padding-left: 46px; } } .counter-block-three .inner:before { position: absolute; left: 0; top: 0; height: 100%; width: 1px; background-color: #9898A0; opacity: 0.2; content: ""; } .counter-block-three .inner:hover .icon { background-color: var(--bg-theme-color2); color: #ffffff; } .counter-block-three .count-box { font-size: 45px; color: #ffffff; font-weight: 800; line-height: 1em; text-transform: uppercase; margin-bottom: 5px; } .counter-block-three .count-box .count-text { font-size: 50px; font-family: var(--title-font); color: #ffffff; font-weight: 600; line-height: 1em; } @media (max-width: 575.98px) { .counter-block-three .count-box .count-text { font-size: 30px; } } .counter-block-three .counter-title { display: block; font-size: 18px; line-height: 36px; color: #ffffff; font-weight: 400; margin-bottom: 0; } @media (max-width: 575.98px) { .counter-block-three .counter-title { font-size: 14px; } } /*** ==================================================================== Services Section Nine ==================================================================== ***/ .services-section-nine { padding: 120px 0; position: relative; } @media (max-width: 991.98px) { .services-section-nine { padding: 60px 0; } } .services-section-nine:before { content: ""; position: absolute; top: 160px; left: 0; width: 715px; height: 442px; background-image: url("../images/pattern/shape-27.png"); } @media (max-width: 991.98px) { .services-section-nine:before { display: none; } } @media (max-width: 991.98px) { .service-block-nine { margin-bottom: 60px; } } @media (max-width: 575.98px) { .service-block-nine { margin-bottom: 20px; } } .service-block-nine .inner-box { position: relative; } .service-block-nine .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .service-block-nine .inner-box:hover .image:before { left: 0; right: 0; opacity: 0; -webkit-transition: all 500ms linear; transition: all 500ms linear; } .service-block-nine .inner-box:hover .image:after { top: 0; bottom: 0; opacity: 0; -webkit-transition: all 600ms linear; transition: all 600ms linear; } .service-block-nine .inner-box .image { position: relative; overflow: hidden; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-nine .inner-box .image:before { content: ""; position: absolute; top: 0; left: 50%; right: 51%; bottom: 0; opacity: 1; pointer-events: none; background: rgba(255, 255, 255, 0.3); -webkit-transition: all 500ms linear; transition: all 500ms linear; z-index: 1; } .service-block-nine .inner-box .image:after { background: rgba(255, 255, 255, 0.3); bottom: 50%; content: ""; left: 0; position: absolute; right: 0; top: 50%; opacity: 1; pointer-events: none; -webkit-transition: all 600ms linear; transition: all 600ms linear; } .service-block-nine .inner-box .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-nine .inner-box .content-box { padding: 20px 30px; background-color: var(--theme-color-light); z-index: 1; } @media (max-width: 575.98px) { .service-block-nine .inner-box .content-box { padding: 15px; } } .service-block-nine .inner-box .content-box .designation { text-transform: uppercase; font-weight: 400; } .service-block-nine .inner-box .content-box .title { margin-top: 5px; margin-bottom: 10px; } @media (max-width: 575.98px) { .service-block-nine .inner-box .content-box .title { font-size: 20px; } } @media (max-width: 575.98px) { .service-block-nine .inner-box .content-box .title br { display: none; } } .service-block-nine .inner-box .content-box .title:hover { color: var(--theme-color1); } .service-block-nine .inner-box .content-box .read-more { color: #444444; font-family: var(--title-font); font-size: 14px; font-weight: 600; } .service-block-nine .inner-box .content-box .read-more:hover { color: var(--theme-color1); } .service-block-nine .inner-box .content-box .read-more:hover .icon { color: var(--theme-color1); left: -18px; opacity: 0; } .service-block-nine .inner-box .content-box .read-more .icon { position: relative; left: 8px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .service-block-nine.style-one { margin-bottom: 120px; } @media (max-width: 991.98px) { .service-block-nine.style-one { margin-bottom: 60px; } } @media (max-width: 575.98px) { .service-block-nine.style-one { margin-bottom: 20px; } } .service-block-nine.style-one .content-box { width: 510px; height: 184px; margin-top: -88px; position: relative; } @media (max-width: 991.98px) { .service-block-nine.style-one .content-box { margin-top: 0; height: auto; width: auto; } } .service-block-nine.style-two .content-box { width: 445px; height: 184px; position: absolute; right: 0; bottom: -86px; } @media (max-width: 991.98px) { .service-block-nine.style-two .content-box { width: auto; height: auto; bottom: 0; position: relative; } } /*** ==================================================================== Map Section ==================================================================== ***/ .map-section { position: relative; z-index: 1; } .map-section .map { position: relative; height: 350px; width: 100%; display: block; } .map-section .branches-outer { position: absolute; left: 0; bottom: 0; width: 100%; } .map-section.alternate .map { height: 350px; } .map-section.alternate.pull-up { margin-top: -45px; } /*** ==================================================================== Call To Action ==================================================================== ***/ .call-to-action { position: relative; padding: 30px 0; background-repeat: no-repeat; background-position: 42% 0%; background-size: cover; background-color: var(--theme-color2); z-index: 2; } .call-to-action:after { content: ""; position: absolute; top: 0; left: 0; width: 42%; height: 100%; background-image: url("../images/background/6.jpg"); background-repeat: no-repeat; background-size: cover; clip-path: polygon(0 0, 100% 0%, 91% 98%, 0% 100%); z-index: -1; } @media (max-width: 767.98px) { .call-to-action:after { width: 100%; clip-path: none; } } .call-to-action:before { content: ""; position: absolute; top: 0; right: 0; width: 61%; height: 100%; background-color: var(--theme-color1); clip-path: polygon(7% 0, 100% 0%, 100% 100%, 1% 98%); z-index: -1; } @media (max-width: 767.98px) { .call-to-action:before { background-color: inherit; } } @media (max-width: 1199.98px) { .call-to-action { background-position: 50% 0%; } } @media (max-width: 991.98px) { .call-to-action { padding: 45px 0; } } .call-to-action .cat-shape-image { position: absolute; top: 26px; right: 0; width: 549px; height: 124px; -webkit-animation: bounce-y 10s infinite linear; animation: bounce-y 10s infinite linear; z-index: 3; } @media (max-width: 1399.98px) { .call-to-action .cat-shape-image { opacity: 0.1; } } @media (max-width: 991.98px) { .call-to-action .image-column { margin-top: 0; margin-bottom: 0; text-align: center; } } .call-to-action .outer-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; width: 100%; } @media (max-width: 991.98px) { .call-to-action .outer-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 20px; text-align: center; } } @media (max-width: 1199.98px) { .call-to-action .title-box { margin-right: 5px; } } @media (max-width: 991.98px) { .call-to-action .title-box { margin-right: 0; margin-bottom: 20px; } } .call-to-action .title-box .title { color: var(--theme-color-light); margin-bottom: 0; } @media (max-width: 1199.98px) { .call-to-action .title-box .title { font-size: 30px; } } @media (max-width: 767.98px) { .call-to-action .title-box .title { font-size: 25px; } } @media (max-width: 1199.98px) { .call-to-action .title-box .title br { display: none; } } .call-to-action .btn-box { position: relative; z-index: 3; } .call-to-action .btn-box .theme-btn { background-color: var(--theme-color-light) !important; color: var(--theme-color1); } .call-to-action .btn-box .theme-btn:hover { color: var(--theme-color-light); } /*** ==================================================================== Call To Action Two ==================================================================== ***/ .call-to-action-two { position: relative; padding: 140px 0 255px; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 2; } @media (max-width: 767.98px) { .call-to-action-two { padding: 100px 0 100px; } } .call-to-action-two:before { content: ""; position: absolute; bottom: 58px; right: 56px; width: 316px; height: 406px; background-image: url("../images/pattern/shape-19.png"); -webkit-animation: bounce-x 10s infinite linear; animation: bounce-x 10s infinite linear; } @media (max-width: 991.98px) { .call-to-action-two:before { display: none; } } .call-to-action-two:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(201, 15, 22, 0.85); z-index: -1; } .call-to-action-two .title-box { position: relative; text-align: center; } .call-to-action-two .title-box .title { font-size: 72px; line-height: 82px; font-weight: 900; color: #fff; margin-bottom: 0; } @media (max-width: 991.98px) { .call-to-action-two .title-box .title { font-size: 42px; line-height: 60px; } } @media (max-width: 575.98px) { .call-to-action-two .title-box .title br { display: none; } } .call-to-action-two .title-box .sub-title { position: relative; top: -20px; padding-left: 34px; font-size: var(--sec-title-subtitle-font-size); color: var(--theme-color-light); line-height: var(--sec-title-subtitle-line-height); font-weight: var(--sec-title-subtitle-font-weight); font-family: var(--sec-title-subtitle-font-family); display: inline-block; text-transform: uppercase; letter-spacing: 0.1em; } @media (max-width: 575.98px) { .call-to-action-two .title-box .sub-title { padding-left: 0; } } .call-to-action-two .title-box .sub-title:before { position: absolute; left: 0; top: -7px; height: 24px; width: 24px; background-image: url(../images/icons/title2.png); background-repeat: no-repeat; background-position: center; content: ""; } @media (max-width: 575.98px) { .call-to-action-two .title-box .sub-title:before { display: none; } } .call-to-action-two .title-box .theme-btn { margin-top: 45px; } /*** ==================================================================== Call To Action Three ==================================================================== ***/ @media (max-width: 991.98px) { .call-to-action-three { padding-top: 90px; } } .call-to-action-three .contact-form-three { background-color: transparent; } @media (max-width: 991.98px) { .call-to-action-three .contact-form-three .theme-btn { background-color: var(--theme-color2) !important; } } .call-to-action-three .contact-form-three .theme-btn:hover { color: var(--theme-color1) !important; } @media (max-width: 991.98px) { .call-to-action-three .contact-form-three .theme-btn:before { background-color: var(--theme-color-light) !important; } } .call-to-action-three .outer-box { position: relative; padding: 40px 40px 10px 60px; -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922); box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922); background-color: #fff; margin-top: -44px; z-index: 1; } @media (max-width: 991.98px) { .call-to-action-three .outer-box { margin-top: 0; padding: 40px 20px 20px 20px; } } .call-to-action-three .outer-box:after { background-color: var(--theme-color1); height: 100%; width: 47%; content: ""; position: absolute; clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%); top: 0; bottom: 0; left: 0; z-index: -2; } @media (max-width: 1199.98px) { .call-to-action-three .outer-box:after { width: 50%; } } @media (max-width: 991.98px) { .call-to-action-three .outer-box:after { clip-path: none; width: 100%; } } @media (max-width: 767.98px) { .call-to-action-three .outer-box:after { width: 100%; clip-path: none; } } .call-to-action-three .outer-box:before { background-color: var(--theme-color-dark); height: 100%; width: 47%; content: ""; position: absolute; clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%); top: 0; bottom: 0; left: 13px; z-index: -2; } @media (max-width: 1199.98px) { .call-to-action-three .outer-box:before { width: 50%; } } @media (max-width: 991.98px) { .call-to-action-three .outer-box:before { clip-path: none; width: 100%; } } @media (max-width: 767.98px) { .call-to-action-three .outer-box:before { display: none; } } .call-to-action-three .content-column .inner-column .title { color: var(--theme-color-light); margin-bottom: 0; margin-top: -31px; } @media (max-width: 991.98px) { .call-to-action-three .content-column .inner-column .title { margin-bottom: 20px; margin-top: 0; } } @media (max-width: 991.98px) { .call-to-action-three .content-column .inner-column .title { font-size: 24px; } } /*** ==================================================================== Locations Section ==================================================================== ***/ .locations-section { position: relative; padding: 120px 0; z-index: 1; } .locations-section .map-box { position: relative; max-width: 1024px; margin: 0 auto; } .location { position: absolute; left: 0; top: 0; } .location:hover .location-info { margin-bottom: 20px; opacity: 1; visibility: visible; z-index: 999; } .location.align-center .location-info { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .location.align-center .location-info:before { left: 50%; margin-left: -15px; } .location.align-right .location-info { left: auto; right: -44px; } .location.align-right .location-info:before { left: auto; right: 37px; } .location .location-dot { position: relative; display: block; height: 16px; width: 16px; background-color: var(--bg-theme-color1); border-radius: 50%; z-index: 2; cursor: pointer; } .location .location-dot:after { position: absolute; left: -17px; top: -17px; content: ""; width: 50px; height: 50px; background-color: var(--bg-theme-color1); border-radius: 50%; -webkit-animation: ripple 2s infinite linear; animation: ripple 2s infinite linear; } .location:nth-child(2) .location-dot:after { -webkit-animation-delay: 500ms; animation-delay: 500ms; } .location:nth-child(3) .location-dot:after { -webkit-animation-delay: 1000ms; animation-delay: 1000ms; } .location:nth-child(4) .location-dot:after { -webkit-animation-delay: 1500ms; animation-delay: 1500ms; } .location:nth-child(5) .location-dot:after { -webkit-animation-delay: 500ms; animation-delay: 500ms; } .location:nth-child(6) .location-dot:after { -webkit-animation-delay: 1000ms; animation-delay: 1000ms; } .location .location-info { position: absolute; left: -44px; bottom: 100%; margin-bottom: 0px; background-color: var(--bg-theme-color2); padding: 30px 50px; opacity: 0; visibility: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .location .location-info:before { position: absolute; top: 100%; left: 37px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 10px solid var(--border-theme-color2); content: ""; } .location .info-list { position: relative; } .location .info-list li { font-size: 16px; line-height: 30px; color: var(--theme-color1); } .location .info-list li:hover a { text-decoration: underline; } .location.location-1 { top: 23.8%; left: 15.5%; } .location.location-2 { top: 78%; left: 25.7%; } .location.location-3 { top: 52.8%; left: 58.3%; } .location.location-4 { top: 13%; left: 67.8%; } .location.location-5 { top: 75%; left: 91.3%; } @keyframes ripple { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { opacity: 0; -webkit-transform: scale(1); transform: scale(1); } } /*** ==================================================================== Locations Section Two ==================================================================== ***/ .locations-section-two { position: relative; padding: 120px 0 90px; } .location-block-two { position: relative; margin-bottom: 30px; } .location-block-two .inner-box { position: relative; padding: 40px 30px; padding-right: 40px; border-right: 4px solid var(--border-theme-color1); -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05); } .location-block-two .inner-box:before { position: absolute; right: -4px; top: 0%; height: 0; border-right: 4px solid var(--border-theme-color2); content: ""; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .location-block-two .inner-box:hover:before { height: 100%; } .location-block-two .inner-box:hover .title { color: var(--theme-color2); } .location-block-two .title { margin-bottom: 30px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .location-block-two .info-list { position: relative; } .location-block-two .info-list li { font-size: 16px; color: #8c8f94; } .location-block-two .info-list li a { color: #8c8f94; } .location-block-two .info-list li a:hover { color: var(--theme-color1); } /*** ================================================================== Offer Section ================================================================== ***/ .offer-section { padding: 0 0 120px; margin-top: -183px; position: relative; overflow: hidden; } @media (max-width: 991.98px) { .offer-section { margin-top: -150px; padding: 0 0 90px; } } .offer-section .content-column { position: relative; } .offer-section .content-column .inner-column { position: relative; } .offer-section .content-column .inner-column .info-box .inner { display: -webkit-box; display: -ms-flexbox; display: flex; } .offer-section .content-column .inner-column .info-box .inner:hover .icon { -webkit-transform: scale(-1) rotate(180deg); transform: scale(-1) rotate(180deg); } .offer-section .content-column .inner-column .info-box .inner .title { color: var(--theme-color-light); margin-bottom: 0; } @media (max-width: 575.98px) { .offer-section .content-column .inner-column .info-box .inner .title { font-size: 20px; } } .offer-section .content-column .inner-column .info-box .inner .icon { color: var(--theme-color-light); font-size: 70px; position: relative; top: 8px; margin-right: 34px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .offer-section .content-column .inner-column .info-box .inner .icon { margin-right: 18px; } } .offer-section .content-column .inner-column .accordion-box { margin-top: 135px; margin-right: 30px; } @media (max-width: 991.98px) { .offer-section .content-column .inner-column .accordion-box { margin-right: 0; margin-bottom: 50px; } } .offer-section .content-column .inner-column .accordion-box .block { border: 1px solid #E6E9F1; margin-bottom: 10px; } .offer-section .content-column .inner-column .accordion-box .block .acc-btn { padding: 24px 0 24px 24px; } @media (max-width: 575.98px) { .offer-section .content-column .inner-column .accordion-box .block .acc-btn { padding: 24px 41px 24px 24px; } } .offer-section .content-column .inner-column .accordion-box .block .acc-btn .arrow { right: 25px; top: 8px; font-size: 16px; } .offer-section .content-column .inner-column .accordion-box .block .content { padding: 20px 10px 26px 24px; } @media (max-width: 991.98px) { .offer-section .content-column .inner-column .accordion-box .block .content .text br { display: none; } } .offer-section .image-column { position: relative; z-index: 1; } .offer-section .image-column .inner-column { position: relative; padding-left: 20px; } @media only screen and (max-width: 1023.98px) { .offer-section .image-column .inner-column { padding-left: 0; } } .offer-section .image-column .image-box { position: relative; } .offer-section .image-column .image-box .image { position: relative; margin-bottom: 0; width: 100%; } .offer-section .image-column .image-box .image:before { content: ""; position: absolute; height: 100%; width: 40px; right: -16px; top: 0; background-color: rgb(198, 148, 83); -webkit-transform: rotate(3deg); transform: rotate(3deg); z-index: -1; } @media (max-width: 991.98px) { .offer-section .image-column .image-box .image:before { display: none; } } .offer-section .image-column .image-box .image img { width: 100%; max-height: 702px; -o-object-fit: cover; object-fit: cover; } .offer-section .image-column .video-box { position: absolute; left: -160px; top: 0; } @media only screen and (max-width: 1023.98px) { .offer-section .image-column .video-box { top: 50%; left: 50%; margin-left: -70px; margin-top: -70px; } } @media (max-width: 575.98px) { .offer-section .image-column .video-box { margin-left: -50px; margin-top: -50px; } } .offer-section .image-column .video-box .play-btn { position: absolute; left: 0; top: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 183px; width: 160px; background-color: var(--theme-color-light); color: #fff; font-size: 38px; } @media (max-width: 575.98px) { .offer-section .image-column .video-box .play-btn { width: 100px; height: 100px; font-size: 30px; } } .offer-section .image-column .video-box .play-btn:hover { background-color: var(--theme-color2); } .offer-section .image-column .video-box .play-btn .icon { color: var(--theme-color1); } /*** ==================================================================== FAQ's Section ==================================================================== ***/ .faq-section { position: relative; padding: 120px 0 70px; } @media (max-width: 991.98px) { .faq-section { padding: 120px 0 25px; } } @media (max-width: 575.98px) { .faq-section { padding: 90px 0 50px; } } .faq-section .bg-pattern-1 { background-image: url(../images/icons/pattern-1.png); } .faq-section .shape-4 { position: absolute; bottom: -100px; left: 20px; width: 276px; height: 460px; background-image: url(../images/pattern/shape-4.png); } @media (max-width: 1399.98px) { .faq-section .shape-4 { opacity: 0.1; } } .faq-section .shape-31 { position: absolute; top: 300px; right: 250px; width: 190px; height: 190px; background-image: url(../images/pattern/shape-31.png); } @media (max-width: 1399.98px) { .faq-section .shape-31 { right: 20px; } } @media (max-width: 1199.98px) { .faq-section .shape-31 { opacity: 0.1; } } .faq-section .bg { position: absolute; left: 0; top: 0; height: 547px; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .faq-section .icon-plane-4 { position: absolute; bottom: -140px; left: 20px; } .faq-section .faq-column { margin-bottom: 50px; } @media (max-width: 991.98px) { .faq-section .faq-column { margin-bottom: 80px; } } @media (max-width: 991.98px) { .faq-section .faq-column { margin-bottom: 34px; } } .faq-section .faq-column .inner-column { position: relative; padding: 57px 0; padding-left: 44px; } @media (max-width: 1199.98px) { .faq-section .faq-column .inner-column { padding-left: 40px; } } @media (max-width: 575.98px) { .faq-section .faq-column .inner-column { padding: 0; } } .faq-section .faq-column .inner-column:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; width: 315px; height: 100%; border-top: 5px solid #f0f0f0; border-bottom: 5px solid #f0f0f0; border-left: 5px solid #f0f0f0; } @media (max-width: 575.98px) { .faq-section .faq-column .inner-column:before { display: none; } } .faq-section .faq-column .inner-column .sec-title { margin-bottom: 20px; } .faq-section .faq-column .inner-column .sec-title .sub-title { margin-bottom: 5px; } .faq-section .faq-column .accordion-box { max-width: 487px; } .faq-section .image-column { margin-bottom: 50px; } @media (max-width: 575.98px) { .faq-section .image-column { margin-bottom: 0; } } .faq-section .image-column .inner-column { padding-top: 60px; padding-left: 160px; } @media (max-width: 991.98px) { .faq-section .image-column .inner-column { padding: 0; text-align: center; } } @media (max-width: 575.98px) { .faq-section .image-column .inner-column { margin-bottom: 40px; } } .faq-section .image-column .inner-column .image-box { position: relative; } .faq-section .image-column .inner-column .image-box .rating-box { position: absolute; top: 22px; left: -130px; width: 229px; height: 100px; border: 3px solid var(--theme-color1); background-color: var(--theme-color-light); text-align: center; -webkit-transform: translate(38px, 46px); transform: translate(38px, 46px); } @media (max-width: 991.98px) { .faq-section .image-column .inner-column .image-box .rating-box { left: 100px; top: 0; } } @media (max-width: 767.98px) { .faq-section .image-column .inner-column .image-box .rating-box { position: relative; left: 0; width: 100%; -webkit-transform: none; transform: none; margin-top: 70px; } } .faq-section .image-column .inner-column .image-box .rating-box .icon { position: absolute; width: 51px; height: 51px; line-height: 51px; border-radius: 50%; background: var(--theme-color1); color: var(--theme-color-light); font-size: 24px; text-align: center; -webkit-transform: translate(-30px, -31px); transform: translate(-30px, -31px); } .faq-section .image-column .inner-column .image-box .rating-box .rating { padding-top: 18px; } .faq-section .image-column .inner-column .image-box .rating-box .rating li { display: inline-block; color: #f9b524; font-size: 12px; margin: 0 2px; } .faq-section .image-column .inner-column .image-box .rating-box .reviews { margin-bottom: 0; font-size: 18px; font-weight: 700; } .accordion-box { position: relative; } .accordion-box .block { background-color: var(--theme-color-light); border-bottom: 1px solid #e1e1e1; padding: 0; position: relative; } .accordion-box .block .acc-btn { position: relative; font-size: 18px; line-height: 24px; color: var(--theme-color-dark); font-weight: 500; cursor: pointer; padding: 15px 0 15px 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } @media (max-width: 575.98px) { .accordion-box .block .acc-btn { padding: 15px 14px 15px 15px; } } .accordion-box .block .acc-btn .icon { position: absolute; top: 15px; right: 15px; line-height: 28px; color: var(--theme-color1); font-size: 24px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .accordion-box .block .acc-btn .arrow { position: absolute; right: 15px; top: -1px; font-size: 14px; line-height: 56px; font-weight: 800; color: var(--theme-color-dark); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .accordion-box .block .acc-btn.active { color: var(--theme-color-light); } .accordion-box .block .acc-btn.active .arrow { font-size: 14px; color: var(--theme-color-light); -webkit-transform: rotate(0deg); transform: rotate(0deg); } .accordion-box .block .acc-btn.active .arrow:before { content: "\f063"; } .accordion-box .block .acc-btn.active .icon { top: 10px; -webkit-transform: scale(-1) rotate(180deg); transform: scale(-1) rotate(180deg); } .accordion-box .block .acc-content { position: relative; display: none; } .accordion-box .block .acc-content .content { position: relative; padding: 20px; } .accordion-box .block .acc-content .content .text { display: block; margin-bottom: 0; } @media (max-width: 1199.98px) { .accordion-box .block .acc-content .content .text br { display: none; } } .accordion-box .block .acc-content.current { display: block; } .accordion-box.style-two .block { position: relative; border: none; width: 100%; padding: 10px 10px 0 10px; margin-bottom: 12px; -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06); box-shadow: 0 0 43px rgba(0, 0, 0, 0.06); background-color: var(--theme-color-light); } @media (max-width: 991.98px) { .accordion-box.style-two .block { padding: 7px 10px 10px; } } .accordion-box.style-two .block .acc-btn { font-weight: 700; } @media (max-width: 575.98px) { .accordion-box.style-two .block .acc-btn { padding-left: 70px; } } .accordion-box.style-two .block .arrow { right: 4px; } .accordion-box.style-two .block .content { padding: 15px 20px; } .accordion-box.style-two .block .content .text { font-size: 16px; line-height: 30px; color: #7a7a7a; } @media (max-width: 991.98px) { .accordion-box.style-two .block .content .text { line-height: 24px; margin-top: 5px; } } .accordion-box.style-two .block .acc-btn.active { color: var(--theme-color1); } .accordion-box.style-two .block .acc-btn.active .arrow, .accordion-box.style-two .block .acc-btn.active .icon { color: var(--theme-color1); } .accordion-box.style-two .block .acc-btn.active .count { background-color: var(--theme-color1); color: var(--theme-color-light); } .accordion-box.style-two .count { position: absolute; top: 0; left: 0; width: 57px; height: 57px; line-height: 57px; color: #a6a6a6; background-color: #f2f3f6; text-align: center; } @media (max-width: 575.98px) { .accordion-box.style-two .count { top: 5px; } } /*** ==================================================================== FAQ's Section Two ==================================================================== ***/ .faq-section-two { position: relative; padding: 0; background-color: #E1E1E1; } @media (max-width: 991.98px) { .faq-section-two { padding: 90px 0 0; } } @media (max-width: 991.98px) { .faq-section-two.style-two { padding: 90px 0 90px; } } .faq-section-two.style-two .float-image { position: absolute; bottom: 0; right: 0px; pointer-events: none; } @media (max-width: 1399.98px) { .faq-section-two.style-two .float-image { display: none; } } .faq-section-two.style-three { background-color: transparent; padding: 164px 0 120px; } @media (max-width: 991.98px) { .faq-section-two.style-three { padding: 90px 0; } } .faq-section-two.style-three .faq-column .inner-column { margin-left: 77px; } @media (max-width: 1199.98px) { .faq-section-two.style-three .faq-column .inner-column { margin-left: 0; } } @media (max-width: 575.98px) { .faq-section-two.style-three .accordion-box { margin-right: 0; } } .faq-section-two.style-three .theme-btn { margin-top: 50px; } .faq-section-two.style-three .float-image { left: 63px; right: auto; bottom: -112px; } .faq-section-two .bg-image { content: ""; position: absolute; top: 0; left: 0; width: 364px; height: 740px; pointer-events: none; background-position: left; background-repeat: no-repeat; } @media (max-width: 767.98px) { .faq-section-two .bg-image { display: none; } } .faq-section-two .bg-image:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; width: 100%; height: 100%; background: linear-gradient(89.23deg, rgb(243, 244, 247) 3.09%, rgba(243, 244, 247, 0.8784313725) 36.63%); } @media (max-width: 575.98px) { .faq-section-two .bg-image:before { display: none; } } .faq-section-two .float-image { position: absolute; bottom: -85px; right: 20px; z-index: 1; } @media (max-width: 1199.98px) { .faq-section-two .float-image { display: none; } } @media (max-width: 991.98px) { .faq-section-two .sec-title { margin-bottom: 30px; } } @media (max-width: 1199.98px) { .faq-section-two .sec-title .text br { display: none; } } .faq-section-two .faq-column .inner-column { margin-left: 30px; } @media (max-width: 991.98px) { .faq-section-two .faq-column .inner-column { margin-left: 0; margin-bottom: 40px; } } .faq-section-two .accordion-box .block { background-color: transparent; } .faq-section-two .accordion-box { margin-right: 40px; } .faq-section-two .image-column .inner-column { position: relative; } .faq-section-two .image-column .inner-column .image-1 { padding-left: 90px; } @media (max-width: 767.98px) { .faq-section-two .image-column .inner-column .image-1 { padding-left: 0; } } .faq-section-two .image-column .inner-column .image-1 img { width: 100%; } .faq-section-two .image-column .inner-column .image-2 { position: absolute; left: 0; top: -54px; border: 10px solid #ffffff; } @media (max-width: 991.98px) { .faq-section-two .image-column .inner-column .image-2 { top: 0; } } @media (max-width: 767.98px) { .faq-section-two .image-column .inner-column .image-2 { display: none; } } /*** ==================================================================== FAQ's Section Six ==================================================================== ***/ .faq-section-six { position: relative; padding: 120px 0 120px; } @media (max-width: 991.98px) { .faq-section-six { padding: 120px 0 90px; } } .faq-section-six .outer-box { background-color: var(--theme-color-light); } .faq-section-six .bg-image { left: auto; right: 0; width: 76%; background-repeat: no-repeat; background-position: center bottom; z-index: -1; } @media (max-width: 991.98px) { .faq-section-six .bg-image { display: none; } } .faq-section-six .bg-pattern-1 { background-image: url(../images/icons/pattern-1.png); } .faq-section-six .faq-column .inner-column { margin-right: 70px; } @media (max-width: 991.98px) { .faq-section-six .faq-column .inner-column { margin-right: 0; margin-bottom: 50px; } } .faq-section-six .form-column .inner-column { margin-right: 38px; } @media (max-width: 991.98px) { .faq-section-six .form-column .inner-column { margin-right: 0; } } /*** ==================================================================== Work Section ==================================================================== ***/ .work-section { position: relative; padding: 120px 0 70px; } .work-section:before { position: absolute; left: -260px; top: 75px; height: 590px; width: 640px; background-image: url(../images/icons/shape-10.png); background-repeat: no-repeat; background-position: center left; content: ""; } .work-section .sec-title { margin-bottom: 50px; } .work-tabs { position: relative; } .work-tabs .tab-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 60px; border-radius: 10px; overflow: hidden; } .work-tabs .tab-buttons .tab-btn { width: 100%; font-size: 20px; font-weight: 700; line-height: 50px; color: var(--theme-color1); text-align: center; padding: 30px 30px; font-family: var(--title-font); background-color: #f4f5f8; cursor: pointer; } .work-tabs .tab-buttons .tab-btn.active-btn { background-color: var(--bg-theme-color1); color: #ffffff; } .work-tabs .content-column { position: relative; margin-bottom: 50px; } .work-tabs .content-column .inner-column { padding: 0 35px; } .work-tabs .content-column .inner-column h3 { font-size: 34px; margin-bottom: 40px; } .work-tabs .content-column .inner-column > .text { margin-bottom: 40px; } .work-tabs .content-column .about-block-two:last-child { margin-bottom: 0; } .work-tabs .image-column { position: relative; margin-bottom: 50px; } .work-tabs .image-column .image { margin-bottom: 0; border-radius: 10px; overflow: hidden; } /*** ==================================================================== Fun Fact Section ==================================================================== ***/ .fun-fact-section { position: relative; padding: 100px 0 478px; background-color: #f3f4f7; } @media (max-width: 991.98px) { .fun-fact-section { padding: 100px 0 448px; } } .fun-fact-section.style-two { background-color: transparent; padding: 0 0 70px; } @media (max-width: 991.98px) { .fun-fact-section.style-two { padding: 0 0 40px; } } .fun-fact-section.style-three { background-color: transparent; padding: 167px 0 70px; } @media (max-width: 991.98px) { .fun-fact-section.style-three { padding: 100px 0 40px; } } .fun-fact-section .bg { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .counter-block { position: relative; margin-bottom: 50px; } .counter-block .inner-box { position: relative; border: 3px solid #e1e1e1; padding: 70px 20px 40px; max-width: 225px; margin: 50px auto 0; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1399.98px) { .counter-block .inner-box { max-width: 100%; } } .counter-block .inner-box:hover .icon { background-color: var(--theme-color-dark); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .counter-block .icon { position: absolute; top: -63px; left: 0; right: 0; margin: 0 auto; display: inline-block; width: 125px; height: 125px; line-height: 125px; font-size: 46px; color: var(--theme-color-light); border-radius: 50%; -webkit-box-shadow: 0 0px 43px rgba(0, 0, 0, 0.06); box-shadow: 0 0px 43px rgba(0, 0, 0, 0.06); background-color: var(--theme-color1); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .counter-block .count-box { position: relative; font-size: 48px; font-weight: 700; font-family: var(--title-font); line-height: 1em; color: var(--theme-color-dark); } .counter-block .count-box .count-text { font-weight: 700; font-size: 48px; line-height: 1em; color: var(--theme-color-dark); } .counter-block .counter-title { position: relative; margin-bottom: 0; color: #7a7a7a; } /*** ==================================================================== Fun Fact Section Two ==================================================================== ***/ .fun-fact-section-two { background-color: #F8F8F8; padding: 120px 0; position: relative; } @media (max-width: 991.98px) { .fun-fact-section-two { padding: 90px 0 70px; } } .fun-fact-section-two .float-image { position: absolute; right: 18px; bottom: 0; } @media (max-width: 1399.98px) { .fun-fact-section-two .float-image { display: none; } } .fun-fact-section-two .shape-21 { position: absolute; bottom: 0; left: 0; width: 536px; height: 436px; background-image: url(../images/pattern/shape-21.png); } @media (max-width: 1199.98px) { .fun-fact-section-two .shape-21 { display: none; } } .fun-fact-section-two .content-column .inner-column { margin-top: 24px; } @media (max-width: 1199.98px) { .fun-fact-section-two .content-column .inner-column { margin-top: 0; margin-bottom: 50px; } } @media (max-width: 1199.98px) { .fun-fact-section-two .content-column .inner-column .sec-title .text br { display: none; } } .counter-block-two { position: relative; margin-bottom: 20px; } .counter-block-two .inner-box { position: relative; background-color: #fff; padding: 39px 20px 31px; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1399.98px) { .counter-block-two .inner-box { max-width: 100%; } } .counter-block-two .inner-box:before { position: absolute; content: ""; background-color: var(--theme-color1); width: 100%; height: 0; bottom: 0; left: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .counter-block-two .inner-box:hover:before { height: 100%; } .counter-block-two .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); color: var(--theme-color-light); } .counter-block-two .inner-box:hover .count-text { color: var(--theme-color-light); } .counter-block-two .inner-box:hover .counter-title { color: var(--theme-color-light); } .counter-block-two .icon { margin-bottom: 10px; display: inline-block; font-size: 66px; color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .counter-block-two .count-box { position: relative; font-size: 48px; font-weight: 700; font-family: var(--title-font); line-height: 1em; color: var(--theme-color-dark); } .counter-block-two .count-box .count-text { font-weight: 700; font-size: 48px; line-height: 1em; color: var(--theme-color-dark); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .counter-block-two .counter-title { position: relative; margin-bottom: 0; margin-top: 5px; color: #444444; -webkit-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== Fun Fact Section Three ==================================================================== ***/ .fun-fact-section-three { padding: 140px 0 120px; position: relative; } @media (max-width: 991.98px) { .fun-fact-section-three { padding: 90px 0 90px; } } .fun-fact-section-three .bg-map-4 { width: 873px; height: 445px; top: 110px; left: calc(50% - 516px); position: absolute; background-image: url(../images/icons/bg-map-4.png); } @media (max-width: 767.98px) { .fun-fact-section-three .bg-map-4 { display: none; } } .fun-fact-section-three .outer-box { position: relative; } @media (max-width: 991.98px) { .fun-fact-section-three .outer-box .image-box { display: none; } } .fun-fact-section-three .outer-box .image-box .image { border-radius: 50%; margin-bottom: 0; position: absolute; border: 1px solid #DDDDDD; padding: 5px; } .fun-fact-section-three .outer-box .image-box .image img { border-radius: 50%; } .fun-fact-section-three .outer-box .image-box .image .icon { border-radius: 50%; background-color: var(--theme-color1); color: var(--theme-color-light); position: absolute; font-size: 17px; width: 35px; height: 35px; line-height: 35px; right: 0; top: 0; padding-left: 2px; text-align: center; } .fun-fact-section-three .outer-box .image-box .client1 { top: 30px; left: 110px; } .fun-fact-section-three .outer-box .image-box .client2 { bottom: 160px; left: 5px; } .fun-fact-section-three .outer-box .image-box .client2 .icon { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } .fun-fact-section-three .outer-box .image-box .client3 { bottom: 55px; left: 170px; } .fun-fact-section-three .outer-box .image-box .client3 .icon { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } .fun-fact-section-three .outer-box .image-box .client4 { bottom: 0; right: 177px; } .fun-fact-section-three .outer-box .image-box .client4 .icon { font-size: 12px; width: 24px; height: 24px; line-height: 24px; } .fun-fact-section-three .outer-box .image-box .client5 { top: 155px; right: -6px; } .fun-fact-section-three .outer-box .image-box .client5 .icon { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } .fun-fact-section-three .outer-box .image-box .client6 { top: -15px; right: 134px; } @media (max-width: 991.98px) { .fun-fact-section-three .counter-block-three { margin-bottom: 0; } } .fun-fact-section-three .counter-block-three .inner-box { text-align: center; } .fun-fact-section-three .counter-block-three .inner-box .count-box { color: var(--theme-color1); font-family: var(--text-font); font-size: 200px; font-weight: 300; } @media (max-width: 767.98px) { .fun-fact-section-three .counter-block-three .inner-box .count-box { font-size: 100px; } } .fun-fact-section-three .counter-block-three .inner-box .count-box .count-text { color: var(--theme-color1); font-family: var(--text-font); font-size: 200px; font-weight: 300; } @media (max-width: 767.98px) { .fun-fact-section-three .counter-block-three .inner-box .count-box .count-text { font-size: 100px; } } .fun-fact-section-three .counter-block-three .inner-box .counter-title { color: var(--theme-color2); font-size: 40px; font-weight: 400; line-height: 50px; margin-bottom: 49px; margin-top: 22px; } @media (max-width: 767.98px) { .fun-fact-section-three .counter-block-three .inner-box .counter-title { font-size: 36px; margin-bottom: 20px; margin-top: 0; } } @media (max-width: 575.98px) { .fun-fact-section-three .counter-block-three .inner-box .counter-title { line-height: 40px; font-size: 30px; } .fun-fact-section-three .counter-block-three .inner-box .counter-title br { display: none; } } .fun-fact-section-three .counter-btn-box .theme-btn { width: 180px; height: 60px; line-height: 57px; padding: 0; text-align: center; } @media (max-width: 767.98px) { .fun-fact-section-three .counter-btn-box .theme-btn { width: 140px; height: 50px; line-height: 50px; } } .fun-fact-section-three .counter-btn-box .theme-btn.two { background-color: transparent; border: 1px solid var(--theme-color1); color: var(--theme-color1); margin-right: 17px; } @media (max-width: 575.98px) { .fun-fact-section-three .counter-btn-box .theme-btn.two { margin-right: 5px; } } .fun-fact-section-three .counter-btn-box .theme-btn.two:hover { color: var(--theme-color-light); } /*** ==================================================================== Fun Fact Section Four ==================================================================== ***/ .fun-fact-section-four { padding: 140px 0 120px; position: relative; } @media (max-width: 991.98px) { .fun-fact-section-four { padding: 90px 0 90px; } } @media (max-width: 991.98px) { .fun-fact-section-four .content-column .inner-column { margin-bottom: 70px; } } .fun-fact-section-four .content-column .inner-column .sec-title { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 50px; } .fun-fact-section-four .content-column .inner-column .info-box { color: var(--theme-color2); font-size: 24px; font-weight: 400; } .fun-fact-section-four .content-column .inner-column .info-box a { color: var(--theme-color2); } .fun-fact-section-four .content-column .inner-column .text { font-size: 18px; line-height: 36px; margin-top: 20px; margin-bottom: 60px; } .fun-fact-section-four .counter-block-four { margin-bottom: 100px; } .fun-fact-section-four .counter-block-four:last-child { margin-bottom: 0; } @media (max-width: 991.98px) { .fun-fact-section-four .counter-block-four .inner-box { text-align: center; } } .fun-fact-section-four .counter-block-four .inner-box .count-box { color: var(--theme-color1); font-family: var(--title-font); font-size: 96px; font-weight: 500; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 52px; margin-bottom: 15px; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgb(198, 148, 83); } .fun-fact-section-four .counter-block-four .inner-box .count-box .count-text { color: var(--theme-color1); font-size: 96px; font-weight: 500; } .fun-fact-section-four .counter-block-four .inner-box .counter-title { color: var(--theme-color2); font-size: 24px; font-weight: 400; } /*** ==================================================================== Fun Fact Section Six ==================================================================== ***/ .funfacts-section-six { position: relative; padding: 120px 0 90px; z-index: 3; } .counter-block-six { margin-bottom: 30px; } .counter-block-six .inner-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 35px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 991.98px) { .counter-block-six .inner-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } } .counter-block-six .inner-box:before { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; border-left: 15px solid transparent; border-top: 15px solid var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .counter-block-six .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); color: var(--theme-color-light); } .counter-block-six .content-box { position: relative; } .counter-block-six .icon { position: relative; display: inline-block; font-size: 62px; line-height: 1em; margin-right: 50px; color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 991.98px) { .counter-block-six .icon { margin-right: 0; margin-bottom: 10px; } } .counter-block-six .count-box { position: relative; font-size: 60px; line-height: 1em; font-weight: 600; color: var(--theme-color-light); } .counter-block-six .count-box .count-text { position: relative; font-size: 60px; line-height: 1em; font-weight: 600; color: var(--theme-color-light); } .counter-block-six .counter-title { position: relative; font-size: 16px; line-height: 30px; font-weight: 400; color: var(--theme-color-light); margin-bottom: 0; } /*** ==================================================================== Project Section ==================================================================== ***/ .project-section { position: relative; padding: 120px 0 120px; background-color: var(--theme-color-dark); } @media (max-width: 991.98px) { .project-section { padding: 90px 0; } } .project-section .bg { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .project-section .sec-title { margin-bottom: 60px; } .project-section .sec-title .sub-title { border-color: rgba(255, 255, 255, 0.2); } .project-section .projects-carousel-three .owl-nav { display: none; } .project-section .projects-carousel .owl-stage-outer { overflow: visible; } .project-section.style-two { padding: 120px 0; } .project-section.style-two .sub-title { border-color: #eee9e3; } .project-section.style-three { padding: 120px 0 0; } @media (max-width: 991.98px) { .project-section.style-three { padding: 90px 0 0; } } @media (max-width: 991.98px) { .project-section.style-three .sec-title { margin-bottom: 40px; } } .project-section.style-three .project-block { margin-bottom: 30px; } .project-block { position: relative; margin-bottom: 40px; } .project-block .inner-box { position: relative; overflow: hidden; } .project-block .inner-box:before { content: ""; position: absolute; bottom: 0; left: 0; width: 150px; height: 155px; clip-path: polygon(0 0, 0% 100%, 100% 100%); background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-transform: translateX(-150px); transform: translateX(-150px); z-index: 3; } .project-block .inner-box .overlay-1 { position: absolute; bottom: 0; left: 0; -webkit-transform: translateY(200px); transform: translateY(200px); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 1; } .project-block .inner-box:hover .overlay-1 { -webkit-transform: translate(0); transform: translate(0); } .project-block .inner-box:hover:before { -webkit-transform: none; transform: none; } .project-block .inner-box:hover .image-box .image:before { height: 100%; } .project-block .inner-box:hover .image-box .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .project-block .inner-box:hover .icon { background-color: var(--bg-theme-color-light); color: var(--theme-color-dark); } .project-block .inner-box:hover .content-box .read-more { opacity: 1; -webkit-transform: translate(0); transform: translate(0); -webkit-transition-delay: 400ms; transition-delay: 400ms; } .project-block .inner-box:hover .content-box .title { opacity: 1; -webkit-transform: translate(0); transform: translate(0); -webkit-transition-delay: 400ms; transition-delay: 400ms; } .project-block .inner-box:hover .content-box .cat { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 200ms; transition-delay: 200ms; } .project-block .image-box { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block .image-box .image { margin-bottom: 0; overflow: hidden; position: relative; } .project-block .image-box .image::before { background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #24201F), color-stop(80%, #24201F)); background: linear-gradient(transparent, #24201F 80%, #24201F 80%); bottom: 0; content: ""; height: 0; left: 0; position: absolute; pointer-events: none; width: 100%; -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 2; } .project-block .image-box .image img { position: relative; width: 100%; height: 100%; min-height: 400px; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block .content-box { bottom: 26px; left: 29px; position: absolute; z-index: 3; } .project-block .content-box .read-more { background-color: var(--theme-color-dark); border-radius: 50%; color: var(--theme-color-light); display: inline-block; height: 42px; line-height: 42px; margin-bottom: 18px; opacity: 0; position: relative; text-align: center; -webkit-transform: translateX(-50px); transform: translateX(-50px); width: 42px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block .content-box .read-more i { font-size: 16px; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .project-block .content-box .title { position: relative; margin-bottom: 0; padding: 6px 18px; margin-bottom: 1px; opacity: 0; background-color: var(--theme-color-light); -webkit-transform: translateY(-40px); transform: translateY(-40px); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 767.98px) { .project-block .content-box .title { font-size: 20px; } } .project-block .content-box .cat { position: relative; padding: 3px 18px; font-weight: 400; opacity: 0; display: inline-block; background-color: var(--theme-color-light); -webkit-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== Project Section Two ==================================================================== ***/ .project-section.two { position: relative; background-color: inherit; } /*** ==================================================================== Project Section Three ==================================================================== ***/ .project-section.style-three { position: relative; background-color: inherit; } .project-section-three { position: relative; padding: 120px 0 0; } @media (max-width: 991.98px) { .project-section-three { padding: 90px 0 0; } } .project-section-three .bg-image { height: 460px; } .project-section-three .bg-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(158.2deg, #C90F16 16.28%, rgba(201, 15, 22, 0.94) 74.31%); } .project-section-three .carousel-outer { margin-right: -400px; } @media (max-width: 1399.98px) { .project-section-three .carousel-outer { margin-right: 0; } } .project-section-three .sec-title { margin-bottom: 50px; } .project-section-three .sec-title .sub-title { color: var(--theme-color-light); } .project-section-three .sec-title .sub-title:before { background-image: url(../images/icons/title2.png); } /*** ==================================================================== Project Section ==================================================================== ***/ .project-section-five { background-color: var(--theme-color-light); background-repeat: no-repeat; position: relative; padding: 120px 0; } @media (max-width: 991.98px) { .project-section-five { padding: 90px 0; } } @media (max-width: 575.98px) { .project-section-five { padding: 90px 0 80px; } } .project-section-five.alternate:before { bottom: auto; top: 0; height: 520px; } .project-section-five .bg-image { height: 586px; top: auto; bottom: 0; } .project-section-five .carousel-outer { margin-left: -300px; margin-right: -300px; } @media only screen and (max-width: 1699.98px) { .project-section-five .carousel-outer { margin-left: -100px; margin-right: -100px; } } @media (max-width: 1399.98px) { .project-section-five .carousel-outer { margin-left: 0; margin-right: 0; } } .project-section-five .carousel-outer .owl-nav { display: none; } .project-section-five .expert-info-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 70px; position: relative; } @media (max-width: 575.98px) { .project-section-five .expert-info-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } } .project-section-five .expert-info-box:hover .icon { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .project-section-five .expert-info-box .image-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 15px; } @media (max-width: 575.98px) { .project-section-five .expert-info-box .image-box { margin-right: 0; margin-bottom: 20px; } } .project-section-five .expert-info-box .image-box .image { margin-bottom: 0; } .project-section-five .expert-info-box .image-box .image img { border-radius: 15px; } .project-section-five .expert-info-box .image-box .icon { border-radius: 50%; background-color: var(--bg-theme-color1); color: var(--theme-color-light); display: inline-block; font-size: 46px; width: 90px; height: 90px; line-height: 91px; margin-left: -44px; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-section-five .expert-info-box .content-box .expert-title { margin-bottom: 0; } .project-section-five.style-two { background-color: var(--bg-theme-color1); background-image: url(../images/icons/pattern-14.jpg); background-repeat: no-repeat; background-position: center top; } .project-section-five.style-two:before { display: none; } .project-section-five.style-two .carousel-outer { margin-left: 0; margin-right: -400px; } .project-section-five.style-two .project-block { margin-bottom: 0; } .project-section-five.style-two .owl-dots { position: absolute; left: -60px; bottom: 50px; display: block !important; } .project-section-five.style-two .owl-dots .owl-dot { display: block; height: 35px; width: 3px; background-color: #ffffff; opacity: 0.2; margin-bottom: 10px; } .project-section-five.style-two .owl-dots .owl-dot.active { opacity: 1; } .project-block-five { position: relative; } .project-block-five .inner-box { position: relative; } .project-block-five .inner-box:hover .image-box .image:after { height: 100%; } .project-block-five .inner-box:hover .image-box .icon { right: 40px; top: 40px; opacity: 1; -webkit-transition-delay: 300ms; transition-delay: 300ms; } .project-block-five .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .project-block-five .inner-box:hover .content-box { opacity: 1; } .project-block-five .inner-box:hover .content-box .title a, .project-block-five .inner-box:hover .content-box .cat { color: var(--theme-color-light); } .project-block-five .image-box { position: relative; overflow: hidden; border-radius: 5px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-five .image-box .image { position: relative; margin-bottom: 0px; border-radius: 5px; } .project-block-five .image-box .image a { display: block; width: 100%; } .project-block-five .image-box .image::before { position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; content: ""; pointer-events: none; z-index: 2; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .project-block-five .image-box .image:after { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: -webkit-gradient(linear, left top, left bottom, from(#914C21), color-stop(0.01%, rgba(0, 0, 0, 0)), to(#C90F16)); background: linear-gradient(180deg, #914C21 0%, rgba(0, 0, 0, 0) 0.01%, #C90F16 100%); height: 0; opacity: 0.9; z-index: 2; content: ""; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-five .image-box .image img { width: 100%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-five .image-box .icon { position: absolute; right: 40px; top: 10px; height: 52px; width: 52px; border-radius: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--theme-color-light); font-size: 18px; padding-top: 2px; border: 2px solid var(--theme-color-light); z-index: 2; -webkit-transition: all 300ms ease; transition: all 300ms ease; opacity: 0; } .project-block-five .image-box .icon:hover { background-color: var(--theme-color-light); color: var(--theme-color1); } .project-block-five .content-box { position: absolute; left: 0; bottom: 0; padding: 40px 50px; z-index: 9; opacity: 0; } @media (max-width: 767.98px) { .project-block-five .content-box { padding: 30px 30px; } } .project-block-five .content-box .cat { position: relative; padding-top: 15px; font-size: 14px; line-height: 30px; font-weight: 500; letter-spacing: 0.1em; color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-five .content-box .cat:before { content: ""; position: absolute; width: 35px; height: 3px; left: 0; top: 0px; background-color: var(--theme-color-light); } .project-block-five .content-box .title { display: block; margin-bottom: 0; color: #ffffff; } .project-block-five .content-box .title:hover { color: var(--theme-color3); } /*** ==================================================================== Process Section ==================================================================== ***/ .process-section { position: relative; padding: 120px 0 50px; } @media (max-width: 991.98px) { .process-section { padding: 90px 0 20px; } } .process-section .overlay-3 { position: absolute; bottom: 0; left: 0; } .process-section .icon-plane-9 { position: absolute; top: 40%; left: -45px; z-index: 3; } .process-section .float-image { position: absolute; top: 0; right: 0; } @media (max-width: 1399.98px) { .process-section .float-image { display: none; } } .process-section .sec-title { margin-bottom: 80px; } .process-block { margin-bottom: 70px; } .process-block:last-child .inner-box:before { display: none; } .process-block:nth-child(2) .inner-box:before { -webkit-transform: scaleY(-1); transform: scaleY(-1); } .process-block .inner-box { position: relative; max-width: 250px; margin: 0 auto; text-align: center; } .process-block .inner-box:before { content: ""; position: absolute; top: 40px; right: -140px; width: 137px; height: 18px; background-image: url(../images/icons/icon-border-3.png); } @media (max-width: 767.98px) { .process-block .inner-box:before { display: none; } } .process-block .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); background-color: var(--theme-color1) !important; color: var(--theme-color-light) !important; } .process-block .inner-box:hover .count { background-color: var(--theme-color1); color: var(--theme-color-light); } .process-block .inner-box .content { background-color: #262626; border-radius: 200px; padding: 130px 35px 70px; overflow: hidden; position: relative; } .process-block .inner-box .icon-box { left: 0; margin: 0 auto; position: absolute; right: 0; top: -20px; z-index: 3; } .process-block .inner-box .icon-box:before { background-image: url(../images/icons/icon-border-2.png); content: ""; height: 120px; position: absolute; top: -15px; right: 70px; width: 114px; } .process-block .inner-box .icon-box .icon { background-color: var(--theme-color-light); border-radius: 50%; color: var(--theme-color1); display: inline-block; font-size: 45px; height: 95px; line-height: 105px; position: relative; width: 95px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .process-block .inner-box .title { color: var(--theme-color-light); margin-bottom: 5px; } .process-block .inner-box .title a:hover { color: var(--theme-color1); } .process-block .inner-box .text { color: var(--theme-color-light); margin-bottom: 35px; } .process-block .inner-box .count { position: relative; width: 72px; height: 72px; line-height: 72px; border-radius: 50%; margin: 0 auto; color: var(--theme-color-light); background-color: #45403A; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .process-block .inner-box .icon-shapes { position: absolute; bottom: 18px; right: 15px; width: 70px; height: 116px; background-image: url(../images/icons/icon-box.png); } /*** ==================================================================== Project Section Six ==================================================================== ***/ .projects-section-six { position: relative; padding: 120px 0; } .projects-section-six.style-two { padding: 185px 0 95px; } @media (max-width: 1399.98px) { .projects-section-six.style-two { padding: 120px 0 95px; } } @media (max-width: 991.98px) { .projects-section-six.style-two { padding: 90px 0 50px; } } .projects-section-six.style-two .bg { top: 0; bottom: 0; } .projects-section-six.style-two:before { display: none; } .projects-section-six.style-two .sec-title .theme-btn { background-color: transparent; border: 1px solid var(--theme-color1); color: #ffffff; margin-left: 0; } @media (max-width: 991.98px) { .projects-section-six.style-two .sec-title .theme-btn { margin-top: 20px; } } .projects-section-six.style-two .sec-title .theme-btn:hover { color: var(--theme-color-light); } .projects-section-six.style-two .carousel-outer { margin-right: -580px; padding: 0; } @media (max-width: 1199.98px) { .projects-section-six.style-two .carousel-outer { margin-right: 0; } } .projects-section-six.style-two .carousel-outer .owl-dots { display: none; } .projects-section-six.layout-five { background-color: var(--theme-color2); z-index: 0; overflow: hidden; } .projects-section-six.layout-five h2 { color: #FFF; } .projects-section-six.layout-five:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/pattern/bg-pattern-6.png); } .projects-section-six:before { background-color: var(--theme-color2); bottom: 275px; content: ""; height: auto; opacity: 0.94; position: absolute; left: 0; top: 0; height: 100%; width: 100%; top: -520px; } @media (max-width: 991.98px) { .projects-section-six:before { top: 0; } } @media (max-width: 767.98px) { .projects-section-six:before { top: -900px; } } .projects-section-six .bg { bottom: 275px; height: auto; top: -520px; bottom: 275px; } @media (max-width: 991.98px) { .projects-section-six .bg { top: -635px; } } @media (max-width: 575.98px) { .projects-section-six .bg { top: -863px; } } @media (max-width: 767.98px) { .projects-section-six .bg { top: -900px; } } .projects-section-six .icon-dots-2 { position: absolute; bottom: -390px; right: 0; width: 781px; height: 667px; background-image: url(../images/icons/icon-dots-2.png); } @media (max-width: 991.98px) { .projects-section-six .icon-dots-2 { display: none; } } .projects-section-six .carousel-outer { padding: 0 20px; } .projects-section-six .default-dots .owl-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; } .projects-section-six .default-dots .owl-dots .owl-dot { background-color: transparent; border: 1px solid #979797; border-radius: 50%; height: 7px; margin: 0 5px; width: 8px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .projects-section-six .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border-color: var(--theme-color1); } .project-block-six { margin-bottom: 50px; } .project-block-six .inner-box { position: relative; } .project-block-six .inner-box:before { content: ""; position: absolute; top: 0; left: 50%; right: 51%; bottom: 0; opacity: 1; pointer-events: none; background: rgba(255, 255, 255, 0.3); -webkit-transition: all 500ms linear; transition: all 500ms linear; z-index: 1; } .project-block-six .inner-box:after { background: rgba(255, 255, 255, 0.3); bottom: 50%; content: ""; left: 0; position: absolute; right: 0; top: 50%; opacity: 1; pointer-events: none; -webkit-transition: all 600ms linear; transition: all 600ms linear; } .project-block-six .inner-box:hover:before { left: 0; right: 0; opacity: 0; -webkit-transition: all 500ms linear; transition: all 500ms linear; } .project-block-six .inner-box:hover:after { top: 0; bottom: 0; opacity: 0; -webkit-transition: all 600ms linear; transition: all 600ms linear; } .project-block-six .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .project-block-six .inner-box:hover .content-box:before { width: 100%; } .project-block-six .inner-box:hover .content-box .title, .project-block-six .inner-box:hover .content-box .cat { color: var(--theme-color-light); } .project-block-six .inner-box .image { position: relative; overflow: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-six .inner-box .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-six .inner-box .content-box { position: absolute; bottom: 30px; left: 30px; right: 0; max-width: 329px; background-color: var(--theme-color-light); z-index: 3; } @media (max-width: 991.98px) { .project-block-six .inner-box .content-box { bottom: 0; width: 100%; max-width: 100%; left: 0; } } .project-block-six .inner-box .content-box:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; width: 0; background-color: var(--theme-color2); -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; } .project-block-six .inner-box .content-box:after { position: absolute; top: -8px; right: 0; width: 280px; height: 8px; background-color: var(--theme-color1); content: ""; } .project-block-six .inner-box .content-box .shape-3 { position: absolute; bottom: 0; right: 35px; z-index: 1; } .project-block-six .inner-box .content-box .inner { position: relative; padding: 20px 30px 15px; } @media (max-width: 575.98px) { .project-block-six .inner-box .content-box .inner { padding: 20px; } } .project-block-six .inner-box .content-box .inner .read-more { position: absolute; top: -8px; right: -10px; width: 50px; height: 50px; line-height: 50px; font-size: 22px; display: block; color: var(--theme-color-light); background-color: var(--theme-color1); } @media (max-width: 991.98px) { .project-block-six .inner-box .content-box .inner .read-more { right: 0; } } .project-block-six .inner-box .content-box .inner .read-more:hover { color: var(--theme-color2); } .project-block-six .inner-box .content-box .title { position: relative; color: var(--theme-color2); margin-bottom: 0; text-transform: capitalize; } .project-block-six .inner-box .content-box .title a:hover { color: var(--theme-color1); } .project-block-six .inner-box .content-box .cat { position: relative; color: #4c4d56; display: block; font-size: 14px; font-weight: 400; margin-bottom: 0; text-transform: uppercase; -webkit-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== Project Section Seven ==================================================================== ***/ .project-section-seven { position: relative; padding: 120px 0; } @media (max-width: 991.98px) { .project-section-seven { padding: 90px 0 70px; } } .project-block-seven { position: relative; } @media (max-width: 991.98px) { .project-block-seven { margin-bottom: 20px; } } .project-block-seven .inner-box { position: relative; } .project-block-seven .inner-box:hover:after { -webkit-transform: scale(1); transform: scale(1); } .project-block-seven .inner-box:hover .image-box .image:after { height: 100%; } .project-block-seven .inner-box:hover .image-box .image:before { opacity: 0; } .project-block-seven .inner-box:hover .content-box { -webkit-transform: translateY(0px); transform: translateY(0px); } .project-block-seven .inner-box:hover .content-box .cat { opacity: 1; } .project-block-seven .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .project-block-seven .inner-box:after { counter-increment: my-sec-counter; content: counter(my-sec-counter, decimal-leading-zero) " "; position: absolute; line-height: 1; left: 30px; top: 30px; font-family: var(--title-font); font-size: 21px; font-weight: 600; color: var(--theme-color-light); -webkit-transform: scale(0); transform: scale(0); z-index: 1; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; } .project-block-seven .image-box { position: relative; overflow: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-seven .image-box .image { position: relative; margin-bottom: 0px; } .project-block-seven .image-box .image a { display: block; width: 100%; } .project-block-seven .image-box .image:before { background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 31, 0)), color-stop(82%, #24201F)); background: linear-gradient(180deg, rgba(36, 32, 31, 0) 0%, #24201F 82%); bottom: 0; content: ""; height: 100%; left: 0; opacity: 1; pointer-events: none; position: absolute; -webkit-transition: all 900ms ease; transition: all 900ms ease; width: 100%; z-index: 2; } .project-block-seven .image-box .image:after { background: rgba(36, 32, 31, 0.9); bottom: 0; content: ""; height: 0; left: 0; pointer-events: none; position: absolute; -webkit-transition: all 500ms ease; transition: all 500ms ease; width: 100%; } .project-block-seven .image-box .image img { width: 100%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-seven .content-box { position: absolute; left: 0; bottom: 0; padding: 40px 45px; opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 9; } .project-block-seven .content-box .cat { color: var(--theme-color-light); font-size: 16px; font-weight: 400; line-height: 30px; padding-top: 20px; opacity: 0; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .project-block-seven .content-box .title { color: var(--theme-color-light); display: block; margin-bottom: 2px; } /*** ==================================================================== portfolio Section One ==================================================================== ***/ .portfolio-section-five { position: relative; padding: 120px 0; background-color: var(--theme-color2); z-index: 0; overflow: hidden; } @media (max-width: 991.98px) { .portfolio-section-five { padding: 90px 0 70px; } } .portfolio-section-five:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/pattern/bg-pattern-6.png); background-repeat: no-repeat; } .portfolio-section-five .carousel-outer { margin-right: -580px; margin-bottom: 50px; padding: 0; } @media (max-width: 1199.98px) { .portfolio-section-five .carousel-outer { margin-right: 0; } } .portfolio-section-five .carousel-outer .owl-dots { display: none; } /*** ==================================================================== Testimonial Section ==================================================================== ***/ .testimonial-section { position: relative; padding: 120px 0 120px; z-index: 1; } .testimonial-section .testimonial-overlay { position: relative; z-index: 2; } .testimonial-section:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(73.62deg, #F3F4F7 51.24%, rgba(143, 143, 145, 0) 123.58%); z-index: 2; } .testimonial-section .shape-5 { position: absolute; bottom: -100px; left: 20px; width: 286px; height: 395px; background-image: url(../images/pattern/testimonials-shape-1.png); } @media (max-width: 991.98px) { .testimonial-section { padding: 90px 0; } } .testimonial-section .float-image { position: absolute; bottom: 0; left: 0; z-index: 1; } .testimonial-section .default-dots .owl-dots .owl-dot { height: 3px; width: 40px; margin: 0 5px; background-color: #EBEBED; border: 1px solid #EBEBED; } @media (max-width: 575.98px) { .testimonial-section .default-dots .owl-dots .owl-dot { width: 20px; } } .testimonial-section .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border: 1px solid var(--theme-color1); } .testimonial-section.style-two .icon-dotted-map-2 { position: absolute; top: 60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .testimonial-section.style-two .icon-box-2 { position: absolute; bottom: -30px; right: 40px; z-index: 3; } @media (max-width: 1199.98px) { .testimonial-section.style-two .icon-box-2 { display: none; } } .testimonial-section.style-two .testimonial-block .inner-box { background-color: #f3f4f7; } .testimonial-section.style-two .testimonial-block .inner-box:before { background-color: #f3f4f7; } .testimonial-block { position: relative; margin-bottom: 25px; } .testimonial-block .inner-box { position: relative; margin-top: 80px; padding: 0 40px 45px; background-color: var(--theme-color-light); text-align: center; } .testimonial-block .inner-box:before { background-color: var(--theme-color-light); bottom: 99.92%; clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); content: ""; height: 60px; left: 0; position: absolute; width: 100%; } .testimonial-block .inner-box:hover .thumb img { -webkit-transform: scale(1.1); transform: scale(1.1); } .testimonial-block .inner-box .thumb { position: relative; margin-top: -80px; overflow: hidden; display: inline-block; border-radius: 50%; border: 6px solid var(--theme-color1); margin-bottom: 10px; text-align: center; } .testimonial-block .inner-box .thumb img { height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block .inner-box .reason { display: block; margin-bottom: 0; } .testimonial-block .inner-box .rating { font-size: 12px; color: var(--theme-color1); margin-bottom: 3px; position: relative; z-index: 1; } .testimonial-block .inner-box .rating i { margin-right: 5px; } .testimonial-block .inner-box .text { position: relative; font-size: 18px; margin-bottom: 20px; z-index: 1; } .testimonial-block .inner-box .info-box .name { color: var(--theme-color-dark); margin-bottom: 3px; } .testimonial-block .inner-box .info-box .designation { display: block; font-size: 14px; line-height: 1em; color: var(--theme-color1); margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block .inner-box .icon-quote-2 { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -55%); transform: translate(-50%, -55%); width: 137px; height: 99px; background-image: url(../images/icons/icon-quote-2.png); } /*** ==================================================================== Testimonial Section ==================================================================== ***/ .testimonial-section-two { position: relative; padding: 120px 0; background-color: #24201F; } .testimonial-section-two:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/pattern/bg-pattern-6.png); background-repeat: no-repeat; pointer-events: none; opacity: 0.35; z-index: 1; } @media (max-width: 991.98px) { .testimonial-section-two { padding: 90px 0; } } .testimonial-section-two .default-dots .owl-dots .owl-dot { height: 3px; width: 30px; margin: 0 5px; background-color: #EBEBED; border: 1px solid #EBEBED; } @media (max-width: 575.98px) { .testimonial-section-two .default-dots .owl-dots .owl-dot { width: 20px; } } .testimonial-section-two .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border: 1px solid var(--theme-color1); } .testimonial-block-two { position: relative; margin-bottom: 45px; } .testimonial-block-two .inner-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 575.98px) { .testimonial-block-two .inner-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .testimonial-block-two .inner-box:hover .thumb img { -webkit-transform: scale(1.1); transform: scale(1.1); } .testimonial-block-two .image-box { position: relative; -ms-flex-negative: 0; flex-shrink: 0; } .testimonial-block-two .image-box .thumb { position: relative; margin-bottom: 0; text-align: center; overflow: hidden; } .testimonial-block-two .image-box .thumb img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-two .image-box .icon-quote { position: absolute; top: 0; right: 0; width: 90px; height: 90px; background-color: var(--theme-color1); background-repeat: no-repeat; background-position: center; } @media (max-width: 1199.98px) { .testimonial-block-two .image-box .icon-quote { height: 50px; width: 50px; background-size: 34px; } } .testimonial-block-two .content-box { background-color: var(--theme-color2); border-top: 1px solid rgba(255, 255, 255, 0.1); border-right: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 35px 43px 25px; } @media (max-width: 1399.98px) { .testimonial-block-two .content-box { padding: 35px 42px 25px; } } @media (max-width: 1199.98px) { .testimonial-block-two .content-box { padding: 20px; } } @media (max-width: 575.98px) { .testimonial-block-two .content-box { border-left: 1px solid rgba(255, 255, 255, 0.1); } } .testimonial-block-two .content-box .reason { display: block; color: var(--theme-color-light); margin-bottom: 0; } .testimonial-block-two .content-box .rating { font-size: 12px; color: var(--theme-color1); } .testimonial-block-two .content-box .rating i { margin-right: 5px; } .testimonial-block-two .content-box .text { position: relative; color: var(--theme-color-light); margin-bottom: 10px; } @media (max-width: 1199.98px) { .testimonial-block-two .content-box .text { font-size: 16px; } } .testimonial-block-two .content-box .name { color: var(--theme-color-light); margin-bottom: 3px; } .testimonial-block-two .content-box .designation { display: block; font-size: 14px; line-height: 1em; color: var(--theme-color1); margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-section-two.style-four { background-color: var(--theme-color2); z-index: 0; overflow: hidden; } .testimonial-section-two.style-four:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/pattern/bg-pattern-6.png); } /*** ==================================================================== Testimonial Section Five ==================================================================== ***/ .testimonial-section-five { position: relative; padding: 120px 0 97px; } @media (max-width: 991.98px) { .testimonial-section-five { padding: 90px 0 67px; } } .testimonial-section-five:before { position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(../images/icons/dotted-4.png); content: ""; height: 709px; width: 916px; z-index: -1; } .testimonial-section-five .outer-box { position: relative; margin: 0 -15px; z-index: 9; } .testimonial-block-five { position: relative; padding: 20px 15px 0; } .testimonial-block-five .inner-box { background-color: var(--theme-color-light); position: relative; text-align: center; } .testimonial-block-five .inner-box:hover .content-box { background-color: var(--bg-theme-color2); } .testimonial-block-five .inner-box:hover .content-box:before { border-top: 20px solid var(--bg-theme-color2); } .testimonial-block-five .inner-box:hover .content-box .text { color: #BDC2CA; } .testimonial-block-five .content-box { position: relative; padding: 0 35px 40px; -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05); border-radius: 10px; margin-bottom: 40px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-five .content-box::before { position: absolute; left: 0; right: 0; bottom: -20px; margin: 0 auto; width: 40px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1)); filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1)); content: ""; } .testimonial-block-five .content-box .rating { position: relative; -webkit-transform: translateY(-20px); transform: translateY(-20px); display: inline-block; padding: 10px 70px; height: 40px; font-size: 14px; letter-spacing: 1px; line-height: 20px; color: #fff; background-color: var(--bg-theme-color1); border-radius: 5px; } @media (max-width: 575.98px) { .testimonial-block-five .content-box .rating { padding: 10px 40px; } } .testimonial-block-five .content-box .text { position: relative; font-size: 16px; line-height: 30px; color: #767676; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-five .thumb { display: block; height: 65px; width: 65px; margin: 0 auto 15px; border-radius: 50%; } .testimonial-block-five .thumb img { border-radius: 50%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-five .designation { position: relative; display: block; line-height: 20px; } .testimonial-block-five .name { position: relative; display: block; color: var(--theme-color1); } /*** ==================================================================== Testimonials Section Six ==================================================================== ***/ .testimonials-section-six { position: relative; padding: 120px 0 140px; } @media (max-width: 991.98px) { .testimonials-section-six { padding: 90px 0 115px; } } .testimonials-section-six .bg-map-3 { position: absolute; top: 30%; right: 28%; width: 873px; height: 445px; background-image: url(../images/icons/bg-map-3.png); } .testimonials-section-six .carousel-outer { margin: 0 -10px; } .testimonials-section-six .carousel-outer .testimonial-block { padding: 10px 10px 0; } .testimonials-section-six .default-dots .owl-dots { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; top: 20px; } .testimonials-section-six .default-dots .owl-dots .owl-dot { width: 10px; height: 10px; margin: 0 5px; border: 1px solid #979797; border-radius: 50%; background-color: transparent; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonials-section-six .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border-color: var(--theme-color1); } .testimonial-block-six { margin-bottom: 30px; } .testimonial-block-six .inner-box { position: relative; padding: 25px 28px 40px 28px; background-color: var(--theme-color-light); overflow: hidden; -webkit-box-shadow: 0 0 122px rgba(0, 0, 0, 0.04); box-shadow: 0 0 122px rgba(0, 0, 0, 0.04); } @media (max-width: 991.98px) { .testimonial-block-six .inner-box { padding: 25px 20px; } } @media (max-width: 767.98px) { .testimonial-block-six .inner-box { text-align: center; } } .testimonial-block-six .inner-box:before { content: ""; position: absolute; top: 0; left: -50px; width: 200px; height: 180px; background-color: var(--theme-color1); -webkit-transform: skewX(-40deg); transform: skewX(-40deg); -webkit-transform-origin: top right; transform-origin: top right; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-six .inner-box:after { content: ""; position: absolute; top: 0; left: -50px; width: 0; height: 0; background-color: #ebf1f5; -webkit-transform: skewX(-40deg); transform: skewX(-40deg); -webkit-transform-origin: top right; transform-origin: top right; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-six .inner-box:hover:after { width: 200px; height: 180px; } .testimonial-block-six .inner-box:hover .author-box .author-info:before { width: 100%; } .testimonial-block-six .inner-box:hover .author-box .author-info .name, .testimonial-block-six .inner-box:hover .author-box .author-info .designation { color: var(--theme-color-light); } .testimonial-block-six .inner-box .author-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; margin-bottom: 25px; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .author-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .testimonial-block-six .inner-box .author-box .image { position: relative; border-radius: 50%; padding: 5px; border: 2px dashed var(--theme-color-light); overflow: hidden; margin-bottom: 0; z-index: 1; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .author-box .image { border: none; padding: 0; margin-bottom: 10px; } } .testimonial-block-six .inner-box .author-box .image img { display: block; border-radius: 50%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .author-box .image img { border-radius: 0; } } .testimonial-block-six .inner-box .author-box .author-info { position: relative; padding: 12px 70px; margin-left: -60px; background-color: #ebf1f5; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .author-box .author-info { margin-left: 0; padding: 12px 35px; } } .testimonial-block-six .inner-box .author-box .author-info:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; width: 0; background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; } .testimonial-block-six .inner-box .author-box .name { position: relative; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .author-box .name br { display: none; } } .testimonial-block-six .inner-box .author-box .designation { position: relative; font-size: 14px; line-height: 24px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-six .inner-box .content-box { padding-left: 15px; padding-right: 20px; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .content-box { padding: 0; } } .testimonial-block-six .inner-box .rating { position: relative; font-size: 12px; line-height: 1em; color: var(--theme-color1); margin-bottom: 8px; } .testimonial-block-six .inner-box .rating i { margin-right: 5px; } .testimonial-block-six .inner-box .text { position: relative; margin-bottom: 0; z-index: 1; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .testimonial-block-six .inner-box .text br { display: none; } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .text br { display: block; } } @media (max-width: 575.98px) { .testimonial-block-six .inner-box .text br { display: none; } } .testimonial-block-six .inner-box .icon-quote { position: absolute; bottom: 0; right: 28px; width: 136px; height: 136px; background-image: url(../images/icons/icon-quote.png); } @media (max-width: 991.98px) { .testimonial-block-six .inner-box .icon-quote { opacity: 0.3; } } @media (max-width: 767.98px) { .testimonial-block-six .inner-box .icon-quote { display: none; } } /*** ================================================================== Video Section ================================================================== ***/ .video-section { position: relative; padding: 194px 0 194px; overflow: hidden; } @media (max-width: 991.98px) { .video-section { padding: 120px 0; } } @media (max-width: 575.98px) { .video-section { padding: 90px 0; } } .video-section.style-two { padding: 120px 0; } @media (max-width: 991.98px) { .video-section.style-two { padding: 100px 0 50px; } } .video-section.style-two .overlay-2 { position: absolute; top: auto; right: 208px; bottom: 0; background-size: cover; width: 494px; height: 464.5px; background-image: url(../images/icons/overlay-4.png); } @media (max-width: 1199.98px) { .video-section.style-two .overlay-2 { display: none; } } .video-section.style-two .outer-box { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .video-section.style-two .outer-box .title-box { border: none; padding-left: 143px; } @media (max-width: 991.98px) { .video-section.style-two .outer-box .title-box { padding-left: 0; margin-top: 30px; } } .video-section.style-two .outer-box .title-box .sub-title { color: var(--theme-color-light); font-weight: 600; } .video-section.style-two .outer-box .title-box .title { margin-top: 10px; margin-bottom: 42px; } @media (max-width: 767.98px) { .video-section.style-two .outer-box .title-box .title { font-size: 40px; } } .video-section.style-two .outer-box .video-box { border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; padding: 12px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .video-section.style-two .outer-box .video-box:hover { border: 1px solid rgb(255, 255, 255); } .video-section.style-two .outer-box .video-box .icon-box { right: -110px; bottom: -40px; top: auto; } .video-section.style-two .outer-box .video-box .play-now-two { background-color: var(--theme-color1); color: var(--theme-color-light); width: 114px; height: 114px; line-height: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; } .video-section.style-two .outer-box .video-box .play-now-two:hover { background-color: var(--theme-color-light); color: var(--theme-color1); } .video-section .overlay-2 { position: absolute; top: 0; right: 0; bottom: 0; height: auto; background-size: cover; width: 786px; height: 569px; background-image: url(../images/icons/overlay-2.png); } @media (max-width: 575.98px) { .video-section .overlay-2 { display: none; } } .video-section .outer-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 991.98px) { .video-section .outer-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .video-section .outer-box .title-box { position: relative; padding-left: 35px; border-left: 12px solid var(--theme-color1); } @media (max-width: 991.98px) { .video-section .outer-box .title-box { margin-bottom: 30px; border-left: 0; padding-left: 0; text-align: center; } } @media (max-width: 575.98px) { .video-section .outer-box .title-box { padding-left: 0; border: none; } } .video-section .outer-box .title-box .title { color: var(--theme-color-light); line-height: 1.2em; margin-bottom: 0; } @media (max-width: 767.98px) { .video-section .outer-box .title-box .title { font-size: 38px; } .video-section .outer-box .title-box .title br { display: none; } } @media (max-width: 575.98px) { .video-section .outer-box .title-box .title { font-size: 32px; } } .video-section .outer-box .video-box { position: relative; } .video-section .outer-box .video-box .icon-box { position: absolute; top: 0; right: 220px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .video-section .outer-box .video-box .icon-box .title { font-family: var(--style-font); font-weight: 400; color: var(--theme-color-light); white-space: nowrap; margin-right: 15px; } @media (max-width: 991.98px) { .video-section .outer-box .video-box .icon-box .title { display: none; } } .video-section .outer-box .video-box .icon-box img { position: relative; display: block; -ms-flex-negative: 0; flex-shrink: 0; z-index: 3; } @media (max-width: 991.98px) { .video-section .outer-box .video-box .icon-box img { display: none; } } .video-section .outer-box .video-box .play-now-two { position: relative; display: inline-block; height: 120px; width: 120px; line-height: 120px; font-size: 30px; border-radius: 50%; border: none; color: var(--theme-color1); background-color: var(--theme-color-light); text-align: center; } @media (max-width: 767.98px) { .video-section .outer-box .video-box .play-now-two { width: 100px; height: 100px; line-height: 100px; } } .video-section .outer-box .video-box .play-now-two::before { display: none; } .video-section .outer-box .video-box .play-now-two:hover { background-color: var(--theme-color1); border-color: var(--theme-color1); color: var(--theme-color-light); } /*** ==================================================================== Video Section Two ==================================================================== ***/ .video-section-two { background-color: #f6f6f6; padding: 0 0 120px; position: relative; } @media (max-width: 1199.98px) { .video-section-two { padding: 0 0 100px; } } @media (max-width: 991.98px) { .video-section-two { padding: 0 0 70px; } } .video-section-two .sec-title { margin-bottom: 45px; } @media (max-width: 1399.98px) { .video-section-two .sec-title { margin-left: 70px; } } @media (max-width: 1199.98px) { .video-section-two .sec-title { margin-left: 0; } } @media (max-width: 767.98px) { .video-section-two .sec-title .text br { display: none; } } .video-section-two:before { content: ""; position: absolute; background-color: var(--theme-color1); width: 74px; height: 100%; left: 0; top: 0; z-index: 1; } @media (max-width: 1199.98px) { .video-section-two:before { display: none; } } @media (max-width: 1399.98px) { .video-section-two .content-column .list-style-four { margin-left: 70px; } } @media (max-width: 1199.98px) { .video-section-two .content-column .list-style-four { margin-left: 0; } } .video-section-two .content-column .list-style-four li { margin-bottom: 15px; } .video-section-two .image-column .inner-column { position: relative; margin-right: -350px; z-index: 1; } @media (max-width: 1399.98px) { .video-section-two .image-column .inner-column { margin-right: -150px; } } @media (max-width: 1199.98px) { .video-section-two .image-column .inner-column { margin-right: 0; margin-left: 0; margin-bottom: 60px; } } @media (max-width: 767.98px) { .video-section-two .image-column .inner-column { margin-left: 0; } } @media (max-width: 1199.98px) { .video-section-two .image-column .inner-column .image img { width: 100%; } } .video-section-two .image-column .video-box { position: absolute; top: calc(50% - 61.5px); left: calc(50% - 61px); } @media (max-width: 575.98px) { .video-section-two .image-column .video-box { top: calc(50% - 42px); left: calc(50% - 42px); } } .video-section-two .image-column .video-box .btn-box .play-now { border: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; padding: 14px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .video-section-two .image-column .video-box .btn-box .play-now { padding: 6px; } } .video-section-two .image-column .video-box .btn-box .play-now:hover { border-color: var(--theme-color-light); } .video-section-two .image-column .video-box .btn-box .play-now:hover .icon { color: var(--theme-color-light); background-color: var(--theme-color1); } .video-section-two .image-column .video-box .btn-box .play-now .icon { border-radius: 0; color: var(--theme-color1); width: 122px; height: 123px; line-height: 122px; font-size: 26px; padding: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .video-section-two .image-column .video-box .btn-box .play-now .icon { width: 70px; height: 70px; line-height: 70px; font-size: 16px; } } .video-section-two .image-column .experience { display: inline-block; border-top: 20px solid #f6f6f6; border-right: 20px solid #f6f6f6; position: absolute; bottom: 0; left: 0; overflow: hidden; } @media (max-width: 991.98px) { .video-section-two .image-column .experience { display: none; } } .video-section-two .image-column .experience .inner { background-color: var(--theme-color1); width: 220px; height: 248px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 30px 0; } .video-section-two .image-column .experience .inner:hover:before { width: 320%; } @media (max-width: 991.98px) { .video-section-two .image-column .experience .inner { width: 170px; height: 216px; padding: 24px 10px 10px; } } .video-section-two .image-column .experience .inner:before { content: ""; position: absolute; right: -189px; top: 0; width: 297px; height: 100%; background-color: var(--theme-color-light); -webkit-transform: skewX(47deg); transform: skewX(47deg); -webkit-transform-origin: right top 0px; transform-origin: right top 0px; -webkit-transition: 400ms; transition: 400ms; opacity: 0.15; } .video-section-two .image-column .experience .inner .icon { color: var(--theme-color-light); font-size: 60px; margin-bottom: 20px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .video-section-two .image-column .experience .inner h5 { color: var(--theme-color-light); } /*** ================================================================== Video Section Three ================================================================== ***/ .video-section-three { position: relative; padding: 120px 0; } @media (max-width: 575.98px) { .video-section-three { padding: 90px 0; } } .video-section-three .overlay-4 { position: absolute; top: -29px; left: 0; bottom: 0; height: auto; background-size: cover; width: 962px; background-image: url(../images/icons/overlay-3.png); } .video-section-three .float-image { position: absolute; bottom: -100px; right: 350px; z-index: 1; } @media (max-width: 1399.98px) { .video-section-three .float-image { display: none; } } .video-section-three .outer-box { position: relative; } @media (max-width: 1399.98px) { .video-section-three .outer-box { text-align: center; } } .video-section-three .outer-box .title { position: relative; color: var(--theme-color-light); line-height: 55px; letter-spacing: -0.01em; margin-bottom: 0; } @media (max-width: 767.98px) { .video-section-three .outer-box .title { font-size: 40px; } } @media (max-width: 575.98px) { .video-section-three .outer-box .title { font-size: 32px; line-height: 1.2em; } .video-section-three .outer-box .title br { display: none; } } .video-section-three .outer-box .play-now-two { position: relative; display: inline-block; height: 120px; width: 120px; line-height: 120px; font-size: 30px; margin-bottom: 35px; border-radius: 50%; padding-left: 0; color: var(--theme-color1); background-color: var(--theme-color-light); border: none; text-align: center; } .video-section-three .outer-box .play-now-two:hover { background-color: var(--theme-color1); border-color: var(--theme-color1); color: var(--theme-color-light); } .video-section-three .outer-box .play-now-two:before { display: none; } /*** ================================================================== Video Section Four ================================================================== ***/ .video-section-four { background-color: #F8F8F8; } @media (max-width: 767.98px) { .video-section-four { padding-top: 90px; } } .video-section-four .outer-box { position: relative; height: 550px; margin-top: -135px; z-index: 2; } @media (max-width: 767.98px) { .video-section-four .outer-box { margin-top: 0; } } @media (max-width: 575.98px) { .video-section-four .outer-box { margin-top: 0; height: 350px; } } .video-section-four .outer-box:before { position: absolute; content: ""; height: 100%; width: 30px; top: 0; right: 0; background-color: var(--bg-theme-color1); } .video-section-four .video-box { position: absolute; top: calc(50% - 61.5px); left: calc(50% - 61px); } @media (max-width: 575.98px) { .video-section-four .video-box { top: calc(50% - 42px); left: calc(50% - 42px); } } .video-section-four .video-box .btn-box .play-now { border: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; padding: 14px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .video-section-four .video-box .btn-box .play-now { padding: 6px; } } .video-section-four .video-box .btn-box .play-now:hover { border-color: var(--theme-color-light); } .video-section-four .video-box .btn-box .play-now:hover .icon { color: var(--theme-color-light); background-color: var(--theme-color1); } .video-section-four .video-box .btn-box .play-now .icon { border-radius: 0; color: var(--theme-color1); width: 122px; height: 123px; line-height: 122px; font-size: 34px; padding: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .video-section-four .video-box .btn-box .play-now .icon { width: 70px; height: 70px; line-height: 70px; font-size: 16px; } } /*** ================================================================== Video Section Five ================================================================== ***/ .video-section-five { padding: 219px 0; position: relative; } @media (max-width: 991.98px) { .video-section-five { padding: 120px 0; } } .video-section-five .bg-image:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; opacity: 30%; } .video-section-five .video-box { text-align: center; } /*** ==================================================================== Video Section Six ==================================================================== ***/ .video-section-six { position: relative; padding: 120px 0; } @media (max-width: 991.98px) { .video-section-six { padding-bottom: 160px; } } .video-section-six.pull-up .bg { bottom: 0; height: auto; top: -230px; } .video-section-six .icon-plane-3 { position: absolute; bottom: 20px; right: -105px; } .video-section-six .sec-title .text { color: var(--theme-color-light); } @media (max-width: 1199.98px) { .video-section-six .sec-title .text br { display: none; } } .video-section-six .btn-style-one { background-color: var(--theme-color1); } .video-section-six .btn-style-one:before { background-color: var(--bg-theme-color2); } .video-section-six .content-column { margin-bottom: 50px; } .video-section-six .content-column .inner-column { position: relative; } .video-section-six .content-column .inner-column .features-box-six { position: relative; padding-top: 27px; margin-bottom: 40px; border-top: 1px solid rgba(255, 255, 255, 0.2); } @media (max-width: 575.98px) { .video-section-six .content-column .inner-column .features-box-six { margin-bottom: 0; } } .video-section-six .video-column .inner-column { position: relative; } .video-section-six .video-column .inner-column .shape { position: absolute; top: 0; right: 140px; width: 195px; height: 416px; background-color: var(--theme-color1); -webkit-transform: skewX(-30deg); transform: skewX(-30deg); } @media (max-width: 991.98px) { .video-section-six .video-column .inner-column .shape { display: none; } } .video-section-six .video-column .inner-column .shape:before { content: ""; position: absolute; top: 23px; right: 100px; width: 155px; height: 331px; border: 1px solid var(--theme-color1); z-index: 3; } @media (max-width: 991.98px) { .video-section-six .video-column .inner-column .shape:before { display: none; } } .video-section-six .video-column .inner-column .shape:after { content: ""; position: absolute; top: 135px; right: -110px; width: 155px; height: 331px; background-color: rgba(255, 255, 255, 0.1); } @media (max-width: 991.98px) { .video-section-six .video-column .inner-column .shape:after { display: none; } } .video-section-six .video-column .inner-column .icon-text { position: absolute; top: 172px; left: 60%; z-index: 1; width: 146px; height: 71px; background-image: url(../images/icons/icon-text.png); } .video-section-six .video-column .inner-column .video-box { position: absolute; top: 170px; left: 53%; } @media (max-width: 991.98px) { .video-section-six .video-column .inner-column .video-box { top: 0; left: 0; } } .video-section-six .video-column .inner-column .play-now { position: absolute; top: 0; left: -63px; } @media (max-width: 991.98px) { .video-section-six .video-column .inner-column .play-now { left: 0; } } .video-section-six .video-column .inner-column .play-now .icon { color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .video-section-six .video-column .inner-column .play-now .icon:hover { background-color: var(--theme-color2); color: var(--theme-color-light); } .feature-block-seven { position: relative; } @media (max-width: 575.98px) { .feature-block-seven { margin-bottom: 30px; } } .feature-block-seven .inner-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-seven .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .feature-block-seven .inner-box .icon { position: relative; display: block; color: var(--theme-color1); font-size: 54px; line-height: 1em; margin-right: 25px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .feature-block-seven .inner-box .title { position: relative; color: var(--theme-color-light); margin-bottom: 0; } /*** ==================================================================== Video Section Eight ==================================================================== ***/ .video-section-eight { position: relative; padding: 130px 0; } @media (max-width: 991.98px) { .video-section-eight { text-align: center; } } @media (max-width: 575.98px) { .video-section-eight { padding: 80px 0 100px; } } .video-section-eight .bg-image { width: 52%; clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%); } @media (max-width: 575.98px) { .video-section-eight .bg-image { width: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } } .video-section-eight .bg-image:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--theme-color1); opacity: 0.9; clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%); } @media (max-width: 575.98px) { .video-section-eight .bg-image:before { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } } .video-section-eight .bg-image2 { left: auto; right: 0; width: 59%; clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%); } @media (max-width: 575.98px) { .video-section-eight .bg-image2 { width: 0; } } @media (max-width: 991.98px) { .video-section-eight .sec-title { margin-bottom: 30px; } } @media (max-width: 575.98px) { .video-section-eight .sec-title h3 { font-size: 31px; } } @media (max-width: 1199.98px) { .video-section-eight .sec-title h3 br { display: block; } } .video-section-eight .theme-btn { background-color: var(--theme-color-light); color: var(--theme-color1); } .video-section-eight .theme-btn:before { background-color: var(--theme-color2); } .video-section-eight .theme-btn:hover { color: var(--theme-color1); } .video-section-eight .video-box .play-now { display: inline-block; } .video-section-eight .video-box .play-now:hover .icon { background-color: var(--theme-color1); color: var(--theme-color-light); } .video-section-eight .video-box .play-now .icon { color: var(--theme-color1); width: 120px; height: 120px; line-height: 120px; font-size: 28px; padding-left: 0; left: -126px; top: 26px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 1199.98px) { .video-section-eight .video-box .play-now .icon { left: -106px; } } @media (max-width: 991.98px) { .video-section-eight .video-box .play-now .icon { left: auto; } } @media (max-width: 575.98px) { .video-section-eight .video-box .play-now .icon { width: 80px; height: 80px; line-height: 80px; font-size: 22px; } } /*** ==================================================================== Why Choose Us ==================================================================== ***/ .why-choose-us { position: relative; padding: 0; margin-top: -408px; z-index: 1; overflow: hidden; } @media (max-width: 991.98px) { .why-choose-us { padding: 0 0 120px; } } .why-choose-us::before { content: ""; position: absolute; top: 120px; right: 0; width: 974px; height: 773px; background-color: var(--theme-color-light); z-index: -1; } .why-choose-us .icon-big-drill { position: absolute; right: 70px; bottom: 80px; -webkit-animation: bounce-y 10s infinite linear; animation: bounce-y 10s infinite linear; z-index: 3; } @media (max-width: 1399.98px) { .why-choose-us .icon-big-drill { opacity: 0.1; } } .why-choose-us .icon-dots-4 { position: absolute; top: 120px; right: 0; } .why-choose-us .outer-box { position: relative; } .why-choose-us .outer-box:before { position: absolute; left: 0; right: -375px; height: 100%; content: ""; background-color: var(--theme-color-light); background-position: right top; background-repeat: no-repeat; } .why-choose-us .features-column { position: relative; background-color: var(--theme-color1); } .why-choose-us .features-column .shape-2 { position: absolute; left: auto; top: 0; right: -100px; } .why-choose-us .features-column .inner-column { position: relative; padding: 90px 70px 95px; padding-right: 100px; margin-right: 6px; } @media (max-width: 1399.98px) { .why-choose-us .features-column .inner-column { padding: 70px 40px 45px; } } @media (max-width: 991.98px) { .why-choose-us .features-column .inner-column { padding: 70px 30px; } } @media (max-width: 767.98px) { .why-choose-us .features-column .inner-column { padding: 50px 25px; } } .why-choose-us .features-column .inner-column .title-box .title { position: relative; color: var(--theme-color-light); margin-bottom: 40px; } @media (max-width: 1199.98px) { .why-choose-us .features-column .inner-column .title-box .title { font-size: 42px; } } @media (max-width: 767.98px) { .why-choose-us .features-column .inner-column .title-box .title { font-size: 32px; text-align: center; } } @media (max-width: 991.98px) { .why-choose-us .content-column { margin-bottom: 50px; padding-top: 0; } } .why-choose-us .content-column .inner-column { position: relative; padding-top: 120px; padding-bottom: 100px; padding-left: 60px; background-color: var(--theme-color-light); } @media (max-width: 1399.98px) { .why-choose-us .content-column .inner-column { padding-left: 44px; padding-bottom: 43px; } } @media (max-width: 575.98px) { .why-choose-us .content-column .inner-column { padding-left: 24px; } } .why-choose-us .content-column .inner-column .sec-title { margin-bottom: 20px; margin-right: -30px; } @media (max-width: 1399.98px) { .why-choose-us .content-column .inner-column .sec-title { margin-right: 0; } } .why-choose-us .content-column .inner-column .sec-title .sub-title { margin-bottom: 0; } .why-choose-us .content-column .inner-column .sec-title .text { margin-top: 30px; } .why-choose-us .content-column .inner-column .skills { margin-bottom: 43px; } .feature-block-five { margin-bottom: 35px; } .feature-block-five .inner-box { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 575.98px) { .feature-block-five .inner-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } } .feature-block-five .inner-box:hover .icon { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .feature-block-five .inner-box .icon { position: relative; display: inline-block; font-size: 50px; top: 8px; color: var(--theme-color-light); -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .feature-block-five .inner-box .icon { margin-bottom: 20px; } } .feature-block-five .inner-box .content-box { margin-left: 20px; } @media (max-width: 575.98px) { .feature-block-five .inner-box .content-box { margin-left: 0; } } .feature-block-five .inner-box .content-box .title { position: relative; color: var(--theme-color-light); font-weight: 700; margin-bottom: 0; } .feature-block-five .inner-box .content-box .text { position: relative; color: var(--theme-color-light); z-index: 1; } /*** ==================================================================== Why Choose Us Two ==================================================================== ***/ .why-choose-us-two { position: relative; padding: 120px 0 55px; z-index: 2; } @media (max-width: 991.98px) { .why-choose-us-two { padding: 90px 0 24px; } } .why-choose-us-two .icon-dots-3 { position: absolute; top: 0; right: 0; width: 357px; height: 357px; background-image: url(../images/icons/icon-dots-3.png); } @media (max-width: 991.98px) { .why-choose-us-two .icon-dots-3 { opacity: 0.5; } } .why-choose-us-two .float-image { position: absolute; right: 30px; bottom: -30px; } @media (max-width: 575.98px) { .why-choose-us-two .float-image { display: none; } } .why-choose-us-two .content-column { position: relative; margin-bottom: 50px; } .why-choose-us-two .content-column .inner-column { position: relative; } @media (max-width: 767.98px) { .why-choose-us-two .content-column .inner-column { text-align: center; } } .why-choose-us-two .content-column .inner-column .sec-title .sub-title { margin-bottom: 15px; } @media (max-width: 767.98px) { .why-choose-us-two .content-column .inner-column .exp-box { margin-bottom: 20px; } } .why-choose-us-two .content-column .inner-column .exp-box .inner { position: relative; width: 169px; height: 189px; border: 3px solid #ebebeb; padding: 2px 10px 1px 20px; } @media (max-width: 1199.98px) { .why-choose-us-two .content-column .inner-column .exp-box .inner { padding: 2px 10px 1px; width: 160px; } } @media (max-width: 767.98px) { .why-choose-us-two .content-column .inner-column .exp-box .inner { margin: 0 auto; padding: 10px 10px; } } .why-choose-us-two .content-column .inner-column .exp-box .count { font-size: 110px; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-image: url(../images/resource/count1-1.jpg); margin-bottom: 0; line-height: 1em; letter-spacing: -0.01em; } .why-choose-us-two .content-column .inner-column .exp-box .title { font-size: 18px; letter-spacing: -0.01em; padding-left: 5px; } .why-choose-us-two .tabs-column { position: relative; margin-bottom: 50px; } .why-choose-us-two .tabs-column .inner-column { position: relative; } .why-choose-us-two .tabs-column .inner-column .image { margin-bottom: 0; } @media (max-width: 991.98px) { .why-choose-us-two .tabs-column .inner-column .image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } } .choose-block { margin-bottom: 30px; } .choose-block:last-child { margin-bottom: 0; } .choose-block .inner-box { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 767.98px) { .choose-block .inner-box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } } .choose-block .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .choose-block .inner-box .content { padding: 1px 15px 0px 15px; } .choose-block .inner-box .icon { position: relative; color: var(--theme-color1); font-size: 42px; line-height: 1em; padding-top: 7px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 767.98px) { .choose-block .inner-box .icon { margin-bottom: 10px; } } .choose-block .inner-box .title { letter-spacing: -0.01em; margin-bottom: 10px; } .why-us-tabs { position: relative; counter-reset: count; } .why-us-tabs .btn-box { position: relative; margin-top: -47px; } @media (max-width: 575.98px) { .why-us-tabs .btn-box { margin-top: 0; } } .why-us-tabs .tab-btns { position: relative; } .why-us-tabs .tab-btns .tab-btn { position: relative; margin-top: 0; padding: 12px 0 22px; width: 169px; height: 47px; margin-right: 7px; font-size: 16px; text-align: center; line-height: 24px; font-weight: 500; display: inline-block; cursor: pointer; color: var(--theme-color-dark); background-color: #F3F4F7; letter-spacing: -0.01em; -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 3; } @media (max-width: 1199.98px) { .why-us-tabs .tab-btns .tab-btn { width: 145px; } } @media (max-width: 767.98px) { .why-us-tabs .tab-btns .tab-btn { width: 100%; } } @media (max-width: 575.98px) { .why-us-tabs .tab-btns .tab-btn { margin-top: 15px; } } .why-us-tabs .tab-btns .tab-btn:after { position: absolute; left: 0; top: 0; width: 0%; height: 100%; background-color: var(--theme-color1); content: ""; -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: -1; } .why-us-tabs .tab-btns .tab-btn:hover { color: var(--theme-color1); } .why-us-tabs .tab-btns .tab-btn.active-btn { color: var(--theme-color-light); } .why-us-tabs .tab-btns .tab-btn.active-btn:before { opacity: 1; } .why-us-tabs .tab-btns .tab-btn.active-btn:after { width: 100%; } .why-us-tabs .tabs-content { position: relative; padding-top: 40px; } .why-us-tabs .tabs-content .text { margin-bottom: 55px; letter-spacing: -0.01em; color: #7a7a7a; } @media (max-width: 767.98px) { .why-us-tabs .tabs-content .text { margin-bottom: 30px; } } .why-us-tabs .tabs-content .list-style-two .icon { top: 4px; line-height: 16px; font-size: 20px; border-radius: 50%; color: var(--theme-color1); text-align: center; } /*** ==================================================================== Why Choose Us Three ==================================================================== ***/ .why-choose-us-three { position: relative; padding: 120px 0 0; } @media (max-width: 991.98px) { .why-choose-us-three { padding: 90px 0 50px; } } .why-choose-us-three .float-image { position: absolute; bottom: -85px; right: 97px; z-index: 1; } @media (max-width: 1653.98px) { .why-choose-us-three .float-image { display: none; } } .why-choose-us-three .sec-title .text { margin-right: 20px; } .why-choose-us-three .content-column { position: relative; margin-bottom: 50px; } .why-choose-us-three .content-column .inner-column { position: relative; } .why-choose-us-three .content-column .info-box { position: relative; background-color: #ffffff; padding: 19px 30px; padding-left: 42px; margin-bottom: 30px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .why-choose-us-three .content-column .info-box:hover { -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .why-choose-us-three .content-column .info-box .icon { position: absolute; left: 18px; top: 3px; line-height: 54px; color: var(--theme-color1); } .why-choose-us-three .content-column .info-box .title { -webkit-transition: all 300ms ease; transition: all 300ms ease; margin-bottom: 0; } .why-choose-us-three .content-column .skills { margin-top: 20px; margin-bottom: 0; } .why-choose-us-three .content-column .skills .skill-item { margin-bottom: 40px; } .why-choose-us-three .content-column .skills .skill-item:last-child { margin-bottom: 0; } .why-choose-us-three .content-column .skills .bar-inner .bar { background-color: var(--bg-theme-color1); } .why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner .bar { height: 15px; border-radius: 15px; } .why-choose-us-three .content-column .skills .skill-item .skill-bar .bar-inner { height: 15px; background-color: #F1F1F1; border-radius: 15px; } .why-choose-us-three .image-column { position: relative; margin-bottom: 0; } .why-choose-us-three .image-column .image-box { position: relative; margin-left: -360px; padding-right: 100px; } @media (max-width: 1653.98px) { .why-choose-us-three .image-column .image-box { padding-right: 50px; } } @media (max-width: 991.98px) { .why-choose-us-three .image-column .image-box { margin-left: 0; padding-right: 0; margin-bottom: 60px; } } .why-choose-us-three .image-column .image-box .image { position: relative; margin-bottom: 0; } .why-choose-us-three .image-column .image-box .image img { width: 100%; } .why-choose-us-three .image-column .image-box .play-btn { position: absolute; right: 0; bottom: 0; height: 140px; width: 140px; background-color: var(--bg-theme-color1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--theme-color-light); font-size: 34px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .why-choose-us-three .image-column .image-box .play-btn { width: 80px; height: 80px; font-size: 24px; } } .why-choose-us-three .image-column .image-box .play-btn:hover { background-color: var(--bg-theme-color2); color: var(--theme-color-light); } /*** ==================================================================== Why Choose Us four ==================================================================== ***/ .why-choose-us-four { position: relative; padding: 81px 0 120px; } @media (max-width: 991.98px) { .why-choose-us-four { padding: 95px 0 90px; } } .why-choose-us-four .bg-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(182.49deg, #FFFFFF 29.01%, rgba(255, 255, 255, 0.6) 103.64%); } .why-choose-us-four .outer-box { background-color: #fff; -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.0509803922); box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.0509803922); padding: 0 0 0 50px; position: relative; } @media (max-width: 991.98px) { .why-choose-us-four .outer-box { -webkit-box-shadow: none; box-shadow: none; padding: 0; } } .why-choose-us-four .image-column .inner-column { position: relative; } .why-choose-us-four .image-column .inner-column .float-text { position: absolute; right: -150px; top: 46%; font-size: 18px; font-weight: 600; letter-spacing: 1.5px; text-align: center; color: var(--theme-color-light); background-color: var(--theme-color1); text-transform: uppercase; width: 370px; height: 70px; line-height: 70px; -webkit-transform: rotate(90deg); transform: rotate(90deg); } @media (max-width: 575.98px) { .why-choose-us-four .image-column .inner-column .float-text { display: none; } } .why-choose-us-four .image-column .inner-column .float-text:before { background-color: var(--theme-color1); bottom: 99.92%; clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); content: ""; height: 27px; left: -47px; position: absolute; width: 70px; top: 21px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .why-choose-us-four .image-column .inner-column .image img { width: 100%; } @media (max-width: 991.98px) { .why-choose-us-four .content-column .inner-column { margin-bottom: 50px; } } /*** ==================================================================== Why Choose Us Five ==================================================================== ***/ .why-choose-us-five { position: relative; padding: 120px 0 70px; background-color: #F8F4F3; z-index: 1; } @media (max-width: 991.98px) { .why-choose-us-five { padding: 90px 0 20px; } } .why-choose-us-five .bg-image { position: absolute; top: 0; right: 0; height: 100%; width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; } @media only screen and (max-width: 1599px) { .why-choose-us-five .bg-image { width: 66%; right: -140px; } } @media only screen and (max-width: 1399px) { .why-choose-us-five .bg-image { width: 76%; right: -200px; } } @media (max-width: 1199.98px) { .why-choose-us-five .bg-image { display: none; } } .why-choose-us-five .float-image { position: absolute; left: 0; bottom: 128px; } @media only screen and (max-width: 1762px) { .why-choose-us-five .float-image { display: none; } } .why-choose-us-five .shape-24 { position: absolute; top: 0; left: 0; width: 263px; height: 263px; background-image: url(../images/pattern/shape-24.png); } .why-choose-us-five .content-column { position: relative; } .why-choose-us-five .content-column .inner-column { padding-right: 70px; } @media (max-width: 767.98px) { .why-choose-us-five .content-column .inner-column { padding-right: 0; } } @media (max-width: 575.98px) { .why-choose-us-five .content-column .inner-column .sec-title h2 br { display: none; } } .why-choose-us-five .image-column { position: relative; } @media (max-width: 1199.98px) { .why-choose-us-five .image-column { display: none; } } .why-choose-us-five .image-column .image-box.hide-desktop { display: none; position: absolute; left: 0; top: 0; height: 100%; width: 100%; } @media only screen and (max-width: 1023px) { .why-choose-us-five .image-column .image-box.hide-desktop { display: block; } } .why-choose-us-five .image-column .image-box.hide-desktop img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; } .why-choose-us-five .image-column .inner-column { padding: 160px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; } @media only screen and (max-width: 1023px) { .why-choose-us-five .image-column .inner-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 120px 0 50px; } } .why-choose-us-five .image-column .video-box { position: relative; } .why-choose-us-five .image-column .video-box .arrow { position: relative; top: 5px; right: 140px; } .why-choose-us-five .feature-block-seven { position: relative; margin-bottom: 40px; } .why-choose-us-five .feature-block-seven .inner-box { position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: normal; -ms-flex-align: normal; align-items: normal; } .why-choose-us-five .feature-block-seven .icon { height: 90px; width: 90px; background-color: var(--bg-theme-color1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 48px; color: #ffffff; border-radius: 50px; margin-bottom: 15px; } .why-choose-us-five .feature-block-seven .title { color: var(--theme-color2); position: relative; margin-bottom: 5px; } /*** ================================================================== Pricing Section ================================================================== ***/ .pricing-section { position: relative; overflow: hidden; padding: 120px 0; } @media (max-width: 991.98px) { .pricing-section { padding: 90px 0 110px; } } @media (max-width: 767.98px) { .pricing-section { padding: 90px 0 50px; } } .pricing-section.style-two { padding: 110px 0 140px; } @media (max-width: 767.98px) { .pricing-section.style-two { padding: 100px 0 50px; } } .pricing-section.style-two .content-column .inner-column { padding-right: 0; padding-left: 30px; padding-top: 40px; } @media (max-width: 1199.98px) { .pricing-section.style-two .content-column .inner-column { padding-left: 0; padding-top: 0; margin-bottom: 40px; } } @media (max-width: 767.98px) { .pricing-section.style-two .content-column .inner-column { margin-bottom: 0; } } .pricing-section .bg-pattern-3 { top: auto; bottom: -15px; left: 0; width: 1010px; height: 863px; background-image: url(../images/pattern/bg-pattern-3.png); } .pricing-section .bg-pattern-8 { top: auto; top: 130px; right: auto; left: 0; width: 918px; height: 486px; background-image: url(../images/pattern/bg-pattern-8.png); } .pricing-section .content-column { position: relative; } .pricing-section .content-column .inner-column { position: relative; padding-right: 70px; } @media (max-width: 991.98px) { .pricing-section .content-column .inner-column { padding-right: 0; } } .pricing-section .content-column .sec-title { margin-bottom: 30px; } .pricing-section .content-column .info-btn:hover .info-btn-two .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .pricing-section .content-column .info-btn-two .icon { -webkit-transform: scaleX(1); transform: scaleX(1); } .pricing-section .pricing-column { position: relative; } .pricing-section .pricing-column .inner-column { position: relative; margin-left: -30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 1199.98px) { .pricing-section .pricing-column .inner-column { margin-left: 0; } } @media (max-width: 767.98px) { .pricing-section .pricing-column .inner-column { margin-top: 50px; display: block; } } .pricing-block { position: relative; margin-bottom: 40px; z-index: 2; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .pricing-block:before { content: ""; position: absolute; width: 100%; height: 1px; left: 0; top: 171px; background-color: #fff; opacity: 0.15; z-index: 1; } .pricing-block.pull-left { margin-left: 30px; position: relative; top: 60px; } @media (max-width: 767.98px) { .pricing-block.pull-left { margin-left: 0; top: 0; float: none; } } .pricing-block .inner-box { position: relative; padding: 58px 60px 60px; background-color: var(--bg-theme-color2); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; max-width: 340px; width: 100%; } @media (max-width: 575.98px) { .pricing-block .inner-box { padding: 58px 25px 60px; } } .pricing-block .inner-box:hover .image img { -webkit-transform: rotate(180deg) scale(-1); transform: rotate(180deg) scale(-1); } .pricing-block .image { position: relative; margin-bottom: 75px; } .pricing-block .image img { -webkit-transition: all 300ms ease; transition: all 300ms ease; } .pricing-block .price-box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 12px; } .pricing-block .price-box .price { display: block; font-size: 50px; line-height: 1em; font-weight: 700; color: #fff; } .pricing-block .price-box .price sup { font-size: 60%; } .pricing-block .price-box .validaty { position: relative; font-size: 16px; text-transform: uppercase; color: #fff; margin-left: 2px; top: 3px; } .pricing-block .title { position: relative; display: block; line-height: 1.2em; color: var(--theme-color-light); margin-bottom: 30px; } .pricing-block .features { position: relative; margin-bottom: 40px; } .pricing-block .features li { position: relative; display: block; font-size: 16px; line-height: 26px; color: #8c8f94; font-weight: 400; margin-bottom: 10px; } .pricing-block .btn-box { position: relative; } .pricing-block .btn-box .theme-btn2 { color: var(--theme-color-light); background-color: var(--theme-color1); } .pricing-block.style-two:before { background-color: #000; opacity: 5%; top: 193px; } .pricing-block.style-two .inner-box { background-color: #fff; -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); } .pricing-block.style-two .inner-box .title { color: var(--headings-color); } .pricing-block.style-two .price-box .validaty, .pricing-block.style-two .price-box .price { color: var(--headings-color); } .pricing-block.style-two:hover { top: 0; } /*** ==================================================================== Team Section ==================================================================== ***/ .team-section { position: relative; padding: 0px 0 120px; } @media (max-width: 991.98px) { .team-section { padding: 0px 0; } } .team-section .bg-image:before { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(274.78deg, #FAFAF8 70.1%, rgba(255, 255, 255, 0.62) 78.93%); } .team-block { position: relative; } .team-block .inner-box { position: relative; } .team-block .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .team-block .inner-box:hover .social-links { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 1; visibility: visible; } .team-block .inner-box:hover .info-box:before { width: 100%; } .team-block .inner-box:hover .info-box:after { background-color: var(--theme-color-dark); } .team-block .inner-box:hover .info-box .name, .team-block .inner-box:hover .info-box .designation { color: var(--theme-color-light); } .team-block .inner-box:hover .info-box .share-icon { background-color: var(--theme-color-light); } .team-block .image-box { position: relative; } .team-block .image-box .image { position: relative; overflow: hidden; margin-bottom: 0; z-index: 1; } .team-block .image-box .image img { width: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease; } .team-block .info-box { position: relative; padding: 19px 30px; padding-right: 70px; background-color: var(--theme-color-light); max-width: 322px; margin: 0 auto; margin-top: -35px; -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07); box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07); z-index: 2; } @media (max-width: 767.98px) { .team-block .info-box { max-width: 100%; margin-top: 0; } } .team-block .info-box:before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; width: 0; background-color: var(--theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .team-block .info-box:after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; top: 50%; width: 9px; height: 45px; background-color: var(--theme-color1); -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .team-block .info-box .name { position: relative; line-height: 1em; letter-spacing: -0.01em; margin-bottom: 0; } .team-block .info-box .name:hover { color: var(--theme-color1); } .team-block .info-box .designation { position: relative; color: #7a7a7a; font-size: 16px; display: block; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .team-block .share-icon { position: absolute; top: 50%; right: 20px; width: 45px; height: 45px; line-height: 43px; font-size: 19px; border-radius: 5px; color: var(--theme-color-dark); border: 1px solid #E7E7E7; -webkit-transition: all 300ms ease; transition: all 300ms ease; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; z-index: 3; } .team-block .social-links { position: absolute; right: 20px; bottom: 100%; margin-bottom: -10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; transform-origin: bottom; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: all 400ms ease; transition: all 400ms ease; } .team-block .social-links a { position: relative; height: 46px; width: 46px; line-height: 46px; text-align: center; font-size: var(--body-font-size); color: var(--theme-color-dark); background-color: var(--theme-color-light); margin-top: 10px; border-radius: 10px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .team-block .social-links a:hover { color: var(--theme-color-light); background-color: var(--theme-color1); } /*** ==================================================================== team Section Two ==================================================================== ***/ .team-section-two { position: relative; padding: 120px 0 80px; overflow: hidden; } @media (max-width: 991.98px) { .team-section-two { padding: 90px 0 40px; } } .team-section-two .shape-25 { position: absolute; bottom: 120px; left: 0; width: 228px; height: 290px; background-image: url(../images/pattern/shape-25.png); } @media (max-width: 991.98px) { .team-section-two .shape-25 { display: none; } } .team-block-two { position: relative; margin-bottom: 40px; } .team-block-two .inner-box { position: relative; } .team-block-two .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .team-block-two .inner-box:hover .social-links { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 1; visibility: visible; } .team-block-two .image-box { position: relative; } .team-block-two .image-box .image { position: relative; overflow: hidden; margin-bottom: 0; border-radius: 5px; z-index: 1; } .team-block-two .image-box .image img { width: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease; } .team-block-two .info-box { position: relative; padding: 20px 0 0; } .team-block-two .info-box .name { z-index: 2; margin-bottom: 0; } .team-block-two .info-box .name:hover { color: var(--theme-color2); } .team-block-two .info-box .designation { position: relative; display: block; font-size: 16px; font-weight: 400; color: var(--theme-color1); -webkit-transition: all 400ms ease; transition: all 400ms ease; } .team-block-two .share-icon { position: absolute; right: 20px; bottom: -25px; height: 60px; width: 60px; line-height: 60px; text-align: center; font-size: 24px; color: #ffffff; background-color: var(--bg-theme-color1); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: 3; } .team-block-two .social-links { position: absolute; right: 20px; bottom: 20px; padding: 12px 0 22px; margin-top: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ffffff; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom; transform-origin: bottom; z-index: 3; visibility: hidden; opacity: 0; border-radius: 8px 8px 0 0; -webkit-transition: all 400ms ease; transition: all 400ms ease; } .team-block-two .social-links a { position: relative; height: 35px; width: 60px; display: block; font-size: 18px; line-height: 35px; text-align: center; color: var(--theme-color2); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .team-block-two .social-links a:hover { color: var(--theme-color1); } /*** ==================================================================== team Section Three ==================================================================== ***/ .team-section-three { background-color: var(--theme-color2); padding: 120px 0 50px; position: relative; } @media (max-width: 991.98px) { .team-section-three { padding: 90px 0 20px; } } .team-section-three .theme-btn { background-color: transparent; border: 1px solid var(--theme-color1); color: var(--theme-color1); margin-top: 50px; } .team-section-three .theme-btn:hover { color: var(--theme-color-light); } .team-block-three { margin-bottom: 60px; } .team-block-three .inner-box { position: relative; } .team-block-three .inner-box:hover .image-box .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .team-block-three .inner-box .image-box .image { width: 100%; overflow: hidden; } .team-block-three .inner-box .image-box .image img { width: 100%; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .team-block-three .inner-box .content-box { margin-top: 20px; } .team-block-three .inner-box .content-box .name { color: var(--theme-color-light); margin-bottom: 0; } .team-block-three .inner-box .content-box .designation { color: var(--theme-color1); font-size: 16px; font-weight: 400; } /*** ==================================================================== Contact Section ==================================================================== ***/ .contact-section { background-color: var(--theme-color2); padding: 0 0 120px; position: relative; z-index: 2; } @media (max-width: 991.98px) { .contact-section { padding: 0 0 90px; } } @media (max-width: 767.98px) { .contact-section { padding: 0; } } .contact-section .shape-5 { position: absolute; bottom: 40px; right: 40px; width: 504px; height: 298px; background-image: url(../images/pattern/shape-5.png); } .contact-section .shape-6 { position: absolute; top: -3px; right: 0; width: 1019px; height: 45px; background-image: url(../images/pattern/shape-6.png); } .contact-section .content-column .inner-column { position: relative; padding: 173px 0 0 70px; } @media (max-width: 1399.98px) { .contact-section .content-column .inner-column { padding-left: 0; } } @media (max-width: 991.98px) { .contact-section .content-column .inner-column { padding: 100px 0 0 70px; padding-left: 0; } } .contact-section .content-column .inner-column .sec-title .text { color: var(--theme-color-light); } .contact-section .form-column { position: relative; } .contact-section .form-column .bg-image { right: 12px; width: auto; left: -340px; height: auto; bottom: 0; } @media (max-width: 991.98px) { .contact-section .form-column .bg-image { right: 0; bottom: 0; left: 0; } } .contact-section .form-column .inner-column { padding: 120px 0 0; } @media (max-width: 991.98px) { .contact-section .form-column .inner-column { padding: 60px 0; } } @media (max-width: 767.98px) { .contact-section .form-column .inner-column { padding: 60px 0 90px; } } .feature-block-two:last-child .inner-box { border: none; padding-bottom: 0; margin-bottom: 0; } @media (max-width: 991.98px) { .feature-block-two:last-child .inner-box { margin-bottom: 80px; } } .feature-block-two .inner-box { position: relative; padding-left: 80px; margin-bottom: 48px; } @media (max-width: 575.98px) { .feature-block-two .inner-box { padding-left: 0; text-align: center; } } .feature-block-two .inner-box:hover .icon { -webkit-transform: scaleX(-1); transform: scaleX(-1); } .feature-block-two .inner-box .icon { position: absolute; top: 10px; left: 0; width: 51px; height: 51px; line-height: 51px; font-size: 26px; border-radius: 3px; color: var(--theme-color-light); background-color: var(--theme-color1); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } @media (max-width: 575.98px) { .feature-block-two .inner-box .icon { position: relative; display: block; margin: 0 auto 20px; text-align: center; } } .feature-block-two .inner-box .icon:after { content: ""; position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; border-radius: 3px; border: 1px dashed var(--theme-color1); } .feature-block-two .inner-box .content .title { margin-bottom: 0; color: var(--theme-color-light); margin-bottom: 10px; letter-spacing: -0.01em; } .feature-block-two .inner-box .content .text { color: var(--theme-color-light); } .contact-form { position: relative; background-color: var(--theme-color1); padding: 70px 86px 80px; } @media (max-width: 1399.98px) { .contact-form { padding: 68px 50px 78px; } } @media (max-width: 575.98px) { .contact-form { padding: 30px 20px; } } @media (max-width: 575.98px) { .contact-form.style-two { padding: 40px 20px 50px; } } .contact-form::before { content: ""; position: absolute; top: -48px; right: -1px; width: 0; height: 0; border-top: 50px solid transparent; border-left: 60px solid var(--theme-color1-dark); z-index: 3; } @media (max-width: 991.98px) { .contact-form::before { display: none; } } .contact-form .bg-pattern-1 { background-image: url(../images/pattern/bg-pattern-1.png); } .contact-form .title { color: var(--theme-color-light); margin-bottom: 35px; text-align: center; } @media (max-width: 575.98px) { .contact-form .title { font-size: 24px; margin-bottom: 20px; } } .contact-form .form-group { position: relative; margin-bottom: 26px; } .contact-form .form-group:last-child { margin-bottom: 0; } .contact-form .select2-container--default .select2-selection--single, .contact-form input:not([type=submit]), .contact-form textarea, .contact-form select { position: relative; display: block; height: 60px; width: 100%; padding: 15px 21px; font-size: var(--body-font-size); color: var(--theme-color-dark); line-height: 32px; font-weight: 400; background-color: var(--theme-color-light); border: 1px solid transparent; border-radius: 3px; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-form ::-webkit-input-placeholder { color: #393939; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--theme-color-dark); -webkit-box-shadow: none; box-shadow: none; } .contact-form textarea { height: 79px; resize: none; } .contact-form .theme-btn { color: var(--theme-color-light); background-color: var(--theme-color-dark); width: 100%; } .contact-form label { font-size: 16px; line-height: 20px; color: #ffffff; font-weight: 400; display: block; letter-spacing: 1px; margin-bottom: 15px; } .contact-form label.error { display: block; font-weight: 400; font-size: 13px; text-transform: capitalize; line-height: 24px; color: #ff0000; margin-bottom: 0; } .contact-form-three { position: relative; background-color: var(--theme-color-light); padding: 0; } .contact-form-three .form-group { position: relative; margin-bottom: 26px; } .contact-form-three .form-group:last-child { margin-bottom: 0; } .contact-form-three .select2-container--default .select2-selection--single, .contact-form-three input:not([type=submit]), .contact-form-three textarea, .contact-form-three select { position: relative; display: block; height: 60px; width: 100%; padding: 15px 21px; font-size: var(--body-font-size); color: var(--theme-color-dark); line-height: 32px; font-weight: 400; background-color: var(--theme-color-light); border: 1px solid #E7E7E7; border-radius: 3px; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-form-three ::-webkit-input-placeholder { color: #393939; } .contact-form-three input:focus, .contact-form-three select:focus, .contact-form-three textarea:focus { border-color: var(--theme-color1); -webkit-box-shadow: none; box-shadow: none; } .contact-form-three textarea { height: 79px; resize: none; } .contact-form-three .theme-btn { background-color: var(--theme-color-dark); width: 100%; } .contact-form-three label { font-size: 16px; line-height: 20px; color: #ffffff; font-weight: 400; display: block; letter-spacing: 1px; margin-bottom: 15px; } .contact-form-three label.error { display: block; font-weight: 400; font-size: 13px; text-transform: capitalize; line-height: 24px; color: #ff0000; margin-bottom: 0; } .contact-form-nine { position: relative; background-color: var(--theme-color-light); padding: 56px 45px 70px; } @media (max-width: 767.98px) { .contact-form-nine { padding: 56px 45px 70px; } } @media (max-width: 575.98px) { .contact-form-nine { padding: 30px 20px; } } .contact-form-nine .title-box { margin-bottom: 30px; } .contact-form-nine .title { font-size: 36px; margin-bottom: 0px; } @media (max-width: 575.98px) { .contact-form-nine .title { font-size: 24px; } } .contact-form-nine .form-group { position: relative; margin-bottom: 20px; } .contact-form-nine .form-group:last-child { margin-bottom: 0; } .contact-form-nine .select2-container--default .select2-selection--single, .contact-form-nine input:not([type=submit]), .contact-form-nine textarea, .contact-form-nine select { position: relative; display: block; height: 50px; width: 100%; padding: 15px 21px; font-size: var(--body-font-size); color: var(--theme-color-dark); line-height: 32px; font-weight: 400; background-color: var(--theme-color-light); border: 1px solid #D1D0C8; border-radius: 0; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-form-nine ::-webkit-input-placeholder { color: #A7A8A7; } .contact-form-nine input:focus, .contact-form-nine select:focus, .contact-form-nine textarea:focus { border-color: var(--theme-color1); -webkit-box-shadow: none; box-shadow: none; } .contact-form-nine textarea { height: 79px; resize: none; } .contact-form-nine .theme-btn { margin-top: 20px; background-color: var(--theme-color-dark); } .contact-form-nine label { font-size: 16px; line-height: 20px; color: #ffffff; font-weight: 400; display: block; letter-spacing: 1px; margin-bottom: 15px; } .contact-form-nine label.error { display: block; font-weight: 400; font-size: 13px; text-transform: capitalize; line-height: 24px; color: #ff0000; margin-bottom: 0; } .map { height: 450px; } /*** ==================================================================== Contact Sectiom Three ==================================================================== ***/ .contact-section-three { position: relative; padding: 120px 0 70px; } @media (max-width: 991.98px) { .contact-section-three { padding: 90px 0 40px; } } .contact-section-three:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images/pattern/bg-pattern-6.png); } .contact-section-three.style-three { background-color: var(--theme-color2); z-index: 0; overflow: hidden; } @media (max-width: 991.98px) { .contact-section-three.style-three { padding: 90px 0 22px; } } @media (max-width: 575.98px) { .contact-section-three.style-three { padding: 90px 0 15px; } } .contact-section-three.style-three .content-column .inner-column { padding-top: 54px; } @media (max-width: 991.98px) { .contact-section-three.style-three .content-column .inner-column { padding-top: 20px; } } @media (max-width: 575.98px) { .contact-section-three.style-three .content-column .inner-column .info-box-outer { display: block; } } .contact-section-three.style-three .content-column .inner-column .sec-title { margin-bottom: 50px; padding-right: 35px; } .contact-section-three.style-three .expert-info-box { margin-top: 10px; } @media (max-width: 575.98px) { .contact-section-three.style-three .expert-info-box { margin-top: 40px; } } .contact-section-three .content-column { position: relative; margin-bottom: 20px; } .contact-section-three .content-column .inner-column { position: relative; padding-left: 25px; padding-top: 84px; } @media (max-width: 1199.98px) { .contact-section-three .content-column .inner-column { padding-left: 0; padding-top: 35px; } } @media (max-width: 991.98px) { .contact-section-three .content-column .inner-column { padding-top: 0; padding-bottom: 30px; } } .contact-section-three .content-column .inner-column .sec-title { margin-bottom: 34px; padding-right: 35px; } .contact-section-three .content-column .call-info-box-outer { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 1199.98px) { .contact-section-three .content-column .call-info-box-outer { display: block; } } .contact-section-three .content-column .call-info-box-outer .call-info-box-text { margin-right: 15px; } @media (max-width: 1199.98px) { .contact-section-three .content-column .call-info-box-outer .call-info-box-text { margin-bottom: 10px; margin-right: 0; } } .contact-section-three .content-column .call-info-box-outer .call-info-box-text span { color: #3e3e4b; font-size: 18px; font-weight: 500; } .contact-section-three .content-column .call-info-box { background-color: var(--theme-color-light); position: relative; padding: 15px 20px; display: inline-block; } .contact-section-three .content-column .call-info-box .icon { background-color: var(--theme-color2); border-radius: 50%; color: var(--theme-color-light); font-size: 12px; height: 30px; line-height: 30px; width: 30px; text-align: center; margin-right: 7px; } .contact-section-three .content-column .call-info-box span { color: var(--theme-color1); font-size: 18px; font-weight: 500; line-height: 1; } .contact-section-three .expert-info-box { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; margin-top: 45px; } @media (max-width: 575.98px) { .contact-section-three .expert-info-box { display: block; } } .contact-section-three .expert-info-box .expert-number { background-color: var(--theme-color1); border: 2px solid var(--theme-color-light); border-radius: 50%; color: var(--theme-color-light); font-size: 18px; font-weight: 500; height: 60px; line-height: 56px; text-align: center; width: 60px; position: absolute; left: 90px; top: 0; } .contact-section-three .expert-info-box .expert-text { color: var(--theme-color-light); margin-bottom: 1rem; margin-left: 37px; } @media (max-width: 575.98px) { .contact-section-three .expert-info-box .expert-text { margin-left: 0; } } .contact-section-three .form-column { position: relative; margin-bottom: 50px; } .contact-section-three .form-column .inner-column { position: relative; padding-right: 10px; } .info-box-outer { display: -webkit-box; display: -ms-flexbox; display: flex; } .info-box-outer .time-table-box { margin-right: 38px; } @media (max-width: 1199.98px) { .info-box-outer .time-table-box { margin-right: 15px; } } .info-box-outer .time-table-box .inner { min-width: 246px; } .time-table-box { margin-bottom: 50px; } .time-table-box .inner { background-color: var(--theme-color-light); border-left: 2px solid var(--theme-color1); border-radius: 5px; max-width: 246px; padding: 24px 30px 30px; } .time-table-box .title { position: relative; padding-bottom: 19px; margin-bottom: 13px; } .time-table-box .title:before { background-color: var(--theme-color1); content: ""; position: absolute; width: 41px; height: 3px; left: 0; bottom: 4px; } .time-table-box ul li { margin-bottom: 3px; } .time-table-box ul li:last-child { margin-bottom: 0; } .time-table-box ul li span { color: var(--theme-color1); float: right; } .contact-details-info .inner { padding-top: 9px; } .contact-details-info h3 { color: var(--theme-color-light); margin-bottom: 24px; } .contact-details-info .contact-details-block:last-child { margin-bottom: 0; } .contact-details-block { position: relative; margin-bottom: 20px; z-index: 1; } .contact-details-block .inner-box { padding-left: 50px; position: relative; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .contact-details-block .inner-box:before { position: absolute; left: 0; bottom: 0; height: 0; width: 100%; background-color: var(--theme-color2); content: ""; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .contact-details-block .inner-box:hover { -webkit-transform: translateY(0px); transform: translateY(0px); } .contact-details-block .inner-box:hover .icon { background-color: var(--theme-color2); color: var(--theme-color-light); } .contact-details-block .inner-box:hover .icon:after { width: 100%; } .contact-details-block .icon { border-radius: 50%; border: 1px solid var(--theme-color1); color: var(--theme-color1); font-size: 16px; font-weight: 900; height: 40px; line-height: 40px; left: 0; top: 8px; position: absolute; text-align: center; width: 40px; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .contact-details-block .title { color: var(--theme-color-light); font-size: 14px; margin-bottom: 4px; } .contact-details-block .text { color: var(--theme-color-light); font-size: 18px; font-weight: 500; line-height: 1; } .contact-form-two { background-color: var(--bg-theme-color1); border-radius: 20px; padding: 55px 50px 50px; position: relative; } @media (max-width: 575.98px) { .contact-form-two { padding: 35px 30px 50px; } } .contact-form-two .title-box { margin-bottom: 36px; } .contact-form-two .title-box h3 { color: var(--theme-color-light); font-size: 30px; font-weight: 700; margin-bottom: 7px; } .contact-form-two .title-box .sub-title { color: var(--theme-color-light); } .contact-form-two .btn-style-one { font-size: 14px; } .contact-form-two .form-group { position: relative; margin-bottom: 20px; } .contact-form-two .form-group:last-child { margin-bottom: 0; } .contact-form-two .form-group label { font-size: 16px; line-height: 20px; color: #808287; font-weight: 500; display: block; letter-spacing: 1px; margin-bottom: 15px; } .contact-form-two .form-group label.error { display: block; font-weight: 500; font-size: 13px; text-transform: capitalize; line-height: 24px; color: #ff0000; margin-bottom: 0; } .contact-form-two .form-group .select2-container--default .select2-selection--single, .contact-form-two .form-group input:not([type=submit]), .contact-form-two .form-group textarea, .contact-form-two .form-group select { position: relative; display: block; height: 59px; width: 100%; padding: 15px 30px; font-size: 16px; color: #808287; line-height: 32px; font-weight: 400; background-color: #fff; border: 4px solid #f2f3f6; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-form-two .form-group ::-webkit-input-placeholder { color: #84858a; } .contact-form-two .form-group ::-moz-input-placeholder { color: #84858a; } .contact-form-two .form-group ::-ms-input-placeholder { color: #84858a; } .contact-form-two .form-group input:focus, .contact-form-two .form-group select:focus, .contact-form-two .form-group textarea:focus { border-color: var(--theme-color-light); } .contact-form-two .form-group textarea { height: 161px; resize: none; } .contact-form-two .form-group input[type=submit], .contact-form-two .form-group button { margin-top: 0; text-transform: uppercase; width: 100%; display: block; padding: 15px 30px; line-height: 30px; } /*** ==================================================================== Contact Section Seven ==================================================================== ***/ .contact-section-seven { position: relative; padding: 0 0; background-color: var(--border-theme-color2); } @media (max-width: 991.98px) { .contact-section-seven { padding: 280px 0 90px !important; } } @media (max-width: 575.98px) { .contact-section-seven { padding: 270px 0 90px !important; } } .contact-section-seven:before { position: absolute; left: auto; right: 0; top: 0; height: 100%; width: 1030px; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(../images/pattern/bg-pattern-4.png); content: ""; } .contact-section-seven .contact6 { position: absolute; bottom: 0; right: 0; width: 540px; height: 738px; background-image: url(../images/resource/contact6.png); } @media (max-width: 1653.98px) { .contact-section-seven .contact6 { display: none; } } .contact-section-seven .image-column .inner-column { position: relative; margin-left: -375px; padding-right: 70px; } @media (max-width: 1199.98px) { .contact-section-seven .image-column .inner-column { padding-right: 0; } } @media (max-width: 991.98px) { .contact-section-seven .image-column .inner-column { margin-left: 0; margin-bottom: 50px; } } .contact-section-seven .image-column .image { position: relative; margin-bottom: 0; } @media (max-width: 991.98px) { .contact-section-seven .image-column .image { display: none; } } .contact-section-seven .image-column .experience { position: absolute; left: 0; bottom: 0; width: 520px; height: 190px; background: var(--bg-theme-color1); padding: 61px 37px; } @media (max-width: 1653.98px) { .contact-section-seven .image-column .experience { left: auto; right: 70px; } } @media (max-width: 1199.98px) { .contact-section-seven .image-column .experience { right: 0; } } @media (max-width: 991.98px) { .contact-section-seven .image-column .experience { width: 100%; } } @media (max-width: 575.98px) { .contact-section-seven .image-column .experience { padding: 30px 20px; } } .contact-section-seven .image-column .experience .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 575.98px) { .contact-section-seven .image-column .experience .inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } } .contact-section-seven .image-column .experience .icon { color: var(--theme-color-light); font-size: 65px; margin-right: 25px; } @media (max-width: 575.98px) { .contact-section-seven .image-column .experience .icon { font-size: 60px; margin-right: 0; } } .contact-section-seven .image-column .experience .text { color: var(--theme-color-light); font-size: 26px; font-weight: 600; } @media (max-width: 575.98px) { .contact-section-seven .image-column .experience .text { font-size: 20px; } } .contact-form-seven { position: relative; } .contact-form-seven .form-group { position: relative; margin-bottom: 20px; } .contact-form-seven .form-group:last-child { margin-bottom: 0; } .contact-form-seven .form-group label { font-size: 16px; line-height: 20px; color: #ffffff; font-weight: 500; display: block; letter-spacing: 1px; margin-bottom: 15px; } .contact-form-seven .form-group label.error { display: block; font-weight: 500; font-size: 12px; text-transform: capitalize; line-height: 24px; color: #ff0000; margin-bottom: 0; } .contact-form-seven .form-group .select2-container--default .select2-selection--single, .contact-form-seven .form-group input:not([type=submit]), .contact-form-seven .form-group textarea, .contact-form-seven .form-group select { position: relative; display: block; width: 100%; height: 60px; padding: 15px 30px; line-height: 30px; font-size: 14px; color: rgba(255, 255, 255, 0.3); font-weight: 400; background-color: var(--theme-color2); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-form-seven .form-group ::-webkit-input-placeholder { color: #6a6a6a; } .contact-form-seven .form-group ::-moz-input-placeholder { color: #8c8f94; } .contact-form-seven .form-group ::-ms-input-placeholder { color: #8c8f94; } .contact-form-seven .form-group input:focus, .contact-form-seven .form-group select:focus, .contact-form-seven .form-group textarea:focus { border-color: var(--border-theme-color1); } .contact-form-seven .form-group textarea { height: 150px; resize: none; } .contact-form-seven .form-group input[type=submit], .contact-form-seven .form-group button { margin-top: 5px; } .contact-form-seven.style-two .select2-container--default .select2-selection--single, .contact-form-seven.style-two input:not([type=submit]), .contact-form-seven.style-two textarea, .contact-form-seven.style-two select { background-color: #0a090f; border-color: #0a090f; color: #ffffff; height: 70px; padding: 20px 30px; line-height: 30px; -webkit-box-shadow: none; box-shadow: none; } .contact-form-seven.style-two input:focus, .contact-form-seven.style-two select:focus, .contact-form-seven.style-two textarea:focus { border: 1px solid #fff; -webkit-box-shadow: none; box-shadow: none; } .contact-form-seven.style-two textarea { height: 150px; resize: none; -webkit-box-shadow: none; box-shadow: none; } /***================================== Range Slider One ==================================***/ .range-slider-one { position: relative; margin-bottom: 5px; } .range-slider-one .range-amount { position: absolute !important; right: 0; top: -35px; background-color: transparent !important; text-align: right; border: 0 !important; padding: 0 !important; max-width: 75px; color: #ffffff !important; width: auto !important; height: auto !important; } .range-slider-one .ui-widget.ui-widget-content { height: 10px; border: none; border-radius: 10px; background: rgba(255, 255, 255, 0.3); } .range-slider-one .ui-slider .ui-slider-range { top: 0px; height: 10px; background: var(--theme-color-light); } .range-slider-one .ui-state-default { top: -5px; width: 20px; height: 20px; background: var(--theme-color-dark); cursor: pointer; border: 3px solid var(--theme-color-dark); border-radius: 20px; } .range-slider-one .ui-widget-content .ui-state-default { top: -5px; width: 20px; height: 20px; background: var(--theme-color-dark); cursor: pointer; border: 3px solid var(--theme-color-dark); border-radius: 20px; } .range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(2) { margin-left: 0 !important; } .range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(3) { margin-left: -20px !important; } /*** ==================================================================== Contact Info Section ==================================================================== ***/ .contact-info-section { padding: 70px 0 0; } .contact-info-section .outer-box { margin: 0 -135px; } @media (max-width: 1599.98px) { .contact-info-section .outer-box { margin: 0; } } @media (max-width: 991.98px) { .contact-info-section .contact-info-block { margin-bottom: 30px; } } .contact-info-section .contact-info-block .inner-box { display: -webkit-box; display: -ms-flexbox; display: flex; border-right: 1px solid rgba(106, 111, 120, 0.5); } @media (max-width: 767.98px) { .contact-info-section .contact-info-block .inner-box { border: none; } } .contact-info-section .contact-info-block .inner-box .title { line-height: 40px; margin-bottom: 0; margin-right: 30px; } .contact-info-section .contact-info-block .inner-box .info-box { margin-top: 7px; } .contact-info-section .contact-info-block .inner-box .text { margin-bottom: 28px; } .contact-info-section .contact-info-block .inner-box .text:last-child { margin-bottom: 0; } .contact-info-section .contact-info-block .inner-box .text h4 { line-height: 30px; margin-bottom: 0; } .contact-info-section .contact-info-block .inner-box .text a { color: var(--text-color); font-size: 16px; line-height: 30px; } .contact-info-section .contact-info-block .inner-box .text a:hover { color: var(--theme-color1); } /*** ==================================================================== Countries Section ==================================================================== ***/ .countries-section { position: relative; padding: 120px 0 80px; } @media (max-width: 991.98px) { .countries-section { padding: 90px 0 20px; } } .country-block { margin-bottom: 30px; min-height: 230px; } .country-block .inner-box { position: relative; padding: 15px 20px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 1px solid #f2edeb; background-color: var(--theme-color-light); text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .country-block .inner-box:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; height: 0; background-color: var(--theme-color2); -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; } .country-block .inner-box:hover { padding-bottom: 30px; } .country-block .inner-box:hover:before { height: 100%; } .country-block .inner-box:hover .title, .country-block .inner-box:hover .text { color: var(--theme-color-light); } .country-block .inner-box:hover .read-more { opacity: 1; -webkit-transition-delay: 100ms; transition-delay: 100ms; } .country-block .inner-box:hover .bg-map { height: 100%; opacity: 1; } .country-block .inner-box .bg-map { background-image: url(../images/icons/bg-map.png); height: 0; left: 0; opacity: 0; position: absolute; top: 0; width: 170px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .country-block .inner-box img { border-radius: 50%; border: 1px solid #f2edeb; display: block; margin-bottom: 20px; padding: 5px; position: relative; } .country-block .inner-box .title { color: var(--theme-color2); margin-bottom: 5px; position: relative; } .country-block .inner-box .text { line-height: 26px; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .country-block .inner-box .read-more { background-color: var(--theme-color1); border-radius: 50%; bottom: -18px; color: var(--theme-color-light); font-size: 14px; height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 0; margin: 0 auto; opacity: 0; position: absolute; right: 0; width: 36px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } /*** ==================================================================== News Section ==================================================================== ***/ .news-section { position: relative; padding: 0px 0 90px; overflow: hidden; } @media (max-width: 991.98px) { .news-section { padding: 0px 0 60px; } } .news-block { position: relative; margin-bottom: 30px; } .news-block .inner-box { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .news-block .inner-box:hover .image-box .image a:after { left: 0; right: 0; opacity: 0; -webkit-transition: all 400ms linear; transition: all 400ms linear; } .news-block .inner-box:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1); } .news-block .inner-box:hover .bottom-box:before { height: 100%; } .news-block .inner-box:hover .bottom-box .comments, .news-block .inner-box:hover .bottom-box .comments i, .news-block .inner-box:hover .bottom-box .read-more, .news-block .inner-box:hover .bottom-box .read-more i { color: var(--theme-color-light); } .news-block .image-box { position: relative; } .news-block .image-box .image { position: relative; overflow: hidden; margin-bottom: 0; } .news-block .image-box .image img { display: block; width: 100%; -webkit-transition: all 400ms ease; transition: all 400ms ease; } .news-block .image-box .image a:after { background: rgba(255, 255, 255, 0.3); bottom: 0; content: ""; left: 50%; position: absolute; right: 51%; top: 0; opacity: 1; pointer-events: none; -webkit-transition: all 400ms linear; transition: all 400ms linear; } .news-block .image-box .date { position: absolute; right: 20px; top: 20px; background: var(--theme-color1); color: var(--theme-color-light); z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 60px; width: 55px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; font-weight: 700; line-height: 16px; text-transform: uppercase; } .news-block .image-box .date b { color: var(--theme-color-light); display: block; font-weight: 700; line-height: 16px; } .news-block .image-box .date:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; top: 0; background-color: var(--bg-theme-color1); content: ""; opacity: 0.3; z-index: -1; } .news-block .content-box { position: relative; padding: 25px 30px 0px; background-color: #fff; border: 1px solid #e6e8ed; border-bottom: 0; } @media (max-width: 767.98px) { .news-block .content-box { padding: 25px 20px 0px; } } .news-block .content-box .post-info { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 10px; } .news-block .content-box .post-info li { position: relative; font-family: var(--title-font); font-size: 14px; line-height: 25px; color: #444444; font-weight: 400; margin-right: 14px; } .news-block .content-box .post-info li i { margin-right: 2px; color: var(--theme-color1); font-size: 14px; } .news-block .content-box .title { margin-bottom: 0; } @media (max-width: 1199.98px) { .news-block .content-box .title { font-size: 19px; } } .news-block .content-box .title:hover { color: var(--theme-color2); } .news-block .bottom-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 40px; background-color: #F4F5F8; border: 1px solid #e6e8ed; border-top: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; position: relative; z-index: 0; } .news-block .bottom-box:before { background-color: var(--theme-color1); content: ""; position: absolute; bottom: 0; left: -1px; height: 0; width: calc(100% + 2px); -webkit-transition: all 300ms ease; transition: all 300ms ease; z-index: -1; } .news-block .bottom-box .comments { font-size: 14px; color: #444444; line-height: 30px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .news-block .bottom-box .comments i { font-size: 14px; color: var(--theme-color1); margin-right: 4px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .news-block .bottom-box .read-more { font-size: 14px; line-height: 30px; color: #444444; font-weight: 400; text-transform: uppercase; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .news-block .bottom-box .read-more i { margin-left: 10px; color: var(--theme-color1); font-size: 16px; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .news-block .bottom-box .read-more:hover { color: var(--theme-color2); } .news-block .bottom-box .read-more:hover i { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: 0; } /*** ==================================================================== News Section ==================================================================== ***/ .news-section-two { padding: 120px 0; } @media (max-width: 991.98px) { .news-section-two { padding: 90px 0; } } .news-section-two .carousel-column .carousel-outer { position: relative; margin-right: -410px; } @media (max-width: 991.98px) { .news-section-two .carousel-column .carousel-outer { margin-right: 0; } } .news-section-two .default-dots .owl-dots { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; left: -407px; top: -90px; } .news-section-two .default-dots .owl-dots .owl-dot { height: 3px; width: 30px; margin: 0 5px; background-color: #EBEBED; border: 1px solid #EBEBED; } @media (max-width: 1199.98px) { .news-section-two .default-dots .owl-dots .owl-dot { display: none; } } .news-section-two .default-dots .owl-dots .owl-dot.active { background-color: var(--theme-color1); border: 1px solid var(--theme-color1); } .news-section-two .news-block { margin-bottom: 0; } /*** ==================================================================== Blog Section ==================================================================== ***/ .blog-section { position: relative; padding: 120px 0 96px; } @media (max-width: 991.98px) { .blog-section { padding: 90px 0 66px; } } .blog-block .inner-box { position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .blog-block .inner-box:hover .image-box .image img:first-child { -webkit-transform: translateX(0) scaleX(1); transform: translateX(0) scaleX(1); opacity: 1; -webkit-filter: blur(0); filter: blur(0); } .blog-block .inner-box:hover .image-box .image img:nth-child(2) { -webkit-transform: translateX(-50%) scaleX(2); transform: translateX(-50%) scaleX(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); } .blog-block .image-box { position: relative; } .blog-block .image-box .image { position: relative; overflow: hidden; margin-bottom: 0; } .blog-block .image-box .image img { position: relative; width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .blog-block .image-box .image img:first-child { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 1; -webkit-transform: translateX(50%) scaleX(2); transform: translateX(50%) scaleX(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); } .blog-block .image-box .date { position: absolute; left: 30px; bottom: 30px; width: 72px; display: block; z-index: 3; } .blog-block .image-box .date strong { position: relative; display: block; width: 72px; font-size: 14px; font-weight: 700; font-family: var(--title-font); padding: 5px 0 13px; line-height: 1; color: var(--theme-color-light); background-color: var(--theme-color1); text-align: center; } .blog-block .image-box .date strong span { display: block; font-size: 14px; font-family: var(--text-font); margin-top: 4px; } .blog-block .content-box { margin-top: 18px; } .blog-block .content-box .post-meta { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 33px; margin-bottom: 8px; } .blog-block .content-box .post-meta li { position: relative; font-family: var(--title-font); font-size: 14px; font-weight: 400; } .blog-block .content-box .post-meta .categories:hover a { color: var(--theme-color1); } .blog-block .content-box .post-meta .categories:before { content: ""; position: absolute; border-bottom: 2px solid #000; width: 21px; left: -33px; bottom: 14px; } .blog-block .content-box .post-meta .categories a { color: var(--theme-color1); } .blog-block .content-box .post-meta .date { color: var(--theme-color1); margin-left: 32px; } .blog-block .content-box .post-meta .date:before { bottom: 10px; bottom: 13px; border-radius: 50%; background-color: #AAA9A8; content: ""; position: absolute; width: 4px; height: 4px; left: -18px; } .blog-block .content-box .title { color: var(--theme-color2); margin-left: 33px; } @media (max-width: 1199.98px) { .blog-block .content-box .title { font-size: 20px; } } .blog-block .content-box .title:hover { color: var(--theme-color1); } /*** ==================================================================== Clients Section ==================================================================== ***/ .clients-section { position: relative; background-color: rgba(198, 148, 83, 0.1); } .clients-section .sponsors-outer { padding: 40px 0; } .clients-section.style-two { padding: 0 0 284px; } @media (max-width: 991.98px) { .clients-section.style-two { padding: 0 0 200px; } } .clients-section.style-two .bg-image:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; right: 0; background-color: var(--theme-color1); } .clients-section.style-two .sponsors-outer { border-bottom: 1px solid rgba(255, 255, 255, 0.3); position: relative; z-index: 1; } @media (max-width: 767.98px) { .clients-section.style-two .sponsors-outer { padding: 0; } } .clients-section.style-two .client-block .image { opacity: 50%; } .clients-section.style-two .client-block .image:hover { opacity: 1; } .clients-section.style-three { background-color: transparent; padding: 112px 0 96px; } @media (max-width: 991.98px) { .clients-section.style-three { padding: 83px 0 55px; } } .clients-section.style-three .text { font-size: 18px; } @media (max-width: 767.98px) { .clients-section.style-three .text { font-size: 16px; } } .clients-section.style-three .sponsors-outer { padding: 0; } .clients-section.style-four { border-bottom: 1px solid rgba(0, 0, 0, 0.1); background-color: transparent; } .client-block { position: relative; overflow: hidden; text-align: center; } .client-block .image { position: relative; padding: 20px 20px; overflow: hidden; text-align: center; border-radius: 10px; min-height: 130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .client-block .image:hover img:first-child { -webkit-transform: translateY(0) scaleY(1); transform: translateY(0) scaleY(1); opacity: 1; -webkit-filter: blur(0); filter: blur(0); } .client-block .image:hover img:nth-child(2) { -webkit-transform: translateY(-50%) scaleY(2); transform: translateY(-50%) scaleY(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); } .client-block img { position: relative; width: auto !important; display: inline-block !important; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .client-block img:first-child { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 1; margin: auto; -webkit-transform: translateY(50%) scaleY(2); transform: translateY(50%) scaleY(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); } .clients-carousel { position: relative; } .clients-carousel .client-item { position: relative; overflow: hidden; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .clients-carousel .client-item a { display: block; padding: 35px 0; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .clients-carousel .client-item a.active { background-color: #ebeef5; } .clients-carousel .client-item img { display: inline-block; height: auto; max-width: 100%; opacity: 0.2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; width: auto; } .clients-carousel .client-item:hover img { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } /*** ==================================================================== Clients Section Two ==================================================================== ***/ .clients-section-two { position: relative; } .clients-section-two .sponsors-outer { padding: 0; } .client-block-two { position: relative; overflow: hidden; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); } .client-block-two .image { position: relative; padding: 20px 20px; overflow: hidden; text-align: center; border-radius: 0; min-height: 200px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .client-block-two .image:hover img { opacity: 1; } .client-block-two .image:hover img:first-child { -webkit-transform: translateY(0) scaleY(1); transform: translateY(0) scaleY(1); opacity: 1; -webkit-filter: blur(0); filter: blur(0); } .client-block-two .image:hover img:nth-child(2) { -webkit-transform: translateY(-50%) scaleY(2); transform: translateY(-50%) scaleY(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); } .client-block-two img { position: relative; width: auto !important; display: inline-block !important; opacity: 30%; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .client-block-two img:first-child { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 1; margin: auto; -webkit-transform: translateY(50%) scaleY(2); transform: translateY(50%) scaleY(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); } .clients-carousel-two { position: relative; } .clients-carousel-two .client-item { position: relative; overflow: hidden; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .clients-carousel-two .client-item a { display: block; padding: 35px 0; position: relative; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .clients-carousel-two .client-item a.active { background-color: #ebeef5; } .clients-carousel-two .client-item img { display: inline-block; height: auto; max-width: 100%; opacity: 0.2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; width: auto; } .clients-carousel-two .client-item:hover img { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } /*** ==================================================================== Products details ==================================================================== ***/ .product-details .bxslider .image-box { position: relative; display: block; margin-right: 30px; margin-bottom: 10px; } .product-details .bxslider .image-box img { width: 100%; } .product-details .bxslider .thumb-box li { position: relative; display: inline-block; float: left; margin-right: 10px; margin-bottom: 15px; width: 100px; height: 100px; } .product-details .bxslider .thumb-box li:last-child { margin: 0px !important; } .product-details .bxslider .thumb-box li a { position: relative; display: inline-block; } .product-details .bxslider .thumb-box li a:before { position: absolute; content: ""; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .product-details .bxslider .thumb-box li a.active:before { opacity: 1; } .product-details .bx-wrapper { margin-bottom: 30px; } .product-details .product-info .product-details__top { position: relative; display: block; margin-top: -8px; } .product-details .product-info .product-details__title { font-size: 40px; line-height: 44px; font-weight: 700; margin: 0; } .product-details .product-info .product-details__title span { position: relative; display: inline-block; color: var(--theme-color1); font-size: 20px; line-height: 26px; font-weight: 700; margin-left: 20px; letter-spacing: 0; } .product-details .product-info .product-details__reveiw { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 22px; padding-bottom: 20px; margin-bottom: 31px; border-bottom: 1px solid #e0e4e8; } .product-details .product-info .product-details__reveiw i { font-size: 16px; color: var(--theme-color2); } .product-details .product-info .product-details__reveiw i + i { margin-left: 4px; } .product-details .product-info .product-details__reveiw span { position: relative; top: 1px; line-height: 1; font-size: 16px; color: var(--theme-color1); margin-left: 18px; } .product-details .product-info .product-details__quantity-title { margin: 0; color: #222; font-size: 20px; line-height: 30px; font-weight: 700; margin-right: 20px; } .product-details .product-info .product-details__buttons { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; margin-top: 40px; } @media only screen and (max-width: 767px) { .product-details .product-info .product-details__buttons { display: block; } } .product-details .product-info .product-details__buttons-1 { position: relative; display: block; } @media only screen and (max-width: 767px) { .product-details .product-info .product-details__buttons-1 { margin-bottom: 10px; margin-right: 10px; } } .product-details .product-info .product-details__buttons-2 { position: relative; display: block; margin-left: 10px; } .product-details .product-info .product-details__buttons-2 .thm-btn { background-color: var(--theme-color2); } .product-details .product-info .product-details__buttons-2 .thm-btn:before { background-color: var(--theme-color1); } .product-details .product-info .product-details__buttons-2 .thm-btn:after { background-color: var(--theme-color1); } @media only screen and (max-width: 767px) { .product-details .product-info .product-details__buttons-2 { margin-left: 0; margin-top: 0; } } .product-details .product-info .product-details__social { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .product-details .product-info .product-details__social .title { position: relative; display: block; } .product-details .product-info .product-details__social .title h3 { color: #222; font-size: 20px; line-height: 20px; font-weight: 700; } .product-details .product-info .product-details__social .social-icon-one { margin-left: 30px; } @media only screen and (max-width: 767px) { .product-details .product-info .product-details__social { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; } .product-details .product-info .product-details__social .social-icon-one { margin-left: 0; } } .product-details__quantity { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 20px; } .product-details__quantity .quantity-box { position: relative; width: 98px; border-radius: 10px; height: 60px; } .product-details__quantity .quantity-box input { width: 98px; border-radius: 10px; height: 60px; border: 1px solid #e0e4e8; -webkit-appearance: textfield; -moz-appearance: textfield; padding-left: 30px; outline: none; font-size: 18px; font-weight: 500; color: var(--theme-color1); } .product-details__quantity .quantity-box button { width: 29px; height: 29px; background-color: transparent; color: var(--text-color-bg-theme-color1); font-size: 8px; position: absolute; top: 1px; right: 1px; background-color: var(--theme-color1); border: none; border-left: 1px solid #e0e4e8; border-top-right-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; outline: none; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .product-details__quantity .quantity-box button:hover { color: var(--theme-color-light); background-color: var(--theme-color2); } .product-details__quantity .quantity-box button.sub { bottom: 1px; top: auto; border-top-right-radius: 0px; border-bottom-right-radius: 10px; } .product-discription { position: relative; display: block; } .product-discription .product-description__title { font-size: 30px; margin-bottom: 27px; } .product-discription .product-description__text1 { font-size: 16px; line-height: 30px; margin: 0; } .product-discription .product-description__list { position: relative; display: block; margin-top: 30px; margin-bottom: 30px; } .product-discription .product-description__list ul { position: relative; display: block; } .product-discription .product-description__list ul li { position: relative; display: block; margin-bottom: 2px; } .product-discription .product-description__list ul li:last-child { margin-bottom: 0px; } .product-discription .product-description__list ul li p { margin: 0; font-weight: 600; color: var(--headings-color); } .product-discription .product-description__list ul li p span:before { position: relative; display: inline-block; color: var(--theme-color1); font-size: 17px; line-height: 17px; margin-right: 11px; top: 2px; } .product-discription .tabs-content .text p { margin-bottom: 17px; } .product-discription .tabs-content .text p:last-child { margin-bottom: 0px; } .product-discription .tab-btn-box { position: relative; display: block; width: 100%; margin-bottom: 60px; } .product-discription .tab-btn-box:before { position: absolute; content: ""; background-color: #e1e8e4; width: 100%; height: 1px; left: 0px; top: 28px; } .product-discription .tab-btn-box .tab-btns li { position: relative; display: inline-block; font-size: 14px; text-transform: uppercase; color: #1e2434; text-align: center; padding: 14px 30px; background-color: #fff; border: 1px solid #e1e8e4; cursor: pointer; margin: 0px 8.5px; margin-bottom: 15px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .product-discription .tab-btn-box .tab-btns li.active-btn { color: var(--text-color-bg-theme-color1); background-color: var(--theme-color1); } .product-discription .tab-btn-box .tab-btns li:last-child { margin-bottom: 0; } .product-discription .single-comment-box .inner-box { position: relative; display: block; background-color: #f4f5f4; padding: 34px 30px 34px 125px; } .product-discription .single-comment-box .inner-box .comment-thumb { position: absolute; left: 30px; top: 40px; border-radius: 50%; width: 80px; } .product-discription .single-comment-box .inner-box .comment-thumb img { width: 100%; border-radius: 50%; } .product-discription .single-comment-box .inner-box .rating { position: relative; display: block; margin-bottom: 2px; } .product-discription .single-comment-box .inner-box .rating li { position: relative; display: inline-block; font-size: 12px; float: left; margin-right: 4px; color: #fdc009; } .product-discription .single-comment-box .inner-box .rating li:last-child { margin: 0px !important; } .product-discription .single-comment-box .inner-box h5 { display: block; font-size: 16px; line-height: 26px; font-weight: 600; text-transform: uppercase; margin-bottom: 16px; } .product-discription .single-comment-box .inner-box h5 span { font-weight: 400; text-transform: capitalize; } .product-discription .customer-comment { position: relative; display: block; margin-bottom: 60px; } .product-discription .comment-box { position: relative; display: block; background-color: #fff; padding: 51px 60px 60px 60px; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); } .product-discription .comment-box h3 { display: block; font-size: 24px; line-height: 34px; font-weight: 600; text-transform: uppercase; margin-bottom: 23px; } .product-discription .comment-box .form-group { position: relative; margin-bottom: 15px; } .product-discription .comment-box .form-group label { position: relative; display: block; font-size: 18px; line-height: 28px; color: #707582; margin-bottom: 8px; } .product-discription .comment-box .column:last-child .form-group { margin-bottom: 0px; } .product-discription .comment-box .review-box { position: relative; display: block; margin-top: 8px; } .product-discription .comment-box .review-box p { position: relative; float: left; margin-right: 10px; } .product-discription .comment-box .review-box .rating { position: relative; float: left; } .product-discription .comment-box .review-box .rating li { position: relative; display: inline-block; font-size: 14px; line-height: 28px; float: left; margin-right: 4px; color: #fdc009; } .product-discription .comment-box .review-box .rating li:last-child { margin: 0px !important; } .product-discription .comment-box .custom-controls-stacked { position: relative; float: left; } .related-product h3 { margin-bottom: 30px; } @media only screen and (max-width: 767px) { .product-details__img { margin-bottom: 50px; } .product-details__title span { margin-left: 0; display: block; } .product-details__buttons { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .product-details__buttons-2 { margin-left: 0; margin-top: 10px; } .product-details__social-link { margin-left: 0; margin-top: 20px; } } /*** ==================================================================== Categories Section ==================================================================== ***/ .categories-section { position: relative; padding: 100px 0 70px; } .categories-section .bg-pattern { position: absolute; left: 0; top: -220px; width: 100%; height: 100%; content: ""; background-image: url(../images/icons/pattern-7.png); background-repeat: no-repeat; background-position: left top; z-index: -1; } .categories-section:before { position: absolute; left: 0; bottom: 0; height: 300px; width: 100%; background: var(--theme-color3); content: ""; z-index: 1; } .categories-section:after { position: absolute; left: 0; bottom: -50px; height: 70px; width: 100%; z-index: 2; content: ""; background-image: url(../images/icons/pattern-3.png); background-repeat: no-repeat; background-position: center bottom; } .category-block { position: relative; margin-bottom: 30px; z-index: 9; } .category-block .inner-box { position: relative; text-align: center; background: #ffffff; padding: 40px 30px 30px; border-radius: 10px; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .category-block .inner-box:before { position: absolute; top: 0; left: 0; width: 100%; height: 190px; background-repeat: no-repeat; background-position: center bottom; content: ""; } .category-block .inner-box:hover { -webkit-transform: translateY(-20px); transform: translateY(-20px); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .category-block .inner-box:hover .image img { -webkit-transform: rotate(10deg) scale(1.2); transform: rotate(10deg) scale(1.2); } .category-block .inner-box.cat-bg-1:before { background-image: url(../images/icons/cat-1-bg.png); } .category-block .inner-box.cat-bg-2:before { background-image: url(../images/icons/cat-2-bg.png); } .category-block .inner-box.cat-bg-3:before { background-image: url(../images/icons/cat-3-bg.png); } .category-block .inner-box.cat-bg-4:before { background-image: url(../images/icons/cat-4-bg.png); } .category-block .image { position: relative; display: inline-block; height: 180px; width: 180px; overflow: hidden; border-radius: 50%; margin-bottom: 15px; } .category-block .image img { -webkit-transition: all 300ms ease; transition: all 300ms ease; } .category-block h4 { font-size: 20px; color: var(--theme-color3); font-weight: 700; margin-bottom: 10px; } .category-block h4 a { -webkit-transition: all 300ms ease; transition: all 300ms ease; } .category-block h4 a:hover { color: var(--theme-color1); } .category-block p { font-size: 14px; color: #797f7d; line-height: 26px; margin-bottom: 0px; } /*** ==================================================================== Categories Section Two ==================================================================== ***/ .categories-section-two { position: relative; padding: 120px 0 90px; } .category-block-two { position: relative; padding-top: 70px; margin-bottom: 30px; z-index: 9; } .category-block-two .inner-box { position: relative; text-align: center; background: #ffffff; border-radius: 10px; margin: 0 auto; padding: 18px; } .category-block-two .inner-box:before { position: absolute; left: 0; top: 0; bottom: 60px; width: 100%; border-radius: 10px; background: #e3eee5; content: ""; } .category-block-two .inner-box:hover .image:before { left: 100%; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; } .category-block-two .inner-box:hover .image img { -webkit-transform: scale(0.9); transform: scale(0.9); } .category-block-two .inner-box:hover h4 a { color: var(--theme-color1); } .category-block-two .content { position: relative; background: #ffffff; border-radius: 10px; padding: 0 40px 40px; z-index: 1; -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07); } .category-block-two .content:before { position: absolute; top: -88px; left: 0; width: 180px; height: 180px; right: 0; margin: 0 auto; border-radius: 50%; background: #e3eee5; content: ""; } .category-block-two .content:after { position: absolute; left: 0; bottom: 0px; width: 100%; font-size: 30px; line-height: 1em; color: #e8f3ea; height: 15px; overflow: hidden; text-transform: uppercase; letter-spacing: 0.1em; content: attr(data-text); } .category-block-two .image { position: relative; display: inline-block; overflow: hidden; margin-bottom: 25px; margin-top: -70px; } .category-block-two .image img { -webkit-transition: all 300ms ease; transition: all 300ms ease; } .category-block-two .image:before { position: absolute; left: 0; top: 0; height: 120%; width: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); content: ""; opacity: 0.3; left: -100%; pointer-events: none; z-index: 1; } .category-block-two h4 { font-size: 22px; color: var(--theme-color3); font-weight: 700; margin-bottom: 15px; } .category-block-two h4 a { color: var(--theme-color3); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .category-block-two p { font-size: 16px; color: #797f7d; line-height: 26px; margin-bottom: 0px; } .category-block-two .link { position: relative; display: inline-block; height: 50px; width: 50px; background: #e8f3ea; border-radius: 50%; line-height: 50px; margin-top: 25px; color: #608174; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .category-block-two .link:hover { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .category-block-two.child-two .link { background: #f0e2e3; } .category-block-two.child-two .inner-box:before { background: #f0e2e3; } .category-block-two.child-two .inner-box:hover h4 a { color: #e69da2; } .category-block-two.child-two .content:before { background: #f0e2e3; } .category-block-two.child-two .content:after { color: #f0e2e3; } .category-block-two.child-three .link { background: #f1ede1; } .category-block-two.child-three .inner-box:before { background: #f1ede1; } .category-block-two.child-three .inner-box:hover h4 a { color: #c9b579; } .category-block-two.child-three .content:before { background: #f1ede1; } .category-block-two.child-three .content:after { color: #f1ede1; } /*** ==================================================================== Products Section ==================================================================== ***/ .products-section { position: relative; padding: 120px 0 53px; overflow: hidden; } @media (max-width: 991.98px) { .products-section { padding: 90px 0 53px; } } .products-section .bg-pattern-7 { position: absolute; bottom: -100px; right: 0; width: 524px; height: 822px; background-image: url(../images/pattern/bg-pattern-7.png); } .products-section .bg-image { position: absolute; left: 0; top: 0; height: 670px; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; } .products-section .bg-image:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #113629; opacity: 0.7; content: ""; } .products-section .bg-image:after { position: absolute; left: 0; bottom: 0; height: 50px; width: 100%; background-image: url(../images/icons/pattern-8.png); background-position: center bottom; content: ""; } .products-box { max-width: 1530px; position: relative; padding: 120px 60px 90px; margin: 120px auto 0; background-color: #f7f5ee; overflow: hidden; border-radius: 10px; } .products-box:before { position: absolute; left: -90px; bottom: 0; height: 70%; width: 100%; background: url(../images/icons/shape-7.png) top left no-repeat; content: ""; } .products-box .sec-title { margin-bottom: 30px; } .products-box .outer-box { position: relative; padding-right: 400px; } .products-box .outer-box .banner-box-two { position: absolute; right: 0; top: 0; } /*** ==================================================================== Featured Products ==================================================================== ***/ .featured-products { position: relative; padding: 120px 0 90px; } .featured-products .bg-shape { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: url(../images/icons/pattern-7.png) left bottom no-repeat; background-size: 700px; } /*=== Mixitup Gallery ===*/ .featured-products .filters { margin-bottom: 40px; text-align: center; } .featured-products .filters .filter-tabs { position: relative; display: inline-block; } .featured-products .filters li { position: relative; display: inline-block; line-height: 24px; padding: 0px 2px 10px; cursor: pointer; color: #797f7d; font-weight: 500; font-size: 18px; margin: 0 12px 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .featured-products .filters li:last-child { margin-right: 0; } .featured-products .filters .filter.active, .featured-products .filters .filter:hover { color: var(--theme-color1); } .featured-products .filters li:before { position: absolute; left: 0; bottom: 8px; height: 2px; width: 100%; content: ""; background-color: #ffc737; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; transform-origin: top right; -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */ -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */ } .featured-products .filters li.active:before, .featured-products .filters li:hover:before { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; transform-origin: bottom left; } .product-block { position: relative; margin-bottom: 30px; } .product-block.mix { display: none; } .product-block .inner-box { position: relative; border-radius: 10px; text-align: center; background: transparent; overflow: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .product-block .inner-box:hover { background-color: #fff; -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); } .product-block .image { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; margin-bottom: 0px; } .product-block .image:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); content: ""; opacity: 0.3; left: -100%; pointer-events: none; z-index: 1; } .product-block .inner-box:hover .image:before { left: 100%; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; } .product-block .image img { width: auto; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .product-block .inner-box:hover .image img { -webkit-transform: scale(0.9); transform: scale(0.9); } .product-block .content { position: relative; padding: 30px 30px 30px; } .product-block h4 { display: block; color: var(--theme-color2); margin-bottom: 5px; } .product-block h4 a { color: var(--theme-color2); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .product-block h4 a:hover { color: var(--theme-color1); } .product-block .price { display: block; font-size: 16px; line-height: 26px; color: var(--text-gray-silver); font-weight: 400; } .product-block .price del { display: inline-block; margin-left: 15px; font-size: 16px; color: #ff0000; line-height: 27px; opacity: 0.3; } .product-block .rating { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; color: var(--theme-color1); letter-spacing: 6px; } .product-block .tag { position: absolute; top: 30px; left: 20px; font-size: 14px; line-height: 23px; color: #ffffff; background: #FD5F5C; font-weight: 400; padding: 0 12px; border-radius: 3px; z-index: 9; font-style: italic; text-transform: uppercase; } .product-block .icon-box { position: absolute; right: 30px; top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; opacity: 0; visibility: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .product-block .inner-box:hover .icon-box { top: 30px; opacity: 1; visibility: visible; -webkit-transition-delay: 300ms; transition-delay: 300ms; } .product-block .ui-btn { position: relative; display: block; height: 40px; width: 40px; font-size: 14px; line-height: 40px; text-align: center; color: #ffffff; z-index: 9; background-color: var(--theme-color1); color: var(--text-color-bg-theme-color1); cursor: pointer; border-radius: 50px; margin-bottom: 10px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .product-block .ui-btn:hover { background-color: var(--theme-color2); color: var(--theme-color-light); } .product-block .cat { display: block; font-size: 18px; color: #707070; font-style: italic; font-family: "Jost", sans-serif; margin-bottom: 5px; } /* * shop-catalog-layouts.scss * ----------------------------------------------- */ table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail { min-width: 64px; } table.tbl-shopping-cart img, table.cart-total img { width: 64px; -webkit-box-shadow: none; box-shadow: none; } table.tbl-shopping-cart th, table.tbl-shopping-cart td, table.cart-total th, table.cart-total td { vertical-align: middle; border-left: 1px solid #e3e3e3; padding: 20px 30px; } table.tbl-shopping-cart .product-name a, table.cart-total .product-name a { color: var(--headings-color); } table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation { font-size: 0.9rem; list-style: none; } table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a { display: inline-block; width: 24px; height: 24px; line-height: 24px; border-radius: 24px; -webkit-transition: all 300ms ease-out; transition: all 300ms ease-out; background-color: #757575; color: #ffffff; text-align: center; } table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button { position: relative; display: inline-block; color: #1e2434; background: #f4f5f4; padding: 15px 29px; cursor: pointer; text-transform: uppercase; -webkit-transition: all 500ms ease; transition: all 500ms ease; } table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover { color: var(--theme-color-light); background-color: var(--theme-color2); } table.tbl-shopping-cart > thead > tr > th, table.tbl-shopping-cart > tbody > tr > th, table.tbl-shopping-cart > tfoot > tr > th { color: #444; } .payment-method .accordion-box .block { background: #f4f5f4; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 20px; } .payment-method .accordion-box .block .acc-content .payment-info { position: relative; display: block; background-color: #fff; padding: 30px 30px 10px 30px; } .payment-method .accordion-box .block:last-child { margin-bottom: 0px; } .payment-method .accordion-box .block .acc-btn { padding: 19px 30px 22px 30px; } .payment-method .accordion-box .block .acc-btn .icon-outer { -webkit-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 50%; right: 30px; height: auto; /* line-height: 65px; */ font-size: 28px; color: #1e2434; } .payment-method .accordion-box .block .acc-btn.active .icon-outer { color: var(--theme-color-light); } .payment-method .payment-method h3 { margin-bottom: 32px; } .shop-sidebar { position: relative; display: block; } .shop-sidebar .sidebar-search { margin-bottom: 30px; } .shop-sidebar .sidebar-search .search-form .form-group { position: relative; margin: 0px; } .shop-sidebar .sidebar-search .search-form .form-group input[type=search] { position: relative; width: 100%; height: 52px; background-color: var(--theme-light-background); border: 1px solid var(--theme-light-background); border-radius: 5px; color: #646578; padding: 10px 60px 10px 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .shop-sidebar .sidebar-search .search-form .form-group button { position: absolute; display: inline-block; top: 5px; right: 5px; width: 42px; height: 42px; line-height: 42px; text-align: center; font-size: 18px; color: var(--theme-color-light); background-color: var(--theme-color2); cursor: pointer; border-radius: 3px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .shop-sidebar .sidebar-search .search-form .form-group button:hover { color: var(--text-color-bg-theme-color1); background-color: var(--theme-color1); } .shop-sidebar .sidebar-widget { position: relative; display: block; background-color: var(--theme-light-background); padding: 35px 30px 37px 30px; border-radius: 5px; margin-bottom: 30px; } .shop-sidebar .sidebar-widget:last-child { margin-bottom: 0px; } .shop-sidebar .sidebar-widget .widget-title { position: relative; display: block; margin-bottom: 16px; } .shop-sidebar .category-widget .category-list li { position: relative; display: block; margin-bottom: 14px; } .shop-sidebar .category-widget .category-list li:last-child { margin-bottom: 0px; } .shop-sidebar .category-widget .category-list li a { position: relative; display: inline-block; color: #646578; font-weight: 400; padding-left: 20px; } .shop-sidebar .category-widget .category-list li a:before { position: absolute; content: "\f0da"; font-family: "Font Awesome 6 Pro"; left: 0px; top: 0px; font-size: 16px; font-weight: 600; color: var(--theme-color2); } .shop-sidebar .category-widget .category-list li a:hover { color: var(--theme-color1); } .shop-sidebar .price-filters .widget-title { margin-bottom: 28px; } .shop-sidebar .post-widget { padding-bottom: 9px; } .shop-sidebar .post-widget .post { position: relative; padding-left: 90px; padding-bottom: 24px; margin-bottom: 23px; min-height: 108px; border-bottom: 1px solid #e1e1e1; } .shop-sidebar .post-widget .post:last-child { margin-bottom: 0px; border-bottom: none; } .shop-sidebar .post-widget .post .post-thumb { position: absolute; left: 0px; top: 7px; width: 70px; height: 70px; border: 1px solid #d0d4dd; border-radius: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .shop-sidebar .post-widget .post .post-thumb img { width: 100%; border-radius: 5px; } .shop-sidebar .post-widget .post a { position: relative; display: inline-block; font-size: 16px; line-height: 26px; color: #646578; margin-bottom: 7px; } .shop-sidebar .post-widget .post .price { position: relative; display: block; font-size: 14px; line-height: 24px; font-family: "Poppins", sans-serif; font-weight: 600; color: #0a267a; } .shop-sidebar .post-widget .post:hover .post-thumb { border-color: var(--theme-color1); } .shop-sidebar .post-widget .post:hover a { color: var(--theme-color1); } .range-slider { position: relative; } .range-slider .title { line-height: 26px; position: relative; display: inline-block; margin-right: 4px; } .range-slider .title:before { position: absolute; content: "$"; left: -5px; top: -19px; color: #646578; font-size: 18px; } .range-slider p { position: relative; display: inline-block; color: #646578; margin-right: 10px !important; } .range-slider .input { color: #646578; max-width: 75px; font-size: 18px; margin-top: 5px; position: relative; display: inline-block; } .range-slider .input input { background: none; color: #646578; font-size: 15px; text-align: left; } .range-slider .ui-widget.ui-widget-content { height: 4px; border: none; margin-bottom: 14px; background-color: #d0d4dd; border-radius: 2px; } .range-slider .ui-slider .ui-slider-range { top: 0px; height: 4px; background-color: var(--theme-color1); } .range-slider .ui-state-default { top: -5px; width: 14px; height: 14px; border: none; border-radius: 50%; cursor: pointer; margin-left: 0px; background-color: var(--theme-color1); } .range-slider .ui-state-default:before { position: absolute; content: ""; background-color: #ffffff; width: 6px; height: 6px; left: 4px; top: 4px; border-radius: 50%; } .range-slider .ui-widget-content .ui-state-default { top: -5px; width: 14px; height: 14px; border: none; border-radius: 50%; cursor: pointer; margin-left: 0px; background-color: var(--theme-color1); } .range-slider .ui-widget-content .ui-state-default:before { position: absolute; content: ""; background-color: #ffffff; width: 6px; height: 6px; left: 4px; top: 4px; border-radius: 50%; } .range-slider input[type=submit] { position: relative; display: block; background: var(--theme-color1); color: var(--text-color-bg-theme-color1); float: right; text-align: center; border: none; font-size: 14px; font-weight: 500; margin-top: 0; text-transform: capitalize; cursor: pointer; padding: 7px 20px; border-radius: 10px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .range-slider input[type=submit]:hover { color: var(--theme-color-light); background-color: var(--theme-color2); } /*** ==================================================================== Page Title ==================================================================== ***/ @-webkit-keyframes "ripple" { 70% { -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } @keyframes "ripple" { 70% { -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } .page-title { position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; padding: 200px 0 110px; min-height: 250px; } .page-title:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #131313; opacity: 0.8; content: ""; } .page-title .title { font-size: 64px; color: #ffffff; margin-bottom: 17px; } .page-title .text { position: relative; color: #ffffff; font-size: 16px; line-height: 26px; letter-spacing: 0.05em; max-width: 520px; } .page-breadcrumb { position: relative; margin-top: 5px; } .page-breadcrumb li { position: relative; display: inline-block; margin-right: 12px; padding-right: 13px; color: #ffffff; font-size: 14px; font-weight: 400; text-transform: capitalize; } .page-breadcrumb li:after { position: absolute; content: "\f105"; right: -6px; top: 1px; color: #ffffff; font-size: 14px; font-weight: 900; font-family: "Font Awesome 6 Pro"; color: #ffffff; } .page-breadcrumb li:last-child { padding-right: 0px; margin-right: 0px; } .page-breadcrumb li:last-child::after { display: none; } .page-breadcrumb li a { color: var(--theme-color1); font-weight: 500; text-transform: capitalize; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .page-breadcrumb li a:hover { color: #ffffff; } .page-title.style-two { background-position: center center; } .page-title.style-two .page-breadcrumb-outer { position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px 0; -webkit-transform: translateY(100%); transform: translateY(100%); z-index: 8; } .page-title.style-two .page-breadcrumb li { color: rgb(7, 7, 16); font-weight: 600; } .page-title.style-two .page-breadcrumb li:after { color: rgb(7, 7, 16); } .page-title.style-two .page-breadcrumb li a { color: rgba(7, 7, 16, 0.6); } .page-title.style-two .page-breadcrumb li a:hover { color: rgb(7, 7, 16); } .play-now { position: relative; display: block; z-index: 9; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .play-now .icon { position: relative; display: inline-block; height: 70px; width: 70px; text-align: center; line-height: 70px; background-color: #ffffff; color: #ff6d2e; z-index: 1; padding-left: 0; font-size: 14px; display: block; border-radius: 50%; -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3); -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3); -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3); box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3); -webkit-transform-origin: center; transform-origin: center; } .play-now .ripple { position: absolute; top: 50%; left: 50%; height: 70px; width: 70px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -webkit-animation: ripple 3s infinite; animation: ripple 3s infinite; } .play-now .ripple:before { position: absolute; top: 50%; left: 50%; height: 70px; width: 70px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -webkit-animation: ripple 3s infinite; animation: ripple 3s infinite; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; content: ""; position: absolute; } .play-now .ripple:after { position: absolute; top: 50%; left: 50%; height: 70px; width: 70px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); -webkit-animation: ripple 3s infinite; animation: ripple 3s infinite; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; content: ""; position: absolute; } .background-image { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: repeat; background-position: center; background-size: cover; } .error-page__inner { position: relative; display: block; text-align: center; } .error-page__inner .error-page__title-box { position: relative; display: block; } .error-page__inner .error-page__title { position: relative; display: inline-block; font-size: 280px; line-height: 280px; margin-bottom: 0; color: var(--theme-color1); } .error-page__inner .error-page__sub-title { font-size: 40px; letter-spacing: 0.1em; text-transform: uppercase; line-height: 50px; margin-top: -16px; } .error-page__inner .error-page__text { font-size: 20px; line-height: 30px; text-align: center; } .error-page__inner .error-page__form { position: relative; display: block; margin: 42px auto 20px; } .error-page__inner .error-page__form input[type=search] { height: 60px; width: 100%; border: none; outline: none; background-color: #f5f5f5; font-size: 14px; color: #333; padding-left: 50px; padding-right: 75px; border-radius: 7px; } .error-page__inner .error-page__form button[type=submit] { background-color: transparent; font-size: 22px; position: absolute; top: 0; right: 0px; bottom: 0; width: 72px; outline: none; border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; } .error-page__inner .error-page__form-input { position: relative; display: block; max-width: 570px; width: 100%; margin: 0 auto; } /*** ============================================= Services Details ============================================= ***/ .service-sidebar { position: relative; display: block; max-width: 365px; width: 100%; } .service-sidebar .service-sidebar-single { position: relative; display: block; margin-bottom: 30px; } .service-sidebar .service-sidebar-single-services { position: relative; display: block; background: #f6f4ec; border-radius: 10px; padding: 35px 30px 25px; } .service-sidebar .service-sidebar-single-services .title { position: relative; display: block; margin-bottom: 12px; padding-left: 20px; } .service-sidebar .service-sidebar-single-services .title h3 { color: var(--headings-color); font-size: 20px; line-height: 30px; letter-spacing: -0.02em; } .service-sidebar .service-sidebar-single-services ul { position: relative; display: block; margin-top: 10px; } .service-sidebar .service-sidebar-single-services ul li { position: relative; display: block; margin-bottom: 5px; margin-top: -10px; } .service-sidebar .service-sidebar-single-services ul li:last-child { margin-bottom: 0; } .service-sidebar .service-sidebar-single-services ul li a { position: relative; display: block; color: var(--agriox-color-1, #687469); font-size: 18px; padding: 22px 20px 22px; border-radius: 10px; background: transparent; -webkit-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .service-sidebar .service-sidebar-single-services ul li a:hover { color: var(--headings-color); } .service-sidebar .service-sidebar-single-services ul li a:hover::before { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); -webkit-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .service-sidebar .service-sidebar-single-services ul li a:hover i { color: var(--theme-color1); } .service-sidebar .service-sidebar-single-services ul li a::before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ""; z-index: -1; opacity: 1; -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); -webkit-transform-origin: bottom; transform-origin: bottom; -webkit-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; background: #ffffff; -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); border-radius: 10px; } .service-sidebar .service-sidebar-single-services ul li a i { font-size: 16px; } .service-sidebar .service-sidebar-single-services ul li.current a::before { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); -webkit-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .service-sidebar .service-sidebar-single-services ul li.current a i { color: var(--theme-color1); } .service-sidebar .service-sidebar-single-services ul li.current:first-child { margin-top: 20px; } .service-sidebar .service-sidebar-single-services ul li.current:last-child { margin-bottom: 35px; } .service-sidebar .service-sidebar-single-contact-box { position: relative; display: block; background-attachment: scroll; background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 10px; padding: 50px 0px 44px; z-index: 1; } .service-sidebar .service-sidebar-single-contact-box::before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(109, 140, 84, 0.93); border-radius: 10px; content: ""; z-index: -1; } .service-sidebar .service-sidebar-single-contact-box .icon { position: relative; display: inline-block; width: 60px; height: 60px; text-align: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; border-radius: 50%; background: var(--theme-color2); } .service-sidebar .service-sidebar-single-contact-box .icon:hover { background-color: var(--headings-color); } .service-sidebar .service-sidebar-single-contact-box .icon:hover span::before { color: #fff; } .service-sidebar .service-sidebar-single-contact-box .icon span::before { position: relative; display: inline-block; color: var(--headings-color); font-size: 30px; line-height: 60px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .service-sidebar .service-sidebar-single-contact-box .title { position: relative; display: block; margin-top: 20px; margin-bottom: 42px; } .service-sidebar .service-sidebar-single-contact-box .title h2 { color: #ffffff; font-size: 36px; } .service-sidebar .service-sidebar-single-contact-box .phone { font-size: 24px; line-height: 34px; } .service-sidebar .service-sidebar-single-contact-box .phone a { color: #ffffff; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .service-sidebar .service-sidebar-single-contact-box .phone a:hover { color: var(--theme-color1); } .service-sidebar .service-sidebar-single-contact-box p { color: #ffffff; font-size: 14px; line-height: 22px; } .service-sidebar .service-sidebar-single-btn { position: relative; display: block; } .service-sidebar .service-sidebar-single-btn .thm-btn { font-size: 16px; padding: 13px 50px 28px; } .service-sidebar .service-sidebar-single-btn .thm-btn span::before { position: relative; display: inline-block; top: 13px; color: #334b35; font-size: 40px; padding-right: 25px; -webkit-transition: all 600ms ease; transition: all 600ms ease; font-weight: 500; } .service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before { color: #ffffff; } .service-sidebar .banner-widget { position: relative; display: block; background: #fff; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08); } .service-sidebar .banner-widget .widget-content { position: relative; display: block; width: 100%; padding: 45px 30px 40px 30px; background-size: cover; background-repeat: no-repeat; } .service-sidebar .banner-widget .widget-content .shape { position: absolute; left: 0px; top: 0px; height: 100%; width: 278px; background-repeat: no-repeat; background-size: cover; } .service-sidebar .banner-widget .content-box { position: relative; max-width: 200px; width: 100%; } .service-sidebar .banner-widget .content-box .icon-box { position: relative; display: inline-block; width: 60px; height: 60px; line-height: 60px; font-size: 40px; background-color: var(--theme-color2); color: var(--text-color-bg-theme-color2); text-align: center; border-radius: 5px; margin-bottom: 23px; } .service-sidebar .banner-widget .content-box .icon-box .icon-shape { position: absolute; top: -15px; right: -38px; width: 32px; height: 32px; background-repeat: no-repeat; } .service-sidebar .banner-widget .content-box h3 { display: block; font-size: 24px; line-height: 32px; color: #ffffff; font-weight: 600; text-transform: uppercase; margin-bottom: 22px; } .service-sidebar .banner-widget .content-box .theme-btn-two:hover { background: #0a267a; } .service-sidebar .service-sidebar-single-btn .theme-btn { padding: 20px 50px; } .service-sidebar .service-sidebar-single-btn .theme-btn .btn-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .service-sidebar .service-sidebar-single-btn .theme-btn span::before { position: relative; display: inline-block; font-size: 36px; padding-right: 25px; margin-top: 7px; -webkit-transition: all 600ms ease; transition: all 600ms ease; font-weight: 500; } .services-details__content .feature-list .single-item { position: relative; display: block; border: 1px solid #e1e8e4; padding: 16px 30px 16px 53px; margin-bottom: 20px; -webkit-transition: all 600ms ease; transition: all 600ms ease; } .services-details__content .feature-list .single-item .icon-box { color: var(--theme-color1); position: absolute; left: 20px; top: 16px; font-size: 18px; -webkit-transition: all 600ms ease; transition: all 600ms ease; } .services-details__content .feature-list .single-item .title { display: block; margin: 0; font-size: 16px; line-height: 32px; font-weight: 600; text-transform: uppercase; } .services-details__content .feature-list .single-item:hover { background-color: var(--theme-color2); color: var(--text-color-bg-theme-color2); } .services-details__content .feature-list .single-item:hover .icon-box { color: var(--text-color-bg-theme-color2); } .service-list li { position: relative; display: block; margin-bottom: 10px; } .service-list li:last-child { margin-bottom: 0px; } .service-list li a { position: relative; display: block; font-size: 18px; color: var(--headings-color); font-weight: 600; background-color: #fff; padding: 17px 20px 17px 50px; -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05); box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05); } .service-list li a:hover, .service-list li a.current { color: var(--text-color-bg-theme-color1); background-color: var(--theme-color1); padding-left: 80px; } .service-list li a:hover i, .service-list li a.current i { width: 60px; color: var(--text-color-bg-theme-color2); background-color: var(--theme-color2); } .service-list li i { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 0px; top: 0px; width: 30px; height: 100%; background-color: #f6f4ec; text-align: center; font-size: 16px; color: #707582; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .sidebar-service-list { margin: 0; } .sidebar-service-list li + li { margin-top: 10px; } .sidebar-service-list li a { background-color: #f5faff; border-radius: 15px; color: var(--theme-color2); display: block; font-size: 18px; font-weight: 700; padding: 19px 40px; position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .sidebar-service-list li a:hover { color: var(--theme-color2); } .sidebar-service-list li a:hover i { -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #fff; background-color: var(--theme-color2); } .sidebar-service-list li a i { height: 32px; width: 45px; position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 500ms ease; transition: all 500ms ease; color: #191825; background-color: #fff; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; border-radius: 15px; } .sidebar-service-list li.current a { color: var(--theme-color1); } .sidebar-service-list li.current a i { -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #fff; background-color: var(--theme-color1); } .service-details-help { position: relative; display: block; padding: 57px 55px 50px; margin-top: 30px; text-align: center; z-index: 1; background-color: var(--theme-color1); border-radius: 15px; overflow: hidden; } .help-shape-1 { position: absolute; bottom: -215px; left: -95px; width: 220px; height: 500px; background-color: #303030; mix-blend-mode: soft-light; border-radius: 150px; -webkit-transform: rotate(45deg); transform: rotate(45deg); z-index: -1; } .help-shape-2 { position: absolute; top: -118px; right: -130px; width: 180px; height: 350px; background-color: #fff; mix-blend-mode: soft-light; border-radius: 186px; -webkit-transform: rotate(48deg); transform: rotate(48deg); } .help-icon { height: 73px; width: 73px; background-color: #fff; color: #191825; font-size: 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; margin: 0 auto 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .help-icon:hover { background-color: var(--theme-color1); color: #fff; } .help-title { font-size: 38px; color: #fff; line-height: 40px; margin-bottom: 21px; font-weight: 700; } .help-contact { position: relative; display: block; margin-top: 21px; } .help-contact p { font-size: 14px; color: #fff; margin: 0; line-height: 32px; font-weight: 600; opacity: 0.7; } .help-contact a { font-size: 30px; color: #fff; font-weight: 600; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .help-contact a:hover { color: #fff; } /*-------------------------------------------------------------- # Project Details --------------------------------------------------------------*/ .project-details__img { position: relative; display: block; } .project-details__img img { width: 100%; border-radius: 10px; } .project-details__content { position: relative; display: block; } .project-details__content-left { position: relative; display: block; margin-top: 31px; } .project-details__content-right { position: relative; display: block; margin-top: 40px; } .project-details__details-box { position: relative; border-radius: 10px; background-color: #f5f5f5; padding: 43px 50px 50px; z-index: 1; } .project-details__details-list { position: relative; display: block; } .project-details__details-list li { position: relative; display: block; } .project-details__details-list li + li { margin-top: 24px; } .project-details__client { font-size: 16px; color: #838d9e; line-height: 24px; margin: 0; } .project-details__name { font-size: 16px; line-height: 24px; } .project-details__social { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .project-details__social a { position: relative; height: 40px; width: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; background-color: var(--theme-color1); color: var(--text-color-bg-theme-color1); font-size: 15px; border-radius: 50%; overflow: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; } .project-details__social a:hover { background-color: var(--theme-color2); color: var(--text-color-bg-theme-color2); } .project-details__social a + a { margin-left: 10px; } .project-details__pagination-box { position: relative; display: block; text-align: center; border-top: 1px solid #ece9e0; border-bottom: 1px solid #ece9e0; padding: 30px 0; margin-top: 117px; } .project-details__pagination { position: relative; display: block; } .project-details__pagination li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .project-details__pagination li a { font-size: 14px; color: #757873; font-weight: 400; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .project-details__pagination li a:hover { color: var(--theme-color1); } .project-details__pagination li a:hover i { background-color: var(--theme-color2); color: var(--text-color-bg-theme-color2); border: 2px solid var(--theme-color2); } .project-details__pagination li .content { position: relative; display: block; } .project-details__pagination li.next { float: left; position: relative; } .project-details__pagination li.next i { position: relative; height: 52px; width: 52px; border: 2px solid #0e2207; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; color: #0e2207; font-size: 16px; -webkit-transition: all 500ms ease; transition: all 500ms ease; margin-right: 20px; z-index: 1; } .project-details__pagination li.next .content { text-align: left; } .project-details__pagination li.previous { position: relative; float: right; } .project-details__pagination li.previous i { position: relative; height: 52px; width: 52px; border: 2px solid #0e2207; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; color: #0e2207; font-size: 16px; -webkit-transition: all 500ms ease; transition: all 500ms ease; margin-left: 20px; z-index: 1; } .project-details__pagination li.previous .content { text-align: right; } /*** ==================================================================== Blog Details ==================================================================== ***/ .blog-details { position: relative; display: block; } .blog-details__left { position: relative; display: block; } .blog-details__img { position: relative; display: block; border-radius: 10px; } .blog-details__img img { width: 100%; border-radius: 10px; } .blog-details__date { position: absolute; bottom: 0; right: 0; background-color: var(--theme-color1); text-align: center; padding: 21px 24px 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom-right-radius: 10px; border-top-left-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .blog-details__date .day { font-size: 16px; color: #fff; font-weight: var(--body-font-weight-bold); line-height: 16px; } .blog-details__date .month { position: relative; display: block; font-size: 10px; font-weight: var(--body-font-weight-bold); color: #fff; line-height: 12px; text-transform: uppercase; } .blog-details__content { position: relative; display: block; margin-top: 22px; } .blog-details__meta { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .blog-details__meta li + li { margin-left: 18px; } .blog-details__meta li a { font-size: 15px; color: #777; font-weight: 500; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .blog-details__meta li a:hover { color: var(--theme-color1); } .blog-details__meta li a i { color: var(--theme-color1); margin-right: 6px; } .blog-details__title { font-size: 30px; line-height: 40px; margin-top: 12px; margin-bottom: 21px; font-weight: var(--body-font-weight-bold); } .blog-details__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 30px 0 30px; margin-top: 49px; border-top: 1px solid #ece9e0; } @media only screen and (max-width: 767px) { .blog-details__bottom { gap: 30px; } } .blog-details__bottom p { margin: 0; } .blog-details__tags span { color: #0e2207; font-size: 20px; margin-right: 14px; font-weight: var(--body-font-weight-bold); } .blog-details__tags a { position: relative; font-size: 12px; background-color: var(--theme-color2); color: var(--theme-color-light); display: inline-block; padding: 5px 30px 5px; font-weight: var(--body-font-weight-bold); -webkit-transition: all 500ms ease; transition: all 500ms ease; border-radius: 35px; } .blog-details__tags a:hover { background-color: var(--theme-color1); color: var(--text-color-bg-theme-color1); text-decoration: none; } .blog-details__tags a + a { margin-left: 6px; } .blog-details__social-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .blog-details__social-list a { position: relative; height: 43px; width: 43px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; color: var(--theme-light-background-text-color); background-color: var(--theme-light-background); font-size: 15px; border-radius: 50%; overflow: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; } .blog-details__social-list a:hover { color: var(--theme-color-light); } .blog-details__social-list a:hover:after { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); } .blog-details__social-list a:after { position: absolute; content: ""; top: 0; left: 0; right: 0; height: 100%; background-color: var(--theme-color2); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: all; transition-property: all; opacity: 1; -webkit-transform-origin: top; transform-origin: top; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: scaleY(0); transform: scaleY(0); z-index: -1; } .blog-details__social-list a + a { margin-left: 10px; } .blog-details__pagenation-box { position: relative; display: block; overflow: hidden; margin-bottom: 53px; } .blog-details__pagenation { position: relative; display: block; } .blog-details__pagenation li { position: relative; float: left; font-size: 20px; color: #0e2207; font-weight: var(--body-font-weight-bold); color: var(--theme-light-background-text-color); background-color: var(--theme-light-background); line-height: 30px; -webkit-transition: all 500ms ease; transition: all 500ms ease; max-width: 370px; width: 100%; padding-left: 60px; padding-right: 60px; padding-top: 52px; padding-bottom: 52px; border-radius: 10px; } .blog-details__pagenation li:hover { background-color: var(--theme-color2); color: var(--theme-color-light); } .blog-details__pagenation li + li { margin-left: 30px; } /* Nav Links */ .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 53px; } @media only screen and (max-width: 767px) { .nav-links { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; } } .nav-links .prev { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; width: calc(50% - 15px); margin-right: 30px; } @media only screen and (max-width: 767px) { .nav-links .prev { width: 100%; } } .nav-links .prev .thumb { margin-right: 20px; } .nav-links .next { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; width: calc(50% - 15px); } @media only screen and (max-width: 767px) { .nav-links .next { width: 100%; } } .nav-links .next .thumb { margin-left: 20px; } .nav-links > div { -webkit-transition: all 500ms ease; transition: all 500ms ease; } .nav-links > div .thumb { display: inline-block; min-width: 60px; width: 60px; height: 60px; overflow: hidden; } .nav-links > div .thumb a { display: inline-block; } .nav-links > div > a { display: inline-block; word-wrap: break-word; white-space: -moz-pre-wrap; white-space: pre-wrap; font-size: 20px; line-height: 1.637; font-weight: var(--body-font-weight-bold); -webkit-transition: all 500ms ease; transition: all 500ms ease; color: var(--theme-light-background-text-color); background-color: var(--theme-light-background); padding: 52px 50px; border-radius: 10px; width: 100%; } @media only screen and (max-width: 767px) { .nav-links > div > a { padding: 30px; } } .nav-links > div > a:hover { color: var(--text-color-bg-theme-color1); background-color: var(--theme-color1); } /*** ==================================================================== Sidebar ==================================================================== ***/ @media (max-width: 991px) { .sidebar { margin-top: 50px; } } .sidebar__single + .sidebar__single { margin-top: 30px; } .sidebar__title { margin: 0; font-size: 20px; margin-bottom: 5px; font-weight: var(--h4-font-weight); } .sidebar__search { position: relative; display: block; } .sidebar__search-form { position: relative; } .sidebar__search-form input[type=search] { display: block; border: none; outline: none; background-color: var(--theme-color2); color: var(--theme-color-light); font-size: 16px; font-weight: 500; padding-left: 50px; height: 74px; width: 100%; padding-right: 80px; border-radius: 10px; } .sidebar__search-form input[type=search]::-webkit-input-placeholder { color: var(--theme-color-light); opacity: 1; } .sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder { color: var(--theme-color-light); opacity: 1; } @media only screen and (max-width: 767px) { .sidebar__search-form input[type=search] { padding-left: 30px; } } .sidebar__search-form button[type=submit] { background-color: transparent; color: var(--theme-color-light); font-size: 22px; position: absolute; top: 0; right: 0; bottom: 0; width: 72px; outline: none; border: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; } @media only screen and (max-width: 767px) { .sidebar__search-form button[type=submit] { width: 42px; } } .sidebar__post { position: relative; display: block; padding: 46px 30px 30px; color: var(--theme-light-background-text-color); background-color: var(--theme-light-background); border-radius: 10px; overflow: hidden; z-index: 1; } @media only screen and (max-width: 767px) { .sidebar__post { padding: 30px; } } .sidebar__post .sidebar__title { margin-left: 20px; } @media only screen and (max-width: 767px) { .sidebar__post .sidebar__title { margin-left: 0; } } .sidebar__post .sidebar__post-list { margin: 0; } .sidebar__post .sidebar__post-list li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 16px 20px 17px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } @media only screen and (max-width: 767px) { .sidebar__post .sidebar__post-list li { padding: 16px 0; } } .sidebar__post .sidebar__post-list li:hover { background-color: #ffffff; border-radius: 10px; } .sidebar__post .sidebar__post-list li + li { margin-top: 11px; } .sidebar__post .sidebar__post-list .sidebar__post-image { margin-right: 20px; -webkit-box-flex: 70px; -ms-flex: 70px 0 0px; flex: 70px 0 0; } .sidebar__post .sidebar__post-list .sidebar__post-image > img { width: 80px; border-radius: 10px; } .sidebar__post .sidebar__post-list .sidebar__post-content { position: relative; top: -3px; } .sidebar__post .sidebar__post-list .sidebar__post-content h3 { font-size: 18px; letter-spacing: 0; line-height: 26px; margin: 0; } .sidebar__post .sidebar__post-list .sidebar__post-content h3 a { color: #0e2207; display: block; font-size: 16px; font-weight: 700; line-height: 24px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .sidebar__post .sidebar__post-list .sidebar__post-content-meta { color: #757873 !important; font-size: 14px; font-weight: 500; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .sidebar__post .sidebar__post-list .sidebar__post-content-meta i { color: var(--theme-color1); font-size: 14px; padding-right: 3px; } .sidebar__category { background-color: var(--theme-light-background); border-radius: 10px; color: var(--theme-light-background-text-color); display: block; overflow: hidden; padding: 45px 30px 38px; position: relative; z-index: 1; } @media only screen and (max-width: 767px) { .sidebar__category { padding: 30px 15px 30px; } } .sidebar__category .sidebar__title { margin-bottom: 9px; padding-left: 20px; } .sidebar__category-list { margin: 0; } .sidebar__category-list li + li { margin-top: 4px; } .sidebar__category-list li a { background: none; border-radius: 10px; color: #757873; display: block; font-size: 16px; font-weight: 500; padding: 12px 20px; position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .sidebar__category-list li a:hover { background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); color: #0e2207; text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5); } .sidebar__category-list li a:hover span { color: #ffcd1e; -webkit-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); } .sidebar__category-list li a span { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; color: var(--theme-color2); text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; } .sidebar__category-list li.active a { background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); color: #0e2207; border-radius: 10px; text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5); } .sidebar__category-list li.active a span { -webkit-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); color: #ffcd1e; } .sidebar__tags { position: relative; display: block; color: var(--theme-light-background-text-color); background-color: var(--theme-light-background); padding: 46px 45px 50px; border-radius: 10px; overflow: hidden; z-index: 1; } @media only screen and (max-width: 767px) { .sidebar__tags { padding: 30px; } } .sidebar__tags .sidebar__title { margin-left: 5px; margin-bottom: 25px; } .sidebar__tags-list { margin-top: -10px; } .sidebar__tags-list a { font-size: 14px; color: #0e2207; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background: #ffffff; display: inline-block; padding: 5px 28px 5px; margin-left: 5px; border-radius: 30px; } .sidebar__tags-list a:hover { color: var(--text-color-bg-theme-color1); background: var(--theme-color1); } .sidebar__tags-list a + a { margin-left: 5px; margin-top: 10px; } .sidebar__comments { position: relative; display: block; color: var(--theme-light-background-text-color); background-color: var(--theme-light-background); padding: 46px 50px 43px; border-radius: 10px; overflow: hidden; z-index: 1; } @media only screen and (max-width: 767px) { .sidebar__comments { padding: 30px; } } .sidebar__comments .sidebar__title { margin-bottom: 25px; } .sidebar__comments-list { position: relative; display: block; } .sidebar__comments-list li { position: relative; display: block; padding-left: 65px; } .sidebar__comments-list li:hover .sidebar__comments-icon { background-color: var(--theme-color2); color: var(--theme-color-light); } .sidebar__comments-list li + li { margin-top: 23px; } .sidebar__comments-icon { height: 45px; width: 45px; background-color: var(--theme-color1); border-radius: 50%; font-size: 15px; color: var(--text-color-bg-theme-color1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: 0; left: 0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .sidebar__comments-text-box p { font-size: 15px; margin: 0; line-height: 26px; font-weight: 500; } .sidebar__comments-text-box p span { color: #0e2207; } .sidebar__comments-text-box h5 { font-size: 15px; margin: 0; line-height: 26px; color: #757873; font-weight: 500; letter-spacing: 0; } /*** ==================================================================== Comments ==================================================================== ***/ .comment-one .comment-one__title { margin-bottom: 30px; } .comment-one .comment-one__single { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #ece9e0; padding-bottom: 60px; margin-bottom: 60px; -webkit-box-align: top; -ms-flex-align: top; align-items: top; } @media only screen and (max-width: 767px) { .comment-one .comment-one__single { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .comment-one .comment-one__content { position: relative; margin-left: 45px; } @media only screen and (max-width: 767px) { .comment-one .comment-one__content { margin-top: 20px; margin-left: 0; } } .comment-one .comment-one__content h3 { margin: 0; font-size: 20px; color: var(--theme-black); margin-bottom: 24px; } .comment-one .comment-one__content p { font-size: 16px; font-weight: 500; } .comment-one .comment-one__btn { padding: 5px 30px; position: absolute; top: 0; right: 0; font-size: 14px; } .comment-one .comment-one__image { position: relative; display: block; border-radius: 50%; -webkit-box-flex: 100px; -ms-flex: 100px 0 0px; flex: 100px 0 0; } .comment-one .comment-one__image img { border-radius: 50%; } .comment-form .comment-form__title { margin-top: -7px; } /*-------------------------------------------------------------- # Team Details --------------------------------------------------------------*/ .team-details { position: relative; display: block; } .team-details__top { padding: 0 0 120px; } .team-details-shape-1 { position: absolute; bottom: -270px; right: 0; opacity: 0.5; z-index: 2; } .team-details-shape-1 img { width: auto; } .team-details__top-left { position: relative; display: block; margin-right: 20px; } .team-details__top-img { position: relative; display: block; border-radius: 30px; } .team-details__top-img img { width: 100%; border-radius: 30px; } .team-details__big-text { font-size: 80px; line-height: 80px; text-transform: uppercase; color: #eef0f6; letter-spacing: 0.35em; font-weight: 400; position: absolute; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); top: 209px; left: -325px; } .team-details__top-right { position: relative; display: block; margin-left: 50px; } @media only screen and (max-width: 991px) { .team-details__top-right { margin-top: 70px; margin-left: 0; } } .team-details__top-content { position: relative; display: block; margin-top: -11px; } .team-details__top-name { font-size: 40px; font-weight: 700; line-height: 50px; margin-bottom: 3px; } .team-details__top-title { font-size: 16px; color: var(--theme-color1); } .team-details__social { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 20px; margin-bottom: 28px; } .team-details__social a { position: relative; height: 40px; width: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; background-color: var(--theme-color1); color: var(--text-color-bg-theme-color1); font-size: 15px; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .team-details__social a:hover { background-color: var(--theme-color2); color: var(--theme-color-light); } .team-details__social a + a { margin-left: 10px; } .team-details__top-text-1 { font-size: 30px; color: var(--theme-color1); line-height: 45px; font-weight: 400; margin-bottom: 30px; } .team-details__top-text-2 { padding-top: 23px; padding-bottom: 35px; } .team-details__bottom { position: relative; display: block; border-top: 1px solid #e4e5ea; padding-top: 110px; } .team-details__bottom-left { position: relative; display: block; margin-right: 70px; } .team-details__bottom-left-title { font-size: 36px; font-weight: 700; line-height: 46px; } .team-details__bottom-left-text { padding-top: 30px; } .team-details__bottom-right { position: relative; display: block; margin-left: 70px; margin-top: 1px; } @media only screen and (max-width: 991px) { .team-details__bottom-right { margin-left: 0; } } .team-details__progress { position: relative; display: block; width: 100%; } .team-details__progress .bar { position: relative; width: 100%; height: 13px; background-color: #eef0f6; border-radius: 7px; margin-bottom: 22px; } .team-details__progress .bar-inner { position: relative; display: block; width: 0px; height: 13px; border-radius: 7px; background-color: var(--theme-color1); -webkit-transition: all 1500ms ease; transition: all 1500ms ease; } .team-details__progress .count-text { position: absolute; right: 0px; bottom: 21px; color: var(--theme-color1); line-height: 24px; font-size: 14px; text-align: center; font-weight: 500; opacity: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .team-details__progress .bar-inner.counted .count-text { opacity: 1; } .team-details__progress .bar.marb-0 { margin-bottom: 0; } .team-details__progress-single { position: relative; display: block; } .team-details__progress-title { font-size: 16px; font-weight: 700; line-height: 28px; color: var(--theme-color2); margin-bottom: 6px; } .team-contact-form { background-color: #eef0f6; } .team-contact-form input[type=text], .team-contact-form input[type=email] { background-color: #fff; } .team-contact-form textarea { background-color: #fff; height: 180px; } /*** ==================================================================== Contact ==================================================================== ***/ .contact-details__info { position: relative; display: block; margin-top: 41px; } .contact-details__info li { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .contact-details__info li .icon { height: 80px; width: 80px; background-color: var(--theme-color1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .contact-details__info li .icon span { color: var(--text-color-bg-theme-color1); font-size: 25px; -webkit-transition: all 500ms ease; transition: all 500ms ease; } .contact-details__info li:hover .icon { background-color: var(--theme-color2); } .contact-details__info li:hover .icon span { color: var(--theme-color-light); } .contact-details__info li:hover .text a { color: var(--notech-base); } .contact-details__info li:hover .text a span { color: var(--notech-gray); } .contact-details__info li .text { margin-left: 30px; } .contact-details__info li .text p { font-size: 14px; line-height: 24px; } .contact-details__info li .text a { font-size: 18px; color: var(--notech-black); -webkit-transition: all 500ms ease; transition: all 500ms ease; } .contact-details__info li .text span { font-size: 20px; color: var(--notech-black); } .contact-details__info li + li { margin-top: 19px; } /*** ================================================================== Main Footer ================================================================== ***/ .main-footer { background-color: var(--bg-theme-color3); position: relative; } .main-footer .bg-image { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } /* Widget Section */ .main-footer .widgets-section { position: relative; padding: 110px 0 65px; } @media (max-width: 991.98px) { .main-footer .widgets-section { padding: 87px 0 35px; } } .main-footer .footer-column { position: relative; margin-bottom: 40px; } .main-footer .footer-widget { position: relative; padding-right: 30px; } .main-footer .widget-title { position: relative; font-family: var(--text-font); color: var(--theme-color-light); line-height: 1.2em; padding-bottom: 18px; margin-bottom: 25px; } .main-footer .widget-title:after { position: absolute; left: 0%; bottom: 0; height: 2px; width: 75px; background-color: var(--bg-theme-color1); content: ""; } .main-footer .widget-title:before { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; content: ""; background-color: rgba(255, 255, 255, 0.1); } .main-footer .about-widget { position: relative; } .main-footer .about-widget .about-title { color: var(--theme-color-light); position: relative; font-family: var(--text-font); font-size: 32px; } .main-footer .about-widget .text { font-size: 16px; line-height: 30px; color: white; margin-bottom: 20px; } /*=== User LInks ===*/ .user-links { position: relative; } .user-links li { position: relative; font-size: 16px; line-height: 24px; color: white; font-weight: 400; margin-bottom: 14px; } .user-links li:last-child { margin-bottom: 0; } .user-links li a { position: relative; display: inline-block; color: inherit; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .user-links li a:hover { color: #FFFFFF; } .user-links li a:before { position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color: var(--bg-theme-color1); content: ""; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .user-links li a:hover:before { width: 100%; } /* Contact Widget */ .contact-widget { position: relative; } .contact-widget .text { font-size: 16px; line-height: 30px; color: white; margin-bottom: 25px; } .contact-widget .contact-info { position: relative; } .contact-widget .contact-info li { position: relative; padding-left: 38px; font-size: 16px; line-height: 26px; color: #ffffff; font-weight: 700; margin-bottom: 5px; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-widget .contact-info li a { color: inherit; -webkit-transition: none; transition: none; } .contact-widget .contact-info li i { position: absolute; left: 0; top: 0; color: var(--theme-color1); line-height: 26px; width: 20px; font-size: 16px; text-align: center; -webkit-transition: all 300ms ease; transition: all 300ms ease; } .contact-widget .contact-info li:hover { color: var(--theme-color1); } /* Gallery Widget */ .gallery-widget { position: relative; } .gallery-widget .outer { position: relative; margin: 0 -3px; } .gallery-widget .outer .image { position: relative; float: left; width: 33.3333%; padding: 0 5px; margin-bottom: 11px; } .gallery-widget .image img { display: block; width: 100%; } .gallery-widget .image a { position: relative; display: block; overflow: hidden; } .gallery-widget .image a:before { position: absolute; left: 0; top: 0; height: 100%; width: 101%; background: var(--theme-color1) padding-box content-box; opacity: 0.8; content: ""; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; transition: all 300ms ease; } .gallery-widget .image a:hover:before { -webkit-transform: scale(1); transform: scale(1); } .gallery-widget .image a:hover:after { -webkit-transform: scale(1); transform: scale(1); } .gallery-widget .image a:after { position: absolute; height: 20px; width: 20px; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; content: "\f0c1"; text-align: center; line-height: 20px; font-size: 18px; color: var(--theme-color-light); font-weight: 900; font-family: "Font Awesome 6 Pro"; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 300ms ease; transition: all 300ms ease; } /*=== Footer Bottom ===*/ .footer-bottom { position: relative; width: 100%; } .footer-bottom .inner-container { position: relative; text-align: center; background-color: rgb(27, 24, 24); padding: 35px 15px; } .footer-bottom .copyright-text { position: relative; color: #8c8f94; } .footer-bottom .copyright-text a { color: var(--theme-color1); } .footer-bottom .copyright-text a:hover { color: #ffffff; } /*** ================================================================== Footer Section Two ================================================================== ***/ .footer-section-two { background-color: var(--bg-theme-color2); padding: 108px 0 0; } @media (max-width: 991.98px) { .footer-section-two { padding: 90px 0 0; } } .footer-section-two .footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 70px; margin-bottom: 70px; } @media (max-width: 767.98px) { .footer-section-two .footer-top { padding-bottom: 50px; margin-bottom: 50px; display: block; } } .footer-section-two .footer-top .title { color: var(--theme-color-light); margin-bottom: 0; } @media (max-width: 991.98px) { .footer-section-two .footer-top .title { font-size: 36px; } } @media (max-width: 767.98px) { .footer-section-two .footer-top .title { margin-bottom: 30px; } } @media (max-width: 575.98px) { .footer-section-two .footer-top .title { font-size: 30px; } } @media (max-width: 991.98px) { .footer-section-two .footer-top .title br { display: none; } } .footer-section-two .footer-top .theme-btn { width: 260px; height: 70px; line-height: 70px; padding: 0; } @media (max-width: 767.98px) { .footer-section-two .footer-top .theme-btn { width: 200px; height: 50px; line-height: 50px; } } .footer-section-two .widgets-section { position: relative; } .footer-section-two .widgets-section:before { content: ""; position: absolute; top: 13px; right: calc(50% - 220px); width: 331px; height: 207px; background-image: url(../images/icons/bg-map-5.png); } @media (max-width: 767.98px) { .footer-section-two .widgets-section:before { display: none; } } @media (max-width: 767.98px) { .footer-section-two .footer-widget { margin-bottom: 40px; } } .footer-section-two .footer-widget .widget-title { color: var(--theme-color-light); margin-bottom: 23px; } .footer-section-two .footer-widget .text { color: var(--theme-color-light); } .footer-section-two .footer-widget .contact-info li { padding-left: 0; } .footer-section-two .footer-widget .contact-info li a { -webkit-text-decoration: revert; text-decoration: revert; } .footer-section-two .user-links li { color: var(--theme-color-light); text-transform: uppercase; margin-bottom: 17px; } .footer-section-two .number-column { position: relative; } @media (max-width: 767.98px) { .footer-section-two .number-column { margin-bottom: 40px; } } .footer-section-two .number-column a { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); top: calc(50% - 40px); left: -113px; position: absolute; color: var(--theme-color-light); font-size: 31px; font-weight: 500; width: 239px; } @media (max-width: 575.98px) { .footer-section-two .number-column a { width: auto; height: auto; top: 0; left: 0; -webkit-transform: none; transform: none; position: relative; } } .footer-section-two .number-column a:hover { color: var(--theme-color1); } .footer-section-two .footer-bottom { position: relative; width: 100%; } .footer-section-two .footer-bottom .auto-container { padding: 0; } .footer-section-two .footer-bottom .inner-container { border-top: 1px solid rgba(255, 255, 255, 0.1); background-color: transparent; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 25px 0 25px; margin-top: 36px; } @media (max-width: 575.98px) { .footer-section-two .footer-bottom .inner-container { display: block; } } .footer-section-two .footer-bottom .copyright-text { position: relative; font-size: 16px; color: var(--theme-color-light); font-weight: 400; margin-bottom: 0px; } .footer-section-two .footer-bottom .copyright-text a { color: inherit; margin-right: 30px; } @media (max-width: 575.98px) { .footer-section-two .footer-bottom .copyright-text a { margin-right: 5px; } } .footer-section-two .footer-bottom .copyright-text a:last-child { margin-right: 0; } .footer-section-two .footer-bottom .copyright-text a:hover { color: var(--theme-color1); } @media (max-width: 575.98px) { .footer-section-two .footer-bottom .social-icon-two { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } .footer-section-two .footer-bottom .social-icon-two li a { font-size: 16px; } .footer-section-two .footer-bottom .social-icon-two li { margin-left: 31px; } /* Newsletter Form */ .newsletter-form { position: relative; } .newsletter-form .form-group { position: relative; width: 269px; margin-bottom: 0; } @media (max-width: 767.98px) { .newsletter-form .form-group { width: 100%; } } .newsletter-form .form-group input[type=text], .newsletter-form .form-group input[type=newsletter] { border-bottom: 1px solid rgba(255, 255, 255, 0.1); background-color: transparent; position: relative; display: block; height: auto; width: 100%; font-size: 16px; font-weight: 400; line-height: 36px; color: var(--theme-color-light); padding: 0 0 15px; } .newsletter-form .form-group input[type=text]::-webkit-input-placeholder, .newsletter-form .form-group input[type=newsletter]::-webkit-input-placeholder { color: white; } .newsletter-form .form-group input[type=text]::-moz-placeholder, .newsletter-form .form-group input[type=newsletter]::-moz-placeholder { color: white; } .newsletter-form .form-group input[type=text]:-ms-input-placeholder, .newsletter-form .form-group input[type=newsletter]:-ms-input-placeholder { color: white; } .newsletter-form .form-group input[type=text]::-ms-input-placeholder, .newsletter-form .form-group input[type=newsletter]::-ms-input-placeholder { color: white; } .newsletter-form .form-group input[type=text]::placeholder, .newsletter-form .form-group input[type=newsletter]::placeholder { color: white; }