/********************************************************************

Pages css

*********************************************************************/



/********************************************************************

Home page

*********************************************************************/

.home #our-service .content {
    padding: 10% 0 5%!important;
}

.home .services-customers .content {
    padding: 10% 0!important;
}



/****************** web sections  *************************/

.home-web-banners-wrap .container{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.home-web-banners-wrap.online-store .info-col{
    padding-right: 12vw;
    max-width: 40%;
}

.home-web-banners-wrap.websites .info-col{
    padding-left: 10vw;
    padding-right: 10vw;
}

#top .home-web-banners-wrap h2{
    font-size: clamp(1.8rem, 2.5vw + 1rem, 5rem);
    font-weight: 600;
    color: #0a305d;
    letter-spacing: -0.7px!important;
    line-height: 1;
}

.home-web-banners-wrap .av-special-heading-h2 p{
    font-size: clamp(1.1rem, 0.8vw + 0.4rem, 1.5rem);
    margin-top: 3vh;
}

.home-web-banners-wrap .av_textblock_section{
    max-width: min(30vw, 85%);
}

.home-web-banners-wrap .av_textblock_section p{
    font-size: clamp(1.05rem, 0.9vw + 0.5rem, 1.1rem);
    line-height: 1.5;
}

.home-web-banners-wrap .start-project-btn a{
    margin-top: 4vh!important;
    min-width: auto!important;
    padding: 15px 40px!important;
    letter-spacing: 0.5px;
    font-size: clamp(1.1rem, 1vw + 0.5rem, 1.25rem)!important;
}

.home-web-banners-wrap .start-project-btn a:hover {
    letter-spacing: 1px;
}

.home-web-banners-wrap.websites  .avia-image-overlay-wrap img{
    transform: scale(1.2);
}

#branding-home {
    background: rgb(233,248,255);
    background: linear-gradient(127deg, rgba(233,248,255,1) 0%, rgba(255,241,238,1) 100%);
}

#branding-home .avia-image-container-inner{
    border-radius: 0 400px 400px 0 !important;
    overflow: hidden;
    box-shadow: -19px 16px 30px -7px #0000004a;
}


@media only screen and (max-width: 1370px) {
    #top .home-web-banners-wrap.online-store h2 br:first-child{
      display: none !important;
    }

    .home-web-banners-wrap.online-store .info-col {
        padding-right: 8vw;
        max-width: 50%;
    }

    .home-web-banners-wrap .av_textblock_section {
        max-width: min(40vw, 85%);
    }

    .home-web-banners-wrap.websites .info-col {
        padding-left: 5vw;
        padding-right: 8vw;
    }


}

@media only screen and (max-width: 767px){
    .home-web-banners-wrap.online-store .info-col {
        padding-right: 0vw;
        max-width: 100%;
    }

    .home-web-banners-wrap.online-store img{
        margin-bottom: 3vh;
    filter: brightness(0.97);
    }

    .home-web-banners-wrap.websites .avia-image-overlay-wrap img {
        transform: scale(1.5) translateX(14vw) translateY(6vh);
        margin-bottom: 13vh;
    }

    .home-web-banners-wrap .av_textblock_section {
        max-width: 75%;
        margin-inline: auto;
        text-align: center;
    }

    #top .home-web-banners-wrap h2 br{
        display: none !important;
      }

      #top .home-web-banners-wrap .hr{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        opacity: 0.7;
      }

      #top .home-web-banners-wrap .hr .hr-inner{
        width: 30px;
      }

      .home-web-banners-wrap .start-project-btn a {
        margin-top: 2vh!important;
        margin-bottom: 3vh;
    }

    .home-web-banners-wrap .start-project-btn{
        float: none;
    margin-inline: auto;
    width: max-content;
    }

    .home-web-banners-wrap .av-special-heading-h2{
        text-align: center;
        padding-inline: 5%;
    }

    .home-web-banners-wrap .av-special-heading-h2 p {
        margin-top: 1.5vh;
        max-width: 60vw;
        margin-inline: auto;
        line-height: 1.3;
    }

    #branding-home .avia-image-container-inner {
        border-radius: 0!important;
        box-shadow: none;
    }

    #branding-home {
        background: rgba(233, 248, 255, 0.734);
        background: linear-gradient(139deg, rgb(233 248 255 / 70%) 0%, rgb(255 241 238 / 70%) 100%);
    }


}


/********************************************************************

Work ex page

*********************************************************************/

.services-intro-text p, .services-end-to-end-text p{
    margin-top: 4px!important;
    line-height: 25px;
    padding-left: 30%;
}

.services-area-blocks .content{
    padding-top: 0!important;
    padding-bottom: 9vh;
}


.services-area-blocks{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 20%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 90%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 20%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 90%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 20%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.services-area-sector{
   margin-right: 4%!important; 
   width: 30.33333333333333333333333%!important;
}

.services-area-sector-first{
   margin-right: 0%!important; 
}




.services-area-toggle .toggle_icon {
    right: auto;
    left: 43px;
    border-width: 0;
}

.services-area-toggle .vert_icon, .services-area-toggle .hor_icon  {
    border-color: #bbbbbb!important;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



.services-bullets{
    width: 8px;
    height: 8px;
    background-color: #848484;
    right: 43px;
    border-radius: 100px;
    left: auto;
    top: 47%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 20;
    display: block;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.services-area-sector{
    background-color: white!important;
    border-radius: 25px!important;
    overflow: hidden;
    box-shadow: 0 34px 114px -50px rgba(0,0,0,.3)!important;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.services-area-sector:hover{
    box-shadow: 0 34px 134px -50px rgba(0,0,0,.4)!important;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



.services-area-sector-pic .avia-image-container-inner{
    vertical-align: top!important;
}

.services-area-sector-pic, .services-area-sector-title{
    margin-bottom: 0!important;
}

.services-area-sector-pic img{
    border-radius: 0!important;
}




.services-area-sector-title{
        padding: 35px 20px 33px;
        text-align: center;
}

.services-area-sector-title .iconbox_icon, .services-area-sector-title .iconbox_content_title  {
        display: inline-block;
        float: none;
        left: auto!important;
}


.services-area-sector-title h3{
    font-weight: 700!important;
    color: #0d3f7a!important;
    letter-spacing: -0.1px!important;
    font-size: 22px!important;
    margin-bottom: 0!important;
    margin-right: 15px!important;
    margin-left: 25px!important;
}

.services-area-sector-title .iconbox_icon {
    top: 0px;
    font-size: 19px!important;
    color: #717171!important;
    width: 20px;
}

.services-area-toggle{
    margin-top: 0!important;
    clear: none!important;
    margin-bottom: 45px!important;
}

.services-area-toggle .single_toggle{
    float: none!important;
    overflow: visible!important;
}

.services-area-toggle .toggler, .services-area-toggle .toggle_content{
    border-left: none!important;
    border-right: none!important;
    border-color: #e6e6e6!important;
}


.services-area-toggle .toggler{
    font-size: 17px;
    color: #0d3f7a!important;
    padding: 14px 75px 14px 0px!important;
    background-color: #fbfbfb!important;
      -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.services-area-toggle .toggler:hover{
     letter-spacing: 0.4px!important;
     box-shadow: inset -40px 0px 140px #e9f4ff!important;
      -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.services-area-toggle .toggler:hover .vert_icon, .services-area-toggle .toggler:hover .hor_icon{
    border-color: #0d3f7a!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



#top .services-area-toggle .activeTitle{
     background-color: white!important;
    border-bottom: none!important;
    font-weight: 600;
    padding-top: 35px!important;
    box-shadow: none!important;
}

.services-area-toggle .activeTitle .services-bullets {
    top: 61%;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

   .services-area-toggle .activeTitle .toggle_icon {
    top: 63%;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



.services-area-toggle .activeTitle .vert_icon, .services-area-toggle .activeTitle .hor_icon{
    border-color: #b3b3b3!important;
}

.services-area-toggle .toggle_content{
    margin-bottom: 0!important;
    border: none!important;
    padding: 15px 75px 28px 60px;
    background-color: white;
}

.services-area-toggle .toggle_content p{
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 0px;
    color: black;
    letter-spacing: 0.1px;
}

.services-area-toggle-btn{
    width: 100%;
    left: 0;
    margin-bottom: 8px;
    display: none;
}

.services-area-toggle-btn .avia-button{
    min-width: 100%;
    background-color: #ffffff;
    color: #0d3f7a!important;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
    border: 1px solid #dcdcdc!important;
    border-radius: 10px;
      -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.services-area-toggle-btn .avia-button:hover{
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.15)!important;
    letter-spacing: 0.5px!important;
    background-color: white!important;
    border-color: #efefef!important;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}


.services-end-to-end .content{
    padding-bottom: 5%!important;
    padding-top: 5%!important;
}


.services-end-title{
    text-align: left;
}

.services-end-to-end-text p{
    padding-left: 21%;
}

.services-end-to-end .av-flex-placeholder {
    width: 8%!important;
}

.services-end-to-end .img-col {
    margin-top: 4%;
}

.services-customers .services-cus-title{
    margin: 1% 0 1.5%!important;
}

.services-customers .logos-grid img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.services-customers .logos-grid img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
    cursor: pointer;
}

.services-customers .logos-grid{
    padding: 0 4%;
}

.big-title .av-subheading_below {
    margin-top: 10px;
}

.start-project-btn a{
    margin-top: 4%!important;
    font-size: 24px!important;
    letter-spacing: 0.9px;
    border-radius: 100px!important;
    opacity: 1!important;
    padding: 25px 85px 23px 75px!important;
    border-bottom: none!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
    background-color: #0a305d!important;
    color: white!important;
    border: 1px solid #d6d6d6!important;
}

.start-project-btn a:hover{
    letter-spacing: 2px;
    padding: 25px 85px 23px 75px;
    border: 1px solid #434343!important;
    background-color: #434343!important;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.30)!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



.start-project-btn .avia_button_icon {
    right: -0.6em;
}

  .services-intro-text .text-mobile-show {
    display: none;
}




/********************************************************************

Projects page

*********************************************************************/

.work .av-subheading_below {
    margin-top: 15px;
}

.work #page-head .content {
    padding: 3.5% 0!important;
}



#main-port-grid .av-masonry{
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 50px;
    background-color: #ffffff;
    left: 7.5px;
}

#main-port-grid .av-masonry-sort{
   background: none;
    margin: 0 11px 15px 0;
}

#main-port-grid .av-current-sort-title {
    font-size: 25px;
    display: none;
}

#main-port-grid{
    margin-bottom: 5%;
}

#main-port-grid .av-sort-by-term {
    float: none!important;
}

.av-sort-by-term  a, .av-sort-by-term .text-sep{
    font-size: 19px;
    color: #606060!important;
}

.av-sort-by-term .active_sort{
        color: #0d3f7a!important;
    font-weight: 600;
}

.av-masonry-sort {
   padding: 0px 0px 20px;
}

.av-sort-by-term .text-sep {
    padding: 0 13px;
    color: #c3c3c3!important;
}

/******************************/



.work #js_sort_items a, .work #js_sort_items .text-sep {
    display: initial;
    float: none;
    text-align: center;
}
.work .sort_by_cat  {
    text-align: center;
}
.work #js_sort_items a{
    font-size: 21px;
    letter-spacing: 0.4px;
    color: #8E8E8E;
    -webkit-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
}
.work #js_sort_items a:hover, .work #js_sort_items .active_sort{
    color: #3999FF!important;
    -webkit-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
}

.work #js_sort_items .text-sep{
   font-size: 20px;
    vertical-align: text-bottom;
    padding: 0 15px;
    color: #383838;
}
.portfolio-grid .container{
    padding: 0!important;
}
.avia-fullwidth-portfolio .sort_width_container {
    border-top: 0px solid #000000;
    background-color: #151515;
    margin-bottom: 2%;
    padding: 30px 40px;
        z-index: 2;
/*    box-shadow: 0 8px 10px -8px rgb(0, 0, 0)inset;*/
}
.avia-fullwidth-portfolio #js_sort_items {
    background-color: transparent!important;
}
.avia-fullwidth-portfolio{
    background-color: #EFEFEF;
    padding-bottom: 5%;
}
.avia-fullwidth-portfolio .grid-entry {
    padding: 7px;
}
.avia-fullwidth-portfolio .grid-entry .inner-entry {
     box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.09);
}

#top .port-mor-items .grid-entry {
     box-shadow: none;
}

#top .port-mor-items .grid-content {
    border-bottom: none;
    z-index: 1;
}


.avia-fullwidth-portfolio .grid-entry img, #top .port-mor-items .grid-entry img{
   -webkit-transition: all 0.4s ease-in-out!important;
        transition: all 0.4s ease-in-out!important;
}

.dark-page .port-mor-items .inner-entry{
    background-color: #555555!important;
}

#main-port-grid .av-masonry-entry .av-inner-masonry-sizer {
    padding-bottom: 100%;
}

#main-port-grid .av-masonry-entry .av-inner-masonry{
    border-radius: 10px;
    overflow: hidden;
}

#main-port-grid a:hover .av-masonry-image-container , #top .port-mor-items .grid-entry:hover img
{
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
     -webkit-filter: blur(10px) grayscale(50%)brightness(0.5);
     filter: blur(10px) grayscale(50%)brightness(0.5);
    -webkit-transition: all 0.3s ease-in-out!important;
        transition: all 0.3s ease-in-out!important;
}


#main-port-grid a .av-masonry-image-container , #top .port-mor-items .grid-entry img
{
  filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
    display: block;
        width: 100%;
}


#top .port-mor-items .grid-entry:hover .grid-image{
    background-color: rgb(0 0 0 / 73%);
}

#top .port-mor-items .grid-entry .grid-image{
    -webkit-transition: all 0.3s ease-in-out!important;
        transition: all 0.3s ease-in-out!important;
}


#top #main-port-grid .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0, 0, 0, 0.55);
}

#top #main-port-grid .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 38px;
}

#main-port-grid .av-masonry-entry-content {
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: 0.6px;
    color: #888888!important;
}

#top #main-port-grid .av-inner-masonry-content
{
       opacity: 0;
      -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
      -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

#top #main-port-grid a:hover .av-inner-masonry-content{
      opacity: 1;
          -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



#main-port-grid a:hover .av-masonry-image-container{
         opacity: 1 !important;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.grid-entry .avia-arrow {
    display: none;
}
.isotope a:hover .image-overlay {
    opacity: 0 !important;
}
.isotope .image-overlay , .single-portfolio .port-mor-items .image-overlay{
    opacity: 1 !important;
    left: 0!important;
    top: 0!important;
    /* background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.36) 95%)!important; */
    transition: all 0.2s ease-out!important;
}
.grid-entry:hover .image-overlay, .single-portfolio .port-mor-items .grid-entry:hover .image-overlay{
     opacity: 0 !important;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.work .image-overlay .image-overlay-inside:before, .single-portfolio .port-mor-items .image-overlay .image-overlay-inside:before{
    display: none;
}

.grid-entry-title{
    background-color: transparent!important;
    display: none;
}

.grid-entry .grid-content {
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 101%;
    height: 100%;
    z-index: 350;
    overflow: visible;
    background-color: transparent;
    border-bottom: 1px solid #C7C7C7;
    box-shadow: -0px -0px 0px 0px rgb(255, 255, 255)inset;
     -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.excerpt-link{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


.grid-entry-excerpt{
    font-size: 37px;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    color: white;
    letter-spacing: -0.2px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 18%;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.grid-entry:hover .excerpt-link{
    opacity: 1;
          -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}



.single-portfolio .excerpt-link {
        z-index: -1;
}

.single-portfolio .grid-entry-title{
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    text-align: center;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.single-portfolio .entry-content-header{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.single-portfolio .entry-content-header a{
    font-size: 35px;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    color: white!important;
    letter-spacing: -0.2px;
    padding: 0;
    padding: 0 18%;
    display: block;
}


.single-portfolio .grid-entry:hover .grid-entry-title{
    opacity: 1;
       -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.single-portfolio .grid-entry-excerpt {
    opacity: 0 !important;
    right: 0;
    padding: 0;
    transform: translateY(100%) !important;
}

.single-portfolio .grid-entry:hover .grid-entry-excerpt{
    opacity: 1!important;
    -webkit-transition: opacity 0.3s ease-out!important;
    transition: opacity 0.3s ease-out!important;
    font-size: 1.3rem;
    color: #b9b9b9;
    letter-spacing: 0.7px;
}

#top .port-mor-items .grid-content>* {
    margin-top: -5% !important;
}

/* New 2022 style */



.he.work #wrap_all #page-head .content {
    padding: 0!important;
    max-height: 80vh;
    overflow: hidden;
}

.he.work #wrap_all #page-head .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.he.work #wrap_all #page-head .avia-caption {
    right: 50%;
    bottom: 21%;
    left: auto;
    transform: translateX(50%);
    text-align: center;
    width: max-content;
}

.he.work #wrap_all #page-head .avia-caption-title {
    font-size: clamp(3rem, 4.5vw + 1rem, 5rem);
    background: none;
    font-family: 'nexa'!important;
    margin-bottom: 2vh;
}

.he.work #wrap_all #page-head .avia-caption-content  {
    font-size: clamp(1.2rem, 0.6vw + 0.7rem, 2rem);
}

.he.work #wrap_all #page-head .avia-caption-content p{
    border-radius: 100px;
    padding-inline: 20px;
    background: rgb(0 0 0 / 20%);
}

.he.work #wrap_all #page-head .scroll-down-link{
    font-size: 40px; 
}

.work #web-banners-wrap .container{
    max-width: 90vw;
    padding-inline: 0;
}


@media only screen and (max-width: 767px){

.he.work #wrap_all #page-head .avia-slideshow li img {
    min-height: 70vh;
    object-fit: cover;
    object-position: 30%;
}

.he.work #wrap_all #page-head .avia-caption {
    bottom: 15%;
}

.he.work #wrap_all #page-head .scroll-down-link{
    font-size: 40px; 
}



}

/*
======================================================================================================================================================
דף בלוג
====================================================================================================================================================== */

.blog-element-1 .flex_column{
    float: right;
}

.blog-element-1 .av-magazine-sideshow.av_one_half {
    margin-left: 0;
    padding-left: 0;
    margin-right: 3%;
    padding-right: 2%;
    border-left-width: 0px;
}

.blog-element-1 .av-magazine-thumbnail {
    margin: 0 0 8px 0;
    border-radius: 0px;
    padding: 0px;
    border: none;
}

.av-magazine-time{
    display: none;
}

.av-magazine-entry-big .entry-title{
    font-size: 20px!important;
    color: #000000;
    margin-top: 2%!important;
    margin-bottom: 3%!important;
}

.av-magazine-content{
    font-size: 15px;
}

.av-magazine-sideshow .av-magazine-content-wrap{
    width: 83%;
    border-bottom: 1px dashed;
    border-color: #c3c3c3;
}

.av-magazine-sideshow .entry-title{
    font-size: 16px!important;
    margin-top: 4%!important;
}

.sidebar .widgettitle{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #c7c7c7;
}

.sidebar .news-thumb {
    padding: 0px;
    border-width: 0px;
    margin: 0px 0 0 11px;
}

.news-thumb img, .news-thumb img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

.sidebar .news-headline{
    font-size: 15px;
    margin-top: 0px;
    color: #313131;
}

.sidebar .news-time {
    font-size: 16px;
}

.sidebar .news-content {
    padding: 20px 0 3px 0!important;
}

.sidebar #searchsubmit{
    background-color: #003e63;
    right: initial!important;
    left: 0;
    height: 43px!important;
    min-width: 60px!important;
}

.sidebar #searchform #s{
    padding: 12px 20px 12px 5px;
    background-color: #ffffff;
    border-color: #d8d8d8;
    font-size: 17px;
}


/********************************************************************

Contact page

*********************************************************************/


.contact-title h1, .big-title h1{
    font-weight: 700!important;
    color: #0d3f7a!important;
        letter-spacing: -0.4px!important;
}

.contact-title .av-subheading{
    margin: 0.5% 0 1.5% 0%!important;
}

.contact-section .content{
    padding: 4% 0 3%!important;
}

.contact-f{
    width: 65%!important;
    margin: 0 auto!important;
}

.contact-f .form_fullwidth *, .contact-f .form_element_half *{
    font-weight: 400!important;
    font-size: 20px!important;
    border-color: #dcdcdc!important;
    background-color: #F9F9F9!important;
    padding: 22px!important;
    border-radius: 10px!important;
}
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
    border: 1px solid #ff0000!important;
}
#wrap_all .valid .text_area, #top #wrap_all .valid .select {
    border: 1px solid #9AA600!important;
}

.contact-f input[type="text"]::-webkit-input-placeholder { color: #7b7b7b!important; opacity:1!important; }
.contact-f input[type="text"]:-moz-placeholder { color: #7b7b7b!important;}
.contact-f input[type="text"]::-moz-placeholder {color: #7b7b7b!important;}
.contact-f input[type="text"]:-ms-input-placeholder {color: #7b7b7b!important;}

.contact-f input[type="email"]::-webkit-input-placeholder { color: #7b7b7b!important; opacity:1!important; }
.contact-f input[type="email"]:-moz-placeholder { color: #7b7b7b!important;}
.contact-f input[type="email"]::-moz-placeholder {color: #7b7b7b!important;}
.contact-f input[type="email"]:-ms-input-placeholder {color: #7b7b7b!important;}

.contact-f textarea::-webkit-input-placeholder { color: #7b7b7b!important; opacity:1!important; }
.contact-f textarea:-moz-placeholder { color: #7b7b7b!important;}
.contact-f textarea::-moz-placeholder {color: #7b7b7b!important;}
.contact-f textarea:-ms-input-placeholder {color: #7b7b7b!important;}

.contact-f .select::-webkit-input-placeholder { color: #7b7b7b!important; opacity:1!important; }
.contact-f .select:-moz-placeholder { color: #7b7b7b!important;}
.contact-f .select::-moz-placeholder {color: #7b7b7b!important;}
.contact-f .select:-ms-input-placeholder {color: #7b7b7b!important;}



.contact-f * {
    color: #7b7b7b!important;
}

.contact-f option:hover{
                box-shadow: 20px 100px #529d9e inset!important;
                transition: all .2s ease-in-out;
            }


.contact-f .button{
    font-weight: 700!important;
    font-size: 29px!important;
    border-radius: 8px;
    float: none;
    width: 100%;
    background-color: #529d9e!important;
    padding: 20px 20px;
    margin-top: 2%;
    border: none;
    color: white!important;
    -webkit-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
}

.contact-f .button:hover{
    background-color: #454545!important;
    -webkit-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
}
.avia_ajax_form .text_area{
    max-height: 145px;
}

.contact-section .first{
   margin-right: 0%;
}

.contact-section .scroll-phone{
    display: none;
}
.avia_ajax_form .form_element_half {
    width: 49%;
}
.avia_ajax_form .form_element_half {
    margin-right: 2%;
}
.avia_ajax_form .first_form {
    margin-right: 0;
}


/********************************************************************

Thanks page (after contact form)

*********************************************************************/


 .thanks-title h1{
    font-weight: 700!important;
     color: #0d3f7a!important;
}

 .thanks-title{
    margin-top: 15%!important;
}


.thanks-transfer h6{
    font-weight: 400!important;
    margin-top: 20%!important;
    color: #585858!important;
}


/********************************************************************

About page

*********************************************************************/


.about-page-title{ 
    margin-top: 4%!important;
}

.about-page-title .av-subheading_above{ 
    font-size: 22px!important;
    margin-bottom: 20px!important;
}


.about-intro-text{
    width: 50%;
    margin: 0 auto;
    margin-top: 2%;
    line-height: 27px;
}

   .about-intro-text .spaceline{
    height: 10px;
    width: 100%;
    display: block;
    float: left;
}

.about-intro-btns{
    margin-top: 3.5%;
}

.about-intro-btns a, .our-services-btn a{
    background-color: #ffffff!important;
    border-radius: 100px!important;
    color: dimgrey!important;
    font-size: 18.5px!important;
    min-width: 250px!important;
    padding: 19px 10px!important;
    letter-spacing: 0.4px;
    opacity: 1!important;
    border-bottom: none!important;
    border: 1px solid #e2e2e2!important;
    -webkit-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
}

.about-intro-btns .avia_button_icon, .our-services-btn .avia_button_icon {
    font-size: 16px!important;
    right: -5px;
     color: #0d3f7a!important;
     -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.about-intro-btns .avia_iconbox_title, .our-services-btn .avia_iconbox_title {
         margin-right: 10px;
}


.about-intro-btns a:hover, .our-services-btn a:hover{
    color: white!important;
    letter-spacing: 1.2px;
    padding: 25px 85px 23px 75px;
    border: 1px solid #434343!important;
    background-color: #434343!important;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.30)!important;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}

.about-intro-btns a:hover .avia_button_icon, .our-services-btn a:hover .avia_button_icon {
    color: white!important;
    -webkit-transition: all 0.4s ease-out!important;
    transition: all 0.4s ease-out!important;
}


.customers-text{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2%;
    line-height: 29px;
    font-size: 19px!important;
}

.customers-img img{
    width: 82%;
    margin: 0 auto;
    margin-top: 2%;
}

#our-service h3{
    margin-top: 1%;
    font-size: 35px!important;
}

.our-services-btn a{
    padding: 22px 80px!important;
    margin: 2% 0 2% !important;
    font-size: 20px!important;
    z-index: 10;
}

.our-services-btn .avia_button_icon {
    font-size: 18px!important;
    right: -5px;
}

#about-icons-section .av_icon_caption {
    font-size: 25px!important;
    margin-top: 18%;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#about-icons-section .av-icon-char {
    padding: 45px!important;
    background-color: rgba(0, 0, 0, 0.40)!important;
    border: 2px solid rgba(253, 253, 253, 0.45)!important;
}



.avia-tooltip {
    font-size: 19px!important;
    letter-spacing: 0.8px!important;
}



#clients-rec h3{
    margin-bottom: 1%!important;
}

#clients-rec .av-subheading_below{
    margin-bottom: 2.5%!important;
    margin-top: 10px!important;
    color: #545454!important;
}

#clients-rec .avia-slideshow-arrows a:before{
    color: #0d3f7a!important;
}

#top #clients-rec .av-large-testimonial-slider .avia-slideshow-arrows a {
    opacity: 1!important;
      -webkit-transition: all 0.4s ease-out!important;
       transition: all 0.4s ease-out!important;
}

#top #clients-rec .av-large-testimonial-slider .avia-slideshow-arrows a:hover {
    opacity: 0.5!important;
      -webkit-transition: all 0.4s ease-out!important;
       transition: all 0.4s ease-out!important;
}

#top #clients-rec .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 20%!important;
}

#top #clients-rec .av-large-testimonial-slider .avia-testimonial-name {
    font-size: 22px!important;
    text-align: center;
    margin-bottom: 11px;
    color: #0d3f7a;
}

#top #clients-rec .av-large-testimonial-slider .avia-testimonial-subtitle  {
    font-size: 14px!important;
     color: #616161!important;
}

#top #clients-rec .avia-testimonial-meta-mini {
    text-align: center!important;
}

#top #clients-rec .avia-testimonial-content p {
    font-size: 19px!important;
}



.clients-rec-stars{
    margin-bottom: 4%;
    text-align: center;
}

.clients-rec-stars .av-icon-char{
    color: #d2d2d2!important;
    letter-spacing: 3px!important;
}



/********************************************************************

Terms page

*********************************************************************/


.srevice-terms-title{
    padding: 0!important;
    margin: 6.5% 0 4.5%!important;
}

.srevice-terms-title h1{
    font-size: 35px;
    font-weight: 700!important;
    color: #0d3f7a!important;
    letter-spacing: -0.4px!important;
}

.srevice-terms-title .av-subheading_below {
    margin-top: 16px;
}

.terms{
         padding: 0% 0 7%;
}

.terms .content{
         padding: 0!important;
}

.term-text{
    padding: 0% 15%;
}

.terms h3{
    font-size: 25px;
    margin-bottom: 4%!important;
}

.terms h6{
    font-size: 25px!important;
     font-weight: 700!important;
}


.terms p {
    font-size: 19px;
    margin: 3% 0;
    line-height: 30px;
}

.terms p:first-child {
    margin-top: 0;
}


.terms hr{
    margin: 10% 0!important;
    border-style: dashed;
    border-color: #afafaf!important;
}

.terms strong, .terms b{
    font-size: 22px;
    font-weight: 700;
    color: #0d3f7a;
}

.terms-end-title{
    margin-top: 6%!important;
}


/********************************************************************

Search results page

*********************************************************************/


.search #page-head h1 {
    color: white!important;
}

.search #main{
    padding-top: 0!important;
}

.search .page-head .container{
    padding-top: 4%!important;
}

.search .template-search .taptap-search-close-wrapper, .search .avia_combo_widget, .search-no-results h3, .search .taptap-search-button-wrapper{
    display: none!important;
}

.search #header .widget_text {
    right: 55px;
}

.search .search_form_field h4{
    font-size: 26px!important;
        margin: 0!important;
}

.search .search_form_field p{
   font-size: 17px!important;
   margin: 0.5% 0 1.5%!important;
}

#top .template-search #searchform>div {
    max-width: 500px;
}

#top .template-search #s {
    padding: 16px 30px 16px 90px;
    font-size: 20px;
    border-radius: 5px;
}

.template-search #searchform ::-webkit-input-placeholder{
    font-size: 20px!important;
    color: #a7a7a7!important;
}

.template-search #searchform ::-moz-placeholder{
    font-size: 20px!important;
    color: #a7a7a7!important;
}

.template-search #searchform ::-ms-input-placeholder{
    font-size: 20px!important;
    color: #a7a7a7!important;
}


.template-search .page-heading-container {
    margin-bottom: 70px;
}


#top .template-search #searchsubmit {
        width: 65px;
    background-color: #00414c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 0;
    right: auto;
}

#top .template-search .extra-mini-title {
    margin-right: 0px;
        font-size: 19px;
    margin-bottom: 30px;
}

.template-search .author-extra-border {
    border-bottom-style: dashed;
    border-color: #a5a5a5!important;
}

.template-search .page-heading-container {
    border-bottom-width: 0px;
}

.search-result-counter {
    left: auto;
    box-shadow: none;
    background-color: #00414c!important;
    color: white;
    font-size: 20px;
}

.template-search .entry-content-wrapper .post-title, .template-search .entry-content-wrapper .post-meta-infos {
        padding-right: 70px;
}

.template-search .entry-content{
    display: none;
}
#search-fail .entry-content{
       display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2%;
}

#search-fail .entry-content strong{
        color: black!important;
        font-size: 20px;
}


.search_not_found p, .search_not_found li{
    font-size: 16px;
}

/* Sweep To Left */

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:active {
  color: white!important;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.search #wrap_all .widget_icl_lang_sel_widget {
    right: 40px!important;
}

.search #wrap_all #main {
    padding-top: 0px!important;
}

.search #page-head .content {
    padding: 8% 0!important;
}


.search #page-head .av-special-heading {
    padding: 0px!important;
}



/********************************************************************

Responsive Rules - DESKTOP

*********************************************************************/



@media only screen and (min-width: 2000px) and (max-width: 3200px){}


@media only screen and (min-width: 1100px) and (max-width: 2000px){}



@media only screen and (max-width: 2000px){}

            
@media only screen and (max-width: 1700px){}


@media only screen  and (max-width: 1600px){}


@media only screen and (max-width: 1450px) {}


@media only screen and (max-width: 1370px) {}


@media only screen and (max-width: 1200px){}



@media only screen and (max-width: 1300px) and (min-height: 950px){}


@media only screen and (min-width: 1100px) and (max-width: 1450px){}




/********************************************************************

Responsive Rules - TABLETS

*********************************************************************/

/*
All Mobiles & tablets
================================================== */
@media only screen and (max-width: 1150px){}




/*
BIG tablets
================ */

@media only screen and (max-width: 1150px) and (orientation :  portrait){}


@media only screen and (max-width: 1150px) and (orientation : landscape){}




/*
SMALL tablets
================ */

@media only screen and (max-width: 1100px) and (orientation : landscape){}


@media only screen and (max-width: 1100px) and (min-height: 600px) and (orientation : landscape){}


@media only screen and (max-width: 990px){}


@media only screen and (max-width: 990px) and (orientation : portrait){}



@media only screen and (max-width: 780px) and (min-height: 900px)  and (orientation : portrait){}




/********************************************************************

Responsive Rules - MOBILE

*********************************************************************/



@media only screen and (max-width: 767px){



}

@media only screen and (max-width: 767px) and (orientation : portrait){}

@media only screen and (max-width: 767px) and (orientation : landscape){}



/*
iphone X
================ */
@media only screen and (device-width : 375px) and (device-height : 812px) and ( -webkit-min-device-pixel-ratio:3 ) and (orientation : portrait){}


/*
MOBILE XL
================ */

@media only screen and (min-width: 375px) and (max-width: 767px) and (orientation : portrait){}


/*
MOBILE M
================ */

@media only screen and (max-width: 375px) and (orientation : portrait){}

@media only screen and (max-width: 667px) and (orientation: landscape){}



/*
MOBILE SM
================================================== */

@media only screen and (max-width: 320px) and (orientation : portrait){}

@media only screen and (max-width: 568px) and (orientation : landscape){}

 
