
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),  url('AvenirLTStd-Book.otf')  format('opentype'),
	     url('AvenirLTStd-Book.woff') format('woff'), url('AvenirLTStd-Book.ttf')  format('truetype'), url('AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*------------------------------------------------------
Table of content
--------------------------------------------------------
1.General Styles
2.Preloader page
3.Navigation
4.Hero
5.About
6.Video
7.Help bloc
8.Testimonials
9.Team
10.Download
11.Footer



/*----------------------------------------
General Styles
----------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
  /* font-weight: 700; */
  font-weight: 400;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
  display: block;
  color: #000000;
}
h1{
  font-size: 38px;
  color: #000000;
}
h2{
  font-size: 32px;
  color: #000000;
}
h3{
  font-size: 26px;
  color: #000000;
}
h4{
  font-size: 20px;
  color: #000000;
}
h5{
  font-size: 18px;
  color: #000000;
}
h6{
  font-size:16px;
  color: #000000;
}
a{
  transition: all 0.4s ease;
}
a:hover {
  color: #1968e0;
  text-decoration: none;
}
ul, ol{
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}
img{
  max-width: 55%;
  height: auto;
}
p{
  font-weight: 300;
  color: #000000;
}
header
{
	margin-bottom: 10%;
}
.row-centered{
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
}
.color-white{
  color: #fff;
}
.color-black{
  color: #222;
  line-height: 30px !important;
}
.color-orange{
  color: #fbdb89;
}
.bg-color-1{
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(left, #4d97d6 0%, #4d97d6 0%, #4d97d6 0%, #4d97d6 100%);   /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4d97d6 0%,#4d97d6 0%,#4d97d6 0%,#4d97d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4d97d6 0%,#4d97d6 0%,#4d97d6 0%,#4d97d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3bb2b8',GradientType=1 ); /* IE6-9 */position: relative;
}

}
.bg-color-11{
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(left, #1e5799 0%, #2989d8 0%, #42e595 0%, #3bb2b8 100%);   /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 0%,#42e595 0%,#3bb2b8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1e5799 0%,#2989d8 0%,#42e595 0%,#3bb2b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3bb2b8',GradientType=1 ); /* IE6-9 */position: relative;
}

.bg-color-2{
  background: #4d97d6; /* Old browsers */
  background: -moz-linear-gradient(top, ##4d97d6 0%, ##4d97d6 0%, ##4d97d6 0%, ##4d97d6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, ##4d97d6 0%,##4d97d6 0%,##4d97d6 0%,##4d97d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, ##4d97d6 0%,##4d97d6 0%,##4d97d6 0%,##4d97d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fbdb89',GradientType=0 ); /* IE6-9 */}

.sep-round-inverse {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  height: 100px;
  background-image: url(../img/sep-round.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.sep-round{
  height: 100px;
  display: block;
  background-image: url(../img/sep-round.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: rotate(180deg);
}

/*-------margins padding--------*/

.mg-tp-20{
  margin-top: 20px;
}
.mg-tp-30{
  margin-top: 30px;
}
.mg-tp-40{
  margin-top: 40px;
}
.mg-tp-80{
  margin-top: 80px;
}
.mg-bt-20{
  margin-bottom: 20px;
}
.mg-bt-30{
	margin-bottom: 30px;
    /* margin-top: 13%; */
    margin-top: 22%;
    font-size: 17px;
    text-align: justify;
    word-spacing: -1px;
    font-size: 3rem;
    word-break: break-all;
    line-height: 42px;
	font-weight: bold;
	color: #000000;
}
.span-strong
{
	font-weight: bold;
	color: #ef363a;
}
.mg-bt-40{
  /* margin-bottom: 40px; */
  margin-bottom: 30px;
}
.mg-bt-60{
  margin-bottom: 60px;
}
.mg-tp-60{
  margin-top: 60px;
}
.pd-bt-40{
  padding-bottom: 40px;
}
.pd-bt-60{
  padding-bottom: 60px;
}
.pd-bt-80{
  padding-bottom: 80px;
}
.pd-tp-20{
  padding-top: 20px;
}
.pd-tp-30{
  padding-top: 30px;
}
.padd-0{
  padding-left: 0;
  padding-right: 0;
}
.padd-40{
  /* padding-top: 40px; */
  padding-bottom: 40px
}
.padd-80{
  padding-top: 130px;
  padding-bottom: 100px
}
.padd-100{
  padding-top: 100px;
  padding-bottom: 100px
}
.padd-150{
  padding-top: 150px;
  padding-bottom: 150px
}
/*-------Buttons--------*/

.btn
{
 padding: 13px 35px;
 border-radius: 100px;
 font-size: 12px;
 border:none;
 font-weight: bold;
 color:#ef363a;
 box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
}
.btn-paddle
{
 padding: 13px 35px !important;
 border-radius: 4px !important;
 font-size: 13px !important;
 border:none !important;
 font-weight: bold !important;
 background: #ffffff !important;
 color:#4d97d6 !important;
 text-transform: capitalize;
 box-shadow: 0 3px 15px 0 rgba(0,0,0,.25) !important;
 font-family: 'Montserrat', sans-serif !important;
 text-shadow: none !important;
}
.btn-blue
{
 padding: 16px 42px !important;
 border-radius: 4px !important;
 font-size: 15px !important;
 border:none !important;
 font-weight: bold !important;
 background: #C61B0A !important;
 color:#ffffff !important;
 text-transform: capitalize;
 box-shadow: 0 3px 15px 0 rgba(0,0,0,.25) !important;
 /* font-family: 'Montserrat', sans-serif !important; */
 text-shadow: none !important;
 margin-right: 0%;
}
.btn:hover,.btn:focus{
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.15) !important;
}
.btn-orange{
  color:#fff;
}
.btn-white,.btn-white:hover {
  background-color: #fff;
  color:#4d97d6;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{
  color:#fff;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.15) !important;
}
.btn-paddle:hover
{
box-shadow: 0 15px 30px 0 rgba(0,0,0,.15) !important;
}
/*----------------------------------------
Preloader page
----------------------------------------*/
#loading-page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  f-color: #ffffff;
}
#loading-center-page{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
  animation: load 1.8s infinite ease-in-out;
}
.loader {
  color:#000000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  /* -webkit-transform: translateZ(0); */
  /* -ms-transform: translateZ(0); */
  /* transform: translateZ(0); */
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load{
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-default .navbar-right > li + li {
  margin-left: 20px;
}
.navbar-right{
  margin-right: 0;
}
.navbar-default {
  padding: 20px 15px;
  background-color: #131824;
  border-color: transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;
}
.navbar-brand{
  float: left;
  margin-left: 10!important;
  padding: 0px  30px 0 0;

}
.navbar-default .navbar-nav>.active>a{
  background-color: transparent;
  color: #fff;

}
.navigation-menu .navbar-default .navbar-nav a{
  padding: 8px 0 4px;
  font-size: 15px;
  color:#fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-collapse .navbar-nav > li:first-child{
  margin-left: 0;
}
.navbar-default .navbar-collapse .navbar-nav > li > a:hover, .navbar-default .navbar-collapse .navbar-nav > li > a:focus {

  background-color: transparent;

}

.navbar-collapse .navbar-right > li > a:hover, .navbar-collapse .navbar-right > li > a:focus{
  color:#fff!important;
}

.navbar-collapse .navbar-right > li > a:focus {
  outline: none;
  background-color: transparent;
  color: white;
}


.navigation-menu li.dropdown .dropdown-content li>a, li.dropdown .navigation-menu .dropdown-content li>span{
  padding: 14px 16px;
  text-decoration: none;
  color: #212121;

}
.navbar-default .navbar-toggle .icon-bar{

  background-color: #fff;
}
.navbar-default .navbar-nav>li>a.active-link {
  color: #fff;
}
.affix {
  z-index: 999;
  background: #131824; /* Old browsers */
  background: -moz-linear-gradient(left, #131824 0%, #131824 0%, #131824 0%, #131824 100%);   /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #131824 0%,#131824 0%,#131824 0%,#131824 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #131824 0%,#131824 0%,#131824 0%,#131824 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3bb2b8',GradientType=1 ); /* IE6-9 */
  border: none;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation-menu .affix .navigation-links  li a{
  color: #fff;
  line-height: 35px;
}
.navigation-menu .affix .navigation-links  li.active a{
  color: #fff;

}
.navigation-menu .affix .navigation-links  li a:hover, .navigation-menu .affix .navigation-links  li a:focus, .navigation-menu .affix .navigation-links  li a:active{
  color: #fff;

}

.mdl-button-icon{
  border-radius: 50%;
  font-size: 24px;
  height: 34px;
  margin-left: 0;
  margin-right: 0;
  min-width: 34px;
  width: 35px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}
.mdl-button-icon:hover {
  background-color: rgba(158,158,158,.2)!important;
}
.navigation-menu .logo {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}
.navigation-menu .logo:hover, .navigation-menu .logo:focus,.navigation-menu .logo:active{
  color:#fff;
}

.affix .navbar-right > li.active > a , .navbar-default.affix .navbar-nav>li>a{
 color:#fff;
}
.navbar-default .navbar-nav>li>a{
  z-index: 1;
  position: relative;
}
.navbar-default .navbar-nav>li>a:before{
 content: "";
 position: absolute;
 width: 100%;
 height: 2px;
 bottom: 0;
 left: 0;
 background: #fff;
 visibility: hidden;
 border-radius: 5px;
 transform: scaleX(0);
 transition: .25s linear;
}
.navbar-default  .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
.affix .navbar-right > li > a:hover ,.affix .navbar-right > li > a:focus, .navbar-collapse .navbar-right > li > a:active{
  color:#fff!important;
}

/*----------------------------------------
Hero
----------------------------------------*/
.section-hero{
  padding-top: 90px;
  height: 100vh;
  color:#fff;

}

.section-hero-inner .container{
  height: 100%;
}
.hero-text{
  padding: 70px 0 50px 0;
}
.section-hero-content .hero-text h1{
  font-size: 38px;
  margin: 0 0 8px;
  line-height: 46px;

}
.hero-text p{
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}
.hero-img{
  position: absolute;
  z-index: 99;
}
.image-app-hero img{
  width: 100%;
}

/*----------------------------------------
About
----------------------------------------*/
.section-padd{
  padding: 80px 0 80px 0;
}
#about.section-padd{
  padding: 150px 0 80px 0;
}
.icon-box{
  margin-bottom: 30px;
  text-align: left;
}
.icon-box h3{
  color:#222;
  font-size: 22px;
  margin-bottom: 15px;
}
.icon-box i{
  font-size: 32px;
  line-height: 42px;
  color:#959595;
}
.text-content{
  padding: 0px 0 80px 0;
}
.text-content h2{
  font-size: 24px;
  font-weight:600;
  color: #222;
  margin-bottom: 20px;
}

.image-circle{
  position: relative;
  z-index: -9;
  top: 150px;
  left: 150px;
}

.image-circle .image-circle-inner:nth-child(1){
  position: absolute;
  left: calc(50% - (450px / 2));
  top: calc(50px - (450px / 2));
  width: 440px;
  height: 440px;
  opacity: .18;
  border: 1px solid #4d97d6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(62,202,168,0.08);
}
.image-circle .image-circle-inner:nth-child(2){
  position: absolute;
  left: calc(50% - (320px / 2));
  top: calc(50px - (320px / 2));
  width: 320px;
  height: 320px;
  opacity: .27;
  border: 1px solid #4d97d6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(62,202,168,0.08);
}
.image-circle .image-circle-inner:nth-child(3){
  position: absolute;
  left: calc(50% - (200px / 2));
  top: calc(50px - (200px / 2));
  width: 200px;
  height: 200px;
  opacity: .45;
  border: 1px solid #4d97d6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(62,202,168,0.08);
}

.img-border{
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius: 8px;
  /* box-shadow: 0 8px 25px 0 rgba(0,0,0,.20); */
  margin: 0 auto;
}
/*----------------------------------------
Video
----------------------------------------*/

.video-btn a {
  box-sizing: content-box;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  top: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.video-btn a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: border-circle 1500ms ease-out infinite;
  animation: border-circle 1500ms ease-out infinite;
}
.video-btn a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@-webkit-keyframes border-circle {
 0% {
   -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
   transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
   opacity:0.7;
 }
 100% {
   -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
   transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
   opacity:0;
 }
}
@keyframes border-circle {
 0% {
   -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
   transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
   opacity:0.7;
 }
 100% {
   -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
   transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
   opacity:0;
 }
}
.video-btn a span{
  display: inline-block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 24px solid #4d97d6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 16px;
  left: 22px;
}
.video-circle{
  position: relative;
  z-index: 0;
}

.video-circle .video-circle-inner:nth-child(1){
  position: absolute;
  left: calc(50% - (300px / 2));
  top: calc(50px - (300px / 2));
  width: 300px;
  height: 300px;
  opacity: .18;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
}
.video-circle .video-circle-inner:nth-child(2){
  position: absolute;
  left: calc(50% - (220px / 2));
  top: calc(50px - (220px / 2));
  width: 220px;
  height:220px;
  opacity: .27;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.08);
}
.video-circle .video-circle-inner:nth-child(3){
  position: absolute;
  left: calc(50% - (140px / 2));
  top: calc(50px - (140px / 2));
  width: 140px;
  height: 140px;
  opacity: .45;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.07);
}



/*----------------------------------------
Help block
----------------------------------------*/


.tabs-app-features .nav-tabs>li>a{
  padding: 15px;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 30px;
}
.tab-item a:hover, .tab-item a.active ,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
  background: #4d97d6; /* Old browsers */
  background: -moz-linear-gradient(left, #4d97d6 0%, #4d97d6 0%, #4d97d6 0%, #4d97d6 100%);   /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4d97d6 0%,#4d97d6 0%,#4d97d6 0%,#4d97d6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4d97d6 0%,#4d97d6 0%,#4d97d6 0%,#4d97d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3bb2b8',GradientType=1 ); /* IE6-9 */position: relative;}

  .tab-item a:hover .icon-tab i, .tab-item a.active .icon-tab i , .nav-tabs>li.active>a i{
   background-color: #fff;
   color:#4d97d6;
   box-shadow:none;
 }
 .tab-item a:hover .info-tab h5 , .tab-item a:hover .info-tab p, .tab-item a.active .info-tab h5, .tab-item a.active .info-tab p, .nav-tabs>li.active>a h5, .nav-tabs>li.active>a p{
  color: #fff;
}
.tab-item .icon-tab {
  float: left;
  margin-right: 15px;
}
.tab-item .icon-tab i{
  text-align: center;
  display: inline-block;
  width: 80px;
  font-size: 24px;
  background-color: #4d97d6;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
}
.info-tab{
  overflow: hidden;
}
.info-tab h5{
  margin-top: 0;
  margin-bottom:8px;
  font-size: 18px;
  color: #222;
}
.info-tab p{
  font-size: 13px;
  line-height: 19px;
  color: #777777;
}

.nav-tabs {
  border-bottom: none;
}
/*----------------------------------------
Testmonial
----------------------------------------*/

.testimonial-item-img{
  border-radius: 50%;
  overflow: hidden;
  transform: none;
  width: 110px;
  margin: 0 auto;
  position: relative;

  border: solid 3px #fff;
}
.testimonial-item-img img{
  max-width: 100%;
  display: block;
}

.testimonial-item h3{
  font-size: 20px;
  color:#fff;
  font-weight: 700;
}
.testimonial-caroussel.owl-theme .owl-dots .owl-dot.active span{
  width: 15px;
  height: 15px;
  margin: 3px 7px;
}
.testimonial-caroussel.owl-theme .owl-dots .owl-dot.active span, .testimonial-caroussel.owl-theme .owl-dots .owl-dot:hover span{
  background-color:#fff!important;
  opacity: 1;

}



/*----------------------------------------
Pricing
----------------------------------------*/
.table-price  .column-item {
  display: inline-block;
  vertical-align: top;
}

.table-price  .column-item{
  height: 450px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-top:50px;
  padding-bottom: 50px;
  border: 1px solid #d8d8d8;
  /* padding-top: 50px; */
  -webkit-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -moz-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -ms-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -o-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
}
.table-price  .column-item:nth-child(1) {
  z-index: 1;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  margin-top:25px;
}
.table-price  .column-item:nth-child(2) {
  padding-top: 60px;
  border: none;
  height: 500px;
  margin-top: 0;
  z-index: 2;
  -webkit-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  -moz-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  -ms-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  -o-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  position: relative;
}
.table-price  .column-item:nth-child(3)  {
  z-index: 1;
  margin-top:25px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border-left: 0;

}
.table-plan h3{
  text-transform:uppercase;
  font-weight:400;
  margin-bottom:35px;
}
.price-content span {
  font-size: 42px;
  font-weight: 600;
}
.content-plan ul li{
  line-height: 26px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.table-price  .column-item.active{
  color: #fff;
}
/*----------------------------------------
Blog
----------------------------------------*/
.blog-card{
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  -ms-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -moz-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -ms-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -o-box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  box-shadow: 0 13px 20px 0 rgba(212, 212, 212, 0.25);
  -o-border-radius: 8px;
  border-radius: 8px;
}
.blog-card:hover,.blog-card:focus{
  -webkit-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  -moz-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  -ms-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  -o-box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  box-shadow: 0 10px 30px 0 rgba(220, 220, 220, 0.8);
  transform: translateY(-0.25em);
}
.blog-card img{
 -o-border-radius: 8px 8px 0 0;
 border-radius: 8px 8px 0 0;
 width: 100%;
}
.blog-card .info-blog{
  padding: 15px;
}

.info-blog h3{
  margin-top: 0;
}
.info-blog h3 a{
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.blog-top-img{
  position: relative;
}
.blog-top-img .date{
  position: absolute;
  left:10%;
  top:5%;
  display: inline-block;
  width: 60px;
  padding: 5px;
  height: 60px;
  color:#fff;
  text-align: center;
  -o-border-radius: 50%;
  border-radius:50%;
}
.blog-top-img .date span{
  display: block;

  font-size: 22px;
  line-height: normal;
  font-weight: 700;
}
.blog-top-img .date small{
  font-size: 18px;
  position: relative;
  top: -5px;
}

/*----------------------------------------
Downlaod
----------------------------------------*/
.featured-downlaod h2{
 color: #fff;
 font-weight: 300;
 font-size: 34px;
 line-height: 38px;
}
.actions-btn {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 120px;
}
.actions-btn .btn{
  text-align: left;
  position: relative;
  padding: 13px 30px 13px 45px;
  margin-left: 10px;
  /* background-color: #fff; */
}
.actions-btn .btn span{
  display: block;
}
.actions-btn .btn span:nth-child(1) {
  font-size:11px;
  color: #999;
}
.actions-btn .btn span:nth-child(2) {
  font-size:15px;
}
.actions-btn .btn-downlaod:before{
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  height: 28px;
  width: 28px;
  top: 50%;
  left: 12px;
  margin-top: -14px;
}

/*----------------------------------------
Footer
----------------------------------------*/
.newsletter-block{
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  display: block;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.25);
}
.newsletter-block h4{
  font-weight:400;
}
.list-social{
    margin-bottom: 8px;
    margin-top: 0px;
}
footer{
  color: #fff;
  /* background-color:#131824; */
}
.footer-top{
  padding: 60px 0 0;
}
.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active{
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-twitter:hover,  .btn.btn-twitter:focus, .btn.btn-twitter:active {
  color: white;
  background-color: #55acee;
  border-color: #55acee;
}

.btn.btn-google-plus:hover, .btn.btn-google-plus:focus, .btn.btn-google-plus:hover{

  color: white;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn.btn-instgram:hover, .btn.btn-instgram:focus, .btn.btn-instgram:hover{

  color: white;
  background-color: #9b6954;
  border-color: #9b6954;
}
.subscribe-form{
  margin-top: 20px;
}
.list-social a{
	background-color: #fff;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0;
    border-radius: 100%;
    height: 40px;
}
.subscribe-form .form-control {
 border-radius: 100px;
 outline: none;
 width: 60%;
 float:left;
 padding: 8px 25px;
 box-shadow: none;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 transition: all .3s;
 margin-right: 10px;
 background-color:#f5f5f5;
 border: 1px solid #d8d8d8;
}
.subscribe-form .btn-subscribe{
  padding: 0 50px;
  color: #fff;
  line-height: 50px;
  border: none;
  border-radius: 25px;
}

#scrollUp{
  background: #fbdb89; /* Old browsers */
  background: -moz-linear-gradient(top, #f48c82 0%, #fbdb89 0%, #f48c82 0%, #fbdb89 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f48c82 0%,#fbdb89 0%,#f48c82 0%,#fbdb89 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f48c82 0%,#fbdb89 0%,#f48c82 0%,#fbdb89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fbdb89',GradientType=0 ); /* IE6-9 */
  border-radius: 100%;
  bottom: 30px;
  color: #ffffff;
  height: 45px;
  font-size: 22px;
  line-height: 3;
  right: 30px;
  line-height:45px;
  text-decoration: none;
  text-align: center;
  width: 45px;
}
.footer-bottom{
    padding-top: 7px;
    padding-bottom: 29px;
}
.copyright 
{
  /* text-align: center; */
  width: 70%;
  height: auto;
  display: table;
  float: left;
  margin-top: 21px;
  margin-left: 5%;
}

.copyright p 
{
    margin: 0px auto;
    padding: 0px;
    color: #000000;
    font-size: 14px;
    float: left;
	width: 50%;
    padding-left: 0%;
}

.copy-right
{
    margin: 0px auto;
    padding: 0px;
    color: #848484;
    font-size: 14px;
    float: left;
    width: 49%;
	text-align: left;
    padding-left: 0% !important;
}


footer p.error-message {
  color: #e10438;
  margin-top:5px;
  margin-bottom:5px;
}

footer p.sucess-message {
  color: #4ec952;
  margin-top:5px;
  margin-bottom:5px;
}

/*----------------------------------------
Signle post
----------------------------------------*/
.section-title-blog{
  padding-top: 150px;
}
.section-title-content {
  padding-bottom: 100px;
}
.section-title-content h1{
  font-size: 42px;
  line-height: 45px;
  color:#fff;
  margin-bottom: 25px;
}

.section-title-content p{
  font-size: 18px;
  font-weight: 400;
  color:#fff;
}
.blog-content{

  padding: 50px 0;
}
.blog-image{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 9, 128, 0.05), 0 2px 5px rgba(0, 9, 128, 0.035);
  background-size: cover;
  background-position: center center;
}
.info-blog {
  position: relative;
  text-align: left;
  padding: 25px 0 15px 0;
}

.info-blog ul li{

  margin-right: 12px;
  display: inline-block;
  font-size: 16px;
  color:#777;
}
.info-blog ul li i{
  font-size: 20px;
  color:#222;
}
.blog-title h2{
  margin-top: 10px;
  font-weight: 400;
  text-align: left;

}
.quote-blog {
  margin: 35px 0;
}
.quote-blog p{
  color: #222;
  font-weight:400;
  font-style: italic;
}
.quote-blog blockquote{
  position: relative;
  border-left: 5px solid #f48c82;
}
.quote-blog blockquote span{
  color:#f48c82;
  font-weight: 600;
}
.quote-blog blockquote:after{
  font-family: 'ElegantIcons';
  content: "\7b";
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #f48c82;
  font-size: 95px;
  opacity: 0.6;
}
.blog-share{
  margin-top: 20px;
}
.blog-share .btn{
  margin-right: 15px;
  position: relative;
  color: #fff;
  text-transform: none;
}
.blog-share .btn.btn-facebook{
  background-color: #3b5a9a;
}
.blog-share .btn.btn-twitter{
  background-color: #56adf2;
}
.blog-share .btn i{
  position: absolute;
  left:12px;
  bottom:15px;
  font-size: 16px;
}
.comment-blog h3{
  font-weight: 400;
  margin-bottom: 45px;
}
.avatar-blog img{
  float: left;
  border:1px solid #eaeaea;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 60px;
  margin-right:15px;
}
.comment-blog-text{
  overflow: hidden;
}
.comment-blog-text span{
  display: block;
  color:#222;
  font-weight: 600;
}
.comment-blog-inner p{
  margin-top: 20px;
}
.comment-blog-text small{
  color:#999;
}
.comment-blog-inner{
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.comment-blog-inner:last-child{
  border-bottom: none;
}
.blog-reply{
  padding-left: 75px;
}
.form-comment textarea{
 box-shadow: none;
 background-color: #f5f5f5;
 border: 1px solid #d8d8d8;
}
.comment-text-form h3{
  margin-bottom: 15px;
}
.blog-pagination{
  padding:40px  0;
}
.blog-pagination a{
  color: #4d97d6;
}
.blog-pagination .pull-left a i {
  position: relative;
  top:2px;
}
.blog-pagination .pull-left a i{
 padding-right: 5px;
}

.blog-pagination .pull-right a i{
  padding-left: 5px;
}
.blog-pagination a:hover, .blog-pagination a:focus{
  color: #191b1f;
}
.form-headline
{
	margin-top: 8%;
    margin-bottom: 3%;
}
/* Download Form Page */
.user-row 
{
    width: 67%;
    margin: 0px auto;
}
form#adduser 
{
    margin-bottom: 10%;
}
input#name 
{
    width: 67%;
}
input#email 
{
    width: 67%;
}
.btn-primary
{
    color: #ffffff !important;
    padding: 0px 50px !important;
    font-size: 12px !important;
	line-height: 50px;
    margin-top: 1%;
    background: linear-gradient(to right, #4d97d6 0%,#4d97d6 0%,#4d97d6 0%,#4d97d6 100%);
    background-color: #4d97d6;
}
.btn-primary:focus
{
	border: none !important;
	box-shadow: none !important;
}
.validation-failed
{
	margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
}
/* End Of Download Form Page */
.bot-tit
{
	color: #ffffff;
}
.featured-title
{
	text-align: center;
	font-size: 25px;
}
.featured-title2
{
	text-align: center;
	margin-bottom: 4%;
}
p.faq-p1 
{
    margin-bottom: 15%;
}
.col-first
{
	margin-left: 6%;
    margin-right: 6%;
}
.feat-img 
{
    width: 100%;
    float: left;
    margin-left: 2%;
    margin-top: 3%;
}
.feat-img-img1
{
    float: left;
    margin-left: 1%;
    margin-top: 3%;
	width: 23%;
}
.feat-img-img2
{
    float: left;
    margin-left: 2%;
    margin-top: 3%;
	width: 23%;
}
.feat-img-img3
{
    float: left;
    margin-left: 2%;
    margin-top: 3%;
	width: 12%;
}
.feat-img-img4
{
    float: left;
    margin-left: 2%;
    margin-top: 3%;
	width: 6.5%;
}
.feat-img-img5
{
    float: left;
    margin-left: 2%;
    margin-top: 3%;
	width: 26%;
}
.feat-img-img6
{
    float: left;
    margin-left: 2%;
    margin-top: 3%;
	width: 9%;
}
.feat-img-img7
{
    float: left;
    margin-left: 2%;
    margin-top: 3%;
	width: 9%;
}
.paddd-40 
{
    padding-top: 7% !important;
    padding-bottom: 11%;
}
.onechat_lo
{
	width: 15%;
    height: auto;
    display: table;
	margin: 0px auto;
	margin-top: 5%;
}
.onechat_lo img
{
	width: 90%;
}
h2.op 
{
    text-align: center;
    margin-top: 2%;
	font-family: AvenirLTStd-Book;
	color: #000000;
	font-weight: normal;
}

.onechat_lo2
{
	width: 10%;
    height: auto;
    display: table;
	margin: 0px auto;
	/* margin-top: 5%; */
}
.onechat_lo2 img
{
	width: 90%;
}
@media screen and (max-width: 900px) and (min-width: 700px) 
{
.button-right1 img 
{
    max-width: 34% !important;
}	
.button-right1 {
    width: 77% !important;
    margin-top: 4% !important;
}
}
@media screen and (max-width: 699px) and (min-width: 0px) 
{
body, #about-app, footer, #slider, #htuse
{
    overflow-x: hidden;
}
.main-buttons p
{
    text-align: center;
}
.dtop
{
	display: none !important;
}
.mobile
{
	display: block !important;
}	
.button-right1 img 
{
max-width: 220px !important;
}
.pro-logo img
{
	max-width: 75%;
    height: auto;
    margin-left: 18%;
}
.mg-bt-30
{
	width: 90%;
    margin: 0px auto;
    padding-top: 0%;
	word-break: break-word;
}
.button-left 
{
    width: 100% !important;
    margin-left: 19%;
    margin-bottom: 12%;
}
.btn-blue
{
    padding: 17px 21px !important;
    font-size: 20px !important;
}
.button-right1 
{
    width: 100% !important;
    margin-left: 19%;
}
footer 
{
    position: inherit !important;
}
img.img-responsive.hidden-xl.img-border
{
	width: 100% !important;
	float: none !important;
	margin-top: 10%;
}
.social-main
{
	width: 100% !important;
}
.list-social
{
	margin-left: 29%;
}
.copyright
{
	width: 100%;
}
.copyright p
{
	width: 100%;
	padding-left: 6%;
}
.copy-right 
{
    text-align: left !important;
    padding-left: 30% !important;
    padding-bottom: 3% !important;
}
.padd-40
{
	padding-bottom: 0px;
}
.text-content 
{
    padding: 0px 0 20px 0 !important;
	margin-top: 20%;
}
.qbox 
{
	width: 95% !important;
}
.htuse-box
{
	width: 90% !important;
	margin-left: 5% !important;
	margin-bottom: 5%;

}
.saf-box
{
	width: 93% !important
}
.saf-title 
{
    font-size: 22px !important;
    font-weight: bold;
	margin-bottom: 10px !important;
}
.saf-subtitle
{
	font-size: 16px !important;
	width: 95% !important;
	padding-left: 2% !important;
}
.saf-box-title
{
	margin-bottom: 0px !important;
}
h2.htb-main-title 
{
    font-size: 22px !important;
    font-weight: bold;
}
.htb-scontent
 {
    width: 90%;
    padding-left: 10%;
}
.htb-button-left
{
	width: 100% !important;
	margin-bottom: 8%;
}
.htb-button-right
{
	width: 100% !important;
}
.htb-button-right a
{
    margin-left: 25%;
}
.htb-button-right img
{
    max-width: 205px !important;
}
p.htb-tcontent 
{
    padding-left: 0%;
}
.bx-wrapper img
{
    max-width: 85% !important;
    padding-left: 16% !important;
}
}
@media screen and (max-width: 1023px) and (min-width: 801px) 
{
	.button-left 
	{
     width: 100% !important;
	}
	.button-right1 
	{
    width: 77% !important;
    margin-top: 10% !important;
	}
	.navbar-brand>img
	{
		width: 55% !important;
	}
}
@media screen and (max-width: 1363px) and (min-width: 1024px) 
{
	.button-left 
	{
     width: 44% !important;
	 margin-top: 2.5% !important;
	}
	.button-right1 img 
	{
    max-width: 73% !important;
	}
}

.button-right
{
	float: right;
    margin-right: 33%;
    margin-bottom: 5%;
}
.button-right2
{
	float: right;
    margin-right: 7%;
    margin-bottom: 5%;
}
.u-span
{
	margin-top: 2%;
    font-size: 14px;
}
.align-c
{
	text-align: center !important;
}
.onechat_lo3
{
    margin-top: 6%;
    width: 20% !important;
}
.mul-off
{
	text-decoration: underline;
	cursor: pointer;
}

.black_overlay 
{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(220,220,220,0.85);
  z-index: 10001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content 
{
  display: none;
  position: fixed;
  top: 21%;
  left: 36.8%;
  width: 340px;
  /* height: 50%; */
  height: auto;
  /* padding: 16px; */
  /* border: 16px solid orange; */
  background-color: white;
  z-index: 10002;
  /* overflow: auto; */
  overflow: visible;
  border-radius: 3px;
  padding-bottom: 2%;
}
.cc-close
{
	float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.cc-head
{
	text-align: center;
	border-bottom: 1px solid #d2cbcb;
    padding-bottom: 10px;
    padding-top: 15%;
	color: #000000;
	font-family: AvenirLTStd-Book;
	font-size: 20px;
}
.cc-select
{
    padding-left: 5%;
    color: #666666;
    font-family: AvenirLTStd-Book;
    padding-bottom: 2%;
    padding-top: 3%;
	font-size: 19px;
}
.cc-packhead
{
	/* padding-left: 18%; */
	color: #666666;
	font-family: AvenirLTStd-Book;
	display: none;
	font-size: 19px;
	text-align: center;
    padding-top: 4%;
}
.cc-save
{
	/* padding-left: 18%; */
	color: #666666;
	font-family: AvenirLTStd-Book;
	display: none;
	text-align: center;
	font-size: 19px;
    font-weight: normal;
	padding-top: 1%;
}
#pro-save-price,#pro-price,#pro-save-price1,#pro-price1
{
	color: #85B200 !important;
}
.cc-total
{
	/* padding-left: 18%; */
	color: #666666;
	font-family: AvenirLTStd-Book;
	display: none;
	text-align: center;
	font-size: 19px;
    font-weight: normal;
	padding-top: 1%;
    padding-bottom: 4%;
}
.cc-sub
{
	border: none !important;
    border-radius: 3px !important;
    color: #FFFFFF !important;
    font-family: AvenirLTStd-Book !important;
    font-size: 21px !important;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.15) !important;
    background-color: #59B200 !important;
    position: relative !important;
    width: 91% !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    cursor: pointer !important;
    outline: none !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: 0.02em !important;
	background: #59B200 !important;
	line-height: 1.42857143 !important;
	margin-left: 5%;
	display: none;
}
.icon.product-icon {
    width: 95px;
    margin-left: 122px;
    display: block;
    border-radius: 3px;
	position: absolute;
    left: 0px;
    top: -55px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.mul-off2
{
	margin-top: 2%;
    margin-left: 5%;
}
.mul-off3
{
	color: #ffffff;
	margin-bottom: 0px !important;
}
#qtypin
{
	margin-left: 5%;
    width: 90%;
    height: 40px;
    font-size: 15px;
    padding-left: 1%;
    margin-top: 5%;
}
.cc-packsave
{
	/* padding-left: 18%; */
    color: #666666;
    font-family: AvenirLTStd-Book;
	display: none;
	text-align: center;
    font-size: 19px;
    padding-top: 1%;
    padding-bottom: 4%;
}
#packsave
{
	color: #85B200 !important;
}
select#quantity-selector 
{
    height: 40px;
    width: 95%;
    margin-top: 2%;
	font-size: 15px;
}
.zip-title
{
	font-size: 38px;
    color: #000000;
	margin-top: 5%;
}
.main-buttons
{
	width: 100%;
	height: auto;
	display: table;
	clear: both;
    margin-bottom: 5%;
	margin-top: 8%;
}
.button-left
{
	width: 40%;
	height: auto;
	display: table;
	float: left;
	margin-top: 2%;
}
.button-right1
{
	width: 49%;
	height: auto;
	display: table;
	float: left;
}
.button-right1 img
{
	max-width: 70%;
}
.social-main
{
	width: 25%;
	height: auto;
	display: table;
	float: left;
}
img.img-responsive.hidden-xl.img-border 
{
    width: 80%;
	float: right;
}
footer {
 /*position: fixed;*/
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}
.pro-logo 
{
    width: 100%;
    height: auto;
    display: table;
	padding: 5rem 1rem;
	padding-bottom: 2%;
}
@media screen and (max-width: 5000px) and (min-width: 1400px) 
{
	.pro-logo
	{
		padding-bottom: 12% !important;
	}	
	/* .mg-bt-30 */
	/* { */
		/* margin-top: 28% !important; */
	/* }	 */
	.mg-bt-30
	{
		margin-top: 12% !important;
	}
	img.img-responsive.hidden-xl.img-border
	{
		margin-top: -4% !important;
	} 
}
.dtop
{
	display: block;
}
.mobile
{
	display: none;
}
.copy-right a
{
	color: #000000;
}
.main-div
{
	width: 100%;
	height: auto;
	display: table;
}


/* Cookie Bar */
#cookie_disclaimer
{
	position: fixed;
    bottom: 0;
    width: 100%;
	box-shadow: rgba(20, 34, 180, 0.1) 0px -2px 16px;
    background: white;
    z-index: 99999999;
    padding: 0 15px;
}
.dis-main
{
	max-width: 940px;
    margin: 0 auto;
	padding-top: 1%;
    padding-bottom: 1%;
}
.titolo
{
	width: 85%;
    height: auto;
    display: table;
    float: left;
}
#cookie_stop
{
	display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 90px;
    padding: 0 26px;
    height: 32px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    background: transparent;
    color: #2e2e2e;
    text-align: center;
    border: 2px solid rgba(51, 51, 51, 0.1);
    -webkit-transition: background .3s,border-color .3s,color .3s;
    transition: background .3s,border-color .3s,color .3s;
	margin-top: 1%;
    margin-left: 3%;
	cursor: pointer;
}


.qmain
{
	width: 100%;
	height: auto;
	display: table;
	clear: both;
}
.qbox
{
	width: 30%;
	height: auto;
	display: table;
	float: left;
	text-align: center;
	margin-left: 3%;
}
.qtop
{
	width: 100%;
	height: auto;
	display: table;
}
.htuse-box
{
	width: 22%;
	height: auto;
	display: table;
	float: left;
	text-align: center;
	margin-left: 2%;
	background: #edf1fb;
	padding: 20px 30px 30px;
    border-radius: 8px;
	min-height: 156px;
}
.htb-title
{
	padding-top: 7%;
}
.htb-content
{
	font-size: 14px;
}
.sec-div
{
	clear: both;
	max-width: 720px;
    margin: 0 auto;
	padding-bottom: 5%;
}
.htb-scontent
{
	text-align: center;
	padding-top: 5%;
}
.htb-buttons-main
{
	width: 100%;
	height: auto;
	display: table;
	margin-top: 4%;
}
.htb-box-main-row 
{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px -10px;
}
h2.htb-main-title 
{
    margin-bottom: 25px;
    text-align: center;
    font-size: 42px;
}
h2.ota-main-title 
{
    text-align: center;
    font-size: 42px;
    margin-bottom: 5%;
}
.htb-button-left 
{
    width: 32%;
    height: auto;
    display: table;
    float: left;
    margin-top: 14px;
    margin-left: 21%;
}
.htb-button-right 
{
    width: 47%;
    height: auto;
    display: table;
    float: left;
    margin-top: 4px;
}
p.htb-tcontent 
{
    color: #bbbbbb!important;
    padding-top: 0%;
    font-size: 12.5px;
    margin-top: 0% !important;
    font-weight: normal;
    clear: both;
    text-align: center;
}
.ota-m-b
{
    width: 100%;
    height: auto;
    display: table;
    clear: both;
	margin-bottom: 15%;
}
.ota-left
{
	width: 50%;
	height: auto;
	float: left;
	display: table;
}
.ota-leftb
{
	width: 23%;
	height: auto;
	float: left;
	display: table;
}
.ota-leftb img
{
	width: 100%;
	max-width: 100%;
}
.ota-rightb
{
	width: 70%;
	height: auto;
	float: left;
	display: table;
}
p.otal-p 
{
    font-size: 23px;
    font-weight: bold;
    padding-left: 12%;
	padding-top: 3%;
	padding-bottom: 1%;
}
p.otal-con 
{
    font-size: 18px;
    padding-left: 12%;
}
.ota-right
{
	width: 50%;
	height: auto;
	float: left;
	display: table;	
}
.saf-title
{
	margin-bottom: 25px;
    text-align: center;
    font-size: 42px;
	color: #000000;
}
.saf-subtitle
{
	margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
	color: #000000;
}
.saf-box
{
	width: 25%;
	height: auto;
	display: table;
	float: left;
    margin-right: 4%;
    margin-left: 4%;	
}
.saf-box-title
{
	margin-bottom: 25px;
    text-align: center;
    font-size: 20px;	
	color: #000000;
}
.saf-box-left
{
	width: 50%;
	height: auto;
	float: left;
	display: table;	
	padding-bottom: 3px;
    padding-top: 10px;
}
.f-text
{
    font-size: 13px;
    font-weight: 700;
    color: #42465b;
}
.saf-box-right
{
	width: 50%;
	height: auto;
	float: right;
	display: table;		
	padding-bottom: 3px;
    padding-top: 10px;
}
.f-text2
{
    font-size: 13px;
    color: #42465b;
	text-align: right;
}
.saf-divider
{
	width: 100%;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.hidden-elements
{
	display: none;
}

.btn.-blue {
    background: #ffffff;
	color: #FE3336;
	height: 40px;
    padding: 0 33px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-weight: 700;
    border-radius: 100px;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.f-text3
{
    text-align: left;
    font-size: 13px;
    color: #42465b;
    line-height: 19px;
    padding-top: 10px;
}
.formats-footer 
{
    margin-top: 35%;
    clear: both;
    text-align: center;
    background: linear-gradient(0deg,#fff 0,#fff 70px,hsla(0,0%,100%,0));
}
.gradient-color
{
	background: linear-gradient(0deg,#fff 0,#fff 70px,hsla(0,0%,100%,0));
}
.gray
{
	background-color: #ffffff;
    opacity: 0.5;
}
#qguide
{
	margin-top: 5%
}
#saf
{
	margin-bottom: 5%;
}