/* LİNEİCONS START  */
/*--------------------------------

LineIcons Free Web Font
Author: lineicons.com

-------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
* {
    outline: none !important;
}

@font-face {
    font-family: "LineIcons";
    src: url("../fonts/LineIcons.eot");
    src: url("../fonts/LineIcons.eot") format("embedded-opentype"),
        url("../fonts/LineIcons.woff2") format("woff2"),
        url("../fonts/LineIcons.woff") format("woff"),
        url("../fonts/LineIcons.ttf") format("truetype"),
        url("../fonts/LineIcons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*------------------------
      base class definition
  -------------------------*/
.lni {
    display: inline-block;
    font: normal normal normal 1em/1 "LineIcons";
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*------------------------
    change icon size
  -------------------------*/
/* relative units */
.lni-sm {
    font-size: 0.8em;
}
.lni-lg {
    font-size: 1.2em;
}
/* absolute units */
.lni-16 {
    font-size: 16px;
}
.lni-32 {
    font-size: 32px;
}
/*----------------------------------
    add a square/circle background
  -----------------------------------*/
.lni-bg-square,
.lni-bg-circle {
    padding: 0.35em;
    background-color: #eee;
}
.lni-bg-circle {
    border-radius: 50%;
}
/*------------------------------------
    use icons as list item markers
  -------------------------------------*/
.lni-ul {
    padding-left: 0;
    list-style-type: none;
}
.lni-ul > li {
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}
.lni-ul > li > .lni {
    margin-right: 0.4em;
    line-height: inherit;
}
/*------------------------
    spinning icons
  -------------------------*/
.lni-is-spinning {
    -webkit-animation: lni-spin 2s infinite linear;
    -moz-animation: lni-spin 2s infinite linear;
    animation: lni-spin 2s infinite linear;
}
@-webkit-keyframes lni-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes lni-spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes lni-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*------------------------
    rotated/flipped icons
  -------------------------*/
.lni-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lni-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lni-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.lni-flip-y {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.lni-flip-x {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/*------------------------
      icons
  -------------------------*/

.lni-500px::before {
    content: "\ea02";
}

.lni-add-files::before {
    content: "\ea03";
}

.lni-alarm-clock::before {
    content: "\ea04";
}

.lni-alarm::before {
    content: "\ea05";
}

.lni-airbnb::before {
    content: "\ea06";
}

.lni-adobe::before {
    content: "\ea07";
}

.lni-amazon-pay::before {
    content: "\ea08";
}

.lni-amazon::before {
    content: "\ea09";
}

.lni-amex::before {
    content: "\ea0a";
}

.lni-anchor::before {
    content: "\ea0b";
}

.lni-amazon-original::before {
    content: "\ea0c";
}

.lni-android-original::before {
    content: "\ea0d";
}

.lni-android::before {
    content: "\ea0e";
}

.lni-angellist::before {
    content: "\ea0f";
}

.lni-angle-double-down::before {
    content: "\ea10";
}

.lni-angle-double-left::before {
    content: "\ea11";
}

.lni-angle-double-right::before {
    content: "\ea12";
}

.lni-angle-double-up::before {
    content: "\ea13";
}

.lni-angular::before {
    content: "\ea14";
}

.lni-apartment::before {
    content: "\ea15";
}

.lni-app-store::before {
    content: "\ea16";
}

.lni-apple-pay::before {
    content: "\ea17";
}

.lni-apple::before {
    content: "\ea18";
}

.lni-archive::before {
    content: "\ea19";
}

.lni-arrow-down-circle::before {
    content: "\ea1a";
}

.lni-arrow-left-circle::before {
    content: "\ea1b";
}

.lni-arrow-left::before {
    content: "\ea1c";
}

.lni-arrow-right-circle::before {
    content: "\ea1d";
}

.lni-arrow-right::before {
    content: "\ea1e";
}

.lni-arrow-top-left::before {
    content: "\ea1f";
}

.lni-arrow-top-right::before {
    content: "\ea20";
}

.lni-arrow-up-circle::before {
    content: "\ea21";
}

.lni-arrow-up::before {
    content: "\ea22";
}

.lni-arrows-horizontal::before {
    content: "\ea23";
}

.lni-arrows-vertical::before {
    content: "\ea24";
}

.lni-atlassian::before {
    content: "\ea25";
}

.lni-aws::before {
    content: "\ea26";
}

.lni-arrow-down::before {
    content: "\ea27";
}

.lni-ambulance::before {
    content: "\ea28";
}

.lni-agenda::before {
    content: "\ea29";
}

.lni-backward::before {
    content: "\ea2a";
}

.lni-baloon::before {
    content: "\ea2b";
}

.lni-ban::before {
    content: "\ea2c";
}

.lni-bar-chart::before {
    content: "\ea2d";
}

.lni-behance-original::before {
    content: "\ea2e";
}

.lni-bitbucket::before {
    content: "\ea2f";
}

.lni-bitcoin::before {
    content: "\ea30";
}

.lni-blackboard::before {
    content: "\ea31";
}

.lni-blogger::before {
    content: "\ea32";
}

.lni-bluetooth::before {
    content: "\ea33";
}

.lni-bold::before {
    content: "\ea34";
}

.lni-bolt-alt::before {
    content: "\ea35";
}

.lni-bolt::before {
    content: "\ea36";
}

.lni-book::before {
    content: "\ea37";
}

.lni-bookmark-alt::before {
    content: "\ea38";
}

.lni-bookmark::before {
    content: "\ea39";
}

.lni-bootstrap::before {
    content: "\ea3a";
}

.lni-bricks::before {
    content: "\ea3b";
}

.lni-bridge::before {
    content: "\ea3c";
}

.lni-briefcase::before {
    content: "\ea3d";
}

.lni-brush-alt::before {
    content: "\ea3e";
}

.lni-brush::before {
    content: "\ea3f";
}

.lni-bubble::before {
    content: "\ea40";
}

.lni-bug::before {
    content: "\ea41";
}

.lni-bulb::before {
    content: "\ea42";
}

.lni-bullhorn::before {
    content: "\ea43";
}

.lni-burger::before {
    content: "\ea44";
}

.lni-bus::before {
    content: "\ea45";
}

.lni-cake::before {
    content: "\ea46";
}

.lni-calculator::before {
    content: "\ea47";
}

.lni-calendar::before {
    content: "\ea48";
}

.lni-camera::before {
    content: "\ea49";
}

.lni-candy-cane::before {
    content: "\ea4a";
}

.lni-candy::before {
    content: "\ea4b";
}

.lni-capsule::before {
    content: "\ea4c";
}

.lni-car-alt::before {
    content: "\ea4d";
}

.lni-car::before {
    content: "\ea4e";
}

.lni-caravan::before {
    content: "\ea4f";
}

.lni-cart-full::before {
    content: "\ea50";
}

.lni-cart::before {
    content: "\ea51";
}

.lni-certificate::before {
    content: "\ea52";
}

.lni-checkbox::before {
    content: "\ea53";
}

.lni-checkmark-circle::before {
    content: "\ea54";
}

.lni-checkmark::before {
    content: "\ea55";
}

.lni-chef-hat::before {
    content: "\ea56";
}

.lni-chevron-down-circle::before {
    content: "\ea57";
}

.lni-chevron-down::before {
    content: "\ea58";
}

.lni-chevron-left-circle::before {
    content: "\ea59";
}

.lni-chevron-left::before {
    content: "\ea5a";
}

.lni-chevron-right-circle::before {
    content: "\ea5b";
}

.lni-chevron-right::before {
    content: "\ea5c";
}

.lni-chevron-up-circle::before {
    content: "\ea5d";
}

.lni-chevron-up::before {
    content: "\ea5e";
}

.lni-chrome::before {
    content: "\ea5f";
}

.lni-circle-minus::before {
    content: "\ea60";
}

.lni-circle-plus::before {
    content: "\ea61";
}

.lni-clipboard::before {
    content: "\ea62";
}

.lni-close::before {
    content: "\ea63";
}

.lni-cloud-check::before {
    content: "\ea64";
}

.lni-cloud-download::before {
    content: "\ea65";
}

.lni-cloud-network::before {
    content: "\ea66";
}

.lni-cloud-sync::before {
    content: "\ea67";
}

.lni-cloud-upload::before {
    content: "\ea68";
}

.lni-cloud::before {
    content: "\ea69";
}

.lni-cloudy-sun::before {
    content: "\ea6a";
}

.lni-code-alt::before {
    content: "\ea6b";
}

.lni-code::before {
    content: "\ea6c";
}

.lni-codepen::before {
    content: "\ea6d";
}

.lni-coffee-cup::before {
    content: "\ea6e";
}

.lni-cog::before {
    content: "\ea6f";
}

.lni-cogs::before {
    content: "\ea70";
}

.lni-coin::before {
    content: "\ea71";
}

.lni-comments-alt::before {
    content: "\ea72";
}

.lni-comments-reply::before {
    content: "\ea73";
}

.lni-comments::before {
    content: "\ea74";
}

.lni-compass::before {
    content: "\ea75";
}

.lni-construction-hammer::before {
    content: "\ea76";
}

.lni-construction::before {
    content: "\ea77";
}

.lni-consulting::before {
    content: "\ea78";
}

.lni-control-panel::before {
    content: "\ea79";
}

.lni-cpanel::before {
    content: "\ea7a";
}

.lni-creative-commons::before {
    content: "\ea7b";
}

.lni-credit-cards::before {
    content: "\ea7c";
}

.lni-crop::before {
    content: "\ea7d";
}

.lni-cross-circle::before {
    content: "\ea7e";
}

.lni-crown::before {
    content: "\ea7f";
}

.lni-css3::before {
    content: "\ea80";
}

.lni-cup::before {
    content: "\ea81";
}

.lni-customer::before {
    content: "\ea82";
}

.lni-cut::before {
    content: "\ea83";
}

.lni-dashboard::before {
    content: "\ea84";
}

.lni-database::before {
    content: "\ea85";
}

.lni-delivery::before {
    content: "\ea86";
}

.lni-dev::before {
    content: "\ea87";
}

.lni-diamond-alt::before {
    content: "\ea88";
}

.lni-diamond::before {
    content: "\ea89";
}

.lni-diners-club::before {
    content: "\ea8a";
}

.lni-dinner::before {
    content: "\ea8b";
}

.lni-direction-alt::before {
    content: "\ea8c";
}

.lni-direction-ltr::before {
    content: "\ea8d";
}

.lni-direction-rtl::before {
    content: "\ea8e";
}

.lni-direction::before {
    content: "\ea8f";
}

.lni-discord::before {
    content: "\ea90";
}

.lni-discover::before {
    content: "\ea91";
}

.lni-display-alt::before {
    content: "\ea92";
}

.lni-display::before {
    content: "\ea93";
}

.lni-docker::before {
    content: "\ea94";
}

.lni-dollar::before {
    content: "\ea95";
}

.lni-domain::before {
    content: "\ea96";
}

.lni-download::before {
    content: "\ea97";
}

.lni-dribbble::before {
    content: "\ea98";
}

.lni-drop::before {
    content: "\ea99";
}

.lni-dropbox-original::before {
    content: "\ea9a";
}

.lni-dropbox::before {
    content: "\ea9b";
}

.lni-drupal-original::before {
    content: "\ea9c";
}

.lni-drupal::before {
    content: "\ea9d";
}

.lni-dumbbell::before {
    content: "\ea9e";
}

.lni-edge::before {
    content: "\ea9f";
}

.lni-emoji-cool::before {
    content: "\eaa0";
}

.lni-emoji-friendly::before {
    content: "\eaa1";
}

.lni-emoji-happy::before {
    content: "\eaa2";
}

.lni-emoji-sad::before {
    content: "\eaa3";
}

.lni-emoji-smile::before {
    content: "\eaa4";
}

.lni-emoji-speechless::before {
    content: "\eaa5";
}

.lni-emoji-suspect::before {
    content: "\eaa6";
}

.lni-emoji-tounge::before {
    content: "\eaa7";
}

.lni-empty-file::before {
    content: "\eaa8";
}

.lni-enter::before {
    content: "\eaa9";
}

.lni-envato::before {
    content: "\eaaa";
}

.lni-envelope::before {
    content: "\eaab";
}

.lni-eraser::before {
    content: "\eaac";
}

.lni-euro::before {
    content: "\eaad";
}

.lni-exit-down::before {
    content: "\eaae";
}

.lni-exit-up::before {
    content: "\eaaf";
}

.lni-exit::before {
    content: "\eab0";
}

.lni-eye::before {
    content: "\eab1";
}

.lni-facebook-filled::before {
    content: "\eab2";
}

.lni-facebook-messenger::before {
    content: "\eab3";
}

.lni-facebook-original::before {
    content: "\eab4";
}

.lni-facebook-oval::before {
    content: "\eab5";
}

.lni-facebook::before {
    content: "\eab6";
}

.lni-figma::before {
    content: "\eab7";
}

.lni-files::before {
    content: "\eab8";
}

.lni-firefox-original::before {
    content: "\eab9";
}

.lni-firefox::before {
    content: "\eaba";
}

.lni-fireworks::before {
    content: "\eabb";
}

.lni-first-aid::before {
    content: "\eabc";
}

.lni-flag-alt::before {
    content: "\eabd";
}

.lni-flag::before {
    content: "\eabe";
}

.lni-flags::before {
    content: "\eabf";
}

.lni-flickr::before {
    content: "\eac0";
}

.lni-basketball::before {
    content: "\eac1";
}

.lni-behance::before {
    content: "\eac2";
}

.lni-forward::before {
    content: "\eac3";
}

.lni-frame-expand::before {
    content: "\eac4";
}

.lni-flower::before {
    content: "\eac5";
}

.lni-full-screen::before {
    content: "\eac6";
}

.lni-funnel::before {
    content: "\eac7";
}

.lni-gallery::before {
    content: "\eac8";
}

.lni-game::before {
    content: "\eac9";
}

.lni-gift::before {
    content: "\eaca";
}

.lni-git::before {
    content: "\eacb";
}

.lni-github-original::before {
    content: "\eacc";
}

.lni-github::before {
    content: "\eacd";
}

.lni-goodreads::before {
    content: "\eace";
}

.lni-google-drive::before {
    content: "\eacf";
}

.lni-google-pay::before {
    content: "\ead0";
}

.lni-fresh-juice::before {
    content: "\ead1";
}

.lni-folder::before {
    content: "\ead2";
}

.lni-bi-cycle::before {
    content: "\ead3";
}

.lni-graph::before {
    content: "\ead4";
}

.lni-grid-alt::before {
    content: "\ead5";
}

.lni-grid::before {
    content: "\ead6";
}

.lni-google-wallet::before {
    content: "\ead7";
}

.lni-grow::before {
    content: "\ead8";
}

.lni-hammer::before {
    content: "\ead9";
}

.lni-hand::before {
    content: "\eada";
}

.lni-handshake::before {
    content: "\eadb";
}

.lni-harddrive::before {
    content: "\eadc";
}

.lni-headphone-alt::before {
    content: "\eadd";
}

.lni-headphone::before {
    content: "\eade";
}

.lni-heart-filled::before {
    content: "\eadf";
}

.lni-heart-monitor::before {
    content: "\eae0";
}

.lni-heart::before {
    content: "\eae1";
}

.lni-helicopter::before {
    content: "\eae2";
}

.lni-helmet::before {
    content: "\eae3";
}

.lni-help::before {
    content: "\eae4";
}

.lni-highlight-alt::before {
    content: "\eae5";
}

.lni-highlight::before {
    content: "\eae6";
}

.lni-home::before {
    content: "\eae7";
}

.lni-hospital::before {
    content: "\eae8";
}

.lni-hourglass::before {
    content: "\eae9";
}

.lni-html5::before {
    content: "\eaea";
}

.lni-image::before {
    content: "\eaeb";
}

.lni-inbox::before {
    content: "\eaec";
}

.lni-indent-decrease::before {
    content: "\eaed";
}

.lni-indent-increase::before {
    content: "\eaee";
}

.lni-infinite::before {
    content: "\eaef";
}

.lni-information::before {
    content: "\eaf0";
}

.lni-instagram-filled::before {
    content: "\eaf1";
}

.lni-instagram-original::before {
    content: "\eaf2";
}

.lni-instagram::before {
    content: "\eaf3";
}

.lni-invention::before {
    content: "\eaf4";
}

.lni-graduation::before {
    content: "\eaf5";
}

.lni-invest-monitor::before {
    content: "\eaf6";
}

.lni-island::before {
    content: "\eaf7";
}

.lni-italic::before {
    content: "\eaf8";
}

.lni-java::before {
    content: "\eaf9";
}

.lni-javascript::before {
    content: "\eafa";
}

.lni-jcb::before {
    content: "\eafb";
}

.lni-joomla-original::before {
    content: "\eafc";
}

.lni-joomla::before {
    content: "\eafd";
}

.lni-jsfiddle::before {
    content: "\eafe";
}

.lni-juice::before {
    content: "\eaff";
}

.lni-key::before {
    content: "\eb00";
}

.lni-keyboard::before {
    content: "\eb01";
}

.lni-keyword-research::before {
    content: "\eb02";
}

.lni-hacker-news::before {
    content: "\eb03";
}

.lni-google::before {
    content: "\eb04";
}

.lni-laravel::before {
    content: "\eb05";
}

.lni-layers::before {
    content: "\eb06";
}

.lni-layout::before {
    content: "\eb07";
}

.lni-leaf::before {
    content: "\eb08";
}

.lni-library::before {
    content: "\eb09";
}

.lni-licencse::before {
    content: "\eb0a";
}

.lni-life-ring::before {
    content: "\eb0b";
}

.lni-line-dashed::before {
    content: "\eb0c";
}

.lni-line-dotted::before {
    content: "\eb0d";
}

.lni-line-double::before {
    content: "\eb0e";
}

.lni-line-spacing::before {
    content: "\eb0f";
}

.lni-line::before {
    content: "\eb10";
}

.lni-lineicons-alt::before {
    content: "\eb11";
}

.lni-lineicons::before {
    content: "\eb12";
}

.lni-link::before {
    content: "\eb13";
}

.lni-linkedin-original::before {
    content: "\eb14";
}

.lni-linkedin::before {
    content: "\eb15";
}

.lni-list::before {
    content: "\eb16";
}

.lni-lock-alt::before {
    content: "\eb17";
}

.lni-lock::before {
    content: "\eb18";
}

.lni-magnet::before {
    content: "\eb19";
}

.lni-magnifier::before {
    content: "\eb1a";
}

.lni-mailchimp::before {
    content: "\eb1b";
}

.lni-map-marker::before {
    content: "\eb1c";
}

.lni-map::before {
    content: "\eb1d";
}

.lni-mashroom::before {
    content: "\eb1e";
}

.lni-mastercard::before {
    content: "\eb1f";
}

.lni-medall-alt::before {
    content: "\eb20";
}

.lni-medall::before {
    content: "\eb21";
}

.lni-medium::before {
    content: "\eb22";
}

.lni-laptop::before {
    content: "\eb23";
}

.lni-investment::before {
    content: "\eb24";
}

.lni-laptop-phone::before {
    content: "\eb25";
}

.lni-megento::before {
    content: "\eb26";
}

.lni-mic::before {
    content: "\eb27";
}

.lni-microphone::before {
    content: "\eb28";
}

.lni-menu::before {
    content: "\eb29";
}

.lni-microscope::before {
    content: "\eb2a";
}

.lni-money-location::before {
    content: "\eb2b";
}

.lni-minus::before {
    content: "\eb2c";
}

.lni-mobile::before {
    content: "\eb2d";
}

.lni-more-alt::before {
    content: "\eb2e";
}

.lni-mouse::before {
    content: "\eb2f";
}

.lni-move::before {
    content: "\eb30";
}

.lni-music::before {
    content: "\eb31";
}

.lni-network::before {
    content: "\eb32";
}

.lni-night::before {
    content: "\eb33";
}

.lni-nodejs-alt::before {
    content: "\eb34";
}

.lni-nodejs::before {
    content: "\eb35";
}

.lni-notepad::before {
    content: "\eb36";
}

.lni-npm::before {
    content: "\eb37";
}

.lni-offer::before {
    content: "\eb38";
}

.lni-opera::before {
    content: "\eb39";
}

.lni-package::before {
    content: "\eb3a";
}

.lni-page-break::before {
    content: "\eb3b";
}

.lni-pagination::before {
    content: "\eb3c";
}

.lni-paint-bucket::before {
    content: "\eb3d";
}

.lni-paint-roller::before {
    content: "\eb3e";
}

.lni-pallet::before {
    content: "\eb3f";
}

.lni-paperclip::before {
    content: "\eb40";
}

.lni-more::before {
    content: "\eb41";
}

.lni-pause::before {
    content: "\eb42";
}

.lni-paypal-original::before {
    content: "\eb43";
}

.lni-microsoft::before {
    content: "\eb44";
}

.lni-money-protection::before {
    content: "\eb45";
}

.lni-pencil::before {
    content: "\eb46";
}

.lni-paypal::before {
    content: "\eb47";
}

.lni-pencil-alt::before {
    content: "\eb48";
}

.lni-patreon::before {
    content: "\eb49";
}

.lni-phone-set::before {
    content: "\eb4a";
}

.lni-phone::before {
    content: "\eb4b";
}

.lni-pin::before {
    content: "\eb4c";
}

.lni-pinterest::before {
    content: "\eb4d";
}

.lni-pie-chart::before {
    content: "\eb4e";
}

.lni-pilcrow::before {
    content: "\eb4f";
}

.lni-plane::before {
    content: "\eb50";
}

.lni-play::before {
    content: "\eb51";
}

.lni-plug::before {
    content: "\eb52";
}

.lni-plus::before {
    content: "\eb53";
}

.lni-pointer-down::before {
    content: "\eb54";
}

.lni-pointer-left::before {
    content: "\eb55";
}

.lni-pointer-right::before {
    content: "\eb56";
}

.lni-pointer-up::before {
    content: "\eb57";
}

.lni-play-store::before {
    content: "\eb58";
}

.lni-pizza::before {
    content: "\eb59";
}

.lni-postcard::before {
    content: "\eb5a";
}

.lni-pound::before {
    content: "\eb5b";
}

.lni-power-switch::before {
    content: "\eb5c";
}

.lni-printer::before {
    content: "\eb5d";
}

.lni-producthunt::before {
    content: "\eb5e";
}

.lni-protection::before {
    content: "\eb5f";
}

.lni-pulse::before {
    content: "\eb60";
}

.lni-pyramids::before {
    content: "\eb61";
}

.lni-python::before {
    content: "\eb62";
}

.lni-pointer::before {
    content: "\eb63";
}

.lni-popup::before {
    content: "\eb64";
}

.lni-quotation::before {
    content: "\eb65";
}

.lni-radio-button::before {
    content: "\eb66";
}

.lni-rain::before {
    content: "\eb67";
}

.lni-quora::before {
    content: "\eb68";
}

.lni-react::before {
    content: "\eb69";
}

.lni-question-circle::before {
    content: "\eb6a";
}

.lni-php::before {
    content: "\eb6b";
}

.lni-reddit::before {
    content: "\eb6c";
}

.lni-reload::before {
    content: "\eb6d";
}

.lni-restaurant::before {
    content: "\eb6e";
}

.lni-road::before {
    content: "\eb6f";
}

.lni-rocket::before {
    content: "\eb70";
}

.lni-rss-feed::before {
    content: "\eb71";
}

.lni-ruler-alt::before {
    content: "\eb72";
}

.lni-ruler-pencil::before {
    content: "\eb73";
}

.lni-ruler::before {
    content: "\eb74";
}

.lni-rupee::before {
    content: "\eb75";
}

.lni-save::before {
    content: "\eb76";
}

.lni-school-bench-alt::before {
    content: "\eb77";
}

.lni-school-bench::before {
    content: "\eb78";
}

.lni-scooter::before {
    content: "\eb79";
}

.lni-scroll-down::before {
    content: "\eb7a";
}

.lni-search-alt::before {
    content: "\eb7b";
}

.lni-search::before {
    content: "\eb7c";
}

.lni-select::before {
    content: "\eb7d";
}

.lni-seo::before {
    content: "\eb7e";
}

.lni-service::before {
    content: "\eb7f";
}

.lni-share-alt::before {
    content: "\eb80";
}

.lni-share::before {
    content: "\eb81";
}

.lni-shield::before {
    content: "\eb82";
}

.lni-shift-left::before {
    content: "\eb83";
}

.lni-shift-right::before {
    content: "\eb84";
}

.lni-ship::before {
    content: "\eb85";
}

.lni-shopify::before {
    content: "\eb86";
}

.lni-shopping-basket::before {
    content: "\eb87";
}

.lni-shortcode::before {
    content: "\eb88";
}

.lni-shovel::before {
    content: "\eb89";
}

.lni-shuffle::before {
    content: "\eb8a";
}

.lni-signal::before {
    content: "\eb8b";
}

.lni-sketch::before {
    content: "\eb8c";
}

.lni-skipping-rope::before {
    content: "\eb8d";
}

.lni-skype::before {
    content: "\eb8e";
}

.lni-slack::before {
    content: "\eb8f";
}

.lni-slice::before {
    content: "\eb90";
}

.lni-slideshare::before {
    content: "\eb91";
}

.lni-slim::before {
    content: "\eb92";
}

.lni-reply::before {
    content: "\eb93";
}

.lni-sort-alpha-asc::before {
    content: "\eb94";
}

.lni-remove-file::before {
    content: "\eb95";
}

.lni-sort-amount-dsc::before {
    content: "\eb96";
}

.lni-sort-amount-asc::before {
    content: "\eb97";
}

.lni-soundcloud::before {
    content: "\eb98";
}

.lni-souncloud-original::before {
    content: "\eb99";
}

.lni-spiner-solid::before {
    content: "\eb9a";
}

.lni-revenue::before {
    content: "\eb9b";
}

.lni-spinner::before {
    content: "\eb9c";
}

.lni-spellcheck::before {
    content: "\eb9d";
}

.lni-spotify::before {
    content: "\eb9e";
}

.lni-spray::before {
    content: "\eb9f";
}

.lni-sprout::before {
    content: "\eba0";
}

.lni-snapchat::before {
    content: "\eba1";
}

.lni-stamp::before {
    content: "\eba2";
}

.lni-star-empty::before {
    content: "\eba3";
}

.lni-star-filled::before {
    content: "\eba4";
}

.lni-star-half::before {
    content: "\eba5";
}

.lni-star::before {
    content: "\eba6";
}

.lni-stats-down::before {
    content: "\eba7";
}

.lni-spinner-arrow::before {
    content: "\eba8";
}

.lni-steam::before {
    content: "\eba9";
}

.lni-stackoverflow::before {
    content: "\ebaa";
}

.lni-stop::before {
    content: "\ebab";
}

.lni-strikethrough::before {
    content: "\ebac";
}

.lni-sthethoscope::before {
    content: "\ebad";
}

.lni-stumbleupon::before {
    content: "\ebae";
}

.lni-sun::before {
    content: "\ebaf";
}

.lni-support::before {
    content: "\ebb0";
}

.lni-surf-board::before {
    content: "\ebb1";
}

.lni-swift::before {
    content: "\ebb2";
}

.lni-syringe::before {
    content: "\ebb3";
}

.lni-tab::before {
    content: "\ebb4";
}

.lni-tag::before {
    content: "\ebb5";
}

.lni-target-customer::before {
    content: "\ebb6";
}

.lni-target-revenue::before {
    content: "\ebb7";
}

.lni-target::before {
    content: "\ebb8";
}

.lni-taxi::before {
    content: "\ebb9";
}

.lni-stats-up::before {
    content: "\ebba";
}

.lni-telegram-original::before {
    content: "\ebbb";
}

.lni-telegram::before {
    content: "\ebbc";
}

.lni-text-align-center::before {
    content: "\ebbd";
}

.lni-text-align-justify::before {
    content: "\ebbe";
}

.lni-text-align-left::before {
    content: "\ebbf";
}

.lni-text-format-remove::before {
    content: "\ebc0";
}

.lni-text-align-right::before {
    content: "\ebc1";
}

.lni-text-format::before {
    content: "\ebc2";
}

.lni-thought::before {
    content: "\ebc3";
}

.lni-thumbs-down::before {
    content: "\ebc4";
}

.lni-thumbs-up::before {
    content: "\ebc5";
}

.lni-thunder-alt::before {
    content: "\ebc6";
}

.lni-thunder::before {
    content: "\ebc7";
}

.lni-ticket-alt::before {
    content: "\ebc8";
}

.lni-ticket::before {
    content: "\ebc9";
}

.lni-timer::before {
    content: "\ebca";
}

.lni-train-alt::before {
    content: "\ebcb";
}

.lni-train::before {
    content: "\ebcc";
}

.lni-trash::before {
    content: "\ebcd";
}

.lni-travel::before {
    content: "\ebce";
}

.lni-tree::before {
    content: "\ebcf";
}

.lni-trees::before {
    content: "\ebd0";
}

.lni-trello::before {
    content: "\ebd1";
}

.lni-trowel::before {
    content: "\ebd2";
}

.lni-tshirt::before {
    content: "\ebd3";
}

.lni-tumblr::before {
    content: "\ebd4";
}

.lni-twitch::before {
    content: "\ebd5";
}

.lni-twitter-filled::before {
    content: "\ebd6";
}

.lni-twitter-original::before {
    content: "\ebd7";
}

.lni-twitter::before {
    content: "\ebd8";
}

.lni-ubuntu::before {
    content: "\ebd9";
}

.lni-underline::before {
    content: "\ebda";
}

.lni-unlink::before {
    content: "\ebdb";
}

.lni-unlock::before {
    content: "\ebdc";
}

.lni-upload::before {
    content: "\ebdd";
}

.lni-user::before {
    content: "\ebde";
}

.lni-users::before {
    content: "\ebdf";
}

.lni-ux::before {
    content: "\ebe0";
}

.lni-vector::before {
    content: "\ebe1";
}

.lni-video::before {
    content: "\ebe2";
}

.lni-vimeo::before {
    content: "\ebe3";
}

.lni-visa::before {
    content: "\ebe4";
}

.lni-vk::before {
    content: "\ebe5";
}

.lni-volume-high::before {
    content: "\ebe6";
}

.lni-volume-low::before {
    content: "\ebe7";
}

.lni-volume-medium::before {
    content: "\ebe8";
}

.lni-volume-mute::before {
    content: "\ebe9";
}

.lni-volume::before {
    content: "\ebea";
}

.lni-wallet::before {
    content: "\ebeb";
}

.lni-warning::before {
    content: "\ebec";
}

.lni-website-alt::before {
    content: "\ebed";
}

.lni-website::before {
    content: "\ebee";
}

.lni-wechat::before {
    content: "\ebef";
}

.lni-weight::before {
    content: "\ebf0";
}

.lni-whatsapp::before {
    content: "\ebf1";
}

.lni-wheelbarrow::before {
    content: "\ebf2";
}

.lni-wheelchair::before {
    content: "\ebf3";
}

.lni-windows::before {
    content: "\ebf4";
}

.lni-wordpress-filled::before {
    content: "\ebf5";
}

.lni-wordpress::before {
    content: "\ebf6";
}

.lni-world-alt::before {
    content: "\ebf7";
}

.lni-world::before {
    content: "\ebf8";
}

.lni-write::before {
    content: "\ebf9";
}

.lni-yahoo::before {
    content: "\ebfa";
}

.lni-ycombinator::before {
    content: "\ebfb";
}

.lni-yen::before {
    content: "\ebfc";
}

.lni-youtube::before {
    content: "\ebfd";
}

.lni-zip::before {
    content: "\ebfe";
}

.lni-zoom-in::before {
    content: "\ebff";
}

.lni-zoom-out::before {
    content: "\ec00";
}

.lni-teabag::before {
    content: "\ec01";
}

.lni-stripe::before {
    content: "\ec02";
}

.lni-spotify-original::before {
    content: "\ec03";
}
/* lİNEİCONS END  */

/* SWIPER START  */
/**
 * Swiper 4.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 11, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
/* SWIPER END  */

/* Odometer START  */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 0.1em;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
    .odometer-digit
    .odometer-value.odometer-last-value,
.odometer.odometer-theme-car
    .odometer-digit
    .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
    .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating
    .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
    .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating
    .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    padding: 0.1em;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0 0.1em;
}
/* Odometer END  */

/* FANCYBOX START   */
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s, visibility 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}
@media (max-height: 576px) {
    .fancybox-slide--image {
        padding: 0;
    }
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px 6px 0;
}
.fancybox-slide--iframe {
    padding: 44px 44px 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    vertical-align: top;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color 0.2s;
    vertical-align: top;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}
.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}
.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke 0.1s;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:hover svg {
    opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}
.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}
.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 768px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
/* FANCYBOX END */

/*

@Author: Themezinho
@URL: http://www.themezinho.net
 
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. FONTS
		02. BODY
		03. CUSTOM CONTAINER
		04. HTML TAGS
		05. HEADLINES
		06. FORM ELEMENTS
		07. LINKS
		08. SPACING
		09. CUSTOM CLASSES
		10. ACCORDION
		11. ODOMETER
		12. HAMBURGER MENU
		13. PRELOADER
		14. PAGE TRANSITION 
		15. SEARCH BOX
		16. SIDE WIDGET
		17. NAVBAR
		18. SLIDER
		19. PAGE HEADER
		20. CONTENT SECTION
		21. SECTION TITLE
		22. ICON BOX
		23. IMAGE CONTENT BOX
		24. CTA BAR
		25. VIDEO PREVIEW
		26. COUNTER BOX
		27. PRICE BOX
		28. CASES
		29. TESTIMONIALS
		30. LOGO ITEM
		31. SIDE CONTENT
		32. TEAM MEMBER
		33. OFFICE SLIDER
		34. CTA BOX SMALL
		35. CASE GALLERY
		36. STEPS SLIDER
		37. TAB WRAPPER
		38. RECENT NEWS
		39. BLOG POST
		40. PAGINATION
		41. SIDEBAR
		42. CONTACT FORM
		43. CONTACT BOX
		44. GOOGLE MAPS
		45. FOOTER
		46. RESPONSIVE MEDIUM FIXES
		47. RESPONSIVE TABLET FIXES
		48. RESPONSIVE MOBILE FIXES

	
STYLE START 
*/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
//* {
    outline: none !important;
} */

body {
    margin: 0;
    padding: 0;
    color: #212223;
    font-family: "Poppins";
    font-size: 17px;
}

/* HTML TAGS */
img {
    max-width: 100%;
}

/* LINKS */
a {
    color: #212223;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #212223;
}

/* FORM ELEMENTS */
input[type="text"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="email"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="search"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="password"] {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
    border-radius: 50%;
}

input[type="radio"]:checked {
    border: 6px solid #212223;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    transform: translateY(3px);
    appearance: none;
    background: #ededed;
}

input[type="checkbox"]:checked {
    border: 6px solid #212223;
}

textarea {
    width: 520px;
    max-width: 100%;
    height: 140px;
    padding: 30px;
    border: 1px solid #cecece;
}

select {
    width: 420px;
    max-width: 100%;
    height: 80px;
    padding: 0 30px;
    border: 1px solid #cecece;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 34px, calc(100% - 25px) 34px,
        calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}

select:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, gray 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) 34px, calc(100% - 30px) 34px,
        calc(100% - 3.5em) 20px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type="submit"] {
    height: 80px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #212223;
    border: none;
    padding: 0 50px;
}

button[type="submit"] {
    height: 80px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #212223;
    border: none;
    padding: 0 50px;
}
button[type="submit"] i {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    transform: translateY(2px);
}

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
}
/* SPACINGS */
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}

.no-top-spacing {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.col-right-spacing {
    padding-right: 60px;
}

.col-left-spacing {
    padding-left: 60px;
}

/* PAGINATION */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.pagination .page-item {
    display: inline-block;
}
.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
    color: #212223;
    outline: none !important;
}
.pagination .page-item .page-link:focus {
    outline: none !important;
}

/* YES NO SWITCHER*/
.yes-no {
    width: 100%;
    display: block;
    position: relative;
    background: #212223;
    border: 4px solid #212223;
}
.yes-no .switch {
    width: 100%;
    height: 72px;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.yes-no .switch span {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cfb788;
    font-weight: 600;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.yes-no label {
    cursor: pointer;
    line-height: 72px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.yes-no label[for="yes"] {
    position: absolute;
    z-index: 1;
    left: 0px;
    width: 50%;
    height: 100%;
    margin: 0;
    color: #fff;
}
.yes-no label[for="no"] {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    z-index: 1;
    color: #fff;
    margin: 0;
}
.yes-no input[type="radio"] {
    display: none;
}
.yes-no #no:checked ~ .switch {
    background: #cfb788;
}
.yes-no #no:checked ~ .switch span {
    background: #212223;
}
.yes-no #no:checked ~ .switch span:after {
    background: none;
}
.yes-no #yes:checked ~ .switch label[for="yes"] {
    color: #212223;
    font-weight: 600;
}
.yes-no #no:checked ~ .switch label[for="no"] {
    color: #212223;
}

/* ODOMETER */
.odometer {
    line-height: 1;
    padding: 0;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    padding: 0 !important;
}

.odometer.odometer-auto-theme .odometer-digit {
    padding: 0 !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    left: 0 !important;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0;
}

/* ACCORDION */
.accordion {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
}
.accordion .card {
    background: none;
    border-radius: 0;
    border: none;
}
.accordion .card .card-header {
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion .card .card-header a {
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 600;
    padding: 20px 0;
    color: #212223;
    font-weight: 600;
}
.accordion .card .card-header a:before {
    content: "+";
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    margin-right: 12px;
    color: #212223;
    background: #ededed;
    font-weight: 600;
}
.accordion .card .card-header a:hover {
    color: #cfb788;
    text-decoration: none;
}
.accordion .card .card-body {
    width: 100%;
    line-height: 26px;
    color: #666;
    padding: 0;
    padding-left: 42px;
    margin-bottom: 20px;
}
.accordion .card [aria-expanded="true"] {
    color: #212223;
}
.accordion .card [aria-expanded="true"]:before {
    content: "-" !important;
    background: #212223 !important;
    color: #fff !important;
}

/* HAMBURGER MENU */
.hamburger-menu {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 13px;
}

.hamburger-menu span:nth-child(2) {
    top: 9px;
}

.hamburger-menu span:nth-child(3) {
    top: 18px;
    width: 100%;
}

.hamburger-menu:hover span {
    width: 30px !important;
}

.hamburger-menu.open span {
    width: 20px !important;
}

.hamburger-menu.open span:nth-child(1) {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 28px !important;
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    right: 20px;
}

.hamburger-menu.open span:nth-child(3) {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 28px !important;
}

/* PRELOADER */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    background: #cfb788;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.preloader img {
    height: 50px;
    display: inline-block;
    animation: fadeup 0.3s;
}

.page-loaded .preloader {
    top: -100%;
}

@keyframes fadeup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* PAGE TRANSITION */
/* .page-transition {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: #cfb788;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-transition.active {
    height: 100%;
} */

/* SIDE WIDGET */
.side-widget {
    width: 400px;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #212223;
    z-index: 6;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    color: #fff;
}
.side-widget .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto;
    height: 100%;
}
.side-widget .logo {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.side-widget .logo img {
    height: 49px;
}
.side-widget .show-mobile {
    display: none;
}
.side-widget .hide-mobile {
    width: 100%;
    display: inline-block;
}
.side-widget .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.side-widget .gallery a {
    width: 50%;
    padding-right: 3px;
}
.side-widget .gallery a:last-child {
    padding-left: 3px;
}
.side-widget p {
    width: 100%;
    display: block;
    color: #fff;
}
.side-widget .widget-title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #cfb788;
}
.side-widget .address {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.side-widget .address a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
.side-widget .address a:hover {
    text-decoration: none;
}
.side-widget .social-media {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .social-media li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}
.side-widget .social-media li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.side-widget .social-media li a:hover {
    color: #cfb788;
}
.side-widget .custom-menu {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.side-widget .custom-menu ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .custom-menu ul li {
    display: inline-block;
    margin: 3px 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.side-widget .custom-menu ul li ul {
    display: none;
    padding-left: 20px;
    margin-bottom: 10px;
}
.side-widget .custom-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.side-widget .custom-menu ul li a:hover {
    text-decoration: none;
    color: #cfb788;
}
.side-widget .site-menu {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.side-widget .site-menu ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .site-menu ul li {
    display: block;
    margin: 3px 0;
    padding: 0;
    list-style: none;
}
.side-widget .site-menu ul li ul {
    display: none;
    padding-left: 20px;
    margin-bottom: 10px;
}
.side-widget .site-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.side-widget .site-menu ul li a:hover {
    display: block;
    text-decoration: none;
    color: #cfb788;
}
.side-widget small {
    font-size: 11px;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.side-widget.active {
    left: 0;
}

/* Mobile Nav Problem  */
/* .side-widget .site-menu ul li.menu-item-has-children > a {
    position: relative;
}

.side-widget .site-menu ul li.menu-item-has-children > a::after {
    content: "\25BC";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.side-widget .site-menu ul li.menu-item-has-children > a.active::after {
    content: "\25B2";
}

.side-widget .site-menu ul li ul {
    display: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

.side-widget .site-menu ul li ul.show {
    display: block;
}

@media (max-width: 991px) {
    .side-widget .site-menu ul li.menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
} */

/* TOPBAR */
.topbar {
    width: 100%;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
}
.topbar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topbar .phone {
    display: inline-block;
    color: #666666;
}
.topbar .phone a {
    display: inline-block;
    color: #212223;
    border-bottom: 3px solid #cfb788;
    line-height: 1;
}
.topbar .email {
    display: inline-block;
    color: #666666;
}
.topbar .email a {
    display: inline-block;
    color: #212223;
    border-bottom: 3px solid #cfb788;
    line-height: 1;
}
.topbar .social-media {
    display: inline-block;
    color: #666666;
}
.topbar .social-media ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.topbar .social-media ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
.topbar .social-media ul li a {
    display: inline-block;
    color: #212223;
}
.topbar .social-media ul li a:hover {
    text-decoration: none;
    color: #cfb788;
}
.topbar .social-media ul li i {
    font-size: 14px;
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}
.navbar:before {
    content: "";
    width: calc(100vw - 100px);
    height: 100%;
    position: absolute;
    left: 50px;
    top: 0;
    background: #212223;
}
.navbar .inner {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    background: #212223;
}
.navbar .inner .logo {
    display: inline-block;
}
.navbar .inner .logo a {
    display: block;
}
.navbar .inner .logo a img {
    height: 50px;
    display: inline-block;
}
.navbar .inner .custom-menu {
    display: inline-block;
    margin: 0 auto;
}
.navbar .inner .custom-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.navbar .inner .custom-menu ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    list-style: none;
}
.navbar .inner .custom-menu ul li a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .inner .custom-menu ul li a:hover {
    color: #cfb788;
}
.navbar .inner .site-menu {
    display: inline-block;
    margin: 0 auto;
}
.navbar .inner .site-menu ul {
    /* display: inline-block; */
    margin: 0;
    padding: 0;
}
.navbar .inner .site-menu ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    list-style: none;
}
.navbar .inner .site-menu ul li a {
    color: #fff;
    display: inline-block;
    /* font-weight: 600;
  font-size: 14px; */
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .inner .site-menu ul li a:hover {
    color: #cfb788;
}
.navbar .inner .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}
.navbar .inner .navbar-button {
    margin-left: 30px;
    display: inline-block;
}
.navbar .inner .navbar-button a {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background: #cfb788;
    color: #212223;
    padding: 0 40px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar .inner .navbar-button a:hover {
    opacity: 0.9;
}

/* SLIDER */
.slider {
    width: 100%;
    height: calc(100vh - 125px);
    display: flex;
    flex-wrap: wrap;
    background: #212223;
    position: relative;
    z-index: 0;
}
.slider .main-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider .main-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider .main-slider .swiper-slide .slide-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.slider .main-slider .swiper-slide .container {
    position: relative;
    color: #fff;
}
.slider .main-slider .swiper-slide .container h1 {
    display: block;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 20px;
}
.slider .main-slider .swiper-slide .container p {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    opacity: 0.85;
    font-weight: 300;
}
.slider .main-slider .swiper-slide .container a {
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: #cfb788;
    color: #212223;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
}
.slider .main-slider .controls {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 60px;
    bottom: 30px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}
.slider .main-slider .controls .button-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.slider .main-slider .controls .button-prev circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    transition: stroke-dashoffset 0.5s;
}
.slider .main-slider .controls .button-prev svg {
    transition: transform 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.slider .main-slider .controls .button-prev:hover circle {
    stroke-dashoffset: 0;
}
.slider .main-slider .controls .swiper-pagination {
    width: auto;
    position: static;
    display: inline-block;
    margin: 0 auto;
}
.slider .main-slider .controls .button-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.slider .main-slider .controls .button-next circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    transition: stroke-dashoffset 0.5s;
}
.slider .main-slider .controls .button-next svg {
    transition: transform 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.slider .main-slider .controls .button-next:hover circle {
    stroke-dashoffset: 0;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 320px;
    background-size: cover !important;
}
.page-header h1 {
    width: 100%;
    display: block;
    font-size: 90px;
    font-weight: 800;
    color: #fff;
}
.page-header p {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
}

/* SECTION NOTE */
.section-note {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    text-align: center;
}
.section-note h6 {
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
}
.section-note strong {
    width: 600;
    border-bottom: 3px solid #cfb788;
    line-height: 1;
}

/* CONTENT SECTION */
.content-section {
    width: 100%;
    display: block;
    padding: 100px 0;
    background-size: cover !important;
    background-position: center;
}

.dark-overlay {
    position: relative;
}
.dark-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #212223;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.dark-overlay .container {
    position: relative;
    z-index: 1;
}

.bg-half {
    position: relative;
}
.bg-half:before {
    content: "";
    width: 46%;
    height: 100%;
    background: #cfb788;
    position: absolute;
    left: 0;
    top: 0;
}

.bottom-bg-half {
    position: relative;
}
.bottom-bg-half:before {
    content: "";
    width: 46%;
    height: 150px;
    background: #cfb788;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* SECTION TITLE */
.section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    text-align: center;
}
.section-title figure {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.section-title figure img {
    height: 50px;
}
.section-title h6 {
    width: 100%;
    display: block;
    color: #999;
    font-weight: 600;
}
.section-title h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
}
.section-title p {
    width: 100%;
    display: block;
    margin: 0;
}

/* CUSTOM BUTTON */
.custom-button {
    height: 62px;
    line-height: 62px;
    display: inline-block;
    background: #cfb788;
    color: #212223;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-button:hover {
    opacity: 0.9;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* CUSTOM LINK */
.custom-link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 3px solid #cbd6ec;
    line-height: 1;
    color: #212223;
}

/* VIDEO THUMB */
.video-thumb {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background: #cfb788;
    overflow: hidden;
}
.video-thumb:hover img {
    transform: scale(1.1);
}
.video-thumb img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-thumb a {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50px;
    bottom: 50px;
    float: left;
    text-indent: -99999px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-thumb a:hover {
    border-color: transparent transparent transparent #cfb788;
}

/* TRACK SHIPPING FORM */
.track-shipping-form {
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #cfb788;
    position: relative;
    padding: 0 50px;
}
.track-shipping-form:after {
    content: "";
    width: 200px;
    height: 100%;
    background: #cfb788;
    position: absolute;
    right: -100px;
    top: 0;
    transform: skewX(-15deg);
}
.track-shipping-form:before {
    content: "";
    width: 90px;
    height: 50%;
    background: #212223;
    position: absolute;
    right: -100px;
    bottom: 0;
    transform: skewX(15deg);
}
.track-shipping-form .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.track-shipping-form .inner h3 {
    width: 100%;
    display: block;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}
.track-shipping-form .inner input[type="text"] {
    border: none;
    width: 100%;
    margin-top: 5px;
}
.track-shipping-form .inner .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.track-shipping-form .inner .form-group.half {
    width: 50%;
}

/* IMAGE */
.image {
    width: 100%;
    display: block;
    margin: 0;
}
.image.bottom-spacing {
    margin-bottom: 30px;
}
.image.top-spacing {
    margin-top: 30px;
}
.image img {
    display: inline-block;
}

/* IMAGE CONTENT BOX */
.col-lg-4:nth-child(1) .image-content-box {
    padding-right: 30px;
}

.col-lg-4:nth-child(2) .image-content-box {
    padding: 0 15px;
}

.col-lg-4:nth-child(3) .image-content-box {
    padding-left: 30px;
}

.image-content-box {
    width: 100%;
    display: block;
}
.image-content-box.text-center p {
    padding: 0 5%;
}
.image-content-box h6 {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}
.image-content-box figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.image-content-box figure img {
    width: 100%;
    display: block;
}
.image-content-box p {
    width: 100%;
    display: block;
    margin: 0;
    color: #666;
    padding-right: 10%;
}

/* SIDE CONTENT */
.side-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15%;
}
.side-content.right {
    padding-right: 0;
    padding-left: 15%;
}
.side-content.light {
    color: #fff;
}
.side-content.light p {
    color: #fff;
    opacity: 0.7;
}
.side-content h2 {
    display: block;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
}
.side-content p {
    color: #666;
    display: block;
    line-height: 1.7;
}
.side-content p:last-child {
    margin-bottom: 0;
}
.side-content .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.side-content .list li {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    color: #666;
}
.side-content .list li:before {
    content: "";
    width: 7px;
    height: 7px;
    float: left;
    background: #cfb788;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 8px;
}
.side-content .custom-button {
    margin-top: 50px;
}

/* SIDE IMAGE */
.side-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.side-image.full-left {
    float: right;
    width: 50vw;
}
.side-image.full-right {
    float: left;
    width: 49.4vw;
}
.side-image.full-right .info-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -50px;
    bottom: 16%;
}
.side-image.full-right .info-box figure {
    width: 100%;
    display: block;
}
.side-image.full-right .info-box figure img {
    width: auto;
    height: 60px;
}
.side-image.full-right .info-box p {
    margin: 0;
}
.side-image img {
    width: 100%;
    display: inline-block;
}

/* ICON BOX */
.col-lg-4:nth-child(1) .icon-box {
    width: calc(100% - 30px);
}

.col-lg-4:nth-child(2) .icon-box {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.col-lg-4:nth-child(3) .icon-box {
    width: calc(100% - 30px);
    margin-left: 30px;
}

.icon-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cecece;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.icon-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 35px;
    background: url("../images/dot-pattern.webp");
    background-size: auto 11px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icon-box .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #fff;
}
.icon-box figure {
    width: 100%;
    display: block;
    padding-top: 35px;
    margin-bottom: 30px;
    position: relative;
}
.icon-box figure:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #cfb788;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-box figure img {
    display: inline-block;
    height: 90px;
}

.icon-box h3 {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.icon-box h6 {
    width: 100%;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.icon-box p {
    width: 100%;
    display: block;
    color: #666;
    margin-bottom: 0;
}
.icon-box .custom-link {
    margin-top: 40px;
}
.icon-box:hover {
    transform: translateY(-25px);
    border-color: transparent;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.icon-box:hover:before {
    opacity: 1;
}

/* SOLUTION BOX */
.offset-lg-2 .solution-box {
    margin-top: -110px;
}

.solution-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.solution-box figure {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    background: #212223;
}
.solution-box figure:hover figcaption a {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 30px;
}
.solution-box figure:hover img {
    opacity: 0.8;
}
.solution-box figure img {
    width: 100%;
    float: left;
    opacity: 0.6;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.solution-box figure figcaption {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 30px;
}
.solution-box figure figcaption * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.solution-box figure figcaption small {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.solution-box figure figcaption h6 {
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}
.solution-box figure figcaption a {
    color: #fff;
    display: inline-block;
    line-height: 1;
    border-bottom: 3px solid #cfb788;
    margin-bottom: -20px;
    opacity: 0;
}

/* SOLUTION BUTTON */
.solution-button {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.solution-button a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    background: #cfb788;
    color: #212223;
    border-radius: 50%;
    font-size: 20px;
    margin-top: auto;
}
.solution-button small {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: auto;
}

/* SIDE SERVICES */
.side-services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 25%;
}
.side-services h6 {
    width: 100%;
    display: block;
    font-weight: 600;
    color: #999;
}
.side-services h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.side-services ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
}
.side-services ul li {
    width: 100%;
    display: inline-block;
    margin: 3px 0;
    padding: 0;
}
.side-services ul li a {
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding-left: 40px;
    background: #212223;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-services ul li a:hover {
    text-decoration: none;
    color: #cfb788;
}
.side-services ul li a:hover i {
    opacity: 1;
}
.side-services ul li a i {
    width: 60px;
    height: 70px;
    line-height: 70px;
    background: #cfb788;
    float: right;
    color: #212223;
    position: relative;
    padding-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-services ul li a i:after {
    content: "";
    width: 40px;
    height: 70px;
    background: #cfb788;
    position: absolute;
    left: -30px;
    top: 0;
    transform: skewX(-15deg);
    z-index: 0;
}
.side-services .custom-link {
    margin-left: 40px;
    margin-top: 10px;
}

/* SIDE LIST */
.side-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.side-list h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.side-list .list-box {
    width: calc(100% + 50px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 50px;
    margin-right: -50px;
    position: relative;
    z-index: 1;
}
.side-list .list-box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.side-list .list-box ul li {
    width: 50%;
    display: inline-block;
    margin: 8px 0;
    padding: 0;
    font-size: 15px;
    color: #666;
}
.side-list .list-box ul li i {
    display: inline-block;
    color: #60d238;
    margin-right: 6px;
}

/* SIDE CONTENT */
.side-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.side-list h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.side-list p {
    display: block;
}
.side-list p:last-child {
    margin-bottom: 0;
}

/* COUNTER BOX */
.col-lg-3:nth-child(2n + 2) .counter-box {
    margin-top: 100px;
}

.col-lg-3:last-child .counter-box {
    margin-top: -70px;
}

.col-lg-3:first-child .counter-box:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #cfb788;
    position: absolute;
    right: 0;
    bottom: -70px;
}

.col-lg-3:nth-child(4) .counter-box:after {
    content: "";
    width: 50px;
    height: 50px;
    background: #cfb788;
    position: absolute;
    left: 0;
    bottom: -70px;
}

.counter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cecece;
    padding: 80px 40px;
    margin: 15px 0;
    position: relative;
}
.counter-box .odometer {
    display: inline-block;
    font-size: 70px;
    font-weight: 800;
}
.counter-box .symbol {
    display: inline-block;
    margin-left: 6px;
    transform: translateY(25%);
}
.counter-box h6 {
    width: 100%;
    display: block;
    margin: 0;
    color: #999;
    font-weight: 400;
}

/* SERVICE BOX */
.service-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cecece;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 35px;
    background: url("../images/dot-pattern.webp");
    background-size: auto 11px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px;
}
.service-box h6 {
    width: 100%;
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.service-box h6:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #cecece;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.service-box figure:after {
    content: "";
    width: 60px;
    height: 60px;
    background: #cfb78882;
    position: absolute;
    left: 0;
    bottom: -20px;
    border-radius: 50%;
    z-index: -1;
}
.service-box figure img {
    height: 73px;
    display: inline-block;
}
.service-box:hover {
    transform: translateY(-25px);
    border-color: transparent;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.service-box:hover:before {
    opacity: 1;
}

/* CTA BAR */
.cta-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #fff;
    margin: 100px 0;
}
.cta-bar h2 {
    width: 100%;
    display: block;
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 20px;
}
.cta-bar p {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.cta-bar .custom-button {
    margin-left: auto;
    margin-right: 20px;
}
.cta-bar .light-button {
    margin-left: 20px;
    margin-right: auto;
    height: 62px;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
}

/* CALCULATOR */
.calculator {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.calculator .form-group {
    margin-bottom: 30px;
}
.calculator .form-group:last-child {
    margin-bottom: 0;
}
.calculator label {
    display: inline-block;
    margin-right: 30px;
}
.calculator input[type="text"] {
    width: 100%;
}
.calculator select {
    width: 100%;
}
.calculator span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    color: #666;
}
.calculator .estimated-price {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background: #cfb788;
    color: #212223;
    padding: 0 50px;
}
.calculator .estimated-price b {
    font-weight: 600;
    display: inline-block;
    transform: translateY(-8px);
    margin-right: 6px;
}
.calculator .estimated-price strong {
    font-size: 40px;
    font-weight: 800;
}

/* IMAGE QUOTE */
.image-quote {
    width: 100%;
    height: 700px;
    display: inline-block;
    position: relative;
    margin-top: 50px;
    background-size: cover !important;
}
.image-quote:before {
    content: "";
    width: 14%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.image-quote .quote-box {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    padding: 70px;
    background: #212223;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-80%);
}
.image-quote .quote-box blockquote {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: #cfb788;
    font-size: 22px;
}
.image-quote .quote-box p {
    margin: 0;
    color: #cfcfcf;
}

/* TESTIMONIALS */
.testimonials-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.testimonials-slider .testimonial {
    width: 100%;
    display: block;
    padding: 0;
    padding-right: 10%;
}
.testimonials-slider .testimonial p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.testimonials-slider .testimonial h6 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}
.testimonials-slider .swiper-pagination {
    position: static;
    width: 100%;
    display: block;
    margin-top: 30px;
    text-align: left;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transform: scale(0.4);
    margin-left: 0;
    margin-right: 15px !important;
    background: #212223;
    opacity: 1;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.testimonials-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #212223;
    background: none;
}

.testimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background-color: #cfb788;
    padding: 70px;
}
.testimonial:before {
    content: "";
    width: 110px;
    height: 110px;
    background: url("../images/icon-quote.webp");
    background-size: 110px 110px;
    display: inline-block;
    margin-bottom: 50px;
}
.testimonial p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.testimonial h6 {
    width: 100%;
    display: block;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

/* HISTORY BOX */
.history-box-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
}
.history-box-list:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e8e5d9;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
}
.history-box-list li {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.history-box-list li:nth-child(odd) .history-box .date {
    position: absolute;
    left: 20px;
    top: 50px;
    right: auto;
}
.history-box-list li:nth-child(odd) .history-box .date:after {
    left: -24px;
    right: auto;
}
.history-box-list li:nth-child(1) .history-box .date {
    position: absolute;
    top: 50px;
    left: auto;
    right: 30px;
}
.history-box-list li:nth-child(1) .history-box .date:after {
    left: auto;
    right: -23px;
}
.history-box-list li:nth-child(2) .history-box .date {
    position: absolute;
    top: 50px;
    left: 30px;
    right: auto;
}
.history-box-list li:nth-child(2) .history-box .date:after {
    left: -24px;
    right: auto;
}
.history-box-list li:nth-child(1) .history-box .description {
    margin-right: 20%;
}
.history-box-list li:nth-child(2) .history-box .description {
    margin-left: 20%;
}
.history-box-list li:nth-child(3) .history-box .description {
    margin-left: 20%;
}
.history-box-list li:nth-child(4) .history-box .description {
    margin-right: 20%;
}
.history-box-list li:nth-child(5) .history-box .description {
    margin-left: 20%;
}

.history-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 15px 0;
}
.history-box .description {
    width: 80%;
    display: inline-block;
    background: #fff;
    padding: 50px;
}
.history-box .description h6 {
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.history-box .description p {
    color: #666;
}
.history-box .description p:last-child {
    margin-bottom: 0;
}
.history-box .date {
    display: inline-block;
    border-bottom: 3px solid #cfb788;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 30px;
}
.history-box .date:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #cfb788;
    position: absolute;
    right: -23px;
    top: 4px;
    border-radius: 50%;
    z-index: 1;
}

/* TAB CONTENT */
.tab-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.tab-content .tab-nav {
    width: 260px;
    display: flex;
    flex-wrap: wrap;
    background: #cfb788;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    left: calc(40% - 130px);
    transform: translateY(-50%);
}
.tab-content .tab-nav li {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-content .tab-nav li.active a {
    background: #fff;
}
.tab-content .tab-nav li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-weight: 600;
    padding: 0 30px;
    transform: translateX(15px);
}
.tab-content .tab-item {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    background: #212223;
}
.tab-content .tab-item.active-item {
    display: block;
}
.tab-content .tab-item .tab-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tab-content .tab-item figure {
    width: 40%;
    display: inline-block;
    margin: 0;
}
.tab-content .tab-item .content {
    width: 60%;
    display: inline-block;
    color: #fff;
    padding-left: 250px;
    padding-right: 10%;
}
.tab-content .tab-item .content h3 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
}
.tab-content .tab-item .content p {
    width: 100%;
    display: block;
}
.tab-content .tab-item .content p:last-child {
    margin-bottom: 0;
}

/* TEAM MEMBER */
.team-member {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f8f3f3;
    text-align: center;
    margin-top: 50px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.team-member:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 35px;
    background: url("../images/dot-pattern.webp");
    background-size: auto 11px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    padding-top: 0;
    background: #fff;
}
.team-member figure {
    width: 100%;
    display: inline-block;
    padding: 0 10%;
    margin-top: -50px;
}
.team-member figure img {
    width: 100%;
    border-radius: 50%;
}
.team-member h6 {
    width: 100%;
    display: block;
}
.team-member small {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 3px solid #cfb788;
    margin-bottom: 30px;
}
.team-member p {
    display: block;
    margin: 0;
}
.team-member:hover {
    transform: translateY(-25px);
    border-color: transparent;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.team-member:hover:before {
    opacity: 1;
}

/* IMAGE BAR */
.image-bar {
    height: 60vh;
    min-height: 600px;
    margin-bottom: -100px;
    background-attachment: fixed !important;
}

/* LOGO ITEM */
.logo-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0 30px;
    border: 1px solid #cecece;
    background: #fff;
}
.logo-item img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo-item:hover img {
    opacity: 0.4;
}

/* GALLERY ITEM */
.gallery-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    background: #cfb788;
}
.gallery-item * {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-item img {
    width: 100%;
    display: inline-block;
}
.gallery-item:before {
    content: "\eb7b";
    font-family: "LineIcons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.gallery-item:hover img {
    opacity: 0.1;
    transform: scale(1.05);
}
.gallery-item:hover:before {
    opacity: 1;
}

/* RECENT NEWS */
.col-md-6:nth-child(2) .recent-news {
    padding-right: 30px;
}

.col-md-6:nth-child(3) .recent-news {
    padding-left: 30px;
}

.recent-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.recent-news figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.recent-news figure img {
    width: 100%;
    display: block;
}
.recent-news figure a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    background: #cfb788;
    color: #212223;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.recent-news .content {
    width: 100%;
    display: block;
}
.recent-news .content h3 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.recent-news .content h3 a {
    color: #212223;
    display: inline-block;
}
.recent-news .content small {
    display: inline-block;
    margin-bottom: 20px;
    color: #666;
    line-height: 1;
    border-bottom: 3px solid #cfb788;
}
.recent-news .content p {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.recent-news .content span {
    display: block;
    font-size: 14px;
    line-height: 1;
}
.recent-news .content i {
    font-size: 17px;
    float: left;
    margin-top: -1px;
    margin-right: 6px;
}

/* NEWS BOX */
.news-box {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 100px;
}
.news-box:last-child {
    margin-bottom: 0;
}
.news-box:after {
    content: "";
    width: 70%;
    height: 70px;
    background: url("../images/pattern-dot.webp");
    background-size: 12px 12px;
    position: absolute;
    right: -25px;
    bottom: -25px;
    z-index: -1;
    opacity: 0.2;
}
.news-box:hover .content h3 a {
    background-size: 100% 100%;
}
.news-box figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #cfb788;
}
.news-box figure img {
    width: 100%;
    max-width: inherit;
}
.news-box .content {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}
.news-box .content small {
    display: block;
    font-size: 12px;
    opacity: 0.6;
}
.news-box .content h3 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 800;
}
.news-box .content h3 a {
    display: block;
    color: #212223;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-box .content h3 a:hover {
    color: #cfb788;
    text-decoration: none;
}
.news-box .content .author {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
}
.news-box .content .author img {
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}
.news-box .content .author b {
    font-weight: 600;
}
.news-box .content h6 {
    font-size: 24px;
    line-height: 1.7;
    margin: 30px 0;
}
.news-box .content strong {
    font-weight: 600;
}
.news-box .content figure {
    margin: 30px 0;
}
.news-box .content blockquote {
    width: 100%;
    display: block;
    padding: 40px;
    background: #cfb788;
    color: #212223;
    font-size: 19px;
}
.news-box .content ul {
    padding-left: 20px;
}
.news-box .content ul li {
    margin: 4px 0;
}

/* SIDEBAR */
.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}
.sidebar .widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
}
.sidebar .widget * {
    position: relative;
}
.sidebar .widget .widget-title {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 22px;
    color: #cfb788;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sidebar .widget .widget-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}
.sidebar .widget form {
    width: 100%;
    display: block;
}
.sidebar .widget form input[type="submit"] {
    margin-top: 10px;
    background: #212223;
    color: #fff;
}
.sidebar .widget .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.sidebar .widget .categories li {
    width: 100%;
    display: block;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}
.sidebar .widget .categories li a {
    color: #212223;
    font-size: 19px;
}
.sidebar .widget .side-gallery {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
    padding: 0;
}
.sidebar .widget .side-gallery li {
    width: 33.3333%;
    float: left;
    margin: 0;
    padding: 2px;
    list-style: none;
}

/* CONTACT BAR */
.contact-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #cfb788;
    padding: 70px;
}
.contact-bar h2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.contact-bar p {
    display: inline-block;
    margin: 10px 0;
}
.contact-bar a {
    margin-left: auto;
    height: 82px;
    line-height: 82px;
    display: inline-block;
    background: #212223;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
}

/* CONTACT BOX */
.contact-box {
    width: 100%;
    display: inline-block;
    padding: 50px;
    margin: 15px 0;
    border: 1px solid #cecece;
    text-align: center;
}
.contact-box h5 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-box address {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.contact-box address a {
    text-decoration: underline;
}

/* CONTACT FORM */
.contact-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: -130px;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form input[type="text"] {
    width: 100%;
}
.contact-form input[type="submit"] {
    background: #cfb788;
    color: #212223;
}
.contact-form textarea {
    width: 100%;
    height: 200px;
}

/* GOOGLE MAPS */
.google-maps {
    width: 100%;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
}
.google-maps iframe {
    width: 100%;
    height: 600px;
    display: inline-block;
    border: none;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #212223;
    color: #fff;
    padding-top: 100px;
}
.footer .logo {
    display: inline-block;
    margin-bottom: 30px;
}
.footer .logo img {
    height: 55px;
    display: inline-block;
}
.footer .widget-title {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
}
.footer .footer-menu {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.footer .footer-menu li {
    width: 100%;
    display: block;
    margin: 8px 0;
    padding: 0;
    list-style: none;
}
.footer .footer-menu li:before {
    content: ">";
    margin-right: 6px;
    display: inline-block;
}
.footer .footer-menu li a {
    display: inline-block;
    color: #fff;
}
.footer .footer-menu li a:hover {
    color: #cfb788;
}
.footer p a {
    text-decoration: none;
}
.footer p a:hover {
    color: #cfb788;
}
.footer a {
    color: #fff;
}
.footer form {
    width: 100%;
    display: block;
}
.footer form input[type="email"] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: none;
}
.footer form input[type="submit"] {
    background: #cfb788;
    color: #212223;
}
.footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}
.footer .footer-bottom span {
    margin-right: auto;
}
.footer .footer-bottom span:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
}
.footer .footer-bottom span:nth-child(2) a {
    color: #fff;
    text-decoration: underline;
}
.footer .footer-bottom span:nth-child(2) a:hover {
    text-decoration: none;
    color: #cfb788;
}

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px),
    only screen and (max-device-width: 1199px) {
    .navbar .inner .navbar-button {
        display: none;
    }

    .navbar .inner {
        padding: 0 30px;
    }

    .track-shipping-form {
        width: 100%;
    }

    .track-shipping-form:before {
        display: none;
    }

    .track-shipping-form:after {
        display: none;
    }

    .track-shipping-form .inner .form-group {
        margin-bottom: 10px;
    }

    .track-shipping-form .inner h3 {
        margin-bottom: 10px;
    }

    .side-content h2 {
        font-size: 40px;
    }

    .icon-box .inner {
        padding: 30px;
    }

    .offset-lg-2 .solution-box {
        margin-top: -83px;
    }

    .side-services h2 {
        font-size: 36px;
    }

    .side-services ul li a {
        height: 60px;
        line-height: 60px;
    }

    .side-services ul li a i {
        height: 60px;
        line-height: 60px;
    }

    .side-services ul li a i:after {
        height: 60px;
    }

    .side-image.full-right .info-box {
        width: 75%;
    }

    .counter-box {
        padding: 40px 20px;
    }

    .counter-box .odometer {
        font-size: 50px;
    }
}
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px),
    only screen and (max-device-width: 991px) {
    .col-right-spacing {
        padding-right: 15px;
    }

    .topbar .social-media span {
        display: none;
    }

    .navbar .inner .custom-menu {
        display: none;
    }

    .navbar .inner .site-menu {
        display: none;
    }

    .navbar .inner .navbar-button {
        display: inline-block;
    }

    .side-widget .hide-mobile {
        display: none;
    }

    .side-widget .show-mobile {
        display: block;
    }

    .slider .main-slider .controls {
        right: 50%;
        transform: translateX(50%);
    }

    .track-shipping-form {
        padding: 50px;
    }

    .no-gutters .side-content {
        margin-top: 100px;
    }

    .side-content {
        margin-bottom: 40px;
    }

    .col-lg-4:nth-child(1) .icon-box {
        width: calc(100% - 10px);
    }

    .col-lg-4:nth-child(2) .icon-box {
        width: calc(100% - 10px);
    }

    .col-lg-4:nth-child(3) .icon-box {
        width: calc(100% - 10px);
        margin-top: 40px;
    }

    .offset-lg-2 .solution-box {
        margin-top: 15px;
    }

    .side-services {
        padding: 50px 0;
    }

    .side-image.full-right {
        width: 100vw;
        transform: translateX(-50%);
        margin-left: 50%;
    }

    .side-list {
        transform: translateY(100px);
        z-index: 1;
        position: relative;
    }

    .contact-bar p {
        margin-bottom: 30px;
    }

    .contact-bar a {
        margin-left: 0;
    }

    .col-lg-3:nth-child(2n + 2) .counter-box {
        margin-top: 15px;
    }

    .col-lg-4:nth-child(1) .image-content-box {
        padding-right: 0;
    }

    .col-lg-4:nth-child(2) .image-content-box {
        padding: 0;
    }

    .col-lg-4:nth-child(3) .image-content-box {
        padding-left: 0;
        margin-top: 30px;
    }

    .bg-half:before {
        width: 100%;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section-title h2 br {
        display: none;
    }

    .testimonials-slider {
        text-align: center;
        margin-bottom: 50px;
    }

    .testimonials-slider:before {
        margin-left: calc(50% - 55px);
    }

    .testimonials-slider .testimonial {
        padding-right: 0;
    }

    .testimonials-slider .swiper-pagination {
        text-align: center;
    }

    .col-md-6:nth-child(2) .recent-news {
        padding-right: 0;
    }

    .col-md-6:nth-child(3) .recent-news {
        padding-left: 0;
    }

    .side-image.full-left {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        float: left;
    }

    .side-content.right {
        padding-left: 0;
    }

    .counter-box:after {
        display: none;
    }

    .sidebar {
        margin-top: 50px;
        padding-left: 0;
    }

    .tab-content .tab-nav {
        width: 100%;
        position: static;
        transform: none;
        justify-content: center;
    }

    .tab-content .tab-nav li {
        width: auto;
    }

    .tab-content .tab-nav li a {
        transform: none;
    }

    .tab-content .tab-item figure {
        width: 100%;
    }

    .tab-content .tab-item .content {
        width: 100%;
        padding: 30px;
    }

    .team-member figure {
        margin-top: -20px;
    }

    .testimonial {
        padding: 40px;
    }

    .testimonial p {
        font-size: 18px;
    }

    .side-list .list-box {
        width: 100%;
    }

    .history-box .description {
        padding: 40px;
    }

    .image-quote:before {
        display: none;
    }

    .col-left-spacing {
        padding-left: 15px;
    }

    .col-right-spacing {
        padding-right: 15px;
    }

    .footer .col-md-6 {
        margin-bottom: 50px;
    }
}
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px),
    only screen and (max-device-width: 767px) {
    .page-header {
        height: 480px;
    }

    .side-widget {
        width: 75vw;
    }

    .topbar .email {
        display: none;
    }

    .navbar .inner .navbar-button {
        display: none;
    }

    .slider .main-slider .swiper-slide .container h1 {
        font-size: 46px;
    }

    .slider .main-slider .swiper-slide .container h1 br {
        display: none;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .track-shipping-form {
        padding: 30px;
    }

    .track-shipping-form .inner h3 {
        margin-bottom: 20px;
    }

    .track-shipping-form .inner .form-group.half {
        width: 100%;
    }

    .side-content {
        padding-right: 0;
    }

    .side-content h2 {
        font-size: 32px;
    }

    .col-lg-4 .icon-box {
        width: 100% !important;
        margin: 15px 0 !important;
    }

    .icon-box:before {
        left: 15px;
        top: 15px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .side-image.full-right .info-box {
        position: static;
        width: 100%;
    }

    .cta-bar h2 {
        font-size: 38px;
    }

    .cta-bar .custom-button {
        margin: 15px auto;
    }

    .cta-bar .light-button {
        margin: 15px auto;
    }

    .calculator {
        padding: 30px;
    }

    .logo-item {
        padding: 0;
    }

    .col-md-6:nth-child(2) .recent-news {
        margin-bottom: 40px;
    }

    .page-header h1 {
        font-size: 50px;
    }

    .page-header p br {
        display: none;
    }

    .image img {
        width: 100%;
    }

    .side-list .list-box {
        padding: 30px;
    }

    .side-list .list-box ul li {
        width: 100%;
    }

    .contact-bar a {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .contact-bar {
        padding: 40px;
    }

    .image-content-box {
        margin: 15px 0;
    }

    .service-box {
        width: 90%;
        margin: 15px 5%;
    }

    .image-quote .quote-box {
        width: 100%;
        left: 0;
        transform: none;
        padding: 30px;
    }

    .history-box-list li {
        width: 100%;
    }

    .team-member {
        width: 90%;
        margin: 30px 5%;
    }

    .history-box-list:after {
        display: none;
    }

    .history-box .date {
        width: 100%;
        position: static !important;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding: 10px 0;
        text-align: center;
        justify-content: center;
        background: #cfb788;
        border: none;
    }

    .history-box .date:after {
        display: none !important;
    }

    .history-box .description {
        width: 100%;
        margin: 0 !important;
    }

    .testimonial {
        padding: 30px;
        margin: 15px 0;
    }

    .contact-box {
        padding: 30px 15px;
    }

    .contact-form {
        padding: 30px;
    }

    .footer .footer-bottom span:nth-child(2) {
        margin-left: 0;
    }
}

/* CUSTOM START  */
.page-header h2 {
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
}

.slider h2 {
    font-size: 64px;
    /* font-family: 'Brygada 1918', serif; */
    font-weight: 700;
    color: #ffffff;
}

.main-navigation {
    background-color: #f8f9fa;
}

.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #212223;
}

.primary-menu li {
    position: relative;
}

.primary-menu a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
}

.primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #242121;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.primary-menu li:hover > .sub-menu {
    display: block;
}

.primary-menu .sub-menu a {
    width: 200px;
    padding: 10px;
    color: #212223;
}

.primary-menu .menu-item-has-children > a:after {
    /* content: "\25BC"; */
    font-size: 0.7em;
    margin-left: 5px;
}

/* categories start  */

/* SECTOR BOX */
.sector-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    box-shadow: 1px 0 0 0 #eee, 0 1px 0 0 #eee, 1px 1px 0 0 #eee,
        1px 0 0 0 #eee inset, 0 1px 0 0 #eee inset;
    position: relative;
    color: #0b0b0b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.sector-box:hover {
    box-shadow: none;
    z-index: 1;
    text-decoration: none;
    background: #cfb788;
    color: #ffffff;
}
.sector-box:hover i {
    opacity: 1;
}
.sector-box span {
    font-weight: 600;
}
.sector-box i {
    margin-left: auto;
    opacity: 0.4;
    transform: translateY(3px);
}

/* VIDEO BOX */
.video-box {
    width: 100%;
    display: block;
    margin: 0;
    background: #0b0b0b;
    position: relative;
}
.video-box .play-btn {
    width: 70px;
    height: 70px;
    line-height: 66px;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 100px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    text-indent: 2px;
}
.video-box .play-btn:hover {
    background: #cfb788;
    border-color: #cfb788;
    color: #0b0b0b;
}
.video-box video {
    width: 100%;
    display: block;
    margin: 0;
    opacity: 0.5;
    filter: grayscale(1);
}

/* WORKS */
.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    transition-delay: 0s !important;
    transition: background 0.4s;
    h6 {
        display: block;
        line-height: 1;
        margin-bottom: 20px;
        /* @include font-two; */
        opacity: 0.5;
        font-size: 14px;
    }
    h2 {
        margin-bottom: 60px;
        font-weight: 800;
        font-size: 60px;
        line-height: 1.2;
        padding-right: 35%;
        &:before {
            content: attr(data-text);
            font-size: 20vw;
            opacity: 0.05;
            z-index: -1;
            position: absolute;
            left: 0;
            top: -20%;
        }
    }
    .project-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 75px 0;

        &:hover figure {
            transform: scale(0.95);
        }
        &:hover figure img {
            transform: scale(1.15);
        }
        &:last-child {
            padding-bottom: 0;
        }
        &:nth-child(2n + 2) {
            .custom-link a {
                float: right;
            }
            .content-box {
                order: 1;
                text-align: right;
                padding-left: 0;
                padding-right: 5%;
                h3 span {
                    margin-left: 0;
                    margin-right: -7vw;
                }
            }
            figure {
                order: 2;
            }
        }
        figure {
            width: 55%;
            margin: 0;
            position: relative;
            overflow: hidden;
            border: 1px solid transparent;
            img {
                width: 100%;
            }
        }
        .content-box {
            width: 45%;
            padding-left: 5%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 2;
            .inner {
                margin: 0;
                small {
                    display: block;
                    margin-bottom: 20px;
                    /* @include font-two; */
                    opacity: 0.5;
                    font-size: 14px;
                }
                h3 {
                    font-size: 5vw;
                    font-weight: 800;
                    margin-bottom: 10vh;
                    line-height: 1;
                    span {
                        display: block;
                        font-size: 8vw;
                        /* color: $color-turquaz; */
                        margin-left: -7vw;
                    }
                }
            }
        }
    }
}

/* WORKS SINGLE */
.works-single {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    h6 {
        display: block;
        line-height: 1;
        margin-bottom: 20px;
        /* @include font-two; */
        opacity: 0.5;
        font-size: 14px;
    }
    h2 {
        margin-bottom: 50px;
        font-weight: 800;
        font-size: 60px;
        line-height: 1.2;
        padding-right: 35%;
    }
    h4 {
        margin-top: 5px;
        /* @include font-two; */
        font-size: 25px;
        line-height: 40px;
        text-transform: uppercase;
        padding-right: 20%;
    }
    .text-desc {
        margin-bottom: 50px;
    }
    h5 {
        margin-bottom: 20px;
        /* @include font-two; */
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 10px;
    }
    h3 {
        font-size: 60px;
        font-weight: 800;
        margin-top: 80px;
        /* color: $color-turquaz; */
        text-align: center;
        text-transform: uppercase;
        /* @include font-two; */
    }
    p {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 37px;
    }
    iframe {
        float: left;
        margin-bottom: 30px;
        /* background: $color-dark; */
    }
    figure {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        img {
            width: 100%;
        }
    }
}

.select-box {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    padding-left: 25px;
    margin-top: 20px;
    &:hover {
        border: 1px solid rgba(255, 255, 255, 0.35);
    }
    span {
        margin-right: 40px;
    }
    .dropdown-toggle {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        &:hover {
            text-decoration: none;
        }
        img {
            width: 20px;
            margin-right: 5px;
        }
    }
    .dropdown-menu {
        width: 100%;
        background: #242121;
        border-radius: 0;
        border: none;
        margin-left: -25px;
        margin-top: 13px;
        li {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            a {
                display: block;
                padding: 7px 25px;
                font-size: 14px;
                line-height: 1;
                &:hover {
                    background: none;
                    color: #cfb788;
                }
                img {
                    width: 20px;
                    margin-right: 5px;
                }
            }
        }
    }
}
.footer-menu {
    display: block;
    margin: 0;
    li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 4px 0;
        list-style: none;
        a {
            float: left;
            color: #fff;
            /* &:hover {
                color: $color-light;
            } */
        }
    }
}

.footer .contact-box ul {
    float: right;
    margin: 0;
    margin-top: 20px;
}

.icon-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #212223;
    color: #fff;
    text-align: center;
    border: 1px solid #666666;
    font-size: 16px;
    margin: 3px;
}

/* CUSTOM END  */
