/*******************************************************************************
================================================================================                                
RESPOSIVE LAYOUT STYLES DEFINITION
================================================================================
*******************************************************************************/

/* ==========================================================================
   Begin Global Styles
   ========================================================================== */


/* ------------------------
   CSS Reset
   ------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, footer, header, hgroup, main, nav, section{ 
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* -----------------------
   Font Declaration
   ----------------------- */

@font-face{
    font-family: Heading;
    src: url("../fonts/RobotoCondensed-Light.ttf") format('truetype');
}

@font-face{
    font-family: Namvigation;
    src: url("../fonts/Cabin.ttf") format('truetype');
}

@font-face{
    font-family: Label;
    src: url("../fonts/TitilliumWeb-Light.ttf") format('truetype');
}

@font-face{
    font-family: Footer Font;
    src: url("../fonts/Exo2-Regular.ttf") format('truetype');
}

/* -----------------------
   Global Formating
   ----------------------- */

body{
    font-size: 100%;
    width: 100%;
    background-color: #f1f1f1;
}

article, aside, footer, header, main, nav, section{
    display: block;
} 

img{
    max-width: 100%;
    border: 0 !important;
}

hgroup h1{
    display: none;
}

.parent-nav ul{
    display: none;
}

ul, li {
    list-style: none;
}

a{
    text-decoration: none;
}

.clear-float:before, .clear-float:after {
    content: "";
    display: table;
}
.clear-float:after {
    clear: both;
}



/* ==========================================================================
   End Global Styles
   ========================================================================== */



/* ========================================================================== 
    Begin PC Version Styles
   ===========================================================================*/

@media only screen and (min-width:1025px){

    /* ========================================================================
       Begin PC Styles
       ====================================================================== */


    /* ------------------------
       Top section
       ------------------------ */


    .top-section, top-section-content, .row-1, .row-2{
        width: 100%;
    }

    .row-1{
        height: 55px;
        background-color: #242c41;
    }

    .row-2{
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        height: 110px;
    }

    #top-section-content{
        height: 55px;
        background-color: #242c41;
    }

    #top-section-content div{
        width: 49%;
    }

    .fixedRow2{
        position: fixed;
        top: 0;
        height: 63px;
        z-index: 100;
        width: 100%;
        background-color: #fff;
    }

    .fixedHeader{
        position: fixed;
        top: 0;
        height: 63px;
        z-index: 100;
        width: 1280px;
        background-color: #fff;
    }

    .fixedLogo{
        width: 45%;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 43px;
        float: left;
    }
    .fixedNav{
        width: 52%;
        margin-top: 15px;
        float: right;
        position: relative;
    }
    .fixedContainer{
        margin-top: 9em;
    }

    .fixedCompanyLogo{
        padding-left: 10px;
    }

    /* ------------------------
       Site Container
       ------------------------ */

    section#site-container{
        max-width: 1280px;
        min-width: 1025px;
        margin: -166px auto 0 auto;
        background-color: #fff;
    }

    section{
        margin-bottom: 3.5em;


    }

    section p{
        width: 95%;
        margin: 0 auto;
        padding-bottom: 1.5em;
        line-height: 1.3em;
        font-family: sans-serif;
        font-size: .9em;
    }

    .section-wrapper{
        background-color: #fbfbfb;
        border-bottom: 1px solid #ccc;
        border-top:  1px dashed #ccc;
    }

    .row-1-email{
        padding: 18px 0 14px 35px;
        background-image: url(../images/email_1.png);
        background-repeat: no-repeat;
        background-position: 2px 18px;
    }

    .row-1-phone{
        padding: 18px 0 14px 25px;
        background-image: url(../images/smart_phone_1.png);
        background-repeat: no-repeat;
        background-position: 4px 14px;
    }

    .row-1-col-1-content{
        margin-left: 10px;
        float: left;
        font-size: .7em;
    }

    .row-1-col-1-content li{
        margin-right: 25px;
        display: inline-block;
        font-family: Label, sans-serif;
        color: #fefefe;
    }

    .row-1-col-2-content{
        margin-right: 10px;
        font-size: .7em;
        float: right;
    }


    .row-1-col-2-content ul{
        float: right;
    }

    .row-1-col-2-content li{
        padding: 15px 0 12px 0;
        display: inline-block;
    }

    header{
        height: 110px;
        border-bottom: 1px solid #ccc;
    }

    .logo{
        width: 45%;
        margin-top: 30px;
        float: left;
    }

    .logo img{
        margin-left: 10px;
    }

    nav{
        width: 52%;
        margin-top: 35px;
        float: right;
        position: relative;
    }

    .parent-nav li{
        width: 19%;
        float: left;
        margin-right: 4px;
    }

    .parent-nav a{
        padding: 10px 0;
        display: block;
        font-family: Navigation, sans-serif;
        font-size: .8em;
        color: #242c41;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        -webkit-border-radius: 3px 3px 0 0; 
        -ms-border-radius: 3px 3px 0 0; 
        border-radius: 3px 3px 0 0; 
        -webkit-transition: background-color .7s ease;
        -webkit-transition: color .5s ease;
        -o-transition: background-color .7s ease;
        -o-transition: color .5s ease;
        -ms-transition: background-color .7s ease;
        -ms-transition: color .5s ease;
        transition: background-color .7s ease;
        transition: color .5s ease;   
    }

    .child-nav-hide a{
        -webkit-border-radius: 0; 
        -ms-border-radius: 0; 
        border-radius: 0; 
        color: #ccc;
    }

    .parent-nav a:hover, .parent-nav > li:hover > a{
        background-color: #242c41;
        color: #0bafeb;
    }

    .parent-nav li:hover ul{
        display: block;
    }

    .child-nav-hide{
        position: absolute;
        top: 35px;
        left: 39.2%;
        z-index: 100;
    }

    .child-nav-hide li{
        width: 200px;
        float: none;
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: 1px solid #474e5f;
    }

    .child-nav-hide a{
        background-color: rgba(36,44,65, .9);

    }

    a.active-page{
        color: #da251d;
    }

    a.active-page:hover{
        background-color: #242c41;
    }

    #slide-show{
        margin-bottom: 3em;
    }

    .slide-show-widget{
        margin-top: -44px;
        position: relative;
        background-color: rgba(0,0,0, .2);
        z-index: 50;
    }

    #slideshow-container{
        margin-bottom: 1.5em;
    }

    .image-canvas{
        position: relative;
    }

    .slide-location{
        margin: 0 auto;

    }

    .slide-location ul{

        border: 1px dashed green;
    }

    #slideshow-status{
        /*border: 1px dashed green;*/
        width:35%;
        margin: 0 auto;
    }

    #slideshow-status img{
        width: 8%;
        display: block;
        padding: 15px 0;
        margin-right: 5px;
        float: left;
        text-align: center;
    }


    #slideshow-status img:hover{
        cursor: pointer;
    }

    .inactive-slide, .hybrid-slide{
        position: absolute;
        top: 0;
        left: 0;
    }

    .active-slide{
        position: relative;
        top: 0;
        left: 0;
    }

    .fade-out{
        z-index: 20;
    }

    .fade-in{
        z-index: 30;

    }

    .fade-in-out{
        z-index: 10; 
    }

    .visible{
        opacity: 1;
    }

    .image-intro{
        margin-bottom: 1.5em;
    }

    .image-intro img{
        padding: 10px 0;
        background-color: #0bafeb;
    }

    .project-wrapper{
        margin-bottom: 3.5em;
        padding-bottom: 2em;
        background-color: #fbfbfb;
        border-bottom: 1px solid #ccc;
    }

    .project-image-thumnails{
        margin-bottom: 1.5em;
    }

    .project-image-thumnails img{
        width:9%;
        margin: 0 .36%;
    }

    .project-image-thumnails img:hover{
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .project-wrapper label{
        padding: 10px 2em;
        margin-bottom: 1em;
        display: block;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #000;
        font-weight: bold;
    }

    .services-list{
        width: 18.6%;
        margin:  2% 3% 2% 3%;
        float: left;
        border: 1px solid #f7f7f7;
        background-color: #242c41; /*rgba(0,0,0, .4);*/
    }

    .services-list img{
        width: 77%;
        padding: 0 10%;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

    .services-list img:hover{
        -webkit-transform: rotatey(90deg);
        -moz-transform: rotatey(180deg);
        -o-transform: rotatey(180deg);
        -ms-transform: rotatey(180deg);
        transform: rotatey(180deg);
    }

    .services-list label{
        padding: 10px 0;
        display: block;
        background-color: #3c4759;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
    }

    #banks div{
        width: 30%;
        border: 1px solid #ccc;
        float: left;
        margin: 0 1.4% 2em 1.4%;
    }

    #banks img{
        width: 98%;
        padding: 5px;
    }

    #partners div{
        width: 17%;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0 1.24% 4em 1.24%;
    }

    #partners img{
        width: 77.5%;
    }

    #partners label, #banks label{
        padding: 10px 0;
        display: block;
        background-color: #3c4759;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
    }

    .brother{
        padding: 29px 22px;
    }

    .idirect{
        padding: 30px 22px;
    }

    .intelsat{
        padding: 27px 22px;
    }

    .microsoft{
        padding: 30px 22px;
    }

    .cisco{
        padding: 8px 22px;
    }

    .hp{
        padding: 3px 22px;
    }

    .ibm{
        padding: 15px 22px;
    }

    .intel{
        padding: 5px 22px 0;
    }

    .pmp{
        padding: 21px 22px;
    }

    .sky-vision{
        padding: 27px 23px;
    }

    #board-members div{
        width: 29%;
        margin: 0 2% 2em 2% ;
        border: 1px solid #ccc;
        float: left;
    }

    #board-members label{
        padding: 10px 0;
        display: block;
        background-color: #3c4759;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
        margin-bottom: 1em;
    }

    #board-members img{
        width: 65.5%;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }

    #board-members p{
        text-align: justify;
    }

    #board-members span{
        font-weight: bold;
    }

    #md-ceo{
        padding-bottom: 3.25em;
    }

    #dr-1{
        padding-bottom: 1em;
    }

    #team-lead-da{
        padding-bottom: 1.15em;
    }

    #team-lead-fa{
        padding-bottom: 2.2em;
    }

    .indented-list{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 1.5em;
        line-height: 1.3em;
        font-family: Content, sans-serif;
        font-size: .9em;
    }

    .indented-list li{
        margin-bottom: 1em;
        list-style: square;
    }

    .indented-list span{
        font-weight: bold;
    }

    h1, h2, h3, h4, h5, h6{
        font-family: Heading, sans-serif;
    }

    h2, h3{
        margin-bottom: 1em;
        padding-top: 1em;
        margin-left: 2.0%;
    }
    section p img{
        float: left;
        margin-right: 10px;
    }
    section p+ul.list-wrap{
        padding-left: 380px;
        width: 70%;
    }

    .recent-project{
        width: 27%;
        margin: 2% 3%;
        float: left;

    }

    .recent-project img{
        width: 100%;
        margin-bottom: 0;
    }

    .recent-project label{
        padding: 10px 5px;
        display: block;
        background-color: #ccc;
        font-family: Label, sans-serif;
        font-size: .8em;
        color: #000;
        font-weight: lighter;
        text-align:  center;
        margin: -3px 0 1em 0;
    }

    #mobie-footer, #navMenu, #menu-bar {
        display: none;
    }

    .mobile-cihld-nav-enable{
        display: none;
    }

    .mobile-cihld-nav-disable{
        display: none;
    }

    .child-navi{
        display: none;
    }

    .hideNav{

    }

    .displayNav{

    }


    #contac-form{
        width: 100%;
        display: none;
    }

    #contact-form fieldset{
        padding: 10px;
        margin-bottom: 2em;
    }

    #contact-form legend{
        font-family: Label, sans-serif;
        font-size: 1.3em;
        color: #333;
        padding: 10px;
    }

    .element-container{
        padding: 10px;
    }

    .element-container label{
        font-family: Label, sans-serif;
        font-size: .95em;
        color: #0bafeb;
        padding: 5px 0;
    }

    .element-container input{
        font-family: Content, sans-serif;
        font-size: .9em;
        padding: 5px 0;
        color: #666;
    }

    .element-container input[type=text]:focus, 
    .element-container input[type=tel]:focus,
    .element-container input[type=email]:focus,
    .element-container textarea:focus{
        color: #333;
    }

    .element-container textarea{
        /*To be modfied on each platform*/
        width: 328px;
        height: 195px;
    }

    .element-container input[type=submit], .element-container input[type=reset]{
        padding: 10px 25px;
        background-color: #0bafeb;
        border: 1px solid  #0bafeb;
        color: #fff;
        font-family: Label, sans-serif;
        font-size: .9em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    .element-container input[type=submit]{
        margin-right: 15px;
    }

    section#footer-container{
        /*border: 1px solid green;*/
        background-color: #242c41;
        margin-bottom: 0;
    }

    .buttom-footer-row{
        border-top: 1px solid #2e364b;
    }

    .footer-cols{
        width: 20%;
        margin: 3em 2.3% 3em 2.3%;
        float: left;
    }

    .footer-cols h3{
        margin-bottom: 1.5em;
        color: #da251d;
        margin-left: 5px;
    }

    .footer-cols p{
        color: #ccc;
    }

    .footer-cols .footer-contact li{
        font-family: "Footer Font", sans-serif;
        font-size: .9em;
        color: #ccc;
        padding: 15px 10px 15px 40px;
        border-top: 1px solid #2e364b;
    }

    .footer-cols li a{
        font-family: "Footer Font", sans-serif;
        font-size: .9em;
        color: #ccc;
        padding: 15px 10px 15px 40px;
        border-top: 1px solid #2e364b;
        display: block;
    }

    .footer-mail{
        background-image: url(../images/email-footer.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-phone{
        background-image: url(../images/analog-telephone.png);
        background-repeat: no-repeat;
        background-position: 0px 10px;
    }

    .footer-address{
        background-image: url(../images/location_1.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-twitter{
        background-image: url(../images/social_twitter.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-goole{
        background-image: url(../images/social_google.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-facebook{
        background-image: url(../images/social_facebook.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-linkedin{
        background-image: url(../images/social_linkedin.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-instagram{
        background-image: url(../images/social_instagram.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-pinteress{
        background-image: url(../images/social_pintress.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-ict{
        background-image: url(../images/footer_ict.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-construction{
        background-image: url(../images/footer_construction.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-agriculture{
        background-image: url(../images/footer_agriculture.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-gm{
        background-image: url(../images/footer_gm.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-solar{
        background-image: url(../images/footer_solar_power.png);
        background-repeat: no-repeat;
        background-position: 0px 9px;
    }

    .footer-cols .footer-attribution a{
        padding: 15px 10px 15px 0px;
    }

    .buttom-footer-row{
        width: 95.4%;
        margin: 0 auto;
    }

    .buttom-footer-row div{
        width: 48%;
    }

    .buttom-footer-row p{
        font-family: "Footer Font", sans-serif;
        font-size: .8em;
        padding: 10px 0 30px 0;
        margin-bottom: 0;
        color: #ccc;
    }
    
     .buttom-footer-row p a{
        font-family: "Footer Font", sans-serif;
        font-size: 1em;
        padding: 10px 0 30px 0;
        margin-bottom: 0;
        color: #0bafeb;
    }

    .buttom-footer-row .copyright-col-1{
        float: left;
    }

    .buttom-footer-row .developer-col-2{
        float: right;
    }

    .buttom-footer-row .developer-col-2 p{
        text-align: right;
    }

    /* ======================================================================= 
        End PC Styles
       =======================================================================*/
}

/* =========================================================================== 
   End PC Version Styles
   =======================================================================*/


/* ========================================================================== 
    Begin Tablet Version Styles
   ===========================================================================*/

@media only screen and (min-width:481px) and (max-width:1024px) {

    /* =========================================================================
   Begin Tablet Styles
   ========================================================================== */


    /* ------------------------
       Top section
       ------------------------ */


 .top-section, top-section-content, .row-1, .row-2{
    width: 100%;
}

.row-1{
    height: 55px;
    background-color: #242c41;
}

.row-2{
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    height: 110px;
}

#top-section-content{
    height: 55px;
    background-color: #242c41;
}

#top-section-content .row-1-col-1-content{
    width: 60%;
}

#top-section-content .row-1-col-2-content{
    width: 30%;
}

.top-social-meadia{

}

/* ------------------------
   Site Container
   ------------------------ */

.fixedRow2{
    position: fixed;
    top: 0;
    height: 63px;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

.fixedHeader{
    position: fixed;
    top: 0;
    height: 63px;
    z-index: 100;
    width: 1024px;
    background-color: #fff;
}

.fixedLogo{
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 43px;
    float: left;
    /*border: 1px solid #ccc;*/
}
.fixedNav{
    width: 32%;
    margin-top: 10px;
    position: fixed;
    right: 0;
}

.fixedMenu{
    padding: 0 0 7px;
    margin-bottom: 10px;
}

.fixedContainer{
    margin-top: 9em;
}

.fixedCompanyLogo{
    padding-left: 10px;
}

section#site-container{
    max-width: 1024px;
    min-width: 768px;
    margin: -166px auto 0 auto;
    background-color: #fff;
}

section{
    margin-bottom: 3.5em;
}

section p{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 1.5em;
    line-height: 1.8em;
    font-family: Content, sans-serif;
    font-size: .9em;
}

.section-wrapper{
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
    border-top:  1px dashed #ccc;
}

.row-1-email{
    padding: 18px 0 14px 35px;
    background-image: url(../images/email_1.png);
    background-repeat: no-repeat;
    background-position: 2px 18px;
}

.row-1-phone{
    padding: 18px 0 14px 25px;
    background-image: url(../images/smart_phone_1.png);
    background-repeat: no-repeat;
    background-position: 4px 14px;
}

.row-1-col-1-content{
    margin-left: 10px;
    float: left;
    font-size: .7em;
}

.row-1-col-1-content li{
    margin-right: 25px;
    display: inline-block;
    font-family: Label, sans-serif;
    color: #fefefe;
}

.row-1-col-2-content{
    margin-right: 10px;
    font-size: .7em;
    float: right;
}


.row-1-col-2-content ul{
    float: right;
}

.row-1-col-2-content li{
    padding: 15px 0 12px 0;
    display: inline-block;
}

header{
    height: 110px;
    border-bottom: 1px solid #ccc;
}

.logo{
    width: 65%;
    margin-top: 30px;
    float: left;
    /*border: 1px solid #ccc;*/
}

.logo img{
    margin-left: 10px;
}

nav{
    width: 32%;
    margin-top: 30px;
    float: right;
    position: relative;
    /*border: 1px solid #ccc;*/
}


.parent-nav{
    position: absolute;
    width: 150px;
    top: 54px;
    right: 0;
    z-index: 200;
    background-repeat: no-repeat;
    background-position: center -5px;
}

.parent-nav:before{
    position: absolute;
    top: -13px;
    left: 55px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #ccc;
    border-left: 13px solid transparent;
    border-bottom-color: rgba(36,44,65, .9);
    content: '';
}



.hideNav{
    display: none;
}

.displayNav{
    display: block;
}

#navMenu{
    /*border: 1px solid green;*/
}

#menu-bar{
    display: block;
    width: 35px;
    float: right;
    padding: 5px;
    margin-right: 60px;
    margin-bottom: 2px;
    margin-top: 3px;
}

.parent-nav li{
    width: 100%;
    float: none;
    margin-right: 4px;
    border-bottom: 1px solid #474e5f;
}

.parent-nav a{
    padding: 10px 0;
    display: block;
    font-family: Navigation, sans-serif;
    font-size: .8em;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color .7s ease;
    -webkit-transition: color .5s ease;
    -o-transition: background-color .7s ease;
    -o-transition: color .5s ease;
    -ms-transition: background-color .7s ease;
    -ms-transition: color .5s ease;
    transition: background-color .7s ease;
    transition: color .5s ease;   
    background-color: rgba(36,44,65, .9);
}

.child-nav-show a, .child-nav-hide a{
    -webkit-border-radius: 0; 
    -ms-border-radius: 0; 
    border-radius: 0; 
    color: #ccc;
}

.parent-nav a:hover, .parent-nav > li:hover > a{
    background-color: #242c41;
    color: #0bafeb;
}

.parent-nav li:hover ul{
    
}

#nav .child-nav-hide{
    position: absolute;
    top: 72px;
    left: -180px;
    z-index: 100;
    display: none;
}

#nav .child-nav-show{
    position: absolute;
    top: 72px;
    left: -200px;
    z-index: 100;
    display: block;
}

.child-nav-show li, .child-nav-hide li{
    width: 200px;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 1px solid #474e5f;
}

.child-nav-show a, .child-nav-hide{
    background-color: rgba(36,44,65, .8);

}

a.active-page{
    color: #da251d;
}

a.active-page:hover{
    background-color: #242c41;
}

#slide-show{
    margin-bottom: 3em;
}

.slide-show-widget{
    margin-top: -46px;
    position: relative;
    background-color: rgba(0,0,0, .1);
    z-index: 50;
}

#slideshow-container{
    margin-bottom: 1.5em;
}

.image-canvas{
    position: relative;
}

.slide-location{
    margin: 3px auto 0;
}

.slide-location ul{
    border: 1px dashed green;
}

#slideshow-status{
    /*border: 1px dashed green;*/
    width:40%;
    margin: 0 auto;
}

#slideshow-status img{
    width: 8%;
    display: block;
    padding: 15px 0;
    margin-right: 5px;
    float: left;
    text-align: center;
}


#slideshow-status img:hover{
    cursor: pointer;
}

.inactive-slide, .hybrid-slide{
    position: absolute;
    top: 0;
    left: 0;
}

.active-slide{
    position: relative;
    top: 0;
    left: 0;
}

.fade-out{
    z-index: 20;
}

.fade-in{
    z-index: 30;
}

.fade-in-out{
    z-index: 10; 
}

.visible{
    opacity: 1;
}

.image-intro{
    margin-bottom: 1.5em;
}

.image-intro img{
    padding: 10px 0;
    background-color: #0bafeb;
}

.project-wrapper{
    margin-bottom: 3.5em;
    padding-bottom: 2em;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
}

.project-image-thumnails{
    margin-bottom: 1.5em;
}

.project-image-thumnails img{
    width:9%;
    margin: 0 .36%;
}

.project-image-thumnails img:hover{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.project-wrapper label{
    padding: 10px 2em;
    margin-bottom: 1em;
    display: block;
    font-family: Label, sans-serif;
    font-size: 1em;
    color: #000;
    font-weight: bold;
}

.services-list{
    width: 18.6%;
    margin:  2% 3% 2% 3%;
    float: left;
    border: 1px solid #f7f7f7;
    background-color: #242c41; /*rgba(0,0,0, .4);*/
}

.services-list img{
    width: 77%;
    padding: 0 10%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.services-list img:hover{
    -webkit-transform: rotatey(90deg);
    -moz-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.services-list label{
    padding: 10px 0;
    display: block;
    background-color: #3c4759;
    font-family: Label, sans-serif;
    font-size: 1em;
    color: #ccc;
    font-weight: lighter;
    text-align: center;
}

#banks div{
    width: 30%;
    border: 1px solid #ccc;
    float: left;
    margin: 0 1.4% 2em 1.4%;
}

#banks img{
    width: 98%;
    padding: 5px;
}

#partners div{
    width: 17%;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 1.0% 4em 1.0%;
}

#partners img{
    width: 77.5%;
}

#partners label, #banks label{
    padding: 10px 0;
    display: block;
    background-color: #3c4759;
    font-family: Label, sans-serif;
    font-size: 1em;
    color: #ccc;
    font-weight: lighter;
    text-align: center;
}

.brother{
    padding: 29px 22px;
}

.idirect{
    padding: 30px 22px;
}

.intelsat{
    padding: 27px 22px;
}

.microsoft{
    padding: 30px 22px;
}

.cisco{
    padding: 13px 22px;
}

.hp{
    padding: 10px 22px;
}

.ibm{
    padding: 19px 22px;
}

.intel{
    padding: 17px 22px 0;
}

.pmp{
    padding: 23px 22px;
}

.sky-vision{
    padding: 27px 23px;
}

#board-members div{
    width: 29%;
    margin: 0 2% 2em 2% ;
    border: 1px solid #ccc;
    float: left;
}

#board-members label{
    padding: 10px 0;
    display: block;
    background-color: #3c4759;
    font-family: Label, sans-serif;
    font-size: 1em;
    color: #ccc;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 1em;
}

#board-members img{
    width: 65.5%;
    display: block;
    margin: 0 auto;
    padding: 10px 0 0;
}

#board-members p{
    text-align: justify;
}

#board-members span{
    font-weight: bold;
}

#md-ceo{
    padding-bottom: 3.25em;
}

#dr-1{
    padding-bottom: 1em;
}

#team-lead-da{
    padding-bottom: 1.15em;
}

#team-lead-fa{
    padding-bottom: 2.2em;
}

.indented-list{
    width: 92%;
    margin: 0 auto;
    padding-bottom: 1.5em;
    line-height: 1.3em;
    font-family: Content, sans-serif;
    font-size: .9em;
}

.indented-list li{
    margin-bottom: 1em;
    list-style: square;
}

.indented-list span{
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
    font-family: Heading, sans-serif;
}

h2, h3{
    margin-bottom: 1em;
    padding-top: 1em;
    margin-left: 30px;
}
section p img{
    float: left;
    margin-right: 10px;
}
section p+ul.list-wrap{
    clear: both;
    width: 92%;
    padding-top: 10px;
}

.recent-project{
    width: 27%;
    margin: 2% 3%;
    float: left;

}

.recent-project img{
    width: 100%;
    margin-bottom: 0;
}

.recent-project label{
    padding: 10px 5px;
    display: block;
    background-color: #ccc;
    font-family: Label, sans-serif;
    font-size: .8em;
    color: #000;
    font-weight: lighter;
    text-align:  center;
    margin: -3px 0 1em 0;
}

#contac-form{
    width: 100%;
    display: none;
}

#contact-form fieldset{
    padding: 10px;
    margin-bottom: 2em;
}

#contact-form legend{
    font-family: Label, sans-serif;
    font-size: 1.3em;
    color: #333;
    padding: 10px;
}

.element-container{
    padding: 10px;
}

.element-container label{
    font-family: Label, sans-serif;
    font-size: .95em;
    color: #0bafeb;
    padding: 5px 0;
}

.element-container input{
    font-family: Content, sans-serif;
    font-size: .9em;
    padding: 5px 0;
    color: #666;
}

.element-container input[type=text]:focus, 
.element-container input[type=tel]:focus,
.element-container input[type=email]:focus,
.element-container textarea:focus{
    color: #333;
}

.element-container textarea{
    width: 528px;
    height: 195px;
}

.element-container input[type=submit], .element-container input[type=reset]{
    padding: 10px 20px;
    background-color: #0bafeb;
    border: 1px solid  #0bafeb;
    color: #fff;
    font-family: Label, sans-serif;
    font-size: .9em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.element-container input[type=submit]{
    margin-right: 15px;
}

#mobie-footer{
    display: none;
}

section#footer-container{
    /*border: 1px solid green;*/
    background-color: #242c41;
    margin-bottom: 0;
}

.buttom-footer-row{
    border-top: 1px solid #2e364b;
}

.footer-cols{
    width: 20%;
    margin: 3em 2.3% 3em 2.3%;
    float: left;
}

.footer-cols h3{
    margin-bottom: 1.5em;
    color: #da251d;
    margin-left: 5px;
}

.footer-cols p{
    color: #ccc;
}

.footer-cols .footer-contact li{
    font-family: "Footer Font", sans-serif;
    font-size: .9em;
    color: #ccc;
    padding: 15px 10px 15px 40px;
    border-top: 1px solid #2e364b;
}

.footer-cols li a{
    font-family: "Footer Font", sans-serif;
    font-size: .9em;
    color: #ccc;
    padding: 15px 10px 15px 40px;
    border-top: 1px solid #2e364b;
    display: block;
}

.footer-mail{
    background-image: url(../images/email-footer.png);
    background-repeat: no-repeat;
    background-position: 0px 15px;
}

.footer-phone{
    background-image: url(../images/analog-telephone.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
}

.footer-address{
    background-image: url(../images/location_1.png);
    background-repeat: no-repeat;
    background-position: 0px 15px;
}

.footer-twitter{
    background-image: url(../images/social_twitter.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-goole{
    background-image: url(../images/social_google.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-facebook{
    background-image: url(../images/social_facebook.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-linkedin{
    background-image: url(../images/social_linkedin.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-instagram{
    background-image: url(../images/social_instagram.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-pinteress{
    background-image: url(../images/social_pintress.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-ict{
    background-image: url(../images/footer_ict.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-construction{
    background-image: url(../images/footer_construction.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-agriculture{
    background-image: url(../images/footer_agriculture.png);
    background-repeat: no-repeat;
    background-position: 0px 15px;
}

.footer-gm{
    background-image: url(../images/footer_gm.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.footer-solar{
    background-image: url(../images/footer_solar_power.png);
    background-repeat: no-repeat;
    background-position: 0px 9px;
}

.footer-cols .footer-attribution a{
    padding: 15px 10px 15px 0px;
}

.buttom-footer-row{
    width: 95.4%;
    margin: 0 auto;
}

.buttom-footer-row div.copyright-col-1{
    width: 50%;
}

.buttom-footer-row div.developer-col-2{
    width: 40%;
}


.buttom-footer-row p{
    font-family: "Footer Font", sans-serif;
    font-size: .8em;
    padding: 10px 0 30px 0;
    margin-bottom: 0;
    color: #ccc;
}

.buttom-footer-row p a{
    font-family: "Footer Font", sans-serif;
    font-size: 1em;
    padding: 10px 0 30px 0;
    margin-bottom: 0;
    color: #0bafeb;
}

.buttom-footer-row .copyright-col-1{
    float: left;
}

.buttom-footer-row .developer-col-2{
    float: right;
}

.buttom-footer-row .developer-col-2 p{
    text-align: right;
}

.showSecondaryNav{
    display: block;
}

.hideSecondaryNav{
    display: none;
}

    /* =========================================================================
       End Tablet Styles
       =======================================================================*/

}

/* =============================================================================
   End Tablet Version Styles
   ===========================================================================*/


/* ============================================================================= 
    Begin Mobile Version Styles
   ===========================================================================*/

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

/* =============================================================================
   Begin Mobile Styles
   ===========================================================================*/


    /* ------------------------
       Top section
       ------------------------ */


    .top-section, top-section-content, .row-1, .row-2{
        display: none;
    }

    .row-1{
        display: none;
    }

    .row-2{
        display: none;
    }

    #top-section-content{
        display: none;
    }

    #top-section-content .row-1-col-1-content{
        display: none;
    }

    #top-section-content .row-1-col-2-content{
        display: none;
    }

    .top-social-meadia{

    }

    /* ------------------------
       Site Container
       ------------------------ */

    .fixedRow2{

    }

    .fixedHeader{

    }

    .fixedLogo{
        margin-left: 10px;
        padding-top: 30px;
        width: 89.5%;
        display: block;
    }
    .fixedNav{

    }

    .fixedMenu{

    }

    .fixedContainer{

    }

    .fixedCompanyLogo{

    }

    section#site-container{
        max-width: 480px;
        min-width: 320px;
        margin: 0 auto 0 auto;
        background-color: #fff;
    }

    section{
        margin-bottom: 3.5em;
    }

    section p{
        width: 95%;
        margin: 0 auto;
        padding-bottom: 1.5em;
        line-height: 1.8em;
        font-family: sans-serif;
        font-size: .9em;
    }

    .section-wrapper{
        background-color: #fbfbfb;
        border-bottom: 1px solid #ccc;
        border-top:  1px dashed #ccc;
    }

    .row-1-email{
        padding: 18px 0 14px 35px;
        background-image: url(../images/email_1.png);
        background-repeat: no-repeat;
        background-position: 2px 18px;
    }

    .row-1-phone{
        padding: 18px 0 14px 25px;
        background-image: url(../images/smart_phone_1.png);
        background-repeat: no-repeat;
        background-position: 4px 14px;
    }

    .row-1-col-1-content{
        margin-left: 10px;
        float: left;
        font-size: .7em;
    }

    .row-1-col-1-content li{
        margin-right: 25px;
        display: inline-block;
        font-family: Label, sans-serif;
        color: #fefefe;
    }

    .row-1-col-2-content{
        margin-right: 10px;
        font-size: .7em;
        float: right;
    }


    .row-1-col-2-content ul{
        float: right;
    }

    .row-1-col-2-content li{
        padding: 15px 0 12px 0;
        display: inline-block;
    }

    header{
        height: 100px;
        border-bottom: 1px solid #ccc;
    }

    .logo{
        width: 100%;
        float: none;
        height: 100px;
        border-bottom: 1px solid #ccc;
    }

    .logo img{
        margin-left: 10px;
        padding-top: 30px;
        width: 89.5%;
        display: block;
        border: 1px solid #ccc;
    }

    nav{
        display: none;
    }


    .parent-nav{

    }

    .hideNav{

    }

    .displayNav{

    }

    #menu-bar{
        display: none;
    }

    .parent-nav {
        display: none;
    }

    .parent-nav a{
        padding: 10px 0;
        display: block;
        font-family: Navigation, sans-serif;
        font-size: .8em;
        color: #ccc;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: background-color .7s ease;
        -webkit-transition: color .5s ease;
        -o-transition: background-color .7s ease;
        -o-transition: color .5s ease;
        -ms-transition: background-color .7s ease;
        -ms-transition: color .5s ease;
        transition: background-color .7s ease;
        transition: color .5s ease;   
        background-color: rgba(36,44,65, .9);
    }

    .child-nav a{
        -webkit-border-radius: 0; 
        -ms-border-radius: 0; 
        border-radius: 0; 
        color: #ccc;
    }

    .parent-nav a:hover, .parent-nav > li:hover > a{
        /*background-color: #242c41;
        color: #0bafeb;*/
    }

    .parent-nav li:hover ul{
        display: block;
    }

    .child-nav{
        /*position: absolute;
        top: 72px;
        left: -200px;
        z-index: 100;*/
    }

    .child-navi li{
        /*  width: 200px;
          float: none;
          margin-bottom: 0;
          margin-right: 0;
          border-bottom: 1px solid #474e5f;*/
    }

    .child-nav a{
        background-color: rgba(36,44,65, .8);

    }

    a.active-page{
        color: #da251d;
    }

    a.active-page:hover{
        /*background-color: #242c41;*/
    }

    #slide-show{
        margin-bottom: 3em;
    }

    .slide-show-widget{
        display: none;
    }

    #slideshow-container{
        margin-bottom: 1.5em;
    }

    .image-canvas{
        position: relative;
    }

    .slide-location{
        margin: 3px auto 0;
    }

    .slide-location ul{
        border: 1px dashed green;
    }

    #slideshow-status{
        /*border: 1px dashed green;*/
        width:40%;
        margin: 0 auto;
    }

    #slideshow-status img{
        width: 8%;
        display: block;
        padding: 15px 0;
        margin-right: 5px;
        float: left;
        text-align: center;
    }


    #slideshow-status img:hover{
        cursor: pointer;
    }

    .inactive-slide, .hybrid-slide{
        position: absolute;
        top: 0;
        left: 0;
    }

    .active-slide{
        position: relative;
        top: 0;
        left: 0;
    }

    .fade-out{
        z-index: 20;
    }

    .fade-in{
        z-index: 30;
    }

    .fade-in-out{
        z-index: 10; 
    }

    .visible{
        opacity: 1;
    }

    .image-intro{
        margin-bottom: 1.5em;
    }

    .image-intro img{
        padding: 10px 0;
        background-color: #0bafeb;
    }

    .project-wrapper{
        margin-bottom: 3.5em;
        padding-bottom: 2em;
        background-color: #fbfbfb;
        border-bottom: 1px solid #ccc;
    }

    .project-image-thumnails{
        margin-bottom: 1.5em;
    }

    .project-image-thumnails img{
        width:9%;
        margin: 0 .36%;
    }

    .project-image-thumnails img:hover{
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .project-wrapper label{
        padding: 10px 0.5em;
        margin-bottom: 1em;
        display: block;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #000;
        font-weight: bold;
    }

    .services-list{
        width: 43%;
        margin:  2% 3% 2% 3%;
        float: left;
        border: 1px solid #f7f7f7;
        background-color: #242c41; /*rgba(0,0,0, .4);*/
    }

    .services-list img{
        width: 77%;
        padding: 0 10%;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

    .services-list img:hover{
        -webkit-transform: rotatey(90deg);
        -moz-transform: rotatey(180deg);
        -o-transform: rotatey(180deg);
        -ms-transform: rotatey(180deg);
        transform: rotatey(180deg);
    }

    .services-list label{
        padding: 10px 0;
        display: block;
        background-color: #3c4759;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
    }

    #banks div{
        width: 40%;
        border: 1px solid #ccc;
        float: left;
        margin: 0 4% 2em 4%;
    }

    #banks img{
        width: 98%;
        padding: 5px 0;
        display: block;
        margin: 0 auto;
    }

    #partners div{
        width: 44%;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0 2.3% 4em 2.3%;
    }

    #partners img{
        width: 77.5%;
        display: block;
        margin: 0 auto;
    }

    #partners label, #banks label{
        padding: 10px 0;
        display: block;
        background-color: #3c4759;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
    }

    .brother{
        padding: 29px 22px;
    }

    .idirect{
        padding: 30px 22px;
    }

    .intelsat{
        padding: 27px 22px;
    }

    .microsoft{
        padding: 30px 22px;
    }

    .cisco{
        padding: 13px 22px;
    }

    .hp{
        padding: 10px 22px;
    }

    .ibm{
        padding: 19px 22px;
    }

    .intel{
        padding: 17px 22px 0;
    }

    .pmp{
        padding: 23px 22px;
    }

    .sky-vision{
        padding: 27px 23px;
    }

    #board-members div{
        width: 90%;
        margin: 0 5% 2em 5% ;
        border: 1px solid #ccc;
        float: left;
    }

    #board-members label{
        padding: 10px 0;
        display: block;
        background-color: #3c4759;
        font-family: Label, sans-serif;
        font-size: 1em;
        color: #ccc;
        font-weight: lighter;
        text-align: center;
        margin-bottom: 1em;
    }

    #board-members img{
        width: 65.5%;
        display: block;
        margin: 0 auto;
        padding: 10px 0 0;
    }

    #board-members p{
        text-align: justify;
    }

    #board-members span{
        font-weight: bold;
    }

    #md-ceo{
        padding-bottom: 3.25em;
    }

    #dr-1{
        padding-bottom: 1em;
    }

    #team-lead-da{
        padding-bottom: 1.15em;
    }

    #team-lead-fa{
        padding-bottom: 2.2em;
    }

    .indented-list{
        width: 92%;
        margin: 0 auto 0 8%;
        padding-bottom: 1.5em;
        line-height: 1.3em;
        font-family: Content, sans-serif;
        font-size: .9em;
    }

    .indented-list li{
        margin-bottom: 1em;
        list-style: square;
    }

    .indented-list span{
        font-weight: bold;
    }

    h1, h2, h3, h4, h5, h6{
        font-family: Heading, sans-serif;
    }

    h2, h3{
        margin-bottom: 2em;
        padding-top: 1em;
        margin-left: 10px;
    }
    section p img{
        margin: 0 auto 10px auto;
        display: block;
        width: 98%
    }
    section p+ul.list-wrap{
        clear: both;
        width: 92%;
        padding-top: 10px;
    }

    .recent-project{
        width: 90%;
        margin: 2% 5%;
        float: left;

    }

    .recent-project img{
        width: 100%;
        margin-bottom: 0;
    }

    .recent-project label{
        padding: 10px 5px;
        display: block;
        background-color: #ccc;
        font-family: Label, sans-serif;
        font-size: .8em;
        color: #000;
        font-weight: lighter;
        text-align:  center;
        margin: -3px 0 1em 0;
    }

    section#footer-container{
        /*border: 1px solid green;*/
        background-color: #242c41;
        margin-bottom: 0;
        display: none;
    }

    #contac-form{
        width: 100%;
        display: none;
    }

    #contact-form fieldset{
        padding: 10px;
        margin-bottom: 2em;
    }

    #contact-form legend{
        font-family: Label, sans-serif;
        font-size: 1.3em;
        color: #333;
        padding: 10px;
    }

    .element-container{
        padding: 10px;
    }

    .element-container label{
        font-family: Label, sans-serif;
        font-size: .95em;
        color: #0bafeb;
        padding: 5px 0;
    }

    .element-container input{
        font-family: Content, sans-serif;
        font-size: .9em;
        padding: 5px 0;
        color: #666;
    }

    .element-container input[type=text]:focus, 
    .element-container input[type=tel]:focus,
    .element-container input[type=email]:focus,
    .element-container textarea:focus{
        color: #333;
    }

    .element-container textarea{
        /*To be modfied on each platform*/
        width: 328px;
        height: 195px;
    }

    .element-container input[type=submit], .element-container input[type=reset]{
        padding: 5px 20px;
        background-color: #0bafeb;
        border: 1px solid  #0bafeb;
        color: #fff;
        font-family: Label, sans-serif;
        font-size: .9em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .element-container input[type=submit]{
        margin-right: 15px;
    }

    #mobie-footer{
        /*border: 1px solid green;*/
        background-color: #242c41;
        margin-bottom: 0;
    }

    .copyright-notice{
        color: #ccc;
    }

    .footer-cols{
        width: 90%;
        margin: 0 4% 1em 4%;
        float: left;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 2em;
    }

    .footer-cols h3{
        margin-bottom: 2em;
        color: #da251d;
        margin-left: 5px;
    }

    .footer-cols p{
        color: #ccc;
        width: 100%
    }

    .footer-cols .footer-contact li{
        font-family: "Footer Font", sans-serif;
        font-size: .9em;
        color: #ccc;
        padding: 15px 10px 15px 40px;
        border-top: 1px solid #2e364b;
    }

    #mobie-footer ul.child-navi{
        /*display: none;*/
    }

    .mobile-cihld-nav-enable{
        display: block;
    }

    .mobile-cihld-nav-disable{
        display: none;
    }

    /*#mobie-footer #parent-navi li:hover ul{
       display: block;
    }*/

    #mobie-footer ul.child-navi li{
        width: 90%;
        margin-left: 10%;
    }

    .soler-power{
        border-bottom: 0;
    }

    .footer-cols li a, .footer-cols li span{
        font-family: "Footer Font", sans-serif;
        font-size: .9em;
        color: #ccc;
        padding: 15px 10px 15px 40px;
        border-top: 1px solid #2e364b;
        display: block;
    }

    .footer-cols li span:hover{
        cursor: pointer;
    }

    #mobie-footer #parent-navi .child-navi li a{
        font-family: "Footer Font", sans-serif;
        font-size: .9em;
        color: #ccc;
        padding: 15px 10px 15px 40px;
        border-top: 1px solid #2e364b;
        display: block;
    }

    .footer-mail{
        background-image: url(../images/email-footer.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-phone{
        background-image: url(../images/analog-telephone.png);
        background-repeat: no-repeat;
        background-position: 0px 10px;
    }

    .footer-address{
        background-image: url(../images/location_1.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-twitter{
        background-image: url(../images/social_twitter.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-goole{
        background-image: url(../images/social_google.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-facebook{
        background-image: url(../images/social_facebook.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-linkedin{
        background-image: url(../images/social_linkedin.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-instagram{
        background-image: url(../images/social_instagram.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-pinteress{
        background-image: url(../images/social_pintress.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-ict{
        background-image: url(../images/footer_ict.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-construction{
        background-image: url(../images/footer_construction.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-agriculture{
        background-image: url(../images/footer_agriculture.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-gm{
        background-image: url(../images/footer_gm.png);
        background-repeat: no-repeat;
        background-position: 0px 11px;
    }

    .footer-solar{
        background-image: url(../images/footer_solar_power.png);
        background-repeat: no-repeat;
        background-position: 0px 9px;
    }

    .footer-home{
        background-image: url(../images/home.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-about-us{
        background-image: url(../images/about_us.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-services{
        background-image: url(../images/services.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-portfolio{
        background-image: url(../images/portfolio.png);
        background-repeat: no-repeat;
        background-position: 0px 15px;
    }

    .footer-contact-us{
        background-image: url(../images/location_1.png);
        background-repeat: no-repeat;
        background-position: 0px 9px;
    }

    .footer-cols .footer-attribution a{
        padding: 15px 10px 15px 0px;
    }

    .buttom-footer-row{
        width: 95.4%;
        margin: 0 auto;
    }

    .buttom-footer-row div.copyright-col-1{
        width: 50%;
    }

    .buttom-footer-row div.developer-col-2{
        width: 40%;
    }


    .buttom-footer-row p{
        font-family: "Footer Font", sans-serif;
        font-size: .8em;
        padding: 10px 0 30px 0;
        margin-bottom: 0;
        color: #ccc;
    }
    
    .copyright-notice p a{
    font-size: 1em;
    color: #0bafeb;
}

    .buttom-footer-row .copyright-col-1{
        float: left;
    }

    .buttom-footer-row .developer-col-2{
        float: right;
    }

    .buttom-footer-row .developer-col-2 p{
        text-align: right;
    }
    .copyright-notice .copyright p, .copyright-notice .developer p{
        width: 92%;
    }

    /* =========================================================================
       End Mobile Styles
       =======================================================================*/
}

/* ============================================================================= 
    End Mobile Version Styles
   ===========================================================================*/