/* comments here */

body {
    font-family: 'Lato',sans-serif;
    font-family: 'Open Sans',sans-serif;
    line-height:25px;
    color:#333;
    /* font-family:verdana; */
}

.clearFix {
    clear:both;
}


div {
    box-sizing:border-box;
}

#home-service-wrapper div {
    box-sizing:content-box;
}


#header-wrapper {
    background-color:rgba(240,242,244,0.85);
    border-bottom:1px solid #ddd;
    width:100%;
}

#header {
    margin:auto;
}


/* mobile drop down begin */

#mnav-wrapper {
    display:none;
}

#mnav-wrapper #mnav-list ul {
        padding:0px;
        margin:0px;
}

#mnav-wrapper {
        padding-top:20px;
        padding-bottom:20px;
        text-align:center;
}

#mnav-top, #mnav-list {
        margin:auto;
        padding:0px;
}


#mnav-top {
        width:80%;
        background-color:#AA0F33;
        text-align:center;
}

#mnav-list {
        width:80%;
}

#mnav-top a {
        text-decoration:none;
        color:#ffffff;
        font-size:20px;
        font-weight:bold;
        line-height:32px;
}

#mnav-list {
        display:none;
}

#mnav-list ul {
        list-style-type : none;
        text-align:center;
        background-color:#AA0F33;
}

#mnav-list ul li {
        display:block;
}

#mnav-list ul li a {
        text-decoration:none;
        color:#ffffff;
        font-size:20px;
        font-weight:bold;
        line-height:32px;
}

/* mobile drop down end */






.main-content {
    margin:auto;
}

#menu-wrapper {
    float:left;
}

#menu-wrapper ul {
    overflow:hidden;
}

#menu-wrapper ul li {
    float:left;    
    line-height: 24px;
    margin:0px;
    padding:0px;
    border:0px;
    list-style:none;    
}

#menu-wrapper ul li a {
    text-decoration:none;
    color:#AA0F33;
    padding:28px 25px 28px 25px;
    display:block;
    font-weight:bold;  
    font-size:21px;
}

#menu-wrapper ul li a:hover {
    background-color:#AA0F33;
    color:#ffffff;
}


#logo-wrapper {
    float:left;
}

#logo-wrapper img {
    display:block;
}

#menu-wrapper {
    float:right;
}



/* menu items */
div.home-head #menu-wrapper ul li a.home-item {
    background-color:#AA0F33;
    color:#ffffff;    
}

div.about-us-head #menu-wrapper ul li a.about-us-item {
    background-color:#AA0F33;
    color:#ffffff;    
}

div.services-head #menu-wrapper ul li a.services-item {
    background-color:#AA0F33;
    color:#ffffff;    
}

div.blog-head #menu-wrapper ul li a.blog-item {
    background-color:#AA0F33;
    color:#ffffff;    
}

div.contact-us-head #menu-wrapper ul li a.contact-us-item {
    background-color:#AA0F33;
    color:#ffffff;    
}

/* slider begin */


#slider {
        position:relative;
}

#slider div.slide-img-wrapper { 
        position:absolute;
        left:0px;
        top:0px;
	width:100%;
	height:auto;
        display:none;
}

#slider img {
        /* max-width:100%; */
        width:100%;
        height:auto;
        display:block;
}


#slider  div.slide-img-wrapper:first-child {
        display:block; 
}


a.slide-nav {
        position:absolute;
        top:50%;
        width:55px;
        height:108px;
        cursor:pointer;
}

a.slide-nav-prev {
        left:5px;
        background-image : url(images/ls_left.png) !important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

a.slide-nav-next {
        right:5px;
        background-image : url(images/ls_right.png) !important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}


/* slider end */

/* new slider  */

#slide-wrapper {
    position:relative;
    z-index:5;
}

#slideshow {
    position:relative;
    /* height:350px; */
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width:100%;
    height:auto;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slide-wrapper #trans-img {
    width:100%;
    height:auto;
    display:block;
}


/* end of new slider */

#slider-shadow-wrapper {
    width:100%;
    position:relative;
}

#slider-shadow {
    position:absolute;
    left:0px;
    background:url('images/shadow.png');
    background-size:100% 100%;
    width:100%;
    height:60px;
    bottom:-60px;
}

/* services */
#home-service-wrapper {
    width:100%;
    padding-top:50px;
    padding-bottom:50px;
    position:relative; 
    margin:auto;
    background-color:#ffffff;    
}

#home-service-header {
    width:100%;
    margin:auto;
    text-align:center;
    padding-top:20px;
    padding-bottom:40px;
    font-size:36px;
}


#home-service-content .service-col3 {
    width:300px;
    float:left;
    text-align:center;
    margin-left:130px;    
    height:300px;
    /* background-color:rgb(240,242,244); */
    border-radius:6px;
    display:table;
    /* box-shadow: 0 0 5px #000000; 
    -moz-box-shadow: 0 0 5px #000000; 
    -webkit-box-shadow: 0 0 5px #000000; 
    -o-box-shadow: 0 0 5px #000000; */
    text-align:center;
}

    
#home-service-content .service-col3:first-child {
    margin-left:0px;
}

#home-service-content .service-coll-hover {
    display:none; /* removed */
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    border-radius: 6px;
    transition : all .7s ease-in-out;
}

#home-service-content .service-col3 .service-img-wrapper {
    height:128px;
    width:128px;
    padding:20px;
    border-radius:100%;
    margin:auto;
    background-color:#AA0F33;
    margin-top:40px;
}

#home-service-content .service-col3 .service-img-wrapper img{
    margin:auto;
}



#home-service-content .service-col3:hover {
    box-shadow: 0 0 20px rgba(170,15,51,0.6); 
    -moz-box-shadow: 0 0 20px rgba(170,15,51,0.6); 
    -webkit-box-shadow: 0 0 20px rgba(170,15,51,0.9); 
    -o-box-shadow: 0 0 20px rgba(170,15,51,0.6);
}

#home-service-content .service-col3:hover .service-coll-hover {
     /*   background-color:rgba(0,0,0,0.6); */
}

#home-service-content .service-col3 .service-coll-hover a.service-btn {
    /*    visibility:hidden; */
}


#home-service-content .service-col3:hover .service-coll-hover a.service-btn {
    /*    visibility:visible; */
}


a.service-btn {
    
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    /* background-color: rgba(219,87,5,1); */
    background-color: #aa0f33;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 25px;
    display: block;
    padding: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    */
    
    -webkit-box-shadow: 0px 9px 0px rgba(116,8,33,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(116,8,33,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(116,8,33,1), 0px 9px 25px rgba(0,0,0,.7);    
    
    margin:auto;
    width: 160px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

a.service-btn:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}


#home-service-content .service-col3 a.service-btn {
    margin:100px auto;
}


#home-about-us-wrapper a.service-btn {
    margin-top:20px;
}

#home-service-content .service-col3 h4 {
    margin-top:30px;
    font-size:24px;
}


.main-content-title {
    width:100%;
    background-color:#AA0F33;
    text-align:center !important;
    padding-top:60px;
    padding-bottom:60px;
    font-size:48px;
    font-weight:bold;
    color:#ffffff;
}

.main-content h1 {
    font-size:36px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}

p {
    font-size:20px;
    line-height:30px;
    text-align:justify;
}


#home-about-us-img-wrapper {
    padding-left:0px;
    padding-top:40px;
}


#home-about-us .container {
    margin-top:60px;
    margin-bottom:60px;
}

#home-about-us .container p {
    font-size:20px;
    line-height:30px;
    text-align:center;
}


#about-us-short-wrapper {
    position:relative;
    width:100%;
    height:400px;
    background-color: #c57962; /* this is for lower browser versions  */
    background-image:url('images/no-offshore.jpg'); 
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about-us-short {
    width:100%;
    height:400px;
    position:absolute;
    left:0px;
    top:0px;
    background:url('images/dot-overlay.png') repeat; 
}

#about-us-short h1 {
    text-align:center;
    font-size:30px;
    line-height:40px;
    color:#ffffff;
    font-weight:bold;
    margin-top:120px; /* 2017DEC */
}




.lets-talk-wrapper {
    position:relative;
    width:100%;
    height:500px;
    background-color: #c57962; /* this is for lower browser versions */
    background-image:url('images/lets-talk.jpg'); 
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lets-talk {
    width:100%;
    height:500px;
    position:absolute;
    left:0px;
    top:0px;
    background:url('images/dot-overlay.png') repeat; 
}

.lets-talk p.lets-talk-head {
    text-align:center;
    font-size:50px;
    line-height:50px;
    color:#ffffff;
    font-weight:bold;
    margin-top:100px;
}

.lets-talk p.lets-talk-desc {
    text-align:center;
    font-size:30px;
    line-height:40px;
    color:#ffffff;
    font-weight:bold;
    margin-top:60px;
}


.lets-talk a.service-btn {
    margin-top:100px;
}

/* about us */
.container {
    width:1170px;
    margin:auto;
}

.span4 {
    width:33.3333%;
    float:left;
}

.span6 {
    float:left;
    width:50%;
}

.span8 {
    width:66.6667%;
    float:left;
}

.span {
    padding:20px;
    box-sizing: border-box;
}

.col-6 {
    width:50%;
    float:left;
}

#about-us-left, #about-us-right {
    padding-left:20px;
    padding-right:20px;
    padding:20px;
    text-align:justify;
}

.about-us-img {
    width:100%;
    height:auto;
}





/* --------------- */

.about-us-main-content-wrapper * {
    text-align:justify;
}
            
.about-us-main-content-wrapper p {
    text-align:justify;
    padding-top:20px;
    padding-bottom:20px;
}

.about-us-main-content-wrapper .main-content {
    margin-top:25px;
}


#our-mission {
    margin-top:35px;
}

#our-mission p {
    text-align:center;
}


/* about us image */
#about-us-image-wrapper {
    position:relative;
    width:100%;
    height:400px;
    background-color: #c57962;
    background-image:url('images/imagination.jpg'); 
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#about-us-image {
    width:100%;
    height:400px;
    position:absolute;
    left:0px;
    top:0px;
    background:url('images/dot-overlay.png') repeat; 
}

#about-us-image h1 {
    text-align:center;
    font-size:30px;
    line-height:40px;
    color:#ffffff;
    font-weight:bold;
    margin-top:150px;
}






.col3 {
    width : 25%;
    float:left;
    padding-left:30px;
    padding-right:0px;
    font-size:20px;
    line-height:30px;
}

.col9 {
    width : 75%;
    float:left;
    padding-left:0px;
    padding-right:15px;
    font-size:20px;
    line-height:30px;    
}

.why-choose-us-img-wrapper {
    width:75px;
    height:75px;
    border-radius:100%;
    background-color:#AA0F33;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}


.why-choose-us-img-wrapper img {
    width:40px;
    height:auto;
}


#why-choose-us .content-block:hover .why-choose-us-img-wrapper {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}



.about-us-main-content-wrapper .content-block {
    margin-top:40px;
}


.about-us-main-content-wrapper strong {
    font-weight:bold;
}

#why-choose-us {
    margin-top:60px;
}

.content-block .col3 img {
    /* width:100%; */
}



/* services page */
.services-main-content-wrapper h1 {
    line-height:40px;
}


.services-main-content-wrapper .container {
    padding-top:20px;
    padding-bottom : 20px;
}

.services-main-content-wrapper .main-content {
    margin-top:25px;
}

.services-img-wrapper, .services-desc-wrapper {
    width:50%;
}

.services-main-content-wrapper-imgLeft {
    background-color:#fff6f6;
}

.services-main-content-wrapper-imgLeft .services-img-wrapper {
    float:left;
}

.services-main-content-wrapper-imgRight .services-img-wrapper {
    float:right;
}

.services-main-content-wrapper-imgLeft .services-desc-wrapper {
    float:left;
}

.services-main-content-wrapper-imgRight .services-desc-wrapper {
    float:right;
}


.services-img-wrapper h2, .services-desc-wrapper h2 {
    font-weight:bold;
    font-size: 25px;
    line-height:40px;
}

.services-img-wrapper h2 {
    display:none;
}


.services-img-wrapper .service-img {
    max-width:100%;
    height:auto;
}

.services-img-wrapper {
    padding-left:15px;
    padding-right:15px;
}


.services-desc-wrapper {
    padding-left:15px;
    padding-right:15px;
    font-size:20px;
    line-height:30px;
    text-align:justify;
}




/* services image */
#services-image-wrapper {
    position:relative;
    width:100%;
    height:600px;
    background-color: #c57962;
    background-image:url('images/web-solutions.jpg'); 
    background-position:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#services-image {
    width:100%;
    height:600px;
    position:absolute;
    left:0px;
    top:0px;
    /* background:url('/images/dot-overlay.png') repeat; */
}

#services-image h1 {
    text-align:center;
    font-size:60px;
    line-height:60px;
    color:#ffffff;
    font-weight:bold;
    margin-top:250px;
}




#services-shadow-top-wrapper {
    width:100%;
    position:relative;
}

#services-shadow-top {
    position:absolute;
    left:0px;
    background:url('images/shadowb.png');
    background-size:100% 100%;
    width:100%;
    height:60px;
    top:-60px;
}


#services-shadow-bot-wrapper {
    width:100%;
    position:relative;
}

#services-shadow-bot {
    position:absolute;
    left:0px;
    background:url('images/shadow.png');
    background-size:100% 100%;
    width:100%;
    height:60px;
    bottom:-60px;
}



/* contact us page */
#contact-us {
    margin-top:25px;
    margin-bottom:25px;
}

.col-12 {
    width:100%;
}

.span12 {
    width:100%;
}

.contact-us-main-content-wrapper .main-content {
    /* margin-top:25px; */
}

.contact-us-main-content-wrapper .main-content .container p {
    text-align:center;
    font-size:20px;
}

.contact-us-main-content-wrapper .main-content .container label {
    font-size:20px;
}


.input-control {
    width:100%;
    height:45px;
    border-radius: 6px;
    border:1px solid #000;
    padding:10px 16px;
    font-size:20px;
}



.contact-us-main-content-wrapper .span12 {
    box-sizing:border-box;
    padding:30px;    
    float:none;
}



.contact-us-main-content-wrapper .formInput {
        width:100%;
        box-sizing:border-box;
        padding:5px;
        margin-top:5px;
        border:1px solid #cccccc;
        line-height:20px;
        border-radius:4px;
}

.contact-us-main-content-wrapper .formInputWrapper {
        padding-bottom:30px;
}


.contact-us-main-content-wrapper .contact-form-btn {
        background: #585858; 
        color: white; 
        border-style: solid; 
        border-color: black;
        width:85px;
        height:40px;
        font-family:verdana;
        font-size:15px;
        border: 1px solid #000000;
}






/* footer */
#footer {
    width:100%;
    background-color:grey;
    padding-top:40px;
    padding-bottom:40px;
    font-size:20px;
    text-align:center;
}



#social-wrapper {
   width:160px;
   height:50px;
   padding:0px;
   margin:auto;
}

#social-wrapper #social {
   padding:0px;
}

#social li {
   float:left;
   display:inline;
   margin-left:12px;
}

#social li {
   width:36px;
   height:36px;
}

#social li a {
   width:36px;
   height:36px;
   font-size:0px !important;
   display:block;
}



#social li.fb {
   background : url("images/social/facebook.png") no-repeat;
}

#social li.ln {
   background : url("images/social/linked-in.png") no-repeat;
}

#social li.gl {
   background : url("images/social/google.png") no-repeat;
}


/* media queries */
@media screen and (min-width: 1200px) {
    
    #header {
        width: 1170px;
    }
    
    .container {
        width:1170px;
    }
}


@media screen and (min-width: 980px) and (max-width : 1199px) {
    
    #header {
        width: 940px;
    }
    
    .container {
        width:940px;
    }
    
    #home-service-content .service-col3 {
        width:250px;
        height:300px;
        margin-left:80px;
    }
    
    #home-service-content .service-col3 .service-img-wrapper {
        margin-top:20px;
    }
    
    #home-service-content .service-col3 h4 {
        margin-top:25px;
    }
    
    
    .col3 {
        padding-left:0px;
    }
    
}






@media only screen and (min-width:768px) and (max-width:979px) {
    
    
    .container {
        width:724px;
    }
    
    
    #menu-wrapper ul li a {
        font-size:16px;
    }
    
    #home-service-content .service-col3 {
        width:200px;
        margin-left:40px;
        height:250px;
    }
    
    
    #home-service-content .service-col3 .service-img-wrapper {
        width:90px;
        height:90px;
        margin-top:20px;
    }
    
    #home-service-content .service-col3 .service-img-wrapper img {
        max-width:75px;
    }    
    
    
    #home-service-content .service-col3 h4 {
        margin-top:20px;
    }
    
    #home-service-content .service-col3 a.service-btn {
        width:120px;
        font-size:20px;
        margin:80px auto;
    }
    
    
    
    
    .span {
        padding:20px;
    }
    
    .span4 {
        float:none;
        width:100%;
    }
    
    
    .span6 {
        float:none;
        width:100%;
    }
    
    .span8 {
        float:none;
        width:100%;
    }
    
    
    .container p {
        padding:20px;
    }
    
    .col3 {
        width:20%;
        text-align:center;
    }
    
    .col9 {
        width:80%;
        padding-right:20px;
    }
    
    .rightspan {
        padding-top:0px;
    }
    
    .leftspan {
        padding-bottom:0px;
    }
    
    
    /* services */

    .services-main-content-wrapper-imgLeft .services-img-wrapper, .services-main-content-wrapper-imgLeft .services-desc-wrapper {
        float:none;
        width:100%;
    }

    .services-main-content-wrapper-imgRight .services-img-wrapper, .services-main-content-wrapper-imgRight .services-desc-wrapper {
        float:none;
        width:100%;
    }    
    
    .services-main-content-wrapper-imgLeft, .services-main-content-wrapper-imgRight {
        text-align:center;
    }
    
    .services-main-content-wrapper-imgLeft .services-img-wrapper .service-img, .services-main-content-wrapper-imgRight .services-img-wrapper .service-img {
        width:auto;
        padding-top:20px;
        padding-bottom:20px;
    }
    
    .services-img-wrapper h2 {
        display:block;
    }
    
    .services-desc-wrapper h2 {
        display:none;
    }
    
    
    .col3 {
        padding-left:0px;
    }    
    
    
    /* services image */
    #services-image-wrapper {
        height:294px;
        background-image:url('images/web-solutions-980-294.jpg'); 
    }

    #services-image {
        height:294px;
        background:url('images/dot-overlay.png') repeat; 
    }

    #services-image h1 {
        font-size:30px;
        line-height:30px;
        margin-top:120px;
    }    
    
    
    
    
}

@media only screen and (max-width:767px) {
    
    /*
    #home-service-content .service-col3 {
        width:100%;
        float:none;
        text-align:center;
        display:block;
    }
    */
    
    .container {
        width:100%;
    }
    
    #logo-wrapper {
        float:none;
        width:100%;
        padding-top:20px;
    }
    
    #logo-wrapper img {
        margin:auto;
    }
    
    #menu-wrapper {
        float:none;
        margin-top:30px;
    }
    
    #menu-wrapper ul {
        width:460px;
        margin:auto;
    }
    
    #menu-wrapper ul li a {
        padding:15px;
        font-size:16px;
    }
    
    
    #home-service-content .service-col3 {
        float:none;
        margin:auto;
        margin-top:30px;
    }
    
    #home-service-content .service-col3:first-child {
        margin-top:0px;
        margin:auto;
    }    
    
    #home-about-us-img-wrapper {
        padding-left:20px;
    }    
    
    
    
    .span {
        padding:20px;
    }
    
    .span4 {
        float:none;
        width:100%;
    }
    
    
    .span6 {
        float:none;
        width:100%;
    }
    
    .span8 {
        float:none;
        width:100%;
    }
    
    
    .container p {
        padding:20px;
    }
    
    .col3 {
        width:20%;
        text-align:center;
    }
    
    .col9 {
        width:80%;
        padding-right:20px;
    }
    
    .rightspan {
        padding-top:0px;
    }
    
    .leftspan {
        padding-bottom:0px;
    }    
    
    
    
    
    
    .services-main-content-wrapper-imgLeft .services-img-wrapper, .services-main-content-wrapper-imgLeft .services-desc-wrapper {
        float:none;
        width:100%;
    }

    .services-main-content-wrapper-imgRight .services-img-wrapper, .services-main-content-wrapper-imgRight .services-desc-wrapper {
        float:none;
        width:100%;
    }    
    
    .services-main-content-wrapper-imgLeft, .services-main-content-wrapper-imgRight {
        text-align:center;
    }
    
    .services-main-content-wrapper-imgLeft .services-img-wrapper .service-img, .services-main-content-wrapper-imgRight .services-img-wrapper .service-img {
        width:auto;
        padding-top:20px;
        padding-bottom:20px;
    }
    
    .services-img-wrapper h2 {
        display:block;
    }
    
    .services-desc-wrapper h2 {
        display:none;
    }    
    
    
    
    
    
    

    #about-us-short-wrapper {
        height:286px;
    /*    background-image:url('images/img04-767X286.jpg'); */
    /*    background:url("images/img04-767X286.jpg");*/
        background-image:url('images/offshore-767-255.jpg'); 
        background:url("images/offshore-767-255.jpg");        
    }

    #about-us-short {
        width:100%;
        height:286px;
    }

    #about-us-short h1 {
        font-size:20px;
        line-height:25px;
        margin-top:100px;
    }    
    
    
    
    
    
    
    
    
    
    
    
    
    .lets-talk p.lets-talk-head {
        text-align:center;
        font-size:40px;
        line-height:40px;
        color:#ffffff;
        font-weight:bold;
        margin-top:60px;
    }

    .lets-talk p.lets-talk-desc {
        text-align:center;
        font-size:25px;
        line-height:30px;
        color:#ffffff;
        font-weight:bold;
        padding-left:20px;
        padding-right:20px;
    }    
    
    
    .col3 {
        padding-left:0px;
    }    
    
    
    #about-us-image-wrapper {
        height:270px;
        background-image:url('images/imagination767X270.jpg'); 
    }

    #about-us-image {
        width:100%;
        height:270px;
    }

    #about-us-image h1 {
        font-size:25px;
        margin-top:100px;
    }
    
    
    
    /* services image */
    #services-image-wrapper {
        height:230px;
        background-image:url('images/web-solutions-600-230.jpg'); 
    }

    #services-image {
        height:230px;
        background:url('images/dot-overlay.png') repeat; 
    }

    #services-image h1 {
        font-size:30px;
        line-height:30px;
        margin-top:100px;
    }    
    
    
}


@media only screen and (max-width:480px) {
    
    #logo-wrapper {
        float:none;
        width:100%;
        padding-top:20px;
    }
    
    #logo-wrapper img {
        margin:auto;
    }
    
    #menu-wrapper {
        display:none;
    }    
    
    
    #mnav-wrapper {
        display:block;
    }
    
    
    .container {
        width:100%;
    }
    

    .main-content h1 {
        font-size: 30px;
    }    
    
    #home-about-us .container p {
        font-size: 16px;
        line-height: 25px;
        text-align:justify;
    }    
    
    #home-service-content .service-col3 {
        margin:auto;
        margin-top:30px;
    }
    
    #home-service-content .service-col3:first-child {
        margin-top:0px;
    }
    
    
    .lets-talk p.lets-talk-head {
        text-align:center;
        font-size:30px;
        line-height:35px;
        color:#ffffff;
        font-weight:bold;
        margin-top:60px;
    }

    .lets-talk p.lets-talk-desc {
        text-align:center;
        font-size:25px;
        line-height:30px;
        color:#ffffff;
        font-weight:bold;
        padding-left:20px;
        padding-right:20px;
    }    
    
    .about-us-main-content-wrapper .content-block {
        margin-top:20px;
    }
    
    .col3 {
        padding-left:0px;
        font-size:16px;
        line-height:20px;
    }    
    
    
    .col9 {
        font-size:16px;
        line-height:25px;    
    }    
    
    p {
        font-size:16px;
        line-height:25px;    
    }
    
    .services-desc-wrapper {
        font-size:16px;
        line-height:25px;    
    }
    
    .why-choose-us-img-wrapper {
        width:50px;
        height:50px;
    }
    
    .why-choose-us-img-wrapper img {
        width:20px;
        height:auto;
    }
    
    
    
    
}