

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #282350;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #282350;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #282350;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #282350;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
     position:relative;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #282350;
     text-decoration: underline;
     outline: none !important;
     font-size: 18px;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}

a:hover {
     color: #ff8738;
     transition: ease-in all 0.2s;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 40px;
}


/*-- navigation--*/

.header {
     background: rgb(255,255,255);
     background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%,  rgba(255,255,255,0.8) 65%,  rgba(255,255,255,0.0) 100%);
     padding:30px 0;
     overflow: hidden;
     position: fixed;
     top:0;
     z-index: 999;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s; 
}
.logo{
     display: inline;
     float:left;
     margin:0;
     padding:0;
}
.rblogo{
     height:80px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s; 
}

.navbar-nav .nav-item {
     margin:0 15px;
}
.navbar-nav .nav-item:last-of-type {
     margin:0 30px 0 15px;
}
.navbar-nav .nav-link {
     padding:0 20px;
     color:#282350;
     font-size:16px;
     line-height:20px;
     font-weight:500;
}

.navigation .navbar-nav .nav-link:focus,
.navigation .navbar-nav .nav-link:hover {
     color: #fb6300;
}

.navigation .navbar-nav .active>.nav-link,
.navigation .navbar-nav .nav-link.active,
.navigation .navbar-nav .nav-link.show,
.navigation .navbar-nav .show>.nav-link {
     color: #fb6300;
}

#header {
     margin:0;
     padding:0;
}


ul.navbar-nav li a.active {
     color: #282350;
 }
ul.navbar-nav li a.active:before {
     content: "";
     position: absolute;
     top:calc(50% - 3px);
     background: #fb6300;
     width: 6px;
     height: 6px;
     border-radius: 100%;
     left:-4px;
 }
 .call_btn a,
 .call_btn_off{
     background-color: #fff;
     display: inline-block;
     padding: 5px 24px;
     border-radius: 30px;
     color: #282350;
     font-size: 16px;
     font-weight:500;
     border:2px solid #282350;
}
.call_btn_off{
     color: #999;
     font-size: 14px;
     border:2px solid #999;
}
.langs_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 5px 16px;
     margin:0 10px 0 0;
     border-radius: 30px;
     color: #282350;
     font-size: 16px;
     font-weight:500;
     border:2px solid #ddd;
}

.call_btn a:hover,
.langs_btn a:hover {
     background-color: #fb6300;
     border:2px solid #fb6300;
     color:#fff;
}
.smaller {
     height:60px;
     padding:0;
}

.smaller .rblogo{
     height:60px;
}

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/



.welcome {
     text-align:center;
     width:100%;
     float:left;
     padding-top: 240px;
     padding-bottom:0px;
}

.welcome h1 {
     color: #282350;
     font-size:76px;
     line-height: 90px;
     padding-bottom: 70px;
     font-weight:600;
}

.welcome strong {
     font-size:30px;
     line-height:36px;
     color: #282350;
     font-weight:400;
     max-width:600px;
     display: block;
     margin:0 auto;
}

.welcome a {
     font-size:21px;
     font-weight:700;
     background-color: #fb6300;
     color: #fff;
     padding:0;
     width:100%;
     height:72px;
     max-width:280px;
     line-height:72px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.2s;
     border-radius:36px;
     display:block;
     margin:50px auto 20px auto;
}

.welcome a:hover {
     background-color: #ff8738;
     color: #fff;
     transition: ease-in all 0.2s;
}

.text-img {
     height: 750px;
     background: linear-gradient(to bottom, #0aec98 0%, #2bcc91 100%);
     border-radius: 322px 0px 0px 380px;
     padding: 132px 20px 0px 50px;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 100%;
}

.text-img figure {position: relative;}
.text-img h3 {
    top: 387px;
    position: absolute;
    align-items: center;
    left: -14px;
    background: #000;
    width: 60px;
    height: -1px;
    border-radius: 72px;
    color: #fff;
     padding: 7px 12px;
     font-size: 21px;
    border: #2bcc91 solid 7px;}







.padding_right1 {
     padding-right: 0;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h1 {
     font-size: 50px;
     color: #282350;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


h2 {
     font-size:40px;
     color: #282350;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
     margin:20px 0;
}
h3 {
     font-size:23px;
     color: #282350;
     line-height: 28px;
     font-weight: bold;
     padding: 0;
     margin:0;
}
p {
     color: #282350;
     font-size: 18px;
     font-weight: 300;
     line-height: 24px;
     margin:20px 0 ;
}
strong {
     color: #282350;
     font-size: 18px;
     font-weight: 500;
     line-height: 24px;
     margin:20px 0 0 0;
}
/** about section **/

.pozwolklientom {
     margin-top:0;
     background:#fff url(../images/pozwolklientom-bg.jpg) no-repeat bottom center;
     padding:0 20px;
}
.pozwolklientom p {
     color: #282350;
     font-size: 18px;
}

.zapewniamy {
     background:url(../images/zapewniamy-bg.jpg) no-repeat bottom center;
}
.zapewniamy p {
     color: #282350;
     font-size: 18px;
     font-weight: 300;
     line-height: 24px;
     margin:5px 0 0 0;
}

.podazajzazmianami {
     background:url(../images/podazajzazmianami-bg.jpg) no-repeat bottom right; 
     background-size: contain;
}

.kontakt {
     background:url(../images/kontakt-bg.jpg) no-repeat top center; 
     background-size: contain;
}

.desc a,
form .submit {
     font-size:16px;
     font-weight:700;
     background-color: #fb6300;
     color: #fff;
     padding:0;
     width:100%;
     height:50px;
     max-width:200px;
     line-height:50px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.2s;
     border-radius:36px;
     display:block;
     margin:30px 0;
}

.desc a:hover,
form .submit:hover {
     background-color: #ff8738;
     color: #fff;
     transition: ease-in all 0.2s;
}

.stat {
     position:relative;
     width:100%;
     height:140px;
     padding-left:100px;
}
.stat-num {
     display:block;
     width:76px;
     height:140px;
     background-image: url(../images/stat_frame.png);
     background-position: top center;
     background-repeat: no-repeat;
     position:absolute;
     top:0;
     left:0;
     text-align: center;
     float: left;
}
.stat-num h2 {
     margin:40px 0 0 0;
     line-height: 36px;
     color:#39277e;
}
.stat-num h3 {
     color:#39277e;
}
.stat-desc {
     float: left;
     position: relative;
     font-weight: 400;
}
.stat-desc span{
     color:#666385;
     font-size: 14px;
     display: block;
}

.adress-box {
     background-color: #fff;
     padding:30px;
     width:100%;
     box-shadow: 0 0 50px -8px rgba(0,0,0,0.3);
     -webkit-box-shadow: 0 0 50px -8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 0 50px -8px rgba(0,0,0,0.3);
}
.adress-box p, .adress-box a {
     margin:0 0 20px 0;
}

.adress-box .user-box {
     position: relative;
   }

.adress-box .user-box input {
     width: 100%;
     padding: 10px 0;
     font-size: 16px;
     color: #fff;
     margin-bottom: 30px;
     border: none;
     border-bottom: 1px solid #fff;
     outline: none;
     background: transparent;
}
.adress-box .user-box label {
     position: absolute;
     top:0;
     left: 0;
     padding: 10px 0;
     font-size: 16px;
     color: #fff;
     pointer-events: none;
     transition: .5s;
}
   
.adress-box .user-box input:focus ~ label,
.adress-box .user-box input:valid ~ label {
     top: -20px;
     left: 0;
     color: #03e9f4;
     font-size: 12px;
}


/*-- SM buttons --*/
.sm {
     display: inline-block;
     height:44px;
     margin-top:20px;
     padding: 0;
     -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
     border-radius: 22px;
}
.sm-btn{
     display:inline-block;
     width:40px;
     height:40px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     border-radius: 100%;
     margin:2px;
     background-color:#fff;
}
.sm-btn:hover{
     opacity:0.85;
}
.sm-fb{
     background: url(../images/sm-fb.png) center center no-repeat;
}
.sm-in{
     background: url(../images/sm-in.png) center center no-repeat;
     margin:2px 0;
}
.sm-ig{
     background: url(../images/sm-ig.png) center center no-repeat;
}


.desc ul {
     margin-bottom:30px;
}
.desc ul li{
     list-style-type: decimal;
     font-size: 18px;
     font-weight: 300;
     margin-left:20px
}
.footer_desc h2{
     font-size: 32px;
     line-height: 40px;
}
.footer_adress p{
     padding-left: 40px;
     background-repeat: no-repeat;
     background-position: left center;
}
.download {
     padding:0;
     width:190px;
     height:64px;
     text-align: left;
     display: inline-block;
     transition: ease-in all 0.2s;
     border-radius:36px;
     display:block;
     margin:15px 0 0 0;
}
.download:hover {
     opacity:0.9;
     transition: ease-in all 0.2s;
}

.copyright {
     margin-top: 43px;
     padding: 20px 0px;
     background-color: #fff;
}

.copyright p {
     color: #282350;
     font-size: 14px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #282350;
     font-size: 14px;
     text-decoration: underline !important;
}

.copyright a:hover {
     color: #ff8738;
}


/** end footer **/

.form-radio,
.form-group {
  position: relative;
  margin-top:20px;
  margin-bottom:20px;
}

.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

   .form-group input {
     height: 40px;
   }
   .form-group textarea {
     resize: none;
   }
   .form-group select {
     width: 100%;
     font-size: 1rem;
     height: 40px;
     padding: 0.125rem 0.125rem 0.0625rem;
     background: none;
     border: none;
     line-height: 1.6;
     box-shadow: none;
   }
   
   .form-group .control-label {
     position: absolute;
     top: 0.25rem;
     pointer-events: none;
     padding-left: 0.125rem;
     z-index: 1;
     color: #b3b3b3;
     font-size: 1rem;
     font-weight: normal;
     -webkit-transition: all 0.28s ease;
     transition: all 0.28s ease;
   }
   .form-group .bar {
     position: relative;
     border-bottom: 1px solid #ccc;
     display: block;
   }
   .form-group select + label + .bar {
     margin-top: 2px;
   }
   .form-group .bar::before {
     content: '';
     height: 1px;
     width: 0;
     left: 50%;
     bottom: -0.0625rem;
     position: absolute;
     background: #282350;
     -webkit-transition: left 0.28s ease, width 0.28s ease;
     transition: left 0.28s ease, width 0.28s ease;
     z-index: 2;
   }
   .form-group select,
   .form-group input,
   .form-group textarea {
     display: block;
     background: none;
     padding: 0.125rem 0.125rem 0.0625rem;
     font-size: 18px;
     border-width: 0;
     border-color: transparent;
     line-height: 18px;
     width: 100%;
     -webkit-transition: all 0.28s ease;
     transition: all 0.28s ease;
     box-shadow: none;
   }
   .form-group input[type="file"] {
     line-height: 1;
   }
   .form-group input[type="file"] ~ .bar {
     display: none;
   }
   .form-group select:focus,
   .form-group select:valid,
   .form-group select.form-file,
   .form-group select.has-value,
   .form-group input:focus,
   .form-group input:valid,
   .form-group input.form-file,
   .form-group input.has-value,
   .form-group textarea:focus,
   .form-group textarea:valid,
   .form-group textarea.form-file,
   .form-group textarea.has-value {
     color: #282350;
   }
   .form-group select:focus ~ .control-label,
   .form-group select:valid ~ .control-label,
   .form-group select.notempty ~ .control-label,
   .form-group select.form-file ~ .control-label,
   .form-group select.has-value ~ .control-label,
   .form-group input:focus ~ .control-label,
   .form-group input:valid ~ .control-label,
   .form-group input.notempty ~ .control-label,
   .form-group input.form-file ~ .control-label,
   .form-group input.has-value ~ .control-label,
   .form-group textarea:focus ~ .control-label,
   .form-group textarea:valid ~ .control-label,
   .form-group textarea.notempty ~ .control-label,
   .form-group textarea.form-file ~ .control-label,
   .form-group textarea.has-value ~ .control-label {
     font-size: 0.8rem;
     color: gray;
     top: -1rem;
   }
   .form-group select:focus,
   .form-group input:focus,
   .form-group textarea:focus {
     outline: none;
   }
   .form-group select:focus ~ .control-label,
   .form-group input:focus ~ .control-label,
   .form-group textarea:focus ~ .control-label {
     color: #282350;
   }
   .form-group select:focus ~ .bar::before,
   .form-group input:focus ~ .bar::before,
   .form-group textarea:focus ~ .bar::before {
     width: 100%;
     left: 0;
   }
   
   .checkbox label,
   .form-radio label {
     position: relative;
     cursor: pointer;
     padding-left: 2rem;
     text-align: left;
     color: #333;
     display: block;
     font-size: 11px;
     line-height: 11px;
   }
   .checkbox input,
   .form-radio input {
     width: auto;
     opacity: 0.00000001;
     position: absolute;
     left: 0;
   }
      
   .checkbox {
     margin-top:20px;
     margin-bottom:10px;
   }
   .checkbox .helper {
     color: #999;
     position: absolute;
     top: 0;
     left: 0;
     width: 1rem;
     height: 1rem;
     z-index: 0;
     border: 1px solid currentColor;
     border-radius: 0.0625rem;
     -webkit-transition: border-color 0.28s ease;
     transition: border-color 0.28s ease;
   }
   .checkbox .helper::before, .checkbox .helper::after {
     position: absolute;
     height: 0;
     width: 0.2rem;
     background-color: #282350;
     display: block;
     -webkit-transform-origin: left top;
             transform-origin: left top;
     border-radius: 0.25rem;
     content: '';
     -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
     transition: opacity 0.28s ease, height 0s linear 0.28s;
     opacity: 0;
   }
   .checkbox .helper::before {
     top: 0.65rem;
     left: 0.38rem;
     -webkit-transform: rotate(-135deg);
             transform: rotate(-135deg);
     box-shadow: 0 0 0 0.0625rem #fff;
   }
   .checkbox .helper::after {
     top: 0.3rem;
     left: 0;
     -webkit-transform: rotate(-45deg);
             transform: rotate(-45deg);
   }
   .checkbox label:hover .helper {
     color: #282350;
   }
   .checkbox input:checked ~ .helper {
     color: #282350;
   }
   .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
     opacity: 1;
     -webkit-transition: height 0.28s ease;
     transition: height 0.28s ease;
   }
   .checkbox input:checked ~ .helper::after {
     height: 0.5rem;
   }
   .checkbox input:checked ~ .helper::before {
     height: 1.2rem;
     -webkit-transition-delay: 0.28s;
             transition-delay: 0.28s;
   }
   .checkbox a{
        display:unset;
        background:none;
        color:inherit;
        font-size: inherit;
        line-height: inherit;
   }
   .checkbox a:hover{
     color:#ff8738;
     background:none;
}
   
   .radio + .radio,
   .checkbox + .checkbox {
     margin-top: 1rem;
   }

.card-body{
        border:none;
        padding:0;
        margin:0;
}
.card-body p{
     border:none;
     padding:0;
     margin:10px 0;
}

.collapse-btn:before {
    content:'Ukryj';
}
.collapse-btn.collapsed:before {
    content:'Czytam wiÄcej';
}

:target:before {
     content: "";
     display: block;
     height: 100px;
     margin: -100px 0 0;
 }
 

 .animated-icon1{
     width: 30px;
     height: 20px;
     position: relative;
     margin: 0px;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .5s ease-in-out;
     -moz-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
     transition: .5s ease-in-out;
     cursor: pointer;
     }
     
     .animated-icon1 span {
     display: block;
     position: absolute;
     height: 3px;
     width: 100%;
     border-radius: 9px;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
     }
     
     .animated-icon1 span {
     background: #e65100;
     }
     
     .animated-icon1 span:nth-child(1) {
     top: 0px;
     }
     
     .animated-icon1 span:nth-child(2) {
     top: 10px;
     }
     
     .animated-icon1 span:nth-child(3) {
     top: 20px;
     }
     
     .animated-icon1.open span:nth-child(1) {
     top: 11px;
     -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -o-transform: rotate(135deg);
     transform: rotate(135deg);
     }
     
     .animated-icon1.open span:nth-child(2) {
     opacity: 0;
     left: -60px;
     }
     
     .animated-icon1.open span:nth-child(3) {
     top: 11px;
     -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
     }

     
     
.sticky-btn {
     font-size:16px;
     font-weight:700;
     background-color: #fb6300;
     color: #fff;
     padding:0;
     height:50px;
     width:180px;
     line-height:50px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.2s;
     border-radius:36px;
     margin:0;
     position: fixed;
     bottom:30px;
     right:30px;
}

.sticky-btn:hover{
     background-color: #ff8738;
     color: #fff;
     transition: ease-in all 0.2s;
}

#formbox:target:before {
     content: "";
     display: block;
     height: 600px;
     margin-top:-600px
 }