/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.responsiveLogo{ 
    width: 200px;
    height: auto; 
    margin-top:5%;  
}
.left-logo{
  margin-left: 25px;
}
.welcome-btn {
    display: inline-block;
    width: 170px;
    height: 50px;
    background: #D7368F;
    color: #fff;
    border-radius: 15px;  
    font-size:16px;
    font-weight: 900;
    margin-top: 11%;  
}
.welcome-btn:hover{
    background: #df55a1;
}
.managementImg{
  text-align: center;
  margin-top: 150px;
}
.dashboardImg{
  text-align: center;
}
.wranglingImg{
  margin-top: 100px;
  margin-left: 50px;
}
.workflowImg{
  margin-top: 100px;
}

.sep_faq{
  margin-top: 40px;
}
/* Dodatkowy styl dla Safari */
@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) {
  .button {
    display: inline-block;
    width: 170px;
    height: 50px;
    background: #D7368F;
    color: #fff;
    border-radius: 15px;
    font-size: 1.7rem;
    margin-top: 2.9%;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
  }
}}
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 45px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#D7368F;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #D7368F;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #D7368F;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #D7368F;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #D7368F;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #D7368F;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/welcome-hero/banner.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}

.welcome-hero-txt
{
  text-align: center;
  padding:290px 0 372px 0px;
}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 28px;
    font-weight: 500;
    color: #fcfcfc;
    margin-top: 25px;
}

@media only screen and (max-width: 600px) {
  .welcome-hero-txt
  {
    padding: 0px 0px 40px 0px ;
  }
  .welcome-hero-txt p {
    font-size: 18px;   
  }
}
.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #424242;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #D7368F;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{background: #cc5094;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}
/*-------------------------------------
        5. Services
--------------------------------------*/
.services-container{ 
    margin-top: 200px; 
    margin-bottom: 200px;
}

.services-container p{
text-align: center;
font-size: 18px;
color: #424242;
font-weight: 500;
}
.services-container h2{
    text-align: center;
    font-size: 42px;
    color: #424242;
    font-weight:900;
    margin: 10px;
    }


.div-centerLogo{
    margin: auto;
    width: 50%;
    margin-top: 10px;
    padding: 20px;
}

@media only screen and (max-width: 600px) {
  .services-container{ 
    margin-top: 100px; 
    margin-bottom: 100px;
  }
  .services-container h2{ 
    font-size: 25px;
  }

  .div-centerLogo{
    width: 100%;

  }
} 

.aobutUsP{
  font-size: 25px;
  font-weight: 200;
  text-align: center;
  color: #000;
}

.div-center{    
    margin-top: 10px;
    padding: 20px;  
}
.services-container .text-left{
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
}


.services-container .text-h2{
  font-size: 49px;
  font-family: 'Roboto';
  font-weight: 900;
  text-align: left;
  margin:10px 10px 10px 0px;
}

.centerText{
  font-size: 49px;
  font-family: 'Roboto';
  font-weight: 900;
  text-align: center;
}
.services-img{
    width: auto;
    height: auto;
}
.services-btn {  
    position:inherit; 
    margin: auto;  
    padding-top: 15px;
    width: 180px;
    cursor: pointer;
   text-align: center;
    height: 50px;
    background: #D7368F;
    color: #fff;
    border-radius: 15px;
    font-size:1.4rem;
    font-weight: 900;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.services-btn:hover{
    background: #df55a1;
}

.girdTab{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.girdTab .arrow{
  margin-left: -100px;
  margin-top: 35px;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .girdTab .arrow{
    display: none;
  }

}
.tabInfo{
    width: 300px; /* szerokość karty */
    height: 350px; /* wysokość karty */
    border-right: 1px solid gray ;
    border-image: linear-gradient(to bottom, transparent, rgba(128, 128, 128, 0.5), transparent); /* gradient wycieniowany */
    border-image-slice: 1; /* wycina gradient równomiernie */
}
.tabInfo:last-child {
    border-right: none; /* usuwamy ramkę po prawej stronie ostatniego elementu */
  }

.tabInfo p{
    text-align: left;
    font-size: 18px;
    color: #424242;
    font-family: 'Inter';
    font-weight: 500;
    padding: 10px 50px 10px 50px;
    }
.tabInfo h2{
    text-align: left;
    font-size: 25px;
    color: #424242;
    font-family: 'Inter';
    font-weight:900;
    padding-left: 40px;
}
.tabInfo svg{
margin-left: 50px;
}
.stepInfo
{
    width: 300px; /* szerokość karty */
    height: 250px; /* wysokość karty */
}
.stepInfo svg{
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stepInfo p{
    text-align: center;
    font-size: 18px;
    color: #424242;
    font-weight: 500;
    font-family: 'Inter';
    padding: 10px 10px 10px 10px;
    }
.stepInfo h2{
    text-align: center;
    font-size: 25px;
    color: #424242;
    font-family: 'Inter';
    font-weight:900;
}
.container{
    margin: auto;
    width: 90%;
    padding: 0px;
}

.person-card {
    width: 300px; /* szerokość karty */
    height: 400px; /* wysokość karty */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 20px;
  }
  
  .person-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

  .twoColumn{
    margin-top: 150px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .column {
    width: 500px; /* szerokość karty */
    height: auto; /* wysokość karty */  
    margin: 20px;
  }
  .dashboard{
    margin: 0 auto;
    width: 85%;
    padding: 0px;
    overflow:hidden;
    height: auto;
    cursor: pointer;
  }
  .dashboard p{
    text-align: left;
 padding-bottom: 20px;
  }
  
 
 
  .personTabs{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gridFaq{
    margin: 0 auto;
    width: 70%;
    display: flex;
    flex-flow: wrap;
  }
  @media only screen and (max-width: 600px) {
    .gridFaq{
      margin: 0 auto;
      width: 100%;     
    }
  }
  .left-faq{ 
    flex: 50%;
    width: 100%;  
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 20px;
  }

  .right-faq{ 
    flex: 50%;
    max-height: 430px;
    background-color: #283D93;
    border-radius: 25px;
    padding: 100px 50px 50px 50px ;
    margin: 100px 0px 0px 0px;
  }
  .right-faq h2{
   color: #fff;
   font-size: 30px;
   font-family: 'Inter';
  }

  .right-faq p{
    color: #fff;
    font-size: 20px;
    font-family: 'Inter';
  }
  .right-faq div{

    text-align: center;
  }
  .question {
    display: grid;
    grid-template-columns: 90% 10%;
  }
  .btn-more{
    font-size: 32px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: black;
    user-select: none;
    padding: 0px;
    margin: 10px;
  }
  .btn-more:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 25px;
  }

  .pinkText{
    color: #D7368F;
  }
  .question h1{
    text-align:left;
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Roboto';
    padding: 5px;

  }
  .question p{
    text-align: left;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 300px;
    padding: 0px 0px 0px 5px ;
  }
 
  .contact-container{
   margin: 100px;
  }
  #contact {
    width: 100%;
    height: 100%;
  }
  
  .section-header {
    text-align: left;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 42px;
    color: #424242;  
  }
  
  .contact-container{
    margin: 0 auto;
    width: 80%;
    margin-top: 100px;
  }

  .contact-wrapper {
    display: flex;
    flex-flow: wrap; 
  }
  
 .left-contatct{
    flex: 50%;

 }
 .right-contact{
    flex: 50%;
    padding: 50px 0px 0px 250px;   
 }
 
 .form {
    display: flex;
    flex-direction: column;
  }
  
  .form-group {
    margin-bottom: 20px;
    min-width: 200px;
  }
  
  label {
    font-weight: bold;
  }
  
  input,
  textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  textarea{
    height:  150px;
  }
  @media screen and (max-width: 768px) {
   
     .right-contact{
        padding: 0px;    
     }    
   
  }
  
  /* Begin Right Contact Page */
  
  .direct-contact-container h2{
    font-size: 32px;
    text-align: left;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none; 
  
  }

  .contact-list li a{
    font-family: 'Inter';
  }
  
  .list-item {
    line-height: 4;
    color: #aaa;
  }
  
  .contact-text {
    font: 300 16px 'Lato', sans-serif; 
    color: #424242;   
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #424242;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {  
    text-decoration: none;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  .two-column{  
    display: flex;
    flex-flow: wrap;    
  }
  .two-column label{
    color: rgba(0, 0, 0, 0.625);
  }
  .form-group label{
    color: rgba(0, 0, 0, 0.625);
  }
  .col-2{
    flex: 50%;
    padding-right: 40px;
  }
  .col-2:last-child{
    padding-right: 0px;
  }
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  

  
  
  /* Begin Media Queries*/
  @media screen and (max-width: 850px) {
    .contact-wrapper {
      display: flex;
      flex-direction: column;
    }
    .direct-contact-container, .form-horizontal {
      margin: 0 auto;
    }  
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 300px;
    }    
    .social-media-list li {
      height: 60px;
      width: 60px;
      line-height: 60px;
    }
    .social-media-list li:after {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }

    .col-2{
      padding-right: 0px;
    }
  }
  
  @media screen and (max-width: 569px) {
  
    .direct-contact-container, .form-wrapper {
      float: none;
      margin: 0 auto;
    }  
    .form-control, textarea {
      
      margin: 0 auto;
    }
   
    
    .name, .email, textarea {
      width: 280px;
    } 
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 280px;
    }  
    .social-media-list {
      left: 0;
    }
    .social-media-list li {
      height: 55px;
      width: 55px;
      line-height: 55px;
      font-size: 2rem;
    }
    .social-media-list li:after {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
    
  }
  
  @media screen and (max-width: 410px) {
    .send-button {
      width: 99%;
    }
  }




/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0; 
}
.footer-menu ul.footer-menu-item{text-align: left;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #424242;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #D7368F;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #D7368F;}
.footer-social a:hover {background:#D7368F;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background:#D7368F;
    font-family: 'Inter';   
	border:1px solid #D7368F;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#D7368F;
	border:1px solid #D7368F;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================