.const_bg, .warehouse_bg, .global_bg, .energyUtilies_bg, .strategy_bg, .eng_bg, .metal_bg{	
	background-size: cover !important;
	width: 100%;
	height: 400px;
}
.warehouse_bg{
	background: url('../images/banner/warehose.jpg') no-repeat;
}
.const_bg{
    background: url('../images/banner/ma_const.jpg') no-repeat;
    height: 500px;
}
.energyUtilies_bg{
	background: url('../images/banner/energyutility4.jpg') no-repeat;
    height: 500px;
    background-position: center;
}

.strategy_bg{
	background: url('../images/banner/strategy.jpg') no-repeat;
    height: 500px;
}
.content-writing{
    background: url('../images/banner/content-banner.png') no-repeat!important;
    height: 500px;
}
.off-page{
    background: url('../images/banner/off-page-banner.png') no-repeat!important;
    height: 500px;
}
.on-page{
    background: url('../images/banner/on-page-banner.png') no-repeat!important;
    height: 500px;
}
.ppc{
    background: url('../images/banner/ppc-banner.png') no-repeat!important;
    height: 500px;
}
.seo{
    background: url('../images/banner/seo-banner.png') no-repeat!important;
    height: 500px;
}
.web-development{
    background: url('../images/banner/web-banner.png') no-repeat!important;
    height: 500px;
}
.email-marketing{
    background: url('../images/banner/email-banner.png') no-repeat!important;
    height: 500px;
}
.smm{
    background: url('../images/banner/smm-banner.png') no-repeat!important;
    height: 500px;
}
.global_bg{
	background: url('../images/banner/global.jpg') no-repeat;
	background-position: center;
}
.metal_bg{
    background: url('../images/banner/metal-mining.jpg') no-repeat;
    background-position: center;
     height: 500px;
}
.eng_bg{
    background: url('../images/banner/eng_const.jpg') no-repeat;
    background-position: center;
}
.acs-service{
	margin-top: 16%;
}
.acs-service p, .acs-service ul li{
	font-size: 20px;
line-height: 36px;
}

ul.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    display: table;
}
.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 54%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: -86px;
    margin-bottom: 30px;
    margin-left: 100px;
padding-left: 61px;

}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 29px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    right: -41px;
    color: #C5C7C5 !important;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: 17px;
}

.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel::before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #B5B5B5;
    border-right: 0 solid #B5B5B5;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel::after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li.timeline-inverted > .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.global_sol img{
 display: block;
 margin: 35px auto 0px auto;

}


/*Mycss */


@import url(../../maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);



.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;    
    display: block;
    margin-top: 60px;
}

.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
/* energy & utilities */

.imgHieght{
		height:540px;
	}
    .imgHieght01{
		margin-top:30px;
	}
	.imgHieght02{
	margin-top:50px;
	}
	.imgHieght03{
	height:220px;
	}
#st_con img{
    display: block;
    margin: 0px auto;
}
#st_con .features {
padding-top: 100px;
}
#st_con .features .feature-wrap i{
    margin-top: 20px;
}
#st_con .request h4 a{font-size: 24px;}
.mar_top{margin-top: 30px;}
@media (max-width: 768px){
#st_con .request h4 a{font-size: 15px;}
}
/* @@@@@@@@@@@@@@@@@@@@@@@
    supply chain table
@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.div_6 .pricingTable{height: 620px;}
.pricingTable{
    background: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 30px;
    /*border:1px solid #c52d2f;*/
    border: 1px solid #032963;
    height: 415px;
}
.pricingTable .pricingTable-header{
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.div_6 .pricingTable .pricingTable-header:before{left: -32%;}
.div_6 .pricingTable .pricingTable-header:after{height: 222%;right: -17%;}
.pricingTable .pricingTable-header:before{
    content: "";
    width: 100%;
    height: 150%;
    /*background: #c52d2f;*/
    background: #28468e;
    position: absolute;
    top: -90%;
    left: -35%;
    z-index: -1;
    transform: rotate(-42deg);
}
.pricingTable .pricingTable-header:after{
    content: "";
    width: 100%;
    height: 190%;
    /*background: #982411;*/
    background: #032963;
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg);
}
.pricingTable .price-value{
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 10px;
    left: 20px;
}
.pricingTable .currency{
    font-size: 20px;
    position: relative;
    top: -10px;
    right: -3px;
}
.pricingTable .title{
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    right: 7px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
}
.pricingTable .pricing-content li{
    font-size: 17px;
    color: #828282;
    line-height: 40px;
}

@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .div_6 .pricingTable{height: auto;}
    .pricingTable .pricingTable-header:before{
        height: 300%;
        top: -267%;
    }
    .pricingTable .pricingTable-header:after{
        height: 270%;
        top: -106%;
    }
    .pricingTable .title{ text-align: center; }
}
@media only screen and (max-width: 480px){
    .pricingTable .pricingTable-header:after{ top: -146%; }
}
@media only screen and (max-width: 479px){
    .pricingTable .pricingTable-header:before{
        height: 200%;
        top: -120%;
        left: -20%;
    }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@
    Business Transformation
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.business_div .businessTable{
    /*height: 500px;*/
}
.businessTable{
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.businessTable .pricingTable-header:after{
    content: "";
    width: 36px;
    height: 29.5%;
    /*background: #c52d2f;*/
    background: #333;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    transform: skewY(45deg) translateY(18px);
    transition: all 0.4s ease 0s;
}
.businessTable .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    /*text-transform: uppercase;*/
    /*background: #c52d2f;*/
    background: #333;
padding: 15px 0 10px;
    margin: 0 35px 0 0;
    transition: all 0.4s ease 0s;
}
.businessTable .price-value{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #3b3b3b;
    background: #f0994d;
    padding: 5px 0 10px;
    margin: 0 35px 0 0;
    transition: all 0.4s ease 0s;
}
.businessTable:hover .title,
.businessTable:hover .price-value{
    color: #fff;
}
.businessTable .month{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.businessTable .pricing-content{
    border-left: 1px solid #f2f2f2;
    position: relative;
}
.businessTable .pricing-content:after{
    content: "";
    width: 35px;
    height: 100%;
    background: #f8f8f8;
    box-shadow: 9px 9px 20px #ddd;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: skewY(-45deg) translateY(-18px);
    transition: all 0.4s ease 0s;
}
.businessTable .pricing-content ul{
    padding: 0;
    margin: 0 35px 0 0;
    list-style: none;
    background: #fff;
}
.businessTable .pricing-content ul li{
    text-align: left;
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 23px;
    padding: 11px 20px;
    border-bottom: 1px solid #f2f2f2;
}
.businessTable:hover .pricingTable-header:after,
.businessTable:hover .title,
.businessTable:hover .price-value{
    /*background: #982411;*/
    background: #06a5f3;
}
@media only screen and (max-width: 990px){
    .businessTable{
        margin-bottom: 35px;
    }
}
#pillar{margin-bottom: 50px;}
#pillar p{font-size: 16px;}
#pillar img{display: block;margin: 0px auto;}
.piller_list li{padding-bottom: 20px;}
.piller_list li:before{
    content: '\f101';
    font-family: FontAwesome;
    font-size: 16px;
    /*color: #982411;*/
    color: #06a5f3;
    font-weight: bold;
    padding-right: 15px;
}
#pillar .piller_list{margin-top: 30px;}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@
    Service Key activities
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.activitiesTable{
    text-align: center;
    background: #eceeeb;
    box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.2);
    overflow: hidden;
    position: relative;
    animation-delay: 0.25s;
    margin-top: 50px;
}
.activitiesTable .pricingTable-header{
    /*background: #bd2b2d;*/
    background: #032963;
    border-bottom: 6px solid rgba(0, 0, 0, 0.3);
    border-radius: 0 0 200px 200px/32px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
    padding-bottom: 70px;
    position: relative;
    padding-top: 25px;
}
.activitiesTable .title{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 6px 20px 15px;
}
.activitiesTable .price-value{
    width: 140px;
    height: 140px;
    border-radius: 50%;
   /* background: #bd2b2d;*/
   background: #032963;
    border: 2px solid #eceeeb;
    padding: 30px 0;
    margin: auto;
    box-shadow: 0 0 0 4px #1a535c, 0 0 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
    position: absolute;
    bottom: -73px;
    left: 0;
    right: 0;
}
.activitiesTable .price-value:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
.activitiesTable:hover .price-value:after{
    animation: 0.6s ease-out 0.1s normal forwards 1 running loading-3;
}
.activitiesTable .pricing-content{
    padding: 15px 20px;
    margin: 0;
    list-style: none;
}
.activitiesTable .pricing-content li{
    font-size: 14px;
    color: #212f3c;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}
@keyframes loading-1{
    20%{
        opacity: 1;
        transform: translateX(-7px);
    }
    100%{
        opacity: 0.8;
        transform: translateX(7px);
    }
}
@keyframes loading-2{
    20%{
        opacity: 1;
        transform: translateX(7px);
    }
    100%{
        opacity: 0.8;
        transform: translateX(-7px);
    }
}
@keyframes loading-3{
    60%{
        opacity: 0.7;
        transform: scale(1.2);
    }
    80%{
        opacity: 0.3;
        transform: scale(1.6);
    }
    99%{
        opacity: 0;
        transform: scale(2);
    }
    100%{
        opacity: 0;
        transform: scale(0);
    }
}
@media only screen and (max-width: 990px){
    .activitiesTable{ margin-bottom: 30px; }
}
#constuct .info p{line-height: 28px;}
.mar_btm{margin-bottom: 60px;}
.mar_top_20{margin-top: 20px;}
#metal .request{margin-left: -125px;}