@charset "utf-8";
/*
  ************************************************************************
  * STYLE font-family: "Krub", sans-serif;
  ************************************************************************
*/
:root {
    --color-01: #082442; /* + */
    --color-02: #e0e5ec; /* + */
    --color-03: #5e656d; /* + */
    --color-04: #484848; 
    --color-05: #d8dcde; 
    --color-06: #ecb714; 
    --color-07: #b1b3b8; 
    --color-08: #071224; 
    --color-09: #464646; 
    --color-10: #fbecff;
    --text-color: #000000; /* + */
    --font-size: 18px; /* + */
    --font-family: "Krub", sans-serif;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #e7ecef; /* + e7ebed */
    --header-height: 170px;
    --wrapper-width: 1580px; /* 1580 */
    --wrapper-padding: 30px;
}
html.index, body.index { height:100%; position:relative; }
html { line-height: normal; }
.responsive-img { vertical-align:bottom; }
a { cursor:pointer; }
h1, h2, h3, h4, h5, h6 { line-height:normal; }
body { counter-reset:services; color:var(--text-color); font-size:var(--font-size); font-family:var(--font-family); position:relative; }
.compensate-for-scrollbar { margin-right:0 !important; } /* fancybox active */

.wrapper { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); margin-left:auto; margin-right:auto; padding-left:var(--wrapper-padding); padding-right:var(--wrapper-padding); position:relative; }

.float-buttons { display:flex; flex-direction:column; justify-content:center; position:fixed; right:var(--wrapper-padding); top:50%; z-index:1; transform:translateY(-50%); }
.float-buttons a { width:50px; height:50px; display:block; overflow:hidden; margin-bottom:5px; /*padding:10px 13px;*/ color:var(--color-06); font-size:15px; line-height:50px; position:relative; border:1px solid var(--color-06); border-radius:50px; /*background-color:var(--color-01);*/ /*box-shadow:0px 0px 25px 0px rgba(18,194,193,0.3);*/ transition:.5s; transition-property:width; }
.float-buttons a > img { position:absolute; top:10px; left:10px; }
.float-buttons a > i { width:50px; height:50px; text-align:center; font-size:22px; line-height:50px; position:absolute; left:0; }
.float-buttons a > strong { display:inline-block; position:absolute; left:50px; }
/*.float-buttons a:nth-child(2) { background-color:var(--color-01); }*/
.float-buttons a:nth-child(3) { margin-bottom:0; /*background-color:#0cbc84;*/ }
.float-buttons:hover a { width:200px; }
.float-icons { width:33px; position:absolute; left:var(--wrapper-padding); bottom:50px; z-index:1; }

.mobile-contact { width:100%; display:none; margin:0px; padding:0px; list-style:none; text-align:center; position:fixed; left:0px; bottom:0px; z-index:2; }
.mobile-contact > li { width:50%; display:inline-block; vertical-align:top; background-color:#00c7ca; }
.mobile-contact > li.whatsapp { background-color:#27bc80; }
.mobile-contact > li.instagram { background-color:#f85f89; }
.mobile-contact > li.map { background-color:#4285F4; }
.mobile-contact > li.payment { background-color:#e30613; }
.mobile-contact > li > a { display:block; color:var(--white-color); font-size:13px; font-weight:600; line-height:40px; cursor:pointer; }

.social-media { margin:0; padding:0; list-style:none; text-align:center; }
.social-media > li { display:inline-block; margin-left:2px; margin-right:2px; text-align:center; vertical-align:top; }
.social-media > li > a { width:33px; height:33px; display:inline-block; overflow:hidden; /*color:var(--black-color); font-size:17px; line-height:31px; border:1px solid var(--black-color); border-radius:50%;*/ }
/*.social-media > li > a.facebook { color:#396ab5; border-color:#396ab5; }
.social-media > li > a.instagram { color:#9916cf; border-color:#9916cf; }
.social-media > li > a.linkedin { color:#0077b5; border-color:#0077b5; }
.social-media > li > a.google { color:#f1a318; border-color:#f1a318; }
.social-media > li > a.youtube { color:#f50d34; border-color:#f50d34; }*/

.languages { overflow:hidden; margin:0px; padding:0px; list-style:none; }
.languages > li { min-height:inherit; line-height:normal; display:inline-block; vertical-align:top; position:relative; color:var(--black-color); }
.languages > li:hover, .languages > li.active { background-color:transparent; }
.languages > li + li:before { padding:0px 5px; content:""; }
.languages > li > a { display:inline-block; color:var(--white-color); font-size:18px; border-bottom:1px solid var(--white-color); border-bottom-color:transparent; }
.languages > li > a img { margin-right:5px; }
.languages > li.active > a, .languages > li > a:hover { border-bottom-color:var(--white-color); }
.lang-btn { min-height:24px; display:inline-block; overflow:hidden; padding-left:35px; color:var(--white-color); background-image:url(/images/icon-lang.svg); background-repeat:no-repeat; background-position:left center; background-size:24px; }

.link-btn { display:inline-block; overflow:hidden; padding:14px 34px; color:var(--color-01); font-size:18px; font-weight:500; border-radius:30px; border:1px solid var(--color-01); background-color:var(--white-color); /*box-shadow:0px 0px 15px 0px rgba(45,49,146,0.3);*/ }
.link-btn i { margin-left:5px; }

.sidenav-trigger { height:inherit; display:inline-block; overflow:hidden; float:left; color:var(--white-color); font-size:16px; line-height:20px; position:relative; z-index:2; /*background-color:var(--color-01);*/ }
.sidenav-trigger > strong { display:inline-block; margin-left:10px; vertical-align:top; font-weight:400; }
.sidenav-trigger > span { width:30px; height:20px; display:inline-block; overflow:hidden; position:relative; }
.sidenav-trigger > span span { width:100%; height:2px; display:block; overflow:hidden; background-color:var(--white-color); position:absolute; left:0; top:0; }
.sidenav-trigger .middle { top:9px; }
.sidenav-trigger .bottom { top:18px; }

.brand { display:inline-block; overflow:hidden; text-align:center; color:var(--white-color); }
.brand > strong { display:block; margin-bottom:5px; color:var(--color-01); font-size:25px; font-weight:800; line-height:35px; }
.brand > span { display:block; line-height:30px; background-color:var(--color-01); }

.header { width:100%; height:var(--header-height); position:relative; left:0; top:0; z-index:7; background-image:url(/images/header-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; /*box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);*/ }
body.index .header { position:absolute; background-image:none; }
.header > .wrapper { min-height:var(--header-height); z-index:1; display:flex; align-items:center; justify-content:space-between; }
.header .brand { position:absolute; left:50%; top:30px; z-index:2; transform:translateX(-50%); }
.header .right-area { display:flex; align-items:center; justify-content:end; }
.header .sidenav-trigger { display:none; }
.header .lang-btn { margin-left:40px; }
.header .videos-link { display:inline-block; margin-right:40px; color:var(--white-color); font-size:18px; }
.header .note-btn {  }

.navigation { width:auto; height:auto; padding:0; line-height:normal; position:relative; z-index:2; background-color:transparent;; }
.navigation .menus { margin:0; padding:0; list-style:none; }
.navigation .menus > li { display:inline-block; float:none; margin-right:30px; position:relative; }
.navigation .menus > li:last-child { margin-right:0; }
.navigation .menus > li.active { background-color:transparent; }
.navigation .menus > li > .main { display:inline-block; padding:0; vertical-align:top; color:var(--white-color); font-size:18px; font-weight:400; position:relative; z-index:1; background-color:transparent; }
/*.navigation .menus > li > .main > strong { position:relative; z-index:1; }*/
.navigation .menus > li > .main > i { height:auto; margin-left:5px; font-size:15px; }
.navigation .menus > li:hover > .main, .navigation .menus > li.active > .main { /*color:var(--color-01);*/ }
/*.navigation .menus > li.active:before, .navigation .menus > li:hover:before { background-color:var(--color-01); }*/
.navigation .dropdown-content { width:300px !important; padding:20px 15px; padding-left:30px; position:absolute; top:50px !important; left:-30px !important; z-index:1; border:1px solid var(--border-color); background-color:var(--white-color); /*box-shadow:0px 0px 20px 0px rgba(25,28,37,0.2);*/ /*transition:.5s; transition-property:display;*/ }
.navigation .dropdown-content ol, .navigation .dropdown-content ul { margin:0; padding:0; list-style:none; }
.navigation .dropdown-content li { min-height:inherit; float:none; margin-bottom:10px; line-height:normal; position:relative; z-index:1; }
.navigation .dropdown-content li a { min-height:inherit; display:block; overflow:hidden; margin:0px; padding:0px; color:var(--color-01); font-size:16px; line-height:normal; position:relative; background-color:transparent; }
.navigation .dropdown-content li a > strong { display:inline-block; overflow:hidden; font-weight:600; }
.navigation .dropdown-content li a > i { width:15px; margin:0; font-size:15px; /*height:auto; float:none;*/  }
/*.navigation .dropdown-content li a > span { display:inline-block; overflow:hidden; padding-left:15px; vertical-align:top; }*/
.navigation .dropdown-content li:hover { background-color:transparent; }
/*.navigation .dropdown-content li > a:hover { color:var(--white-color); }*/
.navigation .dropdown-content ol ol { margin-top:10px; margin-bottom:30px; }
/*.navigation .menus-list { display:flex; flex-wrap:wrap; /*-webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px;*/ /*}
.navigation .menus-list > li { max-width:calc(33% - 60px); flex-grow:1; margin:0px 30px; margin-bottom:5px; }
.navigation .menus-list > li > a { padding-bottom:7px; font-size:16px; border-bottom:1px solid var(--border-color); }
.navigation .menus-list > li > a > i { width:inherit; float:none; margin:0 10px 0 0; }*/

.mobile-navigation {  }
.mobile-navigation .profile { padding:15px; color:var(--white-color); font-size:16px; background-color:var(--color-01); }
.mobile-navigation .profile a { max-width:77px; display:inline-block; overflow:hidden; }
.mobile-navigation .profile img { border-radius:50%; }
.mobile-navigation .profile strong { display:block; margin-top:10px; font-weight:700; }
.mobile-navigation .phone { padding:15px; border-bottom:1px solid #edf0f1; }
.mobile-navigation .phone a { display:inline-block; color:var(--black-color); font-size:14px; font-weight:600; }
.mobile-navigation .phone i { margin-right:10px; }
.mobile-navigation .menu { padding:15px; }
.mobile-navigation .menu ul, .mobile-navigation .menu ol { overflow:hidden; margin:0px; padding:0; list-style:none; }
.mobile-navigation .menu ol { margin-left:15px; margin-top:5px; margin-bottom:10px; }
.mobile-navigation .menu li { margin-bottom:5px; line-height:normal; }
.mobile-navigation .menu a { height:auto; display:inline-block; padding:0; font-size:14px; font-weight:normal; line-height:normal; }
.mobile-navigation .menu a:hover { color:var(--color-01); background-color:transparent; }
.mobile-navigation .menu ul > li > .main { font-size:15px; font-weight:700; }
.mobile-navigation .social-media { overflow:hidden; margin:0px; padding:15px; text-align:center; border-top:1px solid #edf0f1; }
.mobile-navigation .social-media > li { display:inline-block; overflow:hidden; margin-left:2px; margin-right:2px; }
.mobile-navigation .social-media > li > a { width:36px; height:36px; display:block; overflow:hidden; padding:0px; font-size:13px; line-height:34px; border:1px solid #edf0f1; border-radius:50%; background-color:transparent; }
.mobile-navigation .social-media > li > a > i { width:auto; height:auto; float:none; margin:0px; color:#141516; line-height:normal; }
.mobile-navigation .social-media > li > a:hover { background-color:#edf0f1; }

.slider-section { height:100%; min-height:420px; max-height:1000px; overflow:hidden; text-align:center; color:var(--white-color); font-size:20px; position:relative; z-index:0; background-color:var(--black-color); background-image:url(/images/slider.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; /*border-bottom:1px solid var(--border-color);*/ }
.slider-section > .container { position:relative; top:50%; }
.slider-section .title {  }
.slider-section .headline { margin-bottom:30px; font-size:50px; }
.slider-section .headline > strong { display:block; font-weight:700; }
.slider-section .summary { max-width:1080px; margin:0 auto; line-height:35px; }
.slider-section .summary > strong { font-weight:700; }

.index-slider, .index-slider .owl-stage-outer, .index-slider .owl-stage, .index-slider .owl-item { height:100%; }
.index-slider { z-index:1; }
.index-slider .owl-slide { width:100%; color:var(--white-color); position:absolute; left:0; bottom:calc(var(--wrapper-padding)*2); }
.index-slider .mobile { width:100%; height:100%; display:none; overflow:hidden; position:absolute; left:0; top:0; z-index:1; }
.index-slider .mobile img { height:100%; object-fit:cover; }
.index-slider .parent { font-size:20px; font-weight:200; }
.index-slider .title {max-width:50%; margin:0; margin-bottom:250px; text-align:left; font-size:77px; font-weight:500; }
.index-slider .summary { max-width:41%; margin-bottom:40px; font-size:50px; font-weight:800; text-shadow:0px 0px 1px rgba(119,119,119,0.7); }
.index-slider .link-btn { color:var(--color-02); background-color:var(--white-color); }
.index-slider .catalog-btn { margin-left:20px; color:var(--black-color); background:var(--white-color); }
.index-slider .owl-nav { width:100%; max-width:var(--wrapper-width); position:absolute; bottom:90px; left:50%; z-index:0; transform:translateX(-50%); }
.index-slider .owl-nav .owl-prev, .index-slider .owl-nav .owl-next { width:64px; height:64px; display:inline-block; float:left; color:var(--white-color) !important; font-size:26px !important; /*line-height:64px !important;*/ border-radius:50%; border:2px solid var(--white-color) !important; }
.index-slider .owl-nav .owl-prev {  }
.index-slider .owl-nav .owl-next { margin-left:7px; }
.index-slider .owl-dots { position:absolute; left:0; bottom:calc(var(--wrapper-padding)*2); z-index:1; }
.index-slider .owl-dots > .owl-dot { width:18px; height:18px; margin:0 2px; border:2px solid var(--white-color); border-radius:50%; background-color:transparent; }
.index-slider .owl-dots > .owl-dot.active { background-color:var(--white-color); }

.main-container { overflow:hidden; padding-top:120px; position:relative; }
.section-headline { max-width:55%; margin-bottom:10px; color:var(--color-01); font-size:20px; font-weight:700; }
.section-title { /*max-width:55%;*/ margin-bottom:30px; color:var(--color-01); font-size:38px; font-weight:700; }
.section-summary { /*max-width:85%;*/ margin:0; margin-bottom:40px; color:var(--text-color); line-height:30px; }

.consultancy-section { overflow:hidden; }
body.index .consultancy-section { margin-bottom:100px; }
.consultancy-section .info { max-width:1140px; overflow:hidden; margin-left:auto; margin-right:auto; position:relative; }
.consultancy-section .link-btn { display:none; }
body.index .consultancy-section .link-btn { display:inline-block; margin-bottom:50px; }
.consultancy-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; margin-bottom:15px; padding:0px; list-style:none; }
.consultancy-list > li { width:calc(50% - 15px); overflow:hidden; margin-bottom:15px; padding:50px 75px; font-size:18px; border-radius:10px; background-color:var(--color-02); }
.consultancy-list > li .title { margin-bottom:10px; color:var(--color-01); font-size:28px; font-weight:700; }
.consultancy-list > li .title > a { display:inline-block; color:var(--color-01); }
.consultancy-list > li .headline { margin-bottom:30px; color:var(--color-03); font-size:15px; }
.consultancy-list > li ol { margin:0px; margin-bottom:0px; padding:0px; list-style:none; }
.consultancy-list > li li { margin-bottom:25px; padding-top:3px; padding-left:50px; color:var(--color-01); font-size:18px; font-weight:500; position:relative; }
.consultancy-list > li li:last-child { margin-bottom:0px; }
.consultancy-list > li li > i { width:34px; height:34px; text-align:center; color:var(--white-color); font-size:13px; line-height:34px; position:absolute; left:0; top:0; z-index:0; border-radius:50%; background-color:var(--color-01); }
.consultancy-section .analytic { height:300px; overflow:hidden; margin-bottom:30px; padding:50px 80px; color:var(--white-color); background-image:url(/images/analytics-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:contain; }
.consultancy-section .analytic .title { font-size:20px; }
.consultancy-section .analytic .headline { margin-bottom:30px; font-size:28px; font-weight:700; }
.consultancy-section .analytic ol { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; padding:0px; list-style:none; }
.consultancy-section .analytic li { width:calc(50%); margin-bottom:15px; padding-left:25px; font-size:18px; position:relative; }
.consultancy-section .analytic li > i { font-size:15px; position:absolute; left:0; top:5px; z-index:0; }

.consultancy-area { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; padding-top:30px; padding-bottom:30px; }
.consultancy-image { display:inline-block; width:calc(50% - 15px); overflow:hidden; margin-bottom:15px; }
.consultancy-image img { border-radius:10px; border:1px solid var(--border-color); }
.consultancy-box { display:inline-block; width:calc(50% - 15px); min-height:520px; overflow:hidden; margin-bottom:15px; padding:50px 75px; font-size:18px; border-radius:10px; background-color:var(--color-02); }
.consultancy-box .title { margin-bottom:10px; color:var(--color-01); font-size:28px; font-weight:700; }
.consultancy-box .title > a { display:inline-block; color:var(--color-01); text-decoration:none; }
.consultancy-box .headline { margin-bottom:30px; color:var(--color-03); font-size:15px; }
.consultancy-box ol { margin:0px; margin-bottom:0px; padding:0px; list-style:none; }
.consultancy-box li { margin-bottom:25px; padding-top:3px; padding-left:50px; color:var(--color-01); font-size:18px; font-weight:500; position:relative; }
.consultancy-box li:last-child { margin-bottom:0px; }
.consultancy-box li > i { width:34px; height:34px; text-align:center; color:var(--white-color); font-size:13px; line-height:34px; position:absolute; left:0; top:0; z-index:0; border-radius:50%; background-color:var(--color-01); }

.corporate-section { overflow:hidden; margin-bottom:100px; }
.corporate-section .section-title { margin-bottom:60px; }
.corporate-section .link-btn { display:none; }
body.index .corporate-section .link-btn { display:inline-block; }
.corporate-section .corporate { /*min-height:690px;*/ overflow:hidden; position:relative; /*background-image:url(/images/image-about.jpg); background-repeat:no-repeat; background-position:left center;*/ }
.corporate-section .corporate .image { max-width:50%; position:absolute; left:0; top:0; z-index:0; }
.corporate-section .corporate > .container { position:relative; z-index:1; }
.corporate-section .corporate .info { width:58%; float:right; clear:both; padding-left:100px; }
.corporate-section .corporate .summary { margin-bottom:40px; font-size:18px; line-height:30px; }
.corporate-section .corporate .summary strong { color:var(--color-01); font-weight:700; }

.team-section { overflow:hidden; margin-bottom:100px; }
.team-section > .container { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.team-section .info { width:30%; padding-top:40px; }
.team-section .section-headline, .team-section .section-title, .team-section .section-summary { max-width:inherit; }
.team-section .section-title { margin-bottom:70px; }
.team-section .section-summary { margin-bottom:100px; }
.team-section .team-list { width:67%; }
.team-list { max-width:880px; display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; margin-bottom:20px; padding:0px; list-style:none; }
.team-list > li { max-width:420px; width:calc(50% - 15px); overflow:hidden; margin-bottom:30px; border:1px solid var(--border-color); }
.team-list > li .image { display:inline-block; overflow:hidden; position:relative; }
.team-list > li .image img { position:relative; z-index:0; border-bottom:1px solid var(--border-color); }
.team-list > li .info { width:100%; padding:0 30px; position:absolute; left:0; bottom:30px; z-index:1; }
.team-list > li .namesurname { display:block; color:var(--white-color); font-size:26px; font-weight:700; }
.team-list > li .title { display:block; color:var(--white-color); font-size:17px; font-weight:400; font-style:normal; }
.team-list > li .summary { margin:0; padding:30px; font-size:16px; line-height:28px; }
.team-detail { overflow:hidden; margin-bottom:40px; padding-bottom:20px; border-bottom:1px solid var(--border-color); }
.team-detail .team-image { float:left; margin-right:40px; margin-bottom:30px; }
.team-detail .team-image img { border:1px solid var(--border-color); }
.team-detail .team-title { margin:0; font-size:26px; font-weight:700; }
.team-detail .team-headline { margin:0; margin-bottom:30px; font-size:18px; font-weight:500; }

.services-section { overflow:hidden; margin-bottom:100px; }
.services-section > .container { position:relative; }
.services-section .link-btn { display:none; }
body.index .services-section .link-btn { display:inline-block; }
.services-section .services { max-width:1580px; min-height:560px; overflow:hidden; margin:0 auto; margin-bottom:80px; padding-top:80px; padding-bottom:80px; background-image:url(/images/services-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.services-section .services .section-headline, .services-section .services .section-title { color:var(--white-color); }
.services-section .services .list { overflow:hidden; margin:0px; padding:0px; list-style:none; color:var(--white-color); }
.services-section .services .list li { margin-bottom:15px; padding-left:25px; font-size:18px; position:relative; }
.services-section .services .list li:last-child { margin-bottom:0; }
.services-section .services .list li > i { font-size:15px; position:absolute; left:0; top:5px; z-index:0; }
.services-section .services-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; margin-bottom:20px; padding:0px; list-style:none; }
.services-section .services-list > li { display:flex; align-items:center; width:calc(33.33% - 30px); min-height:64px; overflow:hidden; margin-bottom:30px; padding-left:80px; color:var(--color-01); font-size:18px; font-weight:600; position:relative; }
.services-section .services-list > li:before { width:64px; height:64px; display:inline-block; text-align:center; color:var(--white-color); font-size:32px; font-weight:500; line-height:64px; position:absolute; left:0; top:0; z-index:0; border-radius:50%; background-color:var(--color-01); counter-increment:services; content:'0'counter(services); }

/*.blog-section { overflow:hidden; margin-bottom:100px; }
.blog-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; padding:0px; list-style:none; }
.blog-list > li { width:calc(33.33% - 15px); overflow:hidden; margin-bottom:30px; }
.blog-list > li .image { overflow:hidden; }
.blog-list > li .image img { border-radius:3px; border:1px solid var(--border-color); }
.blog-list > li .info { overflow:hidden; clear:both; padding:20px; }
.blog-list > li .date, .blog-list > li .parent { display:inline-block; color:var(--black-color); font-size:16px; }
.blog-list > li .date { margin-right:15px; }
.blog-list > li .parent { padding:5px 10px; font-size:14px; background-color:var(--border-color); }
.blog-list > li .title { min-height:70px; display:block; color:var(--black-color); font-size:24px; font-weight:700; }
.blog-list > li .summary { min-height:70px; margin:0; font-size:16px; line-height:24px; }*/

.footer { overflow:hidden; padding-top:150px; color:var(--white-color); position:relative; background-image:url(/images/footer-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.footer .warning { overflow:hidden; clear:both; padding-top:20px; font-size:15px; }
.footer > .container { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.footer .contact-section { max-width:33%; }
.footer .brand { margin-bottom:90px; }
/*.footer .links, .footer .menu { margin:0; padding:0; list-style:none; }
.footer .links > li { margin-bottom:5px; }
.footer .links > li > .main { display:inline-block; color:var(--white-color); font-size:22px; font-weight:600; }
.footer .links > li > a:hover { color:var(--color-02); }
.footer .menu { padding-top:10px; padding-bottom:40px; }
.footer .menu > li { margin-bottom:10px; }
.footer .menu > li > a { display:inline-block; padding-left:20px; color:var(--white-color); font-size:16px; position:relative; }
.footer .menu > li > a i { position:absolute; left:5px; top:2px; z-index:0; }
.footer .menu > li > a:hover { color:var(--color-02); }*/
.footer .address { margin-bottom:40px; font-style:normal; }
.footer .address > strong { font-weight:700; }
.footer .phone { display:inline-block; margin-bottom:10px; color:var(--white-color); font-size:30px; font-weight:500; }
.footer .social-media { margin-bottom:40px; text-align:left; }
.footer .email { display:inline-block; color:var(--white-color); }
.footer .email > strong { font-weight:700; }
.footer .menus { overflow:hidden; margin:0; margin-bottom:30px; padding:0; list-style:none; text-align:left; }
.footer .menus > li { margin-bottom:10px; }
.footer .menus > li > a { display:inline-block; color:var(--white-color); font-size:18px; }
.copyright-section { overflow:hidden; margin-top:70px; padding-top:50px; padding-bottom:70px; border-top:1px solid rgba(255,255,255,0.1); }
.copyright-section p { float:left; margin-top:0px; }
.copyright-section p i { font-size:12px; }
.copyright-section p span { font-weight:700; }
.copyright-section p a { color:var(--color-04); }
.copyright-section .seven { display:inline-block; float:right; }

/* Content Style */
.container-area { overflow:hidden; padding-top:70px; }
.header-section { overflow:hidden; margin-bottom:70px; }
.content-title { margin:0; color:var(--color-01); font-size:50px; font-weight:700; }
.content-headline { margin:0; margin-top:20px; font-size:20px; font-weight:600; line-height:32px; }
.content-breadcrumb { overflow:hidden; margin:0px; padding:0px; list-style:none; }
.content-breadcrumb > li { display:inline-block; vertical-align:top; color:var(--color-01); font-size:16px; position:relative; }
.content-breadcrumb > li + li:before { padding:0px 5px; vertical-align:top; content: "-"; }
.content-breadcrumb > li > a { display:inline-block; color:var(--color-01); }

.content-section { overflow:hidden; clear:both; padding-bottom:50px; }

.content-text { padding-bottom:20px; }
/*.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6, .content-text p, .content-text table, .content-text ul, .content-text ol { max-width:960px; margin-left:auto; margin-right:auto; }*/
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:10px; margin-bottom:10px; color:var(--color-01); font-size:38px; font-weight:700; }
.content-text h3 { font-size:34px; }
.content-text h4 { font-size:32px; }
.content-text h5 { font-size:30px; }
.content-text h6 { font-size:30px; }
.content-text p { margin-bottom:30px; line-height:30px; }
.content-text p strong { font-weight:700; }
.content-text ul:not(.browser-default) { margin-bottom:25px; padding-left:40px; }
.content-text ul:not(.browser-default) li { list-style:disc; }
.content-text a { color:var(--color-01); text-decoration:underline; }
.content-text a > i {  }
.content-text .prew-image, .content-text .float-left, .content-text .float-right { margin-bottom:40px; text-align:center; }
.content-text .float-left { float:left; margin-right:40px;  }
.content-text .float-right { float:right; margin-left:40px; }
.content-text .prew-image img, .content-text .float-left img, .content-text .float-right img { border:1px solid var(--border-color); /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.15);*/ }
.content-text .float-left > strong, .content-text .float-right > strong { display:block; padding:10px 15px; text-align:center; border:1px solid var(--border-color); border-top:none; }
.content-text .float-left > a, .content-text .float-right > a { display:inline-block; }
.content-text .fancybox-clip { display:inline-block; overflow:hidden; position:relative; }
.content-text .fancybox-clip:before { width:73px; height:73px; position:absolute; left:calc(50% - 37px); top:calc(50% - 37px); z-index:0; background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; content:""; }
.content-text .topics { overflow:hidden; padding:15px; background-color:#ddd; }
.content-text .topics li { list-style:disc; }
.content-text table { margin-bottom:30px; border:1px solid var(--border-color); }
.content-text table thead { border-color:var(--border-color); }
.content-text table thead th { color:var(--white-color); border:1px solid var(--border-color); background-color:var(--color-01); }
.content-text table tbody th, .content-text table tbody td { padding:15px 30px; border:1px solid var(--border-color); }
.content-text iframe { border:1px solid var(--border-color); }
.content-text .info { margin-top:50px; margin-bottom:35px; padding:35px 45px; text-align:center; color:var(--white-color); position:relative; background-color:var(--color-01); }
.content-text .info h2, .content-text .info h3, .content-text .info h4, .content-text .info h5, .content-text .info h6 { display:inline-block; margin-top:0px; margin-bottom:10px; padding-bottom:10px; color:var(--white-color); font-size:22px; border-bottom:1px dashed var(--white-color); }
.content-text .info p { margin-bottom: 10px; color:var(--white-color); font-size:15px; }
.content-text .info a { display:inline-block; padding:0px 25px; text-align:left; color:var(--white-color); font-size:15px; font-weight:700; line-height:48px; border-radius:25px; border:1px solid var(--white-color); }
.content-text .info p strong { color:var(--white-color); font-weight:700; }

.gallery-slider { overflow:hidden; margin-top:70px; margin-bottom:70px; }
.gallery-slider .owl-nav { width:136px; display:inline-block; position:absolute; left:calc( var(--wrapper-padding)*3 ); bottom:calc( var(--wrapper-padding)*2 ); }
.gallery-slider .owl-nav .owl-prev, .gallery-slider .owl-nav .owl-next { width:64px; height:64px; display:block; float:left; text-align:center; color:var(--white-color) !important; font-size:24px !important; line-height:60px !important; border-radius:50%; border:2px solid var(--white-color) !important; }
.gallery-slider .owl-nav .owl-next { float:right; }

.certificate-list { margin:0px auto !important; padding:0px 0px !important; list-style:none !important; }
.certificate-list > li { list-style:none !important; }

.references-list { max-width:910px; overflow:hidden; margin:0px; margin-left:auto; margin-right:auto; margin-bottom:50px; padding:0px; list-style:none; }
.references-list > li { overflow:hidden; margin-bottom:30px; padding:40px; vertical-align:top; border:1px solid var(--border-color); }
.references-list > li .title { color:var(--color-01); font-size:20px; font-weight:700; }
.references-list > li .info { overflow:hidden; text-align:justify; }

.catalogs-list { max-width:770px; overflow:hidden; margin:0px auto; padding:0px; list-style:none; text-align:center; }
.catalogs-list > li { overflow:hidden; margin-bottom:30px; }
.catalogs-list > li > a { display:block; overflow:hidden; color:var(--black-color); font-size:22px; position:relative; }
.catalogs-list > li .title { width:100%; display:block; overflow:hidden; font-weight:700; position:absolute; left:0; top:calc( var(--wrapper-padding)*1.5 ); z-index:1; }

.questions-list { margin:0px; margin-bottom:70px; color:#3a1f5d; box-shadow:none !important; text-shadow:none !important; border:1px solid #eef1f3; border-bottom:none; }
.questions-list .collapsible-header, .questions-list .collapsible-body { border-bottom-color:#eef1f3; }
.questions-list li.active .collapsible-header { background-color:#eef1f3; }
.questions-list .collapsible-header strong { font-weight:600; }

.content-blog-list { overflow:hidden; margin:0px; margin-bottom:50px; padding:0px; list-style:none; }
.content-blog-list > li { margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #eef1f3; }
.content-blog-list > li > a { display:block; overflow:hidden; color:#1e1e1e; font-size:18px; }
.content-blog-list > li > a:hover { color:#00b6a7; }
.content-blog-list > li > a > strong { display:inline-block; font-weight:600; }
.content-blog-list > li > a > i { float:right; color:#51789d; font-size:24px; }

.question-answer-list { overflow:hidden; margin:0px; margin-bottom:50px; padding:0px; list-style:none; }
.question-answer-list > li { overflow:hidden; margin-bottom:20px; }
.question-answer-list > li > span { width:60px; height:60px; display:block; overflow:hidden; float:left; margin-right:20px; text-align:center; color:var(--white-color); font-size:26px; font-weight:700; line-height:60px; border-radius:50%; background-color:var(--color-01); }
.question-answer-list > li .question-answer { width: calc(100% - 80px); display:block; float:left; }
.question-answer-list > li .question-answer .question { color:var(--text-color); font-size:16px; }
.question-answer-list > li .question-answer .question strong { color:var(--color-02); font-weight:700; }
.question-answer-list > li .question-answer .question span { display:none; padding-left:5px; }
.question-answer-list > li .question-answer .question p { margin-top:5px; margin-bottom:25px; color:var(--text-color); font-size:14px; }
.question-answer-list > li .question-answer .answer { padding:25px 30px; border:1px solid var(--border-color); }
.question-answer-list > li .question-answer .answer strong { color:var(--color-01); font-size:16px; font-weight:700; }
.question-answer-list > li .question-answer .answer p { margin-top:10px; margin-bottom:0px; color:var(--text-color); font-size:14px; }
.question-answer-list > li.active .question-answer .answer { background-color:var(--border-color); }

.news-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; list-style:none; text-align:center; }
.news-list > li { max-width:420px; display:inline-block; margin-bottom:40px; vertical-align:top; }
.news-list > li .title { display:inline-block; color:var(--color-01); font-size:18px; font-weight:500; position:relative; }
.news-list > li .title img { border-radius:10px; box-shadow:0px 0px 20px 0px rgba(151,89,0,0.3); }
.news-list > li .title span { display:inline-block; padding:22px; color:var(--color-02); font-size:15px; position:absolute; left:0px; top:0px; }
.news-list > li .title strong { display:inline-block; margin-top:10px; font-weight:600; }

.videos-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; text-align:center; }
.videos-list > li { width:calc(50% - 15px); padding-bottom:30px; }
.videos-list > li a { display:inline-block; color:var(--black-color); position:relative; }
.videos-list > li a > span { display:inline-block; overflow:hidden; position:relative; /*border:1px solid var(--border-color);*/ /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5);*/ }
.videos-list > li a > span:before, .videos-list > li a > span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; content:""; }
.videos-list > li a > span:before { background-color:rgba(23,23,23,0.5); }
.videos-list > li a > span:after { width:65px; height:65px; left:50%; top:50%; transform:translate(-50%, -50%); background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; }
.videos-list > li .title { display:block; padding-top:10px; font-size:18px; font-weight:600; }

.form-contact { text-align:left; color:var(--text-color); position:relative; /*border:1px solid var(--border-color); box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);*/ }
.form-contact .form-headline { color:var(--color-01); font-size:30px; font-weight:700; }
.form-contact .form-title { margin-bottom:20px; color:var(--color-01); font-size:30px; }
.form-contact label { color:var(--color-04); font-size:16px; }
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input[type="email"], .form-contact textarea.materialize-textarea { color:var(--color-04); font-size:16px; margin-bottom:7px; border-bottom-color:var(--color-04); }
.form-contact .input-field input[type="text"]:focus + label, .form-contact .input-field input[type="tel"]:focus + label, .form-contact .input-field input[type="email"]:focus + label, .form-contact .input-field .materialize-textarea:focus + label { color:var(--black-color); }
.form-contact .input-field input[type="text"]:focus, .form-contact .input-field input[type="tel"]:focus, .form-contact .input-field input[type="email"]:focus, .form-contact .input-field .materialize-textarea:focus { color:var(--black-color); border-bottom-color:var(--black-color); box-shadow: 0 1px 0 0 var(--black-color); }
.form-contact .require-text { display:none; margin-top:10px; color:var(--text-color); font-size:14px; }
.form-contact .btn { height:auto; display:inline-block; overflow:hidden; color:var(--color-01); line-height:normal; text-transform:none; letter-spacing:normal; border-color:var(--color-01); box-shadow:none; /*box-shadow:0px 0px 25px 0px rgba(19,195,195,0.4);*/ }
.form-contact .btn:hover { color:var(--color-01); background-color:transparent; }
.form-contact .character-counter { display:inline-block; padding-top:5px; color:var(--text-color); }
.form-contact .select-dropdown { padding:0 !important; }

.form-question { overflow:hidden; margin-left:-0.75rem; margin-right:-0.75rem; font-size:15px; }
/*.form-question .row { margin:0; }*/
.form-question .input-field label, .form-question label { color:var(--text-color); font-size:15px; }
.form-question input[type="text"], .form-question input[type="tel"], .form-question input[type="email"], .form-question textarea.materialize-textarea { color:var(--black-color); font-size:15px; margin-bottom:0px; border-bottom:1px solid var(--black-color); }
.form-question .input-field input[type="text"]:focus + label, .form-question .input-field input[type="tel"]:focus + label, .form-question .input-field input[type="email"]:focus + label, .form-question .input-field .materialize-textarea:focus + label { color:var(--black-color); }
.form-question .input-field input[type="text"]:focus, .form-question .input-field input[type="tel"]:focus, .form-question .input-field input[type="email"]:focus, .form-question .input-field .materialize-textarea:focus { color:var(--black-color); border-bottom-color:var(--black-color); box-shadow: 0 1px 0 0 var(--black-color); }
.form-question .require-text { display:block; float:right; margin-top:10px; color:var(--color-07); }
.form-question .btn { height:auto; display:inline-block; overflow:hidden; padding:13px 33px; color:var(--white-color); font-size:17px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:10px; border:1px solid var(--black-color); background-color:var(--black-color); }

.list-image { overflow:hidden; margin:0px !important; padding:20px 0px !important; list-style:none; text-align:center; }
.list-image > li { display:inline-block; margin-left:7px; margin-right:7px; margin-bottom:20px; vertical-align:top; background-color:var(--white-color); }
.list-image > li img { border:1px solid var(--border-color); }
.list-image > li strong { display:block; padding:10px 15px; text-align:center; color:#3db995; font-weight:700; border:1px solid #eceeef; border-top:none; }

.documents-products { overflow:hidden; margin:0px; margin-bottom:40px; padding:0px; list-style:none; text-align:center; }
.documents-products > li { width:360px; display:inline-block; margin-left:5px; margin-right:5px; margin-bottom:15px; vertical-align:top; }
.documents-products > li a { min-height:320px; display:block; overflow:hidden; padding:40px 40px; color:var(--white-color); font-size:20px; background-color:var(--color-06); }
.documents-products > li span { max-width:55%; min-height:50px; display:block; overflow:hidden; margin-bottom:20px; text-align:left; }
.documents-products > li strong { display:block; overflow:hidden; margin-bottom:25px; text-align:left; font-size:26px; font-weight:700; }
.documents-products > li img {  }

.images-gallery { overflow:hidden; margin:0px; margin-bottom:25px; padding:0px; list-style:none; text-align:center; }
.images-gallery > li { display:inline-block; margin-left:3px; margin-right:3px; margin-bottom:15px; vertical-align:top; }
.images-gallery > li a { display:inline-block; overflow:hidden; }
.images-gallery > li img { display:block; margin-left:auto; margin-right:auto; border:1px solid #ebf0f2; }
.images-gallery > li strong { display:inline-block; text-align:center; color:#000000; font-size:16px; }

.documents-gallery { overflow:hidden; margin-top:0px; margin-bottom:30px; }
.documents-gallery > li { overflow:hidden; margin-bottom:10px; color:#1d2024; font-size:13px; position:relative; border:1px solid #edf0f3; }
.documents-gallery > li:before { width:0%; height:100%; position:absolute; left:0px; top:0px; z-index:-1; content:""; background-color:#00af35; transition: all 0.5s ease-in-out; }
.documents-gallery > li:hover:before { width:100%; }
.documents-gallery > li:after { height:100%; color:#000000; position:absolute; right:30px; top:16px; z-index:-1; content:attr(data-text); }
.documents-gallery > li a { display:block; overflow:hidden; color:#1d2024; }
.documents-gallery > li:hover > a { color:var(--white-color); transition: all 0.3s ease-in-out; }
.documents-gallery > li i { width:66px; height:48px; float:left; margin-right:25px; text-align:center; font-size:20px; line-height:48px; color:var(--white-color); background-color:#00af35; }
.documents-gallery > li span { display:block; float:left; margin-top:16px; padding-right:150px; }

.list-prev-next { overflow:hidden; clear:both; margin:0px; margin-bottom:60px; padding:0px; text-align:center; }
.list-prev-next > li { display:inline-block; margin-left:5px; margin-right:5px; }
.list-prev-next > li > a { display:inline-block; overflow:hidden; text-align:center; color:var(--color-01); font-size:18px; line-height:44px; }
.list-prev-next > li > a > span { display:inline-block; vertical-align:top; }
.list-prev-next > li > a > i { width:44px; height:44px; vertical-align:top; color:var(--color-01); font-size:24px; line-height:42px; border-radius:50%; border:1px solid var(--color-01); }
.list-prev-next > li.prev > a > i { margin-left:10px; }
.list-prev-next > li.next > a > i { margin-right:10px; }

.pagination { margin:20px 0px; margin-bottom:40px; padding:0px; text-align:center; }
.pagination li { height:auto; margin-left:3px; margin-right:3px; border-radius:0px; }
.pagination li.active { background-color:transparent; }
.pagination li a { width:44px; height:44px; display:inline-block; overflow:hidden; padding:0px; color:#141516; font-size:16px; font-weight:700; line-height:44px; border:1px solid #ebebeb; border-radius:50%; }
.pagination li.active a { color:#51789d; background-color:#ebebeb; }
.pagination li a i { color:#141516; font-size:26px; line-height:44px; }

.cookieConsentContainer { width:300px; opacity:0; font-size:14px; position:fixed; right:var(--wrapper-padding); bottom:40px; z-index:999; /*border-top:2px solid var(--color-02); border-bottom:2px solid var(--color-02);*/ background-color:#e7ebed; }
.cookieConsentContainer .cookieContent { overflow:hidden; padding:15px; color:var(--black-color); }
.cookieConsentContainer .cookieDesc { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieDesc a { display:inline-block; padding:5px 15px; color:var(--white-color); cursor:pointer; background-color:var(--black-color); }
.cookieConsentContainer .cookieButtons { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieButtons span { display:inline-block; padding:7px 17px; color:var(--white-color); cursor:pointer; background-color:var(--black-color); }

.padding-top-0 { padding-top:0px !important; }
.padding-right-0 { padding-right:0px !important; }
.padding-bottom-0 { padding-bottom:0px !important; }
.padding-left-0 { padding-left:0px !important; }

.margin-top-0 { margin-top:0px !important; }
.margin-right-0 { margin-right:0px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }
.margin-left-0 {margin-left:0px !important;  }

.margin-top-10 { margin-top:10px; }
.margin-right-10 { margin-right:10px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-left-10 {margin-left:10px;  }

.margin-top-20 { margin-top:20px; }
.margin-right-20 { margin-right:20px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-left-20 {margin-left:20px;  }

.margin-top-30 { margin-top:30px; }
.margin-right-30 { margin-right:30px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-left-30 {margin-left:30px;  }

.margin-top-40 { margin-top:40px; }
.margin-right-40 { margin-right:40px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-left-40 {margin-left:40px;  }

.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }
.float-left { float:left !important; }
.float-right { float:right !important; }
.float-none { float:none !important; }
.border-none { border:0px !important; }
.radius-none { border-radius:0px !important; }
.shadow-none { box-shadow:none !important; text-shadow:none !important; }
.outline-none, a { outline:none !important; }
.box-shadow { -webkit-box-shadow: 0px 0px 18px 0px rgba(34,31,31,0.6); -moz-box-shadow: 0px 0px 18px 0px rgba(34,31,31,0.6); box-shadow: 0px 0px 18px 0px rgba(34,31,31,0.6); }
.position-relative { position:relative; }
.position-absolute { position:absolute; }
.overflow-hidden { overflow:hidden; }
.display-none { display:none !important; }
.display-block { display:block; }
.display-inline-block { display:inline-block; }
.text-indent-9999 { text-indent:-9999px; }
.text-center { text-align:center !important; }
.img-border { border:1px solid #edf1f3; }

body.market-notes {
    --color-01: #000000;
    --text-color: #ffffff;
}
body.market-notes { background-color:var(--black-color); }
body.market-notes .header, body.market-notes .footer { background:none; }
body.market-notes .header-section, body.market-notes .content-section { text-align:center; }
body.market-notes, body.market-notes .content-title, body.market-notes .content-breadcrumb > li, body.market-notes .content-breadcrumb > li > a, body.market-notes .content-text h1, body.market-notes .content-text h2, body.market-notes .content-text h3, body.market-notes .content-text h4, body.market-notes .content-text h5, body.market-notes .content-text h6 { color:var(--white-color); }
body.market-notes .header-section { display:none; }

@media (max-width: 1900px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
}
@media (max-width: 1880px) {
    /*body { background-color:#0FF; }*/ /* Turkuaz */
}
@media (max-width: 1770px) {
    /*body { background-color:#FF0; }*/ /* Sarı */
    .corporate-section .corporate .info { width:50%; padding-left:var(--wrapper-padding); }
}
@media (max-width: 1660px) {
    /*body { background-color:#00F; }*/ /* Mavi */    
}
@media (max-width: 1550px) {
    /*body { background-color:#0F0; }*/ /* Yeşil */
    :root {
        /*--font-size: 16px;*/
        --header-height: 140px;
    }
    .header .brand { top:20px; }
    .link-btn, .navigation .menus > li > .main, .slider-section { font-size:16px; }
    .navigation .dropdown-content li a { font-size:15px; }
    .slider-section { max-height:580px; }
    .slider-section > .container { top:45%; }
    .slider-section .headline, .content-title { font-size:38px; }
    .slider-section .summary { line-height:30px; }
    .main-container { padding-top:60px; }
    .section-headline { font-size:17px; }
    .section-title { font-size:28px; }
    body.index .consultancy-section, .corporate-section, .team-section, .services-section { margin-bottom:50px; }
    .footer { padding-top:100px; }
    
    .container-area { padding-top:40px; }
    .header-section { margin-bottom:30px; }
    .content-text h1, .content-text h2 { font-size:28px; }
    .content-text h3 { font-size:24px; }
    .content-text h4 { font-size:22px; }
    .content-text h5 { font-size:20px; }
    .content-text h6 { font-size:20px; }
}
@media (min-width: 1400px) {
    /*.footer .links { -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px; }*/
}
@media (max-width: 1399.99px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
    
}
@media (max-width: 1299.99px) {
    
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
    /*.footer .colums { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px; -webkit-column-rule:1px solid rgba(255,255,255,0.1); -moz-column-rule:1px solid rgba(255,255,255,0.1); column-rule:1px solid rgba(255,255,255,0.1); }*/
    /*.contents-list > li:nth-child(3n+2), .contents-list > li:nth-child(3n+3), .comments-list > li:nth-child(3n+2), .comments-list > li:nth-child(3n+3), .news-list > li:nth-child(3n+2), .news-list > li:nth-child(3n+3), .videos-list > li:nth-child(2n+2) { margin-left:30px; }*/
}
@media (max-width: 1199.99px) {
    .float-buttons, .navigation, .header .note-btn, .header .videos-link { display:none; }
    .header .sidenav-trigger { display:inline-block; }
    .header .lang-btn { margin-left:0; }
    .consultancy-list > li { width:100%; }
    .consultancy-section .analytic { height:inherit; background-size:cover; }
    .corporate-section .corporate .image { max-width:860px; position:relative; left:50%; transform:translateX(-50%); }
    .corporate-section .corporate .info { width:auto; float:none; padding-left:0; padding-top:30px; }
    
    .consultancy-image, .consultancy-box { max-width:635px; width:inherit; display:block; margin-left:auto; margin-right:auto; }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    /*body { background-color:red; }*/
    
}
@media (max-width:991.99px) {
    :root {
        --wrapper-padding: 15px;
    }
    /*.mobile-contact { display:block; }*/
    
    .section-headline, .section-title, .section-summary, .footer .contact-section { max-width:inherit; }
    .section-title { margin-bottom:20px; }
    .section-summary { margin-bottom:30px; }
    .team-section .link-btn { margin-bottom:40px; }
    .consultancy-section .analytic li, .team-section .info, .team-section .team-list { width:100%; }
    
    .team-section .section-title { margin-bottom:20px; }
    .team-section .section-summary { margin-bottom:30px; }
    .services-section .services-list > li { width:calc(50% - 15px); }
    .footer, .footer .contact-section { padding-top:30px; }
    .footer .brand { margin-bottom:20px; }
    .copyright-section { margin-top:60px; }
    .copyright-section p, .copyright-section .seven { float:none; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) {
    /*body { background-color:green; }*/
}
@media (max-width: 767.99px) {
    .slider-section { max-height:480px; }
    .slider-section > .container { top:55%; }
    .slider-section .headline { font-size:30px; }
    .slider-section .summary { display:none; }
    .consultancy-list > li, .consultancy-box, .consultancy-section .analytic { padding:30px 40px; }
    .consultancy-list > li .title, .consultancy-box .title, .consultancy-section .analytic .headline { font-size:24px; }
    .consultancy-list > li .headline, .consultancy-box .headline { font-size:14px; }
    .consultancy-list > li li, .consultancy-box li,  .consultancy-section .analytic .title, .consultancy-section .analytic li { font-size:16px; }
    .team-list > li { width:100%; max-width:420px; }
    .services-section .services { margin-left:var(--wrapper-padding); margin-right:var(--wrapper-padding); }
	
	.videos-list > li { width:100%; }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) {
    /*body { background-color:yellow; }*/
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) {
    /*body { background-color:blue; }*/
    :root {
        /*--header-height: 80px;*/
    }
    .services-section .services-list > li { width:100%; }
}
@media (max-width: 449.99px) {
    /*body { background-color:hotpink; }*/
}
@media (max-height: 700px) {

}
.container { width:auto; margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; }
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) { .container { max-width: 100%; } }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) { .container { max-width: 570px; } }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) { .container { max-width: 750px; } }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) { .container { max-width: 990px; } }
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.99px) { .container { max-width: 1170px; } }
/* XX-Large devices (more than 1400px) */
@media (min-width: 1400px) { .container { /*max-width: 1370px;*/ max-width: 1330px; } }

@-webkit-keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 
}