body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    background: #fff !important;
    color: #000;
}
/**********   COMMON  **********/
/*******************************/
a:focus{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
/**********   COMMON END  **********/
/*******************************/

/**********   COLORS   **********/
/*******************************/
.red {
    color: #ec1c24;
}
.error-msg{
    color: #ec1c24;
    padding:0;
    margin:0;
    text-align:center;
}
.red_bg {
    background-color: #ec1c24 !important;
}

.orange_bg {
    background-color: #ff8810 !important;
}

.black {
    color: #000 !important;
}

.black_bg {
    background-color: #000 !important;
}

.white {
    color: #fff !important;
}

.white_bg {
    background-color: #fff !important;
}

.blue {
    color: #0e81d4;
}

.dark_blue_bg {
    background: #2970d4 !important;
}

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

.dark_red {
    color: #990000 !important;
}

.dark_grey {
    color: #2b2b2b !important;
}

.grey_bg {
    background-color: #888 !important;
}

/*******************************/
/********** END COLORS **********/

/*********** GENERAL ***********/
/*******************************/

.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;
}

.large_space_top {
    margin-top: 50px !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;
    display: inline-block;
}

.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;
}

/*******************************/
/******** GENERAL END **********/

/*******  HEADER START  *******/
.spacer {
    height: 30px;
    display: block;
}

.navbar-toggle {
    margin-top: 25px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.pattern_bar {
    height: 30px;
}

#header {
    position: fixed;
    z-index: 1001;
    width: 100%;
}

.menu_container {
    color: #fff;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10001;
    position: relative;
    display: inline-block;
    width: 100%;
}

.thin_line {
    display: block;
    height: 1px;
    background: #d5d5d5;
    z-index: 10;
    position: relative;
}

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

.menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.menu li a {
    text-decoration: none;
    color: #393e44;
    position: relative;
    display: inline-block;
}

.navbar-toggle .icon-bar {
    background: #000;
}

.logo_link {
    margin: 0;
    color: #393e44;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 33px;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
    -moz-transition: all .2s;
    line-height: normal !important;
}

.logo_link img {
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}

.logo_link i {
    display: block;
    font-size: 15px;
    text-align: center;
}

.small .logo_link {
    padding: 5px;
}

.logo_link:hover {
    color: #fff;
    text-decoration: none;
}

.small .logo_link {
    font-size: 24px;
}

.small .logo_link img {
    height: 50px;
    display: inline-block;
}

.menu.right {
    float: right;
}

.menu li a {
    padding: 30px 20px 20px 20px;
}

.menu.right li a {
    padding: 40px 20px 35px 20px;
    border-bottom: 5px solid transparent;
    font-size: 14px;
    -webkit-transition: padding .2s; /* Safari */
    -moz-transition: padding .2s;
    transition: padding .2s;
    font-weight: normal;
}

.small .navbar-toggle {
    margin-top: 8px;
}

.small .menu.right li a {
    padding: 20px 20px 15px 20px;
    border-bottom: 5px solid transparent;
    font-size: 14px;
    font-weight: normal;
}

.menu.right li a:hover {
    /*color: #fff;*/
    /*background: url('../images/top_bg.png');*/
    /*border-bottom: 5px solid #000;*/

    color: #000;
    font-weight: normal;
    border-bottom: 5px solid #3777bc;
    background: #e7bd14;
}

.footermenu li a:hover {
    color: #ff8810 !important;
}

.headerrmenu_active {
    background: url('../images/top_bg.png');
    color: #fff !important;
    border-bottom: 5px solid #000 !important;
    /*color: #000;*/
    /*font-weight: normal;*/
    /*border-bottom: 5px solid #3777bc !important;*/
    /*background: #e7bd14;*/
}

.footermenu_active {
    color: #ff8810 !important;
}

a.foot_brand {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

/*******  END HEADER START  *******/
/*******************************/

/*******************************/
/*******  BANNER START  *******/

#banner {
    position: relative;
    z-index: 5;
}

.banner_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner1 {
    background-image: url('../images/banner/banner_1.jpg');
    background-size: cover; 
    z-index: -1;
}

.banner2 {
    background-image: url('../images/banner/banner.jpg');
    background-size: cover; 
    z-index: -1;
}
.banner3 {
    background-image: url('../images/banner/banner3-2.png');
    background-size: cover; 
    z-index: -1;
}
.quick-links {
    font-size: 14px;
    margin: 0px;
    padding: 5px;
    list-style: none;
}

.banner_overlay.always {
    background: rgba(255, 255, 255, 0.9);
}

.banner_overlay.always.light {
    background: rgba(255, 255, 255, 0.4);
}

.banner_overlay.always.dark {
    background: rgba(0, 0, 0, 0.4);
}

.banner_overlay.left_half, .image_overlay.left_half {
    right: 50% !important;
}

.image_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.po {
    background: #296daa;
    color: #fff;
}

.title .line {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.title .line.white {
    border-bottom: 2px solid #fff;
}

.inventory {
    background: #19b192;
}

.inventory_image {
    background-image: url("../images/inventory.png") !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 300px 250px !important;
}

.po_image {
    background-image: url("../images/po_png.png") !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 300px 300px !important;
}
.daybook_image {
    background-image: url("../images/lc.png") !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 300px 300px !important;
}


.daybook-report-image {
    border: 1px solid gray;
    height: 330px;
    width: 100%;
    -webkit-animation-name: background;
    -webkit-animation-duration: 5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes background {
    0% {
        background-image: url('../images/inventory_3.png');
    }
    50% {
        background-image: url('../images/inventory_4.png');
    }

}
.daybook-background{
    background:  #5c6bc0;
    color: white;
}

.banner_overlay.right_half, .image_overlay.right_half {
    left: 50% !important;
}

.banner {
    overflow: hidden;
    margin-top: -40px;
}

.banner_slide {
    color: #444;
    text-align: right;
    background-size: cover;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.relative {
    position: relative;
}

.banner_text_holder {
    position: absolute;
    text-align: left;
    margin-left: 80px;
    margin-top: 160px;
}

.banner_text_holder h2 {
    color: #000;
    font-size:36px
}

.banner_text_holder p {
    font-size: 16px;
    margin-left: 0px !important;
}

.banner_slide img {
    width: 100%;
    height: auto;
}

.banner_slide p {
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
}

.banner_slide h2 {
    font-weight: 300;
}

#banner_slide_1 {
    /*background-image: url(../images/banner/P1000413.JPG);*/
}

#banner_slide_2 {
    /*background-image: url(../images/banner/P1010394.JPG);*/
}
#banner_slide_3 {
    /*background-image: url(../images/banner/P1010394.JPG);*/
}
.banner_slide p {
    text-shadow: 0px 0px 1px #282828;
}

.fancy_bottom {
    /*    margin-top: -45px;*/
    z-index: 10;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.layer {
    height: 15px;
}

.layer.one {
    background: rgba(255, 255, 255, 0.1);
}

.layer.two {
    background: rgba(255, 255, 255, 0.5);
}

.layer.three {
    background: rgba(255, 255, 255, 0.9);
}

.grad {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0));
    background: linear-gradient(left, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0));
}

/* Dots */
.slick-dots {
    bottom: 20px !important;
    right: 20px;
    z-index: 10;
    /* text-align: left; */
    /* padding: 20px; */
}

.slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #004c5e;
}

.slick-dots li.slick-active {
    background: #902b2b;
}

.slick-dots li button {

}

/*******  END BANNER START  *******/
/*******************************/

/******************************/
/*******  CONTENT BEGIN  *******/
#content {
    display: block;
}

.content-title {
    font-size: 30px;
    font-weight: 300;
}

.read_more.button {
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    background: #ff8810;
    diwplay: inline-block;
}

.blue_section {
    background: #2f333c;
}

section .title {
    font-weight: 300;
}

.objective {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.grey_section {
    background: #f9f9f9;
}

.bi-section {
    background-image: url("../images/banner/banner_1_blur.jpg");
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bi-section .title {
    font-weight: 300;
}

.left_holder {
    background: url("../images/left_bg.png");
    background-size: 100% 100%;
}

.right_holder {
    background: url("../images/right_bg.png");
    background-size: 100% 100%;
}

.left_block {
    /*background: #3598db;*/
    color: #ffffff;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
    text-align: center;
    padding: 40px 30px;
}

.left_block p {
    margin-left: 30px;
    margin-right: 30px;
}

.right_block p {
    margin-right: 30px;
    margin-left: 30px;
}

.right_block {
    /*background: #2f333c;*/
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);*/
    text-align: center;
    color: #ffffff;
    padding: 40px 30px;
}

.left_block .title, .right_block .title {
    margin-top: 0px;
}

.objective .title {
    font-weight: 300;
}
.objective h2.title {
    font-size:36px;	
    font-weight: 300;
}
.plans {
    margin-top: 10px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.plans th, .plans td {
    padding: 10px;
    text-align: center;
    background: #ffffff;
}

.ticks {
    width: 30px;
    height: 30px;
}

.plans th {
    background: #0e81d4;
    color: white;
}

.board {
    padding: 20px;
    text-align: left;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
    height: 415px;
    margin: 15px;
    color: #ffffff;
    /*width: 200px;*/
    display: inline-block;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
    -moz-transition: all .2s;
}

.light {
    font-weight: 300;
}

.projection {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.projection th, .projection td {
    padding: 10px;
}

.projection th {
    text-align: center;
    background: #296284;
    color: #fff;
}

.nopad-left {
    padding-left: 0px;
}

.nopad-right {
    padding-right: 0px;
}

.tri-container {
    text-align: center;
    position: relative;
    z-index: 1000;
}

.board.white_bg {
    background: #ffffff;
}

.board.grey_bg {
    background: #7c7c7c;
    color: #fff;
}

.board.blue_bg {
    background: #3d7c9d !important;
    color: #fff;
}

.board h1 {
    font-weight: 300;
    font-size: 30px;
    margin: 30px 0px 30px 0px;
}
.board h2 {
    font-weight: 300;
    font-size: 30px;
    margin: 30px 0px 30px 0px;
}
.board .line {
    border-bottom: 1px #ffffff solid;
    border-left: 35px #3d7c9d solid;
    margin-bottom: 25px;
}

.board .img_icon {
    background-position: center;
    width: 50px;
    height: 50px;
    /*margin: 0 auto;*/
    background-repeat: no-repeat;
}

.board .img_icon.erp {
    background-image: url('../images/erp_icon.png');
    background-size: 100% auto;
}

.board .img_icon.productivity {
    background-image: url('../images/loan2.png');
}

.board .img_icon.software {
    background-image: url('../images/software_icon.png');
}

.readmore {
    padding: 10px 25px 12px 25px;
    border-radius: 20px;
    font-size: 13px;
    margin: 10px 0px;
    display: inline-block;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    cursor: pointer;
}

.readmore.small {
    padding: 10px 15px 12px 15px;
    border-radius: 20px;
    font-size: 13px;
    margin: 10px 0px;
    display: inline-block;
    text-decoration: none;

}

.readmore:hover {
    text-decoration: none;
}

.readmore.outlinewhite {
    border: 1px solid #fff;
    color: #fff !important;
}

.readmore.outlineblue {
    border: 1px solid #0e81d4;
    color: #0e81d4 !important;
    background: #ffffff;
}

.readmore.orange {
    border: 1px solid rgba(255, 255, 255, 0);
    color: #000 !important;
    background: #e7b037;
    font-weight: 600;
}

.orange_header {
    background: #e7b037;
    color: #000000;
}

.blue_header {
    background: #0e81d4;
    color: #ffffff;
}

.tags {
    border: 1px solid #fff;
    color: #fff !important;
    padding: 10px 15px 12px 15px;
    font-size: 13px;
    margin: 10px 0px;
    display: inline-block;
    text-decoration: none;
}

.tags:hover {
    background: black;
    color: #fff;
}

.tags:first-child {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
}

.tags:last-child {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
}

.readmore.large {
    font-size: 16px;
}

.readmore.shadow {
    /*box-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/
    /*border: 2px dashed #0e81d4;*/
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
}

.readmore.outlinewhite:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000 !important;
}

.readmore.outlineblue:hover {
    background: #0e81d4;
    border: 1px solid #0e81d4;
    color: #fff !important;
}

.readmore.orange:hover {
    background: #0e81d4 !important;
    color: #ffffff !important;
}

.readmore.black {
    background: #000;
    border: 1px solid #000000;
    color: #fff !important;
}

.readmore.amber {
    background: #d85b04;
    border: 1px solid #d85b04;
    color: #fff !important;
}

.readmore.amber:hover {
    background: #374a56;
    border: 1px solid #374a56;
    color: #fff !important;
}

.readmore.black:hover {
    background: #296284;
    color: #fff !important;
}

.readmore.blue {
    background: #296284;
    border: 1px solid #296284;
    color: #fff !important;
}

.readmore.blue:hover {
    background: #000;
    color: #fff !important;
}

.welcome {
    text-align: center;
}

.welcome h1 {
    font-weight: 300;
}

.welcome h2 {
    font-weight: 300;
}

.welcome h2 span {
    font-weight: 400;
}
.welcome h1 span {
    font-weight: 400;
}
.welcome p {
    color: #000;
}

.activity {
    font-weight: 300;
    text-align: center;
    margin: 15px 0px;
}

.text-left {
    text-align: left !important;
}

.strategy_title {
    margin-right: 10px;
}

.activity .img {
    top: 0;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 80px auto;
}

.img.web_dev {
    background-image: url('../images/web_development.png');

}

.img.web_des {
    background-image: url('../images/web_des.png');

}

.img.domain {
    background-image: url('../images/domain_icon.png');

}

.img.redesign {
    background-image: url('../images/redesign_icon.png');

}

.img.maintenance {
    background-image: url('../images/maintenance_icon.png');

}

.img.ecommerce {
    background-image: url('../images/ecommerce_icon.png');

}

.img.skill {
    background-image: url('../images/skill_based.png');
}

.activity .content {
    padding-left: 100px;
}

.activity .label {
    display: inline-block;
    color: #fff;
    background: #282d33;
    font-size: 16px;
    font-weight: 300;
    padding: 7px;
    border-radius: 20px;
    width: 32px;
    height: 32px;
    vertical-align: text-bottom;
}

.activities .title {
    font-weight: 300;
}
.activities h2.title {
    font-size:36px;	
    font-weight: 300;
}
.activity .title {
    font-size: 24px;
    font-weight: 300;
}

.statistics {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.statistics .title {
    font-weight: 300;
}

.statistics .left {
    padding-top: 50px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(45, 103, 136, 0.7);
}

.detail {
    text-align: center;
    margin: 30px 0px 20px 0px;
    padding: 0px;
}

.detail .circle {
    width: 100px;
    height: 100px;
    padding: 27px 0px;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 60px;
    margin: 0 auto;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.detail .circle:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.testimony_slide .slick-dots {
    bottom: -10px !important;
}
.image_portfolio{
    background: #7c7c7c;
    height: 200px;
    border: 1px solid #ffffff;
}
.testimony_person span {
    font-size: 14px;
    letter-spacing:5px;
}

.true_up_banner {
    background-image: url("../images/true_up_banner.jpg");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 10px;
}
.daybook_banner {
    background-image: url("../images/banner/daybook_banner.jpg");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 10px;
}
.open_source_banner {
    background-image: url("../images/webdevelopment.jpg");
    background-size: cover;
    height:550px;
    top:0;
}
.open_source_banner > .container-fluid , .open_source_banner > .container-fluid .open-div{
    height:100%;
}
.open_source_banner > .container-fluid .open-div .img1 {
    left: 50%; transform: translate(-50%,0); position: absolute; z-index: 1;bottom:15%; 	
}
.open_source_banner > .container-fluid .open-div .img2 {
    left: 50%; transform: translate(-50%,0); position: absolute; z-index: 1;bottom:25%; 	
}
.portfolio_banner {
    background-image: url("../images/banner/portfolio_banner.jpg");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 10px;
}

.true_up_center {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.circle span {
    font-size: 20px;
}

.detail .caption {
    margin: 10px 0px;
}

/*******  END CONTENT  *******/
/*******************************/

/*******************************/
/*******  NEWS CONTENT  *******/
.fancybox-thumbs {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.fancybox-thumbs img {
    display: inline-block;
    width: 200%;
}

.vision .title {
    font-weight: 300;
}

.month {
    font-size: 18px;
    margin-top: -12px;
}

.date {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px 0px 0px;
    color: #004c5e;
    width: 19%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.day {
    font-size: 40px;
    font-weight: bold;
}

.event {
    display: inline-block;
    font-size: 18px;
    border-left: 1px solid #0d8aa8;
    vertical-align: middle;
    padding: 0px 0px 0px 10px;
    height: 50px;
    width: 79%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news p {
    border-bottom: 1px solid rgba(144, 43, 43, 0.2);
    color: #aaa;
    padding: 20px 0px;
    margin: 0px;
}

.news a {
    padding: 10px 10px 10px 0px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    color: #902b2b;
}

.news {
    display: inline-block;
    vertical-align: top;
}

/*******  END NEWS CONTENT  *******/
/*******************************/

/******************************/
/*******  FOOTER BEGIN  *******/

.footer {
    background: url('../images/top_bg.png');
    color: #fff;
    padding: 20px 10px;
}

.newsletter, .contact {
    font-size: 24px;
}

.newsletter .title, .contact .title {
    font-weight: 300;
    display: inline-block;
}

.newsletter .title span, .contact .title span {
    color: #35a1d4;
}

.img_icon.newsletter {
    background-image: url('../images/newsletter.png');
    background-size: 100% auto;
}

.img_icon.call {
    background-image: url('../images/call.png');
    background-size: 100% auto;
}

.newsletter .img_icon, .contact .img_icon {
    background-position: center;
    width: 50px;
    height: 50px;
    margin: 0px 10px 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
}

.email, .subscribe {
    height: 40px;
    border-radius: 35px;
    background: none;
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
}

.email {
    border: 1px solid #fff;
    width: 65%;
    padding: 0px 10px;
    margin-right: 5px;
    font-size: 14px;
}

.subscribe {
    border: 1px solid #35a1d4;
    color: #fff;
    font-size: 10px;
    width: 30%;
}

.contact .content {
    padding-left: 60px;
    font-size: 14px;
    margin-top: 20px;
}

.pattern_bar .social_holder {
    float: right;
    padding-top: 5px;
}

a.social {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background-size: 100% auto;
}

a.fb, a.fb:hover {
    background-image: url(../images/fb.png) !important;
}

a.gp, a.gp:hover {
    background-image: url(../images/gp.png) !important;
}

a.tw, a.tw:hover {
    background-image: url(../images/twitter.png) !important;
}

a.pin, a.pin:hover {
    background-image: url(../images/pinterest.png) !important;
}

.authoring {
    padding: 10px;
}

.poweredby, .copyright {
    display: block;
}

.poweredby a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.copyright {

}
/*******  END FOOTER BEGIN  *******/
/******************************/
/******************************/
/*******  PORFOILO BEGIN  *******/

/*============================================================
    Portfolio
============================================================*/
.page_counter {
    margin-top:10px;
    padding:1px;
    background: rgba(193,158,103,1);
    background: -moz-linear-gradient(left, rgba(193,158,103,1) 0%, rgba(193,158,103,1) 51%, rgba(243,226,199,1) 73%, rgba(233,212,179,1) 99%, rgba(182,141,76,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193,158,103,1)), color-stop(51%, rgba(193,158,103,1)), color-stop(73%, rgba(243,226,199,1)), color-stop(99%, rgba(233,212,179,1)), color-stop(100%, rgba(182,141,76,1)));
    background: -webkit-linear-gradient(left, rgba(193,158,103,1) 0%, rgba(193,158,103,1) 51%, rgba(243,226,199,1) 73%, rgba(233,212,179,1) 99%, rgba(182,141,76,1) 100%);
    background: -o-linear-gradient(left, rgba(193,158,103,1) 0%, rgba(193,158,103,1) 51%, rgba(243,226,199,1) 73%, rgba(233,212,179,1) 99%, rgba(182,141,76,1) 100%);
    background: -ms-linear-gradient(left, rgba(193,158,103,1) 0%, rgba(193,158,103,1) 51%, rgba(243,226,199,1) 73%, rgba(233,212,179,1) 99%, rgba(182,141,76,1) 100%);

    width:50%;
    margin-left:22%;
}
.page_counter p{
    color:#222;
    padding:5px;
    margin:0;
}
.page_counter span{
    color:brown;
    font-weight:bold;
    font-size:18px;
}
.portfolio_banner {
    padding-bottom:0px;
}
.portfolio_banner h3.testimony_company{
    font-weight:300;
    margin:5px;
    font-size:16px;
    color:brown;
}
.min-height300{
    max-height:300px;
    width:100%;
}
.portfolio_banner h2.title{
    margin:0;
    padding-bottom:10px;
}
.portfolio_banner .counters{
    padding:0px;
    margin:0px;
    background-color:rgba(0,0,0,0.7);
    padding-top:4%;
    padding-bottom:4%;
}
.portfolio_banner .counters .content{
    text-align:center;	
}
.portfolio_banner .counters  .numscroller{
    width:100px;
    height:100px;
    margin:auto;
    text-align:center;
    padding-top:25px;
    color:#fff;
    font-size:30px;
    border-radius:50px;
    border:4px solid #fff;
}
.portfolio_banner .counters .heading{
    color:#fff;
    font-size:20px;
    margin-top:15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight:normal;
    letter-spacing:5px;
}
#portfolio{

}
#portfolio > .container{
    width:100%;
    padding:5%;
}
#projects {
    width: 100%;
}
#portfolio .filter-button
{
    font-size: 18px;
    border: 1px solid #408BE0;
    border-radius: 5px;
    text-align: center;
    color: #408BE0;
    margin-bottom: 30px;

}
#portfolio .filter-button:hover
{
    font-size: 18px;
    border: 1px solid #408BE0;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #408BE0;

}
#portfolio .filter-button:focus
{
    background-color: #408BE0;
    color: white;
}
#portfolio .modal-body{
    padding:0;
    border:1px solid lightgray;
}
#portfolio .carousel-close {
    position: absolute;
    top:-15px;
    right:0;
    width: 30px;
    height: 30px;
    font-size: 25px;
    font-weight:600px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 1;
    cursor:pointer;
}
#portfolio #portModal{
    background-color:rgba(0,0,0,0)
}
#portfolio .carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 40px;
    font-weight:900px;
    line-height: 15px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 1;
}	
#portfolio .carousel-control.right {
    right: 15px;
    left: auto;
}
.project-filter {
    margin-bottom: 40px;
}

.project-filter ul li {
    padding: 0;
}

.project-filter ul li a {
    color: #000;
    display: block;
    line-height: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}
#portfolio .portfolio-item {
    position: relative;
    float: left;
    /* overflow: hidden;overflow: hidden; */
    padding:0px;
    height:250px;
    margin-top:10px;
    cursor:pointer;
}
#portfolio .portfolio-item .port-div{
    width:100%;
    height:100%;
    padding:10px;
}
#portfolio .portfolio-item .port-div .hovereffect img{

}
#portfolio .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor:pointer;
    overflow:none;
}
#portfolio .hovereffect:hover{
    -webkit-box-shadow: 1px 1px 5px 6px rgba(0,0,0,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 5px 6px rgba(0,0,0,0.5);  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 5px 6px rgba(0,0,0,0.2); 	
}
/*#portfolio .hovereffect > img {
  display: block;
  position: relative;
   -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; 
        width:100%;
        height:100%;
}*/

/* #portfolio .hovereffect:hover > img {
 -webkit-filter: blur(5px); 
    filter: blur(5px);
}*/

#portfolio .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background:#D74836;
    position:absolute;
    width:100%;
    bottom:0;
    margin:0;
}
#portfolio .overlayimg {
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);	
}
#portfolio .overlayimg  img{
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    bottom: 0;
    right: 0;	
}
#portfolio .hovereffect:hover .overlayimg  img{	
    /* -webkit-transform: translate(-15px, -15px);
           -moz-transform: translate(-15px,-15px);
            -ms-transform: translate(-15px, -15px);
             -o-transform: translate(-15px, -15px);
                transform: translate(-15px, -15px); */	
}
#portfolio .hovereffect a.info span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
    margin:80px 0 0 0;
    background-color:#3777BC;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor:pointer;
    opacity:0  ;
}

#portfolio .hovereffect:hover a.info span {
    opacity:1;	
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
    color: #fff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#portfolio .hovereffect h2 {
    /*   -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      opacity: 0;
      filter: alpha(opacity=0);*/
    color: #fff; 
    text-transform: uppercase;
}

#portfolio .hovereffect:hover h2 {
    /*   opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); */
}

.project-filter ul li a:hover
{
    text-decoration:none;
}
.project-filter ul li a:focus
{
    text-decoration:none;
}
/*******  PORFOILO END  *******/
/******************************/

/******************************/
/*******  OPENSOURCE BEGIN  *******/   
#openSource{
    padding-left:5%;
    padding-right:5%;
}
#openSource .open-hover{
    margin-top:30px;
    margin-bottom:30px;
}
.open-hover:hover{
    transform: scale(1.1); 
    transition: transform .5s;  
}
.open-hover .hovereffect p.content-para{
    display:none;
    color:#fff;
    font-size:15px;
    text-align:center;
    padding:5px;
    padding-top:0;
    margin:0;
}
.open-hover .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor:pointer;
    border-radius:5px;
    border:1px soild gray;
}

.open-hover .hovereffect .overlay-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color:rgba(0,0,0,0.5);
    color:#DE88A0;
}

.open-hover .hovereffect:hover .overlay-cont {
    background-color:#DE88A0;
    color:#fff;
}
.open-hover .hovereffect:hover p.content-para{
    display:block;
}
.open-hover .hovereffect:hover h2{
    display:block;
}
.open-hover .hovereffect h2, .hovereffect img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.open-hover .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom:0px;
    font-weight:bold;
    display:none;
}
.open-hover .hovereffect p.content-para{
    display:none;
    color:#fff;
    font-size:15px;
    text-align:center;
    padding:10px;
}
.open-hover .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 85%;
    width: 85%;
    position: absolute;
    top: -20%;
    left: 8%;
    padding: 70px;
}

.open-hover .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0,0,0,0.4);
}

/******************************/
/*******  OPENSOURCE END  *******/

/******************************/
/*******  CONTACT BEGIN  *******/

.contact_title {
    font-size: 12px;
    color: #888;
    padding-bottom: 7px;
    font-weight: bold;
}

.input {
    min-height: 35px;
    padding: 5px !important;
}

/*******  END CONTACT BEGIN  *******/
/******************************/

.services {
    margin-top: 10px;
}

.insurance {
    margin-top: 10px;
}

.insurance li {
    list-style: circle;
    padding: 10px;
}

.services li {
    list-style: none;
    padding: 10px;
    border: 5px solid #fff;
    background: rgba(255, 153, 51, 0.2);
}

.services li:nth-child(3n+1) {
    background: rgba(7, 73, 255, 0.2);
}

.services li:nth-child(3n) {
    background: rgba(0, 238, 147, 0.2);
}

.true_up_logo {
    width: 200px;
    height: 90px;
    background-image: url("../images/trueup_erp_software.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/* google captcha */
#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; }
/* Mobile View CSS */
@media only screen and (max-width: 980px) {
    .open_source_banner {
        height:450px;
    }
}
@media only screen and (max-width: 767px) {
    .open_source_banner {
        background-image: url("../images/webdevelopment.jpg");
        background-size: cover;
        height:450px;
        top:0;
    }
    .open_source_banner > .container-fluid , .open_source_banner > .container-fluid .open-div{
        height:100%;
    }
    .open_source_banner > .container-fluid .open-div{
        height:100%;
        width:50%;
        float:left;
    }
    .portfolio-item{
        width: 100%;
    }

    .tst-content{
        margin: 10px 0 0 125px;
    }

    .subtitle{
        padding-top: 50px;
    }

    .call-to-action p{
        font-size: 14px;
    }

    .pricing-table{
        padding-bottom: 50px;
    }
    .counters .container {
        width:100%;
    }
    .counters .content {
        width:25%;
        float:left;
        margin-top:10px;
    }
}

@media (max-width: 720px) {
    .detail {
        height: 120px;
    }

    .grad {
        display: none;
    }

    .plans_holder {
        overflow-x: scroll;
    }

    .plans {
        box-shadow: none;
    }

    .banner_overlay {
        background: rgba(255, 255, 255, 0.8);
    }

    .banner_text_holder {
        position: absolute;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
        margin-top: 140px;
        width: 100% !important;

    }

    .menu_container {
        text-align: center;
    }

    .menu.right {
        float: none;
        display: block;
    }

    .menu.right li {
        display: block;
    }

    .menu.right li a {
        display: block;
        padding: 15px 20px 10px 20px;
    }

    .footer {
        text-align: center;
    }

    .footer .img_icon {
        display: block;
        margin: 5px auto;
    }

    .footer .email, .footer .subscribe {
        margin: 5px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer .content {
        padding: 0px;
        text-align: center;
    }

    .poweredby {
        margin-top: 5px !important;
    }

    .fancybox-thumbs {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #portfolio #portModal{
        background-color:rgba(0,0,0,0);
        top:24%;
    }
    #portfolio .carousel-close {
        position: absolute;
        top: -10px;
    }
    .counters .content {
        width:50%;
        float:left;
        margin-top:10px;
    }	
}
@media (max-width: 600px){
    #openSource .open-hover{
        margin-top:20px;
        margin-bottom:20px;
    }
}
@media (max-width: 500px){
    .open_source_banner > .container-fluid {
        height:100%;
    }
    .open_source_banner > .container-fluid .open-div{
        width:100%;
        float:none;
        height:50%;
    }
    .open_source_banner > .container-fluid .open-div .img1 {
        left: 50%; transform: translate(-50%,0); position: absolute; z-index: 1;top:5%;bottom:0;
        width:70%;	
    }
    .open_source_banner > .container-fluid .open-div .img2 {
        left: 50%; transform: translate(-50%,0); position: absolute; z-index: 1;top:5%;bottom:0; 
        width:70%;	
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    #portfolio .portfolio-item{
        width:50%;
    }
    .portfolio_banner .testimony .testimony-img
    {
        width:50%;
        float:left;
    }
    .portfolio_banner .testimony .testimony-img img
    {
        margin-top:5%;
    }
    .portfolio_banner .testimony .testimony-para
    {
        width:50%;
        float:left;
    }
}
@media (max-width: 360px) {
    .counters .content .heading{
        font-size:15px;
    }
    .open_source_banner > .container-fluid {
        height:100%;

    }
    .open_source_banner > .container-fluid > .open-div{
        width:100%;
        float:none;
        height:100%;
    }
    .open_source_banner > .container-fluid #secondOpendiv{
        display:none
    }
    .open_source_banner > .container-fluid .open-div .img1 {
        left: 50%; transform: translate(-50%,0); position: absolute; z-index: 1;top:10%;bottom:0; 
        width:auto;	
        top:30%;		
    }
}
@media (max-width: 350px) {
    .logo_link img{
        height:60px;
        left:0;
    }
    .logo_link {
        margin-left:-30px;
    }
}
/* Mobile View CSS End*/

/* Tab View CSS */
@media (min-width:600px) and (max-width: 1180px) {
    .open-hover
    {
        width:50%;
        float:left;
    }	
    .open-hover #hoverEffect1{
        width:99.9%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .menu.right {
        float: none;
        display: block;
        text-align:center;
    }

    .menu.right li {
        display: block;
    }

    .menu.right li a {
        display: block;
        padding: 15px 20px 10px 20px;
    } 
    .menu_container .navbar-header {
        float: none;
    }
    .menu_container .navbar-toggle {
        display: block;
    }
    .menu_container .navbar-collapse.collapse {
        display: none!important;
    }
    .menu_container .navbar-nav {
        float: none!important;
    }
    .menu_container .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .menu_container.collapsing {
        overflow: hidden!important;
    }
    figcaption.mask{
        padding: 10px;
    }

    figcaption.mask h3{
        font-size: 15px;
    }

    figcaption.mask span{
        font-size: 12px;
    }

    .plus{
        height: 30%;
        width: 30%;
        margin-left: -15%;
    }

    .portfolio-item:hover .plus{
        top: 40%;
    } 
}
/* Tab View CSS End*/
@media (min-width: 1200px) {

}

::-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;
}

.blue_button {
    border: 1px solid #0e81d4;
    color: #0e81d4 !important;
    background: #ffffff;
}

.blue_button:hover {
    background: #0e81d4;
    border: 1px solid #0e81d4;
    color: #fff !important;
}
.content-slide .testimony-img img{
    margin: 5px;
}




