
.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
ul > li > div.blog-post {
    position: relative;
}
.ImageWrapper {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    position: relative;
}
.ImageWrapper .ImageOverlayCl {
    background: none repeat scroll 0 0 rgb(255, 255, 51);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
}
.ImageWrapper:hover .ImageOverlayCl {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}
.ImageWrapper:hover .StyleH {
    opacity: 1;
    visibility: visible;
}
.ImageWrapper .StyleH {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.WhiteRounded {
    background-color: #ffffff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, .1);
}


ul > li > div.blog-post .StyleNumber {
    position: relative;
    margin: 6px 0 0;
    background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    float: left;
    display: block;
    height: 22px;
    border-bottom: 1px solid #D7D5D2;
    padding: 0 8px 0 6px;
}

/*------------------------------------------------------*/
#news {
    background-color: ;
    padding: 0;
    overflow: hidden;
}

.button_about2:hover {
    background-color: #343f64;
    color: white;
}
.button_about {
    border: 1px solid #cccccc;
    color: #6b6b6b;
    padding: 11px 49px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 17px;
    background: #f7d308;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 0 11px #c4c4c4;
    border-radius: 5px;
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15);
}
.button_about:hover {
      box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
  }
.mission {
    box-shadow: 1px 0px #e0e0e0;
}

.mission img,.vision img {
    width: 213px;
    margin: auto;
    /* box-shadow: 0 0 9px #2e3192; */
    /* padding: 20px; */
    /* border-radius: 146px; */
}
.misi_vi_p{
      margin: 0 0 10px;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    padding: 3px 15px;
}
.footer-section .fa {
    padding: 7px 0;
}
.news_content {
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #2e3192;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
.moto-color5_5 {
    color: #ffffff;
       -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

.moto-text_system_3 {
    font-weight: 900; /*400*/
    font-style: normal;
    /*font-family: 'Roboto', sans-serif;*/
    color: #ffffff;
    font-size: 89px;
    line-height: 71px;
    letter-spacing: 4px;
    text-transform: uppercase;
       -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;

}

.f-nd-qt{

   font-style: normal;
    font-weight: lighter;
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 9px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-left: -2%;
    word-spacing: 22px;
       -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;


}

 .s-nd-qt-mobile{

display: none;
    
  }

.f-nd-qt-2{
    font-style: normal;
    font-weight: lighter;
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 8px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-left: -2%;
    word-spacing: 8px;
       -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

.s-nd-qt{
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
    letter-spacing: 12px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    /* top: 0; */
    /* left: 100%; */
    /* white-space: nowrap; */
    /* font-size: 48px; */
    vertical-align: bottom;
    min-width: 10px;
    line-height: 0.7;
    top: 132px;
       -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
  }


 .second-big{

  font-size: 96px;
     -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
 } 
.moto-text_system_13 {
   /* font-weight: 400;
    font-style: normal;
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;*/
        line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    font-size: 34px;
    text-transform: none;
    letter-spacing: 2px;
       -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}


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

.mission {
    /* box-shadow: 1px 0px #fff!important; */
    margin-bottom: 68px;
    padding-bottom: 49px;
    box-shadow: 0 1px 0px #e0e0e0;
}
.misi_vi_p {
   
    text-align: justify;
    }
  .moto-text_system_3 {
    font-weight: 900;
    font-style: normal;
    /*font-family: 'Roboto', sans-serif;*/
    /*color: #97d64e;*/
    font-size: 32px !important;
    letter-spacing: 3px !important;
 

}

.f-nd-qt{

   font-style: normal;
    font-weight: lighter;
    /*color: #4e4e4e;*/
    font-size: 24px;
    word-spacing: 0px;
    letter-spacing: 3px;
   


}



.f-nd-qt-2{
    font-style: normal;
    font-weight: lighter;
    /*color: #4e4e4e;*/
    font-size: 24px;
    word-spacing: 0px;
    letter-spacing: 3px;
  
}

.s-nd-qt{
    -webkit-transform: rotate(0deg) !important;
    -webkit-transform-origin: left top !important;
    -moz-transform: rotate(0deg) !important;
    -moz-transform-origin: left top !important;
    -ms-transform: rotate(0deg) !important;
    -ms-transform-origin: left top !important;
    -o-transform: rotate(0deg) !important;
    -o-transform-origin: left top !important;
    transform: rotate(0deg) !important;
    transform-origin: left top !important;
  
   /* color: #4e4e4e !important;*/
    left: 43%;

top: 78px !important;
display: none;
    
  }

  .s-nd-qt-mobile{

display: block;
    
  }


 .second-big{

  font-size: 32px !important;

/*color:  # 97d64e; */
 } 
.moto-text_system_13 {

   
   /* color: #4e4e4e;*/
    font-size: 34px;
    
}







}


@media (max-width: 479px){

.moto-text_system_3 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
}
}
@media (max-width: 767px){

.moto-text_system_3 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
}
}

@media (max-width : 900px){

 .moto-text_system_3{
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
}
}
@media (max-width : 1200px){

 .moto-text_system_3{
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
}
}

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


.s-nd-qt {
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 7px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    /* top: 0; */
    /* left: 100%; */
    /* white-space: nowrap; */
    /* font-size: 48px; */
    vertical-align: bottom;
    min-width: 10px;
    line-height: 1;
    top: 99px;
}
.moto-text_system_3{
    font-size: 58px;
    line-height: 1;
    letter-spacing: 7px;
}

 .second-big{

  font-size: 63px;
 } 

.f-nd-qt-2 {
  font-size: 13px;

}
.f-nd-qt {
    /*font-style: normal;
    font-weight: 500;
    color: #ffffff;
    
    text-transform: none;
    letter-spacing: 2px;
    margin-left: -5px;
    line-height: 0;*/
    font-size: 12px;

}


.moto-text_system_13 {
    line-height: 0.2;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 2px;
    margin-left: -4px;
}
}



/*bo----------------------------------button  on slider--------------*/


 .slider-button-link.moto-size-medium {
    font-size: 16px;
    line-height: 20px;
}

 .slider-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    background-color: rgba(190, 121, 121, 0);
    border-color: rgba(255,255,255,0.4);

    width: 100%;
    padding: 16px 10px;
    text-shadow: 0 2px 4px rgba(37,37,37,0.2);
    box-shadow: 0 2px 4px rgba(37,37,37,0.4);
    border-radius: 3px;

    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid;

    display: inline-block;
    cursor: pointer;
    
}

 .slider-button-link:hover {
    color: #ffffff;
        background-color: #97d64e;
    border-color: #97d64e;
}

 .slider-button-link span {
    text-decoration: none;
}

 span {
    min-width: 10px;
    display: inline-block;
    vertical-align: middle;
}

.about-button-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    background-color: rgba(190, 121, 121, 0);
    border-color: rgba(255,255,255,0.4);
    width: 100%;
    padding: 16px 10px;
    text-shadow: 0 2px 4px rgba(37,37,37,0.2);
    box-shadow: 0 2px 4px rgba(37,37,37,0.4);
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid;
    display: inline-block;
    cursor: pointer;
}
 .about-button-link:hover {
    color: #ffffff;
        background-color:#000000 ;
    border-color: #000;
}


.reaches h1{
        font-weight: 100;
    font-style: normal;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    


}

.reaches p{

    font-weight: 400;
    font-style: normal;
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;


}
        
/* header hover-----*/


/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  margin-top: 45px;
  right: 0;
  bottom: -2px;
  background: #F44336;
  height: 3px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}
 
/* Rectangle Out */
.hvr-rectangle-out {
      display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #da692f;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #da692f;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #e1e2e2;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  /*right: 0;*/
}


@media only screen and (min-width : 768px) and (max-width : 999px){

 .slider-button-link.moto-size-medium {
    font-size: 13px !important;
   
}

/*bo----------------------------------button  on slider------end--------*/

}

.moto-widget-divider-line{
    width: 41%;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #f6c3d4;
    margin: 0;
    display: inline-block;
  
}





.moto-widget-divider-line{
    width: 25%;
    border-top-width: 2px;
    border-top-style: ridge;
    border-top-color: #dfded7;
    margin: 0;
    display: inline-block;
    width: 100%;
}
 
.no-padding-img{
    padding-left: 0;
    padding-right: 0;
}


.about-head{
    font-weight: lighter;
    font-style: normal;
   font-family: 'Montserrat', sans-serif;

    color: #000000;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding-top: 17px;
    padding-bottom: 28px;
     text-align: center;
  
}

.about-content{
    font-weight: lighter;
    font-style: normal;
    color: #393636;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
     text-align: justify;

}

#mission_vision{
  padding: 132px 0;
    background-color: #fff;
    background: url(../images/1.png);
    background-attachment: fixed;
   /* background-size: 119%;
     background-position: 13px -23px; */
}
#about-shab .col-lg-1, #about-shab .col-md-1 {
    width: 4.333333%;
}
.address h2{
       font-weight: 700;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #2e3192;
    font-size: 22px;
    line-height: 1.2;
    /* letter-spacing: 2px; */
    text-align: left;
    margin-top: 11px !important;

}

.address h2:hover {
    color: #5b5eb7;
}
.address p{ 

    font-weight: 400 !important;
    font-style: normal;
    font-family: 'Noto Sans', sans-serif;
    color: #525252 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    text-align: left;       
    margin-bottom: 0px !important;
}

.happy-image i{
    font-size: 89px;
    color: #97d64e;
        padding-bottom: 25px;
}

/* PRETTY GALLRY */

#gallery .ima-s-gal, #gallery-sp .ima-s-gal {
    padding: 9px;
}
.box__shadow {
       padding-bottom: 1px;
    box-shadow: 0 0 10px #dadad8;
    overflow: hidden;
    border-radius: 5px;
    background: #2e3192;
}
.recent-work-wrap {
  position: relative;
  overflow: hidden;
}
.gall__img_con{

}

.recent-work-wrap img{
  width: 100%;

        min-height: 228px;
    max-height: 228px;
        object-fit: cover;
}

.grow { transition: all .2s ease-in-out;overflow: hidden; }
.grow:hover { transform: scale(1.1); }

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #90A4AE;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.93)!important
    color: #0a0a0a;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
  overflow: hidden;
      z-index: 9;
}

.overlay i {
    font-size: 50px;
    transition: .5s ease;
    position: absolute;
    color: #2196f3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.recent-work-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(46, 49, 146, 0.61) url(../images/zoom.png) no-repeat center center;
    background-size: 48px;
    opacity: 0;
    z-index: 4;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.recent-work-wrap:hover::after {
    opacity: 1;
}

.ima-s-gal{
  overflow: hidden;
}

 .recent-work-wrap .overlay .preview {
      /* bottom: 0; */
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    /* background: transparent; */
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
 .recent-work-wrap:hover .overlay {
  opacity: 1;
  overflow: hidden;
}

.overlay h5{

   
    border-radius: 0;
    /* background: transparent; */
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}



/* read more button-----*/


.button-nn {
    /* green--#97d64e
    blue--  color: # 3498db;*/
    color: #97d64e;
    background: transparent;
}

.button-nn:hover, .button-nn:focus { color: #fff;
    background: #97d64e;
}


.button-nn {
    position: relative;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    outline: none;
    line-height: 2.8em;
    padding-left: 2.6em;
    padding-right: 2.6em;
    border-radius: 50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 20px;
}
/*.button-nn {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}*/

.button-nn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
   -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        vertical-align: initial;
}

.button-nn span:after {
  content: '\2192';
  position: absolute;
  opacity: 0;
  top: -1px;
  /*right: -20px;*/
      left: 58px;
   -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.button-nn:hover span {
  padding-right: 11px;
}

.button-nn:hover span:after {
  opacity: 1;
  left: 79px;
}
/*------ send button ----*/

.send-me-btn {
       position: relative;
    background-color:;
    border: 1px solid #2e3192;
    font-size: 13px;
    /* opacity: 0.7; */
    color: #2e3192;
    padding: 6px 63px;
    /* width: 32px; */
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin-top: 16px;
    border-radius: 0px;
}

.send-me-btn:hover {
  background:#2e3192;
  color: #fff;
  }

.send-me-btn:after {
      content: "";
    background: #90EE90;
    display: block;
    position: absolute;
    padding-top: 375%;
    margin-top: -91px;
    padding-left: 392%;
    margin-left: -22px!important;
    opacity: 0;
    transition: all 0.8s;
    border-radius: 100%;
}

.send-me-btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}



/* ------------------footer 2 ----------------------------*/

.shab-1-bottom-line-divider {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    margin-top: 0rem;
    border-top: 1px solid #4a4c51;
}

/*---------------from main css for footer------------*/


/* footer */ 
.shab-1-bottom{    text-align: center;
   /* padding:50px 0px 60px;
    background: #212121 ; 
    padding-bottom: 50px;*/
        background:url(../images/slider/2.jpg);
    height: 499px;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;

    } 

.shab-1-bottom-newsletter-area{

 /* padding:75px 0px 60px;*/
}
.shab-1-bottom img {margin-bottom:0px;}

 .shab-1-bottom ul {padding:0px; margin:0px;} 

.shab-1-bottom h3 {
    font-size: 18px;
    color: #d0d0d0;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}


.shab-1-bottom li {padding:0px; list-style:none; display:inline-block; padding-right:15px;} 
.shab-1-bottom li img {transition: all 0.4s;}







  .shab-1-bottom li img:hover { opacity:0.8;} 
  .shab-1-bottom p  {font-size:14px; font-weight:300;     color: #818282 !important;
    text-align: left;} 
.shab-1-bottom a{
      color: #AFAFAF;
    font-size: 16px;
    line-height: 26px;
}

.shab-1-bottom a:hover{
      color: #fff;
}



.shab-1-bottom-nav {
    text-align: -webkit-left;
    text-align: left;
}

/*---------bottom logo nav----------*/

.shab-1-bottom-logo-nav {
    padding: 0;
    background: rgb(11, 12, 12);
}

.shab-1-bottom-logo-nav img {
    margin-bottom: 0px;
        float: right;
        padding: 9px 0px;
}

.shab-1-bottom-copyright{
    /* padding: 0;
    background: #000000;*/
    padding: 13px 0;
    background: #323232;
}


.shab-1-bottom-copyright p{
   /* margin: 5px 0px;
    color: #7d7d7d;
        font-size: 13px;*/
            margin: 5px 0px;
    color: #7d7d7d;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.shabsolutions{
  text-align: right;
}
.shab-1-logo-main-nav{
     padding: 36px 0;
}

.shab-1-logo-main-nav a{
       margin-right: 16px;
    color: #a2a2a2;
}



.shab-1-logo-main-nav a:hover,.shab-1-logo-main-nav a:focus {
    color:azure ;
    text-decoration: none;
    outline: none;
}

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


.footer-right ul li {
    margin: auto -12px;
    
}

.shabsolutions{
  text-align: center;
}


.shab-1-bottom {
   
    padding-bottom: 0;
}

.shab-1-bottom-logo-nav img {
    margin-bottom: 33px;
        float: none;
        padding: 9px 0px;
}

.shab-shabsolutions{
      float: none;
}

}

/* ------------------shab-1 -socil icons ----------------------------*/

.shab-1-social{
  text-align: left;
      font-size: 47px;
}

.no-margin-bottom {
    margin: 0;
    padding: 0;
    /* margin-top: 210px; */
}

.shab-1-social-share{
 display: inline-block;
 list-style: none;
    padding: 0px 17px !important;
 margin: 0;
}



ul.shab-1-social-share li {
  display: grid;
}

ul.shab-1-social-share li a {
  
    display: inline-block;
    color: #fff;
    background: #296284;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 57px;
    margin-bottom: 3px;
  }

ul.shab-1-social-share li a:hover {
      background: white;
    color: #296284;
}



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

  .shab-1-social{
  text-align: ;
      font-size: 47px;
}

 .shab-1-social {display:block;} 

}

@media only screen and (min-width : 768px) and (max-width : 991px){




  .shab-1-social{
  text-align: ;
      font-size: 47px;
}
}
/*------form on footer ----*/

.shab-1-form-control {
   border: 1px solid #296284; */
    border-radius: 0px !important;
    /* background: #fff; */
    width: 100%;
    font-size: 15px;
    padding: 32px 1px 32px 19px;
    height: 38px;
    
    color: #AFAFAF !important;
    /* box-shadow: inset 1px 3px 6px rgba(205, 220, 57, 0.28); 

    margin-bottom: 26px; button heit increased while visible it*/
    font-weight: 300;
    outline: none;
    border: none;
    background: #2F3333;
}

.shab-1-btn-default {
      color: #3f9cf9;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0px;
    outline: none;
    border: none;
    background: url(../images/right.png) no-repeat 1.5em 1.5em #252828;
    display: block;
    padding: 9px 31px;
}

.shab-1-btn-default:hover {
    border: 0px solid #ed1c24;
    background:rgba(86, 86, 86, 0.72) ;
    color: #fff;
   
    -webkit-transition: all 5.0s ease;
    -moz-transition: all 5.0s ease;
    -o-transition: all 5.0s ease;
    -ms-transition: all 5.0s ease;
    transition: all 5.0s ease;

}

.shab-1-bottom-newsletter{

    display: inline-flex;
    display: flex;
}

 /* --------------- ------------------ bottom map --------------- ------------------ */

.shab-1-bottom-gmap iframe {
  border-radius: 0%;
  height: 499px;
  width: 100%;
  opacity: 0.7;
}

.shab-1-bottom-gmap{
    border: 0px solid #f6f5f0;
    border-radius: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
        margin-top: -70px;
}

/*--------------social icons on footer 1------------*/
.footer-right ul li a.facebook:hover {
    background: url(../images/img-sprite.png) no-repeat -10px -74px;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}


.footer-right ul li a.facebook {
    background: url(../images/img-sprite.png) no-repeat -10px 0px;
    display: block;
    width: 45px;
    height: 45px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.footer-right ul li a.circle {
    background: url(../images/img-sprite.png) no-repeat -70px 0px;
    display: block;
    width: 45px;
    height: 45px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.footer-right ul li a.circle:hover {
    background: url(../images/img-sprite.png) no-repeat -70px -74px;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}



.footer-right ul li a.p:hover {
    background: url(../images/img-sprite.png) no-repeat -126px -74px;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.footer-right ul li a.p {
    background: url(../images/img-sprite.png) no-repeat -126px 0px;
    display: block;
    width: 45px;
    height: 45px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}



.footer-right ul li a.g-plus:hover {
    background: url(../images/img-sprite.png) no-repeat -186px -74px;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.footer-right ul li a.g-plus {
    background: url(../images/img-sprite.png) no-repeat -186px 0px;
    display: block;
    width: 45px;
    height: 45px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.footer-right ul li a.twitter:hover {
    background: url(../images/img-sprite.png) no-repeat -243px -74px;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.footer-right ul li a.twitter {
    background: url(../images/img-sprite.png) no-repeat -243px 0px;
    display: block;
    width: 45px;
    height: 45px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.footer-right ul li a.rss:hover {
    background: url(../images/img-sprite.png) no-repeat -308px -74px;
    display: block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.footer-right ul li a.rss {
    background: url(../images/img-sprite.png) no-repeat -308px 0px;
    display: block;
    width: 45px;
    height: 45px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}


.footer-right ul li a:hover{

      filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.footer-right ul {
    padding: 0;
    margin: 0;
}

.footer-right ul li {
    display: inline-block;
    margin: 0px;
    padding:0px;
     list-style:none;
     padding-right:27px;
}

.footer-right {
     
    padding: 28px 0px;
    /* width: 40%; 
    float: right;
     background: #343838;*/
}

/* next new buttons*/

/*--------------------*/
/* Fillpath (http://www.nizuka.fr/)*/
/*--------------------*/
.color-10 { background: #f3cf3f; }

.nav-fillpath a {
    width: 100px;
    height: 100px;
}


.nav-fillpath {
    display: none;
   
}
#main-slider:hover .nav-fillpath  {
    display: block;
  
}

 .nav-fillpath .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 50%;
    background: #97d64e;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #4e4e4e;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nav-fillpath h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #ababab;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-fillpath a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.nav-fillpath a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.nav-fillpath a:hover .icon-wrap::before,
.nav-fillpath a:hover .icon-wrap::after {
    height: 50%;
}

.nav-fillpath a:hover::before,
.nav-fillpath a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-fillpath a.next:hover::before,
.nav-fillpath a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.nav-fillpath a:hover::after,
.nav-fillpath a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-fillpath a.next:hover::after,
.nav-fillpath a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.nav-fillpath a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/* pre loader---------------------------------*/

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  position: absolute;
top: 48%;
left: 48%;
  -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);
  }
}

.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #97d64e;
z-index: 999999;
}

/*------services shab with out hover -------*/

.feature-box-shab{

   margin-top: 30px;
    padding: 30px 30px;
      -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
     -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
        min-height: 240px;
}

 .feature-box-shab:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

  .feature-box-shab .feature-title-shab {
    font-size: 14px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
    margin-top: 10px;
        font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #222222;
    text-align: left;
}

  .feature-box-shab:hover .feature-title-shab {
    color: #49ca80;
}

.feature-title-shab {
    font-size: 42px;
    font-weight: 700;
    color: #2e3192;
    text-transform: capitalize;
}
.feature-description-shab {
    

    color: #1c1e5d;
    line-height: 22px;
    line-height: 1.52857143;
    font-weight: 300;
    text-align: left;
    font-size: 17px;
}

/*---------------------------services------*/

  .feature-box {
    /*background-color: #fff;
    
    padding: 30px 16px;*/
    margin-top: 30px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
       /* min-height: 292px;*/
}

  .feature-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

  .feature-box .feature-title {
    font-size: 14px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
    margin-top: 10px;
        font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #222222;
    text-align: center;
}

  .feature-box:hover .feature-title {
    color: #49ca80;
}

.feature-description {
    
    color: #777777;
    line-height: 22px;
    line-height: 1.42857143;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

 .services-moc {
    margin-top: 30px;
  /*  padding: 30px 16px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); */
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
        min-height: 292px;
}

.form-control-news {
    
    margin-top: 12px;
    margin-bottom: 10px;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



/* Nao */
.input--nao {
    overflow: hidden;
    padding-top: 1em;
}

.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: #9da8b2;
    font-size: 1.25em;
}

.input__label--nao {
    position: absolute;
    top: 0.95em;
    font-size: 0.85em;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s 0.1s, color 1s;
    transition: transform 0.3s 0.1s, color 1s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.graphic--nao {
    stroke: #eaeaea;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
} 

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    color: #fff;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: #333;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 400px;
    width: calc(100% - 2em);
    vertical-align: top;
    margin-top: -11px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    

    width: 100%;
   
    /*background: #f0f0f0;*/

     border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    font-size: 71.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}


#awards{


 text-align: center;

}
#projects{

    text-align: center;
}



/*************************
*******Project Slider******
**************************/
.project-carousel-inner {
    min-height: 423px;
}

#project-slider {
  position: relative;
     
   
}

.no-margin {
  margin: 0;
  padding: 0;
}

#project-slider .carousel .carousel-content {
  margin-top: 150px;
}

#project-slider .carousel .slide-margin{
  margin-top: 140px;
}

#project-slider .carousel h2 {
  color: #90A4AE;
}

#project-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #97d64e;
  color: #90A4AE;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#project-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#project-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 658px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  background-size: 100% 100%;
}

#project-slider .carousel .item.first-child {
  top: auto;
  position: relative;
}

#project-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 700ms;
  -moz-transition: opacity ease-in-out 700ms;
  -o-transition: opacity ease-in-out 700ms;
  transition: opacity ease-in-out 700ms;
  z-index: 1;
}

#project-slider h3{

  color: #6c848e;
  margin-top: -15px;
}

#project-slider .prev,
#project-slider .next {
     position: absolute;
    top: 43%;
    color: #97d64e;
    display: inline-block;
    margin-top: -34px;
    /* height: 40px; */
    /* line-height: 40px; */
    /* width: 40px; */
    /* line-height: 40px; */
    text-align: center;
    border-radius: 100%;
    z-index: 5;
}

#project-slider .prev:hover,
#project-slider .next:hover {
  background-color: ;
}

#project-slider .prev {
  left: 10px;
}

#project-slider .next {
  right: 10px;
}

#project-slider .carousel-indicators li {
   display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  height: 10px;
  border: 0px;


}

#project-slider .carousel-indicators li:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #b6b7b5;
   width: 20px;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#project-slider .carousel-indicators .active{
   display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
 
  position: relative;
  overflow: hidden;
   background: transparent;
   height: 10px;


}

#project-slider .carousel-indicators .active:after {
   left: 0;
  right: 0;
  background: #97d64e;


}

#project-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#project-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#project-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#project-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


#project-slider:hover .nav-fillpath  {
    display: block;
  
}

/* next prev button of projects*/

/*--------------------*/
/* Fillpath (http://www.nizuka.fr/)*/
/*--------------------*/
.color-10 { background: #f3cf3f; }

#project-slider .nav-fillpath a {
    width: 50px;
    height: 50px;
}


.nav-fillpath {
    display: block;
   
}
#main-slider:hover .nav-fillpath  {
    display: block;
  
}

 .nav-fillpath .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
        position: absolute;
    left: 50%;
    width: 4px;
    height: 34%;
    background: #2e3192/*#fef501*/;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.nav-fillpath h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #ababab;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-fillpath a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.nav-fillpath a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.nav-fillpath a:hover .icon-wrap::before,
.nav-fillpath a:hover .icon-wrap::after {
    height: 50%;
}

.nav-fillpath a:hover::before,
.nav-fillpath a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.nav-fillpath a.next:hover::before,
.nav-fillpath a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.nav-fillpath a:hover::after,
.nav-fillpath a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.nav-fillpath a.next:hover::after,
.nav-fillpath a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.nav-fillpath a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/* next prev button of projects------------------ends--------------*/


.awards-logo {
    filter: gray;
     -webkit-filter: grayscale(70%); 
     -webkit-transition: all .5s ease; 
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
     transition: all .5s ease; 
    cursor: pointer;
        max-width: 113px;
    min-width: 113px;
    min-height: 92px;
    height: 198px;
    width: 100%;
    position: relative;
    margin: 0 auto;

}

.awards-logo:hover {
    filter: gray;
     -webkit-filter: grayscale(0%); 
}

.awards-logo img{

        text-align: center;
    margin: auto;
    text-align: center;
    /* padding: 0px 15px; */
    display: inline-block;
    /* min-width: 200px; */
    /* max-height: 166px; */
    /* min-height: 166px; */
    vertical-align: top;
    /* width: 100%; */
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: inherit;
    margin-top: -25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;

}

.icon-char-tab{
  display: none;
}

.name-char-tab {
    
    display: inline-block;
}


/* ==========================================================================
-responsive--
========================================================================== */

@media only screen and (min-width : 150px) and (max-width : 607px){

.icon-char-tab{
  display: inline-block;
}

.name-char-tab {
    
    display: none;
}


.website-template-name:hover {

  overflow: visible;

  }

}

@media only screen and (min-width : 150px) and (max-width : 414px){

.site-footer {
    
    margin-top: 424px;
}
}

@media only screen and (min-width : 415px) and (max-width : 446px){
.site-footer {
   
    margin-top: 310px;
}
}

@media only screen and (min-width : 447px) and (max-width : 767px){
.site-footer {
   
    margin-top: 367px;
}
}
@media only screen and (min-width : 150px) and (max-width : 360px){

/*  .second-big{

  font-size: 27px !important;

color: ; 
 } 
*/

.website-template-name {
    font-size: 9px !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    background: transparent;
    padding-top: 37px;
    padding-bottom: 0;
    min-height: 0;
    padding-bottom: 30px;
    -o-transition: all 0.52s linear;
    -webkit-transition: all 0.52s linear;
    transition: all 0.52s linear;
    text-align: center;
}

.website-template-name:hover {

  overflow: visible;

  }


#about-shab {
    padding-top: 0px;
    margin-top: 0;
}

#project-slider .prev, #project-slider .next {
    position: absolute;
    top: 38%;
  }


#project-slider h3 {
    color: #6c848e;
    font-size: 12px;
}

 .moto-text_system_3 {
    font-size: 27px;
}

    .moto-text_system_13 {
    font-size: 17px;
}
.feature-box .feature-title {
    font-size: 13px !important;
}

 /*.feature-box {
        min-height: 463px;
    }
*/
.project-carousel-inner {
    min-height: 283px;
}
/*----------------respon*/}/*--*/



@media only screen and (min-width : 361px) and (max-width : 473px){



  /*.feature-box {
        min-height: 389px;
    }
*/

    .project-carousel-inner {
    min-height: 312px;
}


}


@media only screen and (min-width : 474px) and (max-width : 594px){



  .feature-box {
        min-height: 310px;
    }

   


}

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

.feature-box-shab {
    width: 369px;
    margin: auto;
  }

}


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

.project-carousel-inner>.item>img, .project-carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 514px;
    margin: auto;
    line-height: 1;
}

  .feature-box {
        min-height: 301px;
    }


}



@media only screen and (min-width : 992px) and (max-width : 1359px){
.gmap-guid .one-page-arrow-right {

    font-size: 61px !important;
  
}
.gmap-guid h1 {
    font-size: 53px;

}
}

/* ==========================================================================
-responsive--
========================================================================== */



/*-----------------------------mobile--------------------------------*/
@media only screen and (min-width : 150px) and (max-width : 767px){

.one-page-arrow-down{

  display: block !important;
      top: 64%;
    font-size: 33px !important;
}
.one-page-arrow-right{

  display: none !important;
}

.dark .one-page-arrow-down, .one-page-arrow-down.dark {
    color: #FFF;
}
.dark, .dark a:hover, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #EEE;
}
.one-page-arrow-down {
    position: absolute;
    z-index: 999999999999;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222;
}

.gmap-guid h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    padding: 170px 4px;
    padding-top: 0;
    /* position: absolute; */
}
.shab-1-bottom-gmap iframe {
  
    opacity: 0.9;
}


.nav-tabs>li {
    float: left;
    width: 25%;
}


#shab-services {
    /* background: #FBFBFB none repeat scroll 0% 0%; */
    margin-top: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ececec;
    padding:70px 0;
}

.feature-box-shab .feature-title-shab {
  text-align: center;
}

.feature-description-shab{
  text-align: center;
}
.happy-image img {
    width: 45px;
    padding-bottom: 13px;
    margin: auto;
}




#projects {
    padding: 0 !important;
    background-color: white;
}

.mrg-top-130 {
    margin-top: 49px !important;
    margin-bottom: 20px;
}
 #project-slider .carousel-indicators {bottom: 0; display: block;} 




     .slider-button-link span {

   display: none !important;

}



 .slider-button-link.moto-size-medium {

    display: none !important;
}

.about-head {
   font-size: 31px;

}



/* important*/}/* important*/


/*-----------------------------tab--------------------------------*/

@media only screen and (min-width : 768px) and (max-width : 991px){

.gmap-guid .one-page-arrow-right {

    font-size: 61px !important;
  
}
.gmap-guid h1 {
    font-size: 53px;

}

.feature-box-shab {
    
    min-height: 322px;
}

#project-slider .prev, #project-slider .next {
    top: 36%;
    
}

.project-carousel-inner {
    min-height: 334px;
}


#projects {
    padding: 91px 0 !important;
    background-color: white;
}

.mrg-top-130 {
    margin-top: 55px !important;
    margin-bottom: 20px;
}

.awards-logo {
   
    height: 132px;
}

.about-head {
   
    padding-top: 0;
   
}

.reaches h1 {
   
    font-size: 30px;

}


  .feature-box {
        min-height: 320px;
    }



/* important*/}/* important*/


/*-----------------------------lap--------------------------------*/

@media only screen and (min-width : 992px) and (max-width : 1199px){


#project-slider .prev, #project-slider .next {
    position: absolute;
    top: 43%;
    color: #97d64e;
    display: inline-block;
    margin-top: -70px;

  }

  .mrg-top-130 {
    margin-top: 96px !important;
    margin-bottom: 20px;
}
.reaches h1 {
   
    font-size: 45px;

}


    /* important*/}/* important*/


/*-----------------------------end--------------------------------*/

.dark .one-page-arrow, .one-page-arrow.dark {
    color: #FFF;
}
.dark, .dark a:hover, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #EEE;
}
.one-page-arrow {
    position: absolute;
    z-index: 999999999999;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222;
}


.gmap-guid a {
    color: #fff;
    font-size: 140px;
    line-height: 26px;
}
.gmap-guid .one-page-arrow-right {
    position: absolute;
    z-index: 999999999999999999999999999999999999;
    /* bottom: 20px; */
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 140px;
    text-align: center;
    color: #fff;
}

.one-page-arrow-down{

  display: none;
}


.one-page-arrow-right{

  display: block;
}
/*
.icon-angle-down:before {
    content: "";
}

[class^=icon-]{ 
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/*############## side hoverable  bar ---##########*/
#mySidenav a {
    position: fixed;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 139px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
        z-index: 99999;
}

#mySidenav a:hover {
    left: 0;
}

#about {
    padding: 132px 0;
    background-color: #fff;
    background: url(../images/abtbg2.jpg);
    background-size: 119%;
    /* background-position: 13px -23px; */
}

.form_style{
  text-align: left;
}
#banner_sub {
    padding: 0;
}
#blog {
    top: 80px;
    background-color: #2196F3;
}

#projects {
        padding: 120px 0;
    background-color: white;
    padding-bottom: 70px;
}

#contact {
    top: 200px;
    background-color: #555
}

/* new------adding */


.btn-shab-blue {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-shab-blue.active.focus, .btn-shab-blue.active:focus, .btn-shab-blue.focus, .btn-shab-blue.focus:active, .btn-shab-blue:active:focus, .btn-shab-blue:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.btn-style-2:hover {
    color: #1080F2 !important;
    border: 1px solid #1080F2 !important;
    background-color: transparent !important;
}

.btn-shab-blue.active, .btn-shab-blue:active {
    background-image: none;
    outline: 0px none;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn-style-2 {
    background-color: #1080F2 !important;
    color: #ECECEC !important;
    border: 1px solid transparent !important;
}

.btn-md {
    padding: 10px 35px;
}

.btn-shab-blue {
    font-family: "Montserrat",Helvetica,sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out 0s;
}


/* career buttons */

.btn-career-apply {
    background-color: rgba(242, 242, 242, 0.13) !important;
    color: #fff !important;
    border: 1px solid rgb(255, 255, 254) !important;
}

.btn-career-apply:hover {
     background-color: #07538e !important;
    border: 1px solid transparent !important;
}


.btn-career-read {

   background-color: #1080F2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    
}

.btn-career-read:hover {

  background-color: #fff !important;
    color: #1080F2 !important;
    border: 1px solid #fff !important;
    
}

.mrg-top-15 {
    margin-top: 15px ;
}


.mrg-top-130 {
    margin-top: 130px ;
    margin-bottom: 20px;

}

.mrg-bottom-contact{
  margin-bottom: 70px;
}

.mrg-top-50{

  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}

/* read more toggle */

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: '---';
}

.read-more-state:checked ~ .btn-shab-blue {
  letter-spacing: -1px;
}


.read-more-state:checked ~ .about-content {
  text-align: left;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  /*padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em; */
}


/* view more toggle */



.view-more-state {
  display: none;
}

.view-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.view-more-state:checked ~ .view-more-wrap .view-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.view-more-state ~ .view-more-trigger:before {
  content: 'View more';
}

.view-more-state:checked ~ .view-more-trigger:before {
  content: '---';
}

.read-more-state:checked ~ .btn-shab-blue {
  letter-spacing: -1px;
}


.view-more-state:checked ~ .about-content {
  text-align: left;
}

.view-more-trigger {
  cursor: pointer;
  display: inline-block;
  /*padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em; */
}

.website-template-name{

   font-size: 14px;
    letter-spacing: .05em;    text-transform: uppercase;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
        background: transparent;
    padding-top: 37px;
    padding-bottom: 0;
    min-height: 0;
        padding-bottom: 30px;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}


/*----------------foooooooooter---------------------------------------------*/
#footer_min {
 
    background-color: #2f353b;
    padding-bottom: 45px;
}

#footer_min .ulo  {
    padding-left: 0;
}
#footer_min  ul {
    list-style: none;
}

#footer_min  ul li {
    padding: 5px 0px;
}
.foo_ter_heading {
    text-transform: uppercase;
    font-size: 18px;
    color: white;
        margin-top: 7px;
    margin-bottom: 0;
}
.foo_ter_content {
    color: #efeff0;
        font-size: 14px;
            cursor: pointer;
}

.foo_ter_content:hover, .foo_ter_content:focus {
    color: #9E9E9E;
    text-decoration: none;
}

.subscrib_btn_bottom {
    color: #fff;
    background-color: #2b94ff ;
    border-color: #fff;
    width: 50%;
    margin-top: 0 !important;
      -webkit-transition: opacity .15s linear;
       -o-transition: all .15s linear;
          transition: all .15s linear;
}



.subscrib_btn_bottom:hover {
    color: #fff;
    background-color: #007bb3;
}

#cop_foot{
    background: #1b222a;
    padding: 21px 0;
}

#cop_foot p {
    color: #f5f5f5;
    margin-bottom: 3px;
}
#cop_foot .margin_top_need {
    margin-top: 11px;
}


#cop_foot a {
    color: #50aeff;
    text-decoration: none;
}
#cop_foot a:hover {
    color: #fff;
    text-decoration: none;
}

#cop_foot .social_right{
        text-align: right;
    float: right;
}
#cop_foot ul.social-share li {
    display: inline-block;
}

#cop_foot .social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
#cop_foot ul.social-share li a {
    display: inline-block;
    color: #ffffff;
    background: #020202;
    width: 25px;
    margin-left: 20px;
    font-size: 29px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

#cop_foot .footer-social-icons {
    width: ;
    display:block;
    margin: 0 auto;
        text-align: center;
}
#cop_foot .social-icon {
    color: #fff;
}
#cop_foot ul.social-icons {
    margin-top: 10px;
}
#cop_foot .social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
#cop_foot .social-icons a {
    color: #fff !important;
    text-decoration: none;
}
#cop_foot .social-icons i{
           border-radius: 7px;
    font-size: 21px;
    background: none;
}
#cop_foot .social-icon a {
    color: #fff;
    text-decoration: none;
}

#cop_foot .fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #3d5b99;
}
#cop_foot .fa-facebook:hover {
    background-color: #3d5b99;
}
#cop_foot .fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #00aced;
}
#cop_foot .fa-twitter:hover {
    background-color: #00aced;
}
#cop_foot .fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #eb8231;
}
#cop_foot .fa-rss:hover {
    background-color: #eb8231;
}
#cop_foot .fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #e64a41;
}
#cop_foot .fa-youtube:hover {
    background-color: #e64a41;
}
#cop_foot .fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #0073a4;
}
#cop_foot .fa-linkedin:hover {
    background-color: #0073a4;
}
#cop_foot .fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color:  #e25714;
}
#cop_foot .fa-google-plus:hover {
    background-color: #e25714;
}

/* programs*/

/* hover-back to top */


/*----header underline */
/*
.ticker ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ticker ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f3f3f3;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ticker ul li a {
  position: relative;
  color: #000;
  text-decoration: none;
}

.ticker ul li a:hover {
  color: #000;
}
*/
@media only screen and (min-width : 150px) and (max-width : 767px){

.nav-fillpath a::before,
 .nav-fillpath a::after,
 .nav-fillpath .icon-wrap::before, 
 .nav-fillpath .icon-wrap::after {
  
    width: 3px !important;
    height: 84% !important;
    background: #fef501;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}