@charset "utf-8";
/*
  ************************************************************************
  * STYLE  
  ************************************************************************
*/
:root {
    --color-01: #afca0b; /* + */
    --color-02: #01368c; /* + */
    --color-03: #02122f; /* + */
    --color-04: #84868b; /* + */
    --color-05: #eef2f6; /* + */
    --color-06: #1bc2ff; 
    --color-07: #6e717a; 
    --color-08: #071224; 
    --color-09: #464646; 
    --color-10: #fbecff; 
    --text-color: #02122f; /* + */
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #ecf1f4; /* + */
    --header-height: 131px;
}
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:17px; font-family: 'Montserrat', sans-serif; }
.compensate-for-scrollbar { margin-right:0 !important; } /* fancybox active */

.wrapper { max-width:1730px; margin-left:auto; margin-right:auto; padding-left:30px; padding-right:30px; position:relative; }

.float-buttons { display:flex; flex-direction:column; justify-content:center; position:fixed; right:4%; top:50%; z-index:1; transform:translateY(-50%); }
.float-buttons a { width:50px; height:51px; display:block; overflow:hidden; margin-bottom:5px; /*padding:10px 13px;*/ color:var(--white-color); font-size:16px; font-weight:700; line-height:50px; position:relative; border-radius:50px; background-color:#12c2c1; 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:#e42e54; box-shadow:0px 0px 25px 0px rgba(228,46,84,0.3); }
.float-buttons a:nth-child(3) { margin-bottom:0; background-color:#09be89; box-shadow:0px 0px 25px 0px rgba(9,190,137,0.3); }
.float-buttons:hover a { width:210px; }
.float-icons { width:36px; position:fixed; left:4%; top:50%; z-index:1; 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 > 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(--white-color); font-size:17px; line-height:31px; 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; }

.link-btn { display:inline-block; padding:13px 30px; color:var(--white-color); font-size:17px; background-color:var(--color-01); box-shadow:0px 0px 20px 0px rgba(175,202,11,0.7); }
.link-btn i { margin-left:10px; color:var(--white-color); font-size:20px; }

.header { width:100%; height:var(--header-height); text-align:center; position:fixed; left:0; top:0; z-index:7; border-bottom:1px solid var(--border-color); background-color:var(--white-color); background-image:url(/images/header-bg.jpg); background-repeat:no-repeat; background-position:center top; /*box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);*/ }
.header > .wrapper { padding-top:40px; }
.header .brand { display:inline-block; overflow:hidden; float:left; position:absolute; left:50%; top:0; z-index:2; transform:translateX(-50%); box-shadow:0px 0px 20px 0px rgba(175,202,11,0.7); }
.header .sidenav-trigger { height:inherit; display:inline-block; overflow:hidden; color:var(--color-03); font-size:16px; line-height:normal; position:absolute; left:30px; top:52px; z-index:2; cursor:pointer; /*background-color:var(--color-01);*/ }
.header .sidenav-trigger > strong { margin-left:10px; vertical-align:top; font-weight:600; }
.header .sidenav-trigger > span { width:31px; height:18px; display:inline-block; overflow:hidden; position:relative; }
.header .sidenav-trigger > span span { width:100%; height:2px; display:block; overflow:hidden; background-color:var(--color-02); position:absolute; left:0; top:0; }
.header .sidenav-trigger .middle { top:8px; }
.header .sidenav-trigger .bottom { top:16px; }
.header .login-btn { display:inline-block; overflow:hidden; padding:0px 25px; color:var(--white-color); font-size:16px; line-height:47px; position:absolute; right:30px; top:40px; z-index:1; background-color:var(--color-01); box-shadow:0px 0px 20px 0px rgba(175,202,11,0.7); }

.navigation { width:auto; height:auto; display:inline-block; margin-top:12px; padding:0; line-height:normal; position:relative; z-index:1; background-color:transparent;; }
.navigation .menus { margin:0; padding:0; list-style:none; }
.navigation .menus > li { display:inline-block; float:none; margin-left:30px; text-align:left; position:relative; }
.navigation .menus > li:first-child { margin-left:0; }
.navigation .menus > li.about-us { margin-left:340px; }
.navigation .menus > li.active { background-color:transparent; }
.navigation .menus > li > a, .navigation .menus > li > span { display:inline-block; padding:0; vertical-align:top; color:var(--color-03); font-size:16px; font-weight:600; background-color:transparent; cursor:pointer; }
.navigation .menus > li > a > strong, .navigation .menus > li > span > strong { font-weight:600; position:relative; z-index:1; }
.navigation .menus > li > a > i, .navigation .menus > li > span > i { height:auto; margin-left:5px; color:var(--color-02); }
.navigation .menus > li:hover > a, .navigation .menus > li.active > a, .navigation .menus > li:hover > span, .navigation .menus > li.active > span { color:var(--color-02); }
.navigation .menus-list { width:300px !important; margin:0px; padding:25px 0; list-style:none; position:absolute; top:79px !important; left:-30px !important; z-index:1; background-color:var(--color-01); /*transition:.5s; transition-property:display;*/ }
.navigation .menus-list li { float:none; padding:0px 25px; position:relative; z-index:1; }
.navigation .menus-list li:last-child { margin-bottom:0px;}
.navigation .menus-list li > a { display:block; overflow:hidden; padding:10px 0px; color:var(--white-color); font-size:14px; border-bottom:1px solid rgba(255,255,255,0.2); background-color:transparent; }
.navigation .menus-list li > a > strong { font-weight:700; text-transform:uppercase; }
.navigation .menus-list li > a > i { height:auto; float:right; margin:0; }
.navigation .menus-list li:last-child > a { border-bottom:none; }
.navigation .menus-list li:hover > a { color:#1e1e1e; }
.navigation .menus-list li:hover { background-color:transparent; }
.navigation .menus-list ol { width:290px; display:none; margin:0; padding:25px 0px; list-style:none; position:absolute; left:100%; top:0; transition:.5s; transition-property:display; }
.navigation .menus-list ol:before { width:100%; height:100%; position:absolute; left:5px; top:0; z-index:0; background-color:#765dff; box-shadow:0px 0px 10px 0px rgba(118,93,255,0.5); content:""; }
.navigation .menus-list li:hover > ol { display:block; }

.mobile-navigation {  }
.mobile-navigation .profile { padding:15px; color:var(--white-color); background-color:var(--color-01); }
.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(--color-02); font-size:14px; font-weight:600; font-family: sans-serif; }
.mobile-navigation .phone i { margin:0px 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 > 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; }

.slider-area { min-height:375px; max-height:671px; height:calc(100% - var(--header-height)); overflow:hidden; margin-top:var(--header-height); text-align:center; position:relative; z-index:0; border-bottom:1px solid var(--border-color); background-image:url(/images/slider-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
/*.slider-area .slider { height:auto; overflow:hidden; clear:both; position:relative; top:50%; z-index:0; transform:translateY(-50%); }
.slider-area .slider .owl-dots { text-align:center; }
.slider-area .slider .owl-dots > .owl-dot { width:20px; height:20px; display:inline-block; margin-right:3px; border-radius:50%; border:1px solid var(--white-color); background-color:transparent; }
.slider-area .slider .owl-dots > .owl-dot.active { border-color:var(--white-color); background-color:var(--white-color); }
.slider-area .slider .owl-slide { padding:0 7%; padding-bottom:50px; text-align:center; color:var(--white-color); position:relative; }
.slider-area .slider .owl-slide .mobile { width:100%; height:100%; display:none; position:absolute; left:0; top:0; z-index:0; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.slider-area .slider .owl-slide:before { width:100%; height:100%; display:none; position:absolute; left:0; top:0; z-index:1; background-color:rgba(255,255,255,0.3); content:""; }
.slider-area .slider .headline { margin:0; font-size:18px; }
.slider-area .slider .title { margin:0; margin-bottom:40px; font-size:55px; font-weight:700; }
.slider-area .slider .summary { margin:0; margin-bottom:40px; padding-top:40px; font-size:20px; line-height:32px;  position:relative; }
.slider-area .slider .summary:before { width:145px; height:2px; position:absolute; left:50%; top:0; z-index:0; transform:translateX(-50%); background-color:var(--white-color); content:""; }
.slider-area .slider .link-btn {  }*/
.slider-area > .container { color:var(--color-03); position:relative; top:55%; z-index:0; transform:translateY(-50%); }
.slider-area .title { margin:0; margin-bottom:30px; font-size:45px; font-weight:500; }
.slider-area .title > strong {font-weight:800; }
.slider-area .title > span { display:inline-block; margin-right:10px; padding:7px 15px; background-color:var(--color-01); }
.slider-area .title > em { display:block; overflow:hidden; margin-top:30px; font-size:40px; font-weight:600; font-style:normal; }
.slider-area .summary { margin:0; padding-top:30px; padding-bottom:10px; font-size:22px; line-height:32px; position:relative; }
.slider-area .summary:before { width:125px; height:2px; position:absolute; left:50%; top:0; z-index:0; transform:translateX(-50%); background-color:var(--color-03); content:""; }
.slider-area .video-btn { width:262px; height:74px; display:inline-block; color:var(--color-03); font-size:20px; line-height:74px; background-image:url(/images/video-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.slider-area .video-btn img { margin-right:10px; vertical-align:middle; }
.slider-area .video-btn strong { display:inline-block; vertical-align:top; font-weight:800; }

.login-section { padding:20px 0; text-align:center; color:var(--white-color); font-size:21px; font-weight:300; background-color:var(--color-02); }
.login-section .link-btn { margin-left:30px; }

.index-container { margin-bottom:60px; padding-top:40px; padding-bottom:50px; text-align:center; position:relative; }
.index-container:after { width:136px; height:48px; position:absolute; left:50%; bottom:0; z-index:-1; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
.section-title { margin:0; margin-bottom:15px; padding-top:125px; text-align:center; color:var(--color-03); font-size:50px; font-weight:600; position:relative; }
.section-title:before { width:136px; height:48px; position:absolute; left:50%; top:0; z-index:-1; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
.section-title:after { width:30px; height:30px; position:absolute; left:50%; top:80px; z-index:0; transform:translateX(-50%); background-image:url(/images/icon-section.svg); background-repeat:no-repeat; background-position:left top; content:""; }
.section-summary { max-width:815px; margin:0 auto; margin-bottom:40px; text-align:center; color:var(--color-04); font-size:16px; line-height:24px; }

.phone-section { overflow:hidden; padding-top:50px; padding-bottom:50px; text-align:center; }
.phone-section .mobile-summary { display:none; max-width:815px; margin:0 auto; margin-bottom:20px; }
.phone-section img { border-top:1px solid #edf0f1; }

.reference-section { overflow:hidden; padding-bottom:100px; }
.reference-brand-list { max-width:546px; overflow:hidden; margin:0px; margin-left:auto; margin-right:auto; padding:0px; list-style:none; }
.reference-brand-list > li { max-width:33%; display:inline-block; border:1px solid var(--border-color); }
.reference-section .reference-brand-list { float:left; }
.reference-slide-section { max-width:530px; float:right; }
.reference-section .headline { margin-bottom:30px; padding-top:30px; padding-bottom:30px; color:var(--color-03); font-size:40px; font-weight:600; border-bottom:1px solid var(--border-color); }
.references-slider { margin-bottom:20px; }
.references-slider .owl-nav { width:105px; display:inline-block; position:absolute; right:0px; top:-110px; }
.references-slider .owl-nav .owl-prev, .references-slider .owl-nav .owl-next { width:50px; height:50px; display:block; float:left; text-align:center; color:var(--white-color) !important; font-size:20px !important; line-height:50px !important; border-radius:50%; background-color:var(--color-01) !important; }
.references-slider .owl-nav .owl-next { float:right; }
.references-slider .reference { text-align:left; line-height:25px; }
.references-slider .reference .title { display:block; margin-bottom:20px; color:var(--color-01); font-size:18px; font-weight:600; }
.references-slider .reference .text {  }
.references-slider .reference .text p { margin:0px; }

.doing-section { overflow:hidden; margin-bottom:60px; padding-bottom:110px; text-align:center; position:relative; }
.doing-section:after { width:136px; height:48px; position:absolute; left:50%; bottom:0; z-index:-1; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
.doing-list { overflow:hidden; margin:0px; padding:0px; list-style:none; text-align:center; }
.doing-list > li { max-width:340px; display:inline-block; overflow:hidden; margin-left:10px; margin-right:10px; margin-bottom:30px; color:var(--color-03); vertical-align:top; }
.doing-list > li .icon { margin-bottom:10px; }
.doing-list > li .title { max-width:230px; display:inline-block; margin:0 auto; margin-bottom:20px; color:var(--color-03); font-size:20px; font-weight:700; }
.doing-list > li .summary { margin:0; color:var(--color-03); font-size:17px; line-height:26px; }

.info-section { overflow:hidden; position:relative; }
.info-section:before { width:50%; height:100%; position:absolute; left:0; top:0; z-index:0; background-color:var(--color-02);  content:""; }
.info-section > .wrapper { padding-top:70px; padding-bottom:30px; z-index:1; }
.info-section .sections { width:50%; float:left; padding:0px 70px; padding-left:130px; text-align:left; color:var(--color-03); }
.info-section .title { margin-top:10px; font-size:38px; font-weight:600; }
.info-section .summary { margin-top:30px; margin-bottom:40px; padding-top:40px; font-size:17px; line-height:25px; position:relative; }
.info-section .summary:before { width:120px; height:2px; position:absolute; left:-60px; top:0; z-index:0; background-color:var(--color-01); content:""; }
.info-section .summary p { margin:0; }
.info-section .summary strong { color:var(--color-01); font-weight:700; }
.info-section .summary ul { margin:0px; margin-top:40px; padding:0; list-style:none; }
.info-section .summary ul > li { min-height:51px; margin-bottom:15px; padding-top:12px; padding-left:70px; font-size:16px; font-weight:600; background-image:url(/images/icon-list.png); background-repeat:no-repeat; background-position:left top; }
.info-section .headline { margin-bottom:20px; color:var(--white-color); font-size:22px; font-weight:700; }
.info-section .links-list { overflow:hidden; margin:0; padding:0; list-style:none; }
.info-section .links-list > li { display:inline-block; margin-bottom:10px; margin-right:30px; vertical-align:top; }
.info-section .links-list > li > a { display:inline-block; overflow:hidden; color:var(--white-color); font-size:16px;  }
.info-section .links-list > li > a i { margin-right:5px; }
.info-section .links-list > li > a strong { font-weight:600; }
.info-section .color-area { padding:0px 90px; padding-left:110px; color:var(--white-color); }
.info-section .color-area .summary:before { background-color:var(--white-color); }
.info-section .color-area .summary strong { color:var(--white-color); }

.packet-section { margin-bottom:40px; padding-top:40px; padding-bottom:115px; text-align:center; position:relative; }
.packet-section:after { width:136px; height:48px; position:absolute; left:50%; bottom:0; z-index:-1; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
.packets-list { margin:0; padding:0; list-style:none; text-align:center; }
.packets-list > li { max-width:355px; display:inline-block; overflow:hidden; padding:50px 40px; padding-bottom:60px; vertical-align:middle; color:var(--color-03); font-size:16px; line-height:22px; position:relative; border-radius:25px; background-color:var(--color-05); }
.packets-list > li > strong { display:block; margin-bottom:5px; font-size:24px; font-weight:700; }
.packets-list > li ol { margin:0; margin-top:25px; padding:0; padding-top:15px; text-align:left; border-top:1px solid rgba(2,18,47,0.1); }
.packets-list > li ol li { list-style:none !important; margin-top:10px; padding-left:20px; position:relative; }
.packets-list > li ol li:before { width:14px; height:10px; position:absolute; left:0; top:5px; z-index:0; background-image:url(/images/icon-packet.svg); background-repeat:no-repeat; background-position:left top; content:""; }
.packets-list > li:nth-child(2) { margin-left:30px; margin-right:30px; padding-top:90px; color:var(--white-color); background-color:var(--color-01); }
.packets-list > li:nth-child(2):before { width:30px; height:30px; position:absolute; left:calc(50% - 15px); top:40px; z-index:0; background-image:url(/images/icon-section-white.svg); background-repeat:no-repeat; background-position:left top; content:""; }
.packets-list > li:nth-child(2) ol li:before { background-image:url(/images/icon-packet-white.svg); }

.report-section { text-align:center; position:relative; }
.report-section > .wrapper:before { width:100%; height:100%; max-height:640px; position:absolute; left:0; top:0; z-index:0; background-color:var(--color-01); content:""; }
.report-section .section-title, .report-section .section-summary { color:var(--white-color); position:relative; z-index:1; }
.report-section .section-title:before { display:none; }
.report-section .section-title:after { background-image:url(/images/icon-section-white.svg); }
.report-section .report-screen { position:relative; z-index:1; }

.how-section { margin-bottom:40px; padding-top:40px; padding-bottom:90px; text-align:center; position:relative; }
.how-section:after { width:136px; height:48px; position:absolute; left:50%; bottom:0; z-index:0; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
.how-list { margin:0; padding:0; list-style:none; text-align:center; }
.how-list > li { max-width:340px; display:inline-block; margin:15px; padding:50px; vertical-align:top; text-align:left; border-radius:10px; border:1px solid var(--border-color); }
.how-list > li .title { display:block; margin-bottom:30px; color:var(--color-01); font-size:20px; font-weight:700; }
.how-list > li .summary { margin:0; margin-top:20px; color:var(--color-03); font-size:17px; font-weight:500; line-height:28px; }

.corporate-section { overflow:hidden; margin-bottom:50px; text-align:center; background-color:var(--color-02); }
.corporate-section > .container { padding-top:100px; padding-bottom:100px; }
.corporate-section .headline { margin-bottom:50px; padding-top:50px; padding-bottom:20px; color:var(--white-color); font-size:60px; font-weight:600; position:relative; }
.corporate-section .headline:before { width:30px; height:30px; position:absolute; left:50%; top:0px; z-index:0; transform:translateX(-50%); background-image:url(/images/icon-section-white.svg); background-repeat:no-repeat; background-position:left top; content:""; }
.corporate-section .headline:after { width:120px; height:2px; position:absolute; left:50%; bottom:0px; z-index:0; transform:translateX(-50%); background-color:var(--white-color); content:""; }
.corporate-section .summary { max-width:970px; margin:0 auto; margin-bottom:50px; color:var(--white-color); font-size:17px; font-weight:600; line-height:32px; }
.corporate-section .about-list { margin:0; padding:0; list-style:none; }
.corporate-section .about-list > li { min-height:41px; display:inline-block; vertical-align:top; margin-left:25px; margin-right:25px; padding-left:55px; color:var(--white-color); font-size:20px; font-weight:600; line-height:40px; background-image:url(/images/icon-list-white.png); background-repeat:no-repeat; background-position:left top; }

.blog-section { overflow:hidden; }
.blog-section .blog-list { padding-top:50px; }
.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 { 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:20px; font-weight:600; }
.blog-list > li .summary { min-height:90px; margin:0; font-size:16px; line-height:24px; }

.footer { overflow:hidden; padding-top:170px; padding-bottom:40px; text-align:center; position:relative; background-color:var(--white-color); }
.footer:after { width:136px; height:48px; position:absolute; left:50%; top:40px; z-index:0; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
/*.footer .warning { color:var(--text-color); }
.footer .links, .footer .menu { margin:0; padding:0; list-style:none; }
.footer .links > li { margin-bottom:30px; }
.footer .links > li > a { display:inline-block; color:var(--color-03); font-size:18px;  }
.footer .menu { margin-top:15px; }
.footer .menu > li { margin-bottom:5px; }
.footer .menu > li > a { display:inline-block; color:var(--color-03); font-size:15px; }
.footer .links > li a:hover { color:var(--color-01); }*/
.footer .brand { display:inline-block; margin-bottom:5px; color:var(--color-01); font-size:40px; font-weight:600; }
.footer .brand > strong { color:var(--color-02); font-weight:600; }
.footer .address { margin-bottom:20px; color:var(--color-03); font-size:20px; font-weight:500; }
.footer .contact { margin-bottom:30px; color:var(--color-01); font-size:19px; }
.footer .contact a { color:var(--color-01); }
.footer .contact .whatsapp { font-size:25px; }
.footer .contact .catalog { display:inline-block; padding:20px 40px; margin-top:30px; vertical-align:top; color:var(--color-03); font-size:20px; border:1px solid var(--border-color); }
.footer .contact .catalog img { margin-left:15px; }
.footer .phones-list { max-width:350px; margin:0 auto; margin-bottom:30px; padding:30px 0; list-style:none; text-align:center; background-color:var(--color-01); }
.footer .phones-list > li { margin:10px 10px; }
.footer .phones-list > li > a { display:inline-block; color:var(--white-color); font-size:17px; }
.footer .phones-list > li > a strong { font-weight:700; }
.footer .download-list { margin:0; padding:0; list-style:none; text-align:center; }
.footer .download-list > li { display:inline-block; margin:0px 4px; vertical-align:top; }
.footer .download-list > li > a { display:inline-block; }
.copyright { overflow:hidden; margin-top:40px; text-align:center; color:var(--color-04); }
.copyright p { margin-top:0; }
.copyright p i { font-size:12px; }
.copyright p span { color:var(--color-03); }
.copyright p strong {  }
.copyright .seven { display:inline-block; }

/* Content Style */
.container-area { overflow:hidden; margin-top:var(--header-height); }
.content-header { overflow:hidden; padding:60px 0px; background-color:var(--color-02); }
.content-title { float:left; margin:0; color:var(--white-color); font-size:32px; font-weight:700;  }
.content-whatsapp { display:inline-block; float:right; color:var(--white-color); font-size:25px; line-height:36px; }
.content-whatsapp img { margin-right:10px; }
.content-area { padding-top:70px; padding-bottom:100px; position:relative; }
.content-area:before, .content-area:after { width:136px; height:48px; position:absolute; left:50%; z-index:0; transform:translateX(-50%); background-image:url(/images/point.jpg); background-repeat:repeat; background-position:left top; content:""; }
.content-area:before { display:none; top:40px; }
.content-area:after { bottom:40px; }

.content-text { padding-bottom:40px; }
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:20px; margin-bottom:10px; color:var(--color-03); font-size:28px; font-weight:600;  }
.content-text h3 { font-size:26px; }
.content-text h4 { font-size:25px; }
.content-text h5 { font-size:24px; }
.content-text h6 { font-size:23px; }
.content-text p { margin-bottom:25px; line-height:26px; }
.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-02); text-decoration:underline; }
.content-text a > i {  }
.content-text .content-image { margin-bottom:20px; text-align:center; }
.content-text .prew-image, .content-text .float-left { float:left; margin-right:40px; margin-bottom:20px; text-align:center; }
.content-text .float-right { float:right; margin-left:40px; margin-bottom:20px; text-align:center; }
.content-text .content-image img, .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 20px 0px rgba(0,0,0,0.1);*/ }
.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 { 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; }
.content-text .container, .content-text .wrapper { padding-left:0px; padding-right:0px; }
.content-text .container ul, .content-text .wrapper ul { padding-left:0px; }
.content-text .how-list > li { max-width:calc(50% - 30px); min-height:295px; }

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

.contents-list { overflow:hidden; margin:0px; padding:0px; list-style:none; text-align:center; }
.contents-list > li { display:inline-block; overflow:hidden; margin-bottom:25px; vertical-align:top; background-color:var(--color-01); background-image:url(/images/services-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.contents-list > li > a { display:inline-block; padding:30px; color:var(--white-color); font-size:40px; }
.contents-list > li img { margin-bottom:25px; }
.contents-list > li .title { display:block; font-weight:800; }
.contents-list > li .subtitle { display:block; font-weight:500; }

.news-list { overflow:hidden; margin:0px; margin-bottom:35px; padding:0px; text-align:center; }
.news-list > li { max-width:365px; display:inline-block; margin-bottom:35px; vertical-align:top; }
.news-list > li .title { display:inline-block; color:#0a0f27; font-size:18px; position:relative; }
.news-list > li .title img { border:1px solid #f1f3f8; }
.news-list > li .title span { display:inline-block; padding:22px; color:#765dff; font-size:15px; position:absolute; left:0px; top:0px; }
.news-list > li .title strong { display:inline-block; margin-top:10px; font-weight:600; }

.comments-list { overflow:hidden; margin:0; margin-bottom:40px; padding:0; list-style:none; text-align:center; }
.comments-list > li { max-width:365px; min-height:285px; display:inline-block; margin:0px 7px; margin-bottom:30px; padding:30px; vertical-align:top; text-align:left; position:relative; background-color:var(--color-05); background-image:url(/images/icon-comment.jpg); background-repeat:no-repeat; background-position:right top; }
.comments-list > li .title { display:inline-block; overflow:hidden; padding-bottom:20px; color:var(--color-02); font-size:18px; font-weight:600;  position:relative; z-index:1; }
.comments-list > li .title:before { width:60px; height:2px; position:absolute; left:0; bottom:0px; z-index:0; background-color:var(--color-02); content:""; }
.comments-list > li .summary { overflow:hidden; margin:0; margin-top:20px; color:var(--color-03); font-size:15px; line-height:23px; }
.comments-list > li .summary a { color:var(--color-02); }
.comments-list > li .date { display:none; padding-left:30px; color:var(--color-04); font-size:15px; background-image:url(/images/icon-date.png); background-repeat:no-repeat; background-position:left top; }

.videos-list { overflow:hidden; margin:0px; margin-bottom:60px; padding:0px; text-align:center; }
.videos-list > li { max-width:365px; display:inline-block; overflow:hidden; margin-bottom:30px; vertical-align:top; }
.videos-list > li a { display:inline-block; color:var(--color-02); font-size:18px; }
.videos-list > li a > span { display:inline-block; overflow:hidden; position:relative; }
.videos-list > li a > span img { border:1px solid var(--border-color); }
.videos-list > li a > span:before, .videos-list > li a > span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:0; content:""; }
.videos-list > li a > span:before { background-color:rgba(35,35,35,0.2); }
.videos-list > li a > span:after { width:64px; height:64px; 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 a > strong { display:inline-block; padding-top:5px; font-weight:600; }

.form-contact { margin-left:auto; margin-right:auto; padding:70px 70px; padding-bottom:30px; text-align:left; color:var(--text-color); position:relative; background-color:var(--color-02); /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);*/ }
.form-contact:before { width:52px; height:52px; position:absolute; right:90px; top:70px; z-index:0; background-image:url(/images/icon-form.png); background-repeat:no-repeat; background-position:left top; content:""; }
.form-contact .form-headline { padding:0 .75rem; color:var(--white-color); font-size:34px;  }
.form-contact .form-title { margin-bottom:20px; padding:0 .75rem; color:var(--color-06); font-size:18px; }
.form-contact .input-field label, .form-contact label { color:var(--white-color); 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(--white-color); font-size:16px; margin-bottom:0px; border-bottom:1px solid rgba(255,255,255,0.1); }
.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(--white-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(--white-color); border-bottom-color:var(--color-01); box-shadow: 0 1px 0 0 var(--color-01); }
.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:15px 35px; text-align:center; color:var(--white-color); font-size:18px; line-height:normal;  text-transform:none; letter-spacing:normal; border-radius:25px; 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(--color-07); }
.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(--white-color); }
.form-question input[type="text"], .form-question input[type="tel"], .form-question input[type="email"], .form-question textarea.materialize-textarea { color:var(--color-07); margin-bottom:0px; border-bottom:1px solid var(--color-07); }
.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(--white-color); border-bottom-color:var(--white-color); box-shadow: 0 1px 0 0 var(--white-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:0px; border:1px solid var(--white-color); background-color:transparent; }

.list-image { overflow:hidden; margin:0px !important; margin-bottom:20px; padding: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 #eceeef; }
.list-image > li strong { display:block; padding:10px 15px; text-align:center; color:#3db995; font-weight:700; border:1px solid #eceeef; border-top:none; }

.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:"İndir - Görüntüle"; }
.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-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; }

.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; }
.float-right { float:right; }
.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: 1800px) {
    /*body { background-color:#0FF; }*/ /* Turkuaz */
}
@media (max-width: 1750px) {
    /*body { background-color:#FF0; }*/ /* Sarı */
    .float-icons { left:30px; }
    .float-buttons { right:30px; }
}
@media (max-width: 1600px) {
    /*body { background-color:#00F; }*/ /* Mavi */
    .navigation .menus > li { margin-left:20px; }
    .navigation .menus > li.about-us { margin-left:310px; }
}
@media (max-width: 1550px) {
    /*body { background-color:#0F0; }*/ /* Yeşil */
    .slider-area { max-height:475px; }
    .slider-area .title { font-size:35px; }
    .slider-area .summary { font-size:18px; line-height:28px; }
    .corporate-section .headline { font-size:50px; }
    .how-list > li { max-width:300px; min-height:345px; padding:30px; margin:15px 10px; }
    .how-list > li .title { font-size:18px; }
    .how-list > li .summary { font-size:15px; line-height:25px; }
}
@media (max-width: 1400px) {
    /*body { background-color:#000; }*/ /* Siyah */
    :root {
        --header-height: 110px;
    }
    .link-btn { padding:11px 22px; font-size:15px; }
    .header > .wrapper { padding-top:35px; }
    .header .brand { max-width:210px; }
    .header .sidenav-trigger { top:42px; }
    .header .login-btn { padding:0 15px; line-height:42px; top:30px; }
    .header .login-btn, .header .sidenav-trigger, .navigation .menus > li > a, .navigation .menus > li > span { font-size:13px; }
    .navigation .menus > li { margin-left:15px; }
    .navigation .menus > li.about-us { margin-left:250px; }
    .navigation .menus-list { top:58px !important; }
    .slider-area .title { font-size:30px; }
    .login-section { font-size:17px; }
    .section-title { font-size:38px; }
    .section-summary { font-size:15px; line-height:23px; }
    .info-section > .wrapper { padding-top:50px; padding-bottom:20px; }
    .info-section .title { font-size:28px; }
    .info-section .sections { padding:0px 50px; padding-left:100px; }
    .corporate-section .headline { font-size:40px; }
	
    .content-header { padding:40px 0px; }
    .content-title { font-size:26px; }
    .content-whatsapp { font-size:20px; }
}
@media (max-width: 1330px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
    .packets-list > li { margin-bottom:30px; }
    .packets-list > li:nth-child(2) { margin-left:15px; margin-right:15px; }
}
@media (min-width: 1300px) {
    .news-list > li:nth-child(3n+2), .news-list > li:nth-child(3n+3), .videos-list > li:nth-child(3n+2), .videos-list > li:nth-child(3n+3) { margin-left:20px; }
    .footer .links { -webkit-column-count:4; -moz-column-count:4; column-count:4; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px; }
}
@media (max-width: 1199.98px) {
    :root {
        --header-height: 90px;
    }
    .float-icons, .float-buttons { display:none; }
    .header > .wrapper { padding-top:25px; }
    .header .brand { max-width:185px; }
    .header .sidenav-trigger { top:37px; }
    .header .login-btn { top:25px; }
    .navigation { display:none; }
    .packets-list > li { max-width:425px; }
    .packets-list > li, .packets-list > li:nth-child(2) { display:block; margin-left:auto; margin-right:auto; }
    .reference-section .reference-brand-list, .reference-slide-section { float:none; }
    .reference-slide-section { float:none; margin-left:auto; margin-right:auto; }
    .blog-list > li { max-width:inherit; }
    
    .content-header { padding:30px 0px; padding-top:40px; }
    .content-title { float:none; text-align:center; font-size:22px; }
    .content-whatsapp { display:none; }
	
    .contents-list > li { display:block; }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*.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 { width:calc(50% - 12px);  }
    .contents-list > li:nth-child(2n+2) { margin-left:24px; }
    .contents-list > li > a { min-height:390px; }
    .contents-list > li img { margin-top:70px; }
}
@media (max-width: 1100px) {
    
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*body { background-color:red; }*/
    .news-list > li:nth-child(2n+2), .videos-list > li:nth-child(2n+2) { margin-left:22px; }
    .footer .links { -webkit-column-count:4; -moz-column-count:4; column-count:4; -webkit-column-gap:50px; -moz-column-gap:50px; column-gap:50px; }
}
@media (max-width:991.98px) {
    .mobile-contact { display:block; }
    .wrapper { padding-left:15px; padding-right:15px; }
    .info-section:before { display:none; }
    .info-section > .wrapper { padding-top:0; padding-bottom:0; }
    .info-section .sections { width:inherit; float:none; padding:40px; padding-bottom:10px; }
    .info-section .summary { padding-top:0; }
    .info-section .summary:before { display:none; }
    .info-section .color-area { background-color:var(--color-02); }
    .footer { padding-bottom:70px; }
    .corporate-section .about-list > li { margin-bottom:15px; }
	
    .content-text .prew-image, .content-text .float-left, .content-text .float-right { float:none; margin-left:auto; margin-right:auto; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /*body { background-color:green; }*/
    .contents-list > li, .news-list > li, .videos-list > li { margin-left:15px; margin-right:15px; }
    .footer .links { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:50px; -moz-column-gap:50px; column-gap:50px; }
}
@media (max-width: 767.98px) {
    .corporate-section .about-list > li { display:block; margin-left:auto; margin-right:auto; text-align:left; }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*body { background-color:yellow; }*/
    .footer .links { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:50px; -moz-column-gap:50px; column-gap:50px; }
}
@media (max-width: 675.98px) {
    /*body { background-color:brown; }*/
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*body { background-color:blue; }*/
    :root {
        --header-height: 75px;
    }
    .header > .wrapper { padding-top:20px; }
    .header .brand { max-width:155px; }
    .header .sidenav-trigger { left:15px; top:30px; }
    .header .sidenav-trigger > strong { margin-left:5px; }
    .header .login-btn { padding:0px 10px; line-height:39px; top:20px; right:15px; }
    .header .login-btn, .header .sidenav-trigger { font-size:13px; }
    .slider-area .title { margin-bottom:20px; font-size:32px; }
    .slider-area .title > em { margin-top:30px; font-size:27px; }
    .slider-area .summary { display:none; padding-top:20px; font-size:16px; line-height:24px; }
    .login-section .link-btn { margin-top:10px; margin-left:30px; margin-right:30px; }
    .phone-section { padding-top:0; }
    .phone-section .mobile-summary { display:block; }
    .info-section .sections { padding:30px 25px; padding-bottom:5px; }
    .how-list > li { padding:25px; }
    .corporate-section > .container { padding-top:40px; padding-bottom:40px; }
    .blog-list > li .image, .blog-list > li .info { max-width:454px; float:none; padding-left:0; }
    .content-area { padding-top:15px; }
    .contents-list > li > a { font-size:26px; }
    
    .reference-section { padding-bottom:50px; }
    .reference-section .headline { padding-bottom:10px; font-size:32px; }
    .references-slider .owl-nav { width:85px; top:-80px; }
    .references-slider .owl-nav .owl-prev, .references-slider .owl-nav .owl-next { width:40px; height:40px; line-height:40px !important; }
}
@media (max-width: 549.98px) {
    /*body { background-color:grey; }*/
}
@media (max-width: 499.98px) {
    /*body { background-color:beige; }*/
}
@media (max-width: 449.98px) {
    /*body { background-color:coral; }*/
}
@media (max-width: 399.98px) {
    /*body { background-color:hotpink; }*/
    
}
@media (max-height: 700px) {

}
.container { width:auto; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) { .container { /*max-width: 576px;*/ } }
/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) { .container { max-width: 768px; } }
/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px) { .container { max-width: 992px; } }
/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) { .container { 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); } 
}