/*
  CSS FINAL E CORRIGIDO (v4)
  Autor: Manus AI
  Data: 15/07/2025
  - Base do tema original 100% restaurada para garantir o layout.
  - Novas cores e gradientes aplicados com prioridade para corrigir o visual.
*/

/* ========= NOSSAS NOVAS REGRAS DE COR (COM PRIORIDADE MÁXIMA) ========= */

body, html {
  /* FUNDO VIBRANTE: Um azul muito claro e energético que combina com o tema */
  background-color: #EAFBFF !important;
}

/* Força a remoção do fundo cinza de seções específicas */
.gray_bg {
  background-color: transparent !important;
}

/* BARRA DE MENU FIXA (QUANDO ROLA A PÁGINA) */
.menu_fixed {
  /* GRADIENTE: Branco dominante para azul bebê, com !important para garantir a aplicação */
  background: linear-gradient(to right, #FFFFFF 90%, #E0F7FA 100%) !important;
  /* Remove qualquer efeito de vidro que possa estar atrapalhando */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: transparent !important; /* Garante que o gradiente seja a única cor de fundo */
}

/* Cor dos links na barra fixa */
.menu_fixed .main-menu-item ul li .nav-link {
  color: #0A4D68 !important; /* Azul escuro para contraste */
  font-weight: 500 !important;
}

/* Efeito hover nos links da barra fixa */
.menu_fixed .main-menu-item ul li .nav-link:hover {
  color: #0B668E !important;
  background-color: rgba(173, 216, 230, 0.4) !important; /* Fundo azul bem claro no hover */
}

/* BANNER PRINCIPAL */
.banner_part {
  background: linear-gradient(to top, rgb(173, 216, 230) 0%, rgb(173, 216, 230) 70%, white 100%) !important;
}

/* Cor de destaque no título do banner */
.banner_part .banner_text h1 span {
  color: #0B668E !important;
}

/* Linha abaixo dos títulos de seção */
.section_tittle h2:after {
  background-color: #0B668E !important;
}

/* RODAPÉ */
.footer-area {
  background: linear-gradient(to bottom, rgba(234, 251, 255, 0.5) 0%, rgba(173, 216, 230, 0.8) 100%) !important;
  border-top: 1px solid #e2e8f0 !important;
}

.footer-area .single-footer-widget h4 {
  color: #0A4D68 !important;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #0B668E !important;
}

/* BOTÃO PRINCIPAL */
.btn_1 {
  color: #FFFFFF !important;
  background: #0B668E !important;
  border: 2px solid #0B668E !important;
  box-shadow: 0 12px 25px 0 rgba(11, 102, 142, 0.3) !important;
}

.btn_1:hover {
  background: #FFFFFF !important;
  color: #0B668E !important;
}

/* Classe auxiliar para esconder a barra de menu original durante a rolagem */
.main_menu.menu-hidden {
  opacity: 0;
  pointer-events: none;
}
.ie img[src$=".svg"]{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}body.swal2-shown,html.swal2-shown{overflow:hidden;overflow-y:auto;padding-right:0!important}.aqua-gradient{background:linear-gradient(40deg,#2096ff,#05ffa3)!important}.blue-gradient{background:linear-gradient(40deg,#45cafc,#303f9f)!important}.purple-gradient-rgba{background:linear-gradient(40deg,rgba(255,110,196,.9),rgba(120,115,245,.9))!important}.peach-gradient-rgba{background:linear-gradient(40deg,rgba(255,216,111,.9),rgba(252,98,98,.9))!important}.aqua-gradient-rgba{background:linear-gradient(40deg,rgba(32,150,255,.9),rgba(5,255,163,.9))!important}.blue-gradient-rgba{background:linear-gradient(40deg,rgba(69,202,252,.9),rgba(48,63,159,.9))!important}.young-passion-gradient{background-image:-webkit-gradient(linear,left top,right top,from(#ff8177),color-stop(0,#ff867a),color-stop(21%,#ff8c7f),color-stop(52%,#f99185),color-stop(78%,#cf556c),to(#b12a5b));background-image:linear-gradient(to right,#ff8177 0,#ff867a 0,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b 100%)}.swal2-container.swal2-shown{z-index:9999999}.table td,.table th{vertical-align:inherit}.modal{z-index:99999}.modal-open{overflow:hidden;overflow-y:auto;padding-right:0!important}.banner_part .banner_text .btn_1,.btn_1,.btn_2:hover,.feature_part .single_feature:hover span,.main_menu .navbar-toggler:after{background-image:linear-gradient(to left,#ee390f 0,#f9b700 51%,#ee390f 100%)}.member_counter {
  /* Novo gradiente de Roxo para Lilás */
  background-image: linear-gradient(45deg, #4c1d95 0%, #8b5cf6 100%) !important;
  
  /* Garante que a regra seja aplicada */
  background-color: #4c1d95 !important; /* Cor base para navegadores antigos */
}body,html{font-family:Poppins;padding:0;margin:0;font-size:13px!important;overflow-x:hidden}input,select,textarea{outline:0;box-shadow:none!important}.logo{width:200px;height:40px}.message_submit_form:focus{outline:0}input:focus,input:hover{outline:0!important}.text-orange{color:#ff663b}.text-green{color:#3ecf8e}.gray_bg{background-color:#f7f7f7}.bg-other-blue{background-color:#202732}.bg-linear-blue{background-color:#202732;background-image:linear-gradient(to left,#202732 0,#333d4a 51%,#333d4a 75%,#202732 100%)}.bg-other-blue-grandient{background-image:-webkit-gradient(linear,left bottom,left top,from(#202732),to(#333d4a));background-image:linear-gradient(to top,#202732 0,#333d4a 100%)}.bg-blue-light{background-color:#333d4a}.bg-linear-blue-light{background-color:#333d4a;background-image:linear-gradient(to left,#333d4a 0,#202732 51%,#202732 75%,#333d4a 100%)}.text-blue-light{color:#97a8c0}.border-pink,.border-pink:hover{border:1px solid #fc2f70}@media only screen and (min-width:1201px){.logo{margin-left:130px}}@media only screen and (min-width:992px) and (max-width:1200px){.logo{margin-left:95px}}@media only screen and (min-width:768px) and (max-width:991px){.logo{margin-left:30px}}@media (max-width:576px){.w-75{min-width:100%!important}.logo{margin-left:30px}}@media only screen and (min-width:576px) and (max-width:767px){.w-75{min-width:100%!important}}.padding_top{padding-top:120px}@media only screen and (min-width:992px) and (max-width:1200px){.logo{margin-left:145px}.padding_top{padding-top:80px}}@media only screen and (min-width:768px) and (max-width:991px){.w-75{min-width:100%!important}.padding_top{padding-top:70px}}@media (max-width:576px){.padding_top{padding-top:70px}}@media only screen and (min-width:576px) and (max-width:767px){.padding_top{padding-top:70px}}a{text-decoration:none;-webkit-transition:.5s;transition:.5s}a:hover{outline:0;text-decoration:none}h1,h2,h3,h4,h5,h6{color:#0c2e60;font-family:Montserrat,sans-serif}p{color:#666;font-family:Roboto,sans-serif;line-height:1.929;font-size:14px;margin-bottom:0;color:#888}h2{font-size:44px;line-height:28px;color:#0c2e60;font-weight:600;line-height:1.222}@media (max-width:576px){h2{font-size:22px;line-height:25px}}@media only screen and (min-width:576px) and (max-width:767px){h2{font-size:24px;line-height:25px}}h3{font-size:24px;line-height:25px}@media (max-width:576px){h3{font-size:20px}}h5{font-size:18px;line-height:22px}img{max-width:100%}.btn:focus,.button:focus,a:focus,button:focus{text-decoration:none;outline:0;box-shadow:none;-webkit-transition:1s;transition:1s}.section_tittle{margin-bottom:70px}@media (max-width:576px){.section_tittle{margin-bottom:50px}}@media only screen and (min-width:576px) and (max-width:767px){.section_tittle{margin-bottom:50px}}@media only screen and (min-width:768px) and (max-width:991px){.section_tittle{font-size:50px}}@media only screen and (min-width:992px) and (max-width:1200px){.section_tittle{margin-bottom:50px}}.section_tittle h2{font-size:42px;color:#0c2e60;line-height:37px;font-weight:700;position:relative;position:relative}.section_tittle h2:after{position:absolute;content:"";bottom:-30px;left:0;right:0;margin:0 auto;text-align:center;width:80px;height:2px;background-color:#ff663b}@media (max-width:576px){.section_tittle h2:after{bottom:-14px}}@media only screen and (min-width:576px) and (max-width:767px){.section_tittle h2:after{bottom:-14px}}@media only screen and (min-width:768px) and (max-width:991px){.section_tittle h2:after{bottom:-14px}}@media only screen and (min-width:992px) and (max-width:1200px){.section_tittle h2:after{bottom:-14px}}@media (max-width:576px){.section_tittle h2{font-size:25px;line-height:35px}}@media only screen and (min-width:576px) and (max-width:767px){.section_tittle h2{font-size:25px;line-height:35px}}@media only screen and (min-width:768px) and (max-width:991px){.section_tittle h2{font-size:30px;line-height:40px}}@media only screen and (min-width:992px) and (max-width:1200px){.section_tittle h2{font-size:35px;line-height:40px}}.section_tittle p{color:#556172;font-weight:500;text-transform:uppercase;line-height:20px;margin-bottom:26px}@media (max-width:576px){.section_tittle p{margin-bottom:10px}}@media only screen and (min-width:576px) and (max-width:767px){.section_tittle p{margin-bottom:10px}}@media only screen and (min-width:768px) and (max-width:991px){.section_tittle p{margin-bottom:10px}}@media only screen and (min-width:992px) and (max-width:1200px){.section_tittle p{margin-bottom:10px}}ul{list-style:none;margin:0;padding:0}.mb_110{margin-bottom:110px}@media (max-width:576px){.mb_110{margin-bottom:220px}}.mt_130{margin-top:130px}@media (max-width:576px){.mt_130{margin-top:70px}}@media only screen and (min-width:576px) and (max-width:767px){.mt_130{margin-top:70px}}@media only screen and (min-width:768px) and (max-width:991px){.mt_130{margin-top:70px}}@media only screen and (min-width:992px) and (max-width:1200px){.mt_130{margin-top:70px}}.mb_130{margin-bottom:130px}@media (max-width:576px){.mb_130{margin-bottom:70px}}@media only screen and (min-width:576px) and (max-width:767px){.mb_130{margin-bottom:70px}}@media only screen and (min-width:768px) and (max-width:991px){.mb_130{margin-bottom:70px}}@media only screen and (min-width:992px) and (max-width:1200px){.mb_130{margin-bottom:70px}}.padding_less_40{margin-bottom:-50px}.z_index{z-index:9!important;position:relative}@media only screen and (min-width:1200px) and (max-width:3640px){.container{max-width:1170px}}.submit_btn{width:auto;display:inline-block;background:#fff;padding:0 50px;color:#fff;font-size:13px;font-weight:500;line-height:50px;border-radius:5px;outline:0!important;box-shadow:none!important;text-align:center;border:1px solid #edeff2;cursor:pointer;-webkit-transition:.5s;transition:.5s}.submit_btn:hover{background:0 0}.btn_1{display:inline-block;padding:13.5px 45px;border-radius:50px;font-size:14px;color:#fff;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;text-transform:capitalize;background-size:200% auto;border:1px solid transparent;box-shadow:0 12px 20px 0 rgba(255,126,95,.15)}.btn_1:hover{color:#fff!important;background-position:right center;box-shadow:0 10px 30px 0 rgba(193,34,10,.2)}@media (max-width:576px){.btn_1{padding:10px 30px;margin-top:25px}}@media only screen and (min-width:576px) and (max-width:767px){.btn_1{padding:10px 30px;margin-top:30px}}@media only screen and (min-width:768px) and (max-width:991px){.btn_1{padding:10px 30px;margin-top:30px}}.btn_2{display:inline-block;padding:13px 39px;border-radius:50px;background-color:transparent;border:1px solid #0c2e60;color:#0c2e60;font-size:14px;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;text-transform:capitalize;background-size:200% auto;font-size:15px;font-weight:500}.btn_2:hover{color:#fff!important;background-position:right center;border:1px solid transparent}@media (max-width:576px){.btn_2{padding:14px 30px;margin-top:25px}}@media only screen and (min-width:576px) and (max-width:767px){.btn_2{padding:14px 30px;margin-top:30px}}@media only screen and (min-width:768px) and (max-width:991px){.btn_2{padding:14px 30px;margin-top:30px}}.btn_4{background-color:#ff663b;padding:3.5px 21px;background:#ff663b;text-transform:capitalize;display:inline-block;border:2px solid transparent;-webkit-transition:.5s;transition:.5s;color:#fff}.btn_4:hover{background:rgba(255,102,59,.8);color:#fff}.button{display:inline-block;border:1px solid transparent;font-size:15px;font-weight:500;padding:12px 54px;border-radius:4px;color:#fff;border:1px solid #edeff2;text-transform:uppercase;background-color:#ff663b;cursor:pointer;-webkit-transition:.5s;transition:.5s}@media (max-width:767px){.button{font-size:13px;padding:9px 24px}}.button:hover{color:#fff}.button-link{letter-spacing:0;color:#3b1d82;border:0;padding:0}.button-link:hover{background:0 0;color:#3b1d82}.button-header{color:#fff;border-color:#edeff2}.button-header:hover{background:#b8024c;color:#fff}.button-contactForm{color:#fff;border-color:#edeff2;padding:12px 25px}.main_menu{position:absolute;left:0;top:0;width:100%;height:58px;z-index:999}.border-shadow{box-shadow:0 0 30px rgba(28,39,60,.08);border-bottom:1px solid rgba(28,39,60,.12)}.main_menu .navbar-brand{padding:0!important}.main_menu .navbar{margin-top:-1px}.main_menu .navbar-toggler{position:relative;z-index:1}.main_menu .navbar-toggler:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:-1;background-size:200% auto}.main_menu .main-menu-item{text-align:right;justify-content:right}@media only screen and (min-width:992px) and (max-width:1200px){.main_menu .main-menu-item{padding-left:25px}}.main_menu .main-menu-item ul li .nav-link{color:#596882;font-size:15px;padding:0 20px;margin-left:1px;font-family:Poppins,sans-serif;font-weight:400;transition:all .2s ease-in-out}@media only screen and (min-width:992px) and (max-width:1200px){.main_menu .main-menu-item ul li .nav-link{padding:0 16px}}.main_menu .main-menu-item ul li .nav-link:hover{color:#fff!important;background-color:#5b47fb;border-radius:5px}.main_menu .main-menu-item ul .btn_1{color:#fff;font-size:14px;padding:11.5px 33px;margin-left:41px}.dropdown-menu{position:absolute;top:5px;background-color:#fff;border:1px solid rgba(28,39,60,.12);min-width:180px}.dropdown .dropdown-menu{transition:all .5s;overflow:hidden;transform-origin:top center;transform:scale(1,0);display:block;margin-top:32px}.dropdown .dropdown-menu .dropdown-item{font-size:14px;padding:9px 18px!important;color:#596882!important}.dropdown .dropdown-menu .dropdown-item:hover{background-color:transparent;color:#36f!important}.dropdown:hover .dropdown-menu{transform:scale(1)}@media only screen and (max-width:320px){.padding_top{padding-top:100px}.un-auth-navbar-toggler{position:absolute;top:-35px;right:20px}.auth-navbar-toggler{position:absolute;top:-1px;right:-1px}}@media (max-width:576px){.padding_top{margin-top:35px}.navbar-toggler{width:40px;height:30px}.navbar-toggler-icon{margin-left:-3px;margin-top:-1px}.navbar-light .navbar-toggler{border-color:transparent}.navbar-collapse{z-index:9999!important;position:absolute;left:0;top:71px;width:100%;background-color:#fff;box-shadow:0 15px 20px 0 rgba(41,54,81,.1);text-align:center!important}.main_menu .main-menu-item{text-align:left!important}.main_menu .main-menu-item .nav-item{padding:5px 15px!important}.main_menu .main-menu-item .nav-item a{padding:5px 15px!important}.navbar-nav{align-items:start!important}.dropdown .dropdown-menu{transform:scale(1,0);display:none;margin-top:10px}.dropdown:hover .dropdown-menu{transform:scale(1);display:block;color:#ff663b}.dropdown .dropdown-item:hover{color:#ff663b!important}}@media only screen and (min-width:576px) and (max-width:768px){.padding_top{margin-top:35px}.navbar-light .navbar-toggler{border-color:transparent}.navbar-collapse{z-index:9999!important;position:absolute;left:0;top:71px;width:100%;background-color:#fff;text-align:center!important}.main_menu .main-menu-item{text-align:left!important}.main_menu .main-menu-item .nav-item{padding:10px 15px!important}.main_menu .main-menu-item .nav-item a{padding:5px 15px!important}.navbar-nav{align-items:start!important}.dropdown .dropdown-menu{transform:scale(1,0);display:none;margin-top:10px}.dropdown:hover .dropdown-menu{transform:scale(1);display:block}.dropdown .dropdown-item:hover{color:#ff663b!important}}@media only screen and (min-width:768px) and (max-width:991px){.navbar-light .navbar-toggler{border-color:transparent}.navbar-collapse{z-index:9999!important;position:absolute;left:0;top:71px;width:100%;background-color:#fff;text-align:center!important}.main_menu .main-menu-item{text-align:left!important}.main_menu .main-menu-item .nav-item{padding:10px 15px!important}.main_menu .main-menu-item .nav-item a{padding:5px 15px!important}.navbar-nav{align-items:start!important}.dropdown .dropdown-menu{transform:scale(1,0);display:none;margin-top:10px}.dropdown:hover .dropdown-menu{transform:scale(1);display:block;color:#ff663b}.dropdown .dropdown-item:hover{color:#ff663b!important}}.menu-active{color:#5b47fb!important;font-weight:700}@media only screen and (min-width:992px) and (max-width:1200px){.padding_top{margin-top:35px}}.menu_fixed{position:fixed;z-index:9999!important;width:100%;background: linear-gradient(to right, #FFFFFF 90%, #E0F7FA 100%) !important;;box-shadow:0 10px 15px rgba(150, 150, 150, 0.05);top:0}.menu_fixed .logo_2{display:inherit}.menu_fixed .logo_1{display:none}.menu_fixed .main-menu-item ul li .nav-link{color:#000}.banner_part{height:950px;position:relative;overflow:hidden;background-image:url(../images/banner_bg.png);background-repeat:no-repeat;background-size:68%;background-position:top right}@media (max-width:576px){.banner_part{height:700px;background-image:none;background-color:#f7f7f7}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part{height:750px;background-image:none;background-color:#f7f7f7}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part{height:750px;background-image:none;background-color:#f7f7f7}}@media only screen and (min-width:992px) and (max-width:1200px){.banner_part{height:650px}}.banner_part .banner_text{display:table;width:100%;height:880px}.banner_part .banner_text .banner_text_iner{display:table-cell;vertical-align:middle}@media (max-width:576px){.banner_part .banner_text .banner_text_iner{vertical-align:bottom}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part .banner_text .banner_text_iner{vertical-align:bottom}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part .banner_text .banner_text_iner{vertical-align:bottom}}@media (max-width:576px){.banner_part .banner_text{text-align:center;padding-top:0;height:700px}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part .banner_text{text-align:center;padding-top:0;height:750px}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part .banner_text{text-align:center;padding-top:0;height:750px}}@media only screen and (min-width:992px) and (max-width:1200px){.banner_part .banner_text{height:650px}}.banner_part .banner_text h5{font-size:14px;text-transform:uppercase;font-weight:500;color:#556172;margin-bottom:14px}.banner_part .banner_text h1{font-size:55px;text-transform:capitalize;font-weight:700;margin-bottom:27px;line-height:1.18}@media (max-width:576px){.banner_part .banner_text h1{font-size:25px;margin-bottom:15px;line-height:1.3}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part .banner_text h1{font-size:40px;margin-bottom:15px;line-height:1.3}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part .banner_text h1{font-size:40px;margin-bottom:15px;line-height:1.3}}@media only screen and (min-width:992px) and (max-width:1200px){.banner_part .banner_text h1{font-size:40px;margin-bottom:15px;line-height:1.4}}.banner_part .banner_text h1 span{color:#ff663b}.banner_part .banner_text p{font-size:15px;line-height:1.8;font-family:Roboto,sans-serif;color:#777}.banner_part .banner_text .btn_1{box-shadow:0 12px 20px 0 rgba(255,126,95,.15);margin-top:50px;padding:13.5px 45px}@media (max-width:576px){.banner_part .banner_text .btn_1{margin-top:20px;margin-bottom:70px;padding:10px 25px}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part .banner_text .btn_1{margin-top:20px;margin-bottom:70px;padding:10px 25px}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part .banner_text .btn_1{margin-top:20px;margin-bottom:70px;padding:10px 25px}}@media only screen and (min-width:992px) and (max-width:1200px){.banner_part .banner_text .btn_1{margin-top:20px;margin-bottom:70px;padding:10px 25px}}.banner_part .banner_text .btn_2{margin-top:50px;padding:13px 46px;margin-left:10px}@media (max-width:576px){.banner_part .banner_text .btn_2{margin-top:20px;margin-bottom:40px;padding:10px 25px}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part .banner_text .btn_2{margin-top:20px;margin-bottom:40px;padding:10px 25px}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part .banner_text .btn_2{margin-top:20px;margin-bottom:40px;padding:10px 25px}}@media only screen and (min-width:992px) and (max-width:1200px){.banner_part .banner_text .btn_2{margin-top:20px;margin-bottom:70px;padding:10px 25px}}.banner_part:after{position:absolute;top:163px;width:41%;height:69%;content:"";background-image:url(../images/banner_img.svg);background-size:100% 100%;right:9%}@media (max-width:576px){.banner_part:after{position:absolute;top:150px;max-width:100%;max-height:100%;content:"";background-image:url(../images/banner_img.svg);background-size:contain;right:0;left:0;text-align:center;margin:0 auto;background-repeat:no-repeat}}@media only screen and (min-width:576px) and (max-width:767px){.banner_part:after{position:absolute;top:110px;max-width:100%;max-height:100%;content:"";background-image:url(../images/banner_img.svg);background-size:contain;right:0;left:0;text-align:center;margin:0 auto;background-repeat:no-repeat}}@media only screen and (min-width:768px) and (max-width:991px){.banner_part:after{position:absolute;top:110px;max-width:100%;max-height:100%;content:"";background-image:url(../images/banner_img.svg);background-size:contain;right:0;left:0;text-align:center;margin:0 auto;background-repeat:no-repeat}}@media only screen and (min-width:992px) and (max-width:1200px){.banner_part:after{position:absolute;max-width:100%;max-height:100%;content:"";background-image:url(../images/banner_img.svg);background-size:contain;right:5%;bottom:0;top:auto;background-repeat:no-repeat}}.about_part{position:relative;z-index:1;padding:70px 0 140px;background-image:url(../images/about_overlay.png);background-repeat:no-repeat;background-position:left;background-size:33% 73%}@media (max-width:576px){.about_part{padding:70px 0 70px;background-position:top;background-size:100% 43%}}@media only screen and (min-width:576px) and (max-width:767px){.about_part{padding:70px 0 70px;background-position:top left;background-size:90% 56%}}@media only screen and (min-width:768px) and (max-width:991px){.about_part{padding:70px 0 70px;background-position:left;background-size:48% 70%}}@media only screen and (min-width:992px) and (max-width:1200px){.about_part{padding:0 0 80px}}@media (max-width:576px){.about_part .about_text{margin-top:50px}}@media only screen and (min-width:576px) and (max-width:767px){.about_part .about_text{margin-top:50px}}@media only screen and (min-width:768px) and (max-width:991px){.about_part .about_text{margin-top:50px}}.about_part .about_text h4{margin-bottom:32px;color:#ff7e5f;font-size:22px;font-style:italic;font-family:Poppins,sans-serif;font-weight:300}@media (max-width:576px){.about_part .about_text h4{margin-bottom:20px;font-size:17px}}@media only screen and (min-width:576px) and (max-width:767px){.about_part .about_text h4{margin-bottom:20px;font-size:17px}}@media only screen and (min-width:768px) and (max-width:991px){.about_part .about_text h4{margin-bottom:20px;font-size:17px}}@media only screen and (min-width:992px) and (max-width:1200px){.about_part .about_text h4{margin-bottom:20px;font-size:17px}}.about_part .about_text h2{line-height:1.25;margin-bottom:35px}@media (max-width:576px){.about_part .about_text h2{margin-bottom:15px}}@media only screen and (min-width:576px) and (max-width:767px){.about_part .about_text h2{margin-bottom:15px}}@media only screen and (min-width:768px) and (max-width:991px){.about_part .about_text h2{font-size:25px;margin-bottom:15px}}@media only screen and (min-width:992px) and (max-width:1200px){.about_part .about_text h2{font-size:30px;margin-bottom:15px}}.about_part .about_text p{margin-top:13px}.feature_part{padding-top:65px}.feature_part .single_feature_text h2{font-size:42px;line-height:1.222;margin-bottom:20px}@media (max-width:576px){.feature_part .single_feature_text h2{margin-top:0;font-size:25px;margin-bottom:15px}}@media only screen and (min-width:576px) and (max-width:767px){.feature_part .single_feature_text h2{margin-top:0;font-size:30px;margin-bottom:15px}}@media only screen and (min-width:768px) and (max-width:991px){.feature_part .single_feature_text h2{font-size:30px}}@media only screen and (min-width:992px) and (max-width:1200px){.feature_part .single_feature_text h2{margin-top:0;font-size:35px}}.feature_part .single_feature_text p{line-height:1.8}.feature_part .single_feature_text .btn_1{margin-top:45px}@media (max-width:576px){.feature_part .single_feature_text .btn_1{margin-top:25px}}@media only screen and (min-width:576px) and (max-width:767px){.feature_part .single_feature_text .btn_1{margin-top:25px}}@media only screen and (min-width:768px) and (max-width:991px){.feature_part .single_feature_text .btn_1{margin-top:25px}}@media only screen and (min-width:992px) and (max-width:1200px){.feature_part .single_feature_text .btn_1{margin-top:25px}}.feature_part .single_feature_part{padding:50px 20px 35px;border:1px solid #f0f4f6;text-align:center;-webkit-transition:.6s;transition:.6s}@media (max-width:576px){.feature_part .single_feature_part{padding:25px 10px;margin-top:25px}}@media only screen and (min-width:576px) and (max-width:767px){.feature_part .single_feature_part{padding:30px 15px;margin-top:25px}}@media only screen and (min-width:768px) and (max-width:991px){.feature_part .single_feature_part{padding:30px 25px;margin-top:25px}}@media only screen and (min-width:992px) and (max-width:1200px){.feature_part .single_feature_part{margin-top:25px}}.feature_part .single_feature_part span{margin-bottom:30px;display:inline-block;position:relative;z-index:1;width:70px;height:70px;border-radius:50%;text-align:center;background-color:#f0f4f6;display:inline-block;line-height:80px;-webkit-transition:.6s;transition:.6s}@media (max-width:576px){.feature_part .single_feature_part span{margin-bottom:25px}}@media only screen and (min-width:576px) and (max-width:767px){.feature_part .single_feature_part span{margin-bottom:35px}}@media only screen and (min-width:768px) and (max-width:991px){.feature_part .single_feature_part span{margin-bottom:35px}}.feature_part .single_feature_part span i{color:#0c2e60;font-size:24px;-webkit-transition:.6s;transition:.6s}.feature_part .single_feature_part h4{font-weight:600;font-size:20px;margin-bottom:20px}@media (max-width:576px){.feature_part .single_feature_part h4{margin-bottom:15px}}@media only screen and (min-width:576px) and (max-width:767px){.feature_part .single_feature_part h4{margin-bottom:15px}}@media only screen and (min-width:768px) and (max-width:991px){.feature_part .single_feature_part h4{margin-bottom:15px}}.feature_part .single_feature_part p{color:#7f7f7f;line-height:1.8;font-size:15px}.feature_part .single_feature:hover .single_feature_part{border:1px solid #ff663b}.feature_part .single_feature:hover span{background-size:200% auto}.feature_part .single_feature:hover span i{color:#fff}.learning_part{position:relative;z-index:99;padding:189px 0 50px}@media (max-width:576px){.learning_part{padding:70px 0}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part{padding:70px 0}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part{padding:70px 0}}@media only screen and (min-width:992px) and (max-width:1200px){.learning_part{padding:70px 0}}.learning_part .learning_img{background-image:url(../images/learning_img_bg.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-size:70% 100%;background-position:left top;position:absolute;left:-134px;bottom:-69px}@media (max-width:576px){.learning_part .learning_img{position:inherit;left:0;bottom:0;margin-bottom:20px}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_img{position:inherit;left:0;bottom:0;margin-bottom:20px}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_img{position:inherit;left:0;bottom:0;margin-bottom:20px}}@media only screen and (min-width:992px) and (max-width:1200px){.learning_part .learning_img{bottom:-43px;left:-80px}}.learning_part .learning_img img{padding:0 53px 64px 50px}@media (max-width:576px){.learning_part .learning_img img{padding:0}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_img img{padding:0}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_img img{padding:0}}@media (max-width:576px){.learning_part .learning_member_text{padding-left:0}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_member_text{padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_member_text{padding-left:0}}@media only screen and (min-width:992px) and (max-width:1200px){.learning_part .learning_member_text{padding-left:0}}.learning_part .learning_member_text h5{font-family:Roboto,sans-serif;color:#556172;font-size:14px;font-weight:500;position:relative;padding-left:75px;text-transform:uppercase}.learning_part .learning_member_text h5:after{position:absolute;left:0;top:10px;height:2px;width:60px;content:"";background-color:#ff663b}.learning_part .learning_member_text h2{font-size:42px;font-weight:600;line-height:1.1;margin-bottom:38px;position:relative;margin-top:19px}@media (max-width:576px){.learning_part .learning_member_text h2{font-size:25px;margin-bottom:10px;line-height:35px;margin-top:15px}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_member_text h2{font-size:25px;margin-bottom:10px;line-height:35px;margin-top:20px}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_member_text h2{font-size:25px;margin-bottom:10px;line-height:35px;margin-top:20px}}@media only screen and (min-width:992px) and (max-width:1200px){.learning_part .learning_member_text h2{font-size:28px;margin-bottom:20px;line-height:40px}}.learning_part .learning_member_text p{line-height:1.929;margin-bottom:7px}@media (max-width:576px){.learning_part .learning_member_text p{margin-bottom:10px}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_member_text p{margin-bottom:20px}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_member_text p{margin-bottom:20px}}.learning_part .learning_member_text ul{list-style:none;padding:0;margin:0;margin-bottom:30px}@media (max-width:576px){.learning_part .learning_member_text ul{margin-bottom:10px}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_member_text ul{margin-bottom:20px}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_member_text ul{margin-bottom:20px}}.learning_part .learning_member_text ul li{display:inline-block;margin-bottom:10px;font-size:14px;padding-left:33px;padding-top:12px;color:#888}@media (max-width:576px){.learning_part .learning_member_text ul li{padding-left:41px;padding-top:5px}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_member_text ul li{padding-left:41px;padding-top:5px}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_member_text ul li{padding-left:41px;padding-top:5px;display:block}}@media only screen and (min-width:992px) and (max-width:1200px){.learning_part .learning_member_text ul li{padding-left:41px}}.learning_part .learning_member_text ul li span{margin-right:17px;font-size:16px;position:absolute;left:15px;padding-top:2px}@media (max-width:576px){.learning_part .learning_member_text ul li span{padding-bottom:15px;position:absolute;left:15px;padding-top:12px}}@media only screen and (min-width:576px) and (max-width:767px){.learning_part .learning_member_text ul li span{padding-bottom:15px;position:absolute;left:15px;padding-top:0}}@media only screen and (min-width:768px) and (max-width:991px){.learning_part .learning_member_text ul li span{padding-bottom:15px;position:absolute;left:15px}}@media only screen and (min-width:992px) and (max-width:1200px){.learning_part .learning_member_text ul li span{padding-bottom:15px;position:absolute;left:15px;padding-top:6px}}.learning_part .learning_member_text .btn_1{margin-top:6px}.member_counter{padding:80px 0 73px}@media (max-width:576px){.member_counter{padding:50px 0 60px}}@media only screen and (min-width:576px) and (max-width:767px){.member_counter{padding:50px 0 60px}}@media only screen and (min-width:768px) and (max-width:991px){.member_counter{padding:50px 0 60px}}@media only screen and (min-width:992px) and (max-width:1200px){.member_counter{padding:73px 0 73px}}.member_counter .single_member_counter{text-align:center}@media (max-width:576px){.member_counter .single_member_counter{margin:20px 0}}@media only screen and (min-width:576px) and (max-width:767px){.member_counter .single_member_counter{margin:20px 0}}@media only screen and (min-width:768px) and (max-width:991px){.member_counter .single_member_counter{margin:20px 0}}@media only screen and (min-width:992px) and (max-width:1200px){.member_counter .single_member_counter{margin:20px 0}}.member_counter .single_member_counter img{width:78px;height:58px;display:block;margin-bottom:8px;margin-left:-10px}.member_counter .single_member_counter span{font-size:60px;font-weight:700;color:#fff;font-family:Poppins}@media (max-width:576px){.member_counter .single_member_counter span{line-height:67px;font-size:40px}}@media only screen and (min-width:576px) and (max-width:767px){.member_counter .single_member_counter span{line-height:67px;font-size:40px}}@media only screen and (min-width:768px) and (max-width:991px){.member_counter .single_member_counter span{line-height:67px;font-size:40px}}@media only screen and (min-width:992px) and (max-width:1200px){.member_counter .single_member_counter span{line-height:67px;font-size:40px}}.member_counter .single_member_counter h4{color:#fff;font-size:24px;font-weight:600;margin-top:28px;text-transform:capitalize;position:relative}.member_counter .single_member_counter h4:after{position:absolute;left:0;top:-20px;right:0;margin:0 auto;width:60px;height:1px;background-color:#fff;content:""}@media (max-width:576px){.member_counter .single_member_counter h4:after{top:-10px}}@media only screen and (min-width:576px) and (max-width:767px){.member_counter .single_member_counter h4:after{top:-10px}}@media only screen and (min-width:768px) and (max-width:991px){.member_counter .single_member_counter h4:after{top:-10px}}@media only screen and (min-width:992px) and (max-width:1200px){.member_counter .single_member_counter h4:after{top:-10px}}@media (max-width:576px){.member_counter .single_member_counter h4{margin-top:10px}}@media only screen and (min-width:576px) and (max-width:767px){.member_counter .single_member_counter h4{margin-top:10px}}@media only screen and (min-width:768px) and (max-width:991px){.member_counter .single_member_counter h4{margin-top:10px}}@media only screen and (min-width:992px) and (max-width:1200px){.member_counter .single_member_counter h4{margin-top:10px}}.footer-area{background-color:#f7f7f7;padding:100px 0 20px}@media (max-width:991px){.footer-area{padding:70px 0 30px}}.footer-area .form-control{background-color:transparent}.footer-area .form-group{margin-top:25px}@media (max-width:991px){.footer-area .single-footer-widget{margin-bottom:30px}}.footer-area .single-footer-widget p{font-size:14px;line-height:1.8}.footer-area .single-footer-widget h4{margin-bottom:23px;font-weight:700;font-size:24px}@media (max-width:1024px){.footer-area .single-footer-widget h4{font-size:18px}}@media (max-width:991px){.footer-area .single-footer-widget h4{margin-bottom:15px}}.footer-area .single-footer-widget ul li{margin-bottom:10px}.footer-area .single-footer-widget ul li a{color:#555;-webkit-transition:.5s;transition:.5s;font-size:15px}.footer-area .single-footer-widget ul li a:hover{color:#ff663b}.footer-area .single-footer-widget ul li:last-child{margin-bottom:0}.footer-area .single-footer-widget .form-wrap{margin-top:25px}.footer-area .single-footer-widget input{height:40px;border:none;width:67%!important;font-weight:400;padding-left:20px;border-radius:0;font-size:13px;color:#999;border:0 solid transparent;font-family:Roboto,sans-serif}.footer-area .single-footer-widget input:focus{outline:0;box-shadow:none}.footer-area .single-footer-widget .click-btn{background-color:#ff663b;color:#fff;border-radius:0;border-top-left-radius:0;border-bottom-left-radius:0;padding:8px 20px;border:0;font-size:12px;font-weight:400;font-family:Roboto,sans-serif;position:relative;left:0}.footer-area .single-footer-widget .click-btn:focus{outline:0;box-shadow:none}@media (max-width:375px){.footer-area .single-footer-widget .click-btn{margin-top:10px}}@media (min-width:400px){.footer-area .single-footer-widget .click-btn{left:-50px}}.footer-area .footer_1 img{margin-bottom:35px}.footer-area .footer_1 p{margin-bottom:15px}.footer-area .footer_2 .social_icon{margin-top:27px}.footer-area .footer_2 .social_icon a{color:#ccc;font-size:14px;margin-right:20px}.footer-area .footer_3 .footer_img .single_footer_img{width:30%;float:left;margin:1%;position:relative;z-index:2}@media only screen and (min-width:576px) and (max-width:767px){.footer-area .footer_3 .footer_img .single_footer_img{width:15%}}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .footer_3 .footer_img .single_footer_img{width:10%}}@media only screen and (min-width:992px) and (max-width:1200px){.footer-area .footer_3 .footer_img .single_footer_img{width:10%}}.footer-area .footer_3 .footer_img .single_footer_img:after{position:absolute;left:0;top:0;content:"";background-color:#000;width:100%;height:100%;opacity:0;-webkit-transition:.5s;transition:.5s}.footer-area .footer_3 .footer_img .single_footer_img i{text-align:center;position:absolute;top:41%;margin:0 auto;left:0;right:0;color:#fff;z-index:2;opacity:0}.footer-area .footer_3 .footer_img .single_footer_img:hover:after{opacity:.5}.footer-area .footer_3 .footer_img .single_footer_img:hover i{opacity:1}.footer-area .contact_info{position:relative;margin-bottom:20px}.footer-area .contact_info:last-child{margin-bottom:0}.footer-area .contact_info p{margin-bottom:10px}.footer-area .contact_info p span{color:#0c2e60;font-size:16px}.footer-area .btn{background-color:#ff663b;color:#fff;width:40px;border-radius:0;height:40px;padding:0;border-radius:2px!important}.footer-area span.ti-heart{font-size:12px;margin:0 2px}.footer-area .copyright_part_text{padding-top:26px;margin-top:112px;border-top:1px solid #dedede}.footer-area .copyright_part_text p{font-size:15px}@media (max-width:576px){.footer-area .copyright_part_text{margin-top:20px;text-align:center}.footer-area .copyright_part_text p{font-size:13px}}@media only screen and (min-width:576px) and (max-width:767px){.footer-area .copyright_part_text{text-align:center;margin-top:20px}.footer-area .copyright_part_text p{font-size:13px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .copyright_part_text{margin-top:42px;text-align:center}}.footer-area .copyright_part_text a{color:#ff663b}.footer-area .input-group{border:1px solid #dedede;padding:5px}.footer-area .input-group ::placeholder{font-size:13px;color:#999}.footer-area .container-fluid{padding-right:0;padding-left:0;overflow:hidden}.footer-area .btn_1{margin-top:0}.text-heading{margin-bottom:30px;font-size:24px}b,del,sub,sup,u{color:#ff663b}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}h1,h2,h3,h4,h5,h6{line-height:1.2em}.button-area{background:#fff}.button-area .border-top-generic{padding:70px 15px;border-top:1px dotted #eee}.button-group-area .genric-btn{margin-right:10px;margin-top:10px}.button-group-area .genric-btn:last-child{margin-right:0}.genric-btn{display:inline-block;outline:0;line-height:40px;padding:0 30px;font-size:.8em;text-align:center;text-decoration:none;font-weight:500;cursor:pointer;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.genric-btn:focus{outline:0}.genric-btn.e-large{padding:0 40px;line-height:50px}.genric-btn.large{line-height:45px}.genric-btn.medium{line-height:30px}.genric-btn.small{line-height:25px}.genric-btn.radius{border-radius:3px}.genric-btn.circle{border-radius:20px}.genric-btn.arrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.genric-btn.arrow span{margin-left:10px}.genric-btn.default{color:#415094;background:#f9f9ff;border:1px solid transparent}.genric-btn.default:hover{border:1px solid #f9f9ff;background:#fff}.genric-btn.default-border{border:1px solid #f9f9ff;background:#fff}.genric-btn.default-border:hover{color:#415094;background:#f9f9ff;border:1px solid transparent}.genric-btn.primary{color:#fff;background:#ff663b;border:1px solid transparent}.genric-btn.primary:hover{color:#ff663b;border:1px solid #ff663b;background:#fff}.genric-btn.primary-border{color:#ff663b;border:1px solid #ff663b;background:#fff}.genric-btn.primary-border:hover{color:#fff;background:#ff663b;border:1px solid transparent}.genric-btn.success{color:#fff;background:#4cd3e3;border:1px solid transparent}.genric-btn.success:hover{color:#4cd3e3;border:1px solid #4cd3e3;background:#fff}.genric-btn.success-border{color:#4cd3e3;border:1px solid #4cd3e3;background:#fff}.genric-btn.success-border:hover{color:#fff;background:#4cd3e3;border:1px solid transparent}.genric-btn.info{color:#fff;background:#38a4ff;border:1px solid transparent}.genric-btn.info:hover{color:#38a4ff;border:1px solid #38a4ff;background:#fff}.genric-btn.info-border{color:#38a4ff;border:1px solid #38a4ff;background:#fff}.genric-btn.info-border:hover{color:#fff;background:#38a4ff;border:1px solid transparent}.genric-btn.warning{color:#fff;background:#f4e700;border:1px solid transparent}.genric-btn.warning:hover{color:#f4e700;border:1px solid #f4e700;background:#fff}.genric-btn.warning-border{color:#f4e700;border:1px solid #f4e700;background:#fff}.genric-btn.warning-border:hover{color:#fff;background:#f4e700;border:1px solid transparent}.genric-btn.danger{color:#fff;background:#f44a40;border:1px solid transparent}.genric-btn.danger:hover{color:#f44a40;border:1px solid #f44a40;background:#fff}.genric-btn.danger-border{color:#f44a40;border:1px solid #f44a40;background:#fff}.genric-btn.danger-border:hover{color:#fff;background:#f44a40;border:1px solid transparent}.genric-btn.link{color:#415094;background:#f9f9ff;text-decoration:underline;border:1px solid transparent}.genric-btn.link:hover{color:#415094;border:1px solid #f9f9ff;background:#fff}.genric-btn.link-border{color:#415094;border:1px solid #f9f9ff;background:#fff;text-decoration:underline}.genric-btn.link-border:hover{color:#415094;background:#f9f9ff;border:1px solid transparent}.genric-btn.disable{color:#222;background:#f9f9ff;border:1px solid transparent;cursor:not-allowed}.generic-blockquote{padding:30px 50px 30px 30px;background:#f9f9ff;border-left:2px solid #ff663b}.list-style{width:14px;height:14px}.unordered-list li{position:relative;padding-left:30px;line-height:1.82em!important}.unordered-list li:before{content:"";position:absolute;width:14px;height:14px;border:3px solid #ff663b;background:#fff;top:4px;left:0;border-radius:50%}.ordered-list{margin-left:30px}.ordered-list li{list-style-type:decimal-leading-zero;color:#ff663b;font-weight:500;line-height:1.82em!important}.ordered-list li span{font-weight:300;color:#828bb2}.ordered-list-alpha li{margin-left:30px;list-style-type:lower-alpha;color:#ff663b;font-weight:500;line-height:1.82em!important}.ordered-list-alpha li span{font-weight:300;color:#828bb2}.ordered-list-roman li{margin-left:30px;list-style-type:lower-roman;color:#ff663b;font-weight:500;line-height:1.82em!important}.ordered-list-roman li span{font-weight:300;color:#828bb2}.form-select{height:40px;width:100%}.form-select .nice-select{border:none;border-radius:0;height:40px;background:#f9f9ff;padding-left:45px;padding-right:40px;width:100%}.form-select .nice-select .list{margin-top:0;border:none;border-radius:0;box-shadow:none;width:100%;padding:10px 0 10px 0}.form-select .nice-select .list .option{font-weight:300;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;line-height:28px;min-height:28px;font-size:12px;padding-left:45px}.form-select .nice-select .list .option.selected{color:#ff663b;background:0 0}.form-select .nice-select .list .option:hover{color:#ff663b;background:0 0}.form-select .current{margin-right:50px;font-weight:300}.form-select .nice-select::after{right:20px}.mt-10{margin-top:10px}.section-top-border{padding:50px 0;border-top:1px dotted #eee}.mb-30{margin-bottom:30px}.mt-30{margin-top:30px}.copyright_part{background-color:#303030;padding:26px 0}.copyright_part p{color:#8a8a8a;font-family:Montserrat}.copyright_part a{color:#ff663b}@media (max-width:576px){.copyright_part .footer-social{margin-top:20px}}.copyright_part .footer-social a{width:35px;height:35px;display:inline-block;line-height:35px;border:1px solid #ff7e5f;text-align:center;margin-left:10px;color:#fff}.copyright_part .footer-social a:hover{background-color:#ff7e5f!important;color:#fff!important}.copyright_part .footer-social a i:hover{color:#fff}@media (max-width:576px){.copyright_part .footer-text{text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.copyright_part .footer-text{text-align:center;margin-bottom:25px!important}}@media only screen and (min-width:768px) and (max-width:991px){.copyright_part .footer-text{text-align:center;margin-bottom:25px!important}}.copyright_part span.ti-heart{font-size:12px;margin:0 2px}.footer-area{background-color:#f7f7f7;padding:100px 0 20px;margin-top:100px}@media (max-width:991px){.footer-area{padding:70px 0 30px}}.footer-area .form-control{background-color:transparent}.footer-area .form-group{margin-top:25px}@media (max-width:991px){.footer-area .single-footer-widget{margin-bottom:30px}}.footer-area .single-footer-widget p{font-size:14px;line-height:1.8}.footer-area .single-footer-widget h4{margin-bottom:23px;font-weight:700;font-size:24px}@media (max-width:1024px){.footer-area .single-footer-widget h4{font-size:18px}}@media (max-width:991px){.footer-area .single-footer-widget h4{margin-bottom:15px}}.footer-area .single-footer-widget ul li{margin-bottom:10px}.footer-area .single-footer-widget ul li a{color:#555;-webkit-transition:.5s;transition:.5s;font-size:15px}.footer-area .single-footer-widget ul li a:hover{color:#ff663b}.footer-area .single-footer-widget ul li:last-child{margin-bottom:0}.footer-area .single-footer-widget .form-wrap{margin-top:25px}.footer-area .single-footer-widget input{height:40px;border:none;width:67%!important;font-weight:400;padding-left:20px;border-radius:0;font-size:13px;color:#999;border:0 solid transparent;font-family:Roboto,sans-serif}.footer-area .single-footer-widget input:focus{outline:0;box-shadow:none}.footer-area .single-footer-widget .click-btn{background-color:#ff663b;color:#fff;border-radius:0;border-top-left-radius:0;border-bottom-left-radius:0;padding:8px 20px;border:0;font-size:12px;font-weight:400;font-family:Roboto,sans-serif;position:relative;left:0}.footer-area .single-footer-widget .click-btn:focus{outline:0;box-shadow:none}@media (max-width:375px){.footer-area .single-footer-widget .click-btn{margin-top:10px}}@media (min-width:400px){.footer-area .single-footer-widget .click-btn{left:-50px}}.footer-area .footer_1 img{margin-bottom:35px}.footer-area .footer_1 p{margin-bottom:15px}.footer-area .footer_2 .social_icon{margin-top:27px}.footer-area .footer_2 .social_icon a{color:#ccc;font-size:14px;margin-right:20px}.footer-area .footer_3 .footer_img .single_footer_img{width:30%;float:left;margin:1%;position:relative;z-index:2}@media only screen and (min-width:576px) and (max-width:767px){.footer-area .footer_3 .footer_img .single_footer_img{width:15%}}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .footer_3 .footer_img .single_footer_img{width:10%}}@media only screen and (min-width:992px) and (max-width:1200px){.footer-area .footer_3 .footer_img .single_footer_img{width:10%}}.footer-area .footer_3 .footer_img .single_footer_img:after{position:absolute;left:0;top:0;content:"";background-color:#000;width:100%;height:100%;opacity:0;-webkit-transition:.5s;transition:.5s}.footer-area .footer_3 .footer_img .single_footer_img i{text-align:center;position:absolute;top:41%;margin:0 auto;left:0;right:0;color:#fff;z-index:2;opacity:0}.footer-area .footer_3 .footer_img .single_footer_img:hover:after{opacity:.5}.footer-area .footer_3 .footer_img .single_footer_img:hover i{opacity:1}.footer-area .contact_info{position:relative;margin-bottom:20px}.footer-area .contact_info:last-child{margin-bottom:0}.footer-area .contact_info p{margin-bottom:10px}.footer-area .contact_info p span{color:#0c2e60;font-size:16px}.footer-area .btn{background-color:#ff663b;color:#fff;width:40px;border-radius:0;height:40px;padding:0;border-radius:2px!important}.footer-area span.ti-heart{font-size:12px;margin:0 2px}.footer-area .copyright_part_text{padding-top:26px;margin-top:112px;border-top:1px solid #dedede}.footer-area .copyright_part_text p{font-size:15px}@media (max-width:576px){.footer-area .copyright_part_text{margin-top:20px;text-align:center}.footer-area .copyright_part_text p{font-size:13px}}@media only screen and (min-width:576px) and (max-width:767px){.footer-area .copyright_part_text{text-align:center;margin-top:20px}.footer-area .copyright_part_text p{font-size:13px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-area .copyright_part_text{margin-top:42px;text-align:center}}.footer-area .copyright_part_text a{color:#ff663b}.footer-area .input-group{border:1px solid #dedede;padding:5px}.footer-area .input-group ::placeholder{font-size:13px;color:#999}.footer-area .container-fluid{padding-right:0;padding-left:0;overflow:hidden}.footer-area .btn_1{margin-top:0}.loading svg{width:3.75em;transform-origin:center;animation:rotate 2s linear infinite}circle{fill:none;stroke:#fc2f70;stroke-width:4;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}100%{stroke-dashoffset:-125px}}.cursor-pointer{cursor:pointer}.border-left-other{border-left:5px solid #17a2b8}pre{counter-reset:line-numbering;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.bg-linear{background-image:linear-gradient(to left,#ee390f 0,#f9b700 51%,#ee390f 100%)}.text-linear{background:linear-gradient(to left,#ee390f 0,#f9b700 51%,#ee390f 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bg-blue{background-color:#0c2e60}.bg-blue-other-light{background-color:#737e8c}.table-category{font-family:Poppins,sans-serif}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(0,0,0,.2);animation:animate 10s linear infinite;bottom:-150px}.circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}100%{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.preloader{position:fixed;top:0;left:0;display:table;height:100%;width:100%;background:#fff;z-index:99999}.preloader .loader{display:table-cell;vertical-align:middle;text-align:center}.preloader .loader .ytp-spinner{position:absolute;left:50%;top:50%;width:64px;margin-left:-32px;z-index:18;pointer-events:none}.preloader .loader .ytp-spinner .ytp-spinner-container{pointer-events:none;position:absolute;width:100%;padding-bottom:100%;top:50%;left:50%;margin-top:-50%;margin-left:-50%;-webkit-animation:ytp-spinner-linspin 1.568s linear infinite;-moz-animation:ytp-spinner-linspin 1.568s linear infinite;-o-animation:ytp-spinner-linspin 1.568s linear infinite;animation:ytp-spinner-linspin 1.568s linear infinite}.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator{position:absolute;width:100%;height:100%;-webkit-animation:ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;-moz-animation:ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;-o-animation:ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:ytp-spinner-easespin 5332ms cubic-bezier(.4,0,.2,1) infinite both}.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left{position:absolute;top:0;left:0;bottom:0;overflow:hidden;right:50%}.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right{position:absolute;top:0;right:0;bottom:0;overflow:hidden;left:50%}.preloader .loader .ytp-spinner-circle{box-sizing:border-box;position:absolute;width:200%;height:100%;border-style:solid;border-color:#ff663b #ff663b #646f87;border-radius:50%;border-width:6px}.preloader .loader .ytp-spinner-left .ytp-spinner-circle{left:0;right:-100%;border-right-color:#646f87;-webkit-animation:ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;-moz-animation:ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;-o-animation:ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:ytp-spinner-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.preloader .loader .ytp-spinner-right .ytp-spinner-circle{left:-100%;right:0;border-left-color:#646f87;-webkit-animation:ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;-moz-animation:ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;-o-animation:ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:ytp-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}@-webkit-keyframes ytp-spinner-linspin{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ytp-spinner-linspin{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ytp-spinner-easespin{12.5%{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);-moz-transform:rotate(405deg);-ms-transform:rotate(405deg);-o-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-ms-transform:rotate(540deg);-o-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);-moz-transform:rotate(675deg);-ms-transform:rotate(675deg);-o-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);-moz-transform:rotate(810deg);-ms-transform:rotate(810deg);-o-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);-moz-transform:rotate(945deg);-ms-transform:rotate(945deg);-o-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);-moz-transform:rotate(1080deg);-ms-transform:rotate(1080deg);-o-transform:rotate(1080deg);transform:rotate(1080deg)}}@keyframes ytp-spinner-easespin{12.5%{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);-moz-transform:rotate(405deg);-ms-transform:rotate(405deg);-o-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);-moz-transform:rotate(540deg);-ms-transform:rotate(540deg);-o-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);-moz-transform:rotate(675deg);-ms-transform:rotate(675deg);-o-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);-moz-transform:rotate(810deg);-ms-transform:rotate(810deg);-o-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);-moz-transform:rotate(945deg);-ms-transform:rotate(945deg);-o-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);-moz-transform:rotate(1080deg);-ms-transform:rotate(1080deg);-o-transform:rotate(1080deg);transform:rotate(1080deg)}}@-webkit-keyframes ytp-spinner-left-spin{0%{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}}@keyframes ytp-spinner-left-spin{0%{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);-moz-transform:rotate(130deg);-ms-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}}@-webkit-keyframes ytp-right-spin{0%{-webkit-transform:rotate(-130deg);-moz-transform:rotate(-130deg);-ms-transform:rotate(-130deg);-o-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);-moz-transform:rotate(-130deg);-ms-transform:rotate(-130deg);-o-transform:rotate(-130deg);transform:rotate(-130deg)}}@keyframes ytp-right-spin{0%{-webkit-transform:rotate(-130deg);-moz-transform:rotate(-130deg);-ms-transform:rotate(-130deg);-o-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);-moz-transform:rotate(-130deg);-ms-transform:rotate(-130deg);-o-transform:rotate(-130deg);transform:rotate(-130deg)}}.nav-item .nav-link{position:relative}.nav-item .nav-link::before{content:'';position:absolute;top:-7px;left:50%;width:100%;height:2px;opacity:0;background-color:#5b47fb;transform-origin:center;transform:translate(-50%,0) scaleX(0);transition:all .3s ease-in-out}.nav-item .nav-link:hover::before{transform:translate(-50%,0) scaleX(1);opacity:1}.select-language{margin-right:400px}.btn-facebook{background-color:#3b5998;border-color:#3b5998;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:.9375rem;line-height:1.84615385;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-twitter{background-color:#1da1f2;border-color:#1da1f2;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:.9375rem;line-height:1.84615385;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-instagram{background-color:#e4405f;border-color:#e4405f;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:.9375rem;line-height:1.84615385;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-youtube{background-color:red;border-color:red;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:.9375rem;line-height:1.84615385;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.floating-left-right{-webkit-animation-name:floating-left-right;animation-name:floating-left-right;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.floating-left-right,.floating-left-right-alt{-webkit-animation-duration:3s;animation-duration:3s;margin-left:30px;margin-top:5px}@keyframes floating-left-right{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.badge-green,.bg-green,.btn-green{color:#fff;background:#3ecf8e;text-shadow:0 1px 3px rgba(87,160,254,.4)}.btn-green:hover{background-color:#48e29d;color:#fff}#page-overlay{opacity:0;top:0;left:0;position:fixed;background-color:rgba(249,249,249,.8);height:100%;width:100%;z-index:999999999;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}#page-overlay.visible{opacity:1;display:none}#page-overlay.visible.active,#page-overlay.visible.active img{display:block}#page-overlay.hidden{opacity:0;height:0;width:0;z-index:-10000}#page-overlay .loader-wrapper-outer{background-color:transparent;z-index:9999;margin:auto;width:100%;height:100%;overflow:hidden;display:table;text-align:center;vertical-align:middle}#page-overlay .loader-wrapper-inner{display:table-cell;vertical-align:middle}#page-overlay .loader{margin:auto}.balls{width:3.5em;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.balls div{width:.8em;height:.8em;border-radius:50%;background-color:#fc2f70;transform:translateY(-100%);animation:wave .8s ease-in-out alternate infinite}.balls div:nth-of-type(1){animation-delay:-.4s}.balls div:nth-of-type(2){animation-delay:-.2s}@keyframes wave{from{transform:translateY(-100%)}to{transform:translateY(100%)}}.bg-blue{background-color:#5b47fb}.text-grey{color:#596882}.api-documentation pre{background:#293340;color:#f8f8f2;border-radius:0}.avatar{position:relative;display:inline-block;width:2rem;height:2rem;font-size:.875rem;font-weight:400;line-height:2rem;color:#adb5bd;text-align:center;margin-left:20px;text-transform:uppercase;vertical-align:bottom;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#f8fafb no-repeat center/cover;border-radius:50%;background-image:url(../images/user-avatar.png)}.StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease}.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5!important}.tagsinput{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box;background:#fff;font-family:sans-serif;font-size:14px;line-height:20px;color:#556270;padding:5px 5px 0 5px;border:1px solid #e6e6e6;border-radius:2px}.tagsinput.focus{border-color:#ccc}.tagsinput *{box-sizing:border-box}.tagsinput .tag{position:relative;background:#556270;display:block;max-width:100%;word-wrap:break-word;color:#fff;padding:5px 30px 5px 5px;border-radius:2px;margin:0 5px 5px 0}.tagsinput .tag .tag-remove{position:absolute;background:0 0;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;text-decoration:none;text-align:center;color:#ff6b6b;line-height:30px;padding:0;border:0}.tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{background:#ff6b6b;position:absolute;display:block;width:10px;height:2px;top:14px;left:10px;content:''}.tagsinput .tag .tag-remove:before{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.tagsinput .tag .tag-remove:after{-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.tagsinput div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tagsinput div input{background:0 0;display:block;width:100%;font-size:14px;line-height:20px;padding:5px;border:0 none;margin:0 5px 5px 0}.tagsinput div input.error{color:#ff6b6b}.tagsinput div input::-ms-clear{display:none}.tagsinput div input::-webkit-input-placeholder{color:#ccc;opacity:1}.tagsinput div input:-moz-placeholder{color:#ccc;opacity:1}.tagsinput div input::-moz-placeholder{color:#ccc;opacity:1}.tagsinput div input:-ms-input-placeholder{color:#ccc;opacity:1}.bg-grey{background-color:#b1b1b1}.badge-notification{position:relative;margin-right:10px}.badge-notification[data-badge]::after{content:attr(data-badge);position:absolute;top:-11px;right:-10px;display:flex;justify-content:center;align-content:center;width:22px;height:22px;line-height:22px;font-size:12px;font-weight:600;border-radius:50%;background:var(--pink);color:#fff;cursor:pointer}span.badge-notification{margin-right:24px}span.badge-notification[data-badge]::after{top:-11px;right:-24px}.bg-purple{background-color:#5b47fb}.genric-btn.info-purple{color:#5b47fb;border:1px solid #5b47fb;background:#fff}.genric-btn.info-purple:hover{color:#fff;background:#5b47fb;border:1px solid transparent}.genric-btn.info-green{color:#3ecf8e;border:1px solid #3ecf8e;background:#fff}.genric-btn.info-green:hover{color:#fff;background:#3ecf8e;border:1px solid transparent}.news-list-panel{border-left:solid 2px #eee}.news-list-panel .date{margin-bottom:15px;margin-left:-10px}.last_informations{max-height:590px;overflow-y:scroll}.blue{color:#2272d6}.list-item{margin-left:10px;margin-top:5px;font-weight:400}.news-list-panel .title{font-weight:600;font-size:14px;text-transform:uppercase;position:relative;padding-left:15px;margin-bottom:10px}.news-list-panel .title:before{content:"";width:10px;height:10px;position:absolute;left:-5px;top:5px;border-radius:10px;background-color:#202732;opacity:.8}.news-list-panel .list{margin:0;padding:0;padding-left:15px;list-style:none;margin-bottom:20px;opacity:.8}.text-grey-other{color:#4c5360}.border-inactive{background-color:#ffe6e6;border-left:5px solid red}.switch{position:relative;display:inline-block;width:60px;height:19px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:15px;width:15px;left:6px;bottom:4px;top:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#52c71c}input:focus+.slider{box-shadow:0 0 1px #52c71c}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:25px;margin-left:7px}.slider.round:before{border-radius:50%}select{display:block;font-size:16px;font-family:sans-serif;font-weight:700;color:#444;line-height:1.3;padding:.6em 1.4em .5em .8em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #aaa;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==),linear-gradient(to bottom,#fff 0,#e5e5e5 100%);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%}select::-ms-expand{display:none}select:hover{border-color:#888}select:focus{border-color:#aaa;box-shadow:0 0 1px 3px #ffe6e6;box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:0}select option{font-weight:400}select:disabled,select[aria-disabled=true]{color:graytext;background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),linear-gradient(to bottom,#fff 0,#e5e5e5 100%)}select:disabled:hover,select[aria-disabled=true]{border-color:#aaa}.onoffswitch{position:relative;width:90px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #999;border-radius:0}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.onoffswitch-inner:after,.onoffswitch-inner:before{display:block;float:left;width:50%;height:30px;padding:0;line-height:26px;font-size:14px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box;border:2px solid transparent;background-clip:padding-box}.onoffswitch-inner:before{content:"ON";padding-left:10px;background-color:#52c71c;color:#fff}.onoffswitch-inner:after{content:"OFF";padding-right:10px;background-color:#e33636;color:#fff;text-align:right}.onoffswitch-switch{display:block;width:25px;margin:0;background:#000;position:absolute;top:0;bottom:0;right:65px;transition:all .3s ease-in 0s}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.custom-switch{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;margin:0}.custom-switch-input{position:absolute;z-index:-1;opacity:0}.custom-switches-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.custom-switches-stacked .custom-switch{margin-top:10px;margin-left:-35px;cursor:pointer}.custom-switch-indicator{display:inline-block;height:1.25rem;width:2.25rem;background:#e9ecef;border-radius:50px;position:relative;vertical-align:bottom;border:1px solid rgba(0,40,100,.12);transition:.3s border-color,.3s background-color}.custom-switch-indicator:before{content:'';position:absolute;height:calc(1.25rem - 4px);width:calc(1.25rem - 4px);top:1px;left:1px;background:#fff;border-radius:50%;transition:.3s left;box-shadow:0 1px 2px 0 rgba(0,0,0,.4)}.custom-switch-input:checked~.custom-switch-indicator{background:#0c0}.custom-switch-input:checked~.custom-switch-indicator:before{left:calc(1rem + 1px)}.custom-switch-input:focus~.custom-switch-indicator{box-shadow:0 0 0 2px rgba(70,127,207,.25);border-color:#0c0}.custom-switch-description{margin-left:.5rem;color:#6e7687;transition:.3s color}.custom-switch-input:checked~.custom-switch-description{color:#495057}.icon-language{position:fixed;right:10px;bottom:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.badge-notification[data-badge]::after{background:#e83e8c}select::-ms-expand{display:none}}.menu_fixed {
  position: fixed !important;
  left: 50% !important; 
  transform: translateX(-50%) !important; 
  top: 20px !important; 
  width: 95% !important; 
  max-width: 1200px !important; 
  z-index: 9999 !important;
  
  /* GRADIENTE CINZA PARA BRANCO SUTIL */
  background: linear-gradient(to right, #FFFFFF 90%, #E6FFF5 100%) !important;

  
  /* BORDAS ARREDONDADAS */
  border-radius: 12px !important;
  
  /* Sombra suave para destacar */
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1) !important;
  
  /* Borda fina para definir melhor */
  border: 1px solid #E2E8F0 !important;
}

/* Cor dos links dentro da barra fixa */
.menu_fixed .main-menu-item ul li .nav-link {
  color: #2D3748 !important; /* Cor cinza escuro para os links */
}

/* Cor dos links quando o mouse passa por cima */
.menu_fixed .main-menu-item ul li .nav-link:hover {
  color: #5b47fb !important; /* Cor roxa (do seu tema) para o hover */
  background-color: transparent !important; /* Remove o fundo do hover original */
}
/* Estilo da área principal do rodapé */
.footer-area {
  /* GRADIENTE INVERTIDO: CINZA ESCURO EMBAIXO, BRANCO EM CIMA */
  background: linear-gradient(to top, rgb(173, 216, 230) 0%, rgb(173, 216, 230) 70%, white 100%) !important;
  
  padding-top: 50px !important;
  border-top: 1px solid #CBD5E0 !important; /* Borda um pouco mais escura para definir */
}

/* Cor dos títulos dentro do rodapé (ex: "Sobre Nós") */
.footer-area .single-footer-widget h4 {
  color: #1A202C !important; /* Cinza bem escuro, para contraste */
}

/* Cor dos links e textos do rodapé */
.footer-area .single-footer-widget p,
.footer-area .single-footer-widget ul li a {
  color: #2D3748 !important; /* Cinza escuro, para melhor leitura no fundo gradiente */
}

/* Cor dos links do rodapé quando o mouse passa por cima */
.footer-area .single-footer-widget ul li a:hover {
  color: #5b47fb !important; /* Cor roxa (do seu tema) para o hover */
}

/* Estilo da barra inferior de copyright */
.copyright_part {
  background-color: rgb(233, 173, 83) !important; /* Usa a cor base do gradiente para consistência */
  border-top: 1px solid rgb(233, 178, 59) !important;
}

/* Cor do texto de copyright */
.copyright_part p {
  color: #4A5568 !important; /* Cinza médio */
}

/* Cor do link no texto de copyright */
.copyright_part a {
  color: #2D3748 !important; /* Cinza escuro */
}
/* Estilo da barra ANTES de rolar a página */
.main_menu {
  position: absolute !important; /* Mantém no fluxo, mas permite posicionamento */
  left: 50% !important; 
  transform: translateX(-50%) !important; 
  top: 20px !important; 
  width: 95% !important; 
  max-width: 1200px !important; 
  z-index: 999 !important;
  
  /* GRADIENTE CINZA PARA BRANCO SUTIL */
  background: linear-gradient(to right, #FFFFFF 5%, #F3E8FF 100%) !important;

  
  /* BORDAS ARREDONDADAS */
  border-radius: 12px !important;
  
  /* Sombra suave para destacar */
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1) !important;
  
  /* Borda fina para definir melhor */
  border: 1px solid #E2E8F0 !important;
}

/* Cor dos links no estado inicial */
.main_menu .main-menu-item ul li .nav-link {
  color: #2D3748 !important; /* Cor cinza escuro para os links */
}
/*
============================================
CUSTOMIZAÇÃO DAS PÁGINAS DE LOGIN E REGISTRO (ESTILO CLEAN)
============================================
*/

/* Aplica o fundo com gradiente claro a todas as páginas */
html {
  /* FUNDO LILÁS SUAVE: Gradiente que vai do branco para um lilás pastel */
  background: linear-gradient(135deg, #FFFFFF 0%, #F3E8FF 100%) !important;
  background-attachment: fixed !important; /* Mantém o gradiente fixo durante a rolagem */
}

/* Garante que o corpo da página não tenha um fundo por cima */
body {
    background-color: transparent !important;
}

/* 
 * Estilo para a caixa de login/registro
*/
.col-sm-5 > .bg-white.p-3.rounded.shadow {
  background: linear-gradient(to top left, #FFFFFF 5%, #F9F0FF 100%) !important; /* fundo com lilás sutil */
  border: 1px solid #E5D4FA !important; /* lilás pastel como borda */
  box-shadow: 0px 10px 25px rgba(203, 163, 255, 0.1) !important; /* sombra lilás suave */
  border-radius: 16px !important;
}

/* Cor e peso dos títulos dentro da caixa (ex: "Login") */
.col-sm-5 > .bg-white h2 {
    color: #000000 !important; /* PRETO */
    font-weight: bold !important; /* NEGRITO */
}

/* Cor e peso do texto descritivo (ex: "Acesse seu painel") */
.col-sm-5 > .bg-white p {
    color: #000000 !important; /* PRETO */
    font-weight: bold !important; /* NEGRITO */
}

/* Cor e peso do texto dos campos (labels, ex: "E-mail", "Senha") */
.col-sm-5 > .bg-white label.form-text {
    color: #000000 !important; /* PRETO */
    font-weight: bold !important; /* NEGRITO */
}

/* Cor e peso do link "Esqueceu sua senha?" */
.col-sm-5 > .bg-white a.btn_6 {
    color: #000000 !important; /* PRETO */
    font-weight: bold !important; /* NEGRITO */
}
.col-sm-5 > .bg-white a.btn_6:hover {
    color: #5b47fb !important; /* Roxo no hover para manter a interatividade */
}

/*
============================================
NOVOS BOTÕES FLUTUANTES
============================================
*/

.novos-botoes-flutuantes {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  gap: 15px;
  padding: 10px 20px;
  background: linear-gradient(145deg, #FFFFFF, #F3E8FF); /* branco para lilás suave */
  border-radius: 16px;
  box-shadow: 0px 10px 25px rgba(203, 163, 255, 0.15); /* sombra lilás suave */
  border: 1px solid #E5D4FA; /* borda lilás claro */
  transition: all 0.4s ease-in-out;
}

.novos-botoes-flutuantes.oculto {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 150px);
}

.novos-botoes-flutuantes a {
  color: #6B46C1 !important; /* lilás escuro para boa leitura */
  text-decoration: none !important;
  padding: 10px 25px;
  border-radius: 12px;
  font-weight: bold;
  background-color: #F3E8FF; /* lilás pastel */
  border: 1px solid #D6BCFA; /* borda lilás média */
  transition: background-color 0.3s ease;
}

.novos-botoes-flutuantes a:hover {
  background-color: #E9D8FD; /* lilás mais intenso no hover */
}
.area-de-filtros {
  display: flex;
  flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo em telas menores */
  gap: 20px; /* Espaçamento entre a pesquisa e o dropdown */
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #F9F0FF, #F3E8FF); /* Fundo lilás bem suave */
  border: 1px solid #E5D4FA; /* Borda lilás pastel */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(203, 163, 255, 0.1);
}

/* Flexibiliza os campos para ocuparem o espaço disponível */
.campo-pesquisa {
  flex: 2 1 300px; /* Ocupa mais espaço, base de 300px */
}

.campo-dropdown {
  flex: 1 1 200px; /* Ocupa menos espaço, base de 200px */
}

/* Estilo geral para os campos de input e select */
.area-de-filtros .form-control {
  width: 100%;
  height: 48px; /* Altura padronizada */
  padding: 10px 15px;
  border: 1px solid #D6BCFA; /* Borda lilás média */
  border-radius: 8px;
  font-size: 16px;
  color: #44337A; /* Cor do texto roxo escuro */
  background-color: #FFFFFF;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Remove a aparência padrão do select para customização */
.area-de-filtros select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236B46C1%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E' );
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 10px auto;
  padding-right: 40px; /* Espaço para a seta */
}

/* Efeito de foco nos campos */
.area-de-filtros .form-control:focus {
  outline: none;
  border-color: #8A5CF5; /* Lilás mais vibrante */
  box-shadow: 0 0 0 3px rgba(138, 92, 245, 0.25); /* Sombra de foco lilás */
}

/* Placeholder (texto de dica) da barra de pesquisa */
.area-de-filtros .form-control::placeholder {
  color: #A0AEC0;
  opacity: 1;
}

/* Estilo do botão de adicionar pedido (+) */
.btn-adicionar-pedido {
  display: inline-flex; /* Usar inline-flex para alinhamento perfeito */
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, #8A5CF5, #6B46C1); /* Gradiente lilás vibrante */
  color: #FFFFFF !important; /* Cor do "+" branca e com !important para garantir */
  font-size: 28px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 50%; /* Círculo perfeito */
  border: none;
  box-shadow: 0 4px 10px rgba(138, 92, 245, 0.3);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  line-height: 1; /* Ajuste fino para centralizar o "+" */
  padding-bottom: 4px; /* Ajuste fino para centralizar o "+" */
}

/* Efeito hover no botão "+" */
.btn-adicionar-pedido:hover {
  transform: scale(1.1) translateY(-2px); /* Levemente maior e para cima */
  box-shadow: 0 8px 20px rgba(138, 92, 245, 0.4);
}

/* Ajuste para a linha da categoria na tabela */
tr.bg-linear {
  background: linear-gradient(to right, #6B46C1, #8A5CF5) !important;
}
/*
==================================================================
  AJUSTES RESPONSIVOS PARA VISUALIZAÇÃO MÓVEL
==================================================================
*/

@media (max-width: 768px) {
  /*
    Esta regra se aplica a todas as telas com largura de 768px ou menos.
    Usamos !important para garantir a prioridade máxima no mobile.
  */

  /* Força o estilo dos formulários no mobile */
  body .form-control {
    height: 48px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
  }

  /* Força o estilo dos botões no mobile */
  body .btn-primary,
  body .btn-secondary {
    width: 100%; /* Faz os botões ocuparem a largura toda para melhor toque */
    padding: 14px 20px !important;
    font-size: 16px !important;
    margin-bottom: 10px; /* Adiciona um espaço se houver vários botões */
  }

  /* Ajustes na tabela para mobile */
  body .table {
    display: block !important;
    width: 100% !important;
  }
  body .table thead {
    display: none !important; /* Esconde o cabeçalho tradicional */
  }
  body .table tbody,
  body .table tr,
  body .table td {
    display: block !important;
    width: 100% !important;
    text-align: right !important; /* Alinha o conteúdo à direita */
    position: relative !important;
    border: none !important;
    border-bottom: 1px solid #eee !important; /* Adiciona um separador */
  }
  
  body .table tr {
    margin-bottom: 15px !important;
    padding: 0 !important;
    border: 1px solid var(--cor-lilac-borda) !important;
    border-radius: 8px !important;
    overflow: hidden;
  }

  body .table td:last-child {
    border-bottom: none !important;
  }

  /* Cria um "label" falso usando o nome da coluna do desktop */
  body .table td::before {
    content: attr(data-label); /* Pega o texto do atributo data-label */
    position: absolute;
    left: 15px;
    font-weight: bold;
    text-align: left;
    color: var(--cor-texto-escuro);
  }
  
  /* Centraliza o botão de ação no mobile */
  .btn-adicionar-pedido {
    float: right; /* Flutua o botão para a direita */
    margin-top: -5px;
  }
}
