
body{
	padding:0;
	margin:0;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

/*-- header --*/
.w3-slider {
    position: relative;
}
header {
    padding: 0;
    background: #fff;
}
.dcm-top-menu {
    padding: 12px 0;
    border-top: 2px solid #f8c300;
}
.logo span {
    color: #86c724;
}
.logo a {
    font-size: 40px;
    text-decoration: none;
    color: #212121;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.dcm-social-icons{
	margin-top:7px;
	float:right;
}
.dcm-social-icons i,.w3ls-social i {
	font-size: 15px;
	border:1px solid #212121;
    padding: 8px 10px;
    color: #f8c300;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.dcm-social-icons i:hover,.w3ls-social i:hover {
	background: transparent;
	background:#004f33;
	border:1px solid #86c724;
	color:#ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.logo{
	float:left;
}
.agileits-contact-info {
    margin-top: 9px;
    float: right;
    margin-right: 15px;
}
.agileits-contact-info ul li {
    display: inline-block;
    font-size: 17px;
	color:#000;
}
.agileits-contact-info ul li span {
    left: -.5em;
    color: #f8c300;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}
.agileits-contact-info ul li a {
    color: #000;
    vertical-align: text-bottom;
}
.agileits-contact-info ul li a:hover {
    color: #f8c300;
}
/*-- //header --*/
.agileinfo-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 1em 0;
}
/*-- slider-starts --*/

.cb-slideshow,
.cb-slideshow:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
	overflow: visible;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-size: 200px;
    padding: 0;
	color: rgb(255, 255, 255);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images *
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title *
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

/*-- slider-ends --*/
/*-- navigation-starts --*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-nav {
    float: none;
    text-align: center;
}
.navbar-nav>li {
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    color:#fff;
    letter-spacing: 2px;
    padding: 15px 20px;
}
.navbar-default .navbar-nav>li>a.active,.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: #f8c300;
	color:#fff;
}
.navbar {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
	border:none;
	background:#212121;
}

/*-- //navigation-ends --*/




/*-- about--*/
.dcm-about{
	padding:3em 0;
}
.dcm_story span {
    color: #212121;
}
.dcm_story {
    font-size: 40px;
    color: #004f33;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
	text-align:center;
}
p.pasuma {
    width: 100%;
    margin: 0 auto 45px;
    color: #777;
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 0px;
}


.dcm-wel-grid img{
	padding-left:90px;
}


.dcm-wel-grid h4 {
    color: #004f33;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 30px 0 12px;
    font-weight: 600;
}
.dcm-wel-grid p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.dcm-wel-grid {
    border: 1px solid #004f33;
    margin: 0 0.5%;
    padding: 30px 20px;
    width: 32.333%;
	height:340px;
}



/*-- //about--*/
.why-dcm h3 {
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.why-dcm p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    width: 82%;
    margin: 0 auto;
}
.why-dcm {
	background: #004f33;
    padding-bottom: 50px;
	padding-top:30px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

/*--Index services --*/
.index_services{
		background:url(../images/serbg.png) no-repeat ;
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding-bottom:4em;
	padding-top:2em;
}
.dcm-agile-index-heading h3{
	font-size: 30px;
    color: #004f33;
    font-weight: 600;
    margin-bottom: 20px;
	margin-top:30px;
    letter-spacing: 4px;
    text-transform: uppercase;
	text-align:center;
}
.dcm-index-services-grids{
	margin:4em 0 0 0;
}
.dcm-index-services-left-top{
	padding: 2em 1em;
    text-align: center;
    background: #FFFFFF;
	
	height:270px !important;
    box-shadow: 0 0px 1px rgb(0, 0, 0), 0 1px 2px rgba(0,0,0,.24);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.dcm-index-services-left-top i.fa{
    color: #f8c300;
    font-size: 2.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.dcm-index-services-left-top h5{
	color: #212121;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 1em 0;
    line-height: 1.8em;
    font-weight: 800;
    letter-spacing: 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.dcm-index-services-left-top p{
	color:#999999;
	font-size:15px;
	line-height:1.8em;
	margin:0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.dcm-index-services-left-top1{
	margin:2em 0 0 0;
}
.dcm-index-services-middle-img img{
	width:100%;
	
}
.dcm-index-services-middle-grids {
    margin: 2em 0 0 0;
}
.dcm-index-services-middle-left:nth-child(1){
	padding-left:0;
}
.dcm-index-services-middle-left:nth-child(2){
	padding-right:0;
}
.dcm-index-services-left-top:hover{
	background: #004f33;
	 opacity:.8;
}
.dcm-index-services-left-top:hover  i.fa{
	color:#FFFFFF;
}
.dcm-index-services-left-top:hover  h5,.dcm-index-services-left-top:hover  p{
	color:#FFFFFF;
	
}
/*-- //services --*/




/*--services--*/









/*-- //Stats Section --*/





/*-- index-story --*/
.agilestory {
    margin: 5em 0;
}
.agilestory h4 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #004f33;
    margin: 20px 0 0;
    padding-bottom: .5em;
}

.agilestory-type ul{
    margin: 1em 0 0 0;
    padding: 0;
}
.agilestory-type ul li{
	color:#000000;
	margin-bottom:.5em;
	display:block;
}
.agilestory-type ul li a{
    color: #000000;
    font-size: 15px;
}
.agilestory-type ul li a:hover{
	color:#212121;
	text-decoration:none;
}
i.fa.fa-arrow-right {
    color:#004f33;
    margin-right: 10px;
}
.agileits-dcmp-story-grids {
    margin-top: 5em;
}




/*-- footer --*/
.footer-top {
    background: #0f1215;
    padding: 5em 0 0;
}

.newsletter {
	position: relative;
}
.newsletter .email {
	padding: 5px 60px 5px 15px;
	border-radius: 3px;
	-Webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #fff;
	width: 100%;
	text-align: left;
}
.newsletter .email {
	background-color:#F4F4F4;
	border: none;
}
.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #004f33;
	top: 0;
	right: 0;
	outline:none;
	border: none;
}

.dcmp-footer-top ul{
	padding:0;
	margin:0;
}
.dcmp-footer-top ul li{
	display:block;
}
.dcmp-footer-top ul li a{
    font-size: 15px;
    color: #BBBBBB;
    line-height: 1.8em;
	text-decoration:none;
}
.dcmp-footer-top ul li a:hover{
	color: #ffffff;
}
.footer-top h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
	letter-spacing: 2px;
}


.footer-top p {
    color: #999;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
.uep-footer-top ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.uep-footer-top ul li span{
	left:-1em;
}
.uep-footer-top ul li a{
	color:#999;
	text-decoration:none;
}
.uep-footer-top ul li a:hover{
	color:#fff;
}
.uep-footer-top {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
   
}


.footer-dcm {
    padding: 1em 0;
    border-top: 1px solid #fff;
    margin: 3em 0 0;
}
.footer-dcm p{
	padding:1em 0;
	text-align:center;
	color:#BBBBBB;
	margin:0;
}
.footer-dcm p a{
	text-decoration:none;
	color:#004f33;
}
/*-- //footer --*/


/*--contact--*/
.agile-banner{
	background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:550px;
}


.contact-grid p {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
	margin:16px 0;
}
.contact-grid input[type="text"]{
    width: 60%;
    padding: 0.8em;
    font-size: 1em;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif;
}
.contact-grid textarea {
    resize: none;
    height: 150px;
	 padding: 0.8em;
    font-size: 15px;
    margin-bottom: 14px;
    outline: none;
	width: 90%;
}

.contact-grid  input[type="submit"] {
    font-size: 15px;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
    background:#004f33 !important;
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    border: none;
    width: 34%;
	transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
.contact-grid input[type="submit"]:hover{
	 background: #f8c300 !important;
}
.contact-info h5 {
    font-size: 1.4em;
    color: #004f33;
    line-height: 2em;
    font-weight: 600;
    letter-spacing: 2px;
}
.contact-info p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
    margin-top: 0;
}
.contact-info a {
    font-size: 15px;
	text-decoration:none;
	 color: #777;
}
.contact-info a:hover {
	 color: #004f33;
}

.agile-map-info iframe {
    border: none;
    width: 100%;
    height: 300px;
}
.contact{
    padding: 3em 0;
}

.contact h3{
	text-align: center;
	color: #004f33;
  	font-size: 2.35em;
  	font-weight: 400;
  	
	padding-top:15px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
	
}
.contact-grids {
    margin-top: 2em;
}
/*--contact--*/



/*--products--*/

/*--//products--*/




/*-- about --*/
.agile-bannerabt{
	background: url("../images/1.jpg") no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:550px;
}




.about-dcm {
	background:#ffffff;
	padding-top: 60px;
	padding-bottom:40px;
	text-align:justify;
	opacity:.7;
}

.about-dcm h2{
	color:#000000;
	font-size:2.5em;
	padding-bottom:20px;
	font-weight:500;
}

.dcm-about-us-grid p{
	font-size:15px;
	color:#000000;
}


.who-are-we { 
    border-top: 4px solid #f8c300;
}


.who-are-we h4{
    text-align: center;
    color: #004f33;
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 3px;
	margin-top:-10px !important;
    letter-spacing: 2px;
}

.vis img{
	width:200px;
	height:160px;
	margin-left:130px;
	margin-top:15px;
	margin-bottom:30px;	
}

.who-grids {
    background: #fff;
    padding: 20px 30px 70px  30px;
    width: 48%;
    margin-right: 2%;
	margin-top:30px;
}
.who-grids:nth-child(3){
	margin-left:2%;
	margin-right:0;
}
ul.whogrid_info {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.whogrid_info li {
  margin: 10px 0;
}
li.tick {
    background: url(../images/tick.png)no-repeat 0px 0px;
    height: 31px;
    padding: 0 0 0 28px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    color: #000000;
	text-align:justify;
}



.management{
	background:#004f33;
	padding-top:2em;
	padding-bottom:2em;
	
}

.management h2{
	color:#ffffff;
	font-size:2.7em;
	letter-spacing:3px;
	font-weight:600;
	padding-bottom:20px;
	padding-top:10px;
}

.agile_management{
	color:#ffffff;
	font-size:16px;
	padding-bottom:30px;
	text-align:justify;
}

/*-- //about --*/


/*-- health-safety-starts --*/
.agile-bannerh{
	background: url(../images/hs.png) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:350px;
}

.agile-bannerh h1{
    font-size: 1em;
    text-transform: capitalize;
    text-align: left;
    font-family:'Open Sans', sans-serif;
    color: #fff;
	width:40%;
	background:#000000;
	opacity:.9;
	margin-top:50px;
	padding: 23px 23px 23px 23px;
	line-height:25px;
}

.health{
	padding-top:3em;
	padding-bottom:4em;
}

.agilesafety h4{
	font-size:2em;
	color:#004f33;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:600;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.agilesafety p{
	font-size:15px;
	color:#212121;
	letter-spacing:1px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
}

.agilesafety ul{
	margin: 1.3em 0 0 2em;
    padding: 0;
}

.agilesafety ul li{
	margin-bottom:.5em;
	color:#212121;
    font-size: 15px;
}

.agilesafety ul li:hover{
    color: #004f33;
	text-decoration:none;
}


/*-- //health-safety-ends --*/




/*--careers-starts--*/

.agile-bannerc{
	background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:550px;
}


.careers-top h3{
  	color: #004f33;
  	font-size: 2.35em;
  	font-weight: 400;
  	
	padding-top:15px;
  	letter-spacing: 2px;
  	text-transform: uppercase;
}

.careers-top{
	text-align:center;
}
.careers{
	padding:3em 0px;
	margin-bottom:3em;
}
.tb-one:nth-child(1){
	margin-top:0em;
}
.tb-one{
	margin-top:1.8em;
}

/*--tab-starts--*/
ul.tabs-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 0;
  width: 25%;
  text-align: left;
}
ul.tabs-menu li{
	display: block;
	float:none;
}
ul.tabs-menu li a{
	font-size: 18px;
	font-weight:600;
	text-transform: uppercase;
	padding: 0.5em 0em;
	width:100%;
	text-decoration: none;
	color: #004f33;
	display:inline-block;
}

ul.tabs-menu li a:hover{
	color:#f8c300;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.tab-grid {
  padding-left: 2.8em;
}
.tab-grid h3 {
  	font-size: 17px;
  	margin: 0;
  	font-weight: 700;
  	color: #000000;
  	font-family: 'Open Sans', sans-serif;
}
.tab-grid p {
  	color: #474747;
  	line-height: 1.8em;
  	font-size: 15px;
  	margin-top: 12px;
  	font-family: 'Open Sans', sans-serif;
  	width: 100%;
  	font-weight: 500;
}
.tabs-box {
  	width: 100%;
  	margin: 3em auto 0;
  	padding: 0 0 1em;
  	position: relative;
}
.tab-grids {
  	min-height: 108px;
  	margin-left: 6em;
  	width: 75%;
  	float: right;
  	border-left: 3px solid #f8c300;
}
.tb-two{
	margin-top:4px;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 24px;
  	font-size: 16px;
  	cursor: pointer;
  	font-weight: 700;
  	border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
  	border: 2px solid #f8c300;
  	background: #004f33;
}
.tb-one textarea{
  	width: 100%;
  	margin: 4px 0;
  	font-size:13px;
  	color: #000000;
  	resize: none;
  	background: #f3f3f3;
  	height: 150px;
  	padding: 15px;
  	outline: none;
  	border: none;
  	border-radius: 1.3em;
  	-webkit-border-radius: 2.3em;
  	-moz-border-radius: 2.3em;
  	-o-border-radius: 2.3em;
  	-ms-border-radius: 2.3em;
  	font-family: 'Open Sans', sans-serif;
}
.tb-one input[type="text"]{
  	width: 48.2%;
  	font-size: 13px;
  	margin: 7px auto;
  	color: #000000;
  	background: #f3f3f3;
  	padding: 10px 10px;
  	outline: none;
  	border: none;
  	border-radius: 1.3em;
 	-webkit-border-radius: 2.3em;
  	-moz-border-radius: 2.3em;
  	-o-border-radius: 2.3em;
  	-ms-border-radius: 2.3em;
  	font-family: 'Open Sans', sans-serif;
}
.tb-one input[type="text"]:nth-child(1),
.tb-one input[type="text"]:nth-child(3){
	margin-right:23px;
}
/*-- tabs-responsive --*/
@media(max-width:1366px){
	ul.tabs-menu {
		left: 0px;
	}
}
@media(max-width:1280px){
	ul.tabs-menu {
  		left: 3em;
	}
	.tab-grids {
		margin-left: 5.5em;
	}
}
@media(max-width:1024px){
	ul.tabs-menu {
		left: 0px;
		width: 12%;
	}
	.tab-grids {
		margin-left: 5.8em;
	}
}

@media(max-width:999px){
	ul.tabs-menu {
		left: 0px;
		width: 62%;
	}
	.tab-grids {
		margin-left: 4em;
	}
}


@media(max-width:768px){
	ul.tabs-menu {
		left: 0px;
		width: 12%;
	}
	.tab-grids {
		margin-left: 4em;
	}
}
@media(max-width:640px){
	ul.tabs-menu {
		left: 0px;
		width: 16%;
	}
	.tab-grids {
		margin-left: 4.5em;
	}
}
@media(max-width:480px){
	ul.tabs-menu {
		left: 0px;
		width: 21%;
	}
	.tab-grids {
		margin-left: 4.5em;
	}
	.tab-grid h3 {
		font-size: 0.9em;
		padding: 0.5em 0 0.5em;
	}
	.tab-grid p{
		font-size:0.875em;
	}
}
@media(max-width:320px){
	ul.tabs-menu {
		left: 0px;
		width: 23%;
	}
	.tab-grids {
		margin-left: 3em;
	}
	.tab-grid h3 {
		font-size: 0.9em;
		padding: 0.5em 0 0.5em;
	}
	.tab-grid p{
		font-size:0.875em;
	}
}
/*--tab-end--*/

/*--carrer-ends--*/



/*--service supply--*/
.agile-bannerser{
	background: url("../images/4.jpg") no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:550px;
}

.supply{
	padding:3em 0;
	border-bottom:4px solid #f8c300;
}

.supply h3{
	font-size: 2.5em;
	font-weight:600;
    color:#004f33;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 .8em;
	text-align:center;
}
.supply1-right p {
	color: #000000;
    font-size: 15px;
    margin: .2em 0 0;
}

.supply-left ul{
	margin: 1.3em 0 0 2em;
    padding: 0;
	font-size: 15px;
	color:#000000;
}

.supply-right h3 {
	font-size: 1.6em;
    color:#004f33;
	font-weight:500;
}

.distri-text-right p{
	color:#000000;
    font-size: 15px;
}


.distri-text p{
	color: #000000;
    font-size: 15px;
    margin: .2em 0 0;
    font-style: normal;
    line-height: 1.8em;
}


.distri-text-left img{
	width:100%;
	}

.distri-text-right h4{
	color:#004f33;
    font-size: 1.4em;
    margin: 0;
    text-transform: capitalize;
}

/*-- //services supply --*/


/*-- //services importation --*/
.importation{
 padding: 3em 0;
	border-bottom:4px solid #f8c300;
}






/*-- //services importation --*/

/*-- services storage--*/

.storage {
	padding:3em 0;
	border-bottom:4px solid #f8c300;
}

.storage h3{
	font-size: 2.5em;
    color:#004f33;
	font-weight:600;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
  margin: 0 0 .7em;
}
.storage p {
	font-size:15px;
	color:#000000;
}

.storage-grids{
	margin:2em 0 0;
}

.storage-para span{
	font-size: 2em;
    color: #fff;
    background:#004f33;
    padding: .8em 0 0;
    width: 90px;
    height: 90px;
    border-radius: 60px;
    top: 38px;
    left: 128px;
    text-align: center;
}
.storage-para p{
	color: #000000;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0;
    border: 1px dashed #004f33;
    padding: 4em 2em 2em;
    text-align: center;
}
.storage-grid:hover div.storage-para span{
	background:#f8c300;
}
.storage-grid:hover div.storage-para p{
	border: 1px dashed #f8c300;
}
/*-- services storage --*/


/*-- services Trading --*/
.trading-dcm {
    padding: 3em 0;
	border-bottom:4px solid #f8c300;
}

h3.tittle2 {
    color: #004f33;
    font-size: 2.5em;
	font-weight:600;
	margin-bottom:0.8em;
	text-align:center;
}

.trading-grid h4 {
    font-size: 1.5em;
	color: #004f33;
	padding-bottom:10px;
}

.trad-grid {
    float: left;
    width: 100%;
}

.trad-grid p {
    font-size: 15px;
	padding-bottom:15px;
}
.trad-grid ul{
	margin: 0 0 0 2em;
    padding: 0;
}

.trad-grid ul li{
	margin-bottom:.5em;
	color:#212121;
    font-size: 15px;
}
/*-- services Trading --*/




/*-- services Hulage --*/

h3.tittle {
    color: #004f33;
    font-size: 2.5em;
    text-align: center;
	font-weight:600;
}

.haulage-dcm {
    padding: 3em 0;
	border-bottom:4px solid #f8c300;
}


.haulage-grids {
     margin-top: 1em;
}

.haulage-grids1 {
	width:100%;
}

.haulage-img {
    float: left;
    width: 100%;
}
.haulage-grid1 h4 {
    font-size: 1.8em;
    color: #004f33;
}
.haulage-grid1 p {
    font-size: 15px;
    padding-top: 1em;
}
/*-- services haulage --*/



#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.1.png) no-repeat 0px 0px;
}
#toTop:hover{
	outline: none;
}



.agile-banner1{
	background: url(../images/abtbg.png) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:350px;
}





/*-- responsive media queries --*/
@media (max-width: 1440px){
}
@media (max-width: 1366px){
}
@media (max-width: 1280px){
}
@media (max-width: 1080px){
.navbar-default .navbar-nav>li>a {
    padding: 15px 15.6px;
}

.dcm-wel-grid {
	height:370px;
}

.dcm-wel-grid img{
	padding-left:65px;
}

.dcm-index-services-left-top h5{
    font-size: 1.1em;
    line-height: 1.5em;
}

.why-dcm h3 {
    font-size: 45px;
}

.why-dcm p {
    font-size: 25px;
}

.agilestory h4 {
    font-size: 17px;
    letter-spacing: .7px;
}

.agilestory-type ul li a{
  font-size: 14px;
}

.footer-top h3 {
    font-size: 20px;
}

.footer-top p {
    font-size: 14px;
    line-height: 24px;
}


.dcmp-footer-top ul li a{
    font-size: 14px;
}

.uep-footer-top ul li{
    font-size: 14px;
}


.about-dcm h2{
	padding-left:30px;
}

.dcm-about-us-grid p{
	padding-left:30px;
	padding-right:30px;
}


.who-are-we h4{
    font-size: 35px;
	margin-top:-20px !important;
}

.who-grids {
	height:190px;
}

li.tick {
    height: 31px;
    font-size: 14px;
}
.storage-para span{	
    left: 100px;
}

ul.tabs-menu {
  width: 20%;
}

ul.tabs-menu li a{
	font-size: 16px;
}

}

@media (max-width: 1024px){
	
.dcm-agile-index-heading h3{
	font-size: 35px;
}
.why-dcm h3 {
    font-size: 45px;
}

.why-dcm p {
    font-size: 25px;
}

.dcm_story {
    font-size: 35px;
}

.dcm-wel-grid p {
    font-size: 14px;
}


.agilestory-type ul li a{
  font-size: 14px;
}

.footer-top h3 {
    font-size: 20px;
}

.footer-top p {
    font-size: 14px;
    line-height: 24px;
}


.dcmp-footer-top ul li a{
    font-size: 14px;
}

.uep-footer-top ul li{
    font-size: 14px;
}

.about-dcm h2{
	padding-left:30px;
}

.dcm-about-us-grid p{
	font-size:15px;
	padding-top:20px;
	padding-left:30px;
	margin-bottom:-20px;
	padding-right:30px;
}

who-are-we {
	background-size:cover;
}

.who-grids {
	padding-top:3em;
	height:200px;
}

.who-are-we h4{
    font-size: 35px;
}

li.tick {
    height: 31px;
    font-size: 14px;
}

.management{
	margin-top:-4em !important;
}

.management h2{
	font-size:2.5em;
}

.agile_management p{
	font-size:16px;
	margin-bottom:13px;
}

.supply h3{
	font-size: 2.5em;
}
.supply-right h3 {
	font-size: 1.6em;
}

.supply1-right h4{
	font-size:17;
}

.supply1-right p,.distri-text p{
    font-size: 14px;
}

.supply-left ul li{
    font-size: 14px;
}
.distri-text-right h4{
    font-size: 17px;
	font-weight:550;
}

.importation-info{
	width:70%;
}

.importation-info h3{
	font-size: 2.5em;
}

.importation-grid-right h4{
	font-size:17px;
}

.importation-grid-right p{
	font-size:14px;
}

.storage h3{
	font-size: 2.5em;
}

.storage p {
	font-size:14px;
}

.storage-para p{
    font-size: 14px;
}
.storage-para span{
    width: 70px;
    height: 70px;
    left: 100px;
}
.tb-one input[type="text"]{
  	width: 88.2%;
}

}
@media (max-width: 991px){
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 11.6px;
}
.dcm-wel-grid {
	height:370px;
	padding: 30px 11px;
    width: 32.333%;
    float: left;
}

.dcm-index-services-left-top{
	height:210px !important;
}


.dcm-index-services-middle{
	margin-top:30px !important;
	margin-bottom:30px !important;
}

.dcm-index-services-left-top1{
	margin-top:30px !important;
	margin-bottom:30px !important;
}

.why-dcm h3 {
    font-size: 45px;
}

.dcm-wel-grid img{
	padding-left:39px;
}

.why-dcm p {
    font-size: 20px;
    width: 95%;
}
.agilestory-type ul li a {
    font-size: 13px;
}
.agilestory h4 {
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 300;
}

.dcmp-footer-top {
    float: left;
    width: 25%;
}

.uep-footer-top{
	width:42%;
}
.dcm-footer-top {
    width: 33%;
	
}
.dcm-footer-top {
    padding-left: 16px !important;
}
.dcmp-footer-top ul li a {
    font-size: 15px;
}

.dcm-about-us-grid p{
	font-size:15px;
}

.who-grids {
	padding-top:3em;
	
	height:220px;
}

.who-are-we h4{
    font-size: 30px;
}

li.tick {
    height: 31px;
    font-size: 13px;
}

.supply{
	margin-top:-30px;
	border-bottom:4px solid #f8c300;
}

.supply-left{
    width: 45%;
	margin-bottom:30px;
	}
.supply-right{
	width: 55%;	
}
.distri-text-right{
	width:100%;
}
.distri-text-left{
	display:none;	
}
.importation-info{
	width:70%;
}

.importation-info h3{
	font-size: 3em !important;
}

.importation-grid-right h4{
	font-size:16px;
}

.storage p {
	text-align:center;
	
}
.storage-para span{
	left: 320px;
}

.agile-bannerh h1{
    font-size: 1em;
	width:50%;
	margin-top:58px;
}
.link h4{
	text-align:left;
	font-size:1.5em;
}
.tb-one input[type="text"]{
  	width: 88.2%;
}
}
@media (max-width: 966px){

.navbar-default .navbar-nav>li>a {
    font-size: 14.6px;
    padding: 15px 10.5px;
}

.dcm-wel-grid {
	height:360px;
	padding: 30px 11px;
    width: 32.333%;
    float: left;
}
.dcm-wel-grid h4 {
    font-size: 20px !important;
}

.dcm-index-services-middle{
	margin-top:30px !important;
	margin-bottom:30px !important;
}


.why-dcm h3 {
    font-size: 45px;
}


.why-dcm p {
    font-size: 20px;
    width: 95%;
}

.agileits-dcmp-story-grids {
    margin-top: 3em;
}

.agilestory-type ul li a {
    font-size: 13.5px;
}
.agilestory h4 {
    font-size: 19.1px;
}
.footer-top h3 {
    font-size: 20px;
}

.footer-top {
    padding: 3em 0 0;
}
.dcmp-footer-top {
    float: left;
    width: 25%;
}

.uep-footer-top{
	width:42%;
}
.dcm-footer-top {
    width: 33%;
	
}
.dcm-footer-top {
    padding-left: 16px !important;
}
.dcmp-footer-top ul li a {
    font-size: 15px;
}
.about-dcm {
	padding-top: 20px;
}

.distri-text-left{
	display:none;
}

.distri-text-right{
	width:100%;
}
.importation-info h3{
	font-size: 2.8em;
}
.storage-para span{
	left: 310px;
}

.contact-info p {
    font-size: 14px;
}
.contact-info a {
    font-size: 14px;
}
}

@media (max-width: 853px){
.why-dcm h3 {
    font-size: 40px;
}
.agilestory-type ul li a {
    font-size: 13.3px;
}
.about-dcm {
	padding-top: 4em;
}
.importation-info h3{
	font-size: 2.7em !important;
}
}
@media (max-width: 800px){
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 10.5px;
}	
.dcm-about{
	margin-top:-50px;
}	
.why-dcm h3 {
    font-size: 38.5px;
}
.importation-info h3{
	font-size: 2.5em !important;
}
.about-dcm {
	padding-top: 3em;
}
.importation-info{
	width:80%;
}
.importation-info h3{
	font-size: 2.5em !important;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 90%;
}
}
@media (max-width: 768px){
	.why-dcm h3 {
    font-size: 38px;
}


.importation-info{
	width:70%;
}

.importation-info h3{
	font-size: 2.3em !important;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 90%;
}

}
@media (max-width: 736px){
.agileits-contact-info ul li {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align: center;
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    padding: 10px 15.6px 10px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:#004f33;
	border-color:#004f33;
}
.navbar-nav>li {
	display: block;
}
p.pasuma {
    width: 90%;
}
.dcm-about{
	margin-top:-80px;
}

.dcm-wel-grid {
	height:370px;
}

.dcm-wel-grid img{
	padding-left:30px;
}


.why-dcm h3 {
    font-size: 35px !important;
}


.why-dcm p {
    font-size: 18px;
    width: 90%;
}

.story-img{
	padding-bottom:20px;
	padding-top:20px;
}

.agilestory-type ul li a {
    font-size: 12.7px;
}

.agilestory h4 {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 300;
}

.chief{
	margin-top:35px !important;
}



.about-dcm h2{
	margin-top:20px !important;
	
	padding-left:70px !important;
}

.dcm-about-us-grid p{
	font-size:14px;
	width:90%;
	padding-left:70px !important;
}
.management{
	text-align:center;
}

.agile_management p{
	width:90%;
	padding-left:30px;
	
	font-size:14px;
}
.supply{
	margin-top:-10px;
	border-bottom:4px solid #f8c300;
}

.supply h3{
	font-size: 2em;
}

.supply-right h3 {
	font-size: 1.4em;
}

.importation-info{
	width:80%;
}

.importation-info h3{
	font-size: 2em !important;
}

.importation-grid-right h4{
	font-size:16px;
}

.storage h3{
	font-size:2em;
	
}
.storage p {
	text-align:center;
	
}
.storage-para span{
	left: 300px;
}
h3.tittle2 {
    font-size: 2em;
}
h3.tittle {
    font-size: 2em;
}

.ser-img{
	display:none;
}
.spayne{
	display:none;
}
.haulage-img {
	padding-bottom:30px;
	padding-top:30px;
}

.agile-bannerh{
	 background-size:cover;
}
.health_safety {
	margin-top:-80px !important;
	width:90%;
	padding-left:37px !important;
}

.agilesafety p{
	font-size:14px;
}
.agilesafety ul li{
    font-size: 14px;
}

ul.tabs-menu li a{
	font-size: 14px;
}

.careers{
	width:90%;
	padding-left:40px;
}

.careers-top h3{
  	font-size: 2em;
}
.tab-grid p {
  	font-size: 14px;
}


.dcm-wel-grid h4 {
    font-size: 20px;
}
.dcm_story {
    font-size: 36px;
}
.why-dcm h3 {
    font-size: 76px;
}
.footer-top h3 {
    font-size: 19px;
}
.footer-top p {
    font-size: 14px;
}
.uep-footer-top ul li{
    font-size: 14px;
}
.uep-footer-top ul li a{
    font-size: 14px;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 90%;
}
}


@media (max-width: 690px){
.navbar-default .navbar-nav>li>a {
    font-size: 14px !important;
}

.dropdown-menu>li>a {
    font-size: 14px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff !important;
}


.dcm-about{
	margin-top:-110px !important;
}

.dcm-wel-grid{
	height:380px;
}
.dcm-wel-grid h4 {
    font-size: 19px;
}

.dcm-wel-grid p {
    font-size: 13px;
}

.story-img{
	padding-bottom:20px;
	padding-top:20px;
}
.agilestory h4 {
    font-size: 20px;
    letter-spacing: 2px;
}	
.agilestory-type ul li a{
	font-size: 14px;
}
.dcm-about-us-grid p{
	padding-left:20px;
	padding-right:20px;
}

li.tick {
    font-size: 12.5px;
	text-align:left;
}

.storage-para span{
	left: 270px;
}
.careers-top h3{
  	font-size: 1.8em;
}
ul.tabs-menu li a{
	font-size: 13px;
}
.footer-top h3 {
    font-size: 17.5px;
	letter-spacing:1px;
}
.footer-top p {
    font-size: 13px;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}




@media (max-width: 667px){

.dcm-about{
	margin-top:-110px !important;
}

p.pasuma {
    font-size: 14px;
}
.dcm-wel-grid {
	height:370px;
}
.dcm-wel-grid img{
	padding-left:18px;
}
.dcm-wel-grid p {
    font-size: 12.6px;
}
.why-dcm h3 {
    font-size: 32px !important;
}
.why-dcm p {
    font-size: 16px;
    width: 90%;
}
.agilestory-type ul li a{
	font-size: 14px !important;
}

.story-img{
	padding-bottom:20px;
	padding-top:20px;
}
.chief{
	margin-top:15px !important;
}	
.about-dcm{
	margin-top:2px !important;
}
p.pasuma {
    font-size: 13.7px;
}
.supply h3{
	font-size:1.8em;
}
.supply-right h3 {
	font-size: 1.3em;
}
.importation-info{
	width:80%;
}
.importation-info h3{
	font-size: 1.8em !important;
}
.importation-grid-right h4{
	font-size:.9em;
}
.importation-grid-right p{
	font-size:13px;
}
.storage h3{
	font-size: 1.8em;
}
.storage-para span{
    left: 255px;
}
h3.tittle2 {
    font-size: 1.8em;
}
h3.tittle {
    font-size: 1.8em;
}
.agile-bannerh h1{
    font-size: .9em;
	width:60%;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}



@media (max-width: 640px){

.dcm-wel-grid h4 {
    font-size: 16px !important;
}
.why-dcm p {
    font-size: 14px;
}
.dcm-footer-top {
	display:none;
}
.dcmp-footer-top {
    width: 35%;
}
.uep-footer-top{
	width: 65%;
	border-right:none;
}
.agileits-contact-info ul li {
	display:none;
}
.careers-top h3{
  	font-size: 1.6em;
}
.importation-info{
	width:80%;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}

@media (max-width: 600px){
	.who-grids {
		height:270px;
}
.supply h3{
	font-size:1.6em;
}
.supply1-right h4{
	font-size:1.3em;
}
.supply-right h3 {
	font-size: 1.2em;
}
.importation-info{
	width:70%;
}
.importation-info h3{
	font-size: 1.6em !important;
}

.storage h3{
	font-size: 1.6em;
}

h3.tittle2 {
    font-size: 1.6em;
}
h3.tittle {
    font-size: 1.6em;
}
.storage-para span{
    left: 230px;
}
.trading-grid h4 {
    font-size: 1.3em;
}
.tab-grid p {
  	font-size: 12.8px;
	width:100%;
}
.careers-top h3{
  	font-size: 1.4em;
}
.importation-info{
	width:80%;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}
@media (max-width: 568px){
.dcm-about{
	margin-top:-170px !important;
}	
p.pasuma {
    font-size: 13px;
}
.dcm-wel-grid {
	height:380px;
}

.dcm-wel-grid img{
	padding-left:5px;
}
.dcm-wel-grid p {
    font-size: 12.6px;
}	
	
.why-dcm h3 {
    font-size: 34px;
}
.dcm_story {
    font-size: 34px;
}
.who-grids {
	width:100%;
		height:170px !important;
}

.telldem{
	margin-left:-1px !important;
}
.dcm-about-us-grid p{
	padding-left:0px;
	padding-right:0px;
}
li.tick {
    font-size: 12.5px;
}
.list-grid h4 {
    font-size: 20px;
}
.management h2{
	font-size:2em;
}

.agile_management{
	font-size:14px;
}
.supply{
	margin-top:-20px !important;
}
.importation-info{
	width:80%;
}

.importation-grid-right h4{
	font-size:.8em;
}
.importation-grid-right p{
	font-size:12px;
}
.storage-para span{
    left: 218px;
}
.careers-top h3{
  	font-size: 1.4em;
}
.tab-grid p {
  	font-size: 12.7px;
	width:100%;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}


@media (max-width: 480px){
.dcm-about{
	margin-top:-220px !important;
}
.dcm-wel-grid h4 {
    font-size: 14px !important;
}

.dcm-index-services-left-top{
	height:227px !important;
}


.agilestory h4 {
    font-size: 18px;
    letter-spacing: 2px;
}	
.agilestory-type ul li a{
	font-size: 13.2px !important;
}
.who-grids {
	width:100%;
		height:170px !important;
}
.telldem{
	margin-left:-1px !important;
}
li.tick {
    font-size: 11.9px;
}	
.agile_management p{
	font-size:13.7px;
}
.storage-para span{
    left: 160px;
}
.importation-info{
	width:80%;
}
.agile-bannerh h1{
    font-size: .9em;
	width:67%;
}
.agilesafety p{
	font-size:13px;
}
.agilesafety ul li{
    font-size: 13px;
}
.careers-top h3{
  	font-size: 1.1em;
}
.tab-grid p {
  	font-size: 12px;
	width:100%;
}
ul.tabs-menu li a{
	font-size: 12px;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}
@media (max-width: 414px){
.dcm-about{
	margin-top:-250px !important;
}

p.pasuma {
    width: 100%;
}

.dcm-wel-grid{
	width:100%;
	height:310px;
	margin-bottom:15px;
}
.dcm-wel-grid img{
	padding-left:100px;
}
.dcm-wel-grid h4 {
    font-size: 16px !important;
}
.why-dcm h3 {
    font-size: 25px !important;
}
.agilestory-type ul li a{
	font-size: 12.5px !important;
}
.dcmp-footer-top {
    width: 35%;
}
.uep-footer-top{
	width: 65%;
	border-right:none;
}
.footer-top h3 {
    font-size: 15px;
}

.uep-footer-top ul li{
    font-size: 13.6px !important;
}
.dcmp-footer-top ul li a {
    font-size: 13.6px;
}
.agile-copy p{
	font-size:10.6px !important;
	width:90%;
}
.who-grids {
	width:100%;
		height:170px !important;
		
}
.telldem{
	margin-left:-1px !important;
}
li.tick {
    font-size: 10.6px !important;
}
.supply-left{
	width:100%;
}
.supply-right{
	width:100%;
	margin-top:25px;
}
.importation-info{
	width:90%;
}
.storage-para span{
    left: 130px;
}
.agile-bannerh h1{
    font-size: .9em;
	width:72%;
}
.agilesafety p{
	font-size:13px;
}
.agilesafety ul li{
    font-size: 13px;
}
.careers-top h3{
  	font-size: 1em;
}
.tab-grid p {
  	font-size: 11px;
	width:100%;
}
ul.tabs-menu li a{
	font-size: 10px;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}

@media (max-width: 384px){
.dcm-about{
	margin-top:-280px !important;
}
.dcm-wel-grid img{
	padding-left:85px;
}
.why-dcm h3 {
    font-size: 22px !important;
}
.agilestory-type ul li a{
	font-size: 12.5px !important;
}

.who-grids {
	width:100%;
		height:170px !important;
}
.telldem{
	margin-left:-1px !important;
}
.storage-para span{
    left: 120px;
}
.footer-top h3 {
    font-size: 12px;
}

.uep-footer-top ul li{
    font-size: 11.6px !important;
}
.uep-footer-top ul li a{
    font-size: 11.6px !important;
}
.dcmp-footer-top ul li a {
    font-size: 11.6px !important;
}
.agile-copy p{
	font-size:8.6px !important;
	width:90%;
}
.tab-grid p {
  	font-size: 10px;
	width:100%;
}
ul.tabs-menu li a{
	font-size: 9px;
}
.contact-grid  input[type="submit"] {
    width: 44%;
}
.importation-info{
	width:90%;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
}





@media (max-width: 375px){
.who-grids {
	width:100%;
		height:180px !important;
}
.telldem{
	margin-left:-1px !important;
}
.importation-info{
	width:95%;
}
.storage-para span{
    left: 110px;
}
ul.tabs-menu li a{
	font-size: 8.5px;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}

}
@media (max-width: 320px){
.dcm-about{
	margin-top:-300px !important;
}

p.pasuma {
   width: 100%;
   font-size:13px;	
}

.dcm-wel-grid img{
	padding-left:55px;
}
.dcm-index-services-left-top{
	height:248px !important;
}

.dcm-index-services-left-top p{
	font-size:13px;
}

.dcm-index-services-left-top h5{
    font-size: 1em;
}

.dcm-agile-index-heading h3{
	font-size: 28px;
}
.why-dcm h3 {
    font-size: 17px !important;
}
.why-dcm p {
    font-size: 13px !important;
}

.dcm_story {
    font-size: 28px !important;
}
.agilestory h4 {
    font-size: 15px !important;
}
.agilestory-type ul li a{
    color: #000000;
    font-size: 12px;
}

.about-dcm h2{
	font-size:28px;
}
.dcm-about-us-grid p{
	font-size:13px;
	width:100%;
	margin-left:-40px;
}
.who-grids {
	width:100%;
		height:175px !important;
}
.who-grids h4 {
	font-size:20px;
}
li.tick {
    font-size: 9.6px !important;
}

.supply1-right p,.distri-text p{
    font-size: 12.5px;
}

.storage-para span{
    left: 90px;
}
.importation-info{
	width:100%;
}
.importation-grid-right h4{
	font-size:.9em;
}
.importation-grid-right p{
	font-size:10.5px;
}
.storage p {
	font-size:12.5px;
}
.storage-para p{
    font-size: 10.9px;
}
.trad-grid p{
	font-size:12.5px;
}
.trad-grid ul li{
    font-size: 12.5px;
}
.haulage-grid1 h4 {
    font-size: 18px;
}
.haulage-grid1 p {
    font-size: 12.5px;
}
.agile-bannerh h1{
    font-size: .7em;
	width:82%;
}
.health{
	padding-top:3em;
	padding-bottom:4em;
}

.agilesafety h4{
	font-size:1em;
}

.agilesafety p{
	font-size:12.5px;
}

.agilesafety ul li{
    font-size: 11.5px;
}
ul.tabs-menu li a{
	font-size: 8px;
	width:100% !important;
	
}
.footer-top h3 {
    font-size: 12px;
}

.uep-footer-top ul li{
    font-size: 11.6px !important;
}
.uep-footer-top ul li a{
    font-size: 11.6px !important;
}
.dcmp-footer-top ul li a {
    font-size: 11.6px !important;
}
.agile-copy p{
	font-size:8.6px !important;
	width:100%;
}
.contact-grid  input[type="submit"] {
    width: 54%;
}
.tb-one input[type=submit] {
  	color: #ffffff;
  	padding: 9px 20px;
  	font-size: 14px;
}
.tb-one textarea{
  	width: 100%;
}
.tb-one input[type="text"]{
  	width: 100%;
}
.tb-one h3{
	font-size:11px;
}
}
