@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500&family=Lexend:wght@500;700;900&family=Outfit:wght@300;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    list-style: none;
}
:root:{
    --gry: #313131;
    --blu: #0f8ac3;
    --dblu :#111d5e;
    --sage: #212A3E;
    --wht: #fff;

}
a{
    text-decoration: none; 
}
p{
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}
h1{
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
}
html{
    scroll-behavior: initial;

    overflow-x: hidden;
}
html,body{
    position: relative;
    top:0; 
    width: 100%;
    height: 100vh;  
    font-size: 14px;
}
/*start header*/
.header{
    overflow: hidden;
    z-index: 50;
    position: fixed;
    top:0;
    height: auto;
    width: 100%;
    padding-top: 25px;
}
.theLogo{
    position: relative;
    top:0;
    left: 0;
    height: 0;
    height: auto;
    width: 300px;
    margin-left: 25px;
}
.theLogo img{
    height: auto;
    width: 100%;
}
.theMenu{ 
    position: absolute;
    top:35px;
    right: 75px;
    height: 40px;
    width: 40px;
}
.theMenu div{
    overflow: hidden;
    position: absolute;
    top:0;
    right: 0; 
    height: 4px;
    width: 100%;
    transition: all .4s ease-in-out
}
.theMenu_On div{   
    background-color: #212A3E;
}
.theMenu_Off div{ 
    background-color: #212A3E;
}
#bgDark .theMenu_On div{
    background-color: #fff;
}
.theMenu_On div:nth-child(1){
    top:7px;
}
.theMenu_On div:nth-child(2){
    top:17px;
}
.theMenu_On div:nth-child(3){
    top:27px;
}
.theMenu_On:hover  div{
    top:17px;
    transition: all .4s ease-in-out
} 
.theMenu_Off div:nth-child(1){
    top:17px;
    transform: rotate(45deg);
}
.theMenu_Off div:nth-child(2){
    display: none;
}
.theMenu_Off div:nth-child(3){
    top:17px;
    transform: rotate(-45deg);
}
.theMenu_Off:hover  div{
    transform: rotate(0deg);
    transition: all .4s ease-in-out
} 
@media only screen and (max-width: 600px){
    .theLogo{
        position: relative;
        top:0;
        left: 0;
        height: 0;
        height: auto;
        width: 200px;
    }


    .theMenu{ 
        position: absolute;
        top:25px;
        right: 25px; 

    }
}
@media only screen and (max-width: 414px){
    .theLogo{
        position: relative;
        top:0;
        left: 0;
        height: 0;
        height: auto;
        width: 200px;
    }
    .theMenu{  
        top:30px; 
        transform: scale(.8);
    }
}
@media only screen and (max-width: 1000px) and (max-height: 550px) {  
    .theLogo{
        position: relative;
        top:0;
        left: 0;
        height: 0;
        height: auto;
        width: 200px;
    }
    .theMenu{  
        top:30px; 
        transform: scale(.8);
    } 
}
@media only screen and (max-width: 764px) and (max-height: 550px) {  

}
@media only screen and (max-width: 600px) and (max-height: 550px) {  

}
/*end header*/
/*start props*/
.en{
    overflow-x: hidden;
    position: relative;
    top:0;
    height: 0;
    width: 100vw;
    height: 100vh; 
}
.theLink{
    clear: both;
    display: block;
    position: relative;
    top:0;
    height: auto;
    width: 300px; 
    text-align: right;
    overflow-x: hidden;
    box-sizing: border-box;

}
.theLink div{
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #212A3E;
    transition: all .4s ease-in-out;
    transition-delay: .1s;
}
.thelink_about{
    float: right;
    margin-right: 75px;
}
.thelink_services{ 
    margin-left: 50px;
}
.theLink p{
    margin-left: -10px;
    font-size: 1.6em;
    color: #313131;
    width:  180px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    text-align: center;
    transition: all .4s ease-in-out;
}
.theLink:hover p{
    margin-left: 100px;
    transition: all .4s ease-in-out;
    color: #0f8ac3;;
}

.theLink:hover div{
    transition: all .4s ease-in-out;
    transition-delay: .1s;
    background-color: #0f8ac3;
}
@media only screen and (max-width: 600px){
    .thelink_about{
        float: right;
        margin-right: 25px;
    }
    .thelink_services{ 
        margin-left: 25px;
    }
    .theLink{
        transform: scale(.9);
    } 
}
@media only screen and (max-width: 360px){

}
/*end props*/

/*cover*/
.enCover{ 
    margin-bottom: 4em;
}
.mainText{ 
    position: absolute;
    top:35%;
    left: 30%;
    height: 0;
    width: 80%;
    transform: translate(-30%, -35%); 
}
.mainTextP{
    font-size: 2em;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    color:  #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.mainTitle{
    z-index: 5;
    float: right;
    position: absolute;
    top: 68%;
    left: 60%;
    transform: translate(-70%, -68%);
    width: auto;
    height: 10em;
}
.mainTitle h1{
    margin: -.3em;
    font-size: 7.8em;
    color: #212A3E;
    text-spacing: 5px;
    text-shadow: 0px 0px 1px #212A3E;
}
.mainTitle h1:first-child{
    margin-bottom: -.2em;
    margin-left: .6em;
}
#wrap_ctext  .show{ display:none; }
#wrap_ctext .is-showing { display: inline; }
@media only screen and (max-width: 1023px){
    .mainText{  
        top:30%;
        left: 30%;  
        transform: translate(-30%, -30%); 
    }
    .mainTextP{
        font-size: 2em; 
    }
    .mainTitle{
        top: 68%;
        left: 65%;
        transform: translate(-70%, -68%);
        width: auto;
        height: 10em; 
    }
}
@media only screen and (max-width: 900px){
    .mainTitle h1{
        margin: -.3em;
        font-size: 7em; 
    }
}
@media only screen and (max-width: 740px){
    .mainTitle h1{
        margin: -.3em;
        font-size: 5.8em; 
    }
}
@media only screen and (max-width: 600px){
    .mainTitle h1{
        margin: -.3em;
        font-size: 4em; 
    }
    .mainText{  
        top:35%;
        left: 30%;  
        transform: translate(-30%, -35%); 
    }
    .mainTextP{
        font-size: 1.6em; 
    }
}
@media only screen and (max-width: 414px){
    .mainTitle h1{
        margin: -.3em;
        font-size: 3.6em; 
    }

    .mainText{  
        top:35%;
        left: 30%;  
        transform: translate(-30%, -35%); 
    }
    .mainTextP{
        font-size: 1.3em; 
    }
}
@media only screen and (max-width: 320px){
    .mainTitle h1{
        margin: -.3em;
        font-size: 3em; 
    }
}
@media only screen and (max-width: 1000px) and (max-height: 599px){
    .mainTitle{
        top: 68%;
        left: 75%;
        transform: translate(-70%, -68%);
        width: auto;
        height: 10em; 
    }
    .mainTitle h1{
        margin: -.3em;
        font-size: 5em; 
    }
}
@media only screen and (max-width: 800px) and (max-height: 599px){
    .mainTextP{
        font-size: 1.4em;
    }
    .mainTitle{    
        top: 55%;
        left: 85%;
        transform: translate(-85%, -55%);
        height: 6em;
    }
    .mainTitle h1{
        margin: -.3em;
        font-size: 3.4em; 
    }
}
@media only screen and (max-width: 600px) and (max-height: 599px){
    .mainTextP{
        font-size: 1.1em;
    }
    .mainTitle{    
        top: 60%;
        left: 85%;
        transform: translate(-85%, -60%);
        height: 6em;
    }
    .mainTitle h1{
        margin: -.3em;
        font-size: 3.4em; 
    }
}
/*style  starts*/
.enFooter{
    margin-left: 45px;
    position: absolute;
    top:calc(100% - 8em);
    left: 0;
    height: auto;
    width: 300px; 
}
.enFooter h3{
    font-weight: 500; 
    font-size: 1.4em;
}
.enFooter a{
    font-weight: 400;
    margin: .1em;
    font-size: 1.1em;
    color: #212A3E;
    text-decoration: underline;
}
.enFooter p{
    padding-top: 1.4em;
    margin: .1em;
    font-size:  1em;
    color:  var(--gry);
}
#theNav .enFooter p{
    color: #212A3E;
} 
.enScroll{
    margin-right: 45px;
    position: absolute;
    top:calc(100% - 6em);
    right: 0;
    height: 4em;
    width: 280px; 
}
.enScroll a{
    color:#212A3E;
    text-decoration: none;
}
.enScroll span{
    margin-top: .2em;
    font-size: 1.2em;
    display: block;
    font-weight: 200;
}
.enScroll div{
    overflow: hidden;
    position: absolute;
    top:.4em;
    right: 0;
    height: 2.8em;
    width: 2.8em; 
}
.enScroll div img{
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 1023px){

    .enFooter h3{ 
        font-size: 1.2em;
    }
    .enFooter a{ 
        margin: .1em;
        font-size: 1.1em;  
    }
    .enFooter p{
        padding-top: 1.4em;
        margin: .1em;
        font-size:  1em; 
    }
}
@media only screen and (max-width: 900px){



    .enFooter{
        margin-left: 30px; 
        top:calc(100% - 7em);
    }
    .enFooter h3{ 
        font-size: 1.2em;
    }
    .enFooter a{ 
        margin: .1em;
        font-size: 1em;  
    }
    .enFooter p{
        padding-top: .8em;
        margin: .1em;
        font-size:  .95em; 
    }
}
@media only screen and (max-width: 700px){

    .enScroll{
        display: none;
    }
}
@media only screen and (max-width: 600px){

    .enFooter{
        margin-left: 25px;
        position: absolute;
        top:calc(100% - 6em);
        left: 0;
        height: auto;
        width: 290px; 
    }
}
@media only screen and (min-width: 600px) and (max-height: 500px){

    .enFooter{
        margin-left: 15px;
        position: absolute;
        top:calc(100% - 5.8em);
        left: 0;
        height: auto;
        width: 290px; 
    }
    .enFooter p{
        padding-top: .8em;
    }
}
/*start about*/
.enAbout{
    overflow: hidden;
    /*background-color: blue;*/
    padding-top:  12em; 
    padding-bottom: 6em;
}
/*.enAbout_content {
    opacity: 0;
}*/
.enAbout_content p{ 
    margin-left: 50px;
    width: calc(95% - 50px);
    font-size: 3.5em;
    margin-bottom: 2em;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.enAbout_content span{ 
    padding-right: 250px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: #0f8ac3;
    font-size: .6em; 
}
/*site about*/
/*start  AB about us*/
.abCover{

    padding-top: 20em;
    width: 100%;
    overflow: hidden;
}
.abCover_content h1{
    margin-left: 100px;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 1em;
}
.abCover_content  p{
    margin-left: 50px;
    width: calc(80% - 100px);
    font-size: 3.5em;    
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;

    margin-bottom: 1em;    
}
.abCover_content ul{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    margin-left: 75px;
    width: 400px;
    margin-bottom: 4em;    

}
.abCover_content li{
    color: #313131;
    width: 45%;
    display: block;    
}
.abCover_content li:nth-child(3){
    position: absolute;
    top: 0;
    right: 0;
}
.abCover_content li a{
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
    font-weight:500;
}
.abCover_history{
    height: auto;
    width: 100%;
    margin: 4em auto;

}
.historyText {
    overflow: hidden;
    height: auto;  
    margin: 5em;
    padding-bottom: 4em;
    padding-top: 4em;
}
.historyText p{
    float: right;
    font-size: 1.8em;
    width: 60%;
    margin-right: 50px;
    text-align:left;
    color: #212A3E; 
}
.historyList{
    margin: 0em auto;
    text-align: center;
    width: 80%
}
.historyList h2{
    text-transform: uppercase;
    font-weight: 500;
    margin: .2em auto;

    font-size: 5em;

    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.historyList p{
    margin: 2em auto;
    font-size: 1.4em;
    color: #212A3E; 
    width: 500px;
}
.historyList div{
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    width:1px;
    height: 10em;
    margin: 4em auto;
    background-color:   #313131;
}
@media only screen and (max-width: 1023px){
    .enAbout{
        padding-top:  6em; 
        padding-bottom: 4em;
    }

    .enAbout_content p{ 
        margin-left: 50px;
        width: calc(95% - 50px);
        font-size: 3em;
        margin-bottom: 2em;
    }
    .enAbout_content span{ 
        padding-right: 150px;
    }

    .abCover{
        padding-top: 14em; 
    }
    .abCover_content ul{
        margin-bottom: 1em;
    }
    .abCover_content  p{
        font-size: 2.4em;    
    }
    .abCover_history{
        margin: 2em auto;
    }
    .historyText { 
        margin: 3em;
        padding-bottom: 2em;
        padding-top: 1em;
    }
    .historyList h2{
        line-height: 100%;
        font-size: 4em;
    }
    .historyList div{ 
        height: 8em;
        margin: 1.6em auto;
    }

}
@media only screen and (max-width: 900px){
    .enAbout_content p{  
        font-size: 2.3em; 
    }
    .enAbout_content span{ 
        padding-right: 150px;
    }
    .abCover{
        padding-top: 12em; 
    }
    .abCover_content  p{
        width: calc(90%);
        margin-left: 5%;
        margin-bottom: 2.5em;
    }
    .historyText { 
        margin: 2em;
    }    
    .historyList h2{
        line-height: 100%;
        font-size: 3.4em;
    }
    .historyList div{ 
        height: 6em;
        margin: 1.6em auto;
    }
}
@media only screen and (max-width: 800px){
    .enAbout{
        padding-top:  4em; 
        padding-bottom: 1em;
    }
    .abCover_content  p{
        font-size: 2.6em;    
    }
}
@media only screen and (max-width: 600px){
    .enAbout{
        padding-top:  2em; 
        padding-bottom: 0;
    }

    .enAbout_content p{ 
        margin-left: 50px;
        width: calc(95% - 50px);
        font-size: 2em;
        margin-bottom: 1.2em;
    }
    .enAbout_content span{ 
        padding-right: 100px;
    }
    .abCover{
        padding-top: 10em; 
    }
    .abCover_content  p{
        font-size: 2em;    
    }
    .abCover_content ul{

        margin: 0 auto;
        width:88%; 
        margin-bottom: 2em;    

    }
    .abCover_content li{
        width: 100%;
        margin: .4em;
    }
    .abCover_content li:nth-child(3){
        position: relative;
        display: block;
    }
    .historyText { 
        margin: 0 auto;
    }    
    .historyText p{
        margin: 0 auto;
        float: none;
        font-size: 1.6em;
        width: 88%;
    }
    .historyList h2{ 
        font-size: 2.4em;
        margin: 0em auto;
    }
    .historyList p{
        margin: 1.4em auto;
        font-size: 1.3em;

        width: 90%;
    }
    .historyList div{
        margin: 1em auto;
    }
    .abCover_history{
        margin: 1em auto;
    }
}
@media only screen and (max-width: 414px){
    .enAbout_content p{ 
        margin-left: 30px;
        width: calc(100% - 60px);
        font-size: 1.6em;
        margin-bottom: 1em;
    }
    .enAbout_content span{ 
        padding-right: 80px;
    }
    .historyText {  
        padding-bottom: 0em;
        padding-top: 0em;
    }
    .historyList h2{ 
        font-size: 2em;
        margin: 0em auto;
    }
    .abCover_content  p{
        font-size: 1.6em;    
    }
    .abCover_history{
        margin: .4em auto;
    }
}
@media only screen and (max-width: 1000px) and (max-height: 550px) {  
    .enAbout{
        padding-top:  2em; 
        padding-bottom: 0;
    }
    .enAbout_content p{  
        margin-bottom: 1em;
    }
    .abCover_content  p{
        font-size: 1.6em;    
    }
    .abCover{
        padding-top: 10em; 
    }
    .abCover_history{
        margin: 1em auto;
    }
    .historyList h2{ 
        font-size: 2.4em;
    }
    .abCover_content ul{
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 800px) and (max-height: 550px) {  
    .enAbout{
        padding-top:  1em; 
        padding-bottom: 0;
    }
    .abCover_content  p{
        font-size: 1.4em;    
    }
    .abCover{
        padding-top: 8.8em; 
    }
    .abCover_history{
        margin: .6em auto;
    }
}
@media only screen and (max-width: 600px) and (max-height: 550px) {  
    .enAbout{
        padding-top:  0; 
        padding-bottom: 0;
    }
    .abCover_content  p{
        font-size: 1.3em;    
    }
    .abCover{
        padding-top: 8em; 
    }
}
/*end AB about*/
/**end about us*/
/*start services*/
.enServices{
    position: relative;
    top: 0;
    left: 0; 
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto; 
    padding-bottom: 6em;
    overflow: hidden; 
}
.enServices_content {  
    margin-bottom: 2em;
}
.enServices h1{ 
    position:absolute;
    top: 0;
    left: 0; 
    clear: both;
    display: block;
    margin-left: 50px;
    margin-top: 75px;
    font-size: 5.6em;
    color: #212A3E;
    width: auto;
}
.enServices--list{
    position: relative;
    top: 0;
    left: 35%; 
    display: inline-block; 
    margin-right: 0px; 
    padding-bottom: 10em;
    padding-top: 0; 
    height: auto;
    width: 70%;
    box-sizing: border-box;
}
.enServBox{
    display: inline-block;
    margin-right: 50px;
    margin-top: 5em; 
    height: 100%;
    width: auto;
}
.enServBox h2{
    margin-top: .4em;
    font-size: 3.6em; 
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #212A3E;
    color:#212A3E;
}
.enServBox p{
    padding: .6em 0;
    width: auto;
    margin: .3em;
    font-size: 2em; 
    text-shadow: 0px 0px 1px #212A3E;
    color: #212A3E;

}
.enServBox div{
    border-bottom: 1px solid #9BA4B5;
    padding-bottom: 1.4em;
}
.enServBox li{
    display: inline-block;
    font-size: 1.4em;
    text-shadow: 0px 0px 1px #212A3E;
    color: #212A3E;
}
.enServBox li:before {
    content: "/  ";
} 

@media only screen and (max-width: 1366px){
    .enServices h1{  
        margin-left: 55px; 
        font-size: 4.6em;
    }
    .enServices--list{ 
        left: 45%;  
        width: 60%;
    }
}
@media only screen and (max-width: 1023px){
    .enServBox h2{
        margin-top: .4em;
        font-size: 2.8em; 
    }
    .enServBox p{
        padding: .4em 0;
        width: auto;
        margin: .3em;
        font-size: 1.4em; 
    }
    .enServBox li{
        display: inline-block;
        font-size: 1.2em;
    }

    .enServices_content {  
        margin-bottom: 1em;
    }

    .enServices--list{ 
        padding-bottom: 6em;
    }
}
@media only screen and (max-width: 900px){
    .enServices h1{ 
        float: right;
        position:relative;
        top: 0;
        left: 0; 
        clear: both;
        display: block;
        margin: 0;
        margin-right: 15%;
        margin-top: 75px; 
        /*background: yellow;*/
        width: auto;
        font-size: 5.4em;
    }
    .enServices--list{ 
        left: 20%;  
        width: 90%;
    }

    .enServBox{
        display: inline-block;
        margin-right: 50px;
        margin-top: 2em;
    }
    .enServices_content {  
        margin-bottom: .4em;
    } 

    .enServices--list{ 
        padding-bottom: 4em;
    }
}
@media only screen and (max-width: 600px){
    .enServices h1{ 
        font-size: 3.2em;

    }
    .enServBox{
        display: inline-block;
        margin-right: 50px;
        margin-top: 1.2em;
    }

    .enServBox p{
        padding: .4em 0;
        font-size: 1.2em;
        width: 90%;
    }
    .enServBox li{
        display: block;
    }

}
@media only screen and (max-width: 414px){
    .enServices h1{ 
        font-size: 2.6em;

    }

    .enServBox h2{
        margin-top: .4em;
        font-size: 2.2em; 
        width: 90%;
    }
    .enServBox li{
        font-size: 1.1em;
    }

    .enServices--list{ 
        left: 10%;  
        width: 104%;
    }
}
@media only screen and (max-width: 1000px) and (max-height: 550px) {  
    .enServices_content {  
        margin-bottom: 1em;
    }
    .enServices--list{ 
        padding-bottom: 4em;
    }
}
@media only screen and (max-width: 764px) and (max-height: 550px) {  
    .enServices_content {  
        margin-bottom: .2em;
    }
    .enServices--list{ 
        padding-bottom: 2em;
    }
}
@media only screen and (max-width: 600px) and (max-height: 550px) {  

}
/*start services*/
.abServices{
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden; 
    padding-top: 12em; 
    padding-bottom: 6em;
}
.abCover_services{
    padding-top: 2em;
    padding-bottom: 6em;


    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto; 

}
.abCover_services h1{
    font-size: 6.8em;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 90%;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.abCover_services p{
    color: #212A3E; 
    clear: both; 
    width: 500px;
    margin-left: 50px;
    margin-bottom: 4em;
    margin-top: 3.8em;
    font-size: 1.5em;
}
.abServices_content {  
    margin-bottom: 2em;
}
.abServices--list{
    position: relative;
    left: 25%;
    top: 0;
    display: inline-block; 
    margin-right: 50px; 
    /*padding-bottom: 10em;*/
    /*padding-top: 10em;*/
    /*background-color: green;*/
    height: auto;
    width: auto;
    max-width: 50%;
    transform: translate(-25%, 0);
    box-sizing: border-box;
    overflow: hidden;
}
.abServBox{
    position: relative;
    left: 0;
    top: 0;


    display: inline-block;
    margin-right: 50px;
    /*    margin-top: 5em;*/
    /*background-color: brown;*/
    height: 100%;
    width: 96%;
}
.abServBox h2{
    margin-top: .4em;
    font-size: 4em;
    font-weight: 500;
    font-family: 'Lexend', sans-serif;

    line-height: 100%;
    width: 100%;

    text-transform: uppercase;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.abServBox p{
    padding: .6em 0;
    width: 100%;
    margin: .3em;
    font-size: 2em; 
    color: #212A3E; 
}
.abServBox div{
    border-bottom: 2px solid #212A3E;
    padding-bottom: 1.4em;
}
.abServBox li{
    display: inline-block;
    font-size: 1.4em;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.abServBox li:before {
    content: "/  ";
} 
.abServices--point{
    /*margin-top: .4em;*/
    float: right;
    position: relative;
    left: -10%;
    top: 0;
    display: inline-block; 

    /*padding-bottom: 10em;*/
    /*padding-top: 10em;*/ 
    transform: translateX(-10%);
    height: auto;
    width: 20%;

    box-sizing: border-box;   
}
.abServices--point ul{}
.abServices--point ul li{
    margin: 4px;
    font-size: 1.1em;
    color: #212A3E; 
}
.abServices--point ul .head{
    font-weight: 500;
    padding: 3px 0;
    margin: 0;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
/*.serv--introduction {
    overflow: hidden;
    background-color: yellow;
    width: 100%;
    height: 20em;
    padding-top: 6em;
}*/

/*.tcube {
    overflow: hidden;
    background-color: yellow;
    width: 100%;
    height: 35em;
    padding-top: 4em;
}*/
.serv--introduction {
    overflow: hidden;
    /*background-color: yellow;*/
    width: 95%;
    margin-left: 5%;
    padding-top: 12em;
}
.serv--intro-head{
    padding:  3em 0;
    width: 450px;
    margin-bottom: 1em;
}
.serv--intro-head h4{
    font-size: 1.8em;
    font-weight: 500;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.serv--intro-head p{
    font-size: 1.4em;
    font-weight: 500;
    color: #212A3E; 
}
.serv--intro-content{

    position: relative;
    top: 0;
    left: 0;

    overflow: hidden;
    display: inline-block;
    width: 22%;
    min-width: 200px;
    height: 10em;
    margin: 5px;
    margin-left: 5%;
}
.serv1{
    margin-left: 100px;
}
.serv--intro-content span{
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    /*background-color: red;*/
    font-size: 1.8em;
    padding: .25px;
    text-align: center;

}
.serv--intro-content h4{
    font-size: 1.6em;
    font-weight: 500;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.serv--intro-content h4{
    margin-left: 30px;
    width: calc(100% - 30px);
}
.serv--intro-content p{
    margin: 3px;
    margin-left: 30px;
    width: calc(100% - 36px);
    color: #212A3E; 
    font-size: 1.1em;
    font-weight: 500;
}

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

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

    .abServices{
        padding-top: 8em; 
        padding-bottom: 2em;
    }


    .abCover_services{
        padding-top: 4em;
        padding-bottom: 6em;
    }
    .abCover_services h1{
        font-size: 4.8em;
        width: 80%;

    }
    .abCover_services p{

        margin-top: 2em;

        margin-bottom: 0em;
    }
    .abServices--list{ 
        left: 10%; 
        margin-right: 25px;  
        max-width: 65%;
        transform: translate(-10%, 0);
    }
    .abServBox h2{
        margin-top: .4em;
        font-size: 2.8em;
    }
    .abServBox p{
        width: 80%;
        padding: .4em 0; 
        font-size: 1.4em; 
        line-height: 100%;
    }
    .abServBox li{
        display: inline-block;
        font-size: 1.2em;
    }
    .abServices--point{ 
        float: right; 
        left: 0; 
        transform: translateX(0); 
        width: 30%;
    }

    .serv--introduction {
        /*    overflow: hidden;
            background-color: yellow;
            width: 95%;
            margin-left: 5%;*/
        padding-top: 3em;
    }
}

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

    .serv--intro-content{
        margin-left: 2%;
    }
    .serv1{
        margin-left: 0;
    }

}
@media only screen and (max-width: 800px){
    .abServices{
        padding-top: 6.4em;  
    }

    .abCover_services h1{
        font-size: 4em;
        width: 80%;

    }


    .serv--introduction {
        /*    overflow: hidden;
            background-color: yellow;
            width: 95%;
            margin-left: 5%;*/
        padding-top: 2em;
    }
} 
@media only screen and (max-width: 700px){
    .serv--intro-content{
        clear: both;
        float: right;
        display: block;
        margin: 0;
        margin-right: 25%;
        margin-top: 1em;
        height: auto;
    }
    .abServBox li{ 
        font-size: 1em;
    }
}

@media only screen and (max-width: 600px){
    .abServices{
        padding-top: 6em;  
    }

    .serv--intro-head{
        padding:  3em 0;
        width: 90%;
        margin: 0;
    }
    .abCover_services h1{
        font-size: 3em;
        width: 90%;

    }

    .abCover_services p{ 
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0em;
        margin-top: 2em;
        font-size: 1.3em;
    }
    .abServices--list{ 
        left: 0; 
        margin-left: 5%;  
        max-width: 95%;
        transform: translate(0, 0);
    }
    .abServBox{

        width: 100%;
    }
    .abServBox h2{
        margin-top: .4em;
        font-size: 2em;
    }
    .abServices--point{
        display: none;
    }

    .serv--introduction {
        /*    overflow: hidden;
            background-color: yellow;
            width: 95%;
            margin-left: 5%;*/
        padding-top: 3em;
    }
    .abServices_content {  
        margin-bottom: 0em;
    }
    .serv--intro-content{
        margin-right: 20%;
    }
}
@media only screen and (max-width: 414px){

    .abCover_services h1{
        font-size: 2.4em;
        width: 90%;

    }

    .abCover_services p{ 
        /*        margin-top: 1.4em;*/
        margin-bottom: 0em;
    }

    .serv--intro-content{
        margin-right: 15%;
    }
    .abServices--list{ 
        left: 0; 
        /*margin-left: 3%;*/  
    }
    .abServBox h2{
        margin-top: .4em;
        font-size: 1.6em;
    }

    .serv--introduction {
        /*    overflow: hidden;
            background-color: yellow;
            width: 95%;
            margin-left: 5%;*/
        padding-top: 2.5em;
    }

}

@media only screen and (max-width: 1000px) and (max-height: 550px) {  

    .abServices{
        padding-top: 2em;  
        padding-bottom: 0;
    }
    .abCover_services{
        padding-top: 5em;
        padding-bottom: 2em;
    }
    .abCover_services h1{
        font-size: 4.5em;
        width: 80%;
    }
    .abCover_services p{ 
        margin-top: 1.4em;
        margin-bottom: 1.6em;
    }
    .serv--introduction {
        /*    overflow: hidden;
            background-color: yellow;
            width: 95%;
            margin-left: 5%;*/
        padding-top: .6em;
    }
    .abServices_content {  
        margin-bottom: 0em;
    }
}
@media only screen and (max-width: 800px) and (max-height: 550px) {  
    .abServices{
        padding-top: 1.2em;  
    }
    .abCover_services h1{
        font-size: 3em;
        width: 80%;
    }
    .serv--introduction {
        /*    overflow: hidden;
            background-color: yellow;
            width: 95%;
            margin-left: 5%;*/
        padding-top: 0;
    }
}
@media only screen and (max-width: 600px) and (max-height: 550px) {  
    .abServices{ 
        padding-top: .8em;
    }
    .abCover_services p{
        /*background-color: red;*/
        /*    clear: both; 
            width: 500px;
            margin-left: 50px;*/
        margin-bottom: 1.4em;
        margin-top: 1em;
    }
}
/*end services*/
/*start portfolio*/
.enPortfolio{
    overflow: hidden;  
    padding-bottom: 4em;
    padding-top: 4em;
    transition: all .4s ease-in-out;
}
.enPortfolio_sec{
    position: relative;
    top: 0;
    left: 0;
    padding-top: 2em;
    margin: 0 auto;
    width: calc(100% - 100px);
    border-top: 1px solid  #9BA4B5;
    padding-bottom: 6em;   
    transition: all .6s ease-in-out;
}
.enPortHead{
    position: absolute;
    top: 2em;
    left: 50px;
    cursor: pointer;
}
.enPortHead h2{
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.enPortContainer{
    position: relative;
    top: 0;
    left: 40%;
    width: 60%;
    height: auto;

    transition: all .4s ease-in-out;
    /*background-color: green;*/
}
.enProject{
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5em;
    padding-bottom: .4em;
    border-bottom: 1px solid  #9BA4B5;
    margin-bottom: .4em;
    transition: all .4s ease-in-out; 
}
.enProject:hover{
    overflow: hidden; 
    transition: all .4s ease-in-out;
}
.siteTag{
    height: 250px;
    transition: all .4s ease-in-out;
}
.enProject_head{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5em;
    padding-bottom: .5em; 

}
/*start project head*/
.enProject_head h3, .enProject_head p{
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}
.enProject_head h3{
    font-size: 1.5em;
    width: calc(100% - 250px); 
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.enProject_head p{

    float: none;
    font-size: 1.2em;
    display: inline-block; 
    color: #212A3E;
}
.projectBtn{ 
    cursor: pointer;
    position: absolute;
    top: .2em;
    right: 0;
    /*left: calc(100% - 30px);*/
    width: 75px;
    height: auto;
    /*background-color: yellow;*/
}
.projectBtn span{
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.1em; 

    color: #212A3E; 
    text-shadow: 0px 0px 1px #212A3E;
}
/*end  project head*/
/*start project content*/
.enProject_content{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*background-color: red;*/
    display: flex;
    transition: all .4s ease-in-out;
} 
.enProject--img{ 
    display: inline-block;
    position: relative;
    top: 0;
    left: 0; 
    width: 300px;
}
.enProject--img img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.enProject--cc{

    display: inline-block; 
    position: relative;
    top: 0;
    left: 2%;
    width: calc(100% - 320px); 
    height: auto;
    padding-top: 1em;

    /*transform: translateY(-50%);*/

}
.enProject--cc p{
    font-size: 1em;

}
.exploreBtn{
    position: absolute;
    bottom: .2em;
    left: calc(100% - 75px);
    /*left: calc(100% - 30px);*/
    width: 75px;
    height: auto;

    cursor: pointer;
}
.exploreBtn span{
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
@media only screen and (max-width: 1023px){
    .enPortfolio{ 
        padding-bottom: 0em;
        padding-top: 0em;
    }
    .enPortContainer{
        position: relative;
        top: 0;
        left: 30%;
        width: 70%;
    }
    .enProject--cc{ 

        left: 1%;
        width: calc(100% - 350px); 
        height: 90%;
        padding-top: .4em;

    }
    .enPortfolio_sec{
        padding-bottom: 4em; 
    }

    .exploreBtn{ 
        bottom: -.4em;
        left: calc(100% - 65px);
    }
}
@media only screen and (max-width: 800px){
    .enPortContainer{
        margin: 0 auto;
        margin-top: 3em;
        position: relative;
        top: 0;
        left: 0%;
        width: 96%;
    }
    .enProject--cc{ 

        left: 2%;
        width: calc(100% - 350px); 
        height: 90%;
        padding-top: 1.2em;

    }
    .enPortfolio_sec{
        padding-bottom: 2em; 
    }
}
@media only screen and (max-width: 600px){
    .enProject_head h3{
        font-size: 1.3em;
        width: calc(100% - 170px); 
    }
    .projectBtn{ 
        position: absolute;
        top: .2em;
        right: 0; 
        width: 45px;  
    }
    .projectBtn span{ 
        font-size: 1em; 
    }
    .enProject--cc{ 

        left: 2%;
        width: calc(95% - 200px); 
        height: 90%;
        padding-top: 0em;

    }
    .enProject--img{ 
        width: 200px;
    }


    .exploreBtn{ 
        bottom: -2em;
        left: 0;
    }

    .exploreBtn span{
        color: #0f8ac3;
        font-weight: 500;
    }

    .siteTag{
        height: 220px;

        transition: all .4s ease-in-out;
    }
}
@media only screen and (max-width: 500px){
    .enProject_head h3{
        /*font-size: 1.2em;*/  
        display: block;
        width: calc(100% - 60px);
        text-align: right;
        padding-bottom: .2em;
    }
    .enProject_head p{
        font-size: 1.1em;
        float: left;
        clear: both;
    }
    .projectBtn{  
        top: 0; 
        width: 45px;  
    }
    .projectBtn span{ 
        font-size: .95em; 
    }
    .enProject{ 
        height: 3.2em;
        padding-bottom: .4em; 

    }
    .enProject:hover{

        overflow: hidden; 
        transition: all .4s ease-in-out;
    }
    .enProject--cc p{
        font-size: .90em;
    }
    .exploreBtn{ 
        bottom: -1em;
        left: 0;
    }


    .siteTag{
        height: 250px;

        transition: all .4s ease-in-out;
    }
    .enProject_head{
        /*        position: relative;
                top: 0;
                left: 0;
                width: 100%;*/
        height: 3.2em;
        padding-bottom: .5em; 
    }

    .enPortfolio_sec{
        padding-bottom: 1em; 
    }
}
@media only screen and (max-width: 414px){
    .enProject--img{ 
        display: block;
        position: relative;
        top: 0;
        left: 0; 
        min-width: 100%;
        overflow: hidden;
    }

    .enProject--cc{
        display: block; 
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;

        min-width: 100%;
        height: auto;
        padding-top: .6em;

    }
    .enProject_content{
        /*    position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;*/
        /*background-color: red;*/
        display: block;
    }
    .siteTag{
        height: 435px;

        transition: all .4s ease-in-out;
    }
    .exploreBtn{ 
        bottom: -2.2em;
        left: 0;
    }
}
@media only screen and (max-width: 360px){
    .siteTag{
        height: 415px;
        transition: all .4s ease-in-out;
    }
}
@media only screen and (max-width: 320px){
    .siteTag{
        height: 400px;

        transition: all .4s ease-in-out;
    }


}
@media only screen and (max-width: 1000px) and (max-height: 550px) {  
    .enPortfolio_sec{
        padding-bottom: 2em; 
    }
}
@media only screen and (max-width: 764px) and (max-height: 550px) {  
    .enPortfolio_sec{
        padding-bottom: 1.4em; 
    }
}
@media only screen and (max-width: 600px) and (max-height: 550px) {  
    .enPortfolio_sec{
        padding-bottom: 1em; 
    }
}
/*start project content*/
.enAdditional{
    margin-top: 4em;
    position: relative;
    top: 0;
    left: 50px;
    width: calc(100% - 100px); 
}
.enAdditional h3{
    font-size: 1.3em;
    margin: 1em 0;
    font-weight: 500;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.enAdditional h5{
    font-size: 1.5em;
    margin: 1em 0;
    font-weight: 500;
    color: #212A3E; 
}
.enAdditional p{

    margin: .8em;
    font-size: 1.1em;
    color: #212A3E;
}
.enAdditional ul{
    width: 100px;
    margin: 1em;
    margin-left: 1.4em;
}
.enAdditional ul li{
    list-style-type: circle;
    margin: .4em; 
    font-size: 1.1em;
    color: #212A3E; 

}
.enAdditional h5 a{
    transform: scale(1.4);
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
/*additional*/


/*end portfolio*/

.abPortfolio{
    overflow: hidden;
    /*background-color: blue;*/
    padding-top: 12em; 
    padding-bottom: 4em;
}
.abCover_portfolio{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; 
    overflow: hidden;
    padding-top: 4em;
    padding-bottom: 5em;
}
.abCover_portfolio h1{
    font-size: 14em; 
    color: #0f8ac3;
}
/*.abCover_category{
    position: relative;
    top: 0;
    left: 0;
    padding-top: 2em;
    margin: 0 auto;
    width: calc(100% - 100px);
    border-top: 2px solid #313131;
    padding-bottom: 6em;
}*/
/**/
.abCover_portInfo{
    position: relative;
    top: 0;
    left: 0;
    padding-top: 2em;
    margin: 0 auto;
    width: calc(100% - 100px); 
    padding-top: 6em;
}
.abCover_portInfo h4{
    position:relative;
    top: 0;
    left: 0;
    width: 500px;
    font-size: 4em;
    line-height: 100%;
    font-weight: 400;
    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.abCover_portInfo ul{
    margin: .5em;
    width: 600px;
    left: 50px;
    /*background-color: red;*/
} 
.abCover_portInfo li{
    margin-top: .8em;
    margin-bottom: .8em;
    font-size: 1.4em;
    display: inline-block;
    width: calc(50% - 10px);
    color: #212A3E; 
}
.abCover_portInfo li:nth-of-type(even){
    width: calc(40% - 10px);
}
@media only screen and (max-width: 1023px){

    .abPortfolio{ 
        padding-top: 8em; 
        padding-bottom: 2em;
    }

    .enPortfolio_sec{
        position: relative;
        top: 0;
        left: 0;
        padding-top: 2em;
        margin: 0 auto;
        width: calc(100% - 5px);
    }

    .abPortfolio{
        overflow: hidden;
        /*background-color: blue;*/
        padding-top: 12em; 
        padding-bottom: 4em;
    }
    .abCover_portfolio{ 
        padding-top: 0em;
        padding-bottom: 0em;
    }
    .abCover_portfolio h1{
        font-size: 10em; 
        color: #0f8ac3;
    }
    .enPortHead{
        position: absolute;
        top: 2em;
        left: 20px;

    }
    .enAdditional{
        margin-top: 2em;
        position: relative;
        top: 0;
        left: 25px;
        width: calc(100% - 50px); 
    }


    .abCover_portInfo{
        padding-top: 2em;
        margin: 0 auto;
        width: calc(100% - 100px); 
        padding-top: 6em; 
    }
    .abCover_portInfo h4{
        width: 400px;
        font-size: 3em;
    }
    .abCover_portInfo li{
        margin-top: .5em;
        margin-bottom: .5em;
        font-size: 1.2em; 
        width: calc(50% - 10px);
    }
    .abCover_portInfo li:nth-of-type(even){
        width: calc(40% - 10px);
    }
}
@media only screen and (max-width: 900px){
    .abPortfolio{ 
        padding-top: 6em;  
    }
    .abCover_portfolio{

        padding-top: 6em;
        padding-bottom: .6em;
    }
    .abCover_portfolio h1{
        font-size: 8em;  
    }

}
@media only screen and (max-width: 600px){
    .abPortfolio{ 
        padding-top: 4em;  
    }
    .abCover_portfolio{

        padding-top:6em;
        padding-bottom: .8em;
    }
    .abCover_portfolio h1{
        font-size: 6em;  
    }

    .abCover_portInfo{ 
        margin: 0 auto;
        width: calc(100% - 25px); 
        padding-top: 5em; 
    }
    .abCover_portInfo h4{
        width: 100%;
        font-size: 3em;
    }
    .abCover_portInfo li{
        margin-top: .5em;
        margin-bottom: .5em;
        font-size: 1.2em; 
        width: calc(35% - 10px);
    }
}
@media only screen and (max-width: 414px){

    .abCover_portfolio h1{
        font-size: 4em;  
    }

    .abCover_portInfo{ 
        margin: 0 auto;
        width: calc(100% - 50px); 
        padding-top: 3em; 
    }
    .abCover_portInfo h4{
        width: 100%;
        font-size: 2.4em;
        margin-bottom: 1em;
    }
    .abCover_portInfo li{
        margin-top: .2em;
        margin-bottom: .2em;
        font-size: 1.1em; 
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) and (max-height: 550px) {  
    .abPortfolio{ 
        padding-top: 2em; 
    }
}
@media only screen and (max-width: 764px) and (max-height: 550px) {  
    .abPortfolio{ 
        padding-top: 1.2em;  
    }
}
@media only screen and (max-width: 600px) and (max-height: 550px) {  
    .abPortfolio{ 
        padding-top: .8em;  
    }
}
/*start contact*/
.abContact{
    overflow: hidden;
    /*background-color: blue;*/
    padding-top: 12em; 
    padding-bottom: 2em;
}
.abCover_contact{
    margin-top: 6em;
}
.contact--info{  
    float: right;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    padding-bottom: 2em;     
    /*background-color: red;*/
    margin-right: 75px; 
}
.contact--info h2{
    font-size: 4.6em;
    font-weight: 400;
    line-height: 100%;
    padding: 3px;
    margin-left: 5px;
    color: #fff;
}
.contact--info p{
    margin-left: 15px;
    font-size: 2em;
    font-weight: 400;
    line-height: 100%;
    width: 500px;
    padding: .3em;
    color: #fff;
}
.contact--info form{
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 600px;
    height: auto; 
    padding: 1em;
    padding-top: 2em;
}
.textCircle{
    display: none;
    position: absolute;
    top: -.5em;
    left: 0;
    width: 1.5em;
    height: 1.5em; 
    border-radius: 100%;
    background-image: url(../imgs/circle.png);
    background-size: cover;
    animation: circleText .4s infinite linear;
    transition: all 0.8s ease-in-out;
}
@keyframes circleText{
    to{
        transform: rotate(360deg);
    }
}
.textResults{
    margin: .3em auto;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; 
    min-height: 1em;
}
.textResults p{

    margin: 0;
    color: #fff;
    font-size: 1em;

}
.textInput{
    padding: 3px 3px;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    min-height: 3em;
    height: auto; 
    margin: 3px;
    border-bottom: 2px solid  #fff;;
}
.areaInput{
    min-height: 3em;
    height: auto;
}
.textInput label{
    padding: 2px 0;
    display: block;
    margin-left: -2px;
    color: #fff;
}
.textInput label span{  

    color: red;
}
.textInput input{
    border: none;
    width: 100%;
    height: 2em;
    background-color: transparent;
    color: #fff;
}
.textInput textarea{
    border: none;
    width: 100%;
    max-width: 100%;
    height: 2em;
    background-color: transparent;
    color: #fff;
}
.textInput input{
    border: none;
    width: 100%;
    height: 2em;
    color: #fff;
}
.textSubmit input{ 
    margin-top: 1em;
    margin-bottom: 1em;
    border: none;

    border-bottom: 2px solid  #fff;
    width: 4em;
    height: 2em; 
    font-size: 1.4em;
    background-color: transparent;
    color: #fff;

    transition: all .4s linear;
}
.textSubmit input:hover{
    border-bottom: 2px solid  red;
    color: red;
    transition: all .4s linear;

}
.contact--Social{
    display: inline-block;
    margin-left: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    /*background-color: yellow;*/
}
.contact--Social h2{
    font-weight: 400;
    font-size: 1em;
    color: #fff;
}
.contact--Social ul{
    margin-bottom: 2em;
    margin-left: 5px;
}
.contact--Social .socialLink{
    /*padding-top: 5em;*/
}
.contact--Social li a{
    position: relative;
    top:0;
    left: 0;
    font-size: 3.8em; 
    font-weight: 700;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    padding-right: 35px;
    text-transform: uppercase;

    transition: all .3s ease-in-out;
}
.contact--Social li a:hover{
    color: #cccccc;
    transition: all .3s ease-in-out;
}
.contact--Social li a.mail{
    font-size: 1.4em; 
}

@media only screen and (max-width: 1023px) { 
    .abContact{  
        padding-bottom: 2em;
    }

    .contact--Social li a{
        font-size: 2.7em; 
    }
}
@media only screen and (max-width: 800px) {   
    .abContact{  
        padding-bottom: 0;
    }

    .contact--info{ 
        padding-top: 4em;
        float: none;
        left: 4%;
        width: 94%;
        margin: 0 auto;
    }
    .contact--info h2{
        width: 96%;
        font-size: 4em;
    }
    .contact--info p{  
        font-size: 1.6em;
        width: 90%;
    }
    .contact--info form{
        width: 90%;
        padding-top: 0;
    }
    .textInput{
        padding: 3px 3px; 
        min-height: 2em;
    }
}
@media only screen and (max-width: 600px) {    
    .abContact{ 
        padding-top: 4em;  
    }
    .contact--info h2{ 
        font-size: 3em;
    }
    .contact--info p{
        font-size: 1.4em; 
    }
    .contact--Social li a{
        font-size: 2.4em; 
    }
}
@media only screen and (max-width: 414px) {   
    .contact--info h2{ 
        font-size: 2em;
    }
    .contact--info p{
        font-size: 1.2em; 
    }
    .contact--Social{ 
        margin-left: 10px;
    }    
    .contact--Social li a{
        font-size: 2em; 
    }
    .contact--Social li a.mail{
        font-size: 1.2em; 
    }
}
@media only screen and (max-width: 1000px) and (max-height: 550px) {  
    .abContact{ 
        padding-top: 2em;  
    }
}
@media only screen and (max-width: 764px) and (max-height: 550px) {  
    .abContact{ 
        padding-top: 1.2em;  
    }
}
@media only screen and (max-width: 600px) and (max-height: 550px) {  
    .abContact{ 
        padding-top: .8em;  
    }
}