
.address{
        height: 400px;
        margin-top:5%;

}

$bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);

@keyframes computron {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes screen {
  0% {
    opacity: 0;
    fill: #2D3E4E;
    transform: scaleX(0) scaleY(0);
  }
  40% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.01);
  }
  100% {
    // opacity: 1;
    fill: white;
    transform: scaleX(1) scale(Y);
  }
}
@keyframes line {
  from {
    opacity: 0;
    transform: scaleX(0); 
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes logo {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes phone-enter {
  from {
    transform: scale(0) rotateZ(0deg);
  }
  to {
    transform: scale(1) rotateZ(720deg);
  }
}
@keyframes phone-fill {
  from {
    stroke-width: 0;
    stroke-opacity: 0.5;
    
  }
  to {
    stroke-width: 10;
    stroke-opacity: 0; 
  }
}
svg {
  height: 450px;
  width: 280px;}
  #computron {
    animation: computron .6s $bounce 0s;
    transform-origin: center center;
  }
  #screen {
    animation: screen 1s $bounce .4s  both;
    transform-origin: center center;
  }
  #phone { 
    animation-name: phone-enter, phone-fill; 
    animation-duration: 1s, 1.2s;
    animation-iteration-count: 1, infinite;
    animation-delay: 1.8s, 0s; 
    animation-direction: normal, normal;
    animation-easing: ease-in-out, linear;
    animation-fill-mode: both, both;
    transform-origin: center center;
  }
  #logo {
    animation: logo .7s $bounce 1.4s both ;
    transform-origin: center center;
  }
  #logo-name {
    animation: line .5s $bounce 1.6s both;
    transform-origin: left center;
  }
  #form-top-line,
  #form-mid-line,
  #form-bottom-left-line,
  #form-bottom-right-line {
    animation: line $bounce 0.5s both;
    transform-origin: left center;
  }
  #form-top-line {
    animation-delay: 1.8s;
  }
  #form-mid-line {
    animation-delay: 2s;
  } 
  #form-bottom-left-line {
    animation-delay: 2.2s;
  }
  #form-bottom-right-line {
    animation-delay: 2.3s;
  } 
 
.contact1 {
                position: absolute;
                left: 10%;
                
                height: 250px;
                width: 250px;
                border-radius: 2px;
                -ms-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
                -webkit-border-radius: 2px;
}

.contact1 .envelope {
    position: absolute;
    height: 93px;
    width: 100%;
    left: 34%;
    margin-left: -83px;
    top: 37%;
    margin-top: -50px;
    background: #F9F9F9;
    transition: margin-top 300ms;
    -ms-transition: margin-top 300ms;
    -moz-transition: margin-top 300ms;
    -o-transition: margin-top 300ms;
    -webkit-transition: margin-top 300ms;
}
.contact1:hover .envelope {
                transition-delay: 150ms;
                -ms-transition-delay: 150ms;
                -moz-transition-delay: 150ms;
                -o-transition-delay: 150ms;
                margin-top: -20px;
}
.contact1 .envelope .top {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    height: 155px;
    z-index: 30;
    overflow: hidden;
    transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transition: transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -ms-transition: -ms-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -moz-transition: -moz-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -o-transition: -o-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -webkit-transition: -webkit-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
}
.contact1:hover .envelope .top {
                transition: transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -ms-transition: -ms-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -moz-transition: -moz-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -o-transition: -o-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -webkit-transition: -webkit-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                
                height: 10px;
                top: -60px;
                
                transform: rotateX(180deg);
                -ms-transform: rotateX(180deg);
                -moz-transform: rotateX(180deg);
                -o-transform: rotateX(180deg);
                -webkit-transform: rotateX(180deg);
}

.contact1 .envelope .outer {
   position: absolute;
    bottom: 23px;
    left: 0px;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 120px solid #EEE;
}
.contact1 .envelope .outer .inner {
    position: absolute;
    left: -119px;
    top: -118px;
    border-left: 118px solid transparent;
    border-right: 119px solid transparent;
    border-top: 112px solid #333;
}
.contact1 .envelope .bottom {
    position: absolute;
    z-index: 20;
    bottom: -88px;
    left: 0px;
    margin-top: 0;
    border-left: 125px solid transparent;
    border-right: 115px solid transparent;
    border-bottom: 78px solid #333;
}
.contact1 .envelope .left {
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    border-left: 119px solid #333;
    border-top: 101px solid transparent;
    border-bottom: 76px solid transparent;
}
.contact1 .envelope .right {
    position: absolute;
    z-index: 20;
    top: 0px;
    right: 0px;
    border-right: 124px solid #333;
    border-top: 100px solid transparent;
    border-bottom: 82px solid transparent;
}

.contact1 .envelope .cover {
    position: absolute;
    z-index: 10;
    bottom: -71px;
    left: 0px;
    height: 180%;
    width: 100%;
    background: #EEE;
}
.contact1 .envelope .paper {
                position: absolute;
                height:175%;
                padding-top: 10px;
                width: 100%;
                top: 0px;
                left: 0px;
                background: #F9F9F9;
                z-index: 10;
                transition: margin-top 300ms 0ms;
                -ms-transition: margin-top 300ms 0ms;
                -moz-transition: margin-top 300ms 0ms;
                -o-transition: margin-top 300ms 0ms;
                -webkit-transition: margin-top 300ms 0ms;
}
.contact1:hover .envelope .paper {
                margin-top: -118px;
                transition: margin-top 300ms 150ms;
                -ms-transition: margin-top 300ms 150ms;
                -moz-transition: margin-top 300ms 150ms;
                -o-transition: margin-top 300ms 150ms;
                -webkit-transition: margin-top 300ms 150ms;
}
.contact1 .envelope .paper a {
                position: relative;
                display: block;
                font-size: 16px;
                margin: 5px;
                margin-bottom: 0px;
                text-align: center;
                color: #333;
                text-decoration: none;
}
.contact1 .envelope .paper a.call .i {
                position: absolute;
                top: 2px;
                left: 20px;
                display: inline-block;
                width: 3px;
                height: 5px;
                border-width: 5px 0 5px 2px;
                border-style: solid;
                border-color: #555;
                background: transparent;
                
                transform: rotate(-30deg);
                -ms-transform: rotate(-30deg);
                -moz-transform: rotate(-30deg);
                -o-transform: rotate(-30deg);
                -webkit-transform: rotate(-30deg);

                border-top-left-radius: 3px 5px;
                border-bottom-left-radius: 3px 5px;
                -moz-border-radius-topleft: 3px 5px;
                -moz-border-radius-bottomleft: 3px 5px;
                -webkit-border-top-left-radius: 3px 5px;
                -webkit-border-bottom-left-radius: 3px 5px;
                                                                                                                                                                                                                                                                                                
                transition: border-color 300ms;
                -ms-transition: border-color 300ms;
                -moz-transition: border-color 300ms;
                -o-transition: border-color 300ms;
                -webkit-transition: border-color 300ms;
}
.contact1 .envelope .paper a {
                color: #333;

                transition: color 200ms;
                -ms-transition: color 200ms;
                -moz-transition: color 200ms;
                -o-transition: color 200ms;
                -webkit-transition: color 200ms;
}
.contact1 .envelope .paper a:hover {
    color: #f77924;
}
.contact1 .envelope .paper a.call:hover .i {
                border-color: #DDD;
}
.contact1 .envelope .paper a.mail .i {
                position: absolute;
                top: 0px;
                left: 17px;
                display: inline-block;
                font-size: 13px;
                font-weight: bold;
}       

       


/***contact3**/

.contact3 {
                position: absolute;
                left: 65%;
                height: 250px;
                width: 250px;
                border-radius: 2px;
                -ms-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
                -webkit-border-radius: 2px;
}
.contact3 .envelope {
    position: absolute;
    height: 93px;
    width: 100%;
    left: 34%;
    margin-left: -83px;
    top: 37%;
    margin-top: -50px;
    background: #F9F9F9;
    transition: margin-top 300ms;
    -ms-transition: margin-top 300ms;
    -moz-transition: margin-top 300ms;
    -o-transition: margin-top 300ms;
    -webkit-transition: margin-top 300ms;
}
.contact3:hover .envelope {
                transition-delay: 150ms;
                -ms-transition-delay: 150ms;
                -moz-transition-delay: 150ms;
                -o-transition-delay: 150ms;
                margin-top: -20px;
}
.contact3 .envelope .top {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    height: 155px;
    z-index: 30;
    overflow: hidden;
    transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transition: transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -ms-transition: -ms-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -moz-transition: -moz-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -o-transition: -o-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
    -webkit-transition: -webkit-transform 300ms 150ms, z-index 0ms 150ms, height 300ms 0ms, top 300ms 0ms;
}
.contact3:hover .envelope .top {
                transition: transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -ms-transition: -ms-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -moz-transition: -moz-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -o-transition: -o-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                -webkit-transition: -webkit-transform 300ms 0ms, height 300ms 150ms, top 300ms 150ms;
                
                height: 10px;
                top: -60px;
                
                transform: rotateX(180deg);
                -ms-transform: rotateX(180deg);
                -moz-transform: rotateX(180deg);
                -o-transform: rotateX(180deg);
                -webkit-transform: rotateX(180deg);
}

.contact3 .envelope .outer {
   position: absolute;
    bottom: 23px;
    left: 0px;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 120px solid #EEE;
}
.contact3 .envelope .outer .inner {
    position: absolute;
    left: -119px;
    top: -118px;
    border-left: 118px solid transparent;
    border-right: 119px solid transparent;
    border-top: 112px solid #333;
}
.contact3 .envelope .bottom {
    position: absolute;
    z-index: 20;
    bottom: -88px;
    left: 0px;
    margin-top: 0;
    border-left: 125px solid transparent;
    border-right: 115px solid transparent;
    border-bottom: 78px solid #333;
}
.contact3 .envelope .left {
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    border-left: 119px solid #333;
    border-top: 101px solid transparent;
    border-bottom: 76px solid transparent;
}
.contact3 .envelope .right {
    position: absolute;
    z-index: 20;
    top: 0px;
    right: 0px;
    border-right: 124px solid #333;
    border-top: 100px solid transparent;
    border-bottom: 82px solid transparent;
}

.contact3 .envelope .cover {
    position: absolute;
    z-index: 10;
    bottom: -71px;
    left: 0px;
    height: 180%;
    width: 100%;
    background: #EEE;
}
.contact3 .envelope .paper {
                position: absolute;
                height:175%;
                padding-top: 10px;
                width: 100%;
                top: 0px;
                left: 0px;
                background: #F9F9F9;
                z-index: 10;
                transition: margin-top 300ms 0ms;
                -ms-transition: margin-top 300ms 0ms;
                -moz-transition: margin-top 300ms 0ms;
                -o-transition: margin-top 300ms 0ms;
                -webkit-transition: margin-top 300ms 0ms;
}
.contact3:hover .envelope .paper {
                margin-top: -118px;
                transition: margin-top 300ms 150ms;
                -ms-transition: margin-top 300ms 150ms;
                -moz-transition: margin-top 300ms 150ms;
                -o-transition: margin-top 300ms 150ms;
                -webkit-transition: margin-top 300ms 150ms;
}
.contact3 .envelope .paper a {
                position: relative;
                display: block;
                font-size: 16px;
                margin: 5px;
                margin-bottom: 0px;
                text-align: center;
                color: #333;
                text-decoration: none;
}
.contact3 .envelope .paper a.call .i {
                position: absolute;
                top: 2px;
                left: 20px;
                display: inline-block;
                width: 3px;
                height: 5px;
                border-width: 5px 0 5px 2px;
                border-style: solid;
                border-color: #555;
                background: transparent;
                
                transform: rotate(-30deg);
                -ms-transform: rotate(-30deg);
                -moz-transform: rotate(-30deg);
                -o-transform: rotate(-30deg);
                -webkit-transform: rotate(-30deg);

                border-top-left-radius: 3px 5px;
                border-bottom-left-radius: 3px 5px;
                -moz-border-radius-topleft: 3px 5px;
                -moz-border-radius-bottomleft: 3px 5px;
                -webkit-border-top-left-radius: 3px 5px;
                -webkit-border-bottom-left-radius: 3px 5px;
                                                                                                                                                                                                                                                                                                
                transition: border-color 300ms;
                -ms-transition: border-color 300ms;
                -moz-transition: border-color 300ms;
                -o-transition: border-color 300ms;
                -webkit-transition: border-color 300ms;
}
.contact3 .envelope .paper a {
                color: #333;

                transition: color 200ms;
                -ms-transition: color 200ms;
                -moz-transition: color 200ms;
                -o-transition: color 200ms;
                -webkit-transition: color 200ms;
}
.contact3 .envelope .paper a:hover {
    color: #f77924;
}
.contact3 .envelope .paper a.call:hover .i {
                border-color: #DDD;
}
.contact3 .envelope .paper a.mail .i {
                position: absolute;
                top: 0px;
                left: 17px;
                display: inline-block;
                font-size: 13px;
                font-weight: bold;
}       

     
    @media screen and (max-width:420px){
        .address {
    height: 400px;
    margin-top: 50%;
}
.contact1 {
                position: absolute;
                left: ;
                    margin-top: -40%;
                height: 250px;
                width: 250px;
                border-radius: 2px;
                -ms-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
                -webkit-border-radius: 2px;
}
.contact2{
    display: none;

              }

.contact3 {
    position: absolute;
    left: 10%;
    height: 250px;
    margin-top: 35%;
    margin-bottom: 10%;
    width: 250px;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
}



}