@charset "UTF-8";
/*$main-color:#d24000;*/
/*********************************************************************

 *  Document   : Custom.css
 *  Author     : BasicStarter Theme
 *  Description: The main theme stylesheet of the template
 *  Structure (with shortcodes):
        1. GLOBLE STYLE
        2. TOP HEADER
        3. Nav-Bar
        4. Home 
        5. Features
        6. Why Flash Pro
        7. Collection Or Screenshots Or Product Showcase
        8. Reviews Or Testimonial
        9. FAQ
        10. Pricing Or Packages Or Offers
        11. Team Or Agents Or Experts
        12. Blog Or News
        13. Subscribe
        14. Certified By or Partner or Client
        15. Contact
        16. Footer
        17. Back To Top
        18. Preloader
 */
/********************* [ 1.GLOBLE STYLE ] **************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,800|Oswald:400,500,600,700");
html, body {
  color: #333;
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

.navbar-light .navbar-toggler {
  border: 2px solid #0b6ccd;
  border-radius: 0;
  padding: 0.2rem 0.75rem; }

section {
  padding: 100px 0; }

.title-wrap {
  margin: 0 0 40px; }

.title-wrap .section-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase; }

.title-wrap .section-title-big {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase; }

.title-wrap .title-line {
  clear: both;
  position: relative;
  line-height: 0; }

.title-line .long-line {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 90px; }

.title-line .short-line {
  background-color: #007df9;
  border-radius: 10px;
  display: inline-block;
  height: 3px;
  margin-right: 5px;
  position: relative;
  width: 20px; }

.intro-text {
  color: #333;
  max-width: 620px;
  margin: 0 auto 50px;
  font-size: 17px;
  font-weight: 500;
  text-align: center; }

.section-small-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #888; }

.btn {
  line-height: 24px;
  overflow: hidden;
  padding: 6px 15px;
  font-weight: 600;
  flex-direction: column; }

a.btn.btn-custom, .btn.btn-custom, header#top-header .btn.btn-default {
  border-radius: 25px; }

.btn-custom {
  font-size: 14px;
  border: 2px solid #0b6ccd;
  border-radius: 0;
  background-color: transparent;
  color: #666;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -moz-transform: perspective(1px) translateZ(0px);
  -webkit-transform: perspective(1px) translateZ(0px);
  -o-transform: perspective(1px) translateZ(0px);
  -ms-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }

.btn-custom::before {
  background-color: #0b6ccd;
  background-image: radial-gradient(circle at 0 0, #0b6ccd, #0b6ccd);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1; }

.btn.btn-custom:hover,
.btn.btn-custom:focus,
.btn.btn-custom:active {
  border-color: #0b6ccd;
  color: #fff; }

.btn-custom:hover::before,
.btn-custom:focus::before,
.btn-custom:active::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

p {
  font-family: 'Open Sans', sans-serif; }

/********************* [ 2.Top-header ] **************************/
header#top-header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin-bottom: 100px; }

header#top-header .btn {
  padding: 5px 25px;
  font-size: 14px;
  font-weight: 600;
  background: #0b6ccd;
  color: #fff;
  border-radius: 0; }

header#top-header .phone {
  padding: 6px 0;
  font-weight: 600; }

/********************* [ 3. Nav-Bar ] **************************/
.sps {
  padding: 1.5em 1em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 11111;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.sps--abv {
  background-color: transparent;
  color: #000; }

.sps--abv.has-th {
  top: 100px; }

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0; }

.sps--abv .navbar-nav .nav-link {
  color: #333; }

.sps--blw .navbar-nav .nav-link {
  color: #333; }

.sps--blw {
  background-color: #fff;
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.1); }

.navbar-brand img {
  position: absolute;
  top: 0; }

.sps--blw .navbar-brand img {
  /*width: 150px;*/
  position: absolute;
  top: 10px;
  width: 130px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.navbar .active,
.navbar .active a,
.navbar li a.current:hover,
.navbar li a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #0b6ccd !important; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51, 51, 51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/********************* [ 4.Home ] **************************/
section.home {
  background: #fff;
  position: relative;
  width: 100%; }

.watch-review {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 0 20px 0; }

.watch-review a {
  color: #666;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }

.watch-review a:hover {
  color: #0b6ccd; }

.watch-review a i {
  color: #666;
  padding: 10px;
  border: 2px solid #0b6ccd;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 5px;
  text-indent: 2px; }

.watch-review a:hover i {
  color: #0b6ccd; }

.banner-content h1.header-title-text {
  font-size: 58px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  text-indent: -3px; }

.banner-content h1.header-title-text span {
  display: block;
  font-size: 36px;
  color: #0b6ccd;
  text-indent: -2px; }

.banner-content p.header-des-text {
  margin-bottom: 20px;
  max-width: 325px;
  font-family: 'Open Sans', sans-serif;
  text-transform: unset;
  font-weight: 500; }

.banner-content p {
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0; }

.button-holder {
  margin-top: 0;
  margin-bottom: 10px; }

.button-holder .btn.btn-custom {
  margin: 0 10px 10px 0; }

.home-image img {
  width: 100%; }

/********************* [ 5.Features ] **************************/
section.features {
  background: #F1F1F1; }

section.features img {
  width: 100%; }

.feature-all-wrap h1 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px; }

.feature-wrap {
  margin: 0 0 30px;
  padding: 0 0 0 60px;
  position: relative;
  text-align: left; }

.feature-icon {
  left: 0;
  position: absolute;
  top: 0; }

.feature-wrap h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px; }

.feature-wrap:hover i {
  background-color: #0b6ccd;
  border-color: #0b6ccd;
  color: #fff; }

.feature-icon i {
  background-color: transparent;
  border: 2px solid #0b6ccd;
  border-radius: 50%;
  color: #333;
  font-size: 20px;
  height: 40px;
  line-height: 36px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 40px; }

.feature-details p {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif; }

/********************* [ 6. Why Flash Pro ] **************************/
section.why-us {
  background-image: url("../images/why-bg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-position: top center; }

section.why-us .title-wrap .section-title,
section.why-us .intro-text,
section.why-us .title-wrap .section-title-big {
  color: #fff; }

section.why-us .feature-wrap {
  margin: 0; }

section.why-us .feature-wrap .feature-icon i {
  color: #fff; }

section.why-us .feature-wrap:hover .feature-icon i {
  color: #fff; }

/********************* [ 7 .Collection Or Screenshots Or Product Showcase ] **************************/
section.collection {
  background: #fff; }

.collection-text h1 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: -3px;
  margin-bottom: 15px; }

.collection-text h1 span {
  display: block; }

.collection-text .long-line {
  background-color: #666; }

.collection-text p {
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1px; }

.collection .owl-carousel .item {
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s; }

.collection-text a {
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: 15px; }

.collection-text a i {
  color: #0b6ccd;
  font-size: 18px; }

.collection-text a:hover i {
  color: #fff; }

.cpsp-des {
  text-align: center;
  position: absolute;
  top: -40%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 5px 0 10px 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.collection .owl-carousel .item:hover .cpsp-des {
  display: block;
  top: 38%; }

.cpsp-des .btn {
  font-size: 20px;
  padding: 6px 10px;
  text-align: center;
  color: #fff;
  border: 2px solid #0b6ccd;
  border-radius: 0; }

.cpsp-des .cpsp-price {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px; }

.cpsp-des .cpsp-price span {
  color: #0b6ccd;
  text-decoration: line-through; }

.collection .owl-carousel .owl-nav {
  display: none; }

.collection .owl-carousel .owl-dots {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center; }

.owl-carousel .owl-dots .owl-dot span {
  background: #333;
  border-radius: 0;
  height: 8px;
  width: 20px; }

.owl-carousel .owl-dots .owl-dot.active span {
  background: #0b6ccd; }

/********************* [ 8.Reviews Or Testimonial] **************************/
section.reviews {
  background: #f1f1f1; }

section.reviews .long-line {
  background-color: #666; }

.review-slider {
  display: block;
  background: #fff; }

.well.client-wall {
  width: 100%;
  position: relative;
  padding: 30px 30px;
  background: #fff;
  text-align: center; }

.well.client-wall img {
  width: 84px;
  background-color: #fff;
  margin: 0 auto 10px;
  border-radius: 50%; }

.client-rating {
  color: #0b6ccd; }

.well.client-wall h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }

.well.client-wall h4 span {
  color: #0b6ccd; }

.review-slider.owl-carousel .owl-dots {
  top: 0;
  right: 23px;
  position: absolute; }

/********************* [ 9.faq ] **************************/
section.faq {
  background: url("../images/faq-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed; }

section.faq .section-title-big {
  color: #fff; }

section.faq #accordion .card {
  margin-bottom: 15px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px; }

section.faq #accordion .card:last-child {
  margin-bottom: 0; }

section.faq #accordion .card-header {
  padding: 0;
  border-bottom: none; }

section.faq #accordion .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  color: #0b6ccd;
  padding: 20px 20px 20px 50px;
  white-space: normal; }

section.faq #accordion .card-header button::before {
  content: "Ôłĺ";
  float: left;
  margin-right: 1em;
  margin-left: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 10px;
  color: #0b6ccd; }

section.faq #accordion .card-header button.collapsed {
  color: #333; }

section.faq #accordion .card-header button.collapsed::before {
  content: "+";
  color: #333;
  position: absolute; }

section.faq #accordion .card-header button.collapsed:hover {
  color: #0b6ccd; }

section.faq #accordion .card-body {
  padding-top: 0; }

section.faq #accordion .card-body p:last-child {
  margin-bottom: 0; }

section.faq #accordion .card-body ul {
  list-style-type: circle;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif; }

/********************* [ 10.Pricing Or Packages Or Offers ] **************************/
section.pricing {
  background: #fff; }

section.pricing .long-line {
  background-color: #666; }

.pbg-simple {
  background: rgba(210, 64, 0, 0.75); }

.pbg-normal {
  background: rgba(210, 64, 0, 0.8); }

.pbg-standard {
  background: rgba(210, 64, 0, 0.85); }

.pbg-boss {
  background: rgba(210, 64, 0, 0.9); }

.pbg-big-boss {
  background: rgba(210, 64, 0, 0.95); }

.pbg-king {
  background: #d24000; }

.pricing-table {
  height: auto;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  width: 100%;
  color: #fff; }

.pricing-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase; }

.pricing-wrap h2 span {
  font-size: 1.5em;
  font-weight: 500; }

.pricing-wrap h2 span.line-through {
  color: #333;
  text-decoration: line-through;
  font-size: 20px; }

.pricing-wrap h2 {
  font-size: 2rem;
  padding: 0; }

h2 {
  letter-spacing: 1.1px;
  line-height: 1.4; }

ul.price li {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  font-weight: 400; }

ul.price li a {
  color: #fff; }

ul.price li a:hover {
  text-decoration: none; }

a {
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s; }

ul.price {
  list-style: outside none none;
  margin: 0 0 30px 0;
  text-align: center;
  padding: 0; }

.pricing-table .btn.btn-custom {
  border-color: #fff;
  color: #fff; }

.pricing-slider .owl-dots {
  margin-top: 30px !important; }

/********************* [ 11. Team Or Agents Or Experts] **************************/
section.team {
  background: #f1f1f1; }

section.team .long-line {
  background-color: #666; }

section.team .card {
  border: none;
  background: #ffffff; }

section.team .image-flip:hover .backside,
section.team .image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem; }

section.team .image-flip:hover .frontside,
section.team .image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

section.team .mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative; }

section.team .frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px; }

section.team .backside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
  -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
  box-shadow: 5px 7px 9px -4px #9e9e9e; }

section.team .frontside,
section.team .backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d; }

section.team .frontside .card,
section.team .backside .card {
  min-height: 320px;
  border-radius: 0; }

section.team .frontside .card a.btn-default i {
  color: #0b6ccd;
  font-size: 20px; }

section.team .backside .card a {
  font-size: 18px;
  color: #333; }

section.team .backside .card a:hover {
  color: #0b6ccd; }

section.team .frontside .card .card-title,
section.team .backside .card .card-title {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px; }

section.team .frontside .card .card-text,
section.team .backside .card .card-text {
  font-weight: 400; }

section.team .frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%; }

/********************* [ 12.Blog Or News ] **************************/
section.blog {
  background: #fff; }

section.blog .long-line {
  background-color: #666; }

.post-blog {
  margin: 0;
  position: relative;
  background: #fff; }

.post-blog .post-img {
  position: relative;
  overflow: hidden; }

.post-blog .post-img img {
  width: 100%;
  height: auto; }

.post-blog .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.30s ease;
  transition: all 0.30s ease; }

.post-blog:hover .over-layer {
  opacity: 1; }

.post-blog .post-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 45%;
  text-align: center; }

.post-blog .post-link li {
  display: inline-block;
  list-style: none;
  margin: -9px 0 0; }

.post-blog .post-link li a {
  color: #FFF;
  font-size: 39px; }

.post-blog .post-link li a:hover {
  color: #0b6ccd;
  text-decoration: none; }

.post-blog .post-date {
  position: absolute;
  top: 10%;
  left: 30px; }

.post-blog .date {
  display: inline-block;
  border-radius: 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #333;
  float: left; }

.post-blog .month {
  display: inline-block;
  border-radius: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #0b6ccd;
  text-transform: uppercase; }

.post-blog .post-content {
  padding: 30px;
  background-color: #f1f1f1; }

.post-blog .post-title {
  margin: 0 0 15px 0; }

.post-blog .post-title a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.post-blog .post-title a:hover {
  text-decoration: none;
  color: #0b6ccd; }

.post-blog .post-description {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  padding: 0;
  font-weight: 400; }

.post-blog .read-more {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.20s linear;
  transition: color 0.20s linear; }

.post-blog .read-more:hover {
  text-decoration: none;
  color: #0b6ccd; }

.post-blog .read-more:after {
  content: "";
  position: absolute;
  width: 30%;
  bottom: -2px;
  left: 0;
  display: block;
  border: 1px solid #0b6ccd;
  -webkit-transition: all 0.30s ease;
  transition: all 0.30s ease; }

.post-blog .read-more:hover:after {
  width: 100%; }

.blog-slider.owl-carousel .owl-dots {
  margin-top: 30px !important; }

/********************* [ 13. Subscribe Section ] **************************/
section.subscribe {
  background: url("../images/news-subs-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

section.subscribe .section-title-big {
  color: #fff; }

.subscribe-head {
  text-align: center; }

.subscribe-form input[type="email"] {
  border: 0 none;
  border-radius: 25px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  height: 51px;
  letter-spacing: 0;
  text-align: center;
  width: 460px; }

.subscribe-form input[type="submit"] {
  background: #0b6ccd;
  border: 0 none;
  border-radius: 25px;
  color: #fff;
  height: 51px;
  letter-spacing: 0;
  margin-left: -60px;
  padding: 0 58px;
  font-weight: 600;
  cursor: pointer; }

/********************* [ 14.Certified By or Partner or Client] **************************/
section.certified {
  background: #f1f1f1; }

section.certified .long-line {
  background-color: #666; }

section.certified .certified-slider .item {
  border: 1px solid #ddd;
  overflow: hidden; }

section.certified img {
  width: 100%;
  padding: 0;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1); }

section.certified img:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1); }

.certified-slider.owl-carousel .owl-dots {
  margin-top: 30px !important; }

/********************* [ 15.contact ] **************************/
section.contact {
  background-image: url("../images/contact-bg2.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  background-position: center; }

section.contact .section-title-big {
  color: #fff; }

section.contact .long-line {
  background-color: #fff; }

.contact-details {
  color: #fff; }

.contact-item {
  margin: 0 0 23px; }

.contact-item:last-child {
  margin-bottom: 0; }

.contact-icon {
  float: left;
  margin-right: 15px; }

.contact-icon i {
  background-color: transparent;
  border: 2px solid #0b6ccd;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px; }

.contact-item:hover .contact-icon i {
  background-color: #0b6ccd;
  border-color: #0b6ccd;
  color: #ffffff; }

.contact-desc {
  padding-left: 55px; }

.contact-desc h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px; }

.contact-desc a {
  text-decoration: none; }

.contact-item a {
  color: #fff; }

.contact-item ul.list-inline.list-social {
  margin: 0; }

.list-inline.list-social {
  padding: 0; }

.list-social.list-inline > li {
  padding: 0; }

.list-inline > li {
  display: inline-block; }

.social-icon.social-icon-small {
  height: 34px;
  width: 34px; }

.contact-desc a {
  text-decoration: none; }

.contact-item a {
  color: #fff; }

.contact-item p {
  margin-bottom: 0; }

.social-icon {
  border-radius: 5px 0;
  display: block;
  margin-right: 5px;
  overflow: hidden;
  text-align: center;
  text-shadow: none; }

.social-icon.social-icon-small i {
  background-color: #007df9;
  font-size: 18px;
  line-height: 32px; }

.social-icon i {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.social-icon.social-icon-small:hover i:first-child {
  margin-top: -32px; }

.contact-item:hover i {
  border-color: #fff; }

.contact-form .form-control {
  border-radius: 0;
  font-weight: 400;
  color: #fff;
  background: transparent;
  border: 2px solid #fff; }

.contact-form .form-control::-moz-placeholder {
  color: #ddd;
  opacity: 1; }

.contact-form .form-control:-moz-placeholder {
  color: #ddd;
  opacity: 1; }

.contact-form .form-control:-ms-input-placeholder {
  color: #ddd;
  opacity: 1; }

.contact-form .form-control::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1; }

.contact-form .btn-custom {
  color: #fff;
  font-weight: 600; }

/********************* [ 16.Footer ] **************************/
.footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0; }

#footer ul.list-inline.list-social {
  margin: 60px 0 30px; }

.list-inline.list-social {
  padding: 0; }

.list-inline {
  list-style: outside none none; }

.footer .copyright {
  font-size: 16px;
  margin: 30px 0 0; }

.footer a, .footer p, .footer li {
  border-color: #fff;
  color: #fff;
  line-height: 1.3; }

.text-center {
  text-align: center; }

/********************* [17.Back To Top] **************************/
.scrollup {
  bottom: 40px;
  color: #0b6ccd;
  font-size: 42px;
  height: 40px;
  position: fixed;
  right: 22px;
  text-align: center;
  width: 40px;
  z-index: 999;
  display: none; }

.scrollup:hover {
  color: #C73800; }

/********************* [18.Preloader] **************************/
.preloader.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 111111; }

.dots .dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  background: #0b6ccd;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite; }

.dots .dot:nth-child(2) {
  animation-delay: .2s; }

.dots .dot:nth-child(3) {
  animation-delay: .4s; }

@keyframes dot-dot-dot {
  0%, 60%, 100% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial; }
  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px); } }
/********* End Of Custom CSS *********/
@media (max-width: 1199.98px) {
  section.features img {
    margin-top: 54px; }

  .feature-all-wrap h1 {
    font-size: 36px;
    margin-bottom: 30px; }

  .contact-item {
    margin: 0 0 15px; }

  .well.client-wall {
    padding: 19px 20px; }

  .well.client-wall .review-word {
    font-size: 14px; }

  .well.client-wall img {
    margin-bottom: 5px; }

  .well.client-wall .review-word,
  .client-rating {
    margin-bottom: 10px; }

  .well.client-wall h4 {
    font-size: 16px; }

  section.team .frontside .card,
  section.team .backside .card {
    min-height: 342px; } }
@media (max-width: 991.98px) {
  .sps--abv.has-th {
    top: 50px; }

  .flex-row-reverse {
    background: #f8f8f8;
    padding: 0 15px; }

  .navbar-brand img {
    width: 150px; }

  .feature-wrap {
    padding: 0 0 0 50px; }

  .collection-text h1 {
    font-size: 32px;
    line-height: 38px;
    padding-top: 12px; }

  .collection-text a {
    display: none; }

  .review-slider {
    margin-top: 30px; }

  .review-slider.owl-carousel .owl-dots {
    position: inherit;
    padding-bottom: 10px;
    margin-top: 0 !important;
    right: inherit;
    top: inherit; } }
@media (max-width: 767.98px) {
  section {
    padding: 75px 0; }

  .banner-content {
    margin: 0 auto;
    max-width: 295px; }

  .banner-content h1.header-title-text {
    font-size: 40px;
    line-height: 40px;
    text-indent: 0;
    margin-bottom: 10px; }

  .banner-content h1.header-title-text span {
    font-size: 30px;
    text-indent: 0; }

  .banner-content p.header-des-text {
    margin-bottom: 15px; }

  .title-wrap .section-title-big {
    font-size: 32px;
    line-height: 32px; }

  .feature-all-wrap h1 {
    font-size: 32px;
    line-height: 34px; }

  section.why-us .feature-wrap {
    margin-bottom: 30px; }

  section.why-us .feature-wrap.mrb-0 {
    margin-bottom: 0 !important; }

  .collection-text {
    margin-bottom: 30px; }

  .collection-text h1 {
    font-size: 32px;
    line-height: 38px;
    padding-top: 0; }

  section.team .frontside .card,
  section.team .backside .card {
    min-height: 370px; }

  .pricing-wrap h2 {
    font-size: 2.5rem; }

  .subscribe-form input[type="submit"] {
    margin-top: 15px;
    margin-left: 0; }

  .contact-form-box {
    margin-top: 30px; } }
@media (max-width: 575.98px) {
  header#top-header {
    margin-bottom: 50px; }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  .sps--abv.has-th {
    top: 90px; }

  section {
    padding: 50px 0; }

  section.home {
    padding-top: 75px !important; }

  .banner-content {
    margin: 0 auto;
    max-width: 268px; }

  .banner-content h1.header-title-text {
    font-size: 34px;
    line-height: 34px;
    text-indent: 0;
    margin-bottom: 10px; }

  .banner-content h1.header-title-text span {
    font-size: 24px;
    text-indent: 0; }

  .banner-content p.header-des-text {
    margin-bottom: 10px; }

  .button-holder .btn.btn-custom {
    margin: 5px 5px 2px 0; }

  .btn {
    padding: 6px 10px; }

  .owl-theme .owl-dots .owl-dot span {
    margin: 4px; }

  .well.client-wall {
    height: auto;
    padding: 20px; }

  .well.client-wall h4 {
    font-size: 14px; }

  section.team .frontside .card,
  section.team .backside .card {
    min-height: 320px; }

  .subscribe-form input[type="email"] {
    width: 100%; }

  .social-icon {
    margin-right: 2px; }

  .modal-title {
    font-weight: 0.8rem; }

  .modal-body h4 {
    font-size: 18px; }

  section.faq #accordion .card {
    letter-spacing: 0; } }
.banner-content p.header-des-text {
  max-width: 380px; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.content-section h4 {
  margin-bottom: 60px; }
.content-section .content-spacer {
  margin-bottom: 60px; }
.content-section li {
  font-family: "Open Sans"; }

.doping-free {
  color: #fff;
  background-color: #0053a7;
  background: #0b6ccd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b6ccd 0%, #0053a7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b6ccd 0%, #0053a7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b6ccd 0%, #0053a7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 40px 0; }
  .doping-free h3 {
    font-size: 80px;
    line-height: 80px;
    text-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px; }
    @media screen and (max-width: 768px) {
      .doping-free h3 {
        text-align: center; } }
    .doping-free h3 span {
      font-size: 29px;
      line-height: 29px;
      display: block;
      letter-spacing: 6px; }
  .doping-free .doping-free-info {
    font-size: 25px;
    padding-top: 15px;
    font-family: 'Oswald';
    text-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px; }

.euipo {
  padding: 40px 0;
  background-color: #f3f3f3; }
  .euipo img {
    width: 100%; }

.users-gallery-tile {
  padding-bottom: 30px;
  position: relative; }
  .users-gallery-tile img {
    width: 100%; }
  .users-gallery-tile p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #000;
    background: white; }

.lightboxOverlay {
  z-index: 20000; }

.lightbox {
  z-index: 20001; }

.lang-changer {
  padding: 10px 0 0 0; }
  .lang-changer a {
    padding: 0 5px;
    text-decoration: none; }

.social-header {
  margin-bottom: 0;
  margin-top: 5px; }
  .social-header a {
    color: #fff; }

.navbar-collapse.collapse.show {
  z-index: 10; }

.navbar-brand img {
  max-width: 150px; }

.dokumentacja-title {
  margin-bottom: 60px; }

.img-100 {
  display: block;
  max-width: 100%;
  width: auto; }

.dokumentacja-box {
  margin-bottom: 30px; }
  .dokumentacja-box img {
    margin: 0 auto 30px auto; }

.dokumentacja-img-box {
  height: 325px;
  display: block; }

.margin-0-auto {
  margin: 0 auto; }

/*# sourceMappingURL=main.css.map */
