/*a.new:hover
        {
            /*color: skyblue;*/
        /*}*/

  /*      header.background-header .nav li:hover a {
            color: #00bfff!important;
        }*/
        /*header
        {

        }
*/
        header.header-area.header-sticky .nav li a.active 
            {
        color: #00bfff;
            }
  
        /*header.background-header .nav li a.active{
             color: #00bfff!important;
            }*/


   /*         .background-header .main-nav .nav li{
   text-decoration: none;
}
*/


.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: skyblue;
}





#testimonials .item .testimonial-content {
    background: rgb(0, 191, 255);
    background: linear-gradient(
145deg
, rgba(0,191,255,1) 0%, rgba(0,150,300,1) 100%);
    margin-left: 60px;
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
}

.owl-carousel .owl-nav button.owl-prev span {
    z-index: 9;
    top: 30%;
    border-radius: 10px;
    font-size: 46px;
    color: #fff;
    right: -150px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(0, 191, 255);
    background: linear-gradient(
145deg
, rgba(0,191,255,1) 0%, rgba(0,150,300,1) 100%);
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next span {
    z-index: 10;
    top: 45%;
    border-radius: 10px;
    font-size: 46px;
    color: #fff;
    right: -210px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(0, 191, 255);
    background: linear-gradient(
145deg
, rgba(0,191,255,1) 0%, rgba(0,150,300,1) 100%);
    position: absolute;
}

footer.social
{
      text-decoration: none;
}


.welcome-area {
    width: 100%;
    height: 100vh;
    min-height: 793px;
    background-image: url(../images/new/hm.png);
    background-repeat: no-repeat;
    background-position: right top;
  /*  background-image: linear-gradient(to right, rgba(10,180,235,0) 0%, rgba(10,170,290,1) 100%);*/
    /*background-image: url(../images/new/hm.png);*/

}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  background-color: #fff;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

/*.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}*/

footer {
  margin-top: 200px;
  padding-top: 120px;
  /*background-image: url(../images/footer-.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}


footer .social li a:hover{
    /*color: #fff;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/

   background: linear-gradient(
145deg
, rgba(0,191,255,1) 0%, rgba(0,150,300,1) 100%);
    /*position: absolute;*/
}

}


.link-title {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 100;
    background-color: #f1f1f1;
    height: 42px;
    margin-bottom: 12px;
    width: 100%;
    padding: 7px 5px 0;
}

@media only screen and (min-width: 40.063em)
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media only screen and (min-width: 480px) and (max-width: 767px)
.large-3 {
    background: transparent!important;
}
@media only screen and (max-width: 1280px)
.large-3 {
    background: transparent!important;
}
@media only screen and (min-width: 40.063em)
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}



/*timeline*/

.timeline li
{
    transition: transform .5s ease;
   
}

.timeline li:hover{
 transform: scale(1.1);
 /*background-color: #00BFFF;*/
}


.fadeInDown
{
    animation-name: fadeInDown;
}


/*timeline*/



/*Peso*/

.peso img
{
    transition: transform .5s ease;
   
}

.peso  img:hover{
 transform: scale(1.1);
}


.fadeInDown
{
    animation-name: fadeInDown;
}

/*peso*/

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
