@import url("font.css");
body { 
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    background: #fff !important;
    color: #2b2b2b;  
}

/**********   COLORS   **********/
/*******************************/
.red{
    color:#ec1c24;
}
.red_bg{
    background-color: #ec1c24 !important;
}
.black{
    color:#000 !important;
}
.black_bg{
    background-color:#000 !important;
}
.white{
    color:#fff !important;
}
.white_bg{
    background-color:#fff !important;
}
.blue{
    color:#3786c6;
}
.dark_blue_bg{
    background:#2970d4 !important;
}
.grey_bg{
    background:#eee !important;
}
.l_blue_bg{
    background:#bee6fa;
}

.blue_bg{
    background:#3786c6 !important;
}

.dark_grey{
    color: #2b2b2b !important;
}
/*******************************/
/********** END COLORS **********/

/*********** GENERAL ***********/
/*******************************/
.list{
    list-style: none;
    padding: 10px 0px;
}
.listdisc{
    list-style: none;
    padding: 10px 0px;
}
.listdisc li:before{
    background: rgba(0,0,0,0.3);
    content: " ";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: 15px;
    left: 0px;
    padding:15px;
}
.listdisc li{
    background: #319386;
    color:#fff;
    margin: 2px;
    position: relative;
    padding: 8px;
    padding-left: 38px;
}
.listdisc li span{
    position:absolute;
    left:9px;
    top:11px;
    z-index:5000;
}

.list li.white_list{
    background: #fff;
    color: #000;
    width: 100%;
}
.widerimg{
    width: 100%;
    height: auto;
}
.narrowimg{
    width: auto;
    height: 100%;
}
.stdimg_wide{
    width: 200px;
    height: auto;
}
.largeimg_wide{
    width: 400px;
    height: auto;
}
.stdimg_narrow{
    height: 200px;
    width: auto;
}
.bold{
    font-weight: 600 !important;
}
.main_container{
    width: 100%;
    display: inline-block;
}
.full-width{
    width: 100% !important;
}
.full-width.drop_shadow_low,.full-width.drop_shadow_up{
    z-index: 100;
    position: relative;
}
.block{
    display: block;
}

.nopad{
    padding: 0 !important;
}
.text-indent
{
    text-indent:50px;
}
.nomargin{
    margin: 0;
}
.nopad-sides{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.inlineblock{
    display: inline-block;
}
.half-width{
    display: inline-block;
    width: 49.7%;
}
.prefull-width
{
    display:inline-block;
    width:130px;
    height:130px;
    padding:3px;
    box-shadow:0px 0px 5px rgba(100,100,100,0.3);
}
.vertical-top
{
    vertical-align:top;
}
.fright{
    float: right;
}
.italics{
    font-style: italic;
}
.border_bottom{
    border-bottom: 1px solid #0d8aa8;
}

.drop_shadow_low{
    box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.2);
    /*    position: relative;*/
}

.drop_shadow_up{
    box-shadow: 0px -10px 15px -2px rgba(0,0,0,0.2);
    /*    position: relative;*/
}

.space_top{
    margin-top: 30px !important;
}
.small_space_top{
    margin-top: 10px;
}
.small_space_bottom{
    margin-bottom: 10px;
}
.space_bottom{
    margin-bottom: 30px !important;
}
.padd_top{
    padding-top: 30px;
}
.padd-top-bott-small
{
    padding:5px 0px !important;
}
.padd_bottom{
    padding-bottom: 30px;
}
.padd_medium_top{
    padding-top: 20px !important;
}
.padd_medium_bottom{
    padding-bottom: 20px !important;
}
.padd_small_bottom{
    padding-bottom: 8px !important;
}
.padd_small_top{
    padding-top: 8px !important;
}

.left-spacing{
    margin-left: 35px;
}

.right-spacing{
    margin-right: 35px;
}

.left-pad-spacing{
    padding-left: 35px !important;
}

.right-pad-spacing{
    padding-right: 35px !important;
}

.centered{
    text-align: center;
}
.col-center{
    float: none !important;
    margin: 0 auto;
}
.nofloat{
    float: none !important;
}
.automargin{
    margin-left:auto;
    margin-right:auto;
}
.absolute{
    position: absolute !important;
}
.color-white
{
    color:white !important;
}
.margin_auto
{
    margin:0px auto !important;
}
.notextdecoration{
    text-decoration: none;
}
.notextdecoration:hover{
    text-decoration: none;
}
/*******************************/
/******** GENERAL END **********/


/*.right-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000000;
}*/

/* Header */

#distribution{
    background-image: url(../images/distribution_bg.png);
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    background-size: cover;
    position: static !important;
}
.whatwedobg{
    background-image: url(../images/wedo_bg.png);
    /*background-color: #f45859;*/
    position: static !important;
    background-attachment: fixed;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}




.ban_center_img{
    margin: 10px 0px;
}

.blue_bar{
    width: 100%;
    background: #3786c6;
    height: 10px;
    display: block !important;
}
.menu_bg{
    background: #fff;
    width: 100%;
    position: relative;
}
.halftrans{
    background-color: rgba(255,255,255,0.3);
}

.menu_container{
    overflow: hidden;
    clear: both;
}
.menu,.menu *{

}
.menu{
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

#logo{
    -webkit-transition: width 0.5s; 
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}
.logo_before{
    width: 250px;
    height: auto;
}
.logo_after{
    width: 150px;
    height: auto;
}
.logo_link{
    padding: 0px !important;
    margin: 0px !important;
}
.menu.left{
    padding-top: 5px;
    padding-left: 15px;
}
.menu.left li{
    padding: 0px !important;
    margin: 0px !important;
}
.menu.right{
    float: right;
    margin-top: 15px;
}
.clear{
    clear:both;
}
.menu li{
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.menu li ul{
    position: absolute;
    display: none;
    background: #ffdbdb;
    margin: 0;
    padding: 0;
    z-index: 30;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    /*    white-space:nowrap;*/
}
.activemenu{
    background: #3686c7;
    color:#fff !important;
}
.menu.right li:hover{
    background: #3686c7;
    z-index: 35;
}
.menu li:hover ul{
    display: block;
}
.menu li ul{
    min-width: 100px;
}
.menu li ul li{
    display: block;
    background: none;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menu li ul li:last-child{
    border-bottom: none;
}
.menu li ul li a{
    width: 100%;
    background: none;
    padding: 15px 15px !important;
}
.menu li ul li a:hover{
    background: #900;
    color:#FFFFFF;
}

.menu.right a{
    /*font-size: 15px;*/
}

.menu li a{
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 15px 25px;
}
.menu li a:hover{
    color:#FFF;
}
.right_menu li a:hover{
    background: #ffdbdb;
}

.hideoverflow{
    overflow: hidden;
}

.right_menu{
    float:right;
}

/* Banner */

.banner_height{
    height: 400px;
}
.banner{
    overflow:hidden;
    height: 400px;
    position: relative;
}
#myCarousel{
    position: absolute;
    width: 100%;
    display: block;
    z-index: 100;
}
#myCarousel h1{
    font-weight: 200;
    font-size: 28px;
    margin-top: 35px;
    letter-spacing: 1px;
}
.banner_bg{
    position: relative;
    top: 0;
    z-index: -1;
}
.relative{
    position: relative !important;
}
.background_layer_fixed{
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}
.background_layer{
    height: 100%;
    position: absolute !important;
    top: 0;
    overflow: hidden;
    z-index: -1;
}
.service_background_layer{
    height: 100%;
    position: absolute !important;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.background_layer img,.service_background_layer img{
    position: absolute;
}
.bottom{
    bottom: 0;
}
.bottom_image{
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    bottom: 0;
}
.bottom_image img{
    margin-bottom: -90px;
    margin-left: auto;
    margin-right: auto;
}
.top_image{
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: 0;
}
.top_image img{
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
}
.banner_bg img{
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
}
.color_overlay{
    width: 100%;
    display: block;
    opacity: 0.9;
    position: absolute;
    background: #106CAD;
}
.color_overlay_red{
    width: 100%;
    display: block;
    opacity: 0.9;
    position: absolute;
    background: #770000;
}
.button{
    padding: 5px 10px;
    border: 1px solid #fff;
    text-decoration: none;
    background: rgba(255,255,255,.3);
    cursor: pointer;
    font-size: 17px;
}
.plus_icon{
    right:0; font-weight: bold; position: absolute; display: inline-block; padding:7px 10px;
    font-size:25px;
    top:0;
}
.button:hover{
    color:#000 !important;
    background-color: #fff;
    text-decoration: none;
}

.redbutton{
    padding: 5px 10px;
    border: 1px solid #ec1c24;
    text-decoration: none;
    color: #ec1c24 !important;
    background: rgba(236,28,36,.3);
    cursor: pointer;
    font-size: 17px;
}
.redbutton:hover{
    color:#fff !important;
    background-color: #ec1c24;
    text-decoration: none;
}
.more_btn{
    width: 150px;
    text-align: center;
}
.bluebutton{
    padding: 5px 10px;
    border: 1px solid #3786c6;
    text-decoration: none;
    color: #3786c6 !important;
    background: rgba(55,134,198,.3);
    cursor: pointer;
    font-size: 17px;
}
.bluebutton:hover{
    color:#fff !important;
    background-color: #3786c6;
    text-decoration: none;
}

.medium-text{
    font-size: 20px;
}

.above_normal_text{
    font-size: 17px;
}
.macbook_air{
    margin-bottom: -300px;
    opacity: 0.3;
    bottom: 0;
}
.iphone{
    margin-bottom:-100px;
    opacity: 0.7;
    right:0;
    bottom:0;
}
.iphone_left{
    margin-bottom:-100px;
    opacity: 0.7;
    left:0;
    bottom:0;
}
.contact-label{
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    width: 80px;
}
.contact-content{
    display: inline-block;
    vertical-align: top;
}
.title{
    font-weight: 300;
    text-decoration: none;
}

.services_items a{
    color:#fff !important;
    font-size: 20px;
    display: block;
}
.title_spacing{
    margin-bottom: 20px;
    margin-top: 50px;
}
.pronounciation{
    color: #999;
}

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

#header.affix {
    position: fixed;
    top: 0;
    width: 100%
}
.trans_blue_bg{
    background-color: rgba(55,134,198,0.5);
}
.fixed{
    position: fixed;
}
.hexagon .content-wrapper{
    z-index: 2;
}
.hexagon .content-wrapper .content img{

}
.lift_up{
    margin-top: -100px;
}
.subtitle{
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.content-title-icon{
    padding-left: 90px; 
}

.distribution{
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 20px;
}
.client{
    /*    width: 200px;
        height: 100px;*/
    /*box-sizing: border-box;*/
    display: inline-block;
    padding:0px 40px; 
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.client_row{
    padding: 8px 0px;
    margin-left:5px !important;
    margin-right:5px !important;
}
.testimonial_row{
    margin-left:5px !important;
    margin-right:5px !important;
}
.client img{
    width: 200px;
    height: auto;
    vertical-align: middle;
}
.client img.vertical{
    width: auto;
    height: 100px;
    vertical-align: middle;
}
.web_dist{
    background-image: url(../images/web_dist.png);
}
.soft_dist{
    background-image: url(../images/soft_dist.png);
}
.mobile_dist{
    background-image: url(../images/mobile_dist.png);
}
.other_dist{
    background-image: url(../images/other_dist.png);
}



.content-title{
    margin-top: -30px;   
}

.fxd-w-btn{
    width: 230px;  
}

.hexagon_wrapper{
    width: 300px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    z-index: 1;
}
.subcontent{
    padding-left: 40px;
    padding-right: 40px;
}
.readlink{
    font-weight: bold;
    text-decoration: none;
}
.blue_hexagon{
    background: rgba(55,134,198,0.7);
    border-color: rgba(55,134,198,0.7);
}
.hex_holder{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}
.hex_holder svg{
    width: 300px;
    height: 260px;
}
.hexagon{
    width: 150px;
    height: 260px;
    top: 0;
    left: 75px;
    box-sizing: border-box;
    z-index: -1;
    position: absolute;
}
.hexagon:before{
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    margin-left: -75px;
    border-right: 75px solid;
    border-right-color: inherit;
    border-top: 130px solid transparent;
    z-index: -1;
    border-bottom: 130px solid transparent;
}
.hexagon:after{
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    margin-right: -75px;
    border-left: 75px solid;
    border-left-color: inherit;
    z-index: -1;
    border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
}



/* CIRCLE */
.circle{
    text-align: center;
    width: 100px;
    height: 100px;
    display: inline-block;

}
.circle_parent:first-child .circle:hover{
    background: #fff;
    color: #0d8aa8 !important;
}
.circle_parent:first-child .circle:hover .readmore{
    color: #0d8aa8 !important;
}
.circle_parent:first-child .circle:hover .circle_title{
    margin-top: -15px;
}

.circle_parent:nth-child(2) .circle:hover{
    background: #0d8aa8;
    color: #fff;
}
.circle_parent:nth-child(2) .circle:hover .readmore{
    color: #fff;
}
.circle_parent:nth-child(2) .circle:hover .circle_title{
    margin-top: -15px;
}

.circle_parent:nth-child(3) .circle:hover{
    background: #0d8aa8;
    color: #fff;
}
.circle_parent:nth-child(3) .circle:hover .readmore{
    color: #fff;
}
.circle_parent:nth-child(3) .circle:hover .circle_title{
    margin-top: -15px;
}

.circle_title{
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    transition:margin-top .5s;
    -webkit-transition:margin-top .5s; 
    -moz-transition: margin-top .5s;
    display:inline-block;
}
.circle_content{
    margin-top: 20px;  
}
/* FOOTER START */
.footer
{
    background-image:url(../images/footer-bg.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.foot_social_icons ul
{
    margin:20px 0px;
    padding:0;
}
.foot_social_icons ul li
{
    list-style-type:none;
    display:inline-block;
    margin:5px;
}
#contact_google_map
{
    cursor:none !important;
}
/* FOOTER END */
/* About CSS Start */
.border-circle
{
    border-radius:50%;
}
.spark{
    background-image: url(../images/id_bg.png);
    background-size: 100% auto;
    background-position: center bottom;
    width: 250px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 1s;
    /*-webkit-transition: -webkit-transform 1s;*/
}

.spark:hover{
    /*-webkit-transform: rotate(7deg);*/
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
}


@keyframes shake {
    0%   {transform: rotate(0deg);}
    30%  {transform: rotate(7deg);}
    50%  {transform: rotate(0deg);}
    70%  {transform: rotate(5deg);}
    80%  {transform: rotate(0deg);}
    90%  {transform: rotate(4deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes shake {
    0%   {-webkit-transform: rotate(0deg);}
    30%  {-webkit-transform: rotate(7deg);}
    50%  {-webkit-transform: rotate(0deg);}
    70%  {-webkit-transform: rotate(5deg);}
    80%  {-webkit-transform: rotate(0deg);}
    90%  {-webkit-transform: rotate(4deg);}
    100% {-webkit-transform: rotate(0deg);}
}


.spark .team_img{
    height:150px;
    overflow:hidden;
}
.spark .name{
    font-size:18px;
    color:#00294a;
    padding: 10px 5px 0px;
}
.spark .about{
    text-align: center;
    padding: 15px 10px;
}
.spark .designation{
    color:#999;
    padding-bottom: 10px;
}

.team-title
{
    padding:2px;
    font-size:18px;
    color:#00294a;
    text-shadow:1px 1px 1px rgba(255,255,255,0.4);
}
.bg_image
{
    background-image:url(../images/wedo_bg.png);
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-repeat:no-repeat;
    /*background-attachment: fixed;*/
}
/* About CSS End */
/*Service Start*/
.sland_parent
{
    width:100%;
    height:80px;
    overflow:hidden;
}
.sland_right
{
    background: none repeat scroll 0 0 #3786c6;
    height: 97%;
    margin-left: 10px;
    margin-top: -54px;
    transform: rotate(182deg);
    -webkit-transform:rotate(182deg);
    width: 100%;
}
.sland_left
{
    background: none repeat scroll 0 0 #3786c6;
    height: 97%;
    margin-top: 55px;
    margin-left:-2px;
    transform: rotate(362deg);
    -webkit-transform:rotate(362deg);
    width: 100%;
}
.red_part
{
    background: #993232;
    color: #fff;
}
.yellow_part
{
    background: #ffb64d;
    color: #fff;
}
.bluegreen_part{
    background: #319386;
    color:#fff;
}
.lightred_part{
    background: #f45859;
    color:#fff;
}
.green_part{
    background: #007236;
    color: #fff;
}
.white_part{
    background: #fff;
    color: #222222;
}
.blue_part{
    background: #256597;
    color: #222222;
}
.service_part,.product_part{
    padding-bottom: 20px;
    padding-top: 20px;
}
.service_part .content_right,.product_part .content_right{
    padding-right: 40px !important;
}
.service_part .content_left,.product_part .content_left{
    padding-left: 40px !important;
}
.service_part img{
    position: absolute;
    z-index: 10;
}
.product_part img{
    z-index: 10;
}
.web_img{
    margin-top: -70px;
}
.normal_btn{
    padding: 10px 30px;
    text-decoration: none !important;

}
.normal_btn_white{
    background: #fff;
    color: #000;
    padding: 10px 30px;
    text-decoration: none !important;
}
.normal_btn_red{
    background: #993232;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none !important;
}
.normal_btn_red:hover{
    color:#fff !important;
}
.service_title
{
    font-size:30px;
    overflow:hidden;

}
.container{

}
.service_part_title
{
    width:100%;
}
.services_img
{
    /*    transform:scale(0,0);
        -webkit-transform:scale(0,0);
        transition:all ease 1s;
        -webkit-transition:all ease 1s;*/
}
.normal_services_img
{

}
.hidename
{
    opacity:0;
}
/*Service End*/

/* Portfolio */

.section_bg,.section_bg canvas{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}

#portfolio{
    /*background: url('../images/HighRes/distribution_bg.png');*/
    /*background-size: cover;*/
    background: #3786c6;
}
.portfolio_holder{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
.portfolio{
    height: auto;
    position: relative;
    overflow: hidden;
}
.portfolio img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);

    transition:all ease-out .1s;
    -webkit-transition:all ease-out .1s; 
    -moz-transition: all ease-out .1s;
}
.portfolio:hover img{
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    opacity: 0.7;
}
.portfolio:hover .overlay_color{
    display: block;
}
.portfolio:hover .overlay_content{
    display: block;
}
.overlay_red{
    background-color: rgba(255,0,0,0.7);
}
.overlay_blue{
    background-color: rgba(0,0,150,0.7);
}
.overlay_green{
    background-color: rgba(0,150,0,0.7);
}
.portfolio .overlay_color{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    transition:display .5s;
    -webkit-transition:display .5s; 
    -moz-transition: display .5s;
}
.portfolio .overlay_content{
    width: 100%;
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 80px;
    display: none;

    transition:display .5s;
    -webkit-transition:display .5s; 
    -moz-transition: display .5s;
}
.portfolio .overlay_content p{
    font-size: 20px;
    margin: 0px auto 5px auto;
    display: block;
}
.portfolio .overlay_content a{
    text-decoration: none;
    border: solid 1px #fff;
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    margin: 10px auto;
    display: inline-block;
}
.small_text{
    font-size: 13px !important;
}
.portfolio .overlay_content a:hover{
    background: #fff;
    color: #000;
}
.portfolio_img{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.pagination{
    text-align: center;
}
.pagination a{
    padding: 5px 10px;
    border: 1px solid #fff;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 0px 5px;
    color: #fff;
    display: inline-block;
}
.pagination a:hover{
    background: #fff;
    color: #004181;
}
.paginationactive{
    background: #fff;
    color: #004181 !important;
}
/* End Portfolio */


/* Contact Map */

#map_canvas{
    height: 100%;
    margin: 0px;
    padding: 0px
}
#map{
    height: 100%;
    margin: 0px;
    padding: 0px 
}
.detail{
    margin: 10px 0px;
}
.detail .icon{
    width: 31px;
    height: 31px;
    background-size: 100% 100%;
    display: inline-block;
    margin: 10px 10px 10px 0px;
    vertical-align: middle;
}
.detail .content{
    display: inline-block;
    vertical-align: middle;
}
.address{
    background-image: url(../images/address_icon.png);
}
.phone{
    background-image: url(../images/phone_icon.png);
}
.mail{
    background-image: url(../images/mail_icon.png);
}
.address_bw{
    background-image: url(../images/address_icon_bw.png);
}
.phone_bw{
    background-image: url(../images/phone_icon_bw.png);
}
.mail_bw{
    background-image: url(../images/mail_icon_bw.png);
}

.contact_top_img{
    margin-top: -40px;
}
#contact_us{

}
.tablet_holder{
    width: 100%;
    /*background: url(../images/ipad_contact.png);*/
    padding: 45px 20px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-top: -70px;
    margin-left: -20px;
    z-index: 1000;

}
.ipad_home_button{
    left: 50%;
    margin-left: -12px;
    bottom: 15px;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #ccc;
    border: 2px outset rgba(0,0,0,0.3);
    border-radius: 15px;
    z-index: 1001;
    cursor: pointer;
}
.ipad_cam{
    left: 50%;
    margin-left: -4px;
    top: 25px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #444;
    border-radius: 4px;
    z-index: 1001;
}
.simulate_shadow{
    position: absolute;
    z-index:0;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 25px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.7);
    /* background: url(../images/ipad_contact.png); */
    background-size: 100% 100%;
    background-position: center;
    background-color: #FFF;
    border: 2px solid #888;
}
.lock_screen{
    position: absolute;
    z-index:0;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.3);
    text-align: center;
}
.slide{
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    height: 46px;
    color:#aaa;
    display: inline-block;
    width: 156px;
    position: absolute;
    margin-left: -75px;
    bottom: 20px;
}
.slide:after{
    content: "Slide to Unlock";
    position: absolute;
    left: 0;
    width: 150px;
    padding-top: 12px;
    z-index: 10;
}
.slide span{

}
.slide_btn{
    width: 40px;
    height: 40px;
    background: #ccc;
    float: left;
    border-radius: 20px;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-size:60%;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
    margin: 3px;
}

.tablet_wallpaper{
    padding: 0px;
    background: url(../images/wedo_bg.png);
    background-size: cover;
    height: 100%;
    z-index:5;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2)
}
.tablet_form{
    border: 1px solid rgba(0,0,0,0.5);
    background: #fff;
    /* border-radius: 4px;*/
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.5);*/
    overflow: hidden;
    visibility: hidden;
}
.show_contact{
    animation: show_contact 1s;
    -webkit-animation: show_contact 1s;
}
.message_dialog{
    text-align: center;
    background: #fff;
    border: 1px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    border:1px solid rgba(0,0,0,0.3);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: none;
    border-radius: 5px;
    overflow: hidden;
}
.message_dialog .msg{
    margin: 10px;
}
.message_dialog button{
    width: 100%;
    background: none;
    color: #004181;
    font-weight: bold;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.message_dialog button:hover{
    background: #004181;
    color: #fff;
}
@keyframes show_contact{
    0% {transform:scale(0);}
    100% {transform:scale(1);}
}
@-webkit-keyframes show_contact{
    0% {-webkit-transform:scale(0);}
    100% {-webkit-transform:scale(1);}
}

@keyframes scale_to_zero{
    0% {transform:scale(1);}
    100% {transform:scale(0);}
}
@-webkit-keyframes scale_to_zero{
    0% {-webkit-transform:scale(1);}
    100% {-webkit-transform:scale(0);}
}
@keyframes scale_to_normal{
    0% {transform:scale(0);}
    100% {transform:scale(1);}
}
@-webkit-keyframes scale_to_normal{
    0% {-webkit-transform:scale(0);}
    100% {-webkit-transform:scale(1);}
}
.visible{
    visibility: visible !important;
}
.invisible{
    visibility: hidden !important;
}
#time{
    font-size: 50px;
}
.date_time{
    color: #fff;
}
.scale_zero{
    -webkit-transform:scale(0);
    transform: scale(0);
}
.to_zero{
    animation: scale_to_zero 1s;
    -webkit-animation: scale_to_zero 1s;
}
.to_normal{
    animation: scale_to_normal 1s;
    -webkit-animation: scale_to_normal 1s;
}

.tablet_form .top_bar{
    padding: 6px;
    background: #ddd;
    text-align: center;
}
.top_bar button{
    float: right;
    background: none;
    font-weight: normal;
    color: #004181;
    font-size: 13px;
    border: none;

}
.tablet_form .section{
    padding: 5px 8px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.tablet_form .section .lbl{
    display: inline-block;
    text-align: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 13%;
    text-wrap: none;
}
.tablet_form .section input{
    background: rgba(255,255,255,0);
    border: none;
    padding: 0px 0px 0px 5px;
    display: inline-block;
    width: 85%;
    color: #2970d4;
    font-size: 15px;
    font-weight: 400;
}
input:focus,textarea:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
textarea{
    background: rgba(255,255,255,0);
    border: none;
    display: inline-block;
    width: 100%;
    height: 200px;
    resize: none;
}
.submit_contact{
    width: 100%;
    background: #004c5e;
    border: none;
    color: #fff;
    border-radius: 3px;
}
#regards{
    color: #004181;
}
#contactus h1{
    text-align: center;
}
/* End Contact Map */

/*Contact */



.contact_letter
{
    top:350px;
    left:85px;
    background-color:rgba(255,255,255,0.8);
    /*background-image:url(../images/content_images/papar_texture_thumb07.jpg); */
    background-repeat:repeat;
}
.contact_stamp
{
    right:-10px;
    top:20px;
}
.contact_letter_content
{
    color:#676767;
}
.contact_content
{
    margin-top:20px;
    font-family: Comic Sans MS;
}
.contact_word
{
    display:inline-block;
    margin:10px 0px;
    font-weight:bold;
}
.contact_tag
{
    display:inline-block;
    margin:10px 0px;
    position:relative;
}
.status_row{
    background: url('../images/footer_status_bg.png');
    padding: 10px !important;
    text-align: left;
}
.blog_hint{
    display: inline-block;
    vertical-align: middle;
}
.blog_hint .date{
    color: #1b2125;
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
}
.blog_hint .post{
    display:inline-block;
    color:#959da2;
    padding-left: 10px;
    vertical-align: middle;
}
.blog_hint .post .title{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
.blog_hint .date .day{
    padding-left: 10px;
}
.blog_hint .date .month{
    font-weight: bold;
}
.statistics{
    display: inline-block;
    color: #959da2;
    vertical-align: top;
}
.statistics .data{
    display: inline-block;
    width: 110px;
    vertical-align: top;
}
.statistics .number{
    font-size: 26px;
}
.statistics .description{
    font-size: 11px;
}
.statistics .icon{
    width: 55px;
    height: 55px;
    vertical-align: top;
    display: inline-block;
    margin-right: 0px;
    margin-left: 7px;
    margin-top: 5px;
    background-size: 100% 100%;
}
.code{
    background-image: url('../images/code_icon.png');
}
.coffee{
    background-image: url('../images/coffee_icon.png');
}
.talk{
    background-image: url('../images/talk_icon.png');
}
.sport{
    background-image: url('../images/sport_icon.png');
}

.footer_row{
    background: url('../images/footer_normal_bg.png');
    color:#959da2;
    text-align: left;
}

.footer_row .links ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    vertical-align: top;
    margin-left: 40px;
}
.footer_row .links ul:first-child{
    margin-left: 0px;
}
.sociallinks li{
    display: inline-block;
    vertical-align: top;
    margin:10px 10px 0px 0px !important;
}
.sociallinks li a{
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-size: 100% 100%;
    display: inline-block;
}
.links ul li{
    margin: 10px 0px;
}
.links ul li a{
    text-decoration: none;
    color: #fff;
}
.footer_row .title{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 5px;
}
.fb{
    background-image: url('../images/fb_icon.png');
}
.gplus{
    background-image: url('../images/gp_icon.png');
}
.flickr{
    background-image: url('../images/flick_icon.png');
}
.linkin{
    background-image: url('../images/in_icon.png');
}
.youtube{
    background-image: url('../images/yt_icon.png');
}
.pinterest{
    background-image: url('../images/pin_icon.png');
}
.instagram{
    background-image: url('../images/instag_icon.png');
}
.twitter{
    background-image: url('../images/twitter_icon.png');
}
.skype{
    background-image: url('../images/skype_icon.png');
}
.letter_form .text_box{
    padding: 8px;
    width: 250px;

    background: #2b2b2b;
    color: #fff;
    border: none;
    vertical-align: top;
}
.letter_form .btn{
    background: #106CAD;
    color: #fff;
    border-radius: 0px;
    padding: 7px 15px;
    vertical-align: top;
}
.brand_mark .copyright{
    opacity: 0.5;
    /*color: #fff;*/
}
.brand_mark .brand_name{
    font-size: 36px;
    font-weight: bold;
    opacity: 0.2;
}

.contact_tag_element
{
    color:#3786c6;
    font-weight:bold;
    border-bottom:solid 1px #3786c6;
    border-top:none;
    border-left:none;
    border-right:none;
    background:none;
    width:100%;
}
.contact_tag_textarea
{
    background:none;
    background-image: -webkit-linear-gradient(transparent, transparent 30px, #3786c6 30px, #3786c6 31px, transparent 31px);
    background-image: -moz-linear-gradient(transparent, transparent 30px, #3786c6 30px, #3786c6 31px, transparent 31px);
    background-image: -ms-linear-gradient(transparent, transparent 30px, #3786c6 30px, #3786c6 31px, transparent 31px);
    background-image: -o-linear-gradient(transparent, transparent 30px, #3786c6 30px, #3786c6 31px, transparent 31px);
    background-image: linear-gradient(transparent, transparent 30px, #3786c6 30px, #3786c6 31px, transparent 31px);
    line-height: 31px;
    font-family: Comic Sans MS;
    overflow:hidden;
    width:100%;
    resize:none;
    color:#3786c6;
    font-weight:bold;
    border-bottom:solid 1px #3786c6;
    border-top:none;
    border-left:none;
    border-right:none;
}
.contact_tag_textarea:focus
{
    outline:none;
}
.contact_send
{
    padding:5px 25px;
    border:none;
    margin:10px 0px;
    border-radius:25px;
    background-image:url(../images/mail-2.png);
    background-repeat:no-repeat;
    background-color:#3786c6 ;
    background-position:85% 55%;
    padding:10px 45px 10px 30px;
}
.contact_right_title
{
    color:#b00003;
    font-size: 40px;
    font-weight: bold;
    margin:10px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);

}
.contact_right_content
{
    color:#b00003;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    font-weight: bold;
    font-size:17px;
}
.contact_right_office_title{
    color:#b00003;
    font-size: 20px;
    font-weight: bold;
    margin:20px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
.contact_right_address{
    width:100%;
    margin:30px auto;
}
.contact_right_address_details
{
    margin:0 auto
}
.office_address_image
{
    display:inline-block;
    vertical-align:top;
}
.map_location_img
{
    left:0;
    top:-20px;
}
.office_address
{
    display:inline-block;
    font-weight:bold;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    width:80%;
}
.office_address_top
{
    margin:20px 0px;
}
.social_icons ul
{
    margin-left:45px;
    padding:0;
}
.social_icons ul li
{
    display:inline-block;
    width:30%;
    list-style-type:none;
    margin:10px 0px;
}
.social_icons ul li .social_text_div
{
    display:inline-block;
    vertical-align:top;
}
.social_icons ul li .social_icon_text
{
    display:inline-block;
    color:white;
    font-weight:bold;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    margin-left:10px;
}
.office_address_image_red
{
    opacity:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.office_address_right_content:hover .office_address_image_white
{
    transform:scale(1,1);
    -webkit-transform:scale(1,1);
    opacity:1;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
}

.office_address_image_white
{
    position:absolute;
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    transition:all ease-out 0.3s;
    -webkit-transition:all ease-out 0.3s;
    top:0;
    left:0;
    opacity:0;
}
.useful_links
{
    width:80%;
    margin:0 auto;
}
.useful_links ul
{
    margin:0;
    padding:0;
}
.useful_links ul li
{
    display:inline-block;
    vertical-align:top;
}
.useful_link_image
{
    display:inline-block;
    overflow:hidden;
    position:relative;
}
.useful_link_image img
{
    padding:0;
    width:125px;
}
.useful_link_text
{
    vertical-align:top;
    display:inline-block;
    padding-top:47px;
    width:60%;
}
.useful_link_text a
{
    color:#004181;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
    text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}
.useful_links_image_white
{
    position:absolute;
    left:0px;
    top:0px;
    transform:scale(0,0);
    transition:all ease-out 0.2s;
}

.useful_links_image_blue{
    transition:all ease-out 0.2s;
}
.useful_links ul li:hover .useful_links_image_blue
{
    transform:scale(0,0);
    transition:all ease-out 0.1s;
}
.useful_links ul li:hover .useful_links_image_white
{
    transform:scale(1,1);
    transition:all ease-in 0.2s;
}
.office_address_image_red_bounce
{
    opacity:1;
    animation:bounce 2s;
    -webkit-animation:bounce 2s;
}

@keyframes bounce
{
    0% {transform:scale(0);}
    60% {transform:scale(0);}
    75% {transform:scale(1.0);}
    85% {transform:scale(0.8);}
    100% {transform:scale(1);}
}
@-webkit-keyframes bounce
{
    0% {transform:scale(0);}
    60% {transform:scale(0);}
    75% {transform:scale(1.0);}
    85% {transform:scale(0.8);}
    100% {transform:scale(1);}
}
.useful_links ul li:hover .useful_link_text a{
    color:white;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    text-decoration:none;
}

/*Contact End */
/* Service - Web Develop */
.web_develop_service
{
    margin:0;
    padding:0;
}
.web_develop_service li
{
    margin:10px 0px;
    display:inline-block;
    list-style-type:none;
}
.status_row .left_status{
    width: 39%;
    display: inline-block;
    vertical-align: middle;
}
.status_row .right_status{
    text-align: right;
    width: 59%;
    display: inline-block;
    vertical-align: middle;
}
/*Service - Web Develop End */

/* Mobile View CSS */
@media (max-width: 720px) {

    .menu.right,.menu.left{
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }
    .hide_small{
        display: none;
    }
    .lift_up{
        margin-top: 0px;
    }
    .banner img{
        width: 90%;
        height: auto;
    }
    .ban_center_img{
        margin: 20px 0px;
    }

    .hexagon_wrapper{
        width: 230px;
        margin-left: auto;
        position: relative;
        margin-right: auto;
        z-index: 1;
    }
    .hex_holder svg{
        width: 180px;
        height: 160px;
    }

    .content-wrapper .content img{
        width: auto;
        height: 45px;
    }
    .subtitle{
        font-size: 18px;
        font-weight: bold;
        width: 150px;
    }
    .content-wrapper .content .readlink{
        margin-top: 15px;
    }

    .or_block{
        display: block;
    }

    .tablet_holder{
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);

    }
    .portfolio .overlay_content p{
        font-size: 16px;
        margin: 0px auto 5px auto;
        display: block;
    }

    .service_part img{
        position: relative;
        z-index: 10;
    }
    .web_img{
        margin-top: 0px;
    }
    .change_btn{
        display: block !important;
        margin: 4px 0px;
    }
    /* some as part mobile css end*/
}
/* Mobile View CSS End*/ 

/* Tab View CSS */
@media (min-width: 768px) and (max-width: 992px)  {

    .change_btn{
        display: block !important;
        margin: 4px 0px;
    }

    .hide_small{
        display: inherit;
    }
    .lift_up{
        margin-top: 0px;
    }
    .subtitle{
        font-size: 18px;
        font-weight: bold;
        width: 150px;
    }
    .hex_holder svg{
        width: 200px;
        height: 160px;
    }
    .content-wrapper .content .readlink{
        margin-top: 15px;
    }
    .content-wrapper .content img{
        width: auto;
        height: 45px;
    }
    .tablet_holder{
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #contactus h1{
        text-align: left;
        padding-left: 15px;
    }

}
/* Tab View CSS End*/

@media (min-width: 992px) {
    .strip_half:first-child{
        border-right: 1px solid #fff;
    }
    .hide_small{
        display: inherit;
    }

}
@media (min-width: 1200px) {
    .strip_half:first-child{
        border-right: 1px solid #fff;
    }
    .hide_small{
        display: inherit;
    }
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #5bc5df;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #5bc5df;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #5bc5df;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #0d8aa8;
}