﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
     direction: rtl;
    font-size: 100%;
    margin: 0;
    padding: 0;
     background-image:url(/media/img/layout/bg-light.png);
}
strong{
    font-weight:bold !important;
}

#divAboutUsPlace {
    margin: auto 10%;
    background-color: #fff;
    padding: 20px;
}
.divAboutUsLongDescript {
    direction: rtl;
    text-align: right;
}
.div-services-part::-webkit-scrollbar {  
    width: 12px;  
}  
.div-services-part::-webkit-scrollbar-track {
   background-color: #292929;
   border-left: 1px solid #737373;
}  
.div-services-part::-webkit-scrollbar-thumb {
    background-color: #a9b1b3;
}  
.div-services-part::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

#div-wrapper-1
{
     width:100%; overflow:hidden; height:100%; float:right; position:relative;
     text-align:center;
 }
#div-wrapper-center
{
    width:99%; margin:0 auto; overflow:hidden;
}
 
/********************************* Header Style **********************************/
@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
}
@keyframes zoom {
0% { transform:scale(1,1); }
50% { transform:scale(1.2,1.2); }
100% {
    transform:scale(1,1); 
}
}
#div-raad-head
{
   transition:all 400ms;
     /*animation: zoom 10s linear infinite;*/

     background-image:url(/media/img/back/b1.jpg); background-position:center center; background-size:cover;
       font-size:14px; width:100%;   position:relative; min-height: 600px; overflow:hidden;
       display:flex;

       /*background: #B24592;*/
       
         /* fallback for old browsers */
/*background: -webkit-linear-gradient(to right, #F15F79, #B24592);*/  

/* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to right, #F15F79, #B24592);*/ 

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#div-raad-head-col1
{
    position:relative;
          width:25%; height:100%;  
            
             /*background-color: #90375f; background-image:url(/media/img/back/2614.jpg);*/
               /*background-color: #90375f; background-image:url(/media/img/back/abs/b3.png);*/
              background-position:center center;
      background-size:cover;
      background-repeat:no-repeat;

 
    
}
#div-raad-head-col2
{
          width:75%; height:100%;  
            
             /*background-color: #e1e1e1;*/
    
}
.splitMembership
{
        display: inline-block;
    margin: 0 15px;
    color: #fff;
}

.svgIcon{

        width: 140px;
    margin: 250px auto 0 auto;
}

/*.orderPackage
{
         display: inline-block;
    padding: 1%;
    font-size: 1.5em;
    border: 1px solid #fff;
    position: absolute;
    bottom: 70px;
    left: 0px;
    margin: 0 20%;
    width: 60%;
    color: #fff;
}*/


.orderPackage {
     position: relative;
    display: inline-block;
    margin: 500px 0 0 0;
    width: 166px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
}
.contactCompany {
     position: relative;
    display: inline-block;
    margin:460px 0 0 0;
    width: 100px;
    height: 100px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    
}
.contactCompany .fa-phone{
       font-size: 25px;
    margin: 36px 0 0 0;
}
.orderPackage svg {
  position: absolute;
  top: 0; left: 0;
}
.orderPackage svg rect {
  stroke: #ffffff;
  stroke-width: 6;
  stroke-dasharray: 422, 0;
  stroke-dashoffset: 0;
  transition:all 700ms;
  /*@include transition(all 900ms $ease-out-expo);*/
}
.orderPackage:hover svg rect {
  stroke-width: 10;
  stroke-dasharray: 110, 312;
  stroke-dashoffset: 183;
}


 
#aUserPanel {
    width: 100% !important;
    vertical-align: middle;
    color: #f1b506 !important;
}
#aUserPanel span
{
    vertical-align:middle; display:inline-block;
}
#aMainLogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
    #aMainLogo img {
        width: 60%;
        display: flex;
    }
  #h2WorkTitle
  {
      color:#b56087; padding:1%;
  }
  #h3Activity
  {
      color:#b56087; padding:1%;font-size:1em;
  }

.aHeadMenu {
    display: block;
    /* width: 200px; */
    margin: 0 auto;
    padding: 10px;
    font-size: 1em;
    color: #ececec;
    border-bottom: 1px dashed #616161;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
    .aHeadMenu span.fIcon {
        font-size: 25px;
        padding: 0 0 0 10px;
    }

    #headSocialCan {
        padding: 3%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
  #headSocialCan a
  {
         display: inline-block;
    padding: 2%;
    width: 15%;
    font-size: 1.2em;
    color: #f9dce9;
  }

#userloginMemberCan {
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
    #userloginMemberCan a
  {
            font-size: 1em;
    color: #fff;
  }

  #head-section-slide-1-inner
  {
       float:right;width:2000px;height: 100%;
  }

  .head-section-slide
  {
      width:100%;float:right;  height:100%; overflow:hidden; position:relative;
  }

  .headSlideArrowLeft
  {
      position:absolute; top:48%; left:3px; z-index:99999999;    /* background-color: rgb(100, 16, 49); */
    padding: 5px;
     cursor: hand;
    cursor: pointer;


        color: #fff;
   
    border:1px solid #fff;
    font-size: 25px;

     border-radius: 50%;
    width: 40px;
    height: 40px;
     -webkit-animation: breathing 2s ease infinite normal;
    animation: breathing 2s ease infinite normal;
  }
  .headSlideArrowRight{
      display:none;
       position:absolute; top:48%; right:3px; z-index:99999999;    /* background-color: rgb(100, 16, 49); */
    padding: 5px;
     cursor: hand;
    cursor: pointer;


        color: #fff;
   
    border:1px solid #fff;
    font-size: 25px;

     border-radius: 50%;
    width: 40px;
    height: 40px;
     -webkit-animation: breathing 2s ease infinite normal;
    animation: breathing 2s ease infinite normal;
  }
  .headSlideArrowLeft span
  {
            position: absolute;
      top: 6px;
    left: 14px;
   }
   .headSlideArrowRight span
  {
            position: absolute;
    top: 6px;
    left: 16px;
   }
  .slideIcon
  {
         display: inline-block;
    margin: 1%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: rgba(0, 0, 0, 0.81);*/
    padding: 5px;
    border-radius: 5px;
    /*border: 1px solid #840257;*/
  }

  #ico-ios{
      background-image:url(/media/img/layout/apple.png)
  }
   #ico-android{
        background-image:url(/media/img/layout/android.png)
  }

    #ico-windows{
         background-image:url(/media/img/layout/windows.png)
  }


   .slideIcon span
  {
      font-size:3em;
    color: #dcc1c8;
    margin:1%;
    display: inline-block;
  }
   .storeModel
   {
        font-size: 10px !important;
     color:#fff !important;
    display: block !important;background-color:#171717; border-radius:3px;
   }
  .subSection
  {
      width:15%; float:right; margin:0%; height:100%;    border-left:0px dashed #fb85bb;
      box-sizing:border-box;
      position:relative;
    
       
    overflow:hidden;

    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;


  }
  .subSectionInner
  {
      position:absolute; top:0px; left:0px; width:100%; height:100%;
        background-position:center center;
      background-size:cover;
      background-repeat:no-repeat;
      position:relative;
    
        
    /*-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 1s, -webkit-transform 5s;
    transition: opacity 1s, -webkit-transform 5s;
    transition: transform 5s, opacity 1s;
    transition: transform 5s, opacity 1s, -webkit-transform 5s;
    will-change: "transform";
    transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;*/
  
  }
  .subSectionInnerInfo:hover .subSectionInner {
      opacity:1;
      /*transform: scale(1.4) rotate(-10deg);
      transition: transform 15s, opacity 1s;*/
    }


  .subSectionInnerInfo
  {
            position:absolute; z-index:999; top:120px; left:0px; width:100%; 

  }

.subSection h2 {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 16px;
    padding: 10%;
    background-color: rgba(0,0,0,.1);
    color: #faf9f9;
    text-transform: uppercase;
}

  #subSection-1
  {
         background-color: rgba(0,0,0,0.3);
      /*background-image:url(/media/img/back/abs/b21.jpg);*/
  }
 
   #subSection-2
  {
        /*background-image:url(/media/img/back/abs/b1.png);*/
           background-color: rgba(0,0,0,0.5);
  }

  #subSection-3
  {    background-color: rgba(0,0,0,0.2);
        /*background-image:url(/media/img/back/abs/b31.jpg);*/
  }

  #subSection-4
  {     
       /*background-image:url(/media/img/back/abs/b41.jpg);*/
  }

  #subSection-5
  {    background-color: rgba(0,0,0,0.4);
      /*background-image:url(/media/img/back/abs/b1.png);*/
  }

  #subSection-6
  {    background-color: rgba(0,0,0,0.1);
      /*background-image:url(/media/img/back/abs/b21.jpg);*/
  }

 
  .aSvgLink {
  position: absolute;bottom:0px;
  background: none;
  text-transform: uppercase;
  border: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  outline: none;
  transition: color .3s;
  cursor: pointer;
}

.aSvgLink svg {
  width: 180px;
  height: 60px;
  fill: none;
  stroke: #bdc3c7;
  stroke-dasharray: 0, 0, 480px, 480px;
  stroke-width: 8;
  transition: stroke-dasharray .3s;
}

.aSvgLink span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
 
}

.aSvgLink:hover, .aSvgLink:focus {
  color: #ecf0f1;
}

.aSvgLink:hover svg, 
.aSvgLink:focus svg {
  stroke-dasharray: 180px, 300px;
}

 
/*********************************End Header Style **********************************/

#div-raad-body
{
     width:100%; float:right;
}
#div-raad-foot
{
     width:100%; float:right;
}
#a-raad-logo
{
    float:right;  width:100px; height:100px; text-align:right; display:inline-block;
}
#a-raad-logo img
{
     max-height:100%; max-width:100%; 
}
#div-organ-text
{
     float: right;
    /* width: 300px; */
    padding: 15px 0 0 0;
    text-align: right;
}
#div-top-operate-can
{
    float:left;margin:5px; position:relative;
}
/**********************************************************************/
#div-raad-user-place
{
     cursor:hand; cursor:pointer;
    float:left; width:50px; height:50px; background-color:#90375F;
     color:#fff; display:inline-block;  
}



.div-pointer-menu
{
     position:relative;  


         background-color: #31AFCA;
    border: 1px solid #31DCF1;
}

.div-pointer-menu span.fa
{
    position: absolute;
       top: -16px;
    left: 18px;
    color: #31AFCA
}
#div-raad-user-menu
{
     position:absolute; top:0px;left:0px; z-index:5;
    display:none;
        width: 100%;
    background-color: #90375F;
    min-height: 100px;
}

#div-raad-cart-menu
{
        position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: none;
    width: 100%;
    background-color: #079AAD;
    min-height: 100px;    padding: 20px 0 0 0;
}

#div-raad-user-menu a
{
     display:block; color:#fff; padding:5px;border-bottom: 1px solid #B5497A; text-align:right;
}
#div-raad-user-menu a span
{
     margin:0 5px; vertical-align:middle;
 }
#a-raad-user-switch
{
    text-align:center; display:block;    padding: 12px 0 0 0; color:#fff !important;
}
#img-logo-menu
{
    width:70px;
}
#div-top-menu-socails 
{
    padding:10px 0px;
}
#div-top-menu-socails a
{
    color:#fff; margin:5px;  
}
#div-top-menu-tels
{
    color:#fff;  

    font-size: 20px;
    letter-spacing: 7px;
    border-top: 1px solid #50D7EA;
}


#sp-user-icon
{
    font-size:25px;
}
.div-raad-menu-box
{
        margin: 0 0 0 4px;
}
#div-raad-cart-place
{
        float:left;
         width:50px; height:50px; background-color:#079AAD;
     color:#fff;  display:inline-block; 
     cursor:hand; cursor:pointer;
}
 #div-raad-cart-place a
{
       
     color:#fff !important;  
}

#div-raad-cart-place a {

    text-align:center; display:block;    padding: 10px 0 0 0;
}


#sp-cart-icon
{
    font-size: 25px;
    /* float: right; */
    /* clear: both; */
    display: inline-block;
    padding: 3px 0 0 0;}
#sp-cart-num
{
    font-size:20px;display:block; font-family:Arial !important; display:inline-block;
        margin: 5px;
}
#div-raad-search-place
{
    display: inline-block;
   float:left;  
   width:50px; height:50px;
   cursor:hand; cursor:pointer;
}
#div-raad-search-place input
{
        float: right;
    padding: 9px;
    width: 100%; display:none; z-index:10;
    position:absolute; top:0px; left:0px;
        border: 3px solid #F07E89;
}
  
#a-raad-search-switch
{
     height:50px; background-color:#f07e89;
     color:#fff; display:block; text-align:center;
     padding: 12px 0 0 0;
}
#a-raad-search-switch span
{
    font-size: 25px;
 
}
#div-raad-menu-place
{
   cursor:hand; cursor:pointer;   float:left; position:relative; z-index:4; width:50px; height:50px;  text-align:center;
}
#div-top-menu-can
{
    position:absolute; z-index:3; top:0px; left:-400px; width:300px; min-height:300px; background-color:#41cade;  
        padding: 50px 5px 5px 5px;
}

#a-raad-menu-switch
{
     display:block;  height:50px; padding:5px; border:0px solid red; background-color:#375380
     ;  text-align:center;
}
#sp-icon-lines
{
        float: right;
    margin: 2px 0 0 0; position:relative;
        display: block;
    width: 100%;
}
#sp-icon-lines span
{
     width:60%; height:2px; background-color:#fff;  position:absolute;transition:all 500ms;
}
#sp-icon-lines span:nth-child(1)
{
    top:5px; left:20%;
 }
#sp-icon-lines span:nth-child(2)
{
    top:18px; left:20%;
 }
#sp-icon-lines span:nth-child(3)
{
    top:30px; left:20%;
 }
.closeModeMenu{
    -moz-transform: rotate(45deg) translate(0px, 17px);
-webkit-transform: rotate(45deg) translate(0px, 17px);
-o-transform: rotate(45deg) translate(0px, 17px);
-ms-transform: rotate(45deg) translate(0px, 17px);
transform: rotate(45deg) translate(0px, 17px);
}
.div-top-menu
{

}
#h3-tel
{
font-weight: bold;
         float: left;
    text-align: left;
    color: #000;
    /* font-size: 19px; */
    /* word-spacing: 50px; */
    letter-spacing: 6px;
    background-color: transparent;
       margin: 8px 0 0 0;
    padding: 0px;
    padding: 0 0px 0 25px;
}
#h3-tel span
{
       display:block;
        -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal normal bold 20px/normal Arial, Helvetica, sans-serif;
  color: rgba(33,33,33,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 1px 0 rgba(237,237,237,1) , 0 -1px 0 rgba(237,237,237,1) , 0 -1px 0 rgba(237,237,237,1) , 0 1px 0 rgba(237,237,237,1) , 0 0 0 rgba(237,237,237,1) , 0 0 2px rgba(237,237,237,1) , 0 0 2px rgba(237,237,237,1) , 0 0 3px rgba(237,237,237,1) ;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.a-top-menu
{
    display: block;
    text-align: Center;
    color: #232323;
    border-bottom: 1px solid #A3F0FB;
    padding: 5px; font-weight:bold;
    transition:all 200ms;
}
.a-top-menu:hover
{
     background-color:#fff;
}

.div-top-submenu
{

}


.a-top-submenu
{

}









 /*********************************************************************************************/
.footer {
    width: 100%;
    min-height: 300px;
    background-color: #5e5e5e;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footerMainFrame {
      
    width:100%;
    min-height:75%;
     margin:0% auto 0 auto; position:relative; z-index:2;
 }
#div-footer-inner
{
     background-color:rgba(255,255,255,0.85);float:right; width:100%;
}

.foot-col {
          position:relative; overflow:hidden;
              border-left: 1px dashed #afafaf; box-sizing:border-box;
          padding:2%;  width:20%;
          display:inline-block;float:right;
}

#divFooterContactCan{
    display:flex; align-items:center; justify-content:center;
    flex-wrap:wrap; padding:40px 0;
}
    #divFooterContactCan a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        color: #fff;
        width: 80px;
        height: 80px;
        background-color: #464343;
        border-radius: 50%;
        font-size: 40px;
    }

#divFooterLinksCan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#foot-col1 {
}
#foot-col2 {
 }
#foot-col3 {
 }
#foot-col4 {
 
}
#foot-col5 {
  text-align:center;
}
.img-foot-col-icon {

     position:absolute; top:35px; right:-18px; background-repeat:no-repeat;

}

#foot-col2-inner {
    width: 100%;
height: 65%;
border-bottom: 0px solid #e1e1e1;    margin: 100px 0 0 0;
}

#newsletter-sms-container
{
 }
.aTechnoLink-footer
{
   background-image:url(/media3/img/tools.png);   float:right; width:40px; height:40px; margin:8px; border:0px solid #e1e1e1;margin: 9px 13% 0 0;
}
#aTechnoLink-footer-jq
{
     background-position:-80px 0;
}
#aTechnoLink-footer-sql
{
     background-position:-40px -40px;
}
#aTechnoLink-footer-css3
{
     background-position:0px 0;
}
#aTechnoLink-footer-html5
{
     background-position:-40px 0;
}
#aTechnoLink-footer-c
{
     background-position:0px -40px;
}
#aTechnoLink-footer-mvc
{  background-position:-80px -40px;

}
.spBullet-footer
{
     float:right; margin:5px; width:4px; height:4px;  background-color:red;
}
#ul1-foot-col1
{
     float:right; margin:10% 0 0 0 ; width:100%;
}
#aLogoInFooter
{
 float:right; width:300px;margin:30px 0 0 0; text-align:center

}
#aLogoInFooter img
{
        margin: 0 auto;
    /* height: 160px; */
    max-width: 50%;
}
#ul1-foot-col1 a
{
      color:gray; font-size:14px; text-align:center;float: right; clear:both;
margin: 15px 30% 0 0;
}
#ul1-foot-col1 a img
{
      margin:0 auto;
}
#ul1-foot-col2 {
     margin:48% 0 0 0; float:right; border-bottom:0px solid #e1e1e1; width:100%; text-align:right;
}
#ul1-foot-col2 a
{
      color:gray; font-size:1em; width:100%;
float: right; clear:both;
}
#ul2-foot-col2 {
    float:right; width:100%; padding:10% 0 0 0 ;border-top: 0px solid gray;
}
#ul2-foot-col2 li {
    float:right;
}
#ul2-foot-col2 a
{
      color:gray; font-size:14px;
}
 .aSocialLink-footer{

      float:right; width:40px; height:40px; margin: 0 4% 0 0; border:1px solid #e1e1e1; border-radius: 50%;
       background-image:url(/media3/img/socialicon.png); background-repeat:no-repeat;
 }
 
#aSocialLink-footer-gplus
{
 background-position:-22px 5px;margin: 0 10% 0 0;

}
#aSocialLink-footer-facebook
{ 
    background-position:5px 4px;
}
#aSocialLink-footer-linkedin
{ 
    background-position:-55px 2px;
}
#aSocialLink-footer-twitter
{
     background-image:none;
}
.btnStyleInFooter
{
     border:none; background-color:#f07e89; width:100%;   cursor:hand; cursor:pointer; color:#fff;
}

#h2NewsLetterTitle {
     margin:40% 0 10% 0 ; text-align:center; width:100%; color:gray; float:right;
}
 
#rss-place
{
    float:left; width:100%;
      
     border-bottom:1px solid #e1e1e1;
      text-align:center; color:gray;
       /* padding: 10% 0; */
    margin: 25px 0 0 0;
}
#rss-place h3
{
    float:left; width:100%;
      
   
      text-align:center; color:gray;
     
}
#smsSystem-place
{
     padding:0px; float:left; width:100%;margin: 8% 0 0 0;
}
 
#smsNumber-place
{
   float:right; width:100%;
}
#smsNumber-place h2:nth-of-type(1) 
{
    float:right;  color:gray; width:100%; text-align:center;
}
#smsNumber-place h2:nth-of-type(2) 
{
    float: right;
    color: #222;
    padding: 0px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
        letter-spacing: 8px; font-size:16px;
}

#contact-form-footer
{
     float:right; margin:35% 0 0 0; width:100%;
}
.formItem-footer input[type='text']
{
      float:right; width:100% !important;  border:0px solid #e1e1e1;  border-bottom:1px dotted #E0E0E0; 
padding:2%;
}
#contact-form-footer textarea
{
      float:right; width:100% !important;  height:100px;  border:0px solid #e1e1e1;  border-bottom:1px solid #e1e1e1; 
padding:2%;
}
.formItem-footer
{
     float:right; clear:both; margin: 3% 0 0 0;width:100%; position:relative;
}
.input-icon
{
    position:absolute; top: 3%;
    left: 3%; color:#e1e1e1;
}
#btnSubmitMessage-footer
{
 
}
#foot-col5-inner1
{
     width:100%; margin:110px 0 0 0; float:right; clear:both;

}

#foot-col5-inner2
{
      width:100%; margin:10% 0 0 0;float:right; clear:both; height:auto;

}
#foot-col5-inner2 span
{
  color:#C4C2C2;  margin: 0 10% 0 0%; font-size:13px;
}
#foot-col5-inner2 p
{ text-align:right;
 }

#copyright{
     font-size:10px;  float:right; color:gray; width:100%; text-align:center;

}


#news-articles-container
{
     width:100%; min-height:600px; float:right;background-color: #ddf8ef;

}

.a-foot-social
{
     color:gray; padding:5%; margin:1%;
}

.a-footer-menu-link {
    color: #fff;
    
    display: flex;
    
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    font-size:15px;
    text-transform:uppercase;
}
.a-footer-menu-link:hover
{ font-weight:bold; transition:all 400ms;
 }
.a-footer-menu-link span.fa
{
    
}
/*****************************************************************************************/
#a-nezamSenfi
{
        display: block;
    border: 1px dotted #fff;
    width: 100px;
    margin: 0 auto;
    background-color: #E4E4E4;
    margin: 24px auto 0 auto;
    text-align:center;
        padding: 10px 0 0 0;
}
#a-nezamSenfi img
{
    max-height:100%; max-width:100%; margin:0 auto;
}



.lightNeon {
    position: relative;
    display: flex;
    font-size: 13px;
    letter-spacing: .1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px solid #0ef;
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    transition: color 1s, box-shadow 1s;
}

.lightNeon:hover {
    transition-delay: 0s, 1s;
    color: #000;
    box-shadow: 0 0 10px #0ef, 0 0 20px #0ef, 0 0 40px #0ef, 0 0 80px #0ef, 0 0 160px #0ef;
}

.lightNeon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: #0ef;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.lightNeon:hover:before {
    width: 100%;
}


/*=========================================================*/

.btn-neon {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    /*line-height: 50px;*/
    color: #f5f5f5;
    /*width: 180px;*/
    transition: 1s;
    transition-delay: .9s;
    position: relative;
    /*display: inline-block;*/
}

    .btn-neon:hover {
        box-shadow: 0 0 10px #777777, 0 0 40px gray, 0 0 80px gray;
        background-color: rgba(0,0,0,0.1);
    }

        .btn-neon:hover polyline {
            stroke-dashoffset: -460;
        }

    .btn-neon svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

        .btn-neon svg polyline {
            fill: transparent;
            stroke: gray;
            stroke-width: 2px;
            stroke-dasharray: 40 460;
            stroke-dashoffset: 40;
            transition: 2s ease-in-out;
        }



/*=========================================================*/

.aNeonLight {
    position: relative;
    
    
    
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    transition: 0.2s;
}



    .aNeonLight:hover {
        /*color: #fff;
        background: #2a2b2b;
        box-shadow: 0 0 10px #c4c6c7, 0 0 20px #fff, 0 0 40px #c4c6c7;
        transition-delay: 1s;*/
    }


.aNeonLight span.lineEff {
    position: absolute;
    display: block;
}




    .aNeonLight span.lineEff:nth-child(1) {
        top: 0;
        left: -100%;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #fff);
    }



    .aNeonLight:hover span.lineEff:nth-child(1) {
        left: 100%;
        transition: 1s;
    }


    .aNeonLight span.lineEff:nth-child(3) {
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 1px;
        background: linear-gradient(270deg, transparent, #fff);
    }

    .aNeonLight:hover span.lineEff:nth-child(3) {
        right: 100%;
        transition: 1s;
        transition-delay: 0.5s;
    }



    .aNeonLight span.lineEff:nth-child(2) {
        top: -100%;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #fff);
    }

    .aNeonLight:hover span.lineEff:nth-child(2) {
        top: 100%;
        transition: 1s;
        transition-delay: 0.25s;
    }



    .aNeonLight span.lineEff:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(360deg, transparent, #fff);
    }

    .aNeonLight:hover span.lineEff:nth-child(4) {
        bottom: 100%;
        transition: 1s;
        transition-delay: 0.75s;
    }




@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}