@charset "utf-8";
/*
  ************************************************************************
  * STYLE
  ************************************************************************
*/
:root {
    --color-01: #af1a20; /* + */
    --color-02: #2f2f2f; /* + */
    --color-03: #cfcfd0; /* + */
    --color-04: #242730; /* + */
    --color-05: #1e1e1e;
    --text-color: #84888b;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #e5eaee;
}
html.index, body.index { height:100%; }
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:15px; font-family: 'Montserrat', sans-serif; }
.compensate-for-scrollbar { margin-right:0 !important; } /* fancybox active */

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

.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:33.3%; 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; vertical-align:top; }
.social-media > li > a { width:26px; height:26px; display:inline-block; overflow:hidden; color:var(--color-02); font-size:14px; line-height:24px; border:1px solid var(--color-02); border-radius:50%; }
.social-media > li > a.facebook { color:#3757a0; border-color:#3757a0; }
.social-media > li > a.instagram { color:#d12be0; border-color:#d12be0; }
.social-media > li > a.linkedin { color:#0077b5; border-color:#0077b5; }
.social-media > li > a.google { color:#f54436; border-color:#f54436; }
.social-media > li > a.youtube { color:#f00; border-color:#f00; }

.link-btn { display:inline-block; padding:15px 25px; color:var(--black-color); font-size:15px; border:1px solid var(--color-01); }
.link-btn i { margin-left:10px; }
.link-btn:hover { color:var(--white-color); background-color:var(--color-01); }

.header { height:49px; text-align:center; position:relative; top:0; z-index:3; border-bottom:1px solid var(--border-color); background-color:var(--white-color); }
body.index .header { border-bottom:none; }
.header > .wrapper { overflow:hidden; }
.header .brand { display:inline-block; overflow:hidden; position:absolute; left:50%; top:100px; z-index:1; transform:translateX(-50%); }
.header .sidenav-trigger { height:inherit; display:none; overflow:hidden; float:none; margin:0; color:var(--color-01); font-size:14px; line-height:normal; position:relative; z-index:2; /*background-color:var(--color-01);*/ }
.header .sidenav-trigger > strong { display:inline-block; margin-left:5px; vertical-align:top; font-weight:500; line-height:20px; }
.header .sidenav-trigger > span { width:34px; height:20px; display:inline-block; overflow:hidden; position:relative; }
.header .sidenav-trigger > span span { width:100%; height:2px; display:block; overflow:hidden; background-color:var(--color-01); position:absolute; left:0; top:0; }
.header .sidenav-trigger .middle { top:9px; }
.header .sidenav-trigger .bottom { top:18px; }
.header .social-media { display:inline-block; margin-top:10px; vertical-align:top; }
.header .contact { height:48px; display:inline-block; overflow:hidden; padding:15px 10px; vertical-align:top; color:var(--color-01); font-size:16px; font-weight:500; background-color:var(--white-color); }

.navigation { width:auto; height:auto; display:inline-block; overflow:hidden; margin-right:15px; padding:0; line-height:normal; position:relative; z-index:2; background-color:transparent;; }
.navigation .menus { overflow:hidden; float:right; margin:0; padding:0; list-style:none; }
.navigation .menus > li { display:inline-block; float:none; position:relative; }
.navigation .menus > li > a { height:48px; display:inline-block; overflow:hidden; padding:15px 10px; vertical-align:top; color:var(--black-color); font-size:16px; font-weight:500; background-color:var(--white-color); }
.navigation .menus > li > a > strong { font-weight:500; position:relative; z-index:1; }
.navigation .menus > li > a > i { height:auto; margin-left:5px; }
.navigation .menus > li:hover > a, .navigation .menus > li > a.active { color:var(--white-color); background-color:var(--color-01); }
body.index .navigation .menus > li:first-child > a { color:var(--white-color); background-color:var(--color-01); }
.navigation .menus-list { width:285px; display:none; margin:0px; padding:25px 0; list-style:none; position:absolute; top:49px; left:-25px; z-index:1; background-color:#765dff; box-shadow:0px 0px 10px 0px rgba(118,93,255,0.5); transition:.5s; transition-property:display; }
.navigation .menus-list.active { display:block; }
.navigation .menus-list li { float:none; margin-bottom:5px; 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:5px 0px; color:var(--white-color); font-size:15px; border-bottom:1px solid rgba(255,255,255,0.1); 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-weight:700; }
.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 { height:calc(100% - 100px); max-height:880px; overflow:hidden; margin:50px; margin-top:0; position:relative; z-index:0; border:1px solid var(--border-color); }
.slider-area .slider { height:auto; overflow:hidden; clear:both; position:relative; z-index:0; }
.slider-area .slider .owl-nav { text-align:center; position:absolute; left:50%; bottom:5%; z-index:1; transform:translateX(-50%); }
.slider-area .slider .owl-nav .owl-prev, .slider-area .slider .owl-nav .owl-next { width:54px; height:50px; display:inline-block; margin-left:2px; margin-right:2px; color:var(--white-color); font-size:24px; line-height:50px; background-color:var(--color-01); }
.slider-area .slider .owl-slide { height:100%; text-align:left; position:relative; /*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:0; /*background-color:rgba(255,255,255,0.2);*/ content:""; }
.slider-area .slider .owl-slide > .responsive-img { /*width:auto; display:inline-block;*/ }
.slider-area .slider .slide-text { text-align:center; position:absolute; right:12%; top:22%; z-index:1; }
.slider-area .slider .headline { margin:0; color:var(--black-color); font-size:37px; font-weight:300; }
.slider-area .slider .title { display:inline-block; margin-top:0; margin-bottom:10px; padding-bottom:5px; color:var(--black-color); font-size:39px; font-weight:800; border-bottom:3px solid var(--color-01); }
.slider-area .slider .summary { margin-top:0; margin-bottom:15px; color:var(--color-01); font-size:20px; }
.slider-area .slider .link-btn { color:var(--white-color); border:none; background-color:var(--color-01); }

.index-container { text-align:center; vposition:relative; }
.section-title { margin:0; margin-bottom:10px; text-align:center; color:var(--black-color); font-size:32px; font-weight:800; }
.section-summary { max-width:860px; margin:0 auto; margin-bottom:40px; text-align:center; color:var(--text-color); }
.index-container .section-summary { margin-bottom:20px; }
.phone-btn { display:inline-block; overflow:hidden; margin-bottom:50px; color:var(--color-01); font-size:20px; line-height:50px; border:1px solid var(--color-01); }
.phone-btn img { border-right:1px solid var(--color-01); }
.phone-btn > strong { display:inline-block; padding:0 25px; font-weight:600; }
.section-text { padding-bottom:30px; text-align:center; }
.section-text h2, .section-text h3, .section-text h4, .section-text h5, .section-text h6 { margin-top:0px; margin-bottom:10px; color:var(--black-color); font-size:32px; font-weight:800; }
.section-text p { margin:0; margin-bottom:30px; }

.contents-list { overflow:hidden; margin:0px; margin-bottom:60px; padding:0px; list-style:none; }
.contents-list > li { overflow:hidden; border:1px solid var(--border-color); }
.contents-list > li .image { width:50%; float:left; border-right:1px solid var(--border-color); }
.contents-list > li .info { width:50%; overflow:hidden; float:right; padding:0px 50px; text-align:left; background-color:var(--white-color); }
.contents-list > li .headline { margin-top:50px; color:var(--color-01); font-size:18px; }
.contents-list > li .title { display:inline-block; margin-bottom:30px; color:var(--black-color); font-size:30px; font-weight:600; }
.contents-list > li .summary { overflow:hidden; margin:0; margin-bottom:30px; color:var(--text-color); font-size:15px; line-height:21px; }
.contents-list > li:nth-child(2n+2) .image { float:right; border-left:1px solid var(--border-color); border-right:none; }
.contents-list > li:nth-child(2n+2) .info { float:left; }

.comments-section { margin-bottom:60px; }
.comments-list { overflow:hidden; margin:0; margin-bottom:20px; padding:0; list-style:none; text-align:center; }
.comments-list > li { max-width:365px; min-height:300px; display:inline-block; margin:0px 7px; margin-bottom:30px; padding:40px; vertical-align:top; text-align:left; position:relative; border:1px solid var(--border-color); background-color:var(--white-color); }
.comments-list > li .title { min-height:52px; display:block; overflow:hidden; color:var(--black-color); font-size:18px; font-weight:500; position:relative; z-index:1; }
.comments-list > li .summary { min-height:130px; overflow:hidden; margin-top:0; color:var(--text-color); font-size:16px; line-height:24px; }
.comments-list > li .summary a { color:var(--color-01); }
.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; }

.footer { overflow:hidden; padding-top:60px; text-align:center; color:var(--white-color); position:relative; background-color:var(--color-02); }
.footer .links, .footer .menu { overflow:hidden; margin:0; padding:0; list-style:none; }
.footer .links > li { display:inline-block; vertical-align:top; color:var(--white-color); }
.footer .links > li > a { display:inline-block; color:var(--white-color); font-size:17px; font-weight:500; }
.footer .menu { margin-top:25px; }
.footer .menu > li { margin-bottom:5px; }
.footer .menu > li > a { display:inline-block; color:var(--white-color); font-size:15px; opacity:0.6; }
.footer .links > li a:hover { color:var(--color-01); }
.footer .contact { max-width:370px; margin-top:25px; }
.footer .address { margin-bottom:30px; font-size:15px; line-height:25px; }
.footer .phone-btn { margin-bottom:5px; color:var(--white-color); border:1px solid var(--white-color); }
.footer .phone-btn img { border-right:1px solid var(--white-color); }
.footer .social-media { margin-top:20px; text-align:left; }
.footer .social-media > li a { width:42px; height:42px; text-align:center; color:var(--color-04); font-size:22px; line-height:40px; border-color:var(--color-03); background-color:var(--color-03); }
.copyright { overflow:hidden; padding-top:35px; padding-bottom:35px; font-size:15px; background-color:var(--color-01); }
.copyright .brand { display:inline-block; overflow:hidden; float:left; margin-right:40px; }
.copyright p { float:left; }
.copyright p i { font-size:12px; }
.copyright p span {  }
.copyright p strong {  }
.copyright .seven { display:inline-block; float:right; margin-top:15px; }

/* Content Style */
.container-header { margin-bottom:50px; position:relative; z-index:1; }
.container-header > img { border:1px solid var(--border-color); border-top:none; }
.container-header .gallery-btn { color:var(--white-color); font-size:18px; font-weight:600; position:absolute; left:50%; bottom:0; z-index:1; transform:translateX(-50%); background-color:var(--color-01); }

/*.content-headline { margin-bottom:15px; padding:0px 25px; font-size:18px; }
.content-title { margin:0; padding:0px 25px; color:var(--color-01); font-size:60px; font-weight:500; position:relative; }
.content-title > span { color:var(--white-color); }
.content-title:before { width:15px; height:80%; position:absolute; left:-15px; top:10%; z-index:0; background-color:var(--color-01); content:""; }
.content-summary { margin-top:0; margin-bottom:40px; padding-bottom:20px; color:var(--color-02); font-size:24px; line-height:30px; border-bottom:1px dashed var(--border-color); }
.content-breadcrumb { overflow:hidden; margin:0px 25px; padding:0px; list-style:none; }
.content-breadcrumb > li { display:inline-block; vertical-align:top; font-size:16px; font-weight:500;  position:relative; }
.content-breadcrumb > li + li:before { padding:0px 5px; vertical-align:top; content: "-"; }
.content-breadcrumb > li > a { display:inline-block; color:var(--white-color); }*/

.container-area { overflow:hidden; padding-bottom:20px; position:relative; }
.content-area {  }

.content-text {  }
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:20px; margin-bottom:5px; color:var(--black-color); font-size:30px; font-weight:600; }
.content-text h3 { font-size:28px; }
.content-text h4 { font-size:26px; }
.content-text h5 { font-size:24px; }
.content-text h6 { font-size:22px; }
.content-text p { margin-bottom:25px; line-height:22px;  }
.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); text-decoration:underline; }
.content-text a > i { color:#00b6a7; }
.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 .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 { border:1px solid var(--border-color); }
.content-text table thead { border-color:var(--border-color); }
.content-text table thead th { border:1px solid var(--border-color); }
.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; }

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

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

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

.news-list { overflow:hidden; margin:0px; margin-bottom: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; }

.videos-list { overflow:hidden; margin:0px; margin-bottom:35px; padding:0px; text-align:center; }
.videos-list > li { max-width:365px; display:inline-block; overflow:hidden; margin-bottom:35px; vertical-align:top; }
.videos-list > li a { display:inline-block; color:var(--color-02); font-size:15px; }
.videos-list > li a > span { display:inline-block; overflow:hidden; position:relative; }
.videos-list > li a > span img { border:1px solid #f1f3f8; }
.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:61px; height:61px; 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:400; }

.form-contact { max-width:940px; margin-left:auto; margin-right:auto; padding:40px 30px; text-align:left; color:var(--text-color); border:1px solid var(--border-color); border-top:2px solid var(--color-01); background-color:var(--white-color); box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2); }
.form-contact .form-headline { text-align:center; color:var(--color-02); font-size:18px; }
.form-contact .form-title { margin-bottom:20px; text-align:center; color:var(--color-01); font-size:28px; font-weight:700; }
.form-contact .input-field label, .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:1px solid var(--text-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(--color-02); }
.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(--color-02); border-bottom-color:var(--color-02); box-shadow: 0 1px 0 0 var(--color-02); }
.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:10px 25px; text-align:center; color:var(--white-color); font-size:16px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:0px; background-color:var(--color-01); box-shadow:0px 0px 15px 0px rgba(235,75,147,0.5); }
.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-bottom:60px; padding:30px 40px; border:1px solid #eeeeee; box-shadow: 0px 0px 10px 0px rgba(238,238,238,0.7); }
.form-question .input-field label, .form-question label { color:var(--text-color); font-size:14px; }
.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:#000000; }
.form-question input[type="text"], .form-question input[type="tel"], .form-question input[type="email"], .form-question textarea.materialize-textarea { color:#83898e; margin-bottom:20px; border-bottom:1px solid #c73f82; }
.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:#000000; border-bottom-color:#000000; box-shadow: 0 1px 0 0 #000000; }
.form-question .require-text { display:block; float:right; margin-top:10px; color:#83898e; font-size:14px; }
.form-question .btn { height:auto; display:inline-block; overflow:hidden; float:left; padding:14px 34px; text-align:center; color:var(--white-color); font-size:17px; font-weight:700; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:0px; background-color:#ce4488; background-image: linear-gradient(90deg, #ce4488, #be387a); box-shadow: 0px 0px 10px 0px rgba(195,58,126,0.7); }

.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 #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; padding:20px 0px; list-style:none; text-align:center; }
.images-gallery > li { display:inline-block; margin-left:15px; margin-right:15px; margin-bottom:30px; 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:none; 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:#232323; font-size:20px; }
.list-prev-next > li > a > span { display:inline-block; vertical-align:top; margin-top:10px; }
.list-prev-next > li > a > i { width:49px; height:49px; vertical-align:top; color:#51789d; font-size:23px; line-height:47px; border-radius:50%; border:1px solid #51789d; }
.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: 1700px) {
    /*body { background-color:#FF0; }*/ /* Sarı */
}
@media (max-width: 1600px) {
    /*body { background-color:#00F; }*/ /* Mavi */
}
@media (max-width: 1500px) {
    /*body { background-color:#0F0; }*/ /* Yeşil */
}
@media (max-width: 1400px) {
    /*body { background-color:#000; }*/ /* Siyah */
    .slider-area { height:calc(100% - 60px); margin:0px 15px; margin-bottom:40px; }
    .slider-area .slider .owl-nav { bottom:60px; }
}
@media (max-width: 1330px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
}
@media (max-width: 1200px) {
    .link-btn { padding:10px 20px; font-size:14px; }
    .navigation { margin-right:10px; }
    .navigation .menus > li > a, .header .contact { padding:15px 10px; font-size:14px; }
    .slider-area { height:auto; margin-bottom:30px; }
    .slider-area .slider .owl-nav { bottom:15px; }
    .slider-area .slider .owl-nav .owl-prev, .slider-area .slider .owl-nav .owl-next { width:34px; height:30px; font-size:15px; line-height:30px; }
    .section-title { font-size:24px; }
    .phone-btn { margin-bottom:30px; font-size:17px; }
    .contents-list { margin-bottom:40px; }
    .contents-list > li .headline { margin-top:40px; font-size:16px; }
    .contents-list > li .title { margin-bottom:20px; font-size:20px; }
    .contents-list > li .summary { margin-bottom:20px; font-size:14px; line-height:20px; }
    .section-text { padding-bottom:10px; }
    .section-text h2, .section-text h3, .section-text h4, .section-text h5, .section-text h6 { font-size:22px; }
    .footer { padding-top:40px; }
    .footer .links > li { display:block; margin-bottom:30px; }
    .footer .menu { margin-top:10px; }
    .footer .contact { max-width:320px; margin:10px auto; }
    .footer .social-media { text-align:center; }
    .copyright .brand, .copyright p, .copyright .seven { float:none; margin-left:auto; margin-right:auto; }
    .copyright .seven { margin-top:0; }
    
    .container-header { margin-bottom:30px; }
    .section-summary { margin-bottom:30px; }
    .content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { font-size:22px; }
}
/* 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); }*/
    .footer .links > li { margin-right:100px; margin-bottom:50px; text-align:left; }
    .footer .links > li:last-child { margin-right:0; }
}
@media (max-width: 1100px) {
    
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*body { background-color:red; }*/
    /*.contents-list > li:nth-child(2n+2), .comments-list > li:nth-child(2n+2), .news-list > li:nth-child(2n+2), .videos-list > li:nth-child(2n+2) { margin-left:22px; }*/
}
@media (max-width:991.98px) {
    .mobile-contact { display:block; }
    .header .brand { max-width:175px; top:70px; }
    .header .sidenav-trigger { display:inline-block; margin-top:13px; }
    .navigation { border:none; }
    .navigation .menus { display:none; }
    .contents-list { margin-bottom:10px; }
    .contents-list > li { max-width:570px; margin-bottom:30px; margin-left:auto; margin-right:auto; }
    .contents-list > li .image, .contents-list > li .info, .contents-list > li:nth-child(2n+2) .image, .contents-list > li:nth-child(2n+2) .info { width:auto; float:none; }
    .contents-list > li .image { border:none !important; border-bottom:1px solid var(--border-color); }
    .contents-list > li .info { padding:25px; text-align:center; }
    .contents-list > li .headline { margin-top:0px; }
    .footer { padding-bottom:40px; }
    
    .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; }*/
}
@media (max-width: 767.98px) {
    
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*body { background-color:yellow; }*/
}
@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; }*/
    .header .brand { max-width:125px; top:60px; }
    
    .container-header { margin-bottom:20px; }
    .section-summary { margin-bottom:20px; }
    .content-text { padding-bottom:10px; }
    .content-text h1, .content-text h2 { font-size:20px; }
    .content-text h3 { font-size:19px; }
    .content-text h4 { font-size:18px; }
    .content-text h5 { font-size:17px; }
    .content-text h6 { font-size:16px; }
    .content-text .content-summary { margin-bottom:30px; font-size:16px; }
    .content-text .prew-image, .content-text .float-left, .content-text .float-right { float:none; margin-left:auto; margin-right:auto; }
    .content-text .info { padding:20px 25px; }
    .content-text .info h2, .content-text .info h3, .content-text .info h4, .content-text .info h5, .content-text .info h6 { font-size:18px; }
    .content-text iframe { width:100%; height:auto; }
}
@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); } 
}