body{background:#f4f4f2 !important;}

.box span.ddHeading{
	    font-family: 'SourceSansProRegular';
		font-size:20px;
		font-weight:bold;
		padding:0px 0px 10px 0;
		display:block;
	}
/**,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}*/

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/*.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


a {
	color: #555;
	text-decoration: none;
}*/

/*.container {
	width: 100%;
	position: relative;
}
*/

/*.container > header {
	padding: 40px 10px 50px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px rgba(255,255,255,0.8);
	margin-bottom: 30px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}*/

.fleft {
	float: left;
	width: 49%;
	min-width: 300px;
}

.main p {
	color: #AAA;
	padding: 20px 30px 0px 0px;
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.codrops-demos a {
	display: inline-block;
	margin: 10px;
	color: #666;
	font-weight: 700;
	line-height: 30px;
	border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.box{
	/*background:url(../images/dd_bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	width:100%;
	text-align:left;
	padding:0px 0px;
}

.orange .box span.ddHeading{
	color:#4a4a4a;

}

.red .box span.ddHeading{
	color:#4a4a4a;
	
}
.blue .box span.ddHeading{
	color:#4a4a4a;
	
}
.green .box span.ddHeading{
	color:#4a4a4a;
	
}
.yellow .box span.ddHeading{
	color:#4a4a4a;


}

.box p{
	font-style:italic;	
}


@media screen and (max-width: 730px){
	.fleft {
		width: 100%;
		float: none;
		text-align: center;
	}
} 

.cd-dropdown,
.cd-select {
	position: relative;
	width: 100%;
	display: block;
	height:40px;
}

.cd-dropdown > span {
/*	width: 100%;*/
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	background: #4a4a4a;
	display: block;
	padding: 0 10px 0 10px;
	position: relative;
	cursor: pointer;
}


.cd-dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 50px;
	text-align: center;
	font-size: 30px;
	padding: 10px;
/*	height: 70%;*/
	line-height: 10px;
	border-left: 1px solid #555;
}

.orange .cd-dropdown > span:after {
	color:#03a7e0;
}

.red .cd-dropdown > span:after {
	color:#ed1f24;
}

.blue .cd-dropdown > span:after {
	color:#0b6873;
}

.green .cd-dropdown > span:after {
	color:#4b963f;
}

.yellow .cd-dropdown > span:after {
	color:#455560;
}

.cd-dropdown.cd-active > span:after {
	content: '\25B2';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li a {
	line-height: 30px;
	padding: 0 10px;
	display: block;
	color: #333;
	cursor: pointer;
	font-weight:bold;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	padding: 0 30px 0 45px;
}

/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
}


.cd-dropdown ul {
	top: 0px;
	width: 100%;
	max-height: 250px;
    overflow-y: auto;
    top: 0;
    width: 100%;

}

/*.cd-dropdown > span,
.cd-dropdown ul li {
	border-bottom:#CCC 1px solid;
}*/

.cd-dropdown ul li {
	width: 100%;
}

.cd-active.cd-dropdown > span {
	color: #fff;
}

.cd-active.cd-dropdown ul li {
	pointer-events: auto;
	line-height:30px;
	clear:both;
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #e66b20;
	color: #fff;
}
.ddborder{
	border:#CCCCCC 1px solid;	
	}

.boxModule{border:0px !important;
		padding:30px 50px; background:#fff;
		}

.dd1, .dd2, .dd3{
	margin-bottom:20px;	
	}
.dd1 .cd-dropdown ul{
	z-index:1222;	

	}
.dd2 .cd-dropdown ul{
	z-index:1223;	
	}
.dd3 .cd-dropdown ul{
	z-index:1223;	
	}
.dd4 .cd-dropdown ul{
	z-index:1224;	
	}
.dd5 .cd-dropdown ul{
	z-index:1225;	
	}
.ddCommonPadding{
	padding:20px 0;	
	}
.cd-dropdown ul{
	display:none;	
	}
/*.cd-dropdown:hover > span::after {
	content: '\25B2';
}*/
.upArrow1 > span::after, .upArrow2 > span::after, .upArrow3 > span::after,.upArrow4 > span::after,.upArrow5 > span::after {
	content: '\25B2';
}

.cd-dropdown:hover ul{
/*	display:block;	*/
	}
.cd-dropdown ul li{
	background:#fff;	
	}
.cd-dropdown ul li:hover{
	background:#CCCCCC;	
	}
ul.newDes{
	margin:10px 10px;
	padding:0px;
	}
ul.newDes li{
	border-bottom:#ccc 1px dashed;
	line-height:40px;	
	list-style:none;
    font-family: 'SourceSansProRegular';
	font-size:16px;
	font-style:italic;
	}
ul.newDes li:last-child{
	border-bottom:0px;
}

ul.newDes li:before{
	content:'\2192';
	margin-right: 8px;
	font-weight: bold;
}



.ddSmallText{
	color:#77787b;
	font-size:14px;
	line-height:16px;	
	font-style:italic;	
	font-weight:bold;
	padding:0 0px;
	height:65px;
	display:block;
	letter-spacing: 1px;
	}
	
	/* new page css start here */

*{box-sizing:border-box;}

.section-1 {
    background: url(../images/banner-img.jpg) no-repeat center center;
    height: 600px;
    width: 100%;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
}	
.marginAuto{
	margin:0px auto;
}

.banner_text h4{color:#cbcbcb;font-size:20px;margin-bottom: 20px;}
.banner_text h1{font-size:38px;}
.banner_text p{font-size:18px;color:#cbcbcb;max-width: 620px;}

.ver-div{
	display: flex;
  justify-content: center;
  align-items: center;
  height:600px;
}

.section-2{display:flex;}

.sub-section-1{
	background: url(../images/img-1.jpg) no-repeat center center;
    height: 350px;
    width: 100%;
    background-size: cover;
    text-align: right;
    color: #fff;
    position: relative;
}

.sub-section-1 h2{
	font-size:26px;
}

.sub-section-1 p{
	font-size:18px;
	max-width: 650px;
	float:right;
	margin-top:0px;
}

.sub-section-1-overlay{
	background-color:rgba(108,197,96,0.9);
	height: 100%;
    width: 100%;
	padding:80px 80px 15px 15px;
}
.sub-section-2{
	background: url(../images/img-2.jpg) no-repeat center center;
    height: 350px;
    width: 100%;
    background-size: cover;
    text-align: left;
    color: #fff;
    position: relative;
	
}
.sub-section-2-overlay{
	background-color:rgba(0,0,0,0.8);
	height: 100%;
    width: 100%;
	padding:80px 15px 15px 80px;
}

.sub-section-2 h2{
	font-size:26px;
}

.sub-section-2 p{
	font-size:18px;
	max-width: 650px;
	float:left;
	margin-top:0px;
}
.ptb-50{padding-top:50px;padding-bottom:50px;}
.info-attorney{position:relative;padding-left:100px;}
.info-attorney:before{content:'';position:absolute;left:0;top:10px;height:2px;width:70px;background-color:#6cc560;}
.info-attorney h6{font-size:18px;margin: 0;}
.info-attorney p{font-size:16px;max-width:620px;}
.story-attorney h2:after{content:'01';float:right;color:#d7d7d7;font-size: 60px;margin-top: -7px;line-height: 42px;}
.value-attorney h2:after{content:'02';float:right;color:#d7d7d7;font-size: 60px;margin-top: -7px;line-height: 42px;}
.mission-attorney h2:after{content:'03';float:right;color:#d7d7d7;font-size: 60px;margin-top: -7px;line-height: 42px;}

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

.section-5{display:flex;}
.duiInfo-img img{width:100%;}
.duiInfo-img{width:50%;}
.duiInfo-section{width:50%; padding:80px 15px 15px 80px;}
.info-subheading{display:flex;flex-wrap: wrap;}
.info-subheading > div{flex: 50%;position:relative;padding-left:70px;}
.info-subheading > div:nth-child(1){padding-right:20px;}
.info-subheading > div:nth-child(2){padding-left:90px;}
.info-subheading > div:nth-child(3){padding-right:20px;}
.info-subheading > div:nth-child(4){padding-left:90px;}
.info-subheading > div:nth-child(1):before{content:'';background: url(../images/infoIcon-1.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 15px;
    background-size: contain;}
	.info-subheading > div:nth-child(2):before{content:'';background: url(../images/infoIcon-2.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 20px;
    top: 15px;
    background-size: contain;}
	.info-subheading > div:nth-child(3):before{content:'';background: url(../images/infoIcon-3.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 15px;
    background-size: contain;}
	.info-subheading > div:nth-child(4):before{content:'';background: url(../images/infoIcon-4.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 20px;
    top: 15px;
    background-size: contain;}
	
.duiInfo-section h2{font-size:32px;margin-top:0px;}
.duiInfo-section p{font-size:16px;color:#a69b9b;}
.info-subheading h4{font-size:22px; margin-top: 20px; margin-bottom: 10px;}

.digitSection{background: url(../images/img-4.jpg) no-repeat top center;
    height: 280px;
    width: 100%;
    background-size: cover;
    color: #fff;
    position: relative;}
	
	.mtb-50{
		margin-top:50px;margin-bottom:50px;
	}
	
.digit-section-overlay{
	background-color:rgba(0,0,0,0.8);
	height: 100%;
    width: 100%;
	padding:80px 15px 15px 80px;
}	

.digitSection h4{font-size:32px;margin-top: 20px;position:relative;margin-bottom: 30px;}
.digitSection h4, .digitSection p{padding-left:60px;}
.digitSection h4:after{content:'';width:25px;height:1px;background-color:rgba(255,255,255,.4);position:absolute;bottom:-20px;left:60px;}
.digitSection p{font-size:16px;text-transform:uppercase;}
.digitSection .span3:nth-child(1) h4:before{content:'';background: url(../images/digitIcon-1.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 0px; 
    top: 0px;
    background-size: contain;}
	.digitSection .span3:nth-child(2) h4:before{content:'';background: url(../images/digitIcon-2.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: contain;}
	.digitSection .span3:nth-child(3) h4:before{content:'';background: url(../images/digitIcon-3.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: contain;}
	.digitSection .span3:nth-child(4) h4:before{content:'';background: url(../images/digitIcon-4.png) no-repeat center center;height: 35px;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: contain;}
	
	.accordion { margin:10px 0 30px 0; width: 100%;}
.accordion-head { 
	cursor: pointer;border-top:1px solid #CCCCCC; overflow: hidden; padding:20px 10px 20px 10px; position:relative; }
.accordion-head * { 
	cursor: pointer; }
.accordion-head:hover { 
	color: #386B27; cursor: pointer;}
.accordion-head p { 
	float:left;color:#2c2c2c;font-family:Arial; font-size:16px; text-decoration:none;margin:0; }
.accordion-body.default { 
	display: block;background:#FFFFFF;}
.accordion-body { 
	display: none;background:#FFFFFF;height:auto;padding:0 15px 10px 15px; }
.accordion-body p { 
	color:#959696;font-size:14px; margin-top: 0;}

.arrow-close { 
float: right;
	border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
.arrow-open { 
float: right;
	border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position:relative;
  top:4px;
  }
  
	
	.faq-section h6{font-size:18px;color:#838383;margin-top:0px;margin-bottom:0px;position:relative;padding-left:25px;}
	.faq-section h6:before{content:'';width:5px;height:65px;background-color:#9dc02e;position:absolute;top:0;left:0px;}
	.faq-section h2{font-size:28px;margin-top:15px;margin-bottom:0px;padding-left:25px;}
	.faq-section .accordion{margin-top:40px;}
	.duilaw-img{max-width:100%;}
	
	.moreCall{background-color:#6cc560; padding:15px 15px;}
	.moreCall h1{ text-align:center;font-size:36px;color:#fff;margin:0px; line-height: 32px;}
	.moreCall h1 span{font-size:48px;}
	.proudPartner h3{font-size:24px;text-align:center;color:#3e3f40;}
	.pt-none{padding-top:0px;}
	.mt-20{margin-top:20px;}

	.responsiveNavRighr{
		float:right;
		margin-top: 15px;
	}
	
	@media screen and (max-width: 991px){
		.section-2{display:block;}
		.sub-section-1{text-align:left;height: 300px;}
		.sub-section-1-overlay{padding: 80px 20px;}
		.sub-section-1 p{max-width:100%;float:none;}
		.sub-section-2{text-align:left;height: 300px;}
		.sub-section-2-overlay{padding: 80px 20px;}
		.section-4 .span4{margin-bottom:40px;}
		.section-5{display: block;}
		.duiInfo-img{width:100%;}
		.duiInfo-section{width: 100%;padding:30px 20px;}
		.info-subheading{display:block;}
		.info-subheading > div:nth-child(2) {padding-left: 70px;}
		.info-subheading > div:nth-child(2):before{left: 0px;}
		.info-subheading > div:nth-child(4) {padding-left: 70px;}
		.info-subheading > div:nth-child(4):before{left: 0px;}
		.info-subheading > div:nth-child(1):before, .info-subheading > div:nth-child(2):before, .info-subheading > div:nth-child(3):before, .info-subheading > div:nth-child(4):before{top: 0;}
		.info-subheading{margin-top:30px;}
		.digitSection .span3{margin-bottom:20px;}
		.digitSection{height: 450px;}
		.digit-section-overlay{padding: 20px;}
		.moreCall h1 span{display: block;margin: 10px 0;font-size: 30px;}
		.proudPartner{margin-top:30px !important;}
		.proudPartner h3{font-size:20px;}
		.story-attorney h2, .value-attorney h2, .mission-attorney h2{font-weight:bold;}
		.duiInfo-section h2{font-weight: bold;font-size: 26px !important;}
		.info-subheading h4{ font-size: 18px;}
		.sub-section-1 h2, .sub-section-2 h2{font-weight:bold !important;}
	}

	.media {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.media-body {
		-ms-flex: 1;
		flex: 1;
	}

	.mr-3 {
		margin-right: 1rem!important;
	}
	.ml-3 {
		margin-left: 1rem!important;
	}
	
	