
/* Table of Content
==================================================
  #BASIC TYPOGRAPHY
  #HEADER
  #FEATURE SECTION
  #PRICE SECTION
  #VIDEO SECTION
  #TESTIMONIAL
  #NEWSLETTER
  #CLIENTS
  #CONTACT
  #FOOTER
  #RESPONSIVE CSS 
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
 html {
    scroll-behavior:smooth;
 }
body{
  overflow-x: hidden !important; 
   font-family: 'Cabin', sans-serif;
   font-size:1.5rem !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Cabin', sans-serif !important;
  color: #115F8A;
} 
 h1 {
  color: #115F8A;  
  font-size: 47px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: lighter;
  
}
 h2 {
 font-family: 'Cabin', sans-serif !important;
  font-size: 26px !important;

 }
  h3 {
 font-family: 'Cabin', sans-serif !important;
  font-size: 38px ;
   color:#ffffff;
 }
 
 h4 {
  color:#e05e2a ;  
  font-size: 47px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: lighter;
  
}
h5 {
  color:#115F8A ;  
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: lighter;
  
}

.topnav a {
  float:right !important;
 
  display: block;
  color: black !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size:14px;
 

}

/* Change the color of links on hover */
.topnav a:hover {
  
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: transparent;
  color: #000000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

 .mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.9s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* Společné styly pro malé obrazovky */
@media screen and (max-width: 600px) {

  /* Pokud není potřeba, lze .tera úplně odstranit */


  /* Všechny odkazy v .topnav skryté a zarovnané vpravo */
  .topnav a {
    display: none;
    font-size: 12px;
    float: right;
  }

  /* Ikona menu (hamburger) */
  .topnav a.icon {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    font-size: 2.5rem;
  }

  /* Odstranění horního okraje */
  .mt-46 {
    margin-top: 0px;
  }
}

/* Výchozí styl pro topnav */
.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px; /* mezery mezi odkazy */
  background-color: transparent; /* nebo jiná barva podle potřeby */
  padding: 10px 20px;
}

/* Odkazy uvnitř topnav */
.topnav a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  padding: 8px 12px;
}

/* Ikona menu (hamburger) skrytá na větších obrazovkách */
.topnav a.icon {
  display: none;
  font-size: 2.5rem;
}

/* --- Mobilní verze --- */
@media screen and (max-width: 500px) {

  .mhup{
    width: 330px !important;
    padding: 0 !important;
    margin: 0 !important;
  } 
  .mhpt{
    margin-top:-50px !important;
  }
  .topnav {
      position: relative;
      flex-direction: row;
  }

  /* Skryj všechny odkazy kromě hamburgeru */
  .topnav a {
      display: none;
      font-size: 16px;
      padding: 8px 12px;
      margin: 0;
  }

  .topnav a.icon {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 2.5rem;
      width: auto;
      float: none;
  }

  /* Po kliknutí - otevřené menu */
  .topnav.responsive {
      position: absolute;
      top: 0px; /* přizpůsob výšce hlavičky */
      left: 0;
      width: 100%;
      background-color: white;
      z-index: 1000;
      display: block;
      padding-bottom: 10px;
  }

  .topnav.responsive a {
      display: block;
      width: 100%;
      text-align: left;
      margin-top: 5px;
  }

  .topnav.responsive a:first-child {
      margin-top: 20px;
  }

  /* Hamburger zůstává vpravo i po otevření */
  .topnav.responsive a.icon {
      position: absolute;
      right: 10px;
      top: 10px;
      width: auto !important;
      float: none !important;
      text-align: right;
  }

}

.pole {
 
  width:100%;
}
.seznam {
  line-height: 2.228571429; 
}
.container-right {
  background-color: rgba(0, 0, 0, 0.25);width:45%;height:auto;float:right;
}
.navbar {background-color:#ffffff;}
.container-main {
   background-image:url('images/bg1.png');width:100% ;  height:490px; background-size:cover;
}
.bub1 {
    background-image:url('images/bub1.png');background-repeat: no-repeat; background-size:contain;
}
.bub1:hover {
    background-image:url('images/bub1g.png');background-repeat: no-repeat;
}
.bub2 {
    background-image:url('images/bub2.png');background-repeat: no-repeat; background-size:contain;
}
.bub2:hover {
    background-image:url('images/bub2g.png');background-repeat: no-repeat;
}
.bub6 {
    background-image:url('images/bub6.png');background-repeat: no-repeat; background-size:contain;
}
.bub6:hover {
    background-image:url('images/bub6g.png');background-repeat: no-repeat; background-size:contain;
}
.no-visible {
  opacity:0.01;
}
.text-white {
 color:#ffffff;
}
.bg-white {
 background-color:#ffffff !important;min-height:120px;
}
.bg-grey {
 background-color:#444444 !important;height:260px;
}
.bg-orange {
 background-color:#E87E04 !important;height:260px;
}
.bg-black {
 background-color:#000000 !important;height:100px;
}
.bg-black-no-limits {
 background-color:#000000 !important;
}
.bg-light-grey {
 background-color:#DBDBDB !important;height:260px;
}
.white-border {
 border:4px solid #ffffff;
}
.white-border-right {
 border-right:8px solid #ffffff;
}
.white-border-top {
 border-top:16px solid #ffffff;
}
.white-border-no-bottom {
 border-top:4px solid #ffffff; border-left:4px solid #ffffff;border-right:4px solid #ffffff;
}
ul {
  list-style-image: url('images/check.png');  
}
ul li {font-size:15px;margin-top:0px;}
.img-slider {

background-image: url('img/slider/code.png');
min-height:700px;
}
.white {
 color:#ffffff !important;
}
 .white p {
 color:#ffffff !important;
}
 .text-center {
  text-align:center;
 }
.bluesection2{
background-color: #0A537C !important;
  color: #ffffff !important;padding-top:0px;
}
.z1000 {
 z-index:1;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
.media_content h2{
color: #115F8A;
font-size: 20px;
}
.contact_media_body h2 {
    color: #606060;
    font-size: 15px;
    margin-top: 10px;
}
img{border: none;}
.container{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
}

.tblue{
  color:#1D9CE0;
}

.fa-4x{
  color: white;
}
#demo1 > li > div > div > div.col-md-12.col-sm-12 > div.service.row.text-center.wowload.fadeInDownBig.animated > div > p{color:white;}
#demo1 > li > div > div > div.col-md-12.col-sm-12 > div.service.row.text-center.wowload.fadeInDownBig.animated > div > h3{color:#F98632;font-weight:bold;}
#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.scrollToTop {
  background: none repeat scroll 0 0 #115F8A;
  border: 1px solid #FFFFFF;
  bottom: 50px;
  color: #FFFFFF;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  line-height: 50px;
  z-index: 9999;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollToTop i{
  transform: rotate(-45deg);
} 
.scrollToTop:hover, .scrollToTop:focus{
  background-color: #ffffff;
  color: #115F8A !important;
  text-decoration: none;
  outline: none;
  border:1px solid #115F8A; 
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#headerArea{
  float: left;
  display: inline;
  width: 100%;
}
#header {
  background-image: url("img/top_banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}
.menuarea{
  position: absolute;
  left: 15%;
  right: 15%;
  z-index: 999;
}
.logo {
  color: #ffffff !important;
  display: block; 
  font-size: 30px !important;


  padding: 14px 10px;
  text-align: center;  
}
.logo > span {
  color: #F98632 ;
}

.logo a:hover{
  text-decoration: none;
}
.navbar-default {
 background-color:none; 
 border-color: none;
}
.menu_area{
	float: left;
	display: inline;
	width: 100%;
}
.custom_nav {
  margin-top: 19px;
}
.slide-desc .row div h2 p a {
    font-size: 22px;
    color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom: 50px;
}
#navbar{overflow-x: hidden;}
.navbar-nav.navbar-right:last-child {
  margin-right: -18px;
}
.custom_nav li a {
  color: #FFFFFF !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 15px;
  padding-top: 12px;
  text-transform: uppercase; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.custom_nav li a:hover,.custom_nav li a:focus{
	color: #E87E04 !important;
	text-decoration: none;
	outline: none;
}
.past-main {
  background: none repeat scroll 0 0 #0A537C;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar-secondary {
  background: #0A537C;
 
}
.header_content {
  display: inline;
  float: left;
  margin-top: 188px;
  text-align: center;
  width: 100%;
}
.header_content h1 {
  color: #fff;
  font-size: 50px; 
  margin-top: 106px;
  margin-bottom: 6px;
}
.header_content p {
  color: #FFFFFF;
  font-size: 40px; 
}
.header_btnarea {
  display: inline;
  float: left;
  margin-bottom: 250px;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.learnmore_btn {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;  
  font-size: 18px;
  margin: 0 25px;
  padding: 12px 0;
  text-align: center;
  width: 156px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.download_btn{
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block; 
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  width: 164px;
  margin-right: 3px; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productbutton{
    width:250px;
    margin-top:15px;
    background-color: #115F8A;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.slide-desc .row div h1{
    color: #FFF !important;
}
.iconsbanner{
margin-bottom:50px;
margin-top:25px;
}
.mapa{
margin-top:30px;
}
.slide-desc .row div h2{
    font-size: 22px;
color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom:50px;
}
.learnmore_btn:hover,.learnmore_btn:focus,.download_btn:hover,.download_btn:focus{
  background-color: #115F8A;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.slide_descleft{
  float: left;
  display: inline;
  width: 40%;
}
.slide_descright{
  float: right;
  display: inline;
  width: 58%;
  margin-top: 15%;
}
.slide_descright h1 { 
  font-size: 35px;
  text-transform: uppercase;
  color: #F98632; 
}
.slide_descright p{
  color: #fff;
  font-size: 16px;
}

/*--------------------*/
/* FEATURE SECTION */
/*--------------------*/

#featuresSection {
  background-color: #FFFFFF;
  display: inline;
  float: left;
  width: 100%;
}
.features_ara{
  float: left;
  display: inline;
  margin-top:25px;
  width: 100%;
  text-align: center;
}

.features_ara i{
  float: left;
  display: inline;
  
  width: 100%;
  text-align: center;
}
.features_ara h1 {
  color: #115F8A; 
  font-size: 47px;
  margin-bottom: 15px;
}
.features_ara p {
  color: #606060;
  font-size: 18px;
  line-height: 28px;
}
.features_responsive {
  display: inline;
  float: left;

  width: 100%;
}

.single_features_responsive {
  border: 1px solid #DCDCDC;
  display: inline;
  float: left;
  padding: 15px 15px;
  width: 100%;  
  margin-left:0px;
}
.desktop_icon{
  color: #115F8A;
  display: inline-block;
  font-size: 48px !important;
  margin-top: 70px;
}
.font_icon {
  color: #115F8A;
  display: inline-block;
  font-size: 48px !important;
  margin-top: 0px;
}

.font_icon2 {
  color: #115F8A;
  display: inline-block;
  font-size: 52px !important;
  margin-top: 0px;
}

.font_icon3 {
  color: #115F8A;
  display: inline-block;
  font-size: 44px !important;
  margin-top: 0px;
}
.html_icon{
  color: #115F8A;
  display: inline-block;
  font-size: 46px !important;  
  margin-top: 70px;
}
.single_features_responsive img{
  margin-top: 70px;
}
.single_features_responsive h2 {
  color: #666666;
  font-size: 30px;
 
}
.single_features_responsive p {
  color: #606060;
  font-size: 15px;
  margin-top: 30px;
  text-align: justify;
}

.features_productarea {
  border-top: 1px solid #DCDCDC;
  display: inline;
  float: left;
    margin-top: 40px;
    padding-top: 50px;
  position: relative;
  width: 100%;
}

.featprodcs_img{
  float: left;
  display: inline;
  width: 95%;
  text-align: center;
  margin-top: 7px;
}

.featprodcs_content {
  display: inline;
  float: left;
  text-align: left;
  width: 100%;
  margin-left: 0px;
}
.features_widget{
  margin-top: 35px;
}
.featprodcs_content h1{
  text-align: left;
  color: #115F8A;  
  font-size: 47px;
  margin-bottom: 30px;
  margin-top: 0px;  
}
.featprodcs_content p{
  text-align: left;
  color: #606060;
  font-size: 17px;  
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.clock_icon {
  color: #115F8A;
  display: block;
  font-size: 48px !important;
  height: 50px;
  margin-top: 17px;
  width: 66px;
}
.media_content{padding-left: 6px;}
.media_content h4{
  color: #115F8A;
  font-size: 20px;  
}
.media_content p{
  color: #606060;
  font-size: 17px;  
}
.direction_icon {
  background: none repeat scroll 0 0 #FFFFFF;
  left: 43%;
  padding: 0 12px;
  position: absolute;
  text-align: center;
  top: -19px;
  width: 185px;
}
.dirc_up {
  border: 1px solid #E3E3E3;
  border-radius: 100%;
  color: #E3E3E3;
  display: inline-block;
  font-size: 30px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  width: 42px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dirc_down{
  border: 1px solid #E3E3E3;
  border-radius: 100%;
  color: #E3E3E3;
  display: inline-block;
  font-size: 30px;
  height: 42px;
  width: 42px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dirc_down:hover,.dirc_down:focus,.dirc_up:hover,.dirc_up:focus{
  border: 1px solid #115F8A;
  color: #FFFFFF;
  background-color: #115F8A;
  outline: none;
  text-decoration: none;
}
.secondfeatures_prodsarea{
  float: left;
  display: inline;
  width: 100%;
  margin-top:198px;
}
.sample_appparea{margin-top: 145px;}
.app_content{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.app_content h1 {
  color: #115F8A;  
  font-size: 47px;
  margin-bottom: 15px;
}
.app_content p{
  color: #606060; 
  font-size: 18px;
  line-height: 28px;
}
.app_area {
  background-color: #F8F8F8;
  display: inline;
  float: left;
  margin-top: 185px;
  width: 100%;
}
.app_img{
  margin-top:-115px;
}
.apparea_content h1{
  margin-top: 38px;
}
.chapterNav {
  width: 100%;
}
.chapterNav li {
   -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DCDCDC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  background-color: #f8f8f8;
}
.chapterNav li:last-child{
 border-bottom: 1px solid #DCDCDC;
}
.chapterNav li a{
  color: #606060;  
  font-size: 18px;
  line-height: 28px;
}
.chapterNav li a:hover,.chapterNav li a:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}
.appdownload_area {
  background-image: url("img/download_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  margin-top: -111px;
  width: 100%;
}
.appdownload {
  display: inline;
  float: left;
  padding-bottom: 50px;
  padding-top: 59px;
  text-align: center;
  width: 100%;
}
.appdownload p{
  color: #fff;
  font-size: 30px;  
}
.appdownload p > span { 
  margin-right: 5px;
}
.appdown_btn{
  margin-top: 36px;
}


/*--------------------*/
/* PRICE SECTION */
/*--------------------*/


#priceList {
  background-color: #FFFFFF;
  display: inline;
  float: left;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}

#priceList>p{
  color: #606060; 
  margin-bottom: 12px;
  font-size: 18px;
  padding: 0 10%;
}
.pricelist_area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.single_pricelist_area {
  display: inline;
  float: left;
  margin-top: 150px;
  width: 100%;
}
.single_pricelist {
  border: 1px solid #DCDCDC;
  display: inline;
  float: left;
  height: 400px;
  padding-bottom: 20px;
  width: 100%;
  margin-left:0px;
  /*transition*/
-webkit-transition:all .5s ease-out;
   -moz-transition:all .5s ease-out;
     -o-transition:all .5s ease-out;
        transition:all .5s ease-out;
}
.single_pricelist:hover .single_pricelist_box>p{
  background: none repeat scroll 0 0 #115F8A;
}
.single_pricelist:hover{
  height: 450px;
  margin-top: -30px;
}
.single_pricelist:hover .price_select{
  background-color: #115F8A;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 37px;
  margin-top: 15px;
  padding-top: 5px;
  text-align: center;
  width: 92px; 
  visibility: visible;
}
.single_pricelist_box {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 100%;
  height: 237px;
  margin: -83px auto 0;
  padding: 18px;
  text-align: center;
  width: 237px;
}
.single_pricelist_box p {
  background: rgba(51,51,51,0.7);
  border-radius: 100%;
  color: #FFFFFF !important;
  font-size: 30px;
  height: 100%;
  padding-bottom: 90px;
  padding-top: 90px;
  width: 100%;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_pricelist_content {
  display: inline;
  float: left;
  margin-top: 32px;
  width: 100%;
}
.single_pricelist_content h1{
  color: #115F8A;  
  font-size: 25px;
}
.single_pricelist_content p {
  color: #606060; 
  font-size: 15px;
  padding: 0 40px;
  text-align: left;
}
.single_pricelist_content p > i {
  color: #115F8A;
  font-size: 18px;
  margin-right: 12px;
  text-align: center;
  width: 13px;
}
.price_select {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
.price_select:hover,.price_select:focus{
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #d06516;
}

/*--------------------*/
/* VIDEO SECTION */
/*--------------------*/

#videoSection {
  background-color: #F8F8F8;
  display: inline;
  float: left;
  min-height: 500px;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
.video_area{
  float: left;
  display: inline;
  width: 100%;
}
.video_area> p {
  color: #606060;  
  font-size: 20px;
  margin-top: 25px;
}
.featured_video {
  display: inline;
  float: left;
  height: 540px;
  margin-top: 50px;
  padding: 0 6%;
  width: 100%;
}

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonila {
 background-color: #115F8A;
  display: inline;
  float: left;
  padding: 75px 0 50px;
  width: 100%;
  margin-top: 50px;
  color:#fff !important;
}
.testimonila_area{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.testimonila_area h1,h2{
  color:#fff;
}
.testimonila_area > p {
  color: #fff; 
  font-size: 20px;
  margin-top: 25px;
}
.testimonial_slider {
  display: inline;
  float: left;
  width: 100%;
}
.testimonila_area span{
  color:#fff !important;
}
.slider_content{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.slider_content a {
  background: #ccc;
  padding: 5px;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 20px;
}
.slider_content a > img {
  border-radius: 100%;
}
.slider_content p {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.slider_content p > i {
  color: #115F8A;
  display: inline-block;
  font-size: 22px;
  margin: 0 4px;
}
.slider_content span {
  color: #CCCCCC;
  display: block;  
  font-size: 20px;
}
.carousel-indicators {
  bottom: 10px;
  left: 50%;
  list-style: none outside none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  top: 110%;
  width: 60%;
  z-index: 15;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #115F8A;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
.carousel-indicators .active {
  background-color: #115F8A;
  height: 12px;
  margin: 0;
  width: 12px;
}

/*--------------------*/
/* NEWSLETTER */
/*--------------------*/

#newsletter {
  background-image: url("img/news_letterbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
.newsletter_area{
  float: left;
  display: inline;
  width: 100%;
}
.newsletter_left{
  float: left;
  display: inline;
  width: 100%;
}
.newsletter_left h2{
  margin-top: 0px;
  color: #fff;
  font-size: 45px;  
}
.newsletter_left h2 > span {
  color: #115F8A;  
  margin-left: 8px;
}
.newsletter_left p{
  margin-top: 0px;
  color: #fff;
  font-size:18px; 
}
.newsletter_right{
  float: left;
  display: inline;
  width: 100%;
}
.newsletter_right form {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0;
  width: 530px;  
}
.newsletter_right form input[type="email"] {
  border: medium none;
  color: #909090;
  font-size: 18px;
  height: 70px;
  outline: medium none;
  padding-left: 20px;
  padding-right: 10px;
  width: 360px;
}
.newsletter_right form input[type="submit"] {
  background-color: #115F8A;
  border: medium none;
  color: #FFFFFF;
  font-size: 18px;
  height: 50px;
  margin: 10px 0;
  outline: medium none;
  width: 160px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsletter_right form input[type="submit"]:hover,.newsletter_right form input[type="submit"]:focus{
  background-color: #115F8A;
}

/*--------------------*/
/* CLIENTS */
/*--------------------*/

#clients {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
.clients_area{
  float: left;
  display: inline;
  width:100%;
  text-align: center;
}
.clients_area p {
  font-size: 18px;
  color: #606060;
}
.client_slider {
  display: inline;
  float: left;
  position: relative;
  width: 100%;

}
.client_slider ul{
  margin: 0;
  padding: 0;
}
.client_slider li {

  list-style: none outside none;
  
}

.client_slider li a {
  display: block;
  float: left;
  height: 100%;
  width: 100%;
}
.clientSlider_left {
  border: 1px solid #DDDDDD;
  border-radius: 100%;
  color: #DCDCDC;
  display: inline-block;
  font-size: 27px;
  height: 42px;
  position: absolute;
  right: 120px;
  top: -110px;
  width: 42px;
}
.clientSlider_right{
  border: 1px solid #DDDDDD;
  border-radius: 100%;
  color: #DCDCDC;
  display: inline-block;
  font-size: 27px;
  height: 42px;
  position: absolute;
  right: 60px;
  top: -110px;
  width: 42px;
}
.clientSlider_left:hover,.clientSlider_left:focus,.clientSlider_right:hover,.clientSlider_right:focus{
  background-color: #115F8A;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: 1px solid #115F8A;
}

/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
  background: none repeat scroll 0 0 #F8F8F8;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 101%;
}
.contact_area {
  display: inline;
  float: left;
  position: relative;
  text-align: center;
  width: 98%;
}
.contact_area h1{
  margin-top: 0px;
}
.contact_area p {
  color: #606060;
  font-size: 20px;  
}
.contact_left{
  float: left;
  display: inline;
  width: 100%;
  text-align: left;
  margin-top: 58px;
}
.contact_left h1 {    
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0px;
}
.contact_media {
  margin-bottom: -10px;
}
.contact_media i {
  color: #115F8A;
  display: inline-block;
  float: left !important;
  font-size: 25px;
  margin-right: 12px;
  margin-top: 5px;
  text-align: center;
  width: 20px;
}
.contact_media_body h4{
  color: #606060;  
  font-size: 15px;
}
.contact_social{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 30px;
}
.contact_social h1 {
  margin-bottom: 24px;
}
.contact_social a {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 30px;
  margin-right: 13px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_social a.fb{
  background-color: #ff6c00;
}
.contact_social a.fb:hover,.contact_social a.fb:focus{
  background-color: #a45013;
}
.contact_social a.twitter{
  background-color: #55acee;
}
.contact_social a.twitter:hover,.contact_social a.twitter:focus{
  background-color: #0a83df;
}
.contact_social a.gplus{
  background-color: #dd4b39;
}
.contact_social a.gplus:hover,.contact_social a.gplus:focus{
  background-color: #99392d;
}
.contact_social a.pinterest{
  background-color: #c8232c;
}
.contact_social a.pinterest:hover,.contact_social a.pinterest:focus{
  background-color: #810f15;
}
.contact_right{
  float: left;
  display: inline;
  width: 100%; 
  margin-top: 58px;
}
.footer_form input {
  border-radius: 0px;
  color: #909090;  
}
.footer_form input[type="text"] {
  font-size: 15px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer_form input[type="email"]{
  font-size: 15px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;  
}

.footer_form textarea{
  color:#909090;
  font-size:15px;
  height:180px;
  padding:18px 15px;
  /*border-radius*/
  -webkit-border-radius:0px;
     -moz-border-radius:0px;
          border-radius:0px;
}
.contact_sendbtn {
  background-color: #115F8A;
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  float: left;
  font-size: 18px;
  height: 50px;
  margin-top: 18px;
  outline: medium none;
  text-align: center;
  width: 120px;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_sendbtn:hover,.contact_sendbtn:focus{
  border-color: #115F8A;
  background-color: #ffffff;
  color: #115F8A !important;
}
.google_map {
  border-radius: 4px;
  display: inline;
  float: left;
  width: 100%;
}
#map_canvas{
  width: 100%;
  float: left;
  display: inline;
  height: 404px;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
  float: left;
  display: inline;
  width: 100%;
  background-color: #fff;
  padding: 25px 0px
}
.footer_area{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.footer_area p{
  color: #909090;
  font-size: 15px; 
}
.footer_area p>a{
  color: #115F8A;
  margin-right: 5px;
}
.slider_area{
  float: left;
  display: inline;
  width: 100%;
}

/*--------------------*/
/* RESPONSIVE CSS */
/*--------------------*/



@media(max-width:1199px){
  .featprodcs_content h1 { font-size: 40px;}
   .single_pricelist {margin-bottom: 150px;}
  .client_slider li {margin-right: 46px;}
  .client_slider li:last-child { margin-left: 0;}
  .up_btn{right: 0;}
  .logo {font-size: 20px !important;}
  .direction_icon {left: 41%;}
  .dirc_up{margin-left: 0px;}
  .slide_descright{margin-top: 12%;}
   .slide_descright h1 {margin-top: 20px;}
 .slide-desc .row div h2 p a {
    font-size: 15px;
    color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top:0px  ;
    padding-top:0px;
}
.single_features_responsive h2 {
    color: #666666;
    font-size: 20px;
    margin-top: 29px;
}
.slide-desc .row div h2{
    font-size: 15px;
color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top:5px
}
.html_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.single_features_responsive p {
    color: #606060;
    font-size: 15px;
    margin-top: 0px;
    text-align: justify;
}
.desktop_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.font_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.iconsbanner {
    margin-bottom: 5px;
    margin-top: 5px;
}
.fa-4x {
    font-size: 2em;
}
}


@media(max-width:991px){
 .slide_descright h1 {margin-top: 20px;}
 .slide-desc .row div h2 p a {
    font-size: 15px;
    color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top:0px  ;
    padding-top:0px;
}     
.single_features_responsive h2 {
    color: #666666;
    font-size: 20px;
    margin-top: 29px;
}
.slide-desc .row div h2{
    font-size: 15px;
color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top:5px
}
.html_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.single_features_responsive p {
    color: #606060;
    font-size: 15px;
    margin-top: 0px;
    text-align: justify;
}
.desktop_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.font_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.iconsbanner {
    margin-bottom: 5px;
    margin-top: 5px;
}
.fa-4x {
    font-size: 2em;
}
  .custom_nav {margin-top: 0;margin-bottom: 10px;}
  .custom_nav li a { font-size: 14px;margin-left: 2px;margin-right: 2px;}
  .single_features_responsive {margin-bottom: 75px;}
  .featprodcs_content {margin-top: 75px;}
  .secondfeatures_prodsarea { margin-top: 75px;}
  .appdownload_area { margin-top: 50px;}
  .app_area { padding-bottom: 50px;}
  .chapterNav {width: 100%;}
  .newsletter_left {text-align: center;}
  .newsletter_right form {margin: 35px auto;}
  .clients_area h1 {font-size: 35px;text-align: left;}
  .clients_area p {text-align: left;}
  .client_slider li {float: none;text-align: center;}
  .client_slider li a {margin-bottom: 30px;}
  .scrollToTop{ right: 5px;}
  .slider_content > p {color: #909090;font-family: 'Roboto-Light';font-size: 18px;padding: 0 53px;}
  .navbar-header {text-align: center;width: 100%;}
  .navbar-brand {float: none;margin: 11px auto 0 !important;width: 230px;}
  .direction_icon {left: 39%;}
  .slide_descright h1 {font-size: 20px;margin-bottom: 18px;}
  .skdslider .slide-desc{top: 25%;}
  .slide_descright p {font-size: 12px;}
  .learnmore_btn {margin: 0 25px 20px;width: 140px; font-size: 15px;}
  .download_btn {font-size: 15px;width: 140px;}
  .navbar-nav.navbar-right:last-child {margin-right: 1%;}  
  .header_btnarea { margin-top: 40px;}
  .skdslider .slide-desc > h1 {font-size: 35px;  margin-bottom: 0px;  margin-top: 106px;}
  .skdslider .slide-desc > p {color: #FFFFFF;font-family: 'Roboto-Thin';font-size: 19px;line-height: 18px;margin-top:5px;padding: 8px;}
  .skdslider {height: 500px;}   
}

@media(max-width:767px){
 .slide_descright h1 {margin-top: 20px;}   
 .slide-desc .row div h2 p a {
    font-size: 15px;
    color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top:0px  ;
    padding-top:0px;
}
.single_features_responsive h2 {
    color: #666666;
    font-size: 20px;
    margin-top: 29px;
}
.slide-desc .row div h2{
    font-size: 15px;
color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top:5px
}
.html_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.single_features_responsive p {
    color: #606060;
    font-size: 15px;
    margin-top: 0px;
    text-align: justify;
}
.desktop_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.font_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.iconsbanner {
    margin-bottom: 5px;
    margin-top: 5px;
}
.fa-4x {
    font-size: 2em;
}
  .custom_nav li a {text-align: center;}
  .navbar-toggle {float: right !important;}
  .navbar-default {text-align: center;}
  .logo {margin-bottom: 15px;width: 187px;}
  .header_content h1 {font-size: 36px;}
  .header_content {margin-top:130px;}
  .header_content p {font-size: 18px;margin-top: 25px;}
  .download_btn{margin-top:35px;}
  .single_features_responsive {margin-bottom: 75px;}
  .featprodcs_content {margin-top: 75px;}
  .secondfeatures_prodsarea { margin-top: 75px;}
  .direction_icon { left: 30%;width: 170px;}
  .testimonial_slider ul li {margin: 0 38px 25px;}
  .newsletter_right form { background: none repeat scroll 0 0 rgba(0, 0, 0, 0);margin: 35px auto;width: 100%;}
  .newsletter_right form input[type="email"] { width: 100%;margin-bottom: 20px;}
  .newsletter_right form input[type="submit"] {width: 100%;}
  .newsletter_left h2 {font-size: 34px;}
  .newsletter_left p {font-size: 15px;margin-top: 20px;}
  .apparea_content h1 { font-size: 30px !important;}
  .appdownload p {font-size: 22px;}
  .clientSlider_left {top: -67px;}
  .clientSlider_right {top: -67px;}
  .client_slider ul {margin: 35px 0 0;}                                                                             
  .scrollToTop{right: 5px;}
  .custom_nav {background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);margin-top: 0;}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #115F8A;}
  .slider_content > p {color: #909090;font-family: 'Roboto-Light';font-size: 14px;}
  .dg-container nav {bottom: 8px;}
  .skdslider {height: 500px;}
  .features_ara h1 {
    margin-top:100px;
}
  .slider_area {height: 400px;}
  .skdslider .slide-desc {left: 0;max-width: 100%;right: 0;top: 10%;}
  .skdslider .slide-desc > h1 {font-size: 18px;margin-bottom: 0;margin-top: 91px;}
  .skdslider .slide-desc > p {font-size: 15px;line-height: 16px;margin-top: 0;padding: 8px;}
  .header_btnarea {margin-top: 10px;}
  .featured_video{height: auto;}
  .features_responsive {padding: 0 5%;}
  .single_features_responsive {margin-left: 0px;}
  .direction_icon {left: 27%;}
  .navbar-nav.navbar-right:last-child {margin-right: -16px;}
  .slide_descleft {display: none;}/* when mobile device found slide descleft mobile app img will be hidden*/
  .slide_descright{width: 100%;padding: 0 2%;}
  .container > .navbar-header, .container > .navbar-collapse {margin-left: 0px; margin-right: 0px;}
  .navbar-toggle{margin-right: 0px;}

}

.fl {
 float:left;
}
.fr {
 float:right;
}

 img.fr {
 float:right;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-30m,
.my-30m {
  margin-top: -0.2rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 ;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml_2 {
margin-left:-1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem ;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.8rem !important;
}

 .mt-7,
.my-7 {
  margin-top: 4rem !important;
}
  .mt-8,
.my-8 {
  margin-top: 5rem !important;
}
  .mb-8,
.my-8 {
  margin-bottom: 3rem !important;
}
  .mt-10,
.my-10 {
  margin-top: 6.7rem !important;
}

.mt-20,
.my-20 {
  margin-top: 13.4rem !important;
}
.mt-30,
.my-30 {
  margin-top: 23.4rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 21rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 9.9rem !important;
}

.p-10 {
 padding: 9.9rem;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.8rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4.8rem !important;margin-left:-40px;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
 .pt-8,
.py-8 {
  padding-top: 4.5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
  .pb-8,
.py-8 {
  padding-bottom: 4.5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2.2rem !important;
}
 .pl-6,
.px-6 {
  padding-left: 9.9rem ;
}
.ml-40px {
  margin-left:40px;
}
.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 476px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .w-fift {
   width:100% !important;
  }
  .bg-grey {
   height: 340px;
  }
  .bg-orange {
     height:340px;
  }
  .d-flex {
    display:block;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media(max-width:640px){
 .slide_descright h1 {margin-top: 20px;}
 .slide-desc .row div h2 p a {
    font-size: 11px;
    color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top:0px  ;
    padding-top:0px;
}
.single_features_responsive h2 {
    color: #666666;
    font-size: 20px;
    margin-top: 29px;
}
.slide-desc .row div h2{
    font-size: 15px;
color: #E87E04 !important;
    text-transform: uppercase;
    margin-bottom:0px;
    margin-top:5px
}
.html_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.single_features_responsive p {
    color: #606060;
    font-size: 15px;
    margin-top: 0px;
    text-align: justify;
}
.desktop_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.font_icon {
    color: #115F8A;
    display: inline-block;
    font-size: 48px !important;
    margin-top: 10px;
}
.iconsbanner {
    margin-bottom: 5px;
    margin-top: 5px;
}
.fa-4x {
    font-size: 2em;
}
}

@media(max-width:480px){
  .direction_icon {left: 32%;}
  .slide_descright h1 {margin-top: 35px;}
  .learnmore_btn {margin: 0 25px 0px;}
   .bg-grey {
   height: 580px;
  }
  .dropdown-menu   {max-width:328px;}
  .white-border-right  {border-right:none;}
  .bg-grey p {padding-top:20px;}
   .bg-orange p {padding-top:20px;}
    .bg-orange h3 {padding-top:20px;}
  .bg-orange {
     height:580px;
  }
}

@media(max-width:360px){
  .slide_descright h1 {margin-top: 40px;}
  .download_btn {margin-top: 20px;}
  .newsletter_left h2 {font-size: 26px;}
}

@media(max-width:320px){
  .direction_icon {left: 27%;}
  .slide_descright h1 {margin-top: 45px;}
  .learnmore_btn {font-size: 14px;width: 120px;padding: 8px 0px;}
  .download_btn {margin-top: 20px;width: 120px;font-size: 14px;padding: 8px 0px;}
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
   
} 

#about-us > div > div > div > div > p {
    color: #606060;
    font-size: 17px;
}

#about-us {
    background: none repeat scroll 0 0 #F8F8F8;
    padding: 60px 0;

}

.inner2{
height: 200px;
}
.slider_content a {
    background: #ccc;
    padding: 5px;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: -3px;
}
.inner3{
height: 150px;
}

#contact > div > div > div > div > div > div:nth-child(1) > div > div:nth-child(4) > div > h2 > a{
    color: #606060;
    font-size: 20px;
    text-decoration:underline;
}
.next > div > p{
  color:#fff;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.btn-registrace {
  display: inline-block;
  background-color: #f57c00;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-registrace:hover {
  background-color: #ef6c00;
}
.pocetWidth{
  width:30px;
  text-align: right;
}