:root {
  --color-1: #244467;
  --color-2: #44AA57;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('font/ubuntu-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('font/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/ubuntu-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('font/ubuntu-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('font/ubuntu-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('font/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/ubuntu-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/ubuntu-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('font/ubuntu-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/ubuntu-v14-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #000000;
}

a {
    text-decoration: underline;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: var(--color-1);

}


body.logged-in nav.affix-top{
  top: 30px;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: underline;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-1);
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1.4em;
}


h2 {
    font-size: 36px;
}

h3 {
  color: #000;
}


.content-area-left.colum-rigth h1 {
    font-size: 36px !important;
}

.content-area-left.colum-rigth h2 {
    font-size: 2.7rem;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}

/*-- 3. Helper-Class --*/

.upper {
    text-transform: uppercase;
}

.thing {
    font-weight: 300;
}

.latter-space {
    letter-spacing: 4px;
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-padding {
    padding: 100px 0;
}

.gray-bg {
    background-color: #f9f9f9;
}

.page-title {
    margin-bottom: 50px;
}

.page-title .title {
    font-size: 36px;
    margin-bottom: 20px;
}

.bar-title {
    position: relative;
    padding-bottom: 20px;
}

.bar-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #898989;
}

.form-control {
    height: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 12px;
}

.align-left{
  text-align: left;
}
/*-- 4. Button-Style --*/

.bttn {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #ffffff;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;

}

.bttn.bttn-primary {
    background: #F7931E;
    border: 2px solid #fff;
    color: #fff;
}
.bttn.bttn-style2 {
    background: #f6dc93;
    color: #000000;
}

.bttn.bttn-lg {
    padding: 5px 20px;
    font-size: 20px;
    text-decoration: none;

}

.bttn:focus,
.bttn:hover {
    /*color: #ffffff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 5px 0 0 rgba(224, 201, 78, 0.5), 0 10px 0 0 rgba(20, 59, 105, 0.5);
    box-shadow: 0 5px 0 0 rgba(224, 201, 78, 0.5), 0 10px 0 0 rgba(20, 59, 105, 0.5);*/

}


.bttn.bttn-primary:hover {
    /*-webkit-box-shadow: 0 5px 0 0 rgba(224, 201, 78, 0.5), 0 10px 0 0 rgba(20, 59, 105, 0.5);
    box-shadow: 0 5px 0 0 rgba(224, 201, 78, 0.5), 0 10px 0 0 rgba(20, 59, 105, 0.5);*/
    background: var(--color-1);
  border: 1px solid rgba(#000, .05);
  box-shadow: 1px 1px 2px rgba(#fff, .2);
  color: lighten($red, 18%);
  text-decoration: none;
  text-shadow: -1px -1px 0 darken(var(--color-2), 9.5%);
  transition: all 250ms linear;
}




/*-- 5. Mainmenu-Area --*/

.mainmenu-area {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 0 5px 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.site2 .mainmenu-area,
.mainmenu-area.affix {
    background-color: rgba(0, 0, 0, 0.6);
}


.mainmenu-area #mainmenu ul.nav.navbar-nav{
  margin-top: 8px;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li a {
    color: #FFFFFF;
    background: none;
    font-weight: 400;
    background: transparent;
    border-bottom: 2px solid transparent;
    font-size: 17px;
    text-decoration: none;
}



.mainmenu-area #mainmenu ul.nav.navbar-nav ul li a {
    color: #005E81;
    display: inline-block;
    height: inherit;
    width: inherit;
      padding: 10px;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li {
    float: none;
    display: inline-block;
}
.mainmenu-area #mainmenu ul.nav.navbar-nav li.menu-item-has-children {
  padding-right: 10px;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li.current-menu-item a,
.mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li a:hover {
    border-bottom: 2px solid #ffffff;
}



.mainmenu-area #mainmenu ul.nav.navbar-nav li.select-cuntry select {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0 15px 0 15px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-left: 1px solid #ffffff;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav li.select-cuntry select option {
    color: #f7c336;
}

.mainmenu-area #search-box {
    width: 100%;
}


#mainmenu ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	float: left;
	position: absolute;
	top: 50px;
	left: -999em;
	z-index: 99999;
	background-color:#FFF;
  padding: 0;
  width: 240px;
  border: 1px solid (--color-1);

}

#mainmenu ul ul ul {
	left: -999em;
	top: 0;
}

#mainmenu ul ul a {
	width: 200px;

}

#mainmenu ul ul li {
	text-align:center;
  display: inline-block;
  width: 100%;
}

#mainmenu li:hover > a,
#mainmenu li.focus > a {
}

#mainmenu ul ul :hover > a,
#mainmenu ul ul .focus > a {
}

#mainmenu ul ul a:hover,
#mainmenu ul ul a.focus {
}

#mainmenu ul li:hover > ul,
#mainmenu ul li.focus > ul {
	left: 0;
}

#mainmenu ul ul li:hover > ul,
#mainmenu ul ul li.focus > ul {
	left: 100%;
}



.mainmenu-area #mainmenu ul.nav.navbar-nav ul li:hover{
	background:var(--color-2);
}
.mainmenu-area #mainmenu ul.nav.navbar-nav ul li:hover>a{
	color:#FFF;
}

.mainmenu-area #mainmenu ul.nav.navbar-nav ul ul li a {
    color: var(--color-2);
}

#mainmenu li li {


    color: #08a5aa;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
}
/*

@media (max-width: 999px){
  .mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li.current-menu-item a,
  .mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li a:hover {
      border-bottom: 0;
  }
}
@media (max-width: 999px){
  .mainmenu-area #mainmenu ul.nav.navbar-nav li a {
      color: var(--color-1);
  }
}

@media (min-width: 999px){
  .navbar-collapse.collapse {
      padding: 0;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav li.menu-item-has-children {
    padding-right: 5px;
  }

}*/
@media (max-width: 1000px){
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
    overflow: hidden !important;;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-right {
    float: none !important;
    /*margin-right: -15px;*/
  }

  .navbar-nav {
    float: none;
  }

  .mainmenu-area #mainmenu ul.nav.navbar-nav li.menu-item-has-children {
    padding-right: 0;
  }
}
/*
@media (min-width: 999px){
  .navbar-toggle {
    display: none;
  }

}

@media only screen and (max-width: 999px) {
  #mainmenu ul .focus ul {
    position: relative;
    float: none;
    width: 100%;
    top: 0;
    background-color: var(--color-1);

  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav ul li a{
    color: #fff;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav ul li{
    border-bottom: 1px solid #FFF !important;
  }

  #mainmenu ul ul ul{
    left: 0
  }
  #mainmenu ul .focus ul ul {
    background-color: #FFF;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav ul ul li a{
    color: var(--color-1) !important;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav li ul ul li{
    border-bottom: 1px solid var(--color-1) !important;
  }
  #mainmenu ul ul li:hover > ul, #mainmenu ul ul li.focus > ul{
    left: 0;
  }
}*/

.header-widgets-wrapper ul li.dropdown .caret {
  display: none;
}

@media (max-width: 1200px){
  .mainmenu-area #mainmenu ul.nav.navbar-nav li.menu-item-has-children {
    padding-right: 0px;
  }
}

@media (max-width: 1000px){
  .mainmenu-area #mainmenu{
    display: none;
  }
  .mainmenu-area #mainmenu.in{
    display: block !important;
    overflow: auto !important;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav li.menu-item-has-children {
    padding-right: 0px;
  }

  .mainmenu-area #mainmenu ul.nav.navbar-nav li a{
    color: black;
    text-align: left;
  }
  .navbar .navbar-collapse {
      max-height: calc(100% - 70px);
      margin-top: 130px;
      overflow-y: auto;
      position: fixed;
      z-index: 9999;
      background: #fff;
      width: 100%;
      left: 0;
      top: 0;
      margin-left: 0;
      margin-right: 0;
      -webkit-overflow-scrolling: auto;
  }
  .navbar .navbar-nav>li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: inherit;
  }
  .caret-wrap{
    float: right;
  }

  a .caret {
    border: 1px solid #555;
    border-radius: 2px;
    box-sizing: content-box;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 30px;
    margin-left: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 100;
  }

  a .caret svg {
    width: 12.5px;
    margin: 9px;
    transition: all 0.3s ease;
  }

  ul ul a .caret {
    background-color: #fff;
  }

  #mainmenu ul ul{
    display: none;
  }

  #mainmenu ul ul li:hover > ul,
  #mainmenu ul ul li.focus > ul {
  	left: 0;
    display: block;
  }

  #mainmenu ul li:hover > ul {
  	left: -999em;
  }
  #mainmenu ul li.focus:hover > ul {
  	left: 0;
  }
  #mainmenu ul .focus ul {
    float: none;
    display: block!important;
    background: 0 0;
    box-shadow: none;
    position: static;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  #mainmenu ul .focus ul li{
    padding-left: 20px;
  }
  #mainmenu ul .focus ul {
    position: relative;
    float: none;
    width: 100%;
    top: 0;
    background-color: var(--color-1);
  }

  #mainmenu ul .focus ul ul{
    display: none !important;
  }
  #mainmenu ul .focus ul .focus ul{
    display: block !important;
  }

  .mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li.current-menu-item a,
  .mainmenu-area #mainmenu ul.nav.navbar-nav.primary-menu li a:hover {
      border-bottom: 0;
  }

  .mainmenu-area #mainmenu ul.nav.navbar-nav ul li a{
    color: #fff;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav ul li{
    border-bottom: 1px solid #FFF !important;
  }
  .mainmenu-area #mainmenu ul.nav.navbar-nav ul li:last-child{
    border: 0 !important;
  }

  .mainmenu-area #mainmenu ul.nav.navbar-nav ul ul li a{
    color: #fff;
  }
  .navbar {

     margin-bottom: 0;

  }
}



div.btn_access {
    float: right;
    margin-top: 19px;
    margin-left: 15px;
}

div.btn_access .btn_registrati {
    background: #F7931E;
    text-decoration: none;
    color: #FFF;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
}
div.btn_access .btn_accedi {
    background: #39B54A;
    text-decoration: none;
    color: #FFF;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
}
@media only screen and (max-width: 999px) {
  div.btn_access{
    width: 100%;
    margin-bottom: 10px;
  }
}

@-webkit-keyframes downup {
    from {
        bottom: 60px
    }
    to {
        bottom: 40px
    }
}


@keyframes downup {
    from {
        bottom: 60px
    }
    to {
        bottom: 40px
    }
}

a.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    color: #ffffff;
    font-size: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: downup 0.8s ease 0.3s infinite alternate;
    animation: downup 0.8s ease 0.3s infinite alternate;
}

/*-- 6. Header-Area --*/

.header-area {
    position: relative;
    background: url('images/winddoc_programma_fatture.jpg') no-repeat scroll center top / cover;
    width: 100%;
    height: 100%;
}
.page-area#home{
    width: 100%;
    height: 700px;
    background: url('images/software_fatturazione_online.jpg') no-repeat scroll center center / cover;
}

.page-area#home .header-title{
  margin-top: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 460px) {
  .page-area#home .header-title{
    margin-top: 130px;
  }
}

.page-area#medici{
  width: 100%;
  height: 600px;
  background: url('images/software-fattura-elettronica-medici.jpg') no-repeat scroll center center / cover;
}

.page-area#gestionale_medico{
  width: 100%;
  height: 500px;
  background: url('images/gestionale_medico.jpg') no-repeat scroll center center / cover;
}


.page-area#software_per_medici{
    width: 100%;
    height: 500px;
    background: url('images/software_per_medici.jpg') no-repeat scroll center center / cover;
}

.page-area#commercialista{
    width: 100%;
    height: 500px;
    background: url('images/commercialisti.jpg') no-repeat scroll center center / cover;
}

.vcenter.vctop{
  margin-top: 20px;
}
.area-centrall-cell {
    color: #ffffff;
    background-image: url('images/feature-bg.png');
    background-position: bottom -120px center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .area-centrall-cell {
    margin-bottom: 0;
  }
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.site2 .header-area {
    background-image: url('images/header-bg-2.jpg');
}

.header-area .header-text .header-title,
.page-area .header-text .header-title {
    color: var(--color-1);
    font-family: 'Ubuntu', sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 2px 2px #FFFFFF;
}

@media only screen and (max-width: 1000px) {
  .header-area .header-text .header-title,
  .page-area .header-text .header-title {
      font-size: 50px;
  }
}

@media only screen and (max-width: 700px) {
  .header-area .header-text .header-title,
  .page-area .header-text .header-title {
      font-size: 35px;
  }
}

.header-area .header-text .header-title .dot {
    display: inline-block;
    border: 5px solid #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

.header-area .header-text span,
.page-area .header-text span{
  font-size: 17px;
  display: block;
  padding-bottom: 18px;
  line-height: 20px;
  text-shadow: 1px 2px 2px #000000;
}
.header-area .header-text p,
.page-area .header-text p{
  padding-bottom: 10px;
}
.header-area .header-text,
.page-area .header-text {
    color: #ffffff;
}

.header-area .header-text q {
    font-size: 22px;
    display: block;
    margin-bottom: 50px;
}

.header-area .header-text p,
.page-area .header-text p{
  font-size: 22px;
  font-family: "Ubuntu";
  text-shadow: 1px 2px 2px #000000;
}
/*-- 7. Vdieo-Box --*/

.video-box {
    position: relative;
}

.video-box .video-bttn {
    position: absolute;
    left: 55%;
    top: 32%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

/*-- 8. Tabs-list --*/

.tabs-list-2,
.tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    overflow: hidden;
}

.tabs-list-2 li,
.tabs-list li {
    float: left;
}

.tabs-list-2 li a,
.tabs-list li a {
    padding: 15px;
    border-bottom: 2px solid #bdbdbd;
    font-weight: 500;
    display: block;
}

.tabs-list li.active a {
    border-bottom: 2px solid #a1c4fd;
}

.tabs-list-2 li a {
    border: none;
    border-radius: 100px;
    overflow: hidden;
    padding: 8px 20px;
}

.tabs-list-2 li.active a {
    color: #ffffff;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

/*-- 9. Feature-Box --*/

.count-box,
.feature-box {
    padding: 30px 30px 15px 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    margin-bottom: 0px;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.count-box:hover,
.feature-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.feature-box .box-icon {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: var(--color-1);
}
.feature-box h4{
  padding-top: 5px;
  text-align: left;
}
.read-more {
    color: #bdbdbd;
    display: inline-block;
    padding: 5px 0;
}

.read-more:after {
    content: "\eb55";
    display: inline-block;
    font-family: "icofont";
    color: #a1c4fd;
    font-size: 22px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.read-more:hover:after {
    opacity: 1;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}

/*-- 10.Easy Pie Chart --*/

.skills .skill {
    text-align: center;
    margin-bottom: 30px;
}

.skills .skill .chart {
    position: relative;
}

.skills .skill .chart > span {
    position: absolute;
    left: 50%;
    top: 27%;
    font-weight: 600;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.skill .counter:after {
    content: "%";
}

/*-- 11. Filter-Controls --*/

.filter-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}


.filter-controls li {
    display: inline-block;
    position: relative;
    padding: 8px 30px;
    margin-bottom: 20px;
    color: #4f4f4f;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 rgba(135, 181, 255, 0.5), 0 0 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(135, 181, 255, 0.5), 0 0 0 0 rgba(135, 181, 255, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.filter-controls li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.filter-controls li.active {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 2px 0 0 rgba(135, 181, 255, 0.5), 0 4px 0 0 rgba(135, 181, 255, 0.5);
}

.filter-controls li.active:before {
    opacity: 1;
}

.mix {
    display: none;
    margin: 0;
    padding: 0;
}

/*-- 12. FIlter-Box --*/

.filter-box {
    position: relative;
}

.filter-box .filter-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    color: #ffffff;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.filter-box:hover .filter-hover {
    opacity: 1;
}

.filter-box .filter-hover h5 {
    color: #ffffff;
    position: relative;
    padding: 10px 0;
}

.filter-box .filter-hover h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}

.site2 .filter-box .filter-hover h5 {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.filter-box .filter-hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2e9fb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2e9fb), to(#a1c4fd));
    background: linear-gradient(to bottom, #c2e9fb 1%, #a1c4fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd', GradientType=0);
    opacity: 0.6;
    z-index: -1;
}

.filter-box .filter-hover .filter-popup {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.filter-box .filter-hover .filter-popup:before,
.filter-box .filter-hover .filter-popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.filter-box .filter-hover .filter-popup:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter-box .filter-hover img {
    width: 100%;
}

/*-- 13. Team-Area --*/

.team-box {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
}

.team-box .team-image img {
    width: 100%;
}

.team-hover {
    padding: 20px;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-box.two .team-hover {
    height: auto;
    top: auto;
    bottom: -100%;
}

.team-box:hover .team-hover {
    top: 0;
}

.team-box.two:hover .team-hover {
    top: auto;
    bottom: 0;
}

.team-hover .team-social-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

.team-hover .team-social-menu a {
    border-right: 1px solid #ededed;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-hover .team-social-menu a:last-child {
    border-right: none;
}

.team-hover .t_sub_title,
.team-hover .t_title {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-hover .t_title {
    font-size: 18px;
}

.team-hover .t_sub_title {
    margin-bottom: 20px;
}


.team-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2e9fb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2e9fb), to(#a1c4fd));
    background: linear-gradient(to bottom, #c2e9fb 1%, #a1c4fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd', GradientType=0);
    z-index: -1;
    opacity: 0.9;
}

.team-box.two .team-hover:before {
    opacity: 1;
}

.team-hover .bar_group {
    position: relative;
}

.team-hover .bar_group__bar.thick {
    width: 0%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 1;
    margin-bottom: 30px !important;
}

.team-hover .bar_group__bar.thick::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    opacity: 1;
    width: 95%;
    height: 3px;
    border-radius: 6px;
    background: #e4e2e2;
    z-index: -1;
}

.team-hover .b_tooltip {
    position: relative;
    float: left;
    left: 100%;
    padding: 5px 5px 3px 5px;
    background-color: #ffffff;
    color: #6b6d6f;
    -webkit-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    border-radius: 2px;
    line-height: 1em;
}

.team-hover .b_tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.team-hover .b_tooltip span:after {
    content: "%";
}

.team-hover .bar_label_min,
.team-hover .bar_label_max {
    display: none;
}

.team-hover .bar_group .b_label {
    font-size: 16px;
}


/*-- 14. Price-box --*/

.prices [class|='col'] {
    padding: 0 !important;
    margin: 0 !important;
}

.price-tabs {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-tabs li {
    display: inline-block;
    font-size: 18px;
}

.price-tabs li:after {
    content: "/";
}

.price-tabs li:last-child:after {
    content: "";
}

.price-tabs li a {
    color: #898989;
}

.price-tabs li.active a {
    color: #4f4f4f;
}

.price-tabs li a {
    padding: 5px 10px;
}

.price-box {
    padding: 50px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.price-box:hover {
    padding: 60px 30px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    z-index: 9;
}

.price-box .amount {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
}

.price-box .amount span {
    font-size: 14px;
    font-weight: 300;
}

.price-box .price-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
}

.price-box .price-list li {
    padding: 5px 0;
}

.price-box .price-list li:before {
    content: '\efac';
    font-family: 'icofont';
    margin-right: 5px;
}

.price-box .bttn {
    z-index: 1;
}

.price-box .bttn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.price-box .bttn:hover:before {
    opacity: 1;
}

.price-box .bttn:hover {
    -webkit-box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
    box-shadow: 0 5px 0 0 rgba(135, 181, 255, 0.5), 0 10px 0 0 rgba(135, 181, 255, 0.5);
}

/*-- 15. Blog-Area --*/

.blog-box {
    border-radius: 5px;
    overflow: hidden;
}

.blog-box .blog-details {
    padding: 30px;
    color: #ffffff;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

.blog-box .blog-image img {
    width: 100%;
}

.blog-box .blog-details h4 a {
    color: #ffffff;
}

.blog-list {
    margin-bottom: 30px;
}

.blog-list:last-child {
    margin-bottom: 0;
}

.blog-list:after {
    content: "";
    display: block;
    clear: both;
}

.blog-list .blog-list-image {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 30px;
}

.blog-list .blog-list-meta {
    margin-bottom: 10px;
}


/*-- 16. Count-Box --*/

.count-box {
    margin-bottom: 0;
    text-align: center;
}

.count-box .count-icon {
    display: block;
    position: relative;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: auto auto 20px auto;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.count-box .count-icon i.icofont {
    background: -webkit-linear-gradient(#c2e9fb, #a1c4fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count-box .count-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -40%;
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
}

.count-box .count_title {
    display: block;
    font-size: 18px;
    color: #4f4f4f;
}

.count-box .count {
    font-size: 50px;
    font-weight: 700;
}

/*-- 17. Footer-Area --*/
.footer-area{
  padding-top: 40px;
}
.footer-single ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single ul li {
    padding: 5px 0;
}

.footer-single ul li a:hover {
    text-decoration: underline;
}

.footer-area .social-menu a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.footer-area .footer-bottom .copyright {
    border-top: 1px solid #f2f2f2;
    text-align: center;
    padding: 30px;
}

/*-- 18. Preloader --*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
    z-index: 999999;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #ffffff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*-- 19. Accordion-style --*/

.accordion1 .panel {
    margin-bottom: 30px;
}

.accordion1 .panel a {
    display: block;
    padding: 8px 10px 8px 70px;
    position: relative;
    border: 1px solid #e2e2e2;
    color: #4f4f4f;
    font-size: 16px;
}

.accordion1 .panel:last-child {
    margin-bottom: 0;
}

.accordion1 .panel a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #a1c4fd;
    background: -webkit-gradient(linear, left top, right top, from(#a1c4fd), to(#c2e9fb));
    background: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd', endColorstr='#c2e9fb', GradientType=1);
}

.accordion1 .panel a:after {
    content: "\f0a5";
    font-family: 'icofont';
    line-height: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
}

.accordion1 .panel a[aria-expanded="true"]:after {
    content: '\f074';
    font-size: 20px;
}

.accordion1 .panel .text-body {
    padding: 30px 30px 30px 70px;
    border: 1px solid #e2e2e2;
    border-top: none;
}

/*-- 20. Service-Box-Style --*/

.service-box {
  padding: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
  box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  position: relative;
  margin: 20px 0;
}
.service-box h4{
  margin-left: 75px;
  font-size: 20px;
  margin-bottom: 8px;
}

.service-box p{
  margin-left: 75px;
  font-size: 15px;
}


.service-box .box-image {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.service-box .box-image img {
    width: 100%;
}

.service-box .box-image .box-plus {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #6b6d6f;
    line-height: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.4);
}

.service-box .box-text {
    padding: 0 20px;
}

/*-- 21. process-area --*/

.process {
    background: url('images/service-line.jpg') no-repeat scroll top 20px center;
    color: #6b6d6f;
}

.single-process .process-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.single-process .process-icon i.icofont {
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- 22. Testimonials --*/

.testimonials .single-testimonial {
    background-color: #ffffff;
    padding: 80px 100px 50px 100px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}

.testimonials .single-testimonial:before {
    content: "\f0b1";
    font-family: 'icofont';
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 40px;
    color: #e8e8e8;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonials .single-testimonial .testimonial-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.testimonials .testimonial-img {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-controls .owl-nav {
    text-align: center;
}

.owl-controls .owl-nav > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    margin: 10px 5px;
    color: #969696;
}

.testimonials .owl-controls .owl-nav > div {
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.testimonials .owl-controls .owl-nav > div.owl-next {
    left: auto;
    right: -25px;
}

/*-- 23. Contact-Area --*/


.contact-area {

    margin: 30px 0;
    padding: 0 40px 20px 40px;
    width: inherit;
    max-width: 98%;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea {
    padding: 5px;
      width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    outline: none;
}

.contact-form .form-double input[type="text"],
.contact-form .form-double input[type="number"],
.contact-form .form-double input[type="email"],
.contact-form .form-double input[type="password"],
.contact-form .form-double textarea {
    width: calc(50% - 15px);
    float: left;
}

.contact-form .form-double input[type="text"]:last-child,
.contact-form .form-double input[type="number"]:last-child,
.contact-form .form-double input[type="email"]:last-child,
.contact-form .form-double input[type="password"]:last-child,
.contact-form .form-double textarea {
    float: right;
}

.contact-info {
  padding: 30px 20px;
  color: var(--color-1);
  border-radius: 3px;
  background: #e8e8e8;
}
.contact-info i{
  color: #ffffff;
}

/*
.contact-form p{
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
}*/
.contact-form label{
  padding: 0 30px 0 0;
  width: 100%;
  text-align: left;
}

.contact-info .info {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}


.contact-info .info li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    line-height: 2.3em;
}

.contact-info .info li a {

    color: var(--color-1);
}

.contact-info .info li:last-child {
    margin-bottom: 0;
}

.contact-info .info li .info-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: var(--color-1);
    border-radius: 50%;
}

.contact-info .info li .info-icon i.icofont {
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-form label input{
  font-weight: normal;
}

.social-menu-2 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
}

.social-menu-2 a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.8);
}

.social-menu-2 a i.icofont {
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#maps {
    width: 100%;
    height: 600px;
}



.smoth .navbar-brand{
  padding: 0;
}
.small_content{
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.small_content h2{
  font-size: 40px;
  color:var(--color-1);
}

.small_content p{
  font-size: 16px;
  text-align: justify;
}
.small_content.center p{
  text-align: center;
}
.small_content strong{
  font-size: 18px;
}

.small-content-grey{
  background-color: #f8f9fa;
}
.small-content-grey.center p{
  text-align: center;
}
.block_icon_1 {
  text-align: left;
}
.block_icon_1 .feature-box{
  min-height: 250px;
  margin-bottom: 30px;
}
.block_icon_1 .feature-box a{
  text-decoration: none;
}
.block_icon_1 p{
  font-weight: normal;
  color: #808080;
  text-align: justify;
}

.block_icon_4 {
  text-align: left;
}
.block_icon_4 .feature-box{
  min-height: 140px;
  margin-bottom: 30px;
}
.block_icon_4 .feature-box a{
  text-decoration: none;
}
.block_icon_4 p{
  font-weight: normal;
  color: #808080;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .block_icon_1 .feature-box{
    min-height: 50px;
    margin-bottom: 10px;
  }

  .block_icon_4 .feature-box{
    min-height: 50px;
    margin-bottom: 10px;
  }
}



.feature-box h4{
  font-size: 20px;
  color: #000000;
}



.page-title-s1{
  text-align: left;
  margin-top: 20px;

  font-weight: bold;
  font-size: 19px;
  font-family: "Ubuntu";
}
.page-title-s1.center{
  text-align: center;
}

.page-title-s1 h2.title{
  display: inline-block;
/*  border-bottom: 2px solid var(--color-2);*/
  font-size: 45px;
  text-align: center;
}

.page-title-s1 h2.title:after{
  content: " ";
  width: 80px;
  height: 2px;
  border-bottom: 3px solid var(--color-2);
  display: block;
  margin-top: 5px;
}

.page-title-s1.center h2.title:after{
  margin-left: 37%;
}

.page-title-s1 h4{
  font-size: 20px;
  color: #000;
}



.page-title-s2l{
  text-align: left;
}
.page-title-s2l.center{
  text-align: center;
}

.page-title-s2l h2.title{
  display: inline-block;
  border-bottom: 2px solid var(--color-2);
  font-size: 22px;
  text-transform: uppercase;
}
.page-title-s2l p{
  color: #808080;
}



.page-title-s2r{
  text-align: right;
}

.page-title-s2r h2.title{
  display: inline-block;
  border-bottom: 2px solid var(--color-2);
  font-size: 22px;
  text-transform: uppercase;
}
.page-title-s2r p{
  color: #808080;
}



.footer-area .logo{
  padding-bottom: 20px;
}


.header {
    position: relative;
    width: 100%;
    height: 85px;
  /*  background: -webkit-linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%);
    background: -o-linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%);
    background: linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--color-1), endColorstr=var(--color-2), GradientType=1);*/
}
body{
  background: url(images/sfondo_generico.jpg) top center repeat-x;
}

.small_content .wpcf7 p{
  text-align: center;
}
.site-content .wpcf7-form .wpcf7-submit:disabled{
	background: #bbb;
}
.site-content .wpcf7-form .wpcf7-submit{
	background: #006d98;
    text-decoration: none;
    color: #FFF;
    padding: 8px 18px;
    font-size: 16px;
    border-radius: 4px;
		border: 0;
}
div.wpcf7-validation-errors{
  border: 0;
}


.table-privacy {
    width: 50%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-privacy>tbody>tr>td, .table-privacy>tbody>tr>th, .table-privacy>tfoot>tr>td, .table-privacy>tfoot>tr>th, .table-privacy>thead>tr>td, .table-privacy>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}




.progress-area {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.area-pc {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 70px;
}

.progress-area .page-title{
  margin-bottom: 10px;
}

.progress-area .pc-image {
  margin-top: 0px;
  margin-bottom: -80px;
}

.progress-area .mobile-image {
    margin-top: -40px;
    margin-bottom: -110px;
}

.progress-area p{
    color: #808080;
}


@media only screen and (max-width: 1000px) {
  .progress-area .pc-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .progress-area .mobile-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .area-pc {
    margin-bottom: 0;
  }
}






/*-- 11. Service-Box --*/
.service-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 72px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: #FFF;
    overflow: hidden;
    z-index: 1;
    color: var(--color-1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

.service-box.style-3{
  text-align: center;
}

.service-box.style-3 .box-icon{
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
  display: inline-block;
}
.service-box.style-3 h4{
  margin: 15px 0 15px 0;
  padding: 0;
  color: #000;
  font-size: 19px;
}
.service-box.style-3 p{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #808080;
  font-size: 14px;
}



.area-cell2 {
    background-image: url(images/bg_alunni.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-top: 90px;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1400px) {
  .area-cell2 {
      background-image: none;
      margin-bottom: 0;
      margin-top: 0;
  }
}


.area-cell2 .progress-area .mobile-image {
    margin-top: -95px;
    margin-bottom: -100px;
}


@media only screen and (max-width: 999px) {
  .area-cell2 .progress-area .mobile-image  {
      display: none !important;
  }
}


h1.title,
h2.title{
  font-size: 45px;
}
h1.title:after,
h2.title:after {
    content: " ";
    width: 80px;
    height: 2px;
    border-bottom: 3px solid var(--color-2);
    display: block;
    margin-top: 5px;
}

span.titolo_2{
  font-weight: bold;
  font-size: 19px;
  padding-top: 20px;
  display: inline-block;
  font-family: "Ubuntu"
}


.small-content.rwdb{
  background-color: var(--color-1);
  color: #FFFFFF;
  padding: 20px 0;
}


.small-content.rwdb h4{
  font-size: 45px;
  color: #FFFFFF;
}
.small-content.rwdb h4:after {
    content: " ";
    width: 80px;
    height: 2px;
    border-bottom: 3px solid var(--color-2);
    display: block;
    margin-top: 5px;
}

.footer-bottom ul{
  margin: 0;
  padding: 0;
}
.footer-bottom ul a{
  text-decoration: none;
}

@media only screen and (max-width: 999px) {
  .menu-footer1-social{
    text-align: right;
  }

  .footer-bottom ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-bottom .container{
    text-align: center;
    font-size: 18px;
  }
  .footer-bottom .col-xs-12{
    margin-bottom: 10px;
  }
  .footer-bottom .menu-footer1-social{
    text-align: center;
  }
}

.grecaptcha-badge{
  display: none !important;
}

span.minus{
  color: var(--color-2);
}





.two-colums{
	max-width: 1100px;
	display: inline-block;
}
.two-colums .content-area .site-main{
	width: auto;
}

.two-colums .colum-left{
	max-width: 800px;
	float: left;
  text-align: left;
}
.two-colums .colum-rigth{
	max-width: 300px;
	float: left;
	padding: 0 10px;
}

.two-colums .entry-content{
	margin: 0;
  text-align: left;
}

.lista_articolo{
	border: 1px solid #eee;
	margin-bottom: 30px;
  text-align: left;
}

.lista_articolo .featured-art{
	margin: 20px;
}

.lista_articolo .autor{
	font-size: 13px;
	margin-bottom: 5px;
}
.lista_articolo .autor a, .entry-meta .autor a{
	color:#006d98;
	text-decoration: underline;
	font-style: italic;
}

.entry-meta .autor{
	margin-bottom: 20px;
	font-size: 13px;
}
.featured-image img{
	width: 100%;
}

.lista_articolo .titolo_articolo{
	margin: 0;
	padding: 0;
}
.lista_articolo .titolo_articolo a{
	font-size: 26px;
	color:#006d98;
	text-decoration: none;
}

.lista_articolo .leggi_resto{
	text-align: right;
	display: block;
}
.lista_articolo .leggi_resto a{
	color:#006d98;
	text-decoration: none;
}

.dettaglio_articolo{
  text-align: left;
}

.two-colums {
    max-width: 1100px;
    display: inline-block;
}

.two-colums .colum-rigth {
    max-width: 100%;
    float: left;
		padding: 0 10px;
}

.two-colums .colum-left {
    float: left;
}


.two-colums .colum-rigth h4{
	margin-bottom: 0;
}

.two-colums .colum-rigth h3{
	margin-bottom: 0;
}
.two-colums .colum-rigth h2{
	margin-bottom: 0;
  margin-top: 20px;
}
.two-colums .colum-rigth h3{
	margin-bottom: 0;
  margin-top: 20px;
}


.two-colums .colum-rigth p{
	margin-top: 0;
}

.colum-rigth .lista_categorie {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    font-size: 26px;
    color: #006d98;
    text-decoration: none;
    text-align: left;
    margin: 0 0 10px 40px;
    font-weight: 600;
    line-height: 1.4em;
}
.colum-rigth .lista_cat a {
    text-decoration: none;
    color: #404040;
    font-family: Ubuntu;
    font-size: 17px;
}
@media screen and (min-width: 1100px) {
	.menu-left.two-colums .colum-rigth {
	    width: 800px;
	}
	.menu-left.two-colums .colum-left {
	    width: 250px;
	}
}

.lista_cat{
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  text-align: left;
}



@media screen and (max-width: 1100px) {
	.two-colums{
		width: 100%;
	}
	.two-colums .colum-rigth {
	   width: 100%;
	}
	.two-colums .colum-left {
	    width: 100%;
			margin: 0;
			border: 0;
	}
}

.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#site-header{
  margin-bottom: 30px;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.entry-footer,
.post-navigation{
  text-align: left;
}


.registrazione_winddoc .titolo_2 {
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    font-weight: normal;
}
.registrazione_winddoc .titolo_1 {

    font-size: 30px;
}



@media screen and (min-width: 1100px) {
	.hide_mobile{
		display: none !important;
	}
}
@media screen and (max-width: 1099px) {
	.menu-manuale-container{
		display: none;
	}
	.menu-manuale-container.show_mobile{
		display: block;
	}
	.colum-left b.first_menu{
		padding: 40px 0 5px 10px;
		font-size: 18px;
    display: inline-block;
	}
}

.colum-left .dettaglio_articolo b{
	font-size: 17px;
}
.colum-left b{
	font-size: 20px;
}
.colum-left .menu{
	margin: 10px 0 0 0;
	padding: 0;
  list-style: none;
  text-align: left;
}
.colum-left .menu a{
	text-decoration: none;
  color: #404040;
	font-size: 17px;
}
.colum-left .menu li{
	margin-bottom: 5px;

}
.colum-left .menu li.current-menu-item{
	text-decoration: underline;
}


@media screen and (max-width: 1000px) {
  .colum-left .menu{
    text-align: center;
    fon
  }
}









/*
 * Developer: Alireza Eskandarpour Shoferi
 * Designer: Wouter de Bres (dribbble.com/wdeb)
 *
 * Distributed under the terms of the MIT license
 * https://opensource.org/licenses/MIT
 */
.wrapper {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 15px;
}
.package {
  box-sizing: border-box;
  width: 24%;
  border: 3px solid var(--color-1);
  border-radius: 7px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  float: left;
  -webkit-transition: margin-top 0.5s linear;
  transition: margin-top 0.5s linear;
  position: relative;
  margin-right: 11px;
  margin-bottom:50px;
}

@media screen and (max-width: 1300px) {
	.package {
		width:48%;
	}
}

@media screen and (max-width: 680px) {
	.package {
		width:100%;
	}
}
.package:hover {
 /* margin-top: -30px;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;*/
  border-color:var(--color-2) !important;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

.brilliant:hover::before {
	border-color:var(--color-2)  transparent transparent transparent !important;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

.package .btn_orange{
	font-size:15px;
	padding:6px 20px;
	background-color:#F7931E;
  text-decoration: none;
  color: #fff;
}
.name {
  color: #565656;
  font-weight: 300;
  font-size: 3rem;
  margin-top: -5px;
}
.price {
  margin-top: 7px;
  font-weight: bold;
}

hr {
  background-color: #dedede;
  border: none;
  height: 0px;
}
.trial {

  padding: 4px 21px 4px 21px;
  color: var(--color-1);
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  bottom: -20px;


}
.trial span{
	font-size: 25px;
  font-weight: 600;
}
.trial small{
	  font-size: 13px;
}




.brilliant {
  border-color: var(--color-1);
}
/* Triangle */
.brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: var(--color-1) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #37c5b6;
  font-size: 1.4rem;
}

.package ul{
  list-style: none;
  text-align: left;
}
.package ul li{
  margin-bottom: 15px;
}
.small_content .package strong{
  font-size: 15px;
}

.green {
    color: #22A701;
}




.block_staff img{
	border-radius: 50%;
	width: 200px;
}
.block_staff .nome{
	display: block;
	color: #006d98;
	font-size: 20px;
}
.block_staff .impiego{
	display: block;
	font-size: 15px;
}
.block_staff .link a{
	border-radius: 50%;
	border: 1px solid #006d98;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #006d98;
	margin: 10px 5px 0 5px;
	transform: rotateY(0deg);
	transition: all 0.3s ease-in-out 0s;
}
.block_staff .link a:hover{
	transform: rotateY(360deg);
	transition: all 0.3s ease-in-out 0s;
}

.block_staff .link a i{
	margin-top: 6px;
}

.block_dicono{
	display: inline-block;
	width: 100%;
	height:225px;
	position: relative;

	margin-bottom: 50px;
}

.block_dicono .chi_e{
	display: inline-block;
	width: 30%;
	float: left;
}

.block_dicono:nth-child(2n+1) .chi_e{
	float: right;
}

.block_dicono .chi_e img{
	width: 200px;
	border-radius: 50%;
}
.block_dicono .chi_e .nome{
	display: block;
	font-size: 20px;
}
.block_dicono .chi_e .azienda{
	display: block;
}

.block_dicono .descrizione{
	display: block;
	width: 70%;
	float: left;
	text-align: left;
	position: absolute;
	display: block;
	top: 50%;
	left: 25%;
  transform: translateY(-50%);
}

.block_dicono:nth-child(2n+1) .descrizione{
	float: right;
	left: 0;
	right: 25%;
}

.block_dicono .descrizione p{
	padding-left: 20px;
}

.block_icon_1{
	width:33%;
	float:left;
  text-align: center;
}
@media (max-width: 1000px) {
	.block_icon_1{
		width:100%;
		padding-bottom:40px;
	}
}

.cn-set-cookie {
	color:#FFF;
	background:#0f98ce;
	padding:5px 20px;
	font-size:16px;
	text-decoration:none;
	border-radius: 2px;
}
.cn-set-cookie:hover{
	color:#FFF;
	text-decoration:none;
}
a#cn-more-info{
	color:#FFF;
	font-weight:bold;
}

#site-navigation{
  float: right;
  min-height: auto;
}



.cta-strip>span{
  line-height: 20px;
}





table.versioni{
  border-spacing: 0;
  width: 100%;
  margin: 40px 0;
}

table.versioni thead th.transparent {
  background-color: transparent;
}

table.versioni thead th {
  text-align: center;
  padding: 0 10px;
  vertical-align: bottom;
}

table.versioni thead th span.color {
  background-color: var(--color-1);
  color: #fff;
  font-weight: 200;
  width: 5em;
  padding: 15px 1em 10px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}

table.versioni tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.versioni tbody tr {
  border-bottom: 1px solid #9f9f9f  ;
}

table.versioni tbody tr.category>td {
  background: #f7f8f8;
  border-color: #e1e4e6;
}

table.versioni tbody tr>td:first-of-type {
  text-align: left;
  padding-left: 1em;
  padding-right: 2em;
  min-width: 16em;
}
table.versioni tbody .category>td {
  background-color: #ddd;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
}
table.versioni tbody tr td {
  font-weight: 300;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
table.versioni tbody tr td p{
  margin:0;
}

table.versioni tbody .category>td .fas {
  margin-right: 6px;

}

table.versioni tbody tr {
  border-bottom: 1px solid #e1e4e6;
}
table.versioni tbody tr {
  background-color: #fff;
}

table.versioni tbody .feature-heading {
  font-weight: 700;
}

table.versioni tbody .feature-info {
  font-size: 11px;
  line-height: normal;
  font-style: italic;
}

.grey{
  color: #c5c5c5;

}