


.dau-logo {
    width:150px;
    
    margin:0 auto;}

.content-block3 .text-block h2 {
    text-transform:capitalize !important;
}

.about-us p{
        font-size: 16px !important;
    color: black;

}

blockquote.blockquote2 > span:before {
    
content:none !important;
}

/*


div::after {
  content: "";
  
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

*/



.about-us-description{
    color: #ffffff !important;
}


.custom-margin{
    
}


.second-row-margin{
    margin-top:70px;
}


.services-panel1 .service-box:hover{
    background-color: #cb9700 !important;
}


.chart_container{
    margin:0 auto !important;
}

.chart_container tspan {
    fill:#ffffff !important;
    line-height: 30px;
    margin-bottom: 30px;
}

.modal-dialog{
    max-width: 760px !important;
}


.modal_logo{
    width: 240px !important;
    border: solid 1px #ccc;
    float: left;
    margin-left: 53px;
    margin-top: 40px;
   
}


.modal_logo:nth-child(5++) {
    margin-bottom:30px;
}

.modal_logo img {
    width: 100% !important;
    height: 100% !important;
}



.popup_title{
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
   
    color: #353535;
}


.inner-panel-pad{

    padding-top:60px;
    
}

.modal.show .modal-dialog {
    margin-top:70px !important;
}

/************ modal window customization ************/




.block-title h1 {
    
        font-size: 2.4285em ;
    
    
}





/* font-family: 'Roboto', sans-serif; font-family: 'Roboto Slab', serif; */

body {
  background: #fff;
  color: #414141;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
  outline: medium none;
  text-decoration: none;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%, height: auto;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.clear {
  border: 0;
  clear: both;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
.my-jumbotron.jumbotron h1 {
  font-family: 'Roboto Slab', serif;
}

.btn.btn-success {
  position: absolute;
  height: 50px;
  width: 200px;
  line-height: 2.2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
  text-transform: uppercase;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
}

.popup {
  text-align: center;
}

.popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 700px;
  width: 90%;
  padding: 40px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  text-align: center;
}

.popup-inner h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 24px;
  font-weight: 400;
}

.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}
	
/**************** ========================== percentage ====================== */


.percentage{
    
    
    padding: 10px 0 80px 0;
}


.percentage svg{
    position: relative !important;
    
}
	svg.radial-progress {
  height: auto;
  max-width: 190px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #a2ed56;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  fill: #fff;
  font: 500 8px 'Oswald', sans-serif;
  text-anchor: middle;
}

/*** COLORS ***/
/* Primary */

svg.radial-progress:nth-of-type(6n+1) circle { stroke: #ea6e74; }

/* Secondary */

svg.radial-progress:nth-of-type(6n+2) circle { stroke: #c9982c; }

/* Tertiary */

svg.radial-progress:nth-of-type(6n+3) circle { stroke: #6c9199; }

/* Quaternary */

svg.radial-progress:nth-of-type(6n+4) circle { stroke: #efab66; }

/* Quinary */

svg.radial-progress:nth-of-type(6n+5) circle { stroke: #00b9e3; }
		

/****************************** tabs ****************************/


a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.tab .nav-tabs{
    border: none;
    margin: 0;
}


.tab  ul {
    
    text-align: center;
    margin: 0 auto;
    
    
}


.tab ul li{
    
display: inline;
    text-align: center;
    
        margin: 0 auto;
}

.tab .nav-tabs li a{
    padding: 10px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    
    
}


.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}






.tab .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #CB9700;
    border: 1px solid #CB9700;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}




.tab .nav-tabs li:hover a:after,
.tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab .tab-content{
    padding: 40px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;

    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
}
		
		

/* Default mode 
.tab-content p{
    color: white;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;

}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
        width: 368px;
}
.tabbable-line > .nav-tabs > li > a {
      border: 0;
      margin-right: 0;
      color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none ;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #d6bc7e;
 
     
}


.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #d6bc7e;
    text-decoration: none !importat;
      
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;

}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #cb9700;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #cb9700;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #cb9700;
}
.tabbable-line > .tab-content {
  margin-top: -3px;

  border: 0;
  border-top: 1px solid #eee;
  padding: 30px 0 0 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
*/
/* Below tabs mode 

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
		
	*/		
/******** B2B portfolio *******/


.client-logo img{
  max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




.client-logo{
    
    margin-bottom:80px !important;
}


.client-b2b {
    float: left;
    margin-right:26px;
    margin-top:20px;
}

.client-b2b :nth-last-child(1) {
    margin-right: 0 !important;
} 



.client-logo-content h4 {
  
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;

}



.client-logo-content img {
  
       width: 180px;
        margin-right:10px;
    padding-right:20px !importnat;

}


.hvrbox-text {

    padding: 10px 27px;

    }

.hvrbox-text p{
    
        padding-top: 20px;
    text-align: left;
    font-size: 18px;
}
    
}


.hvrbox h4{
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;

}


.hvrbox .hvrbox-text img{
    width: 49%;
    float: left;
    padding: 0 2px 0 6px;
    padding-top: 7px;
    }


.hvrbox .hvrbox-text p{
   margin-top: 6px;
        font-size: 16px;
        padding: 0 4px;
    }

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: visible;
	max-width: 100%;
	height: auto;
}





.hvrbox .img-responsive {
    margin: 0 auto;
}



.hvrbox img {
	    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hvrbox_background {
	width: 400px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
    z-index: 99;
    display: block;
	/*opacity: 1 ; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #cb9700;
	color: #fff;
	padding: 15px;
         box-shadow: 1px 1px 13px #cb9700;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	/*-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s; */
}
/*.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
*/.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
    width:100%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}

.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}


.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.career a{
    color: #ffffff !important;
    font-weight: 600;
    
    
    
}
/*============ mobile ================ */


@media screen and (max-width: 500px) {
 
    
   .our_retail h1{
        font-size: 20px;
        padding-left:0 !important;
        
        
    }
    
    .daud-block h1{
        font-size: 32px;
        
    }
    
    
}





