@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
  ************************************************************************
  * STYLE font-family: 'Fira Sans', sans-serif;
  ************************************************************************
*/
:root {
    --color-01: #f6a00a; /* + */
    --color-02: #7046d7; /* + */
    --color-03: #707070; /* + */
    --color-04: #02122f; /* + */
    --color-05: #171717; /* + */
    --color-06: #1b1e2a; /* + */
    --color-07: #eff2f6; /* + */
    --color-08: #232323; /* + */
    --color-09: #494949; /* + */
    --color-10: #fbecff; 
    --text-color: #000000; /* + */
    --font-size: 18px; /* + */
    --font-family: 'Fira Sans', sans-serif;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #e7e7e7; /* + */
    --header-height: 222px;
    --wrapper-width: 1660px; /* 1350 */
    --wrapper-padding: 30px;
}
*, ::before, ::after { margin:0; padding:0; box-sizing:border-box; }
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 { color:var(--text-color); font-size:var(--font-size); font-family:var(--font-family); position:relative; background-image:url(/images/body-bg.jpg); background-repeat:repeat-x; background-position:center top; }
.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:absolute; right:7%; top:calc(var(--header-height) + 60px); z-index:1; }
.float-buttons a { width:50px; height:50px; display:block; overflow:hidden; margin-bottom:5px; /*padding:10px 13px;*/ color:var(--white-color); font-size:15px; line-height:50px; position:relative; border-radius:50px; background-color:#8c949e; /*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:#f6a00a; }
.float-buttons a:nth-child(3) { margin-bottom:0; background-color:#119776; }
.float-buttons:hover a { width:200px; }
.float-icons { display:none; width:33px; position:absolute; left:7%; top:calc(var(--header-height) + 60px); z-index:1; }
body.index .float-icons { display:none; }
body.index .float-buttons { right:2.5%; top:50%; transform:translateY(-50%); }

.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:25%; 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.youtube { background-color:#f50d34; }
.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; color:var(--white-color); font-size:17px; line-height:33px; border:1px solid var(--white-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; }*/
.float-icons .social-media > li { margin:0; margin-bottom:5px; }

.link-btn { display:inline-block; overflow:hidden; padding:18px 30px; vertical-align:top; color:var(--white-color); font-size:16px; font-weight:600; border-radius:30px; background-color:var(--color-01); /*box-shadow:0px 0px 15px 0px rgba(45,49,146,0.3);*/ }
.link-btn i { display:none; margin-left:10px; }

.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 { background-color:transparent; }
.languages > li + li:before { padding:0px 3px; content:""; }
.languages > li > a { display:inline-block; overflow:hidden; padding:0; color:var(--black-color); }
.languages > li > a img {  }
.languages > li > a strong { display:none; margin-left:10px; }
.languages > li > a:hover { color:var(--color-01); }

.sidenav-trigger { height:auto; display:inline-block; overflow:hidden; color:var(--black-color); font-size:18px; line-height:20px; position:relative; z-index:2; cursor:pointer; /*background-color:var(--color-01);*/ }
.sidenav-trigger > strong { display:inline-block; margin-right:10px; vertical-align:top; font-weight:600; }
.sidenav-trigger > span { width:30px; height:20px; display:inline-block; overflow:hidden; position:relative; /*left:50%; top:50%; transform:translate(-50%, -50%);*/ }
.sidenav-trigger > span span { width:100%; height:2px; display:block; overflow:hidden; background-color:var(--black-color); position:absolute; left:0; top:0; }
.sidenav-trigger .middle { top:9px; }
.sidenav-trigger .bottom { top:18px; }

.brand { display:inline-block; overflow:hidden; color:var(--white-color); font-size:25px; }

.header { height:var(--header-height); position:relative; left:0; top:0; z-index:3; background-image:url(/images/top-bg.jpg); background-repeat:repeat-x; background-position:center top; }
body.index .header { width:100%; position:absolute; }
/*body.index .sticky { position:fixed; border-bottom:1px solid var(--border-color); background-color:var(--white-color); }*/
.header .header-top { height:83px; overflow:hidden; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; color:var(--white-color); }
.header .address { font-size:16.5px; font-weight:500; font-style:normal; }
.header .open-24 { display:inline-block; font-size:26px; font-weight:600; }
.header .contact { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.header .phone { display:inline-block; color:var(--white-color); font-size:24px; font-weight:600; }
.header .phone img { margin-right:10px; }
.header .social-media { display:inline-block; margin-left:30px; }
.header .brand { float:left; margin-top:20px; }
.header .sidenav-trigger { display:none; float:right; margin-top:45px; margin-right:20px; }
.header .menu-buttons { float:right; margin:0; margin-top:40px; padding:0; list-style:none; }
.header .menu-buttons > li { display:inline-block; margin-left:5px; vertical-align:top; }
.header .menu-buttons > li:first-child > a { background-color:var(--color-02); }

.navigation { width:auto; height:auto; float:right; padding:0; padding-top:60px; 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:35px; position:relative; }
.navigation .menus > li.active { background-color:transparent; }
.navigation .menus > li > .main { display:inline-block; padding:0; vertical-align:top; color:var(--black-color); font-size:18px; font-weight:600; 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; }
.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:25px; position:absolute; top:45px !important; left:-25px !important; z-index:1; border:1px solid var(--border-color); border-top:5px solid var(--color-01); 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:7px; line-height:normal; position:relative; z-index:1; }
.navigation .dropdown-content li a { min-height:inherit; display:block; overflow:hidden; margin:2px 0px; padding:0px; color:var(--black-color); font-size:16px; line-height:normal; position:relative; background-color:transparent; }
.navigation .dropdown-content li a > strong { display:inline-block; overflow:hidden; font-size:18px; font-weight:400; }
.navigation .dropdown-content li a > i { width:auto; height:auto; float:none; margin:0; position:absolute; left:0; top:0; }
.navigation .dropdown-content li a > span { display:inline-block; overflow:hidden; padding-left:15px; vertical-align:top; }
.navigation .dropdown-content ol ol { padding-top:10px; padding-bottom:20px; }
.navigation .dropdown-content li:hover { background-color:transparent; }
.navigation .dropdown-content li > a:hover { color:var(--color-01); }
.navigation .menus-list > li > a { font-size:17px; }

.mobile-navigation {  }
.mobile-navigation .profile { padding:15px; color:var(--white-color); background-color:var(--color-01); }
.mobile-navigation .profile a { max-width:77px; display:inline-block; overflow:hidden; }
.mobile-navigation .profile img { border-radius:10px; }
.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 > i { display:none; height:auto; margin:0; line-height:normal; }
.mobile-navigation .menu a:hover { color:var(--color-01); background-color:transparent; }
.mobile-navigation .menu ul > li > a { 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; }

.main-container {  }
.section-headline { margin-bottom:10px; color:var(--color-01); font-size:17px; }
.section-title { margin:0; margin-bottom:20px; color:var(--black-color); font-size:40px; font-weight:700; }
.section-summary { max-width:940px; margin:0 auto; margin-bottom:60px; color:var(--color-03); font-size:17px; line-height:26px; }

.slider-section { min-height:375px; height:1010px; overflow:hidden; position:relative; z-index:1; background-image:url(/images/slider-bg.jpg); background-repeat:repeat-x; background-position:center top; }
.slider-section .text { max-width:620px; margin:0 auto; text-align:center; color:var(--color-03); font-size:17px; line-height:26px; }
.index-slider { max-width:760px; margin:0 auto; margin-top:260px; margin-bottom:60px; padding-top:80px; background-image:url(/images/icon-westvet.svg); background-repeat:no-repeat; background-position:center top; background-size:70px; }
/*.slider-section, .index-slider, .index-slider .owl-stage-outer, .index-slider .owl-stage, .index-slider .owl-item, .index-slider .owl-slide { height:100%; }*/
.index-slider .owl-slide { overflow:hidden; padding-bottom:30px; text-align:center; position:relative; }
.index-slider .headline {  }
.index-slider .title { margin:0; margin-bottom:30px; font-size:55px; font-weight:600; }
.index-slider .summary { margin:0; margin-bottom:50px; padding-top:40px; font-size:20px; line-height:32px; font-weight:500; position:relative; }
.index-slider .summary:before { width:150px; height:4px; position:absolute; left:50%; top:0; z-index:0; transform:translateX(-50%); border-radius:2px; background-color:var(--color-01); content:""; }
.index-slider .link-btn {  }
/*.index-slider .parent-btn { margin-left:5px; color:var(--color-02); border-color:var(--color-02); background-color:transparent; }*/
.index-slider .owl-nav { display:none; position:absolute; right:100px; bottom:-45px; z-index:1; }
.index-slider .owl-nav .owl-prev, .index-slider .owl-nav .owl-next { width:90px; height:90px; text-align:center; color:var(--black-color) !important; font-size:35px !important; line-height:90px !important; border:1px solid var(--border-color) !important; background-color:var(--white-color) !important; }
.index-slider .owl-dots { text-align:center; }
.index-slider .owl-dots > .owl-dot { width:22px; height:22px; margin:0 2px; border:1px solid var(--black-color); border-radius:50%; background-color:transparent; }
.index-slider .owl-dots > .owl-dot.active { background-color:var(--black-color); }

.services-section { padding-top:60px; padding-bottom:100px; text-align:center; position:relative; z-index:1; }
.services-list { overflow:hidden; margin:0; padding:0px; list-style:none; text-align:center; }
.services-list > li { width:325px; display:inline-block; overflow:hidden; padding:40px; margin:0 10px; margin-bottom:20px; vertical-align:top; text-align:left; border-radius:10px; border:1px solid var(--border-color); background-color:var(--white-color); }
.services-list > li .title { min-height:100px; display:inline-block; padding-left:35px; padding-top:10px; color:var(--black-color); font-size:25px; font-weight:700; background-image:url(/images/icon-services.svg); background-repeat:no-repeat; background-position:left top; background-size:60px; }
.services-list > li .summary { min-height:150px; margin:0; color:var(--color-04); font-size:16px; line-height:25px; }
.services-list > li:hover { border-color:var(--color-02); background-color:var(--color-02); }
.services-list > li:hover .title, .services-list > li:hover .summary { color:var(--white-color); }

.corporate-section { padding-bottom:100px; }
.corporate-section > .container { position:relative; }
.corporate-section > .container:before { width:33px; height:352px; position:absolute; left:-100px; top:115px; z-index:0; background-image:url(/images/points.jpg); background-repeat:no-repeat; background-position:left top; content:""; }
.corporate-slider { width:49%; max-width:555px; height:auto; overflow:hidden; float:left; position:relative; z-index:1; box-shadow:0px 0px 25px 0px rgba(121,121,121,0.5); }
.corporate-slider .item { text-align:center; }
.corporate-slider .owl-dots { width:100%; text-align:center; position:absolute; left:0; bottom:5%; z-index:1; }
.corporate-slider .owl-dots > .owl-dot { width:18px; height:18px; display:inline-block; margin-left:2px; margin-right:2px; border-radius:50%; border:2px solid var(--white-color); background-color:transparent; }
.corporate-slider .owl-dots > .owl-dot.active { border-color:var(--white-color); background-color:var(--white-color); }
.corporate-section .corporate-info { width:51%; overflow:hidden; float:left; padding-left:50px; text-align:left; position:relative; z-index:1; }
.corporate-section .summary { margin-bottom:60px; color:var(--black-color); line-height:28px; }
.corporate-section .summary strong { color:var(--color-01); font-weight:700; }
.corporate-section .about-list { margin:0 !important; padding:0 !important; list-style:none; }
.corporate-section .about-list > li { list-style:none !important; min-height:45px; margin-bottom:15px; padding-left:62px; font-size:16px; line-height:22px; background-image:url(/images/icon-list.svg); background-repeat:no-repeat; background-position:left top; background-size:45px; }
.corporate-section .about-list > li strong, .corporate-section .about-list > li span { display:block; color:var(--color-03); }
.corporate-section .about-list > li strong { color:var(--color-05); font-size:18px; font-weight:600; }

.comment-section { padding-bottom:100px; position:relative; z-index:1; }
.comment-section .section-title { margin-bottom:45px; }
.comment-section .google { display:inline-block; overflow:hidden; float:right; margin-top:0px; }
.comment-section .google img { border-radius:10px; border:1px solid var(--border-color); }
.comments-slider { }
.comments-slider .owl-nav { position:absolute; left:350px; top:-100px; z-index:1; }
.comments-slider .owl-nav .owl-prev, .comments-slider .owl-nav .owl-next { width:49px; height:49px; display:inline-block; margin:0 3px; color:var(--black-color) !important; font-size:23px !important; line-height:49px !important; border-radius:50%; border:1px solid var(--black-color) !important; }
.comments-slider .item { max-width:365px; overflow:hidden; margin-bottom:50px; padding:35px; text-align:left; border-radius:10px; border:1px solid var(--border-color); }
.comments-slider .title { min-height:80px; display:block; overflow:hidden; padding-left:50px; color:var(--black-color); font-size:18px; font-weight:700; line-height:24px; background-image:url(/images/icon-comment.svg); background-repeat:no-repeat; background-position:left top; background-size:40px; }
.comments-slider .summary { min-height:130px; overflow:hidden; color:var(--color-03); font-size:17px; line-height:25px; }
.comments-slider .summary a { color:var(--black-color); }
.comments-slider .date { display:inline-block; float:right; color:var(--black-color); font-size:16px; }
.comments-slider .stars { display:inline-block; float:left; color:var(--color-01); }
.comments-slider .stars > i { margin-right:3px; }
.comments-slider .owl-dots { display:none; margin-bottom:50px; text-align:center; }
.comments-slider .owl-dots > .owl-dot { width:22px; height:22px; margin:0 2px; border:1px solid var(--black-color); border-radius:50%; background-color:transparent; }
.comments-slider .owl-dots > .owl-dot.active { background-color:var(--black-color); }

.videos-section { max-width:1660px; margin:0 auto; margin-bottom:100px; padding-top:100px; padding-bottom:90px; text-align:center; position:relative; z-index:1; background-color:var(--color-06); }
.videos-section:before { width:calc(100% - 100px); height:calc(100% - 100px); margin:50px; position:absolute; left:0px; top:0px; z-index:1; border:2px solid rgba(255,255,255,0.1); content:""; }
.videos-section .section-title { margin-bottom:45px; color:var(--white-color); }
.videos-slider { position:relative; z-index:1; }
.videos-slider .owl-nav { text-align:center; }
.videos-slider .owl-nav .owl-prev, .videos-slider .owl-nav .owl-next { width:49px; height:49px; display:inline-block; margin:0 3px; color:var(--white-color) !important; font-size:23px !important; line-height:49px !important; border-radius:50%; border:1px solid var(--white-color) !important; }
.videos-slider .item { max-width:555px; margin:0 auto; padding-bottom:20px; }
.videos-slider .item a { display:inline-block; color:var(--white-color); position:relative; }
.videos-slider .item 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-slider .item a > span:before, .videos-slider .item a > span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; content:""; }
.videos-slider .item a > span:before { background-color:rgba(23,23,23,0.5); }
.videos-slider .item 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-slider .item .title { display:block; padding-top:5px; color:var(--white-color); font-size:18px; }

.blog-section { overflow:hidden; padding-bottom:100px; text-align:center; position:relative; z-index:1; }
.blog-section .section-title { margin-bottom:45px; }
.blog-section .link-btn { background-color:var(--color-02); }
.contents-list { margin:0px; margin-bottom:20px; padding:0px; list-style:none; text-align:center; }
.contents-list > li { max-width:435px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; text-align:left; border:1px solid var(--border-color); }
.contents-list > li .image { display:inline-block; overflow:hidden; }
.contents-list > li .image img { border-bottom:1px solid var(--border-color); }
.contents-list > li .infos { overflow:hidden; padding:30px; font-size:16px; position:relative; }
.contents-list > li .parent { display:inline-block; color:var(--color-02); }
.contents-list > li .title { min-height:50px; display:block; overflow:hidden; clear:both; color:var(--black-color); font-size:22px; font-weight:600; }
.contents-list > li .summary { min-height:120px; margin:0; color:var(--color-03); font-size:17px; line-height:25px; }

.contact-section { overflow:hidden; margin-bottom:60px; padding-top:30px; padding-bottom:30px; color:var(--white-color); font-size:16px; background-color:var(--color-01); }
.contact-section > .container { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.contact-section .socials { font-size:18px; }
.contact-section .socials > strong { display:block; margin-bottom:5px; font-weight:400; }
.contact-section .social-media > li > a { color:var(--white-color); border-color:var(--white-color); }
.contact-section .phone { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; color:var(--white-color); font-size:30px; font-weight:600; }
.contact-section .phone img { float:left; margin-right:10px; }

.footer { overflow:hidden; color:var(--white-color); font-size:16px; position:relative; background-color:var(--color-07); }
.footer .warning { color:var(--color-10); }
.footer .links-section { padding-bottom:20px; }
.footer .links, .footer .links ol { margin:0; padding:0; list-style:none; }
/*.footer .links { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }*/
.footer .links > li { vertical-align:top; }
.footer .links > li .main { display:inline-block; margin-bottom:10px; color:var(--color-08); font-size:20px; font-weight:600; }
.footer .links > li .main:hover { color:var(--color-01); }
.footer .links ol { margin-bottom:35px; }
.footer .links ol > li { margin-bottom:5px; }
.footer .links ol > li a { display:inline-block; color:var(--color-09); font-size:16px; }
.footer .links ol > li a i { display:none; }
.footer .address-section { padding-bottom:50px; color:var(--color-07); font-size:16px; }
.footer .address-section > .container { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.footer .address { color:var(--color-03); font-style:normal; }
.footer .address .title { display:inline-block; margin-bottom:15px; color:var(--color-06); font-size:20px; font-weight:700; }
.footer .address .email { display:inline-block; color:var(--color-03); }
.footer .address em { color:var(--color-02); font-style:normal; }
.footer .menu { margin:0; padding:0; list-style:none; }
.footer .menu > li { display:inline-block; margin-left:40px; vertical-align:top; }
.footer .menu > li > a { display:inline-block; color:var(--color-06); font-size:20px; font-weight:700; }
.footer a:hover { color:var(--color-02) !important; }
.copyright { overflow:hidden; padding-top:50px; padding-bottom:50px; color:var(--color-06); font-size:16px; border-top:1px solid var(--border-color); background-color:var(--white-color); }
.copyright p { float:left; margin-top:0; }
.copyright p i { font-size:12px; }
.copyright p span { color:var(--color-02); }
.copyright p a { color:var(--color-02); }
.copyright .seven { display:inline-block; float:right; }

/* Content Style */
.container-area { overflow:hidden; position:relative; }
.content-section { overflow:hidden; clear:both; padding-top:40px; padding-bottom:50px; }

.content-title { margin:0; margin-bottom:20px; text-align:center; color:var(--black-color); font-size:50px; font-weight:600; }
.content-summary { max-width:930px; margin:0 auto; margin-bottom:70px; text-align:center; color:var(--black-color); font-size:20px; line-height:32px; }
.content-breadcrumb { overflow:hidden; margin:0px; margin-bottom:60px; padding:0px; padding-top:25px; list-style:none; text-align:center; position:relative; }
.content-breadcrumb:before { width:100px; height:4px; position:absolute; left:50%; top:0; z-index:0; transform:translateX(-50%); border-radius:2px; background-color:var(--color-01); content:""; }
.content-breadcrumb > li { display:inline-block; vertical-align:top; font-size:17px; position:relative; }
.content-breadcrumb > li + li:before { padding:0px 5px; vertical-align:top; color:var(--color-03); content: "-"; }
.content-breadcrumb > li > a { display:inline-block; color:var(--color-03); }

.content-text { overflow:hidden; clear:both; padding-bottom:30px; }
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:10px; margin-bottom:20px; color:var(--black-color); font-size:30px; font-weight:700; }
.content-text h3 { font-size:28px; }
.content-text h4 { font-size:27px; }
.content-text h5 { font-size:26px; }
.content-text h6 { font-size:25px; }
.content-text p { margin-bottom:30px; line-height:27px; }
.content-text p strong { color:var(--color-02); 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); font-weight:700; text-decoration:underline; }
.content-text a > i {  }
.content-text .prew-image { margin-bottom:40px; text-align:center; }
.content-text .float-left, .content-text .float-right { margin-bottom:30px; text-align:center; }
.content-text .float-left { float:left; margin-right:50px;  }
.content-text .float-right { float:right; margin-left:50px; }
.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 { color:var(--color-01); background-color:#fbfbfd; }
.content-text table tbody th, .content-text table tbody td { 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; }

.blog-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; list-style:none; }
.blog-list > li { max-width:calc(50% - 20px); margin-bottom:40px; }
.blog-list > li .image { max-width:40%; display:inline-block; overflow:hidden; float:left; }
.blog-list > li .image img { border:1px solid var(--border-color); }
.blog-list > li .info { max-width:60%; float:left; overflow:hidden; padding-left:30px; color:var(--color-03); }
.blog-list > li .parent { display:block; margin-bottom:5px; color:var(--color-02); font-size:16px; }
.blog-list > li .title { min-height:50px; display:inline-block; overflow:hidden; color:var(--black-color); font-size:22px; font-weight:600; }
.blog-list > li .summary { min-height:90px; margin:0; font-size:17px; line-height:25px; }

.comments-list { margin:0; margin-bottom:40px; padding:0; list-style:none; text-align:center; }
.comments-list > li { max-width:365px; display:inline-block; overflow:hidden; margin-bottom:50px; padding:35px; vertical-align:top; text-align:left; border-radius:10px; border:1px solid var(--border-color); }
.comments-list > li .title { min-height:80px; display:block; overflow:hidden; padding-left:50px; color:var(--black-color); font-size:18px; font-weight:700; line-height:24px; background-image:url(/images/icon-comment.svg); background-repeat:no-repeat; background-position:left top; background-size:40px; }
.comments-list > li .summary { min-height:130px; overflow:hidden; color:var(--color-03); font-size:17px; line-height:25px; }
.comments-list > li .summary a { color:var(--black-color); }
.comments-list > li .date { display:inline-block; float:right; color:var(--black-color); font-size:16px; }
.comments-list > li .stars { display:inline-block; float:left; color:var(--color-01); }
.comments-list > li .stars > i { margin-right:3px; }

.teams-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; margin:0; padding:0px; list-style:none; }
.teams-list > li { width:calc(50% - 40px); margin-bottom:100px; }
.teams-list > li .team { min-height:140px; }
.teams-list > li .image { max-width:140px; overflow:hidden; float:left; margin-right:30px; border-radius:50%; box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15); }
.teams-list > li .subtitle { display:inline-block; padding-top:20px; color:var(--black-color); font-size:17px; font-weight:600; font-style:normal; }
.teams-list > li .title { display:block; overflow:hidden; margin-bottom:15px; color:var(--black-color); font-size:35px; font-weight:700; }
.teams-list > li .headline { display:block; overflow:hidden; color:var(--color-01); font-size:15px; font-weight:600; }
.teams-list > li .summary { color:var(--black-color); }
.teams-list > li .summary p { margin-top:30px; margin-bottom:20px; line-height:28px; }

.brands-btn-list { overflow:hidden; margin:0px; padding:0px; padding-bottom:30px; text-align:center; }
.brands-btn-list > li { display:inline-block; vertical-align:top; margin:5px; }
.brands-btn-list > li > a { display:inline-block; overflow:hidden; padding:10px; color:var(--color-01); font-size:18px; font-weight:400; border:1px solid var(--border-color); }
.brands-btn-list > li.active > a, .brands-btn-list > li > a:hover { color:var(--white-color); border-color:var(--color-01); background-color:var(--color-01); }

.products-list { overflow:hidden; margin:0px; padding:0px; padding-bottom:20px; text-align:center; }
.products-list > li { max-width:365px; display:inline-block; margin-bottom:20px; vertical-align:top; }
.products-list > li .image { display:inline-block; color:var(--black-color); position:relative; }
.products-list > li .image img { border:1px solid var(--border-color); }
.products-list > li .title { display:inline-block; padding:15px; font-size:20px; font-weight:400; }

/*.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); }*/

.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 { max-width:555px; margin:0 auto; padding-bottom:20px; }
.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:5px; color:var(--black-color); font-size:18px; }

.form-section { max-width:940px; margin-bottom:60px; margin-left:auto; margin-right:auto; border:1px solid var(--border-color); border-top:5px solid var(--color-01); background-color:var(--white-color); }
.form-contact { padding:40px; padding-bottom:20px; color:var(--text-color); position:relative; /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);*/ }
.form-contact .form-headline { color:var(--black-color); font-size:35px; font-weight:600; }
.form-contact .form-title { margin-bottom:20px; text-align:center; color:var(--black-color); font-size:32px; font-weight:700; }
.form-contact label { color:var(--text-color); font-size:15px; }
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input[type="email"], .form-contact textarea.materialize-textarea { color:var(--text-color); font-size:15px; margin-bottom:0px; border-bottom-color:var(--border-color); }
.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; padding:18px 30px; text-align:center; color:var(--white-color); font-size:17px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:5px; background-color:var(--color-01); /*box-shadow:0px 0px 25px 0px rgba(19,195,195,0.4);*/ }
.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:var(--black-color); font-weight:700; }

.gallery-headline { margin-top:0px; margin-bottom:20px; color:var(--text-color); font-size:28px; font-weight:700; }
.images-gallery { overflow:hidden; margin:0px; margin-bottom:35px; 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 var(--border-color); }
.images-gallery > li strong { display:inline-block; text-align:center; color:var(--black-color); font-size:14px; }

.documents-gallery { overflow:hidden; margin-top:0px; margin-bottom:50px; }
.documents-gallery > li { overflow:hidden; margin-bottom:10px; color:var(--black-color); font-size:14px; position:relative; border:1px solid var(--border-color); }
.documents-gallery > li:before { width:0%; height:100%; position:absolute; left:0px; top:0px; z-index:-1; content:""; background-color:var(--color-02); transition: all 0.5s ease-in-out; }
.documents-gallery > li:hover:before { width:100%; }
.documents-gallery > li:after { height:100%; color:var(--black-color); position:absolute; right:30px; top:16px; z-index:-1; content:attr(data-text); }
.documents-gallery > li a { display:block; overflow:hidden; color:var(--black-color); }
.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:var(--color-02); }
.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-02); 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; }

@media (max-width: 1900px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
}
@media (max-width: 1880px) {
    /*body { background-color:#0FF; }*/ /* Turkuaz */
}
@media (max-width: 1700px) {
    /*body { background-color:#FF0; }*/ /* Sarı */
}
@media (max-width: 1600px) {
    /*body { background-color:#00F; }*/ /* Mavi */
}
@media (max-width: 1560px) {
    /*body { background-color:#0F0; }*/ /* Yeşil */
    .float-buttons { right:var(--wrapper-padding); }
	.header .menu-buttons > li:last-child { display:none; }
    .navigation .menus > li { margin-right:25px; }
}
@media (min-width: 1400px) {
    /*.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; }*/
    /*.footer .links { -webkit-column-count:2; -moz-column-count:2; column-count:2; -webkit-column-gap:100px; -moz-column-gap:100px; column-gap:100px; }*/
}
@media (max-width: 1399.99px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
	.navigation .menus > li:last-child { display:none; }
    .navigation .menus > li > .main { font-size:18px; }
}
@media (max-width: 1299.99px) {
    .navigation .menus > li > .main { font-size:17px; }
}
/* 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); }*/
}
@media (min-width: 1200px) {
    .contents-list > li { margin-left:10px; margin-right:10px; }
    .comments-list > li:nth-child(3n+2), .comments-list > li:nth-child(3n+3), .products-list > li:nth-child(3n+2), .products-list > li:nth-child(3n+3) { margin-left:22px; }
	.footer .links { padding-bottom:30px; -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px; }
}
@media (max-width: 1199.99px) {
    :root {
        --header-height: 182px;
    }
    .link-btn { padding:15px 30px; font-size:16px; }
    .header .brand { max-width:190px; margin-top:10px; }
    .header .sidenav-trigger { display:inline-block; }
    .header .menu-buttons { margin-top:30px; }
    .navigation { display:none; }
    .slider-section { height:830px; background-size:cover; }
    .index-slider { margin-top:200px; margin-bottom:40px; padding-top:70px; background-size:60px; }
    .index-slider .title, .content-title { font-size:45px; }
    .index-slider .summary { max-width:80%; margin-left:auto; margin-right:auto; margin-bottom:30px; padding-top:30px; font-size:18px; line-height:30px; }
    
    .section-headline { font-size:16px; }
    .section-title { margin-bottom:15px; font-size:30px; }
    .section-summary { margin-bottom:40px; }
    
    .services-section { padding-top:30px; }
    .services-section, .corporate-section, .comment-section, .blog-section { padding-bottom:50px; }
    .videos-section { margin-bottom:50px; }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    /*body { background-color:red; }*/
    .contents-list > li, .products-list > li { width:calc(50% - 5px); }
    .contents-list > li:nth-child(2n+2), .products-list > li:nth-child(2n+2) { margin-left:20px; }
}
@media (max-width:991.99px) {
    :root {
        --wrapper-padding: 15px;
    }
    .mobile-contact { display:block; }
    .float-buttons, .header .address, .header .social-media, .corporate-section > .container:before, .videos-section:before { display:none; }
    .header .open-24, .header .phone { font-size:20px; }
    .corporate-slider, .corporate-section .corporate-info { width:auto; float:none; margin-left:auto; margin-right:auto; }
    .corporate-section .corporate-info { max-width:555px; margin-top:30px; padding-left:0; }
    .corporate-section .summary { margin-bottom:30px; }
    .videos-section { padding-top:50px; padding-bottom:50px; }
    .contact-section > .container, .footer .links, .footer .address-section > .container { display:block; text-align:center; }
    .contact-section .socials, .contact-section .phone { display:inline-block; }
    .contact-section .text { margin-top:15px; margin-bottom:15px; }
    .contact-section .phone { line-height:48px; }
    .footer .address { margin-bottom:30px; }
    .copyright { padding-top:40px; padding-bottom:70px; text-align:center; }
    .copyright p, .copyright .seven { float:none; }
    .copyright p { margin-bottom:10px; }
    
    .teams-list > li { width:auto; }
	.blog-list > li { max-width:inherit; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) {
    /*body { background-color:green; }*/
    .contents-list > li, .products-list > li { width:calc(50% - 5px); }
    .contents-list > li:nth-child(2n+2), .products-list > li:nth-child(2n+2) { margin-left:20px; }
}
@media (max-width: 767.99px) {
    .slider-section { height:740px; }
    .index-slider { margin-top:190px; margin-bottom:30px; padding-top:60px; background-size:50px; }
    .index-slider .title { margin-bottom:20px; font-size:35px; }
    .index-slider .summary { margin-bottom:20px; padding-top:20px; font-size:16px; line-height:28px; }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) {
    /*body { background-color:yellow; }*/
    .products-list > li { width:calc(50% - 5px); }
    .products-list > li:nth-child(2n+2) { margin-left:20px; }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) {
    /*body { background-color:blue; }*/
    :root {
        --header-height: 172px;
    }
    .header .menu-buttons, .comments-slider .owl-nav, .content-breadcrumb:before { display:none; }
    .header .brand { max-width:160px; }
    .header .sidenav-trigger { margin-top:35px; margin-right:0; }
	.slider-section { background-image:url(/images/slider-mobil-bg.jpg); background-repeat:no-repeat; background-size:cover; }
    .index-slider { margin-top:180px; }
    .index-slider .summary { max-width:inherit; }
    .services-list > li { margin-left:auto; margin-right:auto; }
    .blog-list > li .image, .contents-list > li .info { max-width:inherit; float:none; }
    .blog-list > li .info { max-width:inherit; padding-left:0; padding-top:10px; }
	.blog-list > li .title { min-height:inherit; }
	
	.content-title { font-size:35px; }
	.content-breadcrumb { margin-bottom:30px; padding-top:0; }
}
@media (max-width: 399.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: 1170px; } }

@-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); } 
}