@charset "utf-8";
/* CSS Document */
/* Create By D.G */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
img {
	max-width:100%;
}
html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}


body{
	margin: 0;
	padding: 0;
}

#header{
	width:100%;	
	z-index:222;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.htop{
	background:#f6f6f8;
}

.header_logo{
	padding:7px 0 8px;
}

.header_logo a{
	position:relative;
	z-index:99;
}

.topinfo{
	text-align:right;
}

.topinfo .callus{
    color: #000;
	text-align:left;
    display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 25px;
    line-height:normal;
    margin:5px 60px 6px 0;
	padding-left:30px;
	position:relative;
}

.topinfo .callus:before{
	width:15px;
	height:23px;
	position:absolute;
	left:0;
	top:6px;
	content:'';
	background:url(../images/call_ico.png) 0 0 no-repeat;
}

.topinfo .link{
	display: inline-block;
    font-family: 'OpenSansCondensedLight';
    font-size: 12px;
	color:#000;
	float:right;
	margin:14px 0;
}


.hbott{
	width:100%;
	position:relative;
	z-index:555;
	background:#fff;
}

.is-sticky .hbott{
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.dgmenuwrap{position:relative; z-index:2;}
.dgnav{padding:0; margin:0; float:right;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {color:#333333; padding:21px 0 20px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.active{color:#d71920; text-decoration:none;}

ul.menu>li {position:relative; float:left; font-family: 'OpenSansCondensedLight'; font-size:18px; color:#000; padding:0 24px; display:block; line-height:normal; text-transform:uppercase;}
ul.menu>li:last-child{padding-right:0;}

ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:200px; background:#333333;}
ul.menu ul li {font-family: 'OpenSansCondensedLight'; position:relative; margin:0; float:none; font-size:15px; padding:0; text-align:left; text-transform:uppercase;}
ul.menu ul li a {display:block; padding:10px 15px; color:#fff; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;}
ul.menu ul li a:hover {color:#fff; background:#666666;}
ul.menu ul ul {top: 0; left: 100%; background:#666666;}
ul.menu ul ul li a:hover{background:#333;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#d71920; text-decoration:none;}
ul.menu ul li .menulink:hover, ul.menu ul li .menuhover{color:#fff; background:#666;}
ul.menu ul ul li .menulink:hover, ul.menu ul ul li .menuhover{color:#fff; background:#333;}

/*li#dropDown > a{position:relative;}
li#dropDown > a::after{content: "\f107"; font-family: 'FontAwesome'; margin-left:5px;}*/



/*-------------------------------*/
#dgbanner{
	margin:0;
	position:relative;
	background:#f1f1f1;
}

#dgbanner .slidecaption {
	margin:0;
	text-align:left;
	width:40%;
}

#dgbanner .flexslider .slides img{
	-webkit-animation: zoomzoom 30s infinite linear;
	-moz-animation: zoomzoom 30s infinite linear;
	-ms-animation: zoomzoom 30s infinite linear;
	animation: zoomzoom 30s infinite linear;
}

@-webkit-keyframes zoomzoom {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1);
	}
	50% {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	}
	100% {
	-webkit-transform:scale(1), transform:scale(1);
	}
}
@keyframes zoomzoom {
	0% {
	transform:scale(1);
	transform:scale(1);
	}
	50% {
	transform:scale(1.05);
	transform:scale(1.05);
	}
	100% {
	transform:scale(1), transform:scale(1);
	}
}


/*-------------------------------*/
.dgcontainer{
	/*padding:40px 0 58px 0;*/
	padding:0 0 58px 0;
	background:#fff;
}

#page1 .dgcontainer{
	padding-top:0;
}

.dgcontainer .pull-left{
	margin:0 20px 8px 0;
}
.dgcontainer .pull-right{
	margin:0 0 8px 20px;
}

.dgcontainer h1{
	margin:0 0 20px;
	font-family: 'OpenSansCondensedLight';
	color:#000;
	padding:0;
}

.dgcontainer h2{
	font-family: 'OpenSansCondensedLight';
	color:#000000;
	margin:0 0 25px;
	font-weight:normal;
	font-size:45px;
	line-height:normal;
}

.dgcontainer h3{
	font-family: 'OpenSansCondensedLight';
	color:#000000;
	line-height:normal;
	margin:0 0 18px;
	font-size:36px;
}

.dgcontainer h4{
	font-family: 'OpenSansCondensedLight';
	color:#000000;
	font-weight:normal;
	margin:0 0 15px;
}

.dgcontainer p{
	font-family: 'OpenSansCondensedLight';
	font-size:20px;
	line-height:normal;
	margin-bottom:20px;
	color:#000;
	font-weight:normal;
	text-rendering: optimizeSpeed;
}

.dgcontainer p:last-child{
	margin-bottom:0;
}

.dgcontainer p strong{
	font-family: 'OpenSansSemibold';
}

/*---- Home info wrap ----*/
.homeinfo{
	width:100%;
	padding:60px 0 70px;
	background:url(../images/home-info-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align:center;
	position:relative;
}
/*.homeinfo:before{
	content: "";
    position: absolute;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .4);
	left:0;
	top:0; bottom:0;
	z-index:1;
}*/
.homeinfo .container{
	position:relative;
	z-index:2;
}

.homeinfo h2{
	text-transform:none;
}

.homeinfo p{
	line-height:40px;
	margin-bottom:70px
}

/*---- Services Wrap ----*/
.serviceswrap{
	padding:60px 0 50px;
}

.serviceswrap .row{
	margin:-7px;
}

.serviceswrap .row .servicescol{
	padding:0 7px;
}

.servicesblock{
	margin-bottom:14px;
	background:#f6f6f8;
	padding:18px 30px 40px;
}

.servicesblock h3{
	font-size:40px;
	margin:0 0 40px 0;
	line-height:normal;
}

.servicesblock .servimg{
	width:100%;
	display:table;
	height:245px;
}

.imginner{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.servicesblock .desc{
	min-height:143px;
}

.servicesblock p{
	line-height:32px;
	color:#606060;
	margin-bottom:15px !important;
}

.servicesblock .butt{
	padding:3px 14px;
	font-family: 'OpenSansCondensedLight';
	font-size:20px;
	color:#fff;
	display:inline-block;
	border:1px solid #b6171d;
	position:relative;
	background: #d71920; /* Old browsers */
	background: -moz-linear-gradient(top,  #d71920 0%, #b51218 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d71920 0%,#b51218 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d71920 0%,#b51218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71920', endColorstr='#b51218',GradientType=0 ); /* IE6-9 */
}
.servicesblock .butt:after{
	font-family: 'FontAwesome';
	content: "\f105";
	font-size:22px;
	margin-left:15px;
}
.servicesblock .butt:hover{
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
	text-decoration:none;
}

.greybg{background:#f6f6f8;}

.clientlogowrap{
	padding:45px 0 110px;
}

.clientlogowrap h3{
	color:#333333;
	text-transform:uppercase;
}

.clientlogowrap #clientlogo{
	margin:0 -3px;
}

.clientlogowrap .owl-carousel{
	padding:0 57px;
}

.clientlogowrap .owl-item{
	height:88px;
	display:table;
	padding:0 3px;
}

.clientlogowrap .clientlogo{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border:1px solid #ebebeb;
	background:#fff;
}

.clientlogowrap .owl-controls .owl-buttons div{
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	background:#d71920;
	text-indent:inherit;
	text-align:center;
	color:#fff;
	font-size:24px;
	top:18px;
}

.clientlogowrap .owl-controls .owl-buttons .owl-prev{left:0;}
.clientlogowrap .owl-controls .owl-buttons .owl-next{right:0;}


/*---- Home categoriy ----*/
.hmcategorywrap{
	padding:86px 0 40px;
}

.hmcateblock{}

.hmcateblock a{
	display:block;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.hmcateblock a:hover{
	box-shadow:0 5px 5px rgba(0, 0, 0, .3);
	text-decoration:none;
}

.hmcateblock img{
	width:100%;
}

.hmcateblock h4{
	background:#d71920;
	color:#fff;
	font-size:25px;
	margin:0;
	padding:5px 25px 7px 12px;
	position:relative;
}

.hmcateblock h4:after{
	font-family: 'FontAwesome';
	content: "\f105";
	font-size:22px;
	margin-left:15px;
	float:right;
	line-height:28px;
}

.hmcateblock a:hover h4{
	text-decoration:none;
}

/*---- Home Bottom ----*/
.hmbottomwrap{
	padding:40px 0;
}

.hmbottomwrap h3{
	padding-bottom:14px;
	border-bottom:1px solid #333;
	margin-bottom:30px;
}

.hmbottomwrap p{
	font-size:18px;
	color:#606060;
	margin-bottom:30px;
}

.hmbottomwrap .contactform #form-main2h .form-control{
	width:100%;
	border:none;
	border-bottom:1px solid #bbbbbb;
	height:63px;
	padding:20px 15px;
	font-family: 'OpenSansSemibold';
	font-size:17px;
	color:#c7c5c5;
	margin:0;
	border-radius:0;
	box-shadow:none;
}

.hmbottomwrap .contactform #form-main2h textarea.form-control{
	height:65px;
}

.hmbottomwrap .contactform .butt{
	margin-top:58px;
	padding:3px 14px;
	font-family: 'OpenSansCondensedLight';
	font-size:20px;
	color:#fff;
	display:inline-block;
	border:1px solid #b6171d;
	position:relative;
	line-height:normal;
	background: #d71920; /* Old browsers */
	background: -moz-linear-gradient(top,  #d71920 0%, #b51218 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d71920 0%,#b51218 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d71920 0%,#b51218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71920', endColorstr='#b51218',GradientType=0 ); /* IE6-9 */
}
.hmbottomwrap .contactform .butt:after{
	font-family: 'FontAwesome';
	content: "\f105";
	font-size:22px;
	margin-left:15px;
}
.hmbottomwrap .contactform .butt:hover{
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
	text-decoration:none;
}

.hmbottomwrap .supportcol p{
	margin-bottom:10px;
}

.hmbottomwrap .phone{
	font-family: 'OpenSansCondensedLight';
	color:#d71920;
	font-size:30px;
}



/*-- Footer --*/
footer{
	background:#222222;
	font-size:16px;
	font-family: 'OpenSansCondensedLight';
	color:#fff;
}

footer .fleft{
	padding:23px 0;
}

footer .footer-nav{
	margin:38px 0 23px;
	text-align:right;
}

footer .footer-nav li{
	font-size:16px;
	color:#fff;
	padding:0 22px;
	display:inline-block;
}

footer .footer-nav li a{
	color:#fff;
}

footer .footer-nav li a:hover{
	color:#D71920;
	text-decoration:none;
}

/*PRELOADER*/
.preloader {position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:999;}

.spinner{width:90px;height:90px;background-color:#fff;margin: 20% auto; text-align:center;}

.pulse {
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position:relative;
  margin:-9px auto 0;
  text-align:left;
 /* position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;*/
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index:0;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #d71920;
  box-shadow: 0 0 1px 2px #d71920;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes spinner {
  0%	{-webkit-transform: perspective(120px) }
  50% 	{-webkit-transform: perspective(120px) rotateY(180deg) }
  100% 	{-webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes spinner {
  0% 	{transform: perspective(120px) rotateX(0deg) rotateY(0deg);-moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);-ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 
  50% 	{transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)} 
  100% 	{transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}

/*------------------------------
		  Inner pages
-------------------------------*/
.alignleft{float: left; margin: 0 15px 5px 0;}
.alignright{float: right; margin: 0 0 5px 15px;}
.aligncenter{float: none; margin: 0 15px 8px;}

#dgbanner.innerbanner{
	margin-bottom:30px;
	height:auto;
}
#dgbanner.innerbanner img{
	width:100%;
}

.dgcontainer ul{
	/*margin-bottom:20px;*/
}

.dgcontainer ul li{
	font-family: 'OpenSansCondensedLight';
	font-size:20px;
	line-height:normal;
	color:#000;
	font-weight:normal;
	text-rendering: optimizeSpeed;
}

.buttglobal{
	padding:3px 14px;
	font-family: 'OpenSansCondensedLight';
	font-size:20px;
	color:#fff;
	display:inline-block;
	border:1px solid #b6171d;
	position:relative;
	background: #d71920; /* Old browsers */
	background: -moz-linear-gradient(top,  #d71920 0%, #b51218 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d71920 0%,#b51218 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d71920 0%,#b51218 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71920', endColorstr='#b51218',GradientType=0 ); /* IE6-9 */
}
.buttglobal:after{
	font-family: 'FontAwesome';
	content: "\f105";
	font-size:22px;
	margin-left:15px;
}
.buttglobal:hover{
	color:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
	text-decoration:none;
}


.marginbott{margin-bottom:30px;}

.wow{
	overflow:hidden;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}


.dg_citylist li{
	width:23.3%;
	float:left;
	padding:5px 0 5px 18px !important;
	background: url("../images/arrow_content.png") no-repeat scroll left 14px rgba(0, 0, 0, 0) !important;
	border-bottom:1px dashed #666;
	margin:0 10px;
	color:#000;
}

.dg_citylist li a{
	color:#000;
	text-decoration:none;
}

.dg_citylist li a:hover{
	color:#000;
	text-decoration:underline;
}

.dgcontainer .dg_servicelist li{
	width:47.4%;
	float:left;
	padding:5px 0 5px 18px !important;
	background: url("../images/arrow_content.png") no-repeat scroll left 14px rgba(0, 0, 0, 0) !important;
	border-bottom:1px dashed #666;
	margin:0 15px;
}

.dgcontainer .dg_servicelist li a{
	color:#000;
}

.activeContent.portf .col-xs-12:nth-child(2n+1){
	clear:both;
}

.new-section-area{ 
	width: 100%; 
	display: block; 
	padding: 15px; 
	background: #eff3fb; 
}

.new-section-area-text h2{
	font-weight: 800;
	font-size: 28px;
	color: #00265a; 
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: 'Overpass', sans-serif;
 }
 .new-section-area-text h2 span{
	font-weight: 300;
 }
 .new-section-area-img img{
 	width: 100%;
 }
.new-section-area-text p{
	font-size: 15px;
    line-height: 25px;
    color: rgba(7,26,61,.65);
    font-weight: 600;
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
    font-family: 'Overpass', sans-serif;
 }

.new-section-area-text ul {padding: 0; margin: 0;}
.new-section-area-text ul li {
	display: block;    
	text-decoration: none; 
	font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #071a3d;
    margin-bottom: 20px;
    font-family: 'Overpass', sans-serif;
}
.new-section-area-text ul li:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 50%;
    background: #ff8759;
    margin-top: 7px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

#twotypepages .dgcontainer{ padding-bottom: 0; }

.new-section-white{ background: #fff; padding: 15px 0;  }